@charset "UTF-8";
@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;
}

#form_header .inner {
  display: flex;
  align-items: center;
}

#form_header h2 {
  margin-left: auto;
}

.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__row.--select label {
  font-size: 15px;
  font-weight: 400;
}

.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(https://www.kami2323.com/common/img/202403/Icon/arrow_row.svg) calc(100% - 24px) center/14px no-repeat;
  box-sizing: border-box;
  cursor: pointer;
}

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

.form__row dd select,
.form__row dd select:first-child {
  /* color: black !important; */
}

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

#sec03 {
.form__row dd input[type=tel],
.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=tel]::placeholder,
.form__row dd input[type=text]::placeholder {
  color: #AEAEB4;
}

}

.form__row dd input[type=tel],
.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=tel]::placeholder,
.form__row dd input[type=text]::placeholder {
  color: #AEAEB4;
}

.form #about {
  border: 1px solid #E4E7E9;
  border-radius: 8px;
  margin-top: 20px;
}

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

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

#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;
  width: 30%;
}

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

.form__row dd select[name="birth_year"] {
  width: calc(33.3333333333% - 8px);
}

.form__row dd select[name="birth_month"],
.form__row dd select[name="birth_day"] {
  width: calc(33.3333333333% - 4px);
  margin-left: 2px;
}

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

.form__row.--text ul li span:not(#eb_pref) {
  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 input {
  background-image: url(../img/202509/clicon.png);
  background-repeat: no-repeat;
  background-position: right 5% top 50%;
}

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: 178px;
  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:not(.errmsgacpt) {
  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:not(.errmsgacpt)::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:not(.errmsgacpt)::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background-color: #E00065;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.form__agree input:checked + span:not(.errmsgacpt)::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;
}

/* ladies */


main {
    background: url(../img/202509/bg_pc.jpg) center center / cover no-repeat;
    box-sizing: border-box;
}

.inner {
    width: inherit;
    max-width: 800px;
}

.mv {
    background-color: #E00065;
    padding-block: 70px;
}

.mv_title {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.flow {
    max-width: 800px;
    margin-top: 24px;
    border-radius: 30px;
    margin-inline: auto;
    background-color: #fff;
    border: 1px solid #E4E7E9;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.flow__lists {
    display: grid;
    max-width: 100%;
}

.flow__lists--3 {
    grid-template-columns: repeat(3,1fr);
}

.flow__lists--4 {
    grid-template-columns: repeat(4,1fr);
}

.flow__lists li.is-active span {
    background: #E00065;
}

.flow__lists li {
    position: relative;
    justify-content: center;
}

.flow__lists li:nth-child(n + 2)::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 24px;
    left: -9px;
    background: url(../img/202509/arrow.png) center center / contain no-repeat;
}

.intro__title {
 span {
    color: #E00065;
 }
}

.intro__tel,
.form__privacy-box,
.checkBoxInner,
.form__privacy {
    border-color: #E4E7E9;
}

.intro__number {
    color: #E00065;
}

.form__head-num .current {
    color: #E00065;
}

.form__box {
    border-color: #E4E7E9;
}

.form__unitTitle:not(.form__unitTitle--privacy)::before {
    background: #E4E7E9;
}

.form__courseContent {
    border-color: #E4E7E9;
}

.form__courseContent::before {
    background: #fff;
    border-color: #E4E7E9;
}

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

.form__courseContent::after {
    background-color: #E00065;
}

.form__courseBox label input:checked + .form__courseContent {
    background: rgba(224, 0, 101, .05);
    border-color: #E00065;
}

.form__courseBox label input:checked + .form__courseContent .form__courseName,
.form__courseBox label input:checked + .form__courseContent .form__courseText,
.form__courseBox label input:checked + .form__courseContent .form__coursePrice {
    color: #E00065;
}

.form__courseName span.tag {
    background-color: #E00065;
    color: #fff;
    display: inline-block;
    align-self: center;
    border-radius: 4px;
    font-size: 14px;
    padding: 2px 6px;
    margin-left: 4px;
}

.note a {
    color: #E00065;
    text-decoration: underline;
}

.form__btn {
    background: #E00065;
}

.radio__title {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

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

.form__row dt {
    font-size: 16px;
}

.form__row dt small {
    font-size: 15px;
    font-weight: 400;
}

.form__row dd select,
.form__row dd input[type=text] {
    border-color: #E4E7E9 !important;
}

.form__row dd select {
      background: #F7F9FB url(../img/202509/arrow_row.svg) calc(100% - 16px) center/14px no-repeat;
}

.mt24 {
    margin-top: 24px !important;
}

.form__title {
    text-align: left;

    h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: calc(28/18);
    }
    p {
        font-size: 15px;
        font-weight: 400;
        line-height: calc(24/15);
        color: #79808C;
        margin-top: 8px;
    }
}

.radio.sex {
  display: none;
}

.errmsg {
  font-size: 120% !important;
}

#accept_privacy_policy {
  width: 100%;
  padding-left: 0;
}

#accept_privacy_policy label {
  width: 100%;
  margin-bottom: 0;
  border: 1px solid #E4E7E9;
  border-radius: 6px;
  background: #F6F6F6;
}

#accept_privacy_policy + .btn input {
  background: #E00065;
  color: #fff !important;
  height: 56px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}

input[name="submit"] {
  width: inherit;
  max-width: 100%;
  height: auto;
  margin-top: 8px;
}

.caution {
  color: #E00065;
  font-weight: bold;
  font-size: 18px;
}

select {
  color: #AEAEB4; /* 初期状態の文字色 */
}

select:focus,
select option {
  color: black; /* 選択後の文字色 */
}

select option[value=""] {
  color: #AEAEB4; /* 未選択用の option */
}

select:has(option:checked:not([value=""], [value="0"])) {
  color: black;
}


.form__row .grid-3 {
  .birth_year,.birth_month,.birth_day {
    position: relative;
    display: inline;
    width: fit-content;

    &::before {
      position: absolute;
      top: calc(50% + 2px);
      transform: translateY(-50%);
      right: 3em;
      color: #AEAEB4;
      pointer-events: none;
    }
  }
  .birth_year::before {
    content: "年";
  }
  .birth_year:not(.is-active)::after {
    position: absolute;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    left: 1em;
    content: "西暦--";
    color: #AEAEB4;
    pointer-events: none;
  }
  .birth_month::before {
    content: "月";
  }
  .birth_day::before {
    content: "日";
  }
  .birth_month:not(.is-active)::after,
  .birth_day:not(.is-active)::after {
    position: absolute;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    pointer-events: none;
    left: 1em;
    content: "--";
    color: #AEAEB4;
  }
}