@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "Buildings and Under the Railway Tracks";
  src: url("../../assets/fonts/Buildingsandundertherailwaytracksfree_ver.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* パフォーマンス向上のために追加推奨 */
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background: #fff;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  color: #231815;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  background: #fff;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.boxShadow {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0862745098);
}

.boxShadow-s {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}

.boxShadow-ss {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.0862745098);
}

.color-yell {
  color: #FFF8A0;
}

/* 全体に適用 */
* {
  -webkit-tap-highlight-color: transparent;
}

/* もしくはラベル／ラジオボタンだけに限定 */
label,
input[type=radio] {
  -webkit-tap-highlight-color: transparent;
}

/* フォーカス時のアウトラインを消したい場合 */
input[type=radio]:focus {
  outline: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.btn {
  position: relative;
  display: inline-block;
  z-index: 10;
  transform: scale(1);
}
@media (hover: hover) {
  .btn:hover {
    transform: scale(0.9);
  }
}

.center {
  text-align: center;
}

.mt-85 {
  margin-top: 85px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-0 {
  margin: 0px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-40 {
  padding-bottom: 40px;
}

.header {
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 26px;
}
.header .header-logo {
  max-width: 105px;
}
.header .btnblock .btn--contact {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  width: 169px;
  height: 42px;
  border-radius: 30px;
  background: linear-gradient(to bottom, #FFFFFF, #FF5980 50%, #FF5980);
}
.header ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.header ul li {
  width: 80px;
  height: 100%;
}
.header ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #001642;
  text-align: center;
  line-height: 1.08;
  letter-spacing: 0em;
  height: 100%;
}
.header ul li:first-child {
  background: linear-gradient(to bottom, #FDFC4A, #DAFC08);
}
.header ul li:last-child {
  background: linear-gradient(to bottom, #FFD102, #FFB131);
}

.footer {
  background: #231815;
  padding: 15px 0 16px;
}
.footer .copy {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0em;
}

.container {
  position: relative;
  height: 100vh;
  width: 100%;
  background: #fff;
}
.container::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/bg-pink.png) no-repeat center top/cover;
}
@media screen and (min-width: 1024px) {
  .container::before {
    height: min(55.6770833333vw, 1069px);
    background: url(../../assets/img/bg-pc-all2.png) no-repeat center top/cover;
  }
}
.container .bg-area {
  position: relative;
  display: flex;
  width: 100%;
}
.container .pc__wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
.container .pc__wrap--left {
  display: none;
}
@media screen and (min-width: 1024px) {
  .container .pc__wrap--left {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: min(47.3958333333vw, 910px);
    margin: 0 0 0 min(9.8958333333vw, 190px);
    padding: min(6.5104166667vw, 55px) 0 0 0;
  }
}
.container .pc__wrap--left .ttl_img {
  display: flex;
  align-items: flex-end;
  gap: 34px;
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .container .pc__wrap--left .ttl_img {
    display: flex;
    align-items: flex-end;
    gap: min(1.7708333333vw, 34px);
    margin-bottom: min(1.8229166667vw, 35px);
  }
}
.container .pc__wrap--left .ttl_img .seminar-ttl {
  max-width: 387px;
}
@media screen and (min-width: 1024px) {
  .container .pc__wrap--left .ttl_img .seminar-ttl {
    max-width: min(20.15625vw, 387px);
  }
}
.container .pc__wrap--left .ttl_img .free-event {
  max-width: 124px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .container .pc__wrap--left .ttl_img .free-event {
    max-width: min(6.4583333333vw, 124px);
    margin-bottom: min(0.5208333333vw, 10px);
  }
}
.container .pc__wrap--left .catch {
  font-size: 22px;
  font-weight: 700;
  color: #231815;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1024px) {
  .container .pc__wrap--left .catch {
    font-size: min(1.1458333333vw, 22px);
    font-weight: 700;
    color: #231815;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
}
.container .pc__wrap--left .flex {
  display: flex;
  align-items: flex-end;
}
.container .pc__wrap--left .event {
  display: flex;
  align-items: flex-end;
  gap: 60px;
  margin-top: 150px;
}
@media screen and (min-width: 1024px) {
  .container .pc__wrap--left .event {
    display: flex;
    align-items: flex-end;
    gap: min(3.125vw, 60px);
    margin-top: min(7.8125vw, 40px);
  }
}
.container .pc__wrap--left .event__info-item {
  display: flex;
  gap: 18px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .container .pc__wrap--left .event__info-item {
    display: flex;
    gap: min(0.9375vw, 18px);
    margin-bottom: min(0.5208333333vw, 10px);
  }
}
.container .pc__wrap--left .event__label span {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.45;
  letter-spacing: 0em;
  background: #E17791;
  padding: 2px 17px;
}
@media screen and (min-width: 1024px) {
  .container .pc__wrap--left .event__label span {
    display: inline-block;
    font-size: min(1.0416666667vw, 20px);
    font-weight: 400;
    color: #fff;
    text-align: left;
    line-height: 1.45;
    letter-spacing: 0em;
    background: #E17791;
    padding: min(0.1041666667vw, 2px) min(0.8854166667vw, 17px);
  }
}
.container .pc__wrap--left .event__value .txt01 {
  font-size: 28px;
  font-weight: 700;
  color: #231815;
  text-align: left;
  line-height: 1.428;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .container .pc__wrap--left .event__value .txt01 {
    font-size: min(1.4583333333vw, 28px);
    font-weight: 700;
    color: #231815;
    text-align: left;
    line-height: 1.428;
    letter-spacing: 0em;
  }
}
.container .pc__wrap--left .event__value .txt02 {
  font-size: 20px;
  font-weight: 400;
  color: #231815;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .container .pc__wrap--left .event__value .txt02 {
    font-size: min(1.0416666667vw, 20px);
    font-weight: 400;
    color: #231815;
    text-align: left;
    line-height: 1.9;
    letter-spacing: 0em;
  }
}
.container .pc__wrap--left .event__value .time {
  font-size: 22px;
  font-weight: 700;
  color: #231815;
  text-align: left;
  line-height: 1.41;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .container .pc__wrap--left .event__value .time {
    font-size: min(1.1458333333vw, 22px);
    font-weight: 700;
    color: #231815;
    text-align: left;
    line-height: 1.41;
    letter-spacing: 0em;
    margin-right: min(0.5208333333vw, 10px);
  }
}
.container .pc__wrap--left .event__value .icon-map {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
@media screen and (min-width: 1024px) {
  .container .pc__wrap--left .event__value .icon-map {
    gap: min(0.2604166667vw, 5px);
  }
}
.container .pc__wrap--left .event__value .icon-map::before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/i-map.svg) no-repeat center center/contain;
  width: 16px;
  height: 22px;
}
@media screen and (min-width: 1024px) {
  .container .pc__wrap--left .event__value .icon-map::before {
    width: min(0.8333333333vw, 16px);
    height: min(1.1458333333vw, 22px);
  }
}
.container .pc__wrap--left .event__value .icon-car {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
@media screen and (min-width: 1024px) {
  .container .pc__wrap--left .event__value .icon-car {
    gap: min(0.2604166667vw, 5px);
  }
}
.container .pc__wrap--left .event__value .icon-car::before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/i-car.svg) no-repeat center center/contain;
  width: 20px;
  height: 15px;
}
@media screen and (min-width: 1024px) {
  .container .pc__wrap--left .event__value .icon-car::before {
    width: min(1.0416666667vw, 20px);
    height: min(0.78125vw, 15px);
  }
}
.container .pc__wrap--left .event .seminar-only {
  max-width: 252px;
}
@media screen and (min-width: 1024px) {
  .container .pc__wrap--left .event .seminar-only {
    max-width: min(13.125vw, 252px);
  }
}
.container .pc__wrap--right {
  width: min(22.34375vw, 429px);
}
.container .main__wrap {
  position: relative;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .container .main__wrap {
    position: relative;
    left: min(23.4375vw, 450px);
    width: 100%;
    max-width: 390px;
  }
}
@media screen and (min-width: 1440px) {
  .container .main__wrap {
    position: relative;
    left: min(17.4479166667vw, 335px);
    width: 100%;
    max-width: 390px;
  }
}
.container .main__content {
  max-width: 390px;
  background: #fff;
  margin: auto;
  height: 100%;
  padding: 0;
}
@media screen and (max-width: 394px) {
  .container .main__content {
    padding: 0;
  }
}
@media screen and (max-width: 375px) {
  .container .main__content {
    max-width: 375px;
  }
}

.inner, .inner-s {
  width: 86.6%;
  height: 100%;
  margin: auto;
}

.fv {
  position: relative;
}
.fv .fv-main {
  position: relative;
  width: 100%;
  height: 404px;
  background: url(../../assets/img/fv-bg.png) no-repeat center center/cover;
  z-index: 0;
  overflow: hidden;
}
.fv .fv-main::before {
  position: absolute;
  top: 11px;
  right: -15px;
  content: "";
  background: url(../../assets/img/fv-bg-woman.png) no-repeat center center/contain;
  z-index: 1;
  width: 242px;
  height: 303px;
}
.fv .fv-main::after {
  position: absolute;
  bottom: 6px;
  left: 0;
  content: "";
  background: url(../../assets/img/fv-wave.png) no-repeat center center/cover;
  z-index: 1;
  width: 100%;
  height: 128px;
}
.fv .fv-bottom::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 25px;
  background: url(../../assets/img/fv-seminar-ttl.svg) no-repeat center center/contain;
  width: 174px;
  height: 92px;
  z-index: 2;
}
.fv .fv-bottom::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 9px;
  background: url(../../assets/img/seminar-only.png) no-repeat center center/contain;
  width: 153px;
  height: 127px;
  z-index: 2;
}
.fv .fv-txt {
  position: absolute;
  top: 23px;
  left: 25px;
  width: 268px;
  z-index: 1;
}
.fv .txt__block {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.41;
  letter-spacing: 0.06em;
  background: #E17791;
  padding: 17px 18px 17px 27px;
}

