@charset "UTF-8";
:root {
  --navy: #061b4d;
  --navy2: #0a286b;
  --gold: #bf7f00;
  --gold2: #e5ad28;
  --lightgold: #fff5dd;
  --ink: #071746;
  --text: #1b2440;
  --muted: #6e7585;
  --line: #e9e3d8;
  --bg: #fbfaf7;
  --soft: #f7f3ec;
  --shadow: 0 18px 45px rgba(6, 27, 77, .11);
  --shadow2: 0 8px 25px rgba(6, 27, 77, .10);
  --radius: 22px;
  --serif: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media screen and (width > 960px) {
  .forpc {
    display: block !important;
  }
}
@media screen and (width <= 960px) {
  .forpc {
    display: none !important;
  }
}

@media screen and (width <= 960px) {
  .notpc {
    display: block !important;
  }
}
@media screen and (width > 960px) {
  .notpc {
    display: none !important;
  }
}

@media screen and (width <= 600px) {
  .forsp {
    display: block !important;
  }
}
@media screen and (width > 600px) {
  .forsp {
    display: none !important;
  }
}

@media screen and (width > 600px) {
  .notsp {
    display: block !important;
  }
}
@media screen and (width <= 600px) {
  .notsp {
    display: none !important;
  }
}

@media screen and (width > 480px) {
  .forsps {
    display: none !important;
  }
}

@media screen and (width <= 480px) {
  .notsps {
    display: none !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
  color: var(--text);
  font-family: var(--sans);
  letter-spacing: 0.055em;
  line-height: 1.9;
}

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

img {
  max-width: 100%;
  display: block;
}
img.flagpict {
  aspect-ratio: 1;
  height: 37px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 37px;
}

hr {
  width: min(1180px, 100% - 48px);
  padding: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  height: 0;
  border: none;
  box-shadow: 0px 0px 3px 2px #288ad9;
  border-top: 1px solid #288ad9;
}

em {
  font-style: normal;
  color: var(--gold);
}

span.numstyle {
  font-family: Georgia, serif;
}

div.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 18px auto 28px;
  color: var(--gold);
}
div.ornament::before, div.ornament::after {
  content: "";
  width: 70px;
  height: 2px;
  background: var(--gold);
}

.gold-line {
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: var(--gold);
  margin: 0 auto 44px;
}

.icon {
  color: var(--gold);
  display: inline-grid;
  place-items: center;
}

.check {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gold), #dba740);
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(191, 127, 0, 0.23);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0060ad, #288ad9);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(6, 27, 77, 0.18);
  transition: 0.25s transform, 0.25s box-shadow;
  letter-spacing: 0.08em;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(6, 27, 77, 0.24);
}
.btn.btn-small {
  padding: 12px 22px;
}
@media screen and (width <= 600px) {
  .btn.btn-small {
    padding: 10px 14px;
    font-size: 13px;
  }
}
.btn.btn-large {
  padding: 17px 34px;
  font-size: 17px;
  min-width: 330px;
}
@media screen and (width <= 768px) {
  .btn.btn-large {
    padding: 12px 28px;
    font-size: 15px;
    min-width: unset;
  }
}
@media screen and (width <= 600px) {
  .btn.btn-large {
    width: 100%;
    min-width: 0;
    font-size: 14px;
    padding: 15px 22px;
  }
}
.btn.btn-gold {
  background: linear-gradient(135deg, #d49719, #f0bd36 48%, #c78206);
  box-shadow: 0 14px 30px rgba(191, 127, 0, 0.25);
}

.xscrollable {
  display: block;
  width: calc(100vw - 52px);
  overflow-x: auto;
}

section.section {
  padding: 92px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (width <= 600px) {
  section.section {
    padding: 66px 0;
  }
}
section.section:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.65);
}
section .container {
  width: min(1180px, 100% - 48px);
}
@media screen and (width <= 960px) {
  section .container {
    width: min(1180px, 100% - 28px);
  }
}
section .container {
  margin-inline: auto;
}
section h2 {
  text-align: center;
  margin: 0 auto 46px;
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(32px, 3.9vw, 54px);
  letter-spacing: 0.07em;
  line-height: 1.55;
}
@media screen and (width <= 600px) {
  section h2 {
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.55;
    letter-spacing: 0.045em;
  }
}
section h2 .title-unit {
  display: inline-block;
  white-space: nowrap;
}
section .lead {
  text-align: center;
  color: var(--ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 2.25;
  max-width: 920px;
  margin: 0 auto 42px;
}
@media screen and (width > 600px) and (width <= 960px) {
  section .lead {
    font-size: 18px;
  }
}
@media screen and (width <= 600px) {
  section .lead {
    font-size: 16px;
    line-height: 1.8;
  }
}
section .note {
  font-size: 13px;
  color: #888;
  margin-top: 10px;
  text-align: center;
}

#hero {
  padding: 46px 0 50px;
  background: #fff;
}
#hero h1 {
  margin: 0 0 22px;
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 900;
  line-height: 1.45;
  font-size: clamp(40px, 4.55vw, 58px);
  letter-spacing: 0.045em;
}
@media screen and (width <= 600px) {
  #hero h1 {
    font-size: clamp(31px, 8.7vw, 39px);
    letter-spacing: 0.025em;
    line-height: 1.5;
  }
}
#hero h1 .headline-line {
  display: block;
  white-space: nowrap;
}
#hero .hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.07fr;
  gap: 68px;
  align-items: center;
}
@media screen and (width <= 768px) {
  #hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
#hero .hero-sub {
  color: var(--gold);
  font-weight: 900;
  font-size: 21px;
  margin-bottom: 16px;
}
@media screen and (width <= 600px) {
  #hero .hero-sub {
    font-size: 17px;
  }
}
#hero .hero-text {
  font-size: 17px;
  line-height: 2.05;
  color: #2c2f3a;
  font-weight: 500;
  margin: 0 0 26px;
}
#hero .hero-photo {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #eee;
}
@media screen and (width <= 960px) {
  #hero .hero-photo {
    max-width: 720px;
    margin: auto;
    border-radius: 12px;
  }
}
#hero .hero-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero .trial-box {
  margin-top: 20px;
  border: 1.5px solid var(--gold);
  border-radius: 14px;
  display: flex;
  align-items: center;
  max-width: 598px;
  min-height: 104px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(191, 127, 0, 0.08);
}
@media screen and (width <= 480px) {
  #hero .trial-box {
    display: block;
  }
}
#hero .trial-price {
  flex: 1;
  padding: 18px 10px 18px 20px;
  text-align: center;
}
@media screen and (width <= 1180px) {
  #hero .trial-price {
    padding: 12px 8px;
  }
}
#hero .trial-label {
  display: block;
  color: var(--navy);
  font-weight: 900;
  font-size: 16px;
}
@media screen and (width <= 1180px) {
  #hero .trial-label {
    font-size: 14px;
  }
}
#hero .trial-num {
  font-family: Georgia, serif;
  color: var(--navy);
  font-size: 56px;
  line-height: 0.9;
  letter-spacing: 0.03em;
}
@media screen and (width <= 1180px) {
  #hero .trial-num {
    font-size: 46px;
  }
}
#hero .trial-yen {
  font-weight: 900;
  color: var(--navy);
  font-size: 18px;
}
#hero .trial-gift {
  flex: 1.4;
  border-left: 1px solid #d8d2c6;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 10px 18px 10px;
  color: var(--gold);
  font-weight: 900;
  font-size: 18px;
  line-height: 2.1;
}
@media screen and (width <= 1180px) {
  #hero .trial-gift {
    padding: 12px 8px;
  }
}
@media screen and (width <= 480px) {
  #hero .trial-gift {
    border-left: 0;
    border-top: 1px solid #d8d2c6;
  }
}
#hero .trial-gift span {
  font-size: 14px;
}
#hero .trial-gift em {
  color: red;
}
@media screen and (width <= 1180px) {
  #hero .trial-gift .icon svg {
    height: 60px;
    width: 60px;
  }
}

