@charset "utf-8";

/*===============================================================================
common
===============================================================================*/

body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color:#131B4A
}

.flex {
  display: flex;
}
.center{
  text-align: center;
  margin: auto;
}
.bold{
  font-weight: 700;
}
.notice{
  font-size: 14px;
  line-height: 20px;
  margin: 20px;
  font-weight: 700;
  text-align: left;
}

/*===============================================================================
fv
===============================================================================*/
.fv{
  background: rgb(255,242,74);
  background: linear-gradient(90deg, rgba(255,242,74,1) 0%, rgba(219,164,0,1) 100%);
}
.fv-img {
  margin: 120px auto 0;
  width:100%;
}

/*===============================================================================
notes
===============================================================================*/
.notes {
  background: rgb(255,242,74);
  background: linear-gradient(90deg, rgba(255,242,74,1) 0%, rgba(219,164,0,1) 100%);
  position: relative;
  height: 900px;
  padding: 50px 0 0;
}
.notes-wrapp{
  width: 1040px;
  margin:auto;
  position: relative;
  padding: 0 0 100px;
}
.notes-img {
  width: 1040px;
  margin:auto;
  z-index: 100;
  position: relative;
}
.notes-txt {
  width: 630px;
  position: absolute;
  top: 240px;
  left: 0;
  font-weight: 700;
  z-index: 100;
}
.notes-txt p{
  font-size: 20px;
}
.notes-wrapper{
  margin: auto;
  width: 100%;
}
.notes-container{
  padding: 0 0 200px;
  height: 280px;
}
.notes-container-bg{
  background-image: url(../img/bg_notes.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  padding: 0 0 5%;
}
.notes-inner{
  width: 900px;
  margin: 250px auto 80px;
  background-color: #fff;
  padding: 0 0 2%;
}
.notes-btn {
  width: 700px;
  font-size: 20px;
  margin: 25px auto 60px;
}
.notes-btn a{
  color:#ffffff;
  background-color: #C72200;
  padding: 20px 63px;
  border-radius: 10px;
}
.notes-movie{
  margin: -600px 0 0px;
  z-index: 100;
  position: relative;
  /*background: linear-gradient(90deg, rgba(255, 242, 74, 1) 0%, rgba(219, 164, 0, 1) 100%);*/
  height: 1000px;
}
.notes-movie-txt h2{
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin: 1% 0;
  background-color: #1a2045;
  color: #fff;
  padding: 10px 0;
    letter-spacing: 2px;
}
.notes-movie-txt p{
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin: 1% 0;
}
.notes-movie__main{
  margin: 3% 0 5%;
  width: 90%;
  margin: auto;
}

/*===============================================================================
schedule
===============================================================================*/
.schedule {
  background-image: url(../img/bg_schedule.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 1100px;
  margin: 50px 0 0;
}
.schedule-wrapp {
  width: 1000px;
  margin: auto;
  padding: 460px 0 0;
  position: relative;
}
.schedule-wrapp .schedule-mask {
    position: absolute;
    top: 640px;
    left: -51px;
    width: 110%;
    height: 31%;
    background: rgb(128 128 128 / 72%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
/*===============================================================================
event
===============================================================================*/
.event {
  background-color:#D0D1DB;
  padding:60px 0 ;
}

.event-wrapp {
  width: 1000px;
  margin: auto;
}
.event-ttl{
  width: 648px;
  height: 122px;
  float: right;
  margin: 0 0 30px;
}
.event-inner{
  width:800px;
  margin: auto;
  position: relative;
}
.event-img{
  width:720px;
  height: 586px;
  margin: auto;
}
.event-txt{
  text-align: center;
  font-size: 20px;
}
.event-absolute1{
  position: absolute;
  top:390px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.event-absolute2{
  position: absolute;
  top:555px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.event-absolute3{
  position: absolute;
    top: 683px;
    left: 5%;
    width: 100%;
}

/*===============================================================================
course
===============================================================================*/
.course {
  background-color:#D0D1DB;
  padding-bottom: 90px;
}
.course-wrapp {
  width:1200px;
  border-radius: 20px;
  background-color: #ffffff;
  margin: auto;
  padding: 90px 10px 90px 0;
}
.course-detail{
  width: 488px;
  padding: 30px 40px 0 90px;
}
.course-detail p{
  padding: 40px 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.course-image{
  width:693px;
  height:352px
}
.course-guide{
  width:1000px;
  margin: auto;
}
.course-start{
  width: 347px;
  height: 131px;
  margin: 50px auto 30px;
}
.course-arrow{
  width: 104px;
  height: 104px;
  margin: 20px auto;
}
.course-goal{
  width: 347px;
  height: 183px;
  margin: 50px auto 70px;
}
.course-odd .course-photo{
  width: 480px;
  height: 300px;
  margin: 0 20px 0;
}
.course-even .course-photo{
  width: 480px;
  height: 300px;
  margin: 0 0 0 20px;
}
.course-col {
  width: 480px;
  flex-direction: column;
  justify-content: space-between;
}
.course-row {
  width: 480px;
  flex-direction: row;
}
.course-num1{
  width: 32px;
  height: 54px;
}
.course-num2{
  width: 47px;
  height: 54px;
}
.course-num3,
.course-num5{
  width: 46px;
  height: 54px;
}
.course-num4{
  width: 44px;
  height: 54px;
}
.course-num6,
.course-num7{
  width: 45px;
  height: 54px;
}
.course-col h3{
  font-size: 20px;
  padding: 15px 0 0 20px;
}
.course-description{
  font-size: 18px;
  padding: 10px 0 30px;
  line-height: 0.3rem;
  justify-content: space-between;
}
.course-cate2{
  width: 119px;
  height: 44px;
}
.course-cate3{
  width: 174px;
  height: 44px;
}
.course-point-box{
  position: relative;
  background-color: #E2EAE7;
  flex-direction: column;
  text-align: center;
  padding: 20px 20px 30px;
}
.course-point{
  position: absolute;
  top:-20px;
  left:15px;
  width: 210px;
}
/* 動画がまだない */
p.course-movie-off {
  width: 440px;
  background-color: #958f8f;
  border-radius: 50px;
  padding: 15px 50px;
  color: #d3d3d3;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
/* 動画がある */
.course-movie-on {
  width: 440px;
  background-color: #eb3131;
  border-radius: 50px;
  padding: 17px 20px 15px 70px;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  margin: 25px 0 5px;
}
.course-movie-on::after {
  content: '';
  display: inline-block;
  content: url(../img/arrow_w.png);
  background-size: contain;
  vertical-align: middle;
  width: 16px;
  height: 18px;
  padding: 0 0 30px 50px;
}
.course-coso{
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 10px;
}
.course-word {
  font-size: 24px;
  text-align: center;
}
.course-word span{
  background-image: url(../img/underbar.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 0 5px;
}

/*===============================================================================
cta
===============================================================================*/
.cta{
  background-color: #00245F;
  padding: 60px 0;
  background-image: url(../img/bg_cta.png);
  background-size: cover;
  height: 369px;
}
.cta-inner{
  width: 790px;
  margin: auto;
  color: #ffffff;
}
.cta-txt{
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}
.cta-btn {
  width: 700px;
  font-size: 20px;
  margin: 25px auto 70px;
}
.cta-btn a{
  color:#ffffff;
  background-color: #C72200;
  padding: 20px 50px;
  border-radius: 10px;
}
.cta-notice{
  width: 600px;
  margin: auto;
}

/*===============================================================================
footer-contact
===============================================================================*/
.footer-contact,#footerTop {
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.footer-contact .contact-txt01 {
  margin: 50px auto 0;
  text-align: center;
  font-size: 16px;
}
#footerBottomSpace div.inner div.brandListArea ul li a .logo-name {
  margin: 3px;
  font-size: 0.1rem;
  text-align: center;
}
#footerTop .footerTop-main .nav {
  width: 641px;
  font-size: 0.15rem;
}