.firstSec {
  position: relative;
  background: url(../../assets/img/bg-pink.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  padding: 25px 0 87px;
}
.firstSec::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(../../assets/img/fv-wave-bottom.png) no-repeat center center/cover;
  width: 100%;
  height: 59px;
}
.firstSec .event {
  margin-bottom: 45px;
}
.firstSec .event__info {
  position: relative;
}
.firstSec .event__info::before {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  right: -6px;
  background: url(../../assets/img/fv-free-event.png) no-repeat center center/contain;
  width: 78px;
  height: 78px;
}
.firstSec .event__info-item {
  display: flex;
  gap: 14px;
  margin-bottom: 4px;
}
.firstSec .event__label span {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.05em;
  background: #E17791;
  padding: 2px 14px;
}
.firstSec .event__value .txt01 {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #231815;
  text-align: left;
  line-height: 1.41;
  letter-spacing: 0em;
}
.firstSec .event__value .txt02 {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  color: #231815;
  text-align: left;
  line-height: 2.2;
  letter-spacing: 0em;
}
.firstSec .event__value .time {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #231815;
  text-align: left;
  line-height: 2.16;
  letter-spacing: 0em;
  margin-right: 10px;
}
.firstSec .event__value .icon-map {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.firstSec .event__value .icon-map::before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/i-map.svg) no-repeat center center/contain;
  width: 10px;
  height: 13px;
}
.firstSec .event__value .icon-car {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.firstSec .event__value .icon-car::before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/i-car.svg) no-repeat center center/contain;
  width: 13px;
  height: 10px;
}