#trial-flow .steps {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}
#trial-flow .steps .step-card {
  background: #fff;
  border: 1px solid rgba(6, 27, 77, 0.08);
  border-radius: 16px;
  box-shadow: var(--shadow2);
  padding: 23px 42px;
  display: grid;
  grid-template-columns: 175px 1fr;
  align-items: center;
  min-height: 136px;
}
@media screen and (width <= 600px) {
  #trial-flow .steps .step-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px;
  }
}
#trial-flow .steps .step-card .icon svg {
  width: 86px;
  height: 86px;
}
#trial-flow .steps .step-card h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.25;
}
#trial-flow .steps .step-card p {
  margin: 4px 0 0;
  color: #283149;
  font-weight: 600;
  font-size: 16px;
}
#trial-flow .steps .step-card .step-no {
  font-family: Georgia, serif;
  color: var(--navy);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.08em;
  display: inline-block;
  border-bottom: 3px solid var(--gold);
  line-height: 1.25;
  margin-bottom: 8px;
}

#comparison .compare-benefit {
  max-width: 1180px;
  margin: 20px auto 20px 50px;
  position: relative;
  display: flex;
  background: #fff;
  border: 3.5px solid var(--gold);
  border-radius: 14px;
  box-shadow: var(--shadow2);
}
@media screen and (width <= 1180px) {
  #comparison .compare-benefit {
    max-width: unset;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 20px;
  }
}
@media screen and (width <= 600px) {
  #comparison .compare-benefit {
    margin: 50px auto 20px 40px;
  }
}
#comparison .compare-benefit h3 {
  display: inline-block;
  width: 75px;
  height: 65px;
}
@media screen and (width <= 1180px) {
  #comparison .compare-benefit h3 {
    width: unset;
    height: unset;
  }
}
#comparison .compare-benefit h3 > span {
  position: absolute;
  top: -9px;
  left: -45px;
  margin: 0;
  display: flex;
  align-items: center;
  width: 120px;
  height: 120px;
  background: var(--navy);
  border-radius: 50%;
  box-shadow: var(--shadow2);
}
@media screen and (width <= 600px) {
  #comparison .compare-benefit h3 > span {
    top: -46px;
    width: 90px;
    height: 90px;
  }
}
#comparison .compare-benefit h3 > span > span {
  display: inline-block;
  flex: 1 0 auto;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  color: white;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  font-family: var(--serif);
  font-weight: bold;
}
@media screen and (width <= 600px) {
  #comparison .compare-benefit h3 > span > span {
    font-size: 11px;
  }
}
#comparison .compare-benefit .message {
  align-items: center;
  align-content: center;
  padding: 10px;
  white-space: nowrap;
  color: var(--navy);
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  font-family: var(--serif);
  font-weight: bold;
}
@media screen and (width <= 1180px) {
  #comparison .compare-benefit .message {
    flex-basis: 99%;
  }
}
@media screen and (width <= 768px) {
  #comparison .compare-benefit .message {
    padding: 20px 0 30px 50px;
    font-size: 16px;
  }
}
@media screen and (width <= 600px) {
  #comparison .compare-benefit .message {
    padding: 45px 0 10px;
    font-size: 14px;
  }
}
@media screen and (width <= 480px) {
  #comparison .compare-benefit .message {
    font-size: 10px;
  }
}
#comparison .compare-benefit .spacer {
  flex: 1 0 auto;
}
#comparison .compare-benefit .point {
  display: flex;
  flex-direction: column;
  min-width: 170px;
  padding: 5px 10px;
}
@media screen and (width <= 1180px) {
  #comparison .compare-benefit .point {
    padding: 3px;
    min-width: unset;
  }
}
#comparison .compare-benefit .point svg {
  width: 40px;
  height: 40px;
  margin: 2px auto;
  color: var(--gold);
}
@media screen and (width <= 1180px) {
  #comparison .compare-benefit .point svg {
    width: 80px;
    height: 80px;
  }
}
#comparison .compare-benefit .point > span {
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  font-family: var(--serif);
  font-weight: bold;
  text-wrap: nowrap;
}
@media screen and (width <= 1180px) {
  #comparison .compare-benefit .point > span {
    font-size: 18px;
  }
}
@media screen and (width <= 480px) {
  #comparison .compare-benefit .point > span {
    font-size: 14px;
  }
}
#comparison .compare {
  max-width: 1180px;
  margin: 0 auto;
  table-layout: fixed;
  border: 2.5px solid var(--gold);
  border-radius: 14px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  color: var(--navy);
}
@media screen and (width <= 960px) {
  #comparison .compare {
    width: 900px;
    table-layout: auto;
  }
}
@media screen and (width <= 768px) {
  #comparison .compare {
    width: 810px;
  }
}
@media screen and (width <= 600px) {
  #comparison .compare {
    min-width: 760px;
    overflow: auto;
  }
}
#comparison .compare th, #comparison .compare td {
  border: 0.5px solid #ded7cb;
  border-left: none;
  border-top: none;
  padding: 14px 20px;
  text-align: center;
  vertical-align: middle;
  font-family: var(--serif);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (width <= 1180px) {
  #comparison .compare th, #comparison .compare td {
    font-size: 14px;
  }
}
@media screen and (width <= 960px) {
  #comparison .compare th, #comparison .compare td {
    padding: 10px;
  }
}
#comparison .compare th {
  background: #fffdf9;
}
#comparison .compare th:nth-child(2) {
  background-color: #eee;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
}
@media screen and (width <= 600px) {
  #comparison .compare th:nth-child(2) {
    font-size: 18px;
  }
}
#comparison .compare th:last-child {
  width: 42%;
  background: linear-gradient(135deg, var(--navy), #0a2a6f);
  font-family: var(--serif);
  font-size: 25px;
  color: var(--gold2);
}
@media screen and (width <= 960px) {
  #comparison .compare th:last-child {
    width: 50%;
  }
}
@media screen and (width <= 768px) {
  #comparison .compare th:last-child {
    width: 50%;
  }
}
@media screen and (width <= 600px) {
  #comparison .compare th:last-child {
    font-size: 22px;
  }
}
#comparison .compare th:last-child, #comparison .compare td:last-child {
  border-right: none;
}
#comparison .compare tr:last-child td {
  border-bottom: none;
}
#comparison .compare th:first-child {
  border-radius: 12px 0 0 0;
}
#comparison .compare th:last-child {
  border-radius: 0 12px 0 0;
}
#comparison .compare tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
#comparison .compare tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
#comparison .compare .row-head {
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: left;
  text-wrap: nowrap;
  font-weight: 900;
  font-family: var(--serif);
  font-size: 21px;
}
@media screen and (width <= 1180px) {
  #comparison .compare .row-head {
    font-size: 16px;
  }
}
@media screen and (width <= 600px) {
  #comparison .compare .row-head {
    gap: 5px;
    font-size: 14px;
  }
}
#comparison .compare .row-head .icon svg {
  width: 46px;
  height: 46px;
}
@media screen and (width <= 600px) {
  #comparison .compare .row-head .icon svg {
    width: 35px;
    height: 35px;
  }
}
#comparison .compare td:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
}
#comparison .compare td:last-child {
  font-weight: 900;
  font-size: 20px;
  color: var(--navy);
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: -1px;
  margin-left: -1px;
}
@media screen and (width <= 1180px) {
  #comparison .compare td:last-child {
    font-size: 16px;
  }
}
@media screen and (width <= 768px) {
  #comparison .compare td:last-child {
    font-size: 14px;
  }
}
#comparison .compare .overwrap {
  position: relative;
  flex-grow: 1;
}
#comparison .compare .overwrap .balloon {
  position: absolute;
  bottom: -29px;
  right: -30px;
  width: 130px;
  height: 100px;
  display: flex;
  align-items: center;
  margin: 1.5em 15px 1.5em 0;
  color: var(--gold);
  background: white;
  border: 3.5px solid var(--gold);
  border-radius: 50%;
  padding: 8px 8px;
  text-align: center;
  font-family: var(--sans);
  font-size: 15px;
  white-space: nowrap;
  line-height: 1.4;
  font-weight: bold;
  box-shadow: var(--shadow2);
  transform: rotate(-10deg);
}
#comparison .compare .overwrap .balloon::before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: -23px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 17px solid var(--gold);
  transform: rotate(157deg);
}

