@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* line 18, /opt/webroot/plus/app/assets/stylesheets/application.scss */
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
}

/* line 24, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.custom-navbar {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 10px 40px;
  position: relative;
}

/* line 31, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.mobile-nav {
  position: relative;
}

/* line 35, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.mobile-nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1001;
}

/* line 45, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hamburger-line {
  width: 100%;
  height: 3px;
  background-color: #222222;
  transition: all 0.3s ease;
  transform-origin: center;
}

/* line 53, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.mobile-nav-toggle.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

/* line 57, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.mobile-nav-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

/* line 61, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.mobile-nav-toggle.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* line 65, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.mobile-nav-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  transition: right 0.3s ease;
  padding-top: 0;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

/* line 78, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.mobile-nav-header {
  display: flex;
  justify-content: flex-end;
  padding: 20px 30px;
  border-bottom: 1px solid #eee;
}

/* line 85, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.mobile-nav-close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
}

/* line 95, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.close-line {
  width: 100%;
  height: 3px;
  background-color: #222222;
  position: absolute;
  transition: all 0.3s ease;
}

/* line 103, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.close-line:nth-child(1) {
  transform: rotate(45deg);
}

/* line 107, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.close-line:nth-child(2) {
  transform: rotate(-45deg);
}

/* line 111, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.mobile-nav-menu.active {
  right: 0;
}

/* line 115, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
}

/* line 122, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.mobile-nav-list li {
  border-bottom: 1px solid #eee;
}

/* line 126, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.mobile-nav-link {
  display: block;
  padding: 20px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

/* line 137, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.mobile-nav-link:hover {
  background-color: #f8f9fa;
  color: #000000;
}

/* line 142, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.mobile-nav-actions {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

/* line 150, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.mobile-nav-actions .search-icon {
  width: 24px;
  height: 24px;
}

/* line 155, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.mobile-nav-actions .login-btn,
.mobile-nav-actions .contact-btn {
  width: 100%;
  justify-content: center;
  padding: 12px 20px;
  font-size: 16px;
}

/* line 163, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.logo-section .nav-logo {
  height: 40px;
  width: auto;
}

/* line 168, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.nav-subtext {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 350;
  color: #222222;
}

/* line 175, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.nav-menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* line 181, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.nav-link-custom {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* line 190, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.nav-link-custom:hover {
  color: #000000;
}

/* line 194, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.search-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* line 200, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.login-btn {
  background-color: #fff;
  border: 2px solid #C2CBD8;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding: 6px 18px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* line 212, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.login-btn:hover {
  background-color: #f8f9fa;
}

/* line 216, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.contact-btn {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding: 6px 18px;
  border-radius: 4px;
  border: none;
  transition: all 0.3s ease;
}

/* line 228, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.contact-btn:hover {
  background-color: #333;
}

/* line 232, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.arrow-icon {
  width: 12px;
  height: 12px;
}

/* line 237, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 20px 0;
  overflow: hidden;
}

/* ここが透明化の本体部分 */
/* line 246, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  /* ← 背景だけを淡くする層（透明度調整） */
  z-index: 0;
  /* テキストの下に配置 */
}

/* sectionの中身を上に重ねる */
/* line 255, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-section > * {
  position: relative;
  z-index: 1;
}

/* line 260, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04));
  pointer-events: none;
}

/* line 267, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-left {
  max-width: 640px;
}

/* line 269, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-top-btn {
  background: #000;
  color: #fff;
  font-family: var(--inter);
  font-size: 18px;
  font-weight: 700;
  border: none;
  padding: 10px 14px;
  border-radius: 6px;
  display: inline-block;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transform-origin: center;
  animation: fadeUp 0.6s cubic-bezier(0.2, 0.9, 0.3, 1) 0.1s both;
}

/* line 284, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-title {
  font-family: var(--noto);
  font-size: 50px;
  font-weight: 900;
  color: #111;
  line-height: 1.05;
  margin: 0;
  animation: fadeUp 0.6s cubic-bezier(0.2, 0.9, 0.3, 1) 0.25s both;
}

/* line 294, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-subtitle {
  font-family: var(--noto);
  font-size: 32px;
  font-weight: 900;
  color: #111;
  margin: 0;
  animation: fadeUp 0.6s cubic-bezier(0.2, 0.9, 0.3, 1) 0.35s both;
}

/* line 303, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-badges {
  margin-top: 18px;
  align-items: center;
  flex-wrap: wrap;
}

/* line 305, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-badge {
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #0C4AE6 0%, #198CDE 100%);
  border: none;
  padding: 10px 16px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(25, 140, 222, 0.12);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  animation: popIn 0.6s cubic-bezier(0.2, 0.9, 0.3, 1) 0.5s both;
}

/* line 321, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-badge-text {
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 700;
  color: #2D3748;
  margin: 0;
  animation: fadeUp 0.6s cubic-bezier(0.2, 0.9, 0.3, 1) 0.55s both;
}

/* line 330, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-right {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.06);
  animation: slideIn 0.6s cubic-bezier(0.2, 0.9, 0.3, 1) 0.2s both;
}

/* line 336, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-trial {
  font-family: var(--inter);
  font-size: 20px;
  color: white !important;
  font-weight: bold !important;
  margin: 0;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  /* ← 黒シェード追加 */
}