.questionSec {
  position: relative;
  background: #fff;
  padding: 10px 0 0 0;
  /* リスト全体 */
}
.questionSec .sectionTitle--question {
  width: 128px;
  margin: auto;
}
.questionSec .sectionText {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0em;
  background: url(../../assets/img/line-yell.png) no-repeat center bottom/contain;
  margin: 15px 0 27px;
}
.questionSec .taps {
  font-size: 20px;
  font-weight: 400;
  color: #FF5980;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0em;
  font-family: "Buildings and Under the Railway Tracks", sans-serif;
}
.questionSec .clickable-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  /* 各アイテム */
  /* 四角枠チェックボックス部分 */
  /* 選択状態 */
  /* 選択時の四角枠 */
}
.questionSec .clickable-list__item {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #FF5980;
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0.03em;
  padding: 9px 5px 9px 10px;
  margin-bottom: 6px;
  cursor: pointer;
  border: 2px solid #FF5980;
  border-radius: 2px;
  transition: background-color 0.2s, border-color 0.2s;
}
.questionSec .clickable-list__item::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 22px;
  vertical-align: middle;
  border: 2px solid #FF5980;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1em;
  transition: border-color 0.2s, background-color 0.2s;
}
.questionSec .clickable-list__item--selected {
  background: linear-gradient(to bottom, #FFFFFF, #F67896 50%, #FF5980);
  border-color: #FF5980;
  color: #fff;
}
.questionSec .clickable-list__item--selected::before {
  content: "✓";
  font-size: 20px;
  color: #FF5980;
  border-color: #FF5980;
  background: #fff;
  margin-right: 22px;
}
.questionSec .thanks {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #231815;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0em;
  margin: 27px 0 36px;
}
.questionSec .thanks::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../../assets/img/thanks-arrow.png) no-repeat center center/contain;
  width: 24px;
  height: 24px;
}
.questionSec .content__bottom {
  position: relative;
  background: url(../../assets/img/bg-pink.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  padding: 65px 0 86px;
  overflow: hidden;
}
.questionSec .content__bottom::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  background: url(../../assets/img/fv-bg-sankaku.png) no-repeat center center/cover;
  width: 100%;
  height: 29px;
}
.questionSec .content__bottom::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(../../assets/img/fv-wave-bottom.png) no-repeat center center/cover;
  width: 100%;
  height: 59px;
}
.questionSec .question__textarea {
  position: relative;
  padding: 0 10px;
}
.questionSec .question__textarea .txt01 {
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  text-align: left;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
.questionSec .question__textarea .txt02 {
  font-size: 12px;
  font-weight: 500;
  color: #231815;
  text-align: left;
  line-height: 1.83;
  letter-spacing: 0.02em;
}
.questionSec .question__textarea .point-list {
  margin: 24px 0 50px;
}
.questionSec .question__textarea::before {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  right: -31px;
  background: url(../../assets/img/question-bg-woman.png) no-repeat center center/contain;
  width: 200px;
  height: 190px;
}
.questionSec .question__textarea .selector {
  /* 線の太さ */
  border-width: 1px;
  border-style: solid;
  border-image-source: repeating-linear-gradient(to right, #E17791 0 4px, transparent 4px 8px);
  border-image-slice: 1;
  border-image-repeat: round;
  margin: 12px 0 13px;
  max-width: 168px;
}

.pointSec {
  position: relative;
  background: #fff;
  padding: 20px 0 0 0;
  /* リスト全体 */
}
.pointSec .sectionTitle--point {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0em;
  padding-bottom: 3px;
  background: url(../../assets/img/line-yell.png) no-repeat center bottom/contain;
}
.pointSec .sectionTitle--point .dott {
  position: relative;
}
.pointSec .sectionTitle--point .dott::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #231815;
}
.pointSec .point-list {
  margin-top: 40px;
  /* 各アイテム */
}
.pointSec .point-list__item {
  position: relative;
  margin-bottom: 20px;
  border: 2px solid #E17791;
}
.pointSec .point-list__item .number {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.1em;
  font-family: "Buildings and Under the Railway Tracks", sans-serif;
  background: url(../../assets/img/bg-number.png) no-repeat center center/cover;
  width: 58px;
  height: 58px;
  padding: 0 7px 5px 0;
}
.pointSec .point-list__item .number span {
  display: inline-block;
  margin-bottom: -5px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.07em;
}
.pointSec .point-list__item .ttl {
  font-size: 16px;
  font-weight: 700;
  color: #E17791;
  text-align: center;
  line-height: 1.4375;
  letter-spacing: 0em;
  padding: 23px 0 0 20px;
}
.pointSec .point-list__item img {
  height: 46px;
  width: auto;
  margin: 9px auto 10px;
}
.pointSec .point-list__item .textarea {
  padding: 15px 23px 5px;
  background: url(../../assets/img/bg-pink2.png) no-repeat center center/cover;
}
.pointSec .point-list__item .textarea p {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.769;
  letter-spacing: 0.05em;
}
.pointSec .point-text {
  font-size: 14px;
  font-weight: 400;
  color: #231815;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
}

.seminarSec {
  position: relative;
  background: url(../../assets/img/bg-pink.png) no-repeat center center/cover;
  padding: 113px 0 100px;
}
.seminarSec::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  background: url(../../assets/img/fv-wave-top.png) no-repeat center center/cover;
  width: 100%;
  height: 59px;
}
.seminarSec::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url(../../assets/img/fv-wave-bottom.png) no-repeat center center/cover;
  width: 100%;
  height: 59px;
}
.seminarSec .sectionTitle--seminar {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  text-align: center;
  line-height: 1.625;
  letter-spacing: 0em;
  padding-bottom: 3px;
  background: url(../../assets/img/line-yell.png) no-repeat center bottom/contain;
}
.seminarSec .seminar__instructors {
  margin-top: 20px 0 0 0;
}
.seminarSec .seminar__instructor {
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 20px 0 9px;
}
.seminarSec .seminar__instructor-photo img {
  width: 140px;
}
.seminarSec .seminar__instructor-title {
  font-size: 12px;
  font-weight: 700;
  color: #E17791;
  text-align: left;
  line-height: 1.66;
  letter-spacing: 0em;
}
.seminarSec .seminar__instructor-name {
  font-size: 18px;
  font-weight: 700;
  color: #231815;
  text-align: left;
  line-height: 1.44;
  letter-spacing: 0em;
}
.seminarSec .seminar__instructor-bio {
  font-size: 14px;
  font-weight: 400;
  color: #231815;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0em;
  margin-bottom: 50px;
}

