@charset "UTF-8";
:root {
  --cream: #f5f0e8;
  --cream-dark: #ede5d4;
  --black: #1a1a1a;
  --orange: #E66204;
  --orange-hover: #c85e20;
  --gray-text: #444;
  --border: #ccc;
  --font-serif: "source-han-sans-japanese", serif;
  --font-body: "fot-tsukuaoldmin-pr6n", sans-serif;
  --blue: #1A5C7E;
  --blue-hover: #0F3648;
  --red: #9B2424;
  --red-hover: #6B2424;
}

.main-content {
  margin-top: 0 !important;
  margin-bottom: 0;
  background-color: #FFFFFF;
}

.app-main {
  background-color: #FFFFFF;
}

.hero-section {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding-top: 0;
}
.hero-section .hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  overflow: hidden;
}
.hero-section .hero-image-wrapper .hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero-section .hero-image-wrapper .hero-text-overlay {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #FFFFFF;
}
.hero-section .hero-image-wrapper .hero-text-overlay .hero-text-line1,
.hero-section .hero-image-wrapper .hero-text-overlay .hero-text-line2 {
  color: #000000;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.2;
  margin: 0;
  text-shadow: none;
}
.hero-section .hero-image-wrapper .hero-text-overlay .hero-text-line1 {
  margin-bottom: 0;
  padding: 15px 25px 15px 25px;
  display: inline-block;
  background-color: #FFFFFF;
}
.hero-section .hero-image-wrapper .hero-text-overlay .hero-text-line2 {
  display: block;
  padding: 15px 25px 15px 25px;
  background-color: #FFFFFF;
}