/* line 345, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-trial2 {
  font-family: var(--inter);
  font-size: 20px;
  color: black !important;
  font-weight: bold !important;
  margin: 0;
}

/* line 353, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-form {
  background: #E9EDF3;
  border-radius: 8px;
}

/* line 358, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-right,
.hero-main-form {
  position: relative !important;
  z-index: 9999 !important;
}

/* line 363, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-section::before,
.hero-main-section::after {
  pointer-events: none !important;
}

/* line 368, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-label {
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 700;
  color: #1A202C;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

/* line 379, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.required-badge {
  display: inline-block;
  padding: 2px 6px;
  color: #e02424;
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #e02424;
  border-radius: 1px;
  line-height: 1;
}

/* line 391, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-input {
  background: #fff;
  border-radius: 5px;
  padding: 10px 12px;
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 400;
  color: #1A202C;
  border: 1px solid rgba(26, 32, 44, 0.06);
}

/* line 401, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-input::placeholder {
  color: #718096;
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 400;
}

/* line 408, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-submit {
  background: #175ACF;
  color: #fff;
  font-family: var(--inter);
  font-size: 18px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 8px 20px rgba(23, 90, 207, 0.18);
  transition: transform .18s ease, box-shadow .18s ease;
}

/* line 420, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(23, 90, 207, 0.22);
}

/* line 425, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.hero-main-title span.noto,
.hero-main-subtitle span.noto,
.hero-main-badge-text {
  color: #fff;
  /* 白文字 */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
  /* ← 影で文字を浮かせる */
}

/* スマホ・タブレット向けレスポンシブ調整 */
@media (max-width: 768px) {
  /* line 434, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-left {
    text-align: left;
    /* 左寄せ */
  }

  /* line 438, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-title {
    font-size: 28px;
    line-height: 1.3;
  }

  /* line 443, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-subtitle {
    font-size: 20px;
    line-height: 1.4;
  }

  /* line 448, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-badges {
    flex-direction: row;
    /* 横並び */
    flex-wrap: wrap;
    /* 横幅が狭い場合は折り返す */
    justify-content: flex-start;
    /* 左寄せ */
    gap: 10px;
    /* バッジ間の間隔 */
  }

  /* line 455, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-badge {
    font-size: 12px;
    padding: 6px 12px;
  }

  /* line 460, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-badge-text {
    font-size: 12px;
    margin-left: 5px;
    /* バッジ横のテキストとの隙間 */
  }

  /* line 465, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-section {
    padding: 40px 20px;
    /* 横の余白を追加 */
  }
}
@media (max-width: 576px) {
  /* line 471, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-title {
    font-size: 2rem !important;
    padding-left: 10px;
    line-height: 1.4;
    text-align: left;
  }

  /* line 478, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-subtitle {
    font-size: 1.2rem !important;
    padding-left: 10px;
    line-height: 1.5;
    text-align: left;
  }

  /* line 485, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-badge {
    font-size: 11px;
    padding: 5px 10px;
  }

  /* line 490, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-badge-text {
    font-size: 11px;
  }

  /* line 494, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-badges {
    gap: 8px;
    /* スマホでは少し詰める */
  }
}
@media (max-width: 991px) {
  /* line 500, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-badge-text,
  .hero-main-top-btn {
    display: none !important;
  }

  /* line 505, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .custom-navbar {
    padding: 10px 20px;
  }

  /* line 509, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .nav-subtext {
    font-size: 12px;
  }

  /* line 513, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .logo-section .nav-logo {
    height: 35px;
  }

  /* line 517, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-section {
    padding: 60px 0;
  }

  /* line 521, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-title {
    font-size: 32px;
    line-height: 1.2;
  }

  /* line 526, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-subtitle {
    font-size: 24px;
    line-height: 1.3;
  }

  /* line 531, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-left {
    text-align: center;
    margin-bottom: 30px;
  }

  /* line 536, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-badges {
    flex-direction: row !important;
    /* 横並び */
    justify-content: flex-start;
    /* 左寄せ */
    align-items: center;
    /* バッジとテキストを中央揃え */
    gap: 10px;
    /* バッジ間のスペース */
    padding-left: 10px;
  }

  /* line 544, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-badge {
    font-size: 1rem !important;
    padding: 6px 12px;
  }

  /* line 549, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-badge-text {
    font-size: 0.7rem !important;
    margin-left: 5px;
    /* バッジとの間隔 */
    margin-top: 0;
    /* 縦の余白リセット */
  }

  /* line 555, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-trial {
    font-size: 16px;
  }

  /* line 559, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-label {
    font-size: 12px;
  }

  /* line 563, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-input {
    font-size: 12px;
    padding: 8px 10px;
  }

  /* line 568, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-submit {
    font-size: 14px;
    padding: 10px 16px;
  }
}
@media (max-width: 768px) {
  /* line 575, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-title {
    font-size: 28px;
    line-height: 1.3;
  }

  /* line 580, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-subtitle {
    font-size: 20px;
    line-height: 1.4;
  }

  /* line 585, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-section {
    padding: 40px 0;
  }

  /* line 589, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-right {
    margin-top: -70px;
  }
}
@media (max-width: 576px) {
  /* line 595, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-title {
    font-size: 24px;
    line-height: 1.4;
  }

  /* line 600, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-subtitle {
    font-size: 18px;
    line-height: 1.5;
  }

  /* line 605, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-badge {
    font-size: 11px;
    padding: 6px 12px;
  }

  /* line 610, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-badge-text {
    font-size: 11px;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.92) translateY(8px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(18px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* line 628, /opt/webroot/plus/app/assets/stylesheets/application.scss */