.seminar-detailSec {
  position: relative;
  background: #fff;
  padding: 6px 0 20px 0;
}
.seminar-detailSec .subTitle {
  font-size: 12px;
  font-weight: 700;
  color: #E17791;
  text-align: center;
  line-height: 1.416;
  letter-spacing: 0.05em;
}
.seminar-detailSec .sectionTitle--seminar-detail {
  font-size: 24px;
  font-weight: 700;
  color: #231815;
  text-align: center;
  line-height: 1.416;
  letter-spacing: 0em;
  margin: 10px 0 0 0;
}
.seminar-detailSec .event {
  margin: 38px 0 0;
}
.seminar-detailSec .event__info-item {
  display: flex;
  gap: 14px;
  margin-bottom: 8px;
}
.seminar-detailSec .event__info-item--gmap {
  margin-bottom: 22px;
}
.seminar-detailSec .event__info-item--gmap iframe {
  width: 100%;
  aspect-ratio: 338/156;
}
.seminar-detailSec .event__label span {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0.05em;
  background: #E17791;
  padding: 2px 14px;
}
.seminar-detailSec .event__value .txt01 {
  font-size: 17px;
  font-weight: 700;
  color: #231815;
  text-align: left;
  line-height: 1.41;
  letter-spacing: 0em;
}
.seminar-detailSec .event__value .txt02 {
  font-size: 10px;
  font-weight: 400;
  color: #231815;
  text-align: left;
  line-height: 2.2;
  letter-spacing: 0em;
}
.seminar-detailSec .event__value .time {
  font-size: 12px;
  font-weight: 500;
  color: #231815;
  text-align: left;
  line-height: 2.16;
  letter-spacing: 0em;
  margin-right: 10px;
}
.seminar-detailSec .event__value .icon-map {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.seminar-detailSec .event__value .icon-map::before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/i-map.svg) no-repeat center center/contain;
  width: 10px;
  height: 13px;
}
.seminar-detailSec .event__value .icon-car {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.seminar-detailSec .event__value .icon-car::before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/i-car.svg) no-repeat center center/contain;
  width: 13px;
  height: 10px;
}
.seminar-detailSec .members-only {
  position: relative;
  border: 3px solid #71CAC8;
  margin: 36px 0 36px;
}
.seminar-detailSec .members-only .point {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 2.21;
  letter-spacing: 0em;
  padding: 0 18px;
  background: #71CAC8;
  border-bottom-right-radius: 10px;
}
.seminar-detailSec .members-only .members-only-detail {
  display: flex;
  gap: 25px;
  padding: 10px 13px 14px 18px;
}
.seminar-detailSec .members-only .members-only-detail-title {
  font-size: 15px;
  font-weight: 500;
  color: #707070;
  text-align: left;
  line-height: 1.46;
  letter-spacing: 0em;
  margin-top: 25px;
}
.seminar-detailSec .members-only .members-only-detail-photo img {
  width: 93px;
}
.seminar-detailSec .seminar-detail__host {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.seminar-detailSec .seminar-detail__host-name {
  font-size: 14px;
  font-weight: 300;
  color: #231815;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.seminar-detailSec .seminar-detail__host-cooperation {
  font-size: 14px;
  font-weight: 300;
  color: #231815;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.seminar-detailSec .seminar-detail__caution {
  font-size: 10px;
  font-weight: 400;
  color: #231815;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
}

.contactSec {
  position: relative;
  background: #fff;
  padding: 50px 0 40px;
}
.contactSec .subTitle {
  font-size: 14px;
  font-weight: 400;
  color: #231815;
  text-align: center;
  line-height: 2.21;
  letter-spacing: 0em;
}
.contactSec .sectionTitle--contact {
  font-size: 24px;
  font-weight: 700;
  color: #231815;
  text-align: center;
  line-height: 1.416;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
.contactSec .selector {
  /* 線の太さ */
  border-width: 1px;
  border-style: solid;
  border-image-source: repeating-linear-gradient(to right, #E17791 0 4px, transparent 4px 8px);
  border-image-slice: 1;
  border-image-repeat: round;
  margin: 10px auto 10px;
  max-width: 168px;
}
.contactSec .seminar-form {
  margin-top: 35px;
  /* ラジオボタンのベーススタイル */
  /* チェック時のスタイル */
  /* チェックマークを ::after で表現 */
  /* 自分の入力フィールドに合わせてセレクタを変えてください */
  /* WebKit系（Chrome／Safari） */
  /* Firefox */
  /* IE 10+ */
}
.contactSec .seminar-form__group {
  margin-bottom: 22px;
}
.contactSec .seminar-form__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #231815;
  text-align: left;
  line-height: 1.428;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
.contactSec .seminar-form__input, .contactSec .seminar-form__textarea {
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  text-align: left;
  line-height: 1.875;
  letter-spacing: 0em;
  width: 100%;
  padding: 8px 10px;
  border: none;
  outline: none;
  border: 1px solid #B5B5B5;
}
.contactSec .seminar-form .caution {
  font-size: 12px;
  font-weight: 400;
  color: #707F89;
  text-align: left;
  line-height: 2.166;
  letter-spacing: 0em;
}
.contactSec .seminar-form__radio {
  font-size: 12px;
  font-weight: 400;
  color: #231815;
  text-align: left;
  line-height: 1.666;
  letter-spacing: 0em;
}
.contactSec .seminar-form label.seminar-form__radio--datetime,
.contactSec .seminar-form label.seminar-form__radio--participation {
  font-size: 16px !important;
  line-height: 1.875 !important;
}
.contactSec .seminar-form .required {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0em;
  background: #71CAC8;
  padding: 2px 3px;
  border-radius: 2px;
}
.contactSec .seminar-form input[type=radio] {
  /* ブラウザ標準の見た目をオフに */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 10px 5px 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3137254902);
  /* 中央にチェックマークを出す準備 */
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contactSec .seminar-form input[type=radio]:checked {
  border-color: #231815;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3137254902);
}
.contactSec .seminar-form input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  background-color: #231815;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.contactSec .seminar-form__group--age input[type=radio] {
  margin: 0 5px 10px 0;
}
.contactSec .seminar-form__group--age .seminar-form__radio {
  margin: 0 20px 0 0;
  white-space: nowrap;
}
.contactSec .seminar-form__group--participant-count input[type=radio] {
  margin: 0 5px 10px 0;
}
.contactSec .seminar-form__group--participant-count .seminar-form__radio {
  margin: 0 20px 0 0;
  white-space: nowrap;
}
.contactSec .seminar-form .seminar-form__input::-moz-placeholder, .contactSec .seminar-form .seminar-form__textarea::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  color: #CDD6DD;
  text-align: left;
  line-height: 1.875;
  letter-spacing: 0em;
  /* Firefox ではデフォルトで薄くなるので不透明化 */
}
.contactSec .seminar-form .seminar-form__input::placeholder,
.contactSec .seminar-form .seminar-form__textarea::placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  color: #CDD6DD;
  text-align: left;
  line-height: 1.875;
  letter-spacing: 0em;
  /* Firefox ではデフォルトで薄くなるので不透明化 */
}
.contactSec .seminar-form .seminar-form__input::-webkit-input-placeholder,
.contactSec .seminar-form .seminar-form__textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #CDD6DD;
  text-align: left;
  line-height: 1.875;
  letter-spacing: 0em;
}
.contactSec .seminar-form .seminar-form__input:-moz-placeholder,
.contactSec .seminar-form .seminar-form__textarea:-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #CDD6DD;
  text-align: left;
  line-height: 1.875;
  letter-spacing: 0em;
  opacity: 1;
}
.contactSec .seminar-form .seminar-form__input::-moz-placeholder,
.contactSec .seminar-form .seminar-form__textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #CDD6DD;
  text-align: left;
  line-height: 1.875;
  letter-spacing: 0em;
  opacity: 1;
}
.contactSec .seminar-form .seminar-form__input:-ms-input-placeholder,
.contactSec .seminar-form .seminar-form__textarea:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #CDD6DD;
  text-align: left;
  line-height: 1.875;
  letter-spacing: 0em;
}
.contactSec .seminar-form__checkbox {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  color: #231815;
  text-align: left;
  line-height: 1.666;
  letter-spacing: 0em;
  /* ラジオボタンのベーススタイル */
  /* チェック時のスタイル */
  /* チェックマークを ::after で表現 */
}
.contactSec .seminar-form__checkbox input[type=checkbox] {
  /* ブラウザ標準の見た目をオフに */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 15px 5px 0;
  min-width: 26px;
  height: 26px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3137254902);
  /* 中央にチェックマークを出す準備 */
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contactSec .seminar-form__checkbox input[type=checkbox]:checked {
  border-color: #231815;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3137254902);
}
.contactSec .seminar-form__checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 18px;
  height: 18px;
  background-color: #231815;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}
