@charset "UTF-8";
/* ============================================================================
202507追加分
============================================================================== */
@font-face {
  font-family: 'figtree';
  src: url(../font/Figtree-VariableFont_wght.ttf);
}
/* ============================================================================
共通パーツ
============================================================================== */
body {
  color: #202226;
  letter-spacing: -0.024em;
}

main {
  background:#F7F9FB url(/common/img/202507/bg_pc.png) center top / 100% 1080px no-repeat;
  padding-bottom: 50px;
}

.inner {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.errorText {
  font-size: 12px;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

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

.header {
  display: grid;
  place-items: center;
  height: 41px;
}

.header__logo {
  max-width: 122px;
}

.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.is-hide {
  display: none !important;
}

/* ============================================================================
mv
============================================================================== */
.mv {
  position: relative;
  background-color: #A0D3E6;
}

.mv__img {
  display: block;
  min-height: 320px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.mv__img img {
  display: block;
  height: 100%;
  min-height: 320px;
  max-width: unset;
  object-fit: cover;
  object-position: bottom;
}

.mv__content {
  position: absolute;
  top: 50%;
  max-width: 325px;
  transform: translateY(-50%);
  width: 100%;
}

.mv__lead {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
  height: 40px;
  padding-inline: 16px;
  background-color: #F34848;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(0, 48, 84, 0.3);
}

.mv__lead::before {
  position: absolute;
  content: "";
  background-color: #F34848;
  height: 11px;
  width: 17px;
  left: 30px;
  bottom: -10px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.mv__title {
  text-align: left;
  color: white;
  font-size: 38px;
  font-weight: bold;
  margin-top: 36px;
}

.mv__tel {
  width: 100%;
  margin-top: 24px;
  box-shadow: 0 4px 16px rgba(0, 48, 84, 0.3);
}

/* ============================================================================
intro
============================================================================== */

.intro {
  text-align: center;
  padding-block: 32px;
}

.intro__inner {
  max-width: 610px;
}

.intro__title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.024em;
  line-height: calc(52/32);

  span {
    font-weight: inherit;
    color: #0068B7;
  }

  strong {
    font-weight: inherit;
    font-size: 48px;
  }
}

.intro__subtitle {
  font-size: 16px;
  font-weight: 600;
  color: rgba(32, 34, 38, 0.5);
  letter-spacing: -0.024em;
  line-height: 1.5;
}

.intro__tel {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #A0D3E6;
}

.intro__number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.024em;
  color: #0068B7;

  img {
    width: 70px;
  }
}

.intro__text {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.024em;
  line-height: 1.5;

  span {
    font-weight: inherit;
    color: #0068B7;
  }
}


/* ============================================================================
flow
============================================================================== */
.flow {
  padding-block: 12px;
  border-bottom: 1px solid #A0D3E6;
}

.flow--confirm {
  background-color: #F9F9F9;
  border-top: 1px solid #A0D3E6;
}

.flow__lists {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 768px;
  margin: 0 auto;
}

.flow--confirm .flow__lists {
  max-width: 800px;
  padding-inline: 16px;
  box-sizing: border-box;
}

.flow__lists li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #C6C9CB;
}

.flow__lists li:nth-child(2)::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 14px;
  left: -60%;
  background: url(/common/img/202403/Icon/arrow.svg) center center/contain no-repeat;
}

.flow__lists li:last-child::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 14px;
  left: -70%;
  background: url(/common/img/202403/Icon/arrow.svg) center center/contain no-repeat;
}

.flow__lists li.is-active {
  color: black;
}

.flow__lists li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  font-weight: bold;
  border-radius: 50%;
  color: white;
  line-height: 20px;
  background-color: #C6C9CB;
}

.flow__lists li.is-active span {
  background-color: #0068B7;
}

/* ============================================================================
form
============================================================================== */
.form {
  
}