#problems .problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (width <= 960px) {
  #problems .problem-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 680px;
  }
}
@media screen and (width <= 600px) {
  #problems .problem-grid {
    gap: 10px;
  }
}
@media screen and (width <= 480px) {
  #problems .problem-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (width <= 600px) {
  #problems .problem-grid {
    gap: 18px;
  }
}
#problems .problem-grid .problem-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(6, 27, 77, 0.08);
  border-radius: 28px;
  box-shadow: var(--shadow2);
  min-height: 250px;
  text-align: center;
  padding: 44px 24px 32px;
  color: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#problems .problem-grid .problem-card .icon {
  margin-top: 40px;
}
#problems .problem-grid .problem-card .icon svg {
  width: 78px;
  height: 78px;
  color: var(--navy);
}
#problems .problem-grid .problem-card b {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.6;
}
#problems .problem-grid .problem-card .check {
  position: absolute;
  top: 30px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gold), #dba740);
  color: #fff;
  font-weight: 900;
  font-size: 26px;
  box-shadow: 0 8px 20px rgba(191, 127, 0, 0.23);
}

#curriculum .feature-list {
  max-width: 980px;
  margin: 0 auto 40px;
  display: grid;
  gap: 18px;
}
#curriculum .feature-row {
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: center;
  background: linear-gradient(90deg, #f7f0e6, #fff 70%);
  border-radius: 18px;
  padding: 22px 38px;
  min-height: 140px;
  box-shadow: 0 7px 22px rgba(6, 27, 77, 0.05);
}
@media screen and (width <= 600px) {
  #curriculum .feature-row {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px;
    gap: 18px;
  }
}
#curriculum .feature-icon {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px #efe5d8, 0 9px 22px rgba(191, 127, 0, 0.12);
  justify-self: center;
  color: var(--gold);
}
#curriculum .feature-icon svg {
  width: 70px;
  height: 70px;
}
#curriculum .feature-copy {
  border-left: 1.5px solid var(--gold);
  padding-left: 42px;
  color: var(--navy);
}
@media screen and (width <= 600px) {
  #curriculum .feature-copy {
    border-left: 0;
    border-top: 1px solid var(--gold);
    padding: 18px 0 0;
  }
}
#curriculum .feature-copy h3 {
  font-family: var(--serif);
  font-size: 33px;
  line-height: 1.25;
  margin: 0 0 10px;
}
#curriculum .feature-copy p {
  margin: 0;
  font-size: 18px;
  color: #222;
  line-height: 1.7;
}