.contactSec .seminar-form__group--privacy-info {
  border: 1px solid #B5B5B5;
  padding: 10px 17px 8px;
  margin-bottom: 28px;
}
.contactSec .seminar-form__privacy-heading, .contactSec .seminar-form__privacy-text {
  font-size: 10px;
  font-weight: 400;
  color: #231815;
  text-align: left;
  line-height: 2.2;
  letter-spacing: 0em;
}
.contactSec .seminar-form__submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.43;
  letter-spacing: 0em;
  width: 100%;
  height: 58px;
  padding-top: 10px;
  border-radius: 30px;
  cursor: pointer;
  border: none;
  outline: none;
  background: linear-gradient(to bottom, #FFFFFF, #FF5980 50%, #FF5980);
}

.thanksSec {
  padding: 70px 0 100px;
  min-height: calc(100vh - 120px);
}
.thanksSec .thanks__heading {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  color: #231815;
  text-align: center;
  line-height: 1.41;
  letter-spacing: 0em;
  margin-bottom: 35px;
}
.thanksSec .thanks__heading::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  display: block;
  /* 線の太さ */
  border-width: 1px;
  border-style: solid;
  border-image-source: repeating-linear-gradient(to right, #E17791 0 4px, transparent 4px 8px);
  border-image-slice: 1;
  border-image-repeat: round;
  width: 100%;
  height: 1px;
}
.thanksSec .thanks__content p {
  font-size: 14px;
  font-weight: 400;
  color: #231815;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0em;
  margin-bottom: 12px;
}
.thanksSec .thanks__content .contact-person {
  font-size: 14px;
  font-weight: 400;
  color: #231815;
  text-align: center;
  line-height: 2.21;
  letter-spacing: 0em;
  margin: 50px 0 0;
}
.thanksSec .thanks__content .name {
  font-size: 14px;
  font-weight: 400;
  color: #231815;
  text-align: center;
  line-height: 2.21;
  letter-spacing: 0em;
  margin: 0 0 10px;
}
.thanksSec .thanks__content .top__link {
  margin-top: 50px;
}