.text-section {
  padding: 20px 16px 56px 16px;
}
.text-section.text-section-white {
  background-color: #FFFFFF;
}
.text-section .intro-text {
  font-size: 3rem;
  line-height: 1.2;
  color: #195B7E;
  text-align: left;
  font-weight: bold;
  max-width: 1200px;
  margin: 0 auto;
}
.text-section .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #E66104;
  margin-bottom: 1rem;
  text-align: left;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.text-section .section-subtitle {
  font-size: 1.1rem;
  color: #000000;
  margin-bottom: 2rem;
  text-align: left;
}
.text-section .section-text {
  font-size: 2rem;
  line-height: 1.8;
  color: #195B7E;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}
.text-section .dojo-master-info {
  font-size: 2.5rem;
  line-height: 1.8;
  color: #E66104;
  text-align: left;
  font-weight: bold;
  margin-bottom: 1rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.text-section .dojo-description-text {
  font-size: 2rem;
  line-height: 1.8;
  color: #195B7E;
  text-align: left;
  max-width: 1200px;
  margin: 2rem auto 0;
}

.certificate-section {
  background-color: #FFFFFF;
  padding: 20px 0 0 0;
  max-width: 1200px;
  margin: 0 auto;
}
.certificate-section .certificate-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
.certificate-section .certificate-wrapper .certificate-image {
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.dojo-image-section {
  background-color: #FFFFFF;
  padding: 20px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.dojo-image-section .dojo-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
.dojo-image-section .dojo-image-wrapper .dojo-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-section {
  background-color: #FFFFFF;
  padding: 40px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.feature-section .feature-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  margin-bottom: 24px;
}
.feature-section .feature-image-wrapper .feature-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature-section .feature-content {
  text-align: left;
  padding: 0 16px;
}
.feature-section .feature-content .feature-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #E66104;
  margin-bottom: 24px;
}
.feature-section .feature-content .feature-link-btn {
  display: inline-block;
  padding: 15px 40px;
  background-color: #E66104;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.feature-section .feature-content .feature-link-btn:hover {
  background-color: #E66104;
  color: #FFFFFF;
  text-decoration: none;
}

h4,
h5,
p {
  margin: 0;
}

section .bcontent > * {
  margin-top: 50px;
}
section h4.title {
  font-size: 4rem;
}
section h5.sub-title {
  font-size: 2.8rem;
  font-weight: bold;
}
section p {
  font-size: 2.4rem;
}
section .reset-margin {
  margin-top: 0 !important;
}

.bsection1 .set-button {
  min-width: 186px;
  width: calc(50% - 11px);
  text-wrap: nowrap;
}

.bsection2 .row:nth-child(n+2) {
  margin-top: 50px;
}

.bsection3 iframe {
  width: 100%;
  height: 300px;
}

.bsection3 .row:last-child,
.bsection4 .row:last-child,
.bsection5 .row:last-child {
  margin-top: 50px;
}

.bsection7 .row:nth-child(2) {
  margin-top: 50px;
}

.bsection8 .row:nth-child(2) {
  margin-top: 50px;
}
.bsection8 iframe {
  width: 100%;
  height: 300px;
}

.bsection9 .card-title {
  font-weight: bold;
  padding-top: 30px;
}
.bsection9 .row:nth-child(2) > div {
  margin-top: 50px;
}

.bgroup-button.scrolled {
  position: fixed;
  bottom: 12px;
  right: 12px;
}

@media screen and (max-width: 1199px) {
  section .bcontent > * {
    margin-top: 30px;
  }
  section h4.title {
    font-size: 3.2rem;
  }
  section h5.sub-title {
    font-size: 2.4rem;
  }
  section p {
    font-size: 2rem;
  }
  .text-section {
    padding: 20px 16px 50px 16px;
  }
  .certificate-section {
    padding: 20px 0 0 0;
  }
  .dojo-image-section {
    padding: 20px 0;
  }
  .bsection2 .row:nth-child(n+2) {
    margin-top: 30px;
  }
  .bsection3 .row:last-child,
  .bsection4 .row:last-child,
  .bsection5 .row:last-child {
    margin-top: 30px;
  }
  .bsection7 .row:nth-child(2) {
    margin-top: 30px;
  }
  .bsection8 .row:nth-child(2) {
    margin-top: 30px;
  }
  .bsection9 .row:nth-child(2) > div {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .bsection2 .row:nth-child(4) h5.sub-title {
    margin-top: 30px !important;
  }
  .bsection5 .sub-title {
    margin-top: 30px !important;
  }
  .bsection7 .row:nth-child(2) {
    margin-top: 30px;
  }
  .bsection7 .sub-title {
    margin-top: 30px !important;
  }
  .bsection8 .row:nth-child(2) {
    margin-top: 0;
  }
  .bsection8 iframe {
    margin-top: 30px;
  }
  .bsection9 .card-title {
    padding-top: 15px;
  }
  .bsection9 .row:nth-child(2) > div {
    margin-top: 30px;
  }
  .text-section {
    padding: 20px 16px 48px 16px;
  }
  .certificate-section {
    padding: 48px 0 0 0;
  }
  .dojo-image-section {
    padding: 20px 0;
  }
  .feature-section {
    padding: 32px 0;
  }
}
@media screen and (max-width: 767px) {
  .bsection3 iframe {
    margin-top: 30px;
  }
  .certificate-section {
    padding: 20px 0 0 0;
  }
  .certificate-section .certificate-wrapper {
    padding: 0 16px;
  }
  .certificate-section .certificate-wrapper .certificate-image {
    max-width: 85%;
  }
  .dojo-image-section {
    padding: 16px 0;
  }
  .dojo-image-section .dojo-image-wrapper {
    padding: 0 16px;
  }
  .text-section {
    padding: 16px 16px 48px 16px;
  }
  .feature-section {
    padding: 32px 0;
  }
  .feature-section .feature-image-wrapper {
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .feature-section .feature-content {
    padding: 0 16px;
  }
  .feature-section .feature-content .feature-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .bsection1 .bcontent .bgroup-button {
    text-align: center;
  }
  .bsection1 .bcontent .set-button {
    margin: 0 !important;
    width: 100%;
    max-width: 245px;
  }
  .bsection1 .bcontent .set-button:last-child {
    margin-top: 30px !important;
  }
  .bsection3 iframe,
  .bsection8 iframe {
    height: 200px;
  }
  .certificate-section {
    padding: 16px 0 0 0;
  }
  .certificate-section .certificate-wrapper {
    padding: 0 16px;
  }
  .certificate-section .certificate-wrapper .certificate-image {
    max-width: 90%;
  }
  .dojo-image-section {
    padding: 12px 0;
  }
  .dojo-image-section .dojo-image-wrapper {
    padding: 0 16px;
  }
  .text-section {
    padding: 12px 16px 40px 16px;
  }
  .feature-section {
    padding: 28px 0;
  }
  .feature-section .feature-image-wrapper {
    padding: 0 16px;
    margin-bottom: 16px;
  }
  .feature-section .feature-content {
    padding: 0 16px;
  }
  .feature-section .feature-content .feature-title {
    font-size: 1.75rem;
    margin-bottom: 16px;
  }
  .feature-section .feature-content .feature-link-btn {
    padding: 12px 30px;
    font-size: 1.1rem;
  }
  .hero-section .hero-image-wrapper .hero-text-overlay .hero-text-line1,
  .hero-section .hero-image-wrapper .hero-text-overlay .hero-text-line2 {
    padding: 5px 15px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .bsection3 .bcontent > .row > div:nth-child(n+3) {
    margin-top: 15px;
  }
}
.sui-lp {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  background: #f6f7fb;
  color: #1a1a1a;
  line-height: 1.75;
  font-size: 16px; /* ベースフォントサイズを設定 */
}

.sui-lp header {
  background: linear-gradient(180deg, #186f89, #00476b);
  color: #fff;
  padding: 32px 20px 40px;
  text-align: center;
}

.sui-lp h1 {
  font-size: 36px;
  margin: 0;
  letter-spacing: 0.03em;
  font-weight: bolder;
}

.sui-lp header p.hero-sub {
  margin: 10px auto 0;
  opacity: 0.9;
  max-width: 520px;
  font-size: 18px;
}

.sui-lp .section {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
}

.sui-lp h2 {
  font-size: 28px;
  margin-bottom: 20px;
  border-left: 6px solid #005BBB;
  padding-left: 12px;
  font-weight: bolder;
}

.sui-lp .section p {
  font-size: 16px;
}

.sui-lp .btn-row {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.sui-lp .btn-primary,
.sui-lp .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.15s ease;
}

.sui-lp .btn-primary {
  background: #FFB000;
  color: #001F3F;
  font-weight: 700;
}

.sui-lp .btn-primary:hover {
  filter: brightness(0.95);
}

.sui-lp .btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
}

.sui-lp .btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

.sui-lp .benefit-strip {
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px 20px 18px;
  text-align: center;
}

.sui-lp .benefit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  font-size: 15px;
}

.sui-lp .benefit-pill {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 4px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.sui-lp .benefit-list-items {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
  display: inline-block;
}

.sui-lp .benefit-list-items li {
  padding: 4px 0;
}

.sui-lp .benefit-list-items li::before {
  content: "✔ ";
}

.sui-lp .recommend-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 22px 20px 18px;
}

.sui-lp .recommend-list {
  margin: 0;
  padding-left: 20px;
  font-size: 16px;
}

.sui-lp .recommend-list li {
  margin-bottom: 6px;
}

.sui-lp .step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.sui-lp .step-card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  text-align: center;
  position: relative;
}

.sui-lp .step-card h3 {
  font-size: 18px;
}

.sui-lp .step-card p {
  font-size: 15px;
}

.sui-lp .step-card svg {
  width: 70px;
  margin-bottom: 15px;
}

.sui-lp .free-badge {
  display: inline-block;
  background: #00A96E;
  color: #fff;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 13px;
  margin-left: 6px;
}

.sui-lp .orange-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #FF6B35;
  color: #fff;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  z-index: 1;
}

.sui-lp .flow {
  background: #fff;
  padding: 40px 30px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.sui-lp .flow-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}

.sui-lp .flow-item:last-child {
  border-bottom: none;
}

.sui-lp .flow-item div {
  font-size: 16px;
}

.sui-lp .badge {
  display: inline-block;
  background: #005BBB;
  color: #fff;
  padding: 4px 10px;
  font-size: 13px;
  border-radius: 6px;
}

.sui-lp .plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.sui-lp .plan-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 24px 20px 28px;
  position: relative;
}

.sui-lp .plan-card.popular {
  border: 2px solid #FFB000;
}

.sui-lp .plan-chip {
  position: absolute;
  top: 14px;
  right: 18px;
  background: #FFB000;
  color: #001F3F;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 999px;
  font-weight: 700;
}

.sui-lp .plan-title {
  font-size: 22px;
  font-weight: 700;
}

.sui-lp .plan-tag {
  font-size: 15px;
  color: #00A96E;
  font-weight: 700;
}

.sui-lp .plan-price {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0 6px;
}

.sui-lp .plan-price span {
  font-size: 16px;
  font-weight: 400;
}

.sui-lp .plan-list {
  margin: 14px 0 16px;
  padding-left: 20px;
  font-size: 16px;
}

.sui-lp .plan-cta {
  text-align: center;
  margin-top: 6px;
}

.sui-lp .plan-cta a {
  display: inline-block;
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid #005BBB;
  color: #005BBB;
  text-decoration: none;
  font-size: 16px;
}

.sui-lp .plan-cta a:hover {
  background: #005BBB;
  color: #fff;
}

.sui-lp .voice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 16px;
}

.sui-lp .voice-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 16px 16px 18px;
  font-size: 16px;
}