#teachers .instructorlist {
  align-items: center;
  background-color: white;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  padding: 16px 82px;
  position: relative;
  max-width: 1120px;
}
@media screen and (width <= 600px) {
  #teachers .instructorlist {
    gap: 24px;
    max-width: unset;
  }
}
#teachers .instructorlist .item {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  margin-left: -82px;
  margin-right: -82px;
  position: relative;
}
@media screen and (width > 960px) {
  #teachers .instructorlist .item {
    max-width: 1120px;
  }
}
@media screen and (width <= 600px) {
  #teachers .instructorlist .item {
    display: inline-flex;
    margin-left: -66px;
    margin-right: -66px;
  }
}
#teachers .instructorlist .item img {
  aspect-ratio: 1;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 300px;
}
#teachers .instructorlist .item .instructorname {
  color: #171717;
  font-weight: 600;
  line-height: 56px;
  position: relative;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--serif);
  font-size: 36px;
  font-style: normal;
  letter-spacing: 0;
}
@media screen and (width <= 600px) {
  #teachers .instructorlist .item .instructorname {
    font-weight: 900;
    line-height: 40px;
    font-size: 26px;
  }
}
#teachers .instructorlist .item .specialty {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--sans);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  line-height: 40px;
  white-space: nowrap;
}
@media screen and (width <= 600px) {
  #teachers .instructorlist .item .specialty {
    font-weight: 900;
    line-height: 40px;
    font-size: 18px;
    white-space: wrap;
  }
}
#teachers .instructorlist .item .description {
  position: relative;
  width: 600px;
  font-family: var(--serif);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  color: #000;
  line-height: 30px;
}
@media screen and (width <= 768px) {
  #teachers .instructorlist .item .description {
    width: unset;
  }
}
@media screen and (width <= 600px) {
  #teachers .instructorlist .item .description {
    width: unset;
    line-height: 26px;
    font-size: 18px;
  }
}
#teachers .teacher-message {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--shadow2);
  padding: 26px 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 21px;
  color: #333;
}
@media screen and (width <= 600px) {
  #teachers .teacher-message {
    display: block;
    text-align: center;
    font-size: 17px;
    padding: 24px;
  }
}
#teachers .teacher-message .bubble {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #eef3fb;
  display: grid;
  place-items: center;
  color: var(--navy);
}
@media screen and (width <= 600px) {
  #teachers .teacher-message .bubble {
    margin: 0 auto 12px;
  }
}

#purpose .purpose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 48px;
}
@media screen and (width > 600px) and (width <= 960px) {
  #purpose .purpose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width <= 600px) {
  #purpose .purpose-grid {
    grid-template-columns: 1fr;
  }
}
#purpose .purpose-grid .purpose-card {
  background: #fff;
  border: 1px solid rgba(6, 27, 77, 0.08);
  border-radius: 18px;
  box-shadow: var(--shadow2);
  min-height: 310px;
  text-align: center;
  padding: 44px 20px 36px;
  color: var(--navy);
}
@media screen and (width <= 1180px) {
  #purpose .purpose-grid .purpose-card {
    padding-left: 8px;
    padding-right: 8px;
  }
}
#purpose .purpose-grid .purpose-card .icon svg {
  width: 82px;
  height: 82px;
}
#purpose .purpose-grid .purpose-card h3 {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.4;
  margin: 18px 0 18px;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--gold);
}
@media screen and (width <= 1180px) {
  #purpose .purpose-grid .purpose-card h3 {
    font-size: 22px;
  }
}
#purpose .purpose-grid .purpose-card p {
  margin: 0;
  font-weight: 700;
  color: #24304f;
  line-height: 1.9;
}
@media screen and (width <= 1180px) {
  #purpose .purpose-grid .purpose-card p {
    font-size: 16px;
  }
}