button:focus, input:focus, .btn:focus {
  outline: 3px solid rgba(25, 140, 222, 0.12);
  outline-offset: 2px;
}

/* line 631, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.brand-marquee-section {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}

/* line 637, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.brand-marquee {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* line 644, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.brand-track {
  display: flex;
  align-items: center;
  gap: 30px;
  animation: scroll-marquee 25s linear infinite;
  white-space: nowrap;
}

/* line 652, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.brand-track img {
  height: 60px;
  width: auto;
  transition: transform 0.3s ease;
}

/* line 658, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.brand-track img:hover {
  transform: scale(1.1);
}

@keyframes scroll-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* line 671, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.ser-mos-section {
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
  color: #fff;
}

/* line 679, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.ser-mos-kicker {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  opacity: 0;
  transform: translateY(8px);
  animation: ser-mos-fade 0.6s ease .05s forwards;
}

/* line 690, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.ser-mos-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 28px 0;
  opacity: 0;
  transform: translateY(8px);
  animation: ser-mos-fade 0.6s ease .12s forwards;
}

/* line 701, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.ser-mos-panel {
  background: #FFFFFF59;
  max-width: 1100px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.08);
  overflow: hidden;
  padding: 28px;
  opacity: 0;
  transform: translateY(12px);
  animation: ser-mos-fade 0.6s ease .2s forwards;
}

/* line 713, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.ser-mos-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  transition: transform 0.35s cubic-bezier(0.2, 0.9, 0.3, 1), box-shadow 0.35s;
  transform-origin: center;
  opacity: 0;
}

/* line 728, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.ser-mos-card.inview {
  animation: ser-mos-pop 0.6s cubic-bezier(0.2, 0.9, 0.3, 1) forwards;
}

/* line 732, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.ser-mos-card-media {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 738, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.ser-mos-card-img {
  max-width: 220px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  transform: translateY(6px);
  transition: transform 0.45s cubic-bezier(0.2, 0.9, 0.3, 1);
}

/* line 747, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.ser-mos-card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  margin: 0;
  text-align: center;
}

/* line 756, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.ser-mos-card-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 350;
  color: #222222;
  text-align: center;
  line-height: 1.7;
  margin: 0;
  padding: 0 6px;
  flex: 1;
}

/* line 768, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.ser-mos-card-btn {
  background: #222222;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

/* line 783, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.ser-mos-card-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(34, 34, 34, 0.14);
}

/* line 787, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.ser-mos-btn-ic {
  width: 18px;
  height: 18px;
  display: inline-block;
}

/* line 789, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.ser-mos-card:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 20px 40px rgba(2, 6, 23, 0.12);
}

/* line 793, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.ser-mos-card:hover .ser-mos-card-img {
  transform: translateY(-6px) scale(1.03);
}

@media (max-width: 991px) {
  /* line 796, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .ser-mos-section {
    padding: 60px 0;
  }

  /* line 800, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .ser-mos-title {
    font-size: 24px;
    line-height: 1.3;
  }

  /* line 805, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .ser-mos-kicker {
    font-size: 14px;
  }

  /* line 809, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .ser-mos-panel {
    padding: 18px;
  }

  /* line 813, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .ser-mos-card {
    min-height: auto;
    padding: 16px;
    margin-bottom: 20px;
  }

  /* line 819, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .ser-mos-card-img {
    max-width: 180px;
  }

  /* line 823, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .ser-mos-card-title {
    font-size: 16px;
    line-height: 1.4;
  }

  /* line 828, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .ser-mos-card-desc {
    font-size: 14px;
    line-height: 1.6;
  }

  /* line 833, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .ser-mos-card-btn {
    font-size: 14px;
    padding: 10px 16px;
  }
}
@media (max-width: 768px) {
  /* line 840, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .ser-mos-title {
    font-size: 20px;
    line-height: 1.4;
  }

  /* line 845, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .ser-mos-card-title {
    font-size: 14px;
    line-height: 1.5;
  }

  /* line 850, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .ser-mos-card-desc {
    font-size: 13px;
    line-height: 1.7;
  }
}
@keyframes ser-mos-fade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ser-mos-pop {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.995);
  }
  60% {
    opacity: 1;
    transform: translateY(-6px) scale(1.01);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* line 865, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.main-moss-section {
  background: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* line 872, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.main-moss-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 900;
  color: #222222;
  margin-bottom: 12px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: main-moss-fade-up 0.6s ease forwards;
}

/* line 884, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.main-moss-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #222222;
  margin-bottom: 70px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: main-moss-fade-up 0.6s ease 0.2s forwards;
}

/* line 896, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.main-moss-block {
  padding: 60px 0;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.25, 0.9, 0.35, 1);
}

/* line 903, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.main-moss-block.inview {
  opacity: 1;
  transform: translateY(0);
}

/* line 908, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.main-moss-block-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 900;
  color: #222222;
  margin-bottom: 20px;
}

/* line 916, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.main-moss-block-desc {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 350;
  color: #222222;
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto;
}

/* line 926, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.main-moss-img {
  width: 80%;
  max-width: 520px;
  transform: scale(0.95);
  transition: transform 0.8s ease, opacity 0.8s ease;
  opacity: 0;
}

/* line 934, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.main-moss-block.inview .main-moss-img {
  transform: scale(1);
  opacity: 1;
}

@media (max-width: 991px) {
  /* line 940, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .main-moss-section {
    padding: 60px 0;
  }

  /* line 944, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .main-moss-title {
    font-size: 32px;
    line-height: 1.3;
  }

  /* line 949, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .main-moss-subtitle {
    font-size: 24px;
    line-height: 1.4;
  }

  /* line 954, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .main-moss-block {
    padding: 40px 0;
  }

  /* line 958, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .main-moss-block-title {
    font-size: 28px;
    line-height: 1.4;
  }

  /* line 963, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .main-moss-block-desc {
    font-size: 16px;
    line-height: 1.6;
    padding: 0 10px;
  }

  /* line 969, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .main-moss-img {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  /* line 976, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .main-moss-title {
    font-size: 24px;
    line-height: 1.4;
  }

  /* line 981, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .main-moss-subtitle {
    font-size: 18px;
    line-height: 1.5;
  }

  /* line 986, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .main-moss-block-title {
    font-size: 20px;
    line-height: 1.5;
  }

  /* line 991, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .main-moss-block-desc {
    font-size: 14px;
    line-height: 1.7;
  }
}
@keyframes main-moss-fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 1004, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.faq-japan-section {
  background-color: #ffffff;
  padding: 80px 0;
}

/* line 1009, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.faq-japan-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #222222;
  text-align: center;
  line-height: 1.3;
}

/* line 1018, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.faq-japan-container {
  max-width: 900px;
  margin: 0 auto;
}

/* line 1023, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.faq-japan-item {
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* line 1030, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.faq-japan-question p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #222222;
  margin: 0;
  line-height: 1.4;
}

/* line 1039, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.faq-japan-icon {
  transition: transform 0.4s ease;
}

/* line 1043, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.faq-japan-answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* line 1050, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.faq-japan-answer p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 350;
  color: #222222;
  margin-top: 20px;
  line-height: 1.7;
}

/* line 1059, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.faq-japan-item.active .faq-japan-answer {
  max-height: 500px;
  opacity: 1;
}

/* line 1064, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.faq-japan-item.active .faq-japan-icon {
  transform: rotate(-60deg);
}

/* line 1068, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.cards-moos-section {
  background-color: #ffffff;
  padding: 80px 0;
}

/* line 1073, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.cards-moos-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #222222;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.3;
}

/* line 1083, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.cards-moos-card {
  background-color: #ffffff;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
}

/* line 1093, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.cards-moos-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
}

/* line 1098, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.cards-moos-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 25px;
}

/* line 1104, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.cards-moos-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #222222;
  margin-bottom: 20px;
  line-height: 1.4;
}

/* line 1113, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.cards-moos-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 350;
  color: #222222;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 90%;
}

/* line 1123, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.cards-moos-btn-wrap {
  text-align: center;
}

/* line 1127, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.cards-moos-btn {
  background-color: #08a5a1;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  border: none;
  padding: 14px 45px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* line 1139, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.cards-moos-btn:hover {
  background-color: #05918e;
  transform: scale(1.05);
}

/* Pricing Cards Section */
/* line 1145, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.pricing-cards-section {
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

/* line 1151, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.pricing-cards-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #222222;
  margin-bottom: 60px;
  line-height: 1.3;
}

/* line 1160, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.pricing-cards-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease;
}

/* line 1169, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.pricing-cards-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.2);
}

/* line 1174, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.pricing-cards-plan-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #4A4A4A;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* line 1183, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.pricing-cards-plan-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #4A4A4A;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* line 1192, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.pricing-cards-price {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #4A4A4A;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* line 1201, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.pricing-cards-btn {
  border: none;
  border-radius: 25px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 40px;
  margin-bottom: 30px;
}

/* line 1212, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.btn-gray {
  background: linear-gradient(90deg, #7C7C7C, #ACACAC);
}

/* line 1216, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.btn-blue {
  background: linear-gradient(90deg, #5289BF, #6CB5E2);
}

/* line 1220, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.btn-green {
  background: linear-gradient(90deg, #62B6C0, #76CABB);
}

/* line 1224, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.pricing-cards-features {
  text-align: left;
  margin-top: 20px;
}

/* line 1229, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.pricing-cards-feature {
  display: flex;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4A4A4A;
  padding: 5px 0;
  line-height: 1.5;
}

/* line 1240, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.pricing-cards-features hr {
  border: 0;
  height: 1px;
  background-color: #4A4A4A;
  opacity: 0.2;
  margin: 5px 0;
}

/* line 1248, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.pricing-cards-main-btn {
  border: none;
  border-radius: 20px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 45px;
  margin-top: 30px;
  transition: all 0.3s ease;
}

/* line 1260, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.pricing-cards-main-btn:hover {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  /* line 1265, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .faq-japan-section {
    padding: 60px 0;
  }

  /* line 1269, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .faq-japan-title {
    font-size: 28px;
    line-height: 1.4;
  }

  /* line 1274, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .faq-japan-question p {
    font-size: 18px;
    line-height: 1.5;
  }

  /* line 1279, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .faq-japan-answer p {
    font-size: 14px;
    line-height: 1.7;
  }

  /* line 1284, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .faq-japan-item {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  /* line 1290, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .faq-japan-title {
    font-size: 24px;
    line-height: 1.5;
  }

  /* line 1295, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .faq-japan-question p {
    font-size: 16px;
    line-height: 1.6;
  }

  /* line 1300, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .faq-japan-answer p {
    font-size: 13px;
    line-height: 1.8;
  }
}
@media (max-width: 991px) {
  /* line 1307, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .cards-moos-section {
    padding: 60px 0;
  }

  /* line 1311, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .cards-moos-title {
    font-size: 28px;
    line-height: 1.4;
  }

  /* line 1316, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .cards-moos-heading {
    font-size: 18px;
    line-height: 1.5;
  }

  /* line 1321, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .cards-moos-desc {
    font-size: 14px;
    line-height: 1.7;
  }

  /* line 1326, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .cards-moos-card {
    padding: 20px 15px;
  }

  /* line 1330, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .cards-moos-btn {
    font-size: 16px;
    padding: 12px 35px;
  }

  /* line 1335, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .cards-moos-section .container {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  /* line 1341, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .cards-moos-title {
    font-size: 24px;
    line-height: 1.5;
  }

  /* line 1346, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .cards-moos-heading {
    font-size: 16px;
    line-height: 1.6;
  }

  /* line 1351, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .cards-moos-desc {
    font-size: 13px;
    line-height: 1.8;
  }
}
@media (max-width: 991px) {
  /* line 1359, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-section {
    padding: 60px 0;
  }

  /* line 1363, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-title {
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
  }

  /* line 1369, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-plan-title {
    font-size: 18px;
    line-height: 1.5;
  }

  /* line 1374, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-plan-sub {
    font-size: 14px;
    line-height: 1.5;
  }

  /* line 1379, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-price {
    font-size: 28px;
    line-height: 1.4;
  }

  /* line 1384, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-feature {
    font-size: 14px;
    line-height: 1.6;
  }

  /* line 1389, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-btn {
    font-size: 14px;
    padding: 10px 30px;
  }

  /* line 1394, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-main-btn {
    font-size: 14px;
    padding: 12px 35px;
  }

  /* line 1399, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-card {
    width: 100%;
    margin-top: 10px;
  }

  /* line 1404, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-section .container {
    overflow: hidden;
  }
}
/* line 1409, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.swiper {
  width: 100%;
  padding: 20px 0 50px 0;
}

/* line 1414, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1420, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.swiper-button-next,
.swiper-button-prev {
  color: #08a5a1 !important;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  margin-top: -25px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

/* line 1432, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: white;
  transform: scale(1.1);
}

/* line 1438, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
  font-weight: bold;
}

/* line 1444, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.swiper-pagination-bullet {
  background: #ddd !important;
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 6px !important;
}

/* line 1452, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.swiper-pagination-bullet-active {
  background: #08a5a1 !important;
}

/* line 1456, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.case-studies-swiper .swiper-button-next,
.case-studies-swiper .swiper-button-prev {
  color: #08a5a1 !important;
}

/* line 1461, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.case-studies-swiper .swiper-pagination-bullet-active {
  background: #08a5a1 !important;
}

/* line 1465, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.pricing-swiper .swiper-button-next,
.pricing-swiper .swiper-button-prev {
  color: #4A4A4A !important;
}

/* line 1470, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.pricing-swiper .swiper-pagination-bullet-active {
  background: #4A4A4A !important;
}

@media (max-width: 768px) {
  /* line 1475, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    margin-top: -20px !important;
  }

  /* line 1482, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 14px !important;
  }

  /* line 1487, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin: 0 4px !important;
  }
}
@media (max-width: 576px) {
  /* line 1495, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .custom-navbar {
    padding: 8px 15px;
  }

  /* line 1499, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .nav-subtext {
    font-size: 10px;
  }

  /* line 1503, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .logo-section .nav-logo {
    height: 30px;
  }

  /* line 1507, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-section {
    padding: 30px 0;
  }

  /* line 1511, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-title {
    font-size: 20px;
    line-height: 1.5;
  }

  /* line 1516, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-subtitle {
    font-size: 16px;
    line-height: 1.6;
  }

  /* line 1521, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-badge {
    font-size: 10px;
    padding: 5px 10px;
  }

  /* line 1526, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-badge-text {
    font-size: 10px;
  }

  /* line 1530, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-trial {
    font-size: 14px;
  }

  /* line 1534, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-label {
    font-size: 11px;
  }

  /* line 1538, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-input {
    font-size: 11px;
    padding: 6px 8px;
  }

  /* line 1543, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .hero-main-submit {
    font-size: 12px;
    padding: 8px 14px;
  }

  /* line 1548, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .ser-mos-section {
    padding: 40px 0;
  }

  /* line 1552, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .ser-mos-title {
    font-size: 18px;
    line-height: 1.5;
  }

  /* line 1557, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .ser-mos-card-title {
    font-size: 13px;
    line-height: 1.6;
  }

  /* line 1562, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .ser-mos-card-desc {
    font-size: 12px;
    line-height: 1.8;
  }

  /* line 1567, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .ser-mos-card-btn {
    font-size: 12px;
    padding: 8px 14px;
  }

  /* line 1572, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .main-moss-section {
    padding: 40px 0;
  }

  /* line 1576, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .main-moss-title {
    font-size: 20px;
    line-height: 1.5;
  }

  /* line 1581, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .main-moss-subtitle {
    font-size: 16px;
    line-height: 1.6;
  }

  /* line 1586, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .main-moss-block-title {
    font-size: 18px;
    line-height: 1.6;
  }

  /* line 1591, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .main-moss-block-desc {
    font-size: 13px;
    line-height: 1.8;
  }

  /* line 1596, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .faq-japan-section {
    padding: 40px 0;
  }

  /* line 1600, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .faq-japan-title {
    font-size: 20px;
    line-height: 1.5;
  }

  /* line 1605, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .faq-japan-question p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* line 1610, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .faq-japan-answer p {
    font-size: 12px;
    line-height: 1.8;
  }

  /* line 1615, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .cards-moos-section {
    padding: 40px 0;
  }

  /* line 1619, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .cards-moos-title {
    font-size: 20px;
    line-height: 1.5;
  }

  /* line 1624, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .cards-moos-heading {
    font-size: 14px;
    line-height: 1.6;
  }

  /* line 1629, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .cards-moos-desc {
    font-size: 12px;
    line-height: 1.8;
  }

  /* line 1634, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .cards-moos-btn {
    font-size: 14px;
    padding: 10px 30px;
  }

  /* line 1639, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-section {
    padding: 40px 0;
  }

  /* line 1643, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-title {
    font-size: 20px;
    line-height: 1.5;
  }

  /* line 1648, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-plan-title {
    font-size: 14px;
    line-height: 1.6;
  }

  /* line 1653, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-plan-sub {
    font-size: 12px;
    line-height: 1.6;
  }

  /* line 1658, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-price {
    font-size: 20px;
    line-height: 1.6;
  }

  /* line 1663, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-feature {
    font-size: 12px;
    line-height: 1.8;
  }

  /* line 1668, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-btn {
    font-size: 12px;
    padding: 8px 25px;
  }

  /* line 1673, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-main-btn {
    font-size: 12px;
    padding: 10px 30px;
  }

  /* line 1678, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .pricing-cards-card {
    padding: 20px 15px;
  }
}
/* line 1684, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.japan-notyo-section {
  background: linear-gradient(135deg, #0060DE, #259AED);
  padding: 100px 20px;
  font-family: 'Inter', sans-serif;
}

/* line 1690, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.japan-notyo-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

/* line 1700, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.japan-notyo-column {
  flex: 1 1 48%;
}

/* line 1704, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.japan-notyo-heading {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

/* line 1715, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.japan-notyo-description {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.8;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.3s;
}

/* line 1727, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.japan-notyo-image {
  width: 100%;
  max-width: 500px;
  display: block;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.8s ease 0.5s;
}

/* line 1736, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.japan-notyo-visible .japan-notyo-heading,
.japan-notyo-visible .japan-notyo-description,
.japan-notyo-visible .japan-notyo-image {
  opacity: 1;
  transform: none;
}

@media (max-width: 768px) {
  /* line 1744, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .japan-notyo-container {
    flex-direction: column;
    text-align: center;
  }

  /* line 1749, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .japan-notyo-column {
    flex: 1 1 100%;
  }

  /* line 1753, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .japan-notyo-heading {
    text-align: center;
    font-size: 28px;
  }

  /* line 1758, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .japan-notyo-description {
    text-align: center;
    font-size: 15px;
  }

  /* line 1763, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .japan-notyo-image {
    margin-top: 30px;
  }
}
/* line 1769, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-section {
  background-color: #ffffff;
  padding: 80px 20px 60px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1777, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-container {
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
}

/* line 1783, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-heading {
  font-family: 'Inter', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* line 1795, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-heading.jap-notto-visible {
  opacity: 1;
  transform: translateY(0);
}

/* line 1800, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-semicircle-wrapper {
  position: relative;
  width: 100%;
  max-width: 1600px;
  height: 700px;
  margin: 0 auto;
}

/* line 1808, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-image-container {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.6s ease, transform 0.3s ease;
}

/* line 1817, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-image-container.jap-notto-visible {
  opacity: 1;
  transform: scale(1);
}

/* line 1822, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-image-container:hover {
  transform: scale(1.08);
}

/* line 1826, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
  transition: filter 0.3s ease;
}

/* line 1834, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-image-container:hover .jap-notto-image {
  filter: drop-shadow(0 8px 30px rgba(0, 0, 0, 0.15));
}

/* line 1838, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-image-1 {
  left: 0;
  top: 200px;
  transition-delay: 0.2s;
}

/* line 1844, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-image-2 {
  left: 300px;
  top: 50px;
  transition-delay: 0.4s;
}

/* line 1850, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-image-3 {
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  top: 0;
  transition-delay: 0.6s;
}

/* line 1857, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-image-3.jap-notto-visible {
  transform: translateX(-50%) scale(1);
}

/* line 1861, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-image-3:hover {
  transform: translateX(-50%) scale(1.08);
}

/* line 1865, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-image-4 {
  right: 300px;
  top: 50px;
  transition-delay: 0.8s;
}

/* line 1871, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-image-5 {
  right: 0;
  top: 200px;
  transition-delay: 1s;
}

/* line 1877, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-center-image {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 280px;
  height: 280px;
  opacity: 0;
  transition: opacity 0.8s ease 1.2s, transform 0.8s ease 1.2s;
  z-index: 10;
}

/* line 1889, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-center-image.jap-notto-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* line 1894, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.jap-notto-center-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 6px 25px rgba(0, 0, 0, 0.12));
}

@media (max-width: 1600px) {
  /* line 1902, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-semicircle-wrapper {
    max-width: 1400px;
    height: 620px;
  }

  /* line 1907, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-container {
    width: 280px;
    height: 280px;
  }

  /* line 1912, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-1 {
    left: 20px;
    top: 180px;
  }

  /* line 1917, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-2 {
    left: 280px;
    top: 50px;
  }

  /* line 1922, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-4 {
    right: 280px;
    top: 50px;
  }

  /* line 1927, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-5 {
    right: 20px;
    top: 180px;
  }

  /* line 1932, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-center-image {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1400px) {
  /* line 1939, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-semicircle-wrapper {
    max-width: 1200px;
    height: 560px;
  }

  /* line 1944, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-container {
    width: 260px;
    height: 260px;
  }

  /* line 1949, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-1 {
    left: 30px;
    top: 165px;
  }

  /* line 1954, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-2 {
    left: 250px;
    top: 45px;
  }

  /* line 1959, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-4 {
    right: 250px;
    top: 45px;
  }

  /* line 1964, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-5 {
    right: 30px;
    top: 165px;
  }

  /* line 1969, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-center-image {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 1200px) {
  /* line 1976, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-heading {
    font-size: 44px;
    margin-bottom: 70px;
  }

  /* line 1981, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-semicircle-wrapper {
    max-width: 1000px;
    height: 500px;
  }

  /* line 1986, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-container {
    width: 230px;
    height: 230px;
  }

  /* line 1991, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-1 {
    left: 30px;
    top: 150px;
  }

  /* line 1996, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-2 {
    left: 210px;
    top: 40px;
  }

  /* line 2001, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-4 {
    right: 210px;
    top: 40px;
  }

  /* line 2006, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-5 {
    right: 30px;
    top: 150px;
  }

  /* line 2011, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-center-image {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 1024px) {
  /* line 2018, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-heading {
    font-size: 40px;
    margin-bottom: 60px;
  }

  /* line 2023, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-section {
    padding: 70px 20px 50px 20px;
  }

  /* line 2027, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-semicircle-wrapper {
    max-width: 850px;
    height: 450px;
  }

  /* line 2032, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-container {
    width: 200px;
    height: 200px;
  }

  /* line 2037, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-1 {
    left: 25px;
    top: 140px;
  }

  /* line 2042, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-2 {
    left: 180px;
    top: 35px;
  }

  /* line 2047, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-4 {
    right: 180px;
    top: 35px;
  }

  /* line 2052, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-5 {
    right: 25px;
    top: 140px;
  }

  /* line 2057, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-center-image {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 768px) {
  /* line 2064, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-heading {
    font-size: 36px;
    margin-bottom: 50px;
  }

  /* line 2069, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-section {
    padding: 60px 20px 40px 20px;
  }

  /* line 2073, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-semicircle-wrapper {
    max-width: 650px;
    height: 380px;
  }

  /* line 2078, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-container {
    width: 160px;
    height: 160px;
  }

  /* line 2083, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-1 {
    left: 20px;
    top: 120px;
  }

  /* line 2088, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-2 {
    left: 140px;
    top: 30px;
  }

  /* line 2093, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-4 {
    right: 140px;
    top: 30px;
  }

  /* line 2098, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-5 {
    right: 20px;
    top: 120px;
  }

  /* line 2103, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-center-image {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 600px) {
  /* line 2110, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-heading {
    font-size: 32px;
    margin-bottom: 45px;
  }

  /* line 2115, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-semicircle-wrapper {
    max-width: 500px;
    height: 320px;
  }

  /* line 2120, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-container {
    width: 130px;
    height: 130px;
  }

  /* line 2125, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-1 {
    left: 15px;
    top: 105px;
  }

  /* line 2130, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-2 {
    left: 110px;
    top: 25px;
  }

  /* line 2135, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-4 {
    right: 110px;
    top: 25px;
  }

  /* line 2140, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-5 {
    right: 15px;
    top: 105px;
  }

  /* line 2145, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-center-image {
    width: 115px;
    height: 115px;
  }
}
@media (max-width: 480px) {
  /* line 2152, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-heading {
    font-size: 28px;
    margin-bottom: 40px;
  }

  /* line 2157, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-section {
    padding: 50px 15px 35px 15px;
  }

  /* line 2161, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-semicircle-wrapper {
    max-width: 420px;
    height: 280px;
  }

  /* line 2166, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-container {
    width: 110px;
    height: 110px;
  }

  /* line 2171, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-1 {
    left: 10px;
    top: 95px;
  }

  /* line 2176, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-2 {
    left: 90px;
    top: 22px;
  }

  /* line 2181, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-4 {
    right: 90px;
    top: 22px;
  }

  /* line 2186, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-5 {
    right: 10px;
    top: 95px;
  }

  /* line 2191, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-center-image {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 380px) {
  /* line 2198, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-heading {
    font-size: 24px;
    margin-bottom: 35px;
  }

  /* line 2203, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-section {
    padding: 45px 15px 30px 15px;
  }

  /* line 2207, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-semicircle-wrapper {
    max-width: 340px;
    height: 250px;
  }

  /* line 2212, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-container {
    width: 90px;
    height: 90px;
  }

  /* line 2217, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-1 {
    left: 8px;
    top: 88px;
  }

  /* line 2222, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-2 {
    left: 55px;
    top: 20px;
  }

  /* line 2227, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-4 {
    right: 55px;
    top: 20px;
  }

  /* line 2232, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-image-5 {
    right: 8px;
    top: 88px;
  }

  /* line 2237, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .jap-notto-center-image {
    width: 85px;
    height: 85px;
  }
}
/* line 2245, /opt/webroot/plus/app/assets/stylesheets/application.scss */
header.custom-navbar a.nav-link-custom,
header.custom-navbar a.nav-link-custom:link,
header.custom-navbar a.nav-link-custom:visited,
header.custom-navbar a.nav-link-custom:active,
header.custom-navbar a.nav-link-custom:focus,
header.custom-navbar a.nav-link-custom:hover {
  color: inherit !important;
  text-decoration: none !important;
}