.sui-lp .voice-name {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.sui-lp details {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
  padding: 10px 14px;
  margin-bottom: 10px;
}

.sui-lp details summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
}

.sui-lp details summary::-webkit-details-marker {
  display: none;
}

.sui-lp details p {
  margin: 6px 0 2px;
  font-size: 16px;
}

.signup-box {
  background: linear-gradient(180deg, #186f89, #00476b);
  color: #fff;
  padding: 32px 24px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.sui-lp .signup-box h3 {
  margin: 0 0 10px;
  font-size: 26px;
}

.sui-lp .signup-box p {
  margin: 0 0 16px;
  font-size: 17px;
}

.sui-lp .signup-box a {
  display: inline-flex;
  padding: 11px 26px;
  border-radius: 999px;
  background: #FFB000;
  color: #001F3F;
  font-weight: 700;
  text-decoration: none;
  font-size: 17px;
}

.sui-lp .signup-box a:hover {
  filter: brightness(0.95);
}

.sui-lp .recommend-box h2 {
  margin-top: 0;
}

.sui-lp .svg-wrapper {
  margin-top: 30px;
  text-align: center;
}

.sui-lp .legend-text {
  margin-top: 10px;
  font-size: 14px;
}

.sui-lp .legend-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.sui-lp .legend-dot.free {
  background: #00A96E;
}
.sui-lp .legend-dot.paid {
  background: #005BBB;
}

.sui-lp .plan-tag.blue {
  color: #005BBB;
}

@media (max-width: 600px) {
  .sui-lp h1 {
    font-size: 28px;
  }
  .sui-lp header p.hero-sub {
    font-size: 16px;
  }
  .sui-lp h2 {
    font-size: 24px;
  }
  .sui-lp .flow {
    padding: 28px 18px;
  }
  .sui-lp .flow-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.curriculum-lang-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.curriculum-lang-modal__content {
  background: #fff;
  border-radius: 16px;
  padding: 36px 32px;
  max-width: 420px;
  width: 90%;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  animation: modalFadeIn 0.2s ease;
}
.curriculum-lang-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
.curriculum-lang-modal__close:hover {
  color: #333;
}
.curriculum-lang-modal__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 28px;
}
.curriculum-lang-modal__title small {
  font-size: 15px;
  font-weight: 400;
  color: #666;
}
.curriculum-lang-modal__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.curriculum-lang-modal__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.15s ease;
  flex: 1;
  text-align: center;
}
.curriculum-lang-modal__btn--ja {
  background: #f0f4ff;
  color: #005BBB;
  border: 2px solid #005BBB;
}
.curriculum-lang-modal__btn--ja:hover {
  background: #005BBB;
  color: #fff;
}
.curriculum-lang-modal__btn--en {
  background: #fef5f0;
  color: #c0392b;
  border: 2px solid #c0392b;
}
.curriculum-lang-modal__btn--en:hover {
  background: #c0392b;
  color: #fff;
}
.curriculum-lang-modal__flag {
  font-size: 32px;
  line-height: 1;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 480px) {
  .curriculum-lang-modal__content {
    padding: 28px 20px;
  }
  .curriculum-lang-modal__btn {
    padding: 16px 20px;
    font-size: 16px;
  }
  .curriculum-lang-modal__flag {
    font-size: 28px;
  }
}