#price .subtitle {
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
}
@media screen and (width <= 768px) {
  #price .subtitle {
    white-space: wrap;
    gap: 1px;
  }
}
#price .subtitle h3 {
  display: inline;
  font-family: var(--serif);
  font-size: 30px;
  color: var(--navy);
  font-style: normal;
  letter-spacing: 0;
  font-weight: 900;
  line-height: 44px;
}
@media screen and (width <= 768px) {
  #price .subtitle h3 {
    font-size: 28px;
  }
}
#price .subtitle img.flagpict {
  display: inline;
  vertical-align: bottom;
}
#price .course {
  margin: 20px auto;
  max-width: 900px;
  background: #fff;
  border: 1px solid rgba(6, 27, 77, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 25px var(--line);
  padding: 23px 42px;
  align-items: center;
}
@media screen and (width <= 600px) {
  #price .course {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px;
  }
}
@media screen and (width <= 480px) {
  #price .course {
    padding: 16px;
  }
}
#price .course .icon svg {
  width: 86px;
  height: 86px;
}
#price .course .lead {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  font-family: var(--serif);
  margin-bottom: 20px;
}
#price .course .coursetitle {
  text-align: center;
}
#price .course .coursetitle .note {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 900;
}
#price .course .coursestyle_frame {
  margin: 40px auto;
  align-items: center;
  background: var(--lightgold);
  padding: 20px 30px;
  border-radius: 14px;
  text-align: center;
  color: var(--navy);
  box-shadow: var(--shadow2);
  max-width: 600px;
}
#price .course .coursestyle_frame .styletitle {
  align-items: center;
  align-self: stretch;
  margin: 0 auto 20px auto;
  display: flex;
  gap: 10px;
  justify-content: center;
  border-radius: 30px;
  width: 100%;
  background-color: #fff;
  color: var(--navy);
}
#price .course .coursestyle_frame .styletitle.offline {
  background: var(--navy);
}
#price .course .coursestyle_frame .styletitle.online {
  background: var(--gold);
}
#price .course .coursestyle_frame .styletitle h5 {
  color: #fff;
}
#price .course .pricelist {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
  width: 500px;
  margin: 20px auto 0;
}
@media screen and (width <= 768px) {
  #price .course .pricelist {
    width: unset;
  }
}
#price .course .pricelist .note {
  font-size: 13px;
  color: #888;
  text-align: center;
  margin: 0 auto;
}
#price .course .pricelist .item {
  display: flex;
  margin: 0 auto;
  flex: 0 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 450px;
}
@media screen and (width <= 768px) {
  #price .course .pricelist .item {
    width: 400px;
  }
}
@media screen and (width <= 600px) {
  #price .course .pricelist .item {
    width: 320px;
  }
}
@media screen and (width <= 480px) {
  #price .course .pricelist .item {
    width: unset;
  }
}
#price .course .pricelist .item .name {
  margin-top: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--navy);
  line-height: 22px;
  white-space: nowrap;
}
@media screen and (width <= 768px) {
  #price .course .pricelist .item .name {
    font-size: 16px;
  }
}
@media screen and (width <= 480px) {
  #price .course .pricelist .item .name {
    font-size: 14px;
  }
}
#price .course .pricelist .item .price {
  margin-top: -0.45px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--sans);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--navy);
  line-height: normal;
  text-align: right;
}
@media screen and (width <= 768px) {
  #price .course .pricelist .item .price {
    font-size: 22px;
  }
}
@media screen and (width <= 480px) {
  #price .course .pricelist .item .price {
    font-size: 21px;
  }
}
#price .course .pricelist .item .price small {
  font-size: 60%;
}
#price .course .cta-word {
  margin: 10px auto;
  padding: 15px 0;
  text-align: center;
  font-family: var(--sans);
  font-weight: 900;
  font-size: 28px;
  line-height: 1.25;
  color: red;
}
@media screen and (width <= 600px) {
  #price .course .cta-word {
    font-size: 22px;
  }
}
@media screen and (width <= 480px) {
  #price .course .cta-word {
    font-size: 17px;
  }
}
#price .course > .note {
  color: var(--navy);
  font-family: var(--sans);
}
#price .course h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.25;
}
#price .course h4 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 36px;
  line-height: 1.25;
}
@media screen and (width <= 600px) {
  #price .course h4 {
    font-size: 26px;
  }
}
#price .course h5 {
  margin: 0;
  font-size: 16px;
  line-height: 2.2;
  font-family: var(--sans);
}
#price .course p {
  margin: 4px 0 0;
  color: #283149;
  font-weight: 600;
  font-size: 16px;
}
#price .admission {
  margin: 20px auto;
  max-width: 900px;
  background: #fff;
  border: 1px solid rgba(6, 27, 77, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 25px var(--line);
  padding: 23px 42px;
  align-items: center;
  position: relative;
}
@media screen and (width <= 600px) {
  #price .admission {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px;
  }
}
#price .admission .fee {
  display: flex;
  margin: 0 auto;
  flex: 0 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 480px;
  font-family: var(--serif);
  font-style: normal;
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: var(--navy);
}
@media screen and (width <= 768px) {
  #price .admission .fee {
    width: unset;
  }
}
@media screen and (width <= 480px) {
  #price .admission .fee {
    font-size: 15px;
    flex-wrap: wrap;
  }
}
#price .admission .fee .price {
  color: #bb3939;
}
#price .admission .fee .notice {
  font-size: 13px;
}
@media screen and (width <= 480px) {
  #price .admission .fee .notice {
    flex-basis: 80%;
    flex-grow: 2;
    margin: 4px auto 10px;
  }
}
#price .admission .overstrike {
  position: absolute;
  top: 13px;
  left: 244px;
  margin: 0;
  padding: 5px 30px;
  color: rgba(255, 0, 0, 0.7);
  background: rgba(255, 243, 97, 0.75);
  transform: translateY(-60%);
  transform: rotate(10deg);
  text-align: center;
  white-space: nowrap;
  line-height: 1.1;
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 900;
}
@media screen and (width <= 768px) {
  #price .admission .overstrike {
    left: 20%;
  }
}
@media screen and (width <= 600px) {
  #price .admission .overstrike {
    left: 15%;
  }
}
@media screen and (width <= 480px) {
  #price .admission .overstrike {
    left: 5%;
    font-size: 16px;
  }
}
@media screen and (width <= 480px) {
  #price .admission > .note {
    text-align: left;
    line-height: 1.4;
  }
}

@media screen and (width <= 768px) {
  #about .lead {
    font-size: 15px;
  }
}
@media screen and (width <= 600px) {
  #about .lead {
    text-align: unset;
  }
}
#about .eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 16px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 22px;
  letter-spacing: 0.14em;
}
#about .eyebrow::before, #about .eyebrow::after {
  content: "";
  width: 110px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
@media screen and (width <= 600px) {
  #about .eyebrow::before, #about .eyebrow::after {
    width: 54px;
  }
}
#about .about-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (width > 600px) and (width <= 960px) {
  #about .about-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width <= 600px) {
  #about .about-cards {
    grid-template-columns: 1fr;
  }
}
#about .about-cards .about-card {
  background: #fff;
  border: 1px solid rgba(6, 27, 77, 0.08);
  border-radius: 18px;
  min-height: 260px;
  box-shadow: var(--shadow2);
  text-align: center;
  padding: 38px 28px;
  color: var(--navy);
}
#about .about-cards .about-card .icon svg {
  width: 78px;
  height: 78px;
}
#about .about-cards .about-card .dash {
  border-top: 2px dotted var(--gold);
  margin: 24px 0 22px;
}
#about .about-cards .about-card b {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (width <= 1180px) {
  #about .about-cards .about-card b {
    font-size: 18px;
  }
}
#about .about-cards .about-card .big {
  font-family: Georgia, serif;
  font-size: 58px;
  display: block;
  line-height: 1.05;
}
@media screen and (width <= 1180px) {
  #about .about-cards .about-card .big {
    font-size: 46px;
  }
}

#voices .voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 46px;
}
@media screen and (width <= 768px) {
  #voices .voice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width <= 600px) {
  #voices .voice-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
  }
}
#voices .voice-grid .voice-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--shadow2);
  padding: 44px 34px 32px;
  min-height: 470px;
  color: var(--navy);
}
@media screen and (width <= 600px) {
  #voices .voice-grid .voice-card {
    min-height: auto;
  }
}
#voices .voice-grid .voice-card p {
  font-size: 19px;
  font-weight: 600;
  line-height: 2.25;
  margin: 0 0 30px;
  color: #14245d;
}
@media screen and (width <= 1180px) {
  #voices .voice-grid .voice-card p {
    font-size: 14px;
  }
}
#voices .voice-grid .voice-card .voice-top {
  text-align: center;
  margin-bottom: 28px;
}
#voices .voice-grid .voice-card .voice-top .circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f6f0e6;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  color: var(--gold);
}
#voices .voice-grid .voice-card .voice-top .circle svg {
  width: 44px;
  height: 44px;
}
#voices .voice-grid .voice-card .voice-top .voice-tag {
  display: inline-block;
  background: #eef3fb;
  border-radius: 999px;
  padding: 4px 24px;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 900;
}
@media screen and (width <= 1180px) {
  #voices .voice-grid .voice-card .voice-top .voice-tag {
    font-size: 16px;
  }
}
@media screen and (width > 600px) and (width <= 960px) {
  #voices .voice-grid .voice-card .voice-top .voice-tag {
    font-size: 18px;
  }
}
#voices .voice-grid .voice-card .profile {
  border-top: 2px dotted var(--gold);
  padding-top: 18px;
  text-align: center;
  color: #888;
  font-size: 17px;
}

