@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: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  font-size: clamp(13px, 3.467vw, 26px);
  line-height: 1.76;
  letter-spacing: 0.03em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #000000;
  background: #e4e9f9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.wrapper {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 750px;
  width: 100%;
  background: #ffffff;
}

section {
  margin: 0;
  padding: clamp(20px, 5.333vw, 40px);
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(10px, 2.667vw, 20px);
  position: relative;
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #666666;
  text-decoration: none;
}

a:link {
  color: #666666;
  text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #666666;
  text-decoration: none;
}

a:focus, *:focus {
  outline: none;
}

a img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/*===== header ====================================*/
header {
  background: #ffffff;
  height: 80px;
  width: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  padding: 10px 0;
}

@media (max-width: 750px) {
  header {
    height: 10.6vw;
    padding: 1.3vw;
  }
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 750px) {
  header .logo {
    margin: 0 0 0 10px;
  }
  header .logo img {
    width: 48.6vw;
  }
}

/*===== common ====================================*/
p {
  font-weight: 300;
}

figure {
  margin: 0 0 clamp(20px, 5.333vw, 40px) 0;
}

/* タイトル */
.ttl_yline {
  text-align: center;
  margin: 0 0 clamp(30px, 8vw, 60px) 0;
  padding: clamp(20px, 5.333vw, 40px) 0 0 0;
}

.ttl_yline span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffe400));
  background: linear-gradient(transparent 50%, #ffe400 50%);
  display: inline;
  font-size: clamp(17px, 4.533vw, 34px);
  font-weight: bold;
  display: inline-block;
  line-height: 1.5;
}

.ttl_wline {
  text-align: center;
  margin: 0 0 clamp(30px, 8vw, 60px) 0;
  padding: clamp(20px, 5.333vw, 40px) 0 0 0;
}

.ttl_wline span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffffff));
  background: linear-gradient(transparent 50%, #ffffff 50%);
  display: inline;
  font-size: clamp(17px, 4.533vw, 34px);
  font-weight: bold;
  display: inline-block;
  line-height: 1.5;
}

.tti_yellow {
  font-size: clamp(17px, 4.533vw, 34px);
  color: #ffe400;
  margin: 0 0 clamp(30px, 8vw, 60px) 0;
  padding: clamp(20px, 5.333vw, 40px) 0 0 0;
  text-align: center;
}

/*===== MV ====================================*/
#mv {
  background: url(../images/bg_mv.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  padding: clamp(30px, 8vw, 60px) clamp(20px, 5.333vw, 40px);
}

#mv .ttl_box {
  background: #ffe400;
  padding: clamp(10px, 2.667vw, 20px);
  color: #000000;
  font-size: clamp(19px, 5.067vw, 38px);
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
  line-height: 1;
}

#mv .mv_box {
  background: rgba(0, 0, 0, 0.5);
  border: solid 2px rgba(255, 255, 255, 0.5);
  margin: clamp(-20px, -5.333vw, -40px) 0 0 0;
  padding: clamp(40px, 10.667vw, 80px) clamp(10px, 2.667vw, 20px) clamp(30px, 8vw, 60px) clamp(10px, 2.667vw, 20px);
}

#mv .main_ttl {
  font-size: clamp(23px, 6.133vw, 46px);
  font-weight: bold;
  margin: 0 0 clamp(20px, 5.333vw, 40px) 0;
  padding: 0 0 clamp(20px, 5.333vw, 40px) 0;
  position: relative;
  letter-spacing: .05em;
  line-height: 1.5;
}

#mv .main_ttl::after {
  content: "";
  display: block;
  background: #ffe400;
  height: 2px;
  width: clamp(254px, 32vw, 127px);
  position: relative;
  bottom: clamp(-20px, -5.333vw, -40px);
  margin: 0 auto;
}

#mv .sub_ttl {
  font-size: clamp(15px, 4vw, 30px);
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.5;
  margin: 0 0 clamp(20px, 5.333vw, 40px) 0;
}

#mv .schedule {
  font-size: clamp(14px, 3.733vw, 28px);
  font-weight: bold;
  margin: 0 0 30px 0;
}

#mv .schedule dt {
  margin: 0 0 clamp(5px, 1.333vw, 10px) 0;
}

#mv .schedule dd {
  margin: 0;
  line-height: 1.3;
}

#mv .schedule dd span {
  font-size: 135%;
}

#mv .time {
  font-size: clamp(19px, 5.067vw, 38px);
  font-weight: bold;
}

/*===== こんな人にお勧め ====================================*/
.list_osusume li {
  font-size: clamp(15px, 4vw, 30px);
  font-weight: 600;
  margin: 0 0 clamp(10px, 2.667vw, 20px) 0;
}

.img_osusume {
  margin-bottom: -20px;
}

/*===== 開催内容・タイムスケジュール ====================================*/
.bg_schedule {
  background: -webkit-gradient(linear, left top, left bottom, from(#507da0), to(#253a4b));
  background: linear-gradient(#507da0, #253a4b);
  color: #ffffff;
  margin-top: clamp(30px, 8vw, 60px);
}

.tbl1 {
  margin: 0 0 clamp(20px, 5.333vw, 40px);
  border: solid clamp(1px, 0.267vw, 2px) #ffffff;
}

.tbl1 tr {
  border-bottom: solid clamp(1px, 0.267vw, 2px) #ffffff;
}

.tbl1 th {
  border-right: dotted clamp(1px, 0.267vw, 2px) #ffffff;
  padding: clamp(15px, 4vw, 30px);
  font-size: clamp(12px, 3.2vw, 24px);
  vertical-align: middle;
  font-weight: 600;
}

.tbl1 td {
  padding: clamp(15px, 4vw, 30px);
  font-weight: 200;
  line-height: 1.5;
}

.date_box {
  border-top: solid clamp(1px, 0.267vw, 2px) #ffffff;
  border-left: solid clamp(1px, 0.267vw, 2px) #ffffff;
  border-right: solid clamp(1px, 0.267vw, 2px) #ffffff;
  padding: clamp(15px, 4vw, 30px);
}

.date_box .ttl_sch {
  font-size: clamp(13px, 3.467vw, 26px);
  margin: 0 0 clamp(5px, 1.333vw, 10px);
}

.date_box dl {
  margin: 0 0 clamp(5px, 1.333vw, 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.date_box dl dt {
  font-size: clamp(12px, 3.2vw, 24px);
  width: 50%;
}

.date_box dl dt span {
  font-size: clamp(14px, 3.733vw, 28px);
  font-weight: 600;
}

.date_box dl dd {
  width: 50%;
  font-weight: 600;
}

.date_box p {
  font-weight: 600;
}

.caution_box {
  border-top: dotted clamp(1px, 0.267vw, 2px) #ffffff;
  border-left: solid clamp(1px, 0.267vw, 2px) #ffffff;
  border-right: solid clamp(1px, 0.267vw, 2px) #ffffff;
  border-bottom: solid clamp(1px, 0.267vw, 2px) #ffffff;
  padding: clamp(15px, 4vw, 30px);
  margin-bottom: clamp(40px, 10.667vw, 80px);
}

.caution_box .list_caution li {
  text-indent: -1.3em;
  margin-left: 1.3em;
  font-size: clamp(11px, 2.933vw, 22px);
}

/*===== セミナー参加者の声 ====================================*/
.voice_box {
  background: #eeeeee;
  border-radius: clamp(20px, 5.333vw, 40px);
  padding: clamp(20px, 5.333vw, 40px);
  margin-bottom: clamp(20px, 5.333vw, 40px);
}

.voice_box .user {
  font-weight: 600;
  margin: 0 0 clamp(10px, 2.667vw, 20px) 0;
  padding: clamp(15px, 4vw, 30px) 0 clamp(15px, 4vw, 30px) clamp(55px, 14.667vw, 110px);
}

.voice_box .user.man {
  background: url(../images/img_voice01.png) no-repeat left center;
  background-size: clamp(43.5px, 11.6vw, 87px);
}

.voice_box .user.woman {
  background: url(../images/img_voice02.png) no-repeat left center;
  background-size: clamp(44px, 11.733vw, 88px);
}

/*===== フォーム ====================================*/
#form {
  background: #ffe400;
  margin-top: clamp(40px, 10.667vw, 80px);
  padding-top: clamp(40px, 10.667vw, 80px);
  padding-bottom: clamp(50px, 13.333vw, 100px);
  /*ラジオボタン*/
  /* エラーメッセージ*/
}

#form dl {
  margin: 0 0 clamp(20px, 5.333vw, 40px) 0;
  font-weight: 600;
}

#form dl dt {
  margin: 0 0 clamp(10px, 2.667vw, 20px) 0;
}

#form .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#form .name div {
  width: calc(50% - 5px);
}

#form input[type=text],
#form input[type=email],
#form input[type=tel],
#form textarea {
  background: #ffffff;
  padding: clamp(10px, 2.667vw, 20px);
  border: none;
  font-size: clamp(16px, 4.267vw, 32px);
  width: 100%;
  border-radius: 0;
}

#form textarea {
  height: 180px;
}

#form label.radio {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0 clamp(10px, 2.667vw, 20px) 0 0;
  padding: clamp(2px, 0.533vw, 4px) 0 clamp(5px, 1.333vw, 10px) clamp(40px, 10.667vw, 80px);
}

#form label.radio:before {
  position: absolute;
  width: clamp(25px, 6.667vw, 50px);
  height: clamp(25px, 6.667vw, 50px);
  border: 2px solid #d7cdd4;
  border-radius: 50%;
  left: 0;
  top: 0;
  content: '';
  z-index: 3;
}

#form label.radio:after {
  content: '';
  position: absolute;
  width: clamp(15px, 4vw, 30px);
  height: clamp(15px, 4vw, 30px);
  border-radius: 100%;
  left: 2px;
  top: 2px;
  background-color: #ff0000;
  z-index: 1;
  border: solid clamp(5px, 1.333vw, 10px) #ffffff;
}

#form label.radio input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: clamp(25px, 6.667vw, 50px);
  height: clamp(25px, 6.667vw, 50px);
  left: -50px;
  top: 2px;
  margin: 0px !important;
  -webkit-box-shadow: clamp(25px, 6.667vw, 50px) clamp(0px, 0vw, 0px) #FFFFFF;
          box-shadow: clamp(25px, 6.667vw, 50px) clamp(0px, 0vw, 0px) #FFFFFF;
  border-radius: 50%;
}

@media (max-width: 750px) {
  #form label.radio input[type=radio] {
    left: -6.6vw;
  }
}

#form label.radio input[type=radio]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#form label.radio input[type=radio]:focus {
  opacity: 0;
  -webkit-box-shadow: 26px 2px #FFF;
          box-shadow: 26px 2px #FFF;
}

#form .error {
  color: #ff0000;
  font-size: clamp(13px, 3.467vw, 26px);
  margin: 5px 0 0 0;
}

#form .error :empty {
  display: none;
}

#form .btn {
  margin: 30px 0 0 0;
}

#form .btn input {
  max-width: 100%;
}

@media (max-width: 750px) {
  #form .btn {
    margin: 10px 0 0 0;
  }
}

#form .btn_other {
  margin: 20px 0 0 0;
}

#form .btn_other a {
  margin: 0;
}

#form.confirm {
  margin-top: 0;
}

#form.confirm dl dt {
  margin: 0 0 clamp(10px, 2.667vw, 20px) 0;
  border-bottom: clamp(1px, 0.267vw, 2px) solid #000000;
}

#form.confirm dl dd {
  font-weight: 300;
  font-size: clamp(16px, 4.267vw, 32px);
}

#form.thankyou {
  margin-top: 0;
  height: calc(100vh - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#form.thankyou p {
  text-align: center;
}

#form.thankyou .btn {
  margin-top: clamp(30px, 8vw, 60px);
  text-align: center;
}

#form.thankyou .btn img {
  width: 50%;
}

/*===== Utility ====================================*/
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.w10 {
  width: 10px !important;
}

.w20 {
  width: 20px !important;
}

.w30 {
  width: 30px !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.w70 {
  width: 70px !important;
}

.w80 {
  width: 80px !important;
}

.w90 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.w120 {
  width: 120px !important;
}

.w150 {
  width: 150px !important;
}

.w200 {
  width: 200px !important;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px !important;
}

.w350 {
  width: 350px !important;
}

.w50p {
  width: 50% !important;
  max-width: 50% !important;
}

@media (max-width: 750px) {
  .w100p_sp {
    width: 100% !important;
  }
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.gothic {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.fs_ss {
  font-size: 10px;
  font-size: 1rem;
}

.fs_s {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs_m {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs_l {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs_ll {
  font-size: 18px;
  font-size: 1.8rem;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.tc {
  text-align: center !important;
}

.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.vb {
  vertical-align: bottom !important;
}

.fl {
  padding: 0 20px 10px 0;
  float: left !important;
}

.fr {
  padding: 0 0 10px 20px;
  float: right !important;
}

.sp-only {
  display: none;
}

@media (max-width: 750px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

@media (max-width: 750px) {
  .pc-only {
    display: none;
  }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.photo-16-9 {
  position: relative;
}

.photo-16-9::before {
  content: '';
  float: left;
  padding-top: 56.25%;
}

.photo-16-9::after {
  content: '';
  display: block;
  clear: both;
}

.photo-16-9 > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.photo-16-9 > .image {
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=style.css.map */