/* line 2255, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.global-notice {
  width: 100%;
  background-color: #4caf50;
  /* ← 好きなカラーに変更可 */
  color: white;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  z-index: 9999;
}

/* app/assets/stylesheets/admin_auth.scss */
/* line 2268, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.auth-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
/* line 2273, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.auth-wrapper .auth-forms {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
/* line 2280, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.auth-wrapper .auth-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  flex: 1 1 350px;
  max-width: 400px;
}
/* line 2288, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.auth-wrapper .auth-card h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  color: #333;
}
/* line 2295, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.auth-wrapper .auth-card .field {
  margin-bottom: 15px;
}
/* line 2298, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.auth-wrapper .auth-card .field label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
/* line 2304, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.auth-wrapper .auth-card .field .input-field {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  transition: border 0.2s;
}
/* line 2312, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.auth-wrapper .auth-card .field .input-field:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}
/* line 2320, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.auth-wrapper .auth-card .actions {
  text-align: center;
  margin-top: 20px;
}
/* line 2324, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.auth-wrapper .auth-card .actions .btn {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s;
}
/* line 2334, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.auth-wrapper .auth-card .actions .btn:hover {
  background-color: #0056b3;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  /* line 2344, /opt/webroot/plus/app/assets/stylesheets/application.scss */
  .auth-wrapper .auth-forms {
    flex-direction: column;
    gap: 20px;
  }
}
/* line 2355, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.table-container {
  width: 90%;
  margin: 0 auto;
  overflow-x: auto;
}
/* line 2360, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.table-container table.list {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #333;
  font-family: 'Segoe UI', 'Roboto', sans-serif;
}
/* line 2370, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.table-container table.list thead tr {
  background-color: #f5f5f5;
}
/* line 2372, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.table-container table.list thead tr th {
  padding: 12px 15px;
  text-align: left;
  font-weight: 600;
}
/* line 2379, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.table-container table.list tbody tr {
  background-color: #ffffff;
}
/* line 2381, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.table-container table.list tbody tr:hover {
  background-color: #f0f8ff;
  transform: translateY(-2px);
  transition: 0.3s;
}
/* line 2387, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.table-container table.list tbody tr td {
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
}
/* line 2393, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.table-container table.list td .store {
  color: #007bff;
  font-weight: 500;
  text-decoration: none;
}
/* line 2397, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.table-container table.list td .store:hover {
  text-decoration: underline;
}
/* line 2402, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.table-container table.list td .btn-danger {
  background-color: #ff6b6b;
  border: none;
  border-radius: 8px;
  padding: 5px 10px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
/* line 2411, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.table-container table.list td .btn-danger:hover {
  background-color: #ff5252;
}

/* line 2420, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper {
  width: 90%;
  margin: 0 auto;
  /* コメントフォーム用 */
}
/* line 2424, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper h2.headline {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}
/* line 2431, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper table.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  font-family: 'Segoe UI', 'Roboto', sans-serif;
  color: #333;
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 2444, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper table.company colgroup col:nth-child(1) {
  width: 10%;
}
/* line 2445, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper table.company colgroup col:nth-child(2) {
  width: 20%;
}
/* line 2446, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper table.company colgroup col:nth-child(3) {
  width: 70%;
}
/* line 2449, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper table.company th, .tops-wrapper table.company td {
  padding: 12px 15px;
  text-align: left;
  vertical-align: middle;
}
/* line 2455, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper table.company thead tr {
  background-color: #f8f9fa;
  font-weight: 600;
}
/* line 2460, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper table.company tbody tr {
  background-color: #ffffff;
}
/* line 2462, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper table.company tbody tr:hover {
  background-color: #f5f7ff;
  transform: translateY(-2px);
  transition: 0.3s;
}
/* line 2469, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper table.company .input-container {
  padding: 6px 10px;
  border-radius: 8px;
  background-color: #fdfdfd;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.05);
}
/* line 2479, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper form table.company {
  margin-top: 20px;
}
/* line 2483, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper form th, .tops-wrapper form td {
  padding: 10px 12px;
}
/* line 2487, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper form td select, .tops-wrapper form td input, .tops-wrapper form td textarea {
  width: 100%;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.05);
}
/* line 2495, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper form .center {
  text-align: center;
}
/* line 2500, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper .actions_container {
  text-align: center;
  margin-bottom: 30px;
}
/* line 2504, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper .actions_container .btn {
  border-radius: 8px;
  padding: 8px 16px;
}
/* line 2509, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper .actions_container .btn + .btn {
  margin-left: 10px;
}
/* line 2514, /opt/webroot/plus/app/assets/stylesheets/application.scss */
.tops-wrapper small {
  display: block;
  margin-top: 5px;
  color: #666;
}