#orderform .conclusion {
  align-items: center;
  background-color: #548eba;
  border-radius: 24px;
  padding: 24px 0;
  position: relative;
  width: min(1180px, 100% - 48px);
  margin: 10px auto;
  padding: 20px 0;
}
#orderform .pricebox {
  color: white;
  line-height: 21.2px;
  text-align: center;
  width: 600px;
  font-family: var(--sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
  margin: 0 auto;
}
@media screen and (width <= 768px) {
  #orderform .pricebox {
    width: unset;
  }
}
@media screen and (width <= 600px) {
  #orderform .pricebox {
    font-size: 16px;
    font-weight: 400;
    width: 333px;
  }
}
#orderform .pricebox em {
  color: white;
  font-size: 21.2px;
}
#orderform .pricebox em > em {
  font-weight: 800;
  font-size: 35.4px;
}
@media screen and (width <= 600px) {
  #orderform .pricebox em > em {
    font-size: 30px;
  }
}
#orderform .pricebox small {
  font-size: 10.6px;
}
#orderform .pricebox .tokuten {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21.2px;
  font-weight: 600;
}
#orderform .pricebox .tokuten .icon_tokuten {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  height: 48.25px;
  width: 48.25px;
}
#orderform .addinfo {
  background-color: #1d75b9;
  border-radius: 16px;
  color: white;
  font-family: var(--sans);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  align-items: center;
  margin: 4px auto 24px auto;
  width: 600px;
  padding: 20px 60px;
}
@media screen and (width <= 768px) {
  #orderform .addinfo {
    margin: 20px;
    width: unset;
    padding: 10px 20px;
  }
}
@media screen and (width <= 600px) {
  #orderform .addinfo {
    padding: 10px;
  }
}
#orderform .addinfo p {
  margin-bottom: 10px;
}
#orderform .addinfo p.small {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
#orderform .addinfo p.last {
  margin-bottom: 0;
}

#final-cta {
  color: var(--navy);
  text-align: center;
  padding: 0;
}
#final-cta .question {
  padding: 30px 20px 80px;
}
#final-cta .business {
  background-color: #1d75b9;
  color: white;
}
#final-cta .business .btn {
  background: linear-gradient(135deg, #018b5c, #00a56d);
}
#final-cta .business {
  padding: 30px 20px 250px;
}
#final-cta h2 {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: clamp(34px, 4.2vw, 54px);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#final-cta p {
  margin: 40px auto 28px;
  max-width: 780px;
  font-size: 18px;
  line-height: 2;
}

.cta-box {
  margin: 42px auto 0;
  max-width: 940px;
  padding: 26px;
  position: relative;
  border: 3.5px solid var(--gold);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
@media screen and (width <= 960px) {
  .cta-box {
    max-width: unset;
    width: 100%;
  }
}
@media screen and (width <= 768px) {
  .cta-box {
    padding: 15px;
  }
}
.cta-box .cta-band {
  display: grid;
  grid-template-columns: 3fr 2fr 3.3fr;
  grid-auto-flow: column;
  gap: 8px;
  align-items: center;
  color: var(--navy);
}
@media screen and (width <= 960px) {
  .cta-box .cta-band {
    grid-template-columns: unset;
  }
}
.cta-box .cta-band .cta-gift {
  margin: 0 auto;
  background: #fff;
  border: 3.5px solid var(--gold);
  border-radius: 12px;
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 18px;
  font-weight: 900;
  font-size: 18px;
  min-height: 88px;
  width: 300px;
}
@media screen and (width <= 960px) {
  .cta-box .cta-band .cta-gift {
    grid-row: 1/3;
  }
}
@media screen and (width <= 768px) {
  .cta-box .cta-band .cta-gift {
    font-size: 15px;
  }
}
@media screen and (width <= 600px) {
  .cta-box .cta-band .cta-gift {
    grid-row: unset;
    width: unset;
    gap: 5px;
    padding: 8px;
  }
}
@media screen and (width <= 480px) {
  .cta-box .cta-band .cta-gift {
    gap: 1px;
    padding: 1px;
    font-size: 12px;
  }
}
.cta-box .cta-band .cta-gift .icon svg {
  width: 48px;
  height: 48px;
}
.cta-box .cta-band .cta-gift em {
  color: red;
}
.cta-box .cta-band .cta-price {
  padding-left: 34px;
  color: var(--navy);
}
@media screen and (width <= 960px) {
  .cta-box .cta-band .cta-price {
    padding: 0;
    text-align: center;
  }
}
.cta-box .cta-band .cta-price span {
  display: block;
  font-weight: 900;
}
.cta-box .cta-band .cta-price b {
  font-family: Georgia, serif;
  font-size: 56px;
  line-height: 1;
}
@media screen and (width <= 768px) {
  .cta-box .cta-band .cta-price b {
    font-size: 50px;
  }
}
@media screen and (width <= 600px) {
  .cta-box .cta-band .cta-price b {
    font-size: 44px;
  }
}
@media screen and (width <= 480px) {
  .cta-box .cta-band .cta-price b {
    font-size: 40px;
  }
}
.cta-box .cta-band .cta-description {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (width <= 768px) {
  .cta-box .cta-band .cta-description {
    padding-bottom: 16px;
  }
}
@media screen and (width <= 600px) {
  .cta-box .cta-band .cta-description {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
.cta-box .cta-band .cta-description .catchphrase {
  margin: 10px auto;
  text-align: center;
  font-family: var(--sans);
  font-weight: 900;
  font-size: 22px;
  line-height: 1.25;
  color: red;
}
.cta-box .note {
  position: absolute;
  bottom: 2px;
  width: 100%;
}

/* Bottom CTA banner */
#floating-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: saturate(180%) blur(14px);
  border-top: 1px solid rgba(6, 27, 77, 0.12);
  box-shadow: 0 -14px 36px rgba(6, 27, 77, 0.13);
  padding: 13px 18px calc(13px + env(safe-area-inset-bottom));
}
@media screen and (width <= 600px) {
  #floating-cta {
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
  }
}
#floating-cta .floating-cta__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.9fr auto;
  gap: 18px;
  align-items: center;
  background: linear-gradient(135deg, var(--navy), #00184c);
  border-radius: 18px;
  padding: 16px 20px;
  color: #fff;
  box-shadow: 0 14px 34px rgba(6, 27, 77, 0.22);
}
@media screen and (width <= 600px) {
  #floating-cta .floating-cta__inner {
    grid-template-columns: 1fr auto;
    gap: 9px;
    border-radius: 14px;
    padding: 11px 12px;
  }
}
#floating-cta .floating-cta__gift {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  color: #fff;
  line-height: 1.45;
}
@media screen and (width <= 600px) {
  #floating-cta .floating-cta__gift {
    display: none;
  }
}
#floating-cta .floating-cta__gift .gift-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #fff;
  color: var(--gold);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 25px;
}
#floating-cta .floating-cta__price {
  border-left: 1px solid rgba(255, 255, 255, 0.36);
  padding-left: 18px;
  font-weight: 800;
  line-height: 1.25;
}
@media screen and (width <= 600px) {
  #floating-cta .floating-cta__price {
    border-left: 0;
    padding-left: 0;
    font-size: 11px;
  }
}
#floating-cta .floating-cta__price b {
  font-family: Georgia, serif;
  font-size: 34px;
  letter-spacing: 0.03em;
  margin-right: 4px;
}
@media screen and (width <= 600px) {
  #floating-cta .floating-cta__price b {
    font-size: 25px;
  }
}
#floating-cta .floating-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d49719, #f0bd36 48%, #c78206);
  color: #fff;
  font-weight: 900;
  padding: 14px 24px;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(191, 127, 0, 0.28);
}
@media screen and (width <= 600px) {
  #floating-cta .floating-cta__btn {
    font-size: 12px;
    padding: 11px 13px;
  }
}

