@charset "UTF-8";
/***** -- MV -- *****/
.mv-wrap {
  position: relative;
  height: 200px;
  background-color: #fff;
  margin-top: 80px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mv-title {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  width: 100%;
  text-align: center;
  font-size: 48px;
  line-height: 0.5;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  font-family:"Montserrat",sans-serif;
}
.mv-title span{
  font-size: 14px;
  font-weight: bold;
  font-family: YakuHanJPs, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック体, YuGothic, Meiryo, Hiragino Sans, sans-serif;
  }
.mv-inner {
  position: relative;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){}
@media screen and (max-width: 768px){
  .mv-wrap {
    height: 180px;
    margin-top: 70px;
  }
  .mv-title {font-size: 36px;}
}
@media screen and (max-width: 640px){}
@media screen and (max-width: 480px){
  .mv-wrap {
    height: 150px;
    margin-top: 60px;
  }
  .mv-title {font-size: 32px;}
  .mv-title span{font-size: 12px;}
}
@media screen and (max-width: 370px){
  .mv-title span{font-size: 10px;}
}

/* SECTION > スケジュール */
.schedule-wrap {
    background-color: rgba(255, 255, 255, 1);
}
.schedule-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0);
  z-index: 0;
}
.schedule-inner {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}
.schedule-contents {
  margin-top: 100px;
  padding: 0 20px;
}
.schedule-summary {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-top: 30px;
}
.schedule-summary > div {
  display: table-cell;
  vertical-align: top;
}
.schedule-summary > div:nth-child(1) {width: 350px;}
.schedule-summary_title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.schedule-summary_title::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 50px;
  height: 3px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 1);
  content: '';
}
.schedule-summary_subtitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
}
.schedule-summary_desc {
  font-size: 13px;
  line-height: 2;
}
.schedule-btn {
  text-align: center;
  margin-top: 30px;
}
.schedule-program {}
.schedule-program_title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.schedule-program_title span {font-size: 13px;}
.schedule-program_table {
  display: block;
  margin-top: 10px;
}
.schedule-program_table table {width: 100%;}
.schedule-program_table table th {
  color: #fff;
  font-size: 15px;
  padding: 15px 10px;
  vertical-align: middle;
  border: 1px solid #4873B0;
  background-color: #1A57B5;
  line-height: 1.5;
}
.schedule-program_table table td {
  font-size: 15px;
  padding: 15px 10px;
  vertical-align: middle;
  border: 1px solid #4873B0;
  background-color: #fff;
  line-height: 1.5;
}
.schedule-program_memo {
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
}
.schedule-program_btn {display: none;}
.schedule-info {margin-top: 30px;}
.schedule-info_word {border-left: 2px solid #000;}
.schedule-info_word > div {
  font-size: 15px;
  margin-top: 30px;
  padding-left: 20px;
  line-height: 1.5;
}
.schedule-info_word > div:nth-child(1) {margin-top: 0;}
.schedule-merit {margin-top: 50px;}
.schedule-merit_title {
  font-size: 20px;
  font-weight: bold;
}
.schedule-merit_word > div {
  font-size: 15px;
  margin-top: 15px;
  line-height: 1.5;
}
.schedule-box {
  margin-top: 30px;
  padding: 30px 0px;
  background-color: #fff;
}
.schedule-price {}
.schedule-price_title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  padding: .3em .5em;
  border-top: 1px solid #242E33;
  border-bottom: 1px solid #242E33;
}
.schedule-price > .schedule-price_title:nth-child(1) {margin-top: 0;}
.schedule-price_subtitle {font-weight: bold;}
.schedule-price_word > div {
  font-size: 15px;
  margin-top: 30px;
  line-height: 2;
}
.schedule-price_word > div:nth-child(1) {margin: 20px 0;}
.schedule-price_text {margin-top: 10px;}
.schedule-price_text span {
  font-size: 20px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}