.form__unit {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

.form__unit + .form__unit {
  margin-top: 40px;
}

.form__unitTitle {
  position: relative;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  font-family: SF Pro JP, SF Pro Text, SF Pro Icons, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, メイリオ, Meiryo, ＭＳ Ｐゴシック, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.form__unitTitle:not(.form__unitTitle--privacy) {
  padding-bottom: 24px;
  margin-bottom: 32px;
}

.form__unitTitle:not(.form__unitTitle--privacy)::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: calc(100% + 160px);
  left: -80px;
  height: 1px;
  background-color: #A0D3E6;
}

.hissu {
  width: 40px;
  height: 21px;
  display: inline-grid;
  place-items: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
  border-radius: 4px;
  background-color: #F34848;
  vertical-align: middle;
  margin-left: 10px;
  padding-top: 1px;
}

.ninni {
  width: 40px;
  height: 21px;
  color: white;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #868686;
  vertical-align: middle;
  margin-left: 10px;
}

.form__row--radio li {
  border-radius: 8px;
}

.form__row--radio li + li {
  margin-top: 16px;
}

.form__courseBox {
  
}

.form__courseBox.is-active::before {
  display: none;
}

.form__courseBox > p {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3333333333;
}

.form__courseBox label {
  cursor: pointer;
  display: block !important;
}

.form__courseContent {
  position: relative;
  text-align: left;
  gap: 8px;
  margin-top: 8px;
  border-radius: 12px;
  border: 1px solid #A0D3E6;
  background-color: #F7F9FB;
  padding: 12px 12px 12px 44px;
}

.form__courseContent::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 12px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border: 1px solid #A0D3E6;
}

.form__courseContent::after {
  position: absolute;
  content: "";
  top: 16px;
  left: 16px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #0068B7;
  display: none;
}

.form__courseBox label input:checked + .form__courseContent::before {
  border-color: #0068B7;
}

.form__courseBox label input:checked + .form__courseContent::after {
  display: block;
}

.form__courseBox label input:checked + .form__courseContent {
  background-color: #E7F4FF;
  border: 1px solid #0068B7;
}

input:checked + label {
  background-color: blue;
}

.form__courseBox label input:checked + .form__courseContent .form__courseName {
  color: #0068B7;
}
.form__courseBox label input:checked + .form__courseContent .form__courseText {
  color: #4692CC;
}
.form__courseBox label input:checked + .form__courseContent .form__coursePrice {
  color: #0068B7;
}

.form__courseName {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3333333333;
}

.form__courseText {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4666666667;
  color: #79808C;
  margin-top: 4px;
}

.form__coursePrice {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  line-height: 2;
  margin-top: 4px;
}

.form__coursePrice small {
  font-size: 12px;
  font-weight: bold;
  margin-left: 2px;
}

.form__coursePrice.--blue {
  color: #0068B7;
}

.note {
  display: block;
  color: #79808C;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-top: 8px;
}

.note--poricy {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 16px;
}

.note a {
  color: #0068B7;
}

.form__row + .form__row {
  margin-top: 24px;
}

.form__row dt {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3333333333;
}

.form__row dt > em {
  font-weight: bold;
  font-style: normal;
  color: #0068B7;
}

.form__row dd {
  position: relative;
  margin-top: 8px;
}

.form_confirm .form__row dd {
  font-size: 18px;
  font-weight: 400;
  left: 1.3333333333;
  color: #79808C;
}

.form_confirm .form__row dd {
  display: flex;
  justify-content: space-between;
}

.form__row dd select {
  width: 100%;
  height: 56px;
  border: 1px solid #A0D3E6;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  padding-left: 12px;
  background: #F7F9FB url(/common/img/202403/Icon/arrow_row.svg) calc(100% - 24px) center/14px no-repeat;
  color: #F7F9FB;
  box-sizing: border-box;
  cursor: pointer;
}

.form__row dd select option {
  /* color: black; */
  color: #AEAEB4;
}

.form__row dd select,
.form__row dd select:first-child {
  color: #AEAEB4 !important;
}

.form__row dd select[style="background-color: rgb(255, 255, 255);"]{
  color: black !important;
}

.form__row dd input[type=text] {
  width: 100%;
  height: 56px;
  border: 1px solid #A0D3E6;
  border-radius: 6px;
  background-color: #F7F9FB;
  font-size: 15px;
  font-weight: 400;
  padding-left: 12px;
  box-sizing: border-box;
  cursor: pointer;
}

.form__row dd input[type=text]::placeholder {
  color: #AEAEB4;
}

.form #about {
  border: 1px solid #A0D3E6;
  border-radius: 8px;
}

.form #about table {
  border: none;
  border-radius: 8px;
  width: 100%;
  margin: 0;
}

#about table tr:not(:last-child) {
  border-bottom: 1px solid #A0D3E6;
}