.cta--contact p {
  font-size: 14px;
  font-weight: 400;
  color: #231815;
  text-align: center;
  line-height: 2.21;
  letter-spacing: 0em;
  margin-top: 20px;
}
.cta--contact .tel {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #71CAC8;
  text-align: center;
  line-height: 1.42;
  letter-spacing: 0em;
  text-decoration: underline;
}
.cta--contact .tel::before {
  content: "";
  display: inline-block;
  background: url(../../assets/img/i-phone.svg) no-repeat center center/cover;
  width: 21px;
  height: 21px;
  margin: 0 0.1em -0.1em 0;
}
.cta--contact .caution {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #231815;
  text-align: center;
  line-height: 1;
  letter-spacing: 0em;
}
.cta__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.43;
  letter-spacing: 0em;
  width: 100%;
  height: 58px;
  padding-top: 10px;
  border-radius: 30px;
  background: linear-gradient(to bottom, #FFFFFF, #FF5980 50%, #FF5980);
}
.cta__link .free {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #231815;
  text-align: center;
  line-height: 2.16;
  letter-spacing: 0em;
  width: 176px;
  height: 28px;
  border-radius: 30px;
  background: #fff;
}

@media screen and (min-width:768px) {
  .sp-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .sp-inlineblock {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width:768px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (max-width:767px) {
  .sp-inlineblocknone {
    display: inline-block !important;
  }
}
@media screen and (min-width:768px) {
  .sp-inlineblocknone {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .sp-only {
    display: block !important;
  }
}
@media screen and (min-width:768px) {
  .sp-only {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */