@charset "utf-8";
@import url('style-base.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/*-----------------------------------------------------
 * 幅
 *----------------------------------------------------*/
#wrapper { margin: 0 auto; border: 1px solid #ccc; border-width: 0 1px; box-shadow: 0 0 1rem rgba(0,0,0,0.4); }
.w1200 { max-width: 120rem; position: relative;  margin: 0 auto; }
.w1050 { max-width: 105rem; position: relative;  margin: 0 auto; }
.w1000 { max-width: 100rem; position: relative;  margin: 0 auto; padding: 0 2rem; }
.w860 { max-width: 86rem; position: relative;  margin: 0 auto; }
.purple { color: #1751ae; }
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.w1000 { max-width: 100rem; position: relative;  margin: 0 auto; padding: 0 1.5rem; }
}
/*-----------------------------------------------------
 * 帯
 *----------------------------------------------------*/
.header-obi {
  background: #fff;
  padding: 1.5rem 0;
  overflow: hidden;
}
.header-obi .logo {
  width: 121px;
  float: left;
}
.header-obi .tel {
  text-align: left;
  font-size: 1.5rem;
  float: right;
}
@media only screen and (max-width: 768px) {
.header-obi .logo {
  width: 121px;
  float: left;
}
.header-obi .tel {
  text-align: left;
  font-size: 1.2rem;
  float: right;
}
}
.rd {
  background: #f0c916;
  color: #333;
  text-align: center;
  font-size: 2rem;
  padding: 1rem 0;
}
/*-----------------------------------------------------
 * ヘッダー
 *----------------------------------------------------*/
.header-main {
  height: auto;
  background: #253e58 url("../img/header_bg.jpg") center top no-repeat;
  padding: 2rem 0 2rem 0;
}

@media only screen and (max-width: 768px) {
.header-main {
  height: auto;
  background: #253e58;
  padding: 2rem 0;
}
.header-main .w1000 { max-width: 100rem; position: relative;  margin: 0 auto; padding: 0 0; }
}

/*-----------------------------------------------------
 * トップボタン
 *----------------------------------------------------*/
.header-bottom {
  padding: 3rem;
  text-align: center;
  background:#17212c;
}
.topbtn {
  max-width: 52.2%;
  margin: 0 auto;
  display: block;
  position: relative;
}
@-moz-keyframes arrow1 {
    0% { -moz-transform: translateX(0px); }
    45% { -moz-transform: translateX(20px); }
    50% { -moz-transform: translateX(25px); }
    55% { -moz-transform: translateX(20px); }
    95% { -moz-transform: translateX(0px); }
    100% { -moz-transform: translateX(0px); }
}

@-o-keyframes arrow1 {
    0% { -o-transform: translateX(0px); }
    45% { -o-transform: translateX(20px); }
    50% { -o-transform: translateX(25px); }
    55% { -o-transform: translateX(20px); }
    95% { -o-transform: translateX(0px); }
    100% { -o-transform: translateX(0px); }
}

@-webkit-keyframes arrow1 {
    0% { -webkit-transform: translateX(0px); }
    45% { -webkit-transform: translateX(20px); }
    50% { -webkit-transform: translateX(25px); }
    55% { -webkit-transform: translateX(20px); }
    95% { -webkit-transform: translateX(0px); }
    100% { -webkit-transform: translateX(0px); }
}
.btn-arrow {
  position: absolute;
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -ms-animation-duration:1s;
  -o-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: arrow1;
  -moz-animation-name: arrow1;
  -o-animation-name: arrow1;
  animation-name: arrow1;
  z-index: 9;
  width: 12%;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
.header-bottom {
  padding: 2rem;
  text-align: center;
}
.topbtn {
  max-width: 100%;
  /*max-width: 59.7rem;*/
  margin: 0 auto;
  display: block;
  position: relative;
}
}

/*-----------------------------------------------------
 * 動画
 *----------------------------------------------------*/
.movie-title {
  font-size: 3.6rem;
  font-weight: bold;
  margin: 6rem 0 1rem 0;
  text-align: center;
}
.movie-subtitle {
  font-size: 2rem;
  text-align: center;
  color: #2d4c7e;
  text-align: center;
}
.movie-thumb {
  margin: 2rem 0;
}
@media only screen and (max-width: 768px) {
.movie-title {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 4rem 0 0.5rem 0;
  text-align: center;
}
.movie-subtitle {
  font-size: 1.8rem;
  text-align: center;
  color: #2d4c7e;
  text-align: center;
}
.movie-thumb {
  margin: 2rem 0;
}

}
/*-----------------------------------------------------
 * プレゼント
 *----------------------------------------------------*/
.present-wrap {
  background: #efefe5;
  padding: 3rem 0;
  margin: 4rem 0 0 0;
}

@media only screen and (max-width: 768px) {
.present-wrap {
  background: #efefe5;
  padding: 3rem 1rem;
  margin: 4rem 0 0 0;
}
}
/*-----------------------------------------------------
 * コンテンツ
 *----------------------------------------------------*/
.midasi-wrap {
  margin: 6rem 0 4rem 0;
}
.bred {
  border: 2px solid #ccc;
  padding: 1rem 4rem;
  overflow:hidden;
  margin: 2rem 4rem;
}

h2.midasi {
  font-size: 4rem;
  margin: 6rem 0 2rem 0;
  text-align: center;
  color: #333;
}
h2.midasi2 {
  margin: 1rem 0 1rem 0;
  text-align: center;
  color: #36163c;
  background: url("../img/midasi02_bg.png") left top repeat-x;
}
h3.midasi {
  margin: 5rem 0 2rem 0;
  font-size: 3.2rem;
  text-align:center;
  border: 1px solid #ccc;
  padding: 2rem 0;
  border-width: 1px 0;
}
div.sub-midasi {
  color: #3e7ab7;
  text-align: center;
  margin: 1rem 0 1rem 0;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
.text {
  font-size: 1.9rem;
  line-height: 1.8;
}
ul.point {
  font-size: 2.4rem;
}
ul.point li {
  margin: 1.6rem 0;
  font-weight: bold;
}
.img-right {
  width: 45%;
  float: right;
  margin-left: 1rem;
  padding: 1rem;
}

@media only screen and (max-width: 1000px) {
.text {
  font-size: 1.9rem;
  line-height: 1.8;
}
}

@media only screen and (max-width: 768px) {
.midasi-wrap {
  padding: 1rem 0;
  margin: 3rem 0;
}
.bred {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  overflow:hidden;
  background: none;
  margin: 2rem 0;
}

h2.midasi {
  font-size: 2.6rem;
  margin: 1rem 0 1rem 0;
  text-align: center;
}
h3.midasi {
  margin: 1rem 0 1rem 0;
  font-size: 2rem;
  text-align:center;
  border: 1px solid #ccc;
  padding: 1rem 0;
  border-width: 1px 0;
}

div.sub-midasi {
  color: #3e7ab7;
  text-align: center;
  margin: 1rem 0 2rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.text {
  font-size: 1.7rem;
  line-height: 1.7;
}
ul.point {
  margin: 0;
  font-size: 1.8rem;
}
ul.point li {
  margin: 1rem 0;
  font-size: 100%;
  font-weight: bold;
}
.img-right {
  width: 80%;
  max-width: 100%;
  float: none !important;
  margin: 1rem auto;
  padding: 1rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

}


/*-----------------------------------------------------
 * プロフィール
 *----------------------------------------------------*/
.prof {
  margin: 3rem 0 3rem 0;
}
.prof-name {
  font-size: 3.6rem;
  font-weight: bold;
}
.prof-name .rubi {
 font-size: 1.8rem;
}
.prof-sub {
  font-size: 2.2rem;
  color: #1e7dbf;
  font-weight: bold;
}
.prof-body {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 3rem;
  padding-bottom: 3rem;
}
.prof-thumb {
  float: right;
  width: 25%;
  margin:0 0 1rem 2rem;
  border-radius: 1rem;
}
.line {
  border-bottom: 1px solid #ccc;
}

.prof-books-title {
  background: #1e7dbf;
  color: #fff;
  display: inline-block;
  padding: 0 1rem;
}
.prof-books {
  border: 1px solid #1e7dbf;
  padding: 1.5rem;
  margin-right: 30%;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {

.prof {
  margin: 2rem 0 2rem 0;
}
.prof-name {
  font-size: 2.6rem;
  font-weight: bold;
}
.prof-name .rubi {
 font-size: 1.6rem;
}
.prof-sub {
  font-size: 1.8rem;
  color: #1e7dbf;
  font-weight: bold;
}
.prof-body {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 2rem;
  padding-bottom: 2rem;
}
.prof-thumb {
  float: none;
  width: 40%;
  margin: 1rem auto;
  border-radius: 1rem;
}
.line {
  border-bottom: 1px solid #ccc;
}
.prof-books-title {
  background: #1e7dbf;
  color: #fff;
  display: inline-block;
  padding: 0 1rem;
}
.prof-books {
  border: 1px solid #1e7dbf;
  padding: 1.5rem;
  margin-right: 0;
  box-sizing: border-box;
}

}

/*-----------------------------------------------------
 * フォーム
 *----------------------------------------------------*/
.form-wrap {
  margin: 6rem 0;
  padding: 5rem 0;
  background: #202d42;
}
.form-wrap h2.midasi {
  color: #fff;
  font-size: 3.2rem;
}
.form-wrap-inner {
  margin-top: 3rem;
  padding: 4rem 6rem;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2rem;
}

@media only screen and (max-width: 768px) {
.form-wrap {
  margin: 3rem 0;
  padding: 2rem 0;
  background: #202d42;
}
.form-wrap-inner {
  padding: 1rem 2rem;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 1rem;
}
.form-wrap h2.midasi {
  color: #fff;
  font-size: 2.2rem;
}
}
/*-----------------------------------------------------
 * フォーム
 *----------------------------------------------------*/
.form-inner {
}
.form-minimal {
  box-sizing: border-box;
  padding: 2rem;
  border:none;
}
.mailform {
  font-size: 2rem !important;
  padding: 2rem 1rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
  border: 5px solid #1e130d !important;
  border-radius: 0.5rem;
}
.nameform {
  font-size: 2rem !important;
  padding: 2rem 1rem !important;
  width: 60%!important;
  box-sizing: border-box !important;
  border: 5px solid #1e130d !important;
  border-radius: 0.5rem;
}
.regbtn-area input[type=image] {
  width: 100%;
}
.formkit-form[data-uid="676490face"] {
  border: none !important;
}
.formkit-form[data-uid="72cc53ba98"] {
  border:none !important;
  max-width: 100% !important;
  position: relative;
  overflow: hidden;
}
.formkit-form[data-uid="72cc53ba98"] .formkit-fields {
  margin-top: 0 !important;
}
.label-text {
  font-size: 2.2rem;
  padding: 1rem 0;
  font-weight: bold
}
.label-text span {
  color: #c00;
}
.checkbox-text {
  padding: 1rem 0 2rem 0;
  text-align: center;
  font-size: 1.8rem;
}
.regbtn-area {
  width: 80%;
  margin: 0 auto 3rem auto;
}
.form-notice {
  padding: 2rem;
  border-radius: 2rem;
  border: 1px solid #ccc;
  margin: 2rem auto;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
.form-inner {
  background: #fff;
  padding: 0.5rem;
  border-radius: 0 0 0 0;
  margin: 0;
}
.regbtn-area {
  width: 95%;
  margin: 0 auto 3rem auto;
}
.form-notice {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #ccc;
  margin: 1rem auto;
  font-size: 1.2rem;
}
.nameform {
  font-size: 2rem !important;
  padding: 2rem 1rem !important;
  width: 100%!important;
  box-sizing: border-box !important;
  border: 5px solid #1e130d !important;
  border-radius: 0.5rem;
}
}
/*-----------------------------------------------------
 * 位置づけ
 *----------------------------------------------------*/
.position {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  font-size: 2.4rem;
  align-items: stretch
}
.free-semi {
  border: 1px solid #50a2ce;
  border-radius: 2rem;
  padding: 2rem;
  flex-basis: 45%;
  box-sizing: border-box;
  margin: 2rem;
}
.semi-step {
  text-align: center;
  padding: 1rem;
  background: #50a2ce;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  border-radius: 1rem;
}
.price-semi .semi-step {
  background: #ea6a1c;
}
.semi-title {
  text-align: center;
  font-weight: bold;
  margin: 2rem 0 1rem 0;
  font-size: 2.4rem;
}
.semi-price {
  text-align: center;
}
ul.semi-bred {
  font-size: 1.8rem;
  font-weight: bold;
}
ul.semi-bred li {
  margin: 1rem 0;
}
.semi-arrow {
  font-size: 4rem;
  font-weight: bold;
  padding: 2rem;
}
.price-semi {
  border: 1px solid #ea6a1c;
  border-radius: 2rem;
  padding: 2rem;
  flex-basis: 45%;
  box-sizing: border-box;
  margin: 2rem;
}

@media only screen and (max-width: 768px) {

.position {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  font-size: 2rem;
  align-items: center;
}
.free-semi {
  border: 1px solid #50a2ce;
  border-radius: 2rem;
  padding: 2rem;
  flex-basis: 80%;
  box-sizing: border-box;
}
.semi-step {
  text-align: center;
  padding: 1rem;
  background: #50a2ce;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  border-radius: 1rem;
}
.price-semi .semi-step {
  background: #ea6a1c;
}
.semi-title {
  text-align: center;
  font-weight: bold;
  margin: 2rem 0 1rem 0;
  font-size: 2.4rem;
}
.semi-price {
  text-align: center;
}
ul.semi-bred {
  font-size: 1.8rem;
  font-weight: bold;
}
ul.semi-bred li {
  margin: 1rem 0;
}
.semi-arrow {
  font-size: 4rem;
  font-weight: bold;
  padding: 2rem;
}
.price-semi {
  border: 1px solid #ea6a1c;
  border-radius: 2rem;
  padding: 2rem;
  flex-basis: 40%;
}

}

/*-----------------------------------------------------
 * 会場
 *----------------------------------------------------*/
.kaijyo-wrap {
  margin: 2rem auto;
/*  max-width: 90%; */
  max-width: 1300px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
}
.kaijyo-item {
  flex-basis: 33%;
  box-sizing: border-box;
  padding: 5px;
}
.kaijyo-name {
  font-size: 1.4rem;
  padding: 0.5rem 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
.kaijyo-wrap {
  margin: 2rem auto;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
}
.kaijyo-item {
  flex-basis: 50%;
  box-sizing: border-box;
  padding: 1rem 0.5rem;
}
}

/*-----------------------------------------
  faq
-----------------------------------------*/
ul.faq {
  list-style:none;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.7;
}
ul.faq li.q {
  background: url("../img/icon_q.jpg") left 3px no-repeat;
  padding: 0 10px 10px 45px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  font-weight: bold;
}
ul.faq li.a {
  background: url("../img/icon_a.jpg") left top no-repeat;
  padding: 0 10px 10px 45px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {

ul.faq {
  list-style:none;
  margin: 0;
  padding: 0 2rem;
  font-size: 1.4rem;
  line-height: 1.7;
}
}


/*-----------------------------------------------------
 * コピーライト
 *----------------------------------------------------*/
.copy {
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem;
  background: #252525;
  color: #fff;
}
.copy-wrapper {
  margin-top: 7rem;
  border-top: 1px solid #ddd;
}
.copy-inner {
  max-width: 86rem;
  box-sizing: border-box;
  margin: 0 auto;
}
h5 {
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
  padding: 3rem 0;
}
.copy-notice {
  font-size: 1.4rem;
  overflow-y: scroll;
  padding: 2rem;
  height: 10rem;
  border: 1px solid #ccc;
}
.filogo {
  margin: 5rem auto 2rem auto;
}
.fitext{
  padding: 1rem 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}
ul.filink {
  text-align: center;
  padding-bottom: 2rem;
}
ul.filink li {
  display: inline-block;
  font-size: 1.4rem;
  padding-right: 1rem;
}
ul.filink li a {
  color: #333;
  text-decoration: none;
}
ul.filink li a:hover {
  color: #666;
  text-decoration: underline;
}
#go-pagetop{
  right: 20px;
  bottom: 20px;
  position: fixed;
  z-index:2;
}
.clearfix:after{content:".";display:block;clear:both;height:0;visibility:hidden;}
.clearfix{min-height:1px;}
* html .clearfix{height:1px;}

@media only screen and (max-width: 768px) {
.copy-wrapper {

}
}


/*-----------------------------------------------------
 * 学べること
 *----------------------------------------------------*/

.lecbox {
  margin: 3rem 0;
  border: 5px solid #b2cbe3;
  padding: 2rem;
}
.lecbox-title {
  margin: 0 0 2rem 0;
  border-bottom: 3px double #1e446a;
  padding-bottom: 0.5rem;
}
.lecbox-title h3 {
  margin: 0;
  font-size: 2.6rem;
  letter-spacing: 2px;
  text-align: left;
}
.lecbox h3 .num {
  background: #1e446a;
  border-radius: 1rem;
  display: inline-block;
  color: #fff;
  padding: 0 1rem;
  margin-right: 1rem;
}
.lecbox-inner {
  display: flex;
  align-items: flex-start;
}
.lecbox-inner .thumb {
  flex-basis: 40%;
  box-sizing: border-box;
}
.lecbox-inner .lectext {
  flex-basis: 60%;
  font-size: 1.8rem;
  line-height: 1.7;
  padding-right: 1.5rem;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
.lecbox {
  margin: 3rem 0;
  border: 3px solid #b2cbe3;
  padding: 2rem;
}
.lecbox-title {
  margin: 0 0 2rem 0;
  border-bottom: 3px double #1e446a;
  padding-bottom: 0.5rem;
}
.lecbox-title h3 {
  margin: 0;
  font-size: 2.4rem;
  letter-spacing: 1px;
  text-align: left;
}
.lecbox h3 .num {
  background: #1e446a;
  border-radius: 1rem;
  display: inline-block;
  color: #fff;
  padding: 0 1rem;
  margin-right: 1rem;
}
.lecbox-inner {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
}
.lecbox-inner .thumb {
  margin-top: 2rem;
  flex-basis: 100%;
  box-sizing: border-box;
  max-width: 100%;
}
.lecbox-inner .lectext {
  flex-basis: 90%;
  font-size: 1.7rem;
  line-height: 1.6;
  padding-right: 0;
  box-sizing: border-box;
}

}