#about table th {
  border: none;
  background: none;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 1.5714285714;
  padding: 12px 16px;
  color: black;
}

#about table td {
  text-align: left;
  border: none;
  border-left: 1px solid #A0D3E6;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5714285714;
  padding: 12px 16px;
  color: black;
}

select#ef_birth1 {
  width: calc(33.3333333333% - 8px);
}

select#ef_birth2,
select#ef_birth3 {
  width: calc(33.3333333333% - 4px);
  margin-left: 2px;
}

.form__row.--text ul li + li {
  margin-top: 8px;
}

.form__row.--text ul li span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 1.4666666667;
}

.grid-2 {
  display: flex;
  align-items: center;
  width: 100%;
}

.hlf {
  width: calc(50% - 4px);
}

.hlf + .hlf {
  margin-left: 4px;
}

input#ef_tel1, input#ef_tel2, input#ef_tel3 {
  width: 100%;
}

select#ef_pref {
  width: 100%;
}

dd.form__row--schedule select {
  width: calc((100% - 45px) / 2 - 4px);
}

dd.form__row--schedule select + select {
  margin-left: 4px;
}

dd.form__row--schedule select + span {
  width: 45px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-left: 4px;
}

.form__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  height: 56px;
  font-size: 24px;
  font-weight: bold;
  color: #0068B7;
  border:1px solid #0068B7;
  border-radius: 8px;
}

.form__tel img {
  width: 35px;
}

.form__privacy {
  height: 360px;
  overflow-y: scroll;
  border: 1px solid #A0D3E6;
  border-radius: 6px;
}

.form__privacyInner {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4666666667;
  background-color: white;
  padding: 12px;
}

.form__agree span {
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: center;
  height: 56px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4666666667;
  padding-left: 44px;
  box-sizing: border-box;
  cursor: pointer;
}

.form__agree span::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #E4E7E9;
  background-color: white;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.form__agree span::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background-color: #0068B7;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.form__agree input:checked + span::after {
  display: block;
}

.so_big {
  display: none;
}

.error {
  margin-bottom: 20px;
}

.checkBoxInner {
  background-color: #F7F9FB;
  border: 1px solid #A0D3E6;
  border-radius: 8px;
}

/* ============================================================================
footer
============================================================================== */
.footer {
  margin-top: 70px;
}

/* ============================================================================
confirm
============================================================================== */
#formWrapInner {
  max-width: 800px;
}

#checkBtn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  padding-inline: 16px;
  box-sizing: border-box;
  gap: 8px;
  margin-top: 24px;
}

#checkBtn input {
  float: initial;
  width: 100%;
  height: auto;
}

#checkBtn input:hover {
  opacity: 0.8;
}

.backBtn {
  margin-left: 0;
}/*# sourceMappingURL=form_new.css.map */

.formTitle {
  display: none !important;
}

/* ============================================================================
rnw
============================================================================== */

.form__box {
  background-color: #fff;
  padding: 48px 80px 64px;
  border-radius: 16px;
  border: 1px solid #A0D3E6;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
}

.form__courseBox::before {
  display: none !important;
}

.form__box--privacy {
  margin-top: 40px;
}

.form__head {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 24px;
}

.form__head-en {
  display: block;
  font-family: 'figtree',sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.024em;
}

.form__head-num {
  display: block;
  font-size: 14px;
  color: rgba(32, 34, 38, 0.5);
  letter-spacing: -0.024em;

  .current {
    color: #0068B7;
    font-weight: 600;
    font-size: 32px;
    font-family: 'figtree',sans-serif;
    margin-right: 4px;
  }
}

.form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0068B7;
  color: #fff;
  border-radius: 48px;
  font-size: 18px;
  font-weight: bold;
  width: 169px;
  height: 56px;
  letter-spacing: -0.024em;
  margin-inline: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  cursor: pointer;
  transition: all 0.45s;
}

.form__btn:disabled {
  cursor: not-allowed;
  background-color: #AEAEB4;
}

@media (hover:hover) {
  .form__btn:not(:disabled):hover {
    opacity: 0.8;
  }
}

.form__bottom {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #A0D3E6;
}

.form__privacy-box {
  background-color: #fff;
  border: 1px solid #A0D3E6;
  padding: 16px;
  margin-top: 16px;
  border-radius: 8px;
}