.schedule-campaign_wrap {
  position: relative;
  background-color: #fff;
  border: 10px double #ff9100;
  z-index: 10;
}
.schedule-campaign_wrap::before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 10px 10px;
  background-repeat: repeat;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  content: '';
}
.schedule-campaign {position: relative;}
.schedule-campaign_title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #ff9101;
  line-height: 1.3;
}
.schedule-campaign_desc {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 30px;
}
.schedule-campaign_subtitle {font-weight: bold;}
.schedule-campaign_word > div {
  font-size: 15px;
  margin-top: 30px;
  line-height: 2;
}
.schedule-campaign_word > div:nth-child(1) {margin-top: 20px;}
.schedule-campaign_text {margin-top: 10px;}
.schedule-campaign_text span {
  font-size: 20px;
  font-weight: bold;
  color: #ff9101;
  margin-left: 5px;
  margin-right: 5px;
}
.schedule-dl {margin-top: 30px;}
.schedule-dl_title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 2px solid #000;
}
#training02 .schedule-dl_title::after {left: 150px;}
.schedule-dl_word {
  position: relative;
  margin-top: 20px;
  border-left: 2px solid #000;
}
.schedule-dl_text {
  font-size: 15px;
  padding-left: 20px;
  line-height: 1.5;
}
.schedule-dl_btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.schedule-dl_btn .disable {
  opacity: .25;
  pointer-events: none;
}
.schedule-dl_btn span {
  position: relative;
  display: inline-block;
  width: 250px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-family: 'NotoSansJP', sans-serif;
  text-align: center;
  letter-spacing: .1em;
  padding: 15px 10px;
  border: 2px solid #999;
  background-color: #999;
}
.schedule-dl_btn a {
  position: relative;
  display: inline-block;
  width: 250px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  font-family: 'NotoSansJP', sans-serif;
  text-align: center;
  letter-spacing: .1em;
  padding: 15px 10px 15px 0;
  border: 2px solid #000;
  background-color: transparent;
  cursor: pointer;
  transition: all .3s ease;
}
.schedule-dl_btn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
  color: #ff0000;
  transition: all .5s ease;
  content: "\f1c1";
}
.schedule-dl_btn a:hover {
  color: #f4981f;
  background-color: #fff;
  border: 2px solid #f4981f;
}
.schedule-dl_btn a:hover::after {color: #f4981f;}
.title_notice {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.3;
}
.title_notice a {
  text-decoration: underline;
}
.title_notice a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1200px){
  .schedule-contents {padding: 0 40px;}
}
@media screen and (max-width: 980px){
  .schedule-program_table {display: none;}
  .schedule-program_title {display: none;}
  .schedule-program_btn {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .schedule-dl_btn a {width: 200px;}
  .schedule-dl_btn a::after {
    right: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px){
  .schedule-inner {padding: 80px 0;}
  .schedule-contents {
    margin-top: 60px;
    padding: 0 20px;
  }
  .schedule-summary > div {
    display: block;
    width: 100%!important;
  }
  .schedule-summary > div:nth-child(2) {margin-top: 10px;}
  .schedule-box {padding: 20px 15px;}

  .schedule-program_table table th,
  .schedule-program_table table td {font-size: 13px;}

  .schedule-info_word > div {
    font-size: 13px;
    padding-left: 15px;
  }
  .schedule-merit_word > div {font-size: 13px;}
  .schedule-price_word > div {font-size: 13px;}
  .schedule-price_text span {font-size: 15px;}
  .schedule-campaign_desc {font-size: 13px;}
  .schedule-campaign_word > div {font-size: 13px;}
  .schedule-campaign_text span {font-size: 15px;}
  .schedule-dl_text {font-size: 13px;}
  .schedule-dl_btn {
    position: static;
    transform: unset;
    text-align: center;
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px){
  .schedule-contents {padding: 0 10px;}
  .schedule-summary_title {font-size: 22px;}
  .schedule-campaign_title {font-size: 20px;}
}
@media screen and (max-width: 480px){
  .schedule-info_word {border-left: none;}
  .schedule-info_word > div {padding-left: 0;}
  .schedule-inner {padding: 60px 0;}
  .schedule-summary_title {font-size: 20px;}
  .schedule-summary_subtitle {font-size: 15px;}
  .schedule-merit_title {font-size: 16px;}
  .schedule-price_title {font-size: 16px;}
  .schedule-program_title {
    font-size: 15px;
    margin-top: 30px;
  }
  .schedule-program_title span {font-size: 11px;}
  .schedule-dl_title {font-size: 18px;}
  .schedule-dl_title::after {font-size: 12px;}
  .schedule-dl_word {border-left: none;}
  .schedule-dl_text {padding-left: 0;}
}
@media screen and (max-width: 370px){
  .schedule-summary_subtitle {font-size: 13px;}
  .schedule-summary_desc {font-size: 12px;}
}