.wpcf7-form {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  background-color: white;
  border: 1px solid;
  border-color: var(--navy);
  border-radius: 16px;
  padding: 16px 0px 24px;
  margin: 24px auto;
  width: 600px;
}
@media screen and (width <= 768px) {
  .wpcf7-form {
    width: unset;
  }
}
@media screen and (width <= 600px) {
  .wpcf7-form {
    width: 343px;
  }
}
.wpcf7-form h3 {
  margin: 5px 0;
  font-family: var(--sans);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
  color: var(--navy);
  line-height: 30px;
}
.wpcf7-form .formitem {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  position: relative;
  width: 480px;
}
@media screen and (width <= 600px) {
  .wpcf7-form .formitem {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 280px;
  }
}
.wpcf7-form .formitem .label {
  align-items: center;
  display: flex;
  gap: 16px;
  height: 24px;
}
@media screen and (width > 960px) {
  .wpcf7-form .formitem .label {
    min-width: 160px;
  }
}
.wpcf7-form .formitem .label label {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--sans);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
  color: #171717;
}
.wpcf7-form .formitem .label .must {
  background-color: #3379ab;
  border-radius: 2px;
  padding: 4px 6px;
  white-space: nowrap;
  font-family: var(--sans);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  color: white;
}
.wpcf7-form .formitem .itemwrap {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
}
.wpcf7-form .notice {
  width: 480px;
  padding: 10px;
  margin-top: 10px;
  background-color: #3379ab;
  color: white;
  font-size: 11.5px;
  line-height: 1.3;
}
@media screen and (width <= 600px) {
  .wpcf7-form .notice {
    width: 280px;
  }
}
.wpcf7-form .line {
  width: 480px;
  height: 1px;
  margin: 7px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (width <= 600px) {
  .wpcf7-form .line {
    width: 280px;
  }
}
.wpcf7-form .policy {
  position: relative;
  margin: 30px 0;
  width: 480px;
  height: 60px;
  padding: 10px;
  align-items: center;
  display: flex;
  gap: 8px;
  background-color: #c8e7ff;
}
@media screen and (width <= 600px) {
  .wpcf7-form .policy {
    width: 280px;
  }
}
.wpcf7-form .policy .agree label {
  align-items: center;
  display: flex;
  gap: 8px;
  height: 24px;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.wpcf7-form .policy .policycheck {
  accent-color: #0060ad;
}
.wpcf7-form .policy .wpcf7-list-item-label {
  font-family: var(--sans);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}
.wpcf7-form .policy a {
  color: #171717;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: -19px;
  margin-top: -21px;
  position: relative;
  display: inline;
  text-decoration: underline;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.wpcf7-form .form-input {
  width: 320px;
  height: 40px;
  font-size: 14px;
  padding: 12px 20px;
  background-color: #F2F2F2;
  border: 1px solid #a5a5a5;
  border-radius: 8px;
}
@media screen and (width <= 600px) {
  .wpcf7-form .form-input {
    width: 280px;
    height: 20px;
  }
}
.wpcf7-form .form-textarea {
  width: 320px;
  height: 100px;
  font-size: 14px;
  padding: 20px;
  background-color: #F2F2F2;
  border: 1px solid #a5a5a5;
  border-radius: 8px;
}
@media screen and (width <= 600px) {
  .wpcf7-form .form-textarea {
    width: 280px;
    margin-top: 0 !important;
  }
}
.wpcf7-form .form-inputmini {
  width: 160px;
  height: 40px;
  font-size: 14px;
  padding: 12px 20px;
  background-color: #F2F2F2;
  border: 1px solid #a5a5a5;
  border-radius: 8px;
}
@media screen and (width <= 600px) {
  .wpcf7-form .form-inputmini {
    width: 140px;
  }
}
.wpcf7-form .form-select {
  width: 320px;
  height: 48px; /* 高さを確保（任意） */
  font-size: 14px;
  padding: 12px 40px 12px 20px; /* 右に余白を多めに確保 */
  background-color: #F2F2F2;
  border: 1px solid #a5a5a5;
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* ▼ カスタムアイコン */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="10" viewBox="0 0 16 10" fill="none"><path d="M1 1L8 8L15 1" stroke="%23666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 10px; /* ← 明示的にサイズ指定 */
}
@media screen and (width <= 600px) {
  .wpcf7-form .form-select {
    width: 280px;
  }
}
.wpcf7-form .form-select2 {
  width: 144px;
  height: 42px; /* 高さを確保（任意） */
  font-size: 14px;
  padding: 12px 40px 12px 20px; /* 右に余白を多めに確保 */
  background-color: #F2F2F2;
  border: 1px solid #a5a5a5;
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* ▼ カスタムアイコン */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="10" viewBox="0 0 16 10" fill="none"><path d="M1 1L8 8L15 1" stroke="%23666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 10px; /* ← 明示的にサイズ指定 */
}
@media screen and (width <= 600px) {
  .wpcf7-form .form-select2 {
    width: 120px;
  }
}
.wpcf7-form input[type=submit].btn-submit {
  all: unset;
  display: block;
  min-width: 390px;
  padding: 17px 34px;
  background: linear-gradient(135deg, #0060ad, #288ad9);
  color: #fff;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (width <= 600px) {
  .wpcf7-form input[type=submit].btn-submit {
    min-width: unset;
  }
}
.wpcf7-form input[type=submit].btn-submit:hover {
  background-color: color-mix(in srgb, #D96136 85%, black);
}
.wpcf7-form div.wpcf7-response-output {
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
}
@media screen and (width <= 600px) {
  .wpcf7-form div.wpcf7-response-output {
    font-size: 12px;
  }
}

:root {
  --maincolor: black;
}

@media screen and (width > 960px) {
  .nav-menu {
    position: fixed !important;
    right: -300px !important;
    top: 0 !important;
    z-index: 1100 !important;
  }
}

@media screen and (width > 960px) {
  #menu-toggle:checked ~ .nav-menu {
    right: 0 !important;
  }
}

#experience, #course, #experience-sp, #course-sp {
  scroll-margin-top: 80px;
}
@media screen and (width > 960px) {
  #experience, #course, #experience-sp, #course-sp {
    scroll-margin-top: 80px;
  }
}
@media screen and (width <= 600px) {
  #experience, #course, #experience-sp, #course-sp {
    scroll-margin-top: 64px;
  }
}

.nav-menu, .global-nav, .drawer {
  z-index: 999;
}

.back-to-top {
  position: fixed;
  display: grid;
  place-items: center;
  border-radius: 9999px;
  background: #0060ad;
  color: #fff;
  box-shadow: none; /* ← シャドウを削除 */
  border: none; /* ← 縁線なし */
  cursor: pointer;
  z-index: 1200;
  width: 56px;
  height: 56px;
  right: 16px;
  bottom: 110px;
}
@media screen and (width <= 600px) {
  .back-to-top {
    width: 48px;
    height: 48px;
    right: 12px;
    bottom: 86px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: none;
    transform: none;
  }
}
.back-to-top {
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transform: translateY(6px);
}
@media (prefers-reduced-motion: reduce) {
  .back-to-top:hover {
    transition: none;
    transform: none;
  }
}
.back-to-top:hover {
  transform: translateY(0);
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}
.back-to-top {
  opacity: 0;
  visibility: hidden;
}

.index {
  align-items: center;
  background-color: white;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 64px;
  min-width: 940px;
}
@media screen and (width > 600px) and (width <= 960px) {
  .index {
    min-width: 560px;
  }
}
@media screen and (width <= 600px) {
  .index {
    min-width: unset;
  }
}

.header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  background: white;
  width: 100%;
}
@media screen and (width > 960px) {
  .header {
    height: 64px;
    padding: 0px max((100% - 1180px) / 2, 10px);
    overflow: visible;
  }
}
@media screen and (width <= 600px) {
  .header {
    height: 40px;
    padding: 0px 16px;
  }
}
.header .subject {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  align-items: center;
  padding-right: 10px;
  height: 64px;
  padding: 0 24px 0 0;
}
.header .subject .logo {
  aspect-ratio: 2.38;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  height: 40px;
  width: 95px;
}
@media screen and (width <= 600px) {
  .header .subject .logo {
    height: 25px;
    width: 59px;
  }
}
.header .subject .head_title {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
  gap: 8px;
}
@media screen and (width <= 600px) {
  .header .subject .head_title {
    gap: 4px;
  }
}
.header .subject .head_title .text {
  color: #0060ad;
  font-family: var(--sans);
  letter-spacing: 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  font-style: normal;
}
@media screen and (width <= 600px) {
  .header .subject .head_title .text {
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    margin-top: -1px;
    white-space: nowrap;
  }
}
.header .subject img.flagicon {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  height: 24px;
  width: 24px;
}
@media screen and (width <= 600px) {
  .header .subject img.flagicon {
    height: 16px;
    width: 16px;
  }
}
@media screen and (width <= 960px) {
  .header .menuitem {
    display: none;
  }
}
.header .menuitem a {
  min-width: 60px;
  padding: 10px 5px;
  color: var(--navy);
  font-weight: bold;
  display: inline-block;
  align-content: space-around;
  height: 44px;
}
.header .menuitem:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(6, 27, 77, 0.24);
  background-color: #d9eeff;
}
.header .button {
  display: inline-flex;
  padding: 8px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0060ad, #288ad9);
  font-family: var(--sans);
  font-size: 14px;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(6, 27, 77, 0.18);
  transition: 0.25s transform, 0.25s box-shadow;
}
@media screen and (width <= 960px) {
  .header .button {
    display: none;
  }
}
.header .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(6, 27, 77, 0.24);
}
.header .menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  gap: 6px;
}
@media screen and (width > 960px) {
  .header .menu {
    display: none;
  }
}
@media screen and (width <= 600px) {
  .header .menu {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 4px;
  }
}
.header .keyvisual {
  height: 526px;
  width: 1024px;
  aspect-ratio: 1.95;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media screen and (width <= 600px) {
  .header .keyvisual {
    aspect-ratio: 0.71;
    width: 375px;
  }
}/*# sourceMappingURL=style.css.map */