@charset "UTF-8";

.mainVis {
  background: url(../images/bg-training-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width:768px) {
  .mainVis {
    background: url(../images/bg-training-sp.jpg);
    background-size: cover;
    background-position: center;
  }
}

/* =======================================================
* support 
* ======================================================= */
#support ul li {
  border-bottom: 3px double #ddd;
  padding: 10px;
  margin-bottom: 15px;
}

#support .arrow_down {
  margin: 20px auto 30px;
  width: 40px;
  height: 40px;
  border: 3px solid;
  border-color: transparent transparent #ffc107#ffc107;
  transform: rotate(-45deg);
  border-radius: 3px;
}

.top_apply {
  margin-top: 50px;
}

.top_apply a {
  border: 1px solid #06182d;
  color: #fff;
  background-color: #06182d;
  padding: 15px 50px;
  font-size: 15px;
  border-radius: 4px;
  letter-spacing: .1em;
  display: inline-block;
}

.top_apply a:hover {
  color: #06182d;
  background-color: #fff;
}

/* cafe_space */
.cafe_space {
  margin: 80px 0;
}

.cafe_space h3 {
  color: #f3933d;
  font-size: 38px;
  line-height: 1.3;
}

.cafe_space .w60 {
  position: relative;
}

.cafe_space .w60::after {
  position: absolute;
  content: "my favorite!";
  bottom: -15px;
  right: -30px;
  transform: rotate(-15deg);
  font-family: 'Homemade Apple', cursive;
  font-size: 30px;
  color: #f3933d;
}

@media screen and (max-width:768px) {
  #support .w35.ac {
    position: absolute;
    top: -60px;
    right: 0;
    width: 40%;
  }

  #support ul {
    margin-top: 30px;
  }

  #support ul li {
    padding: 5px;
  }

  #support .arrow_down {
    margin: 0px auto 50px;
    width: 60px;
    height: 60px;
    border: 5px solid;
    border-color: transparent transparent #ffc107#ffc107;
  }

  .top_apply a {
    padding: 15px 30px;
    font-size: 14px;
  }

  /* cafe_space */
  .cafe_space {
    margin: 40px 0 60px;
  }

  .cafe_space h3 {
    font-size: 30px;
    text-align: center;
  }

  .cafe_space .w60::after {
    right: -10px;
    font-size: 25px;
  }

}

/* =======================================================
* direction 
* ======================================================= */
#direction {
  padding-bottom: 0;
}

#direction .flex {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
  position: relative;
}

#direction::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #fdfced;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#direction .txtArea {
  padding: 0 50px;
  box-sizing: border-box;
  line-height: 2;
}

#direction .txtArea h3 span {
  background-color: #f3933d;
  padding: 5px 30px;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0.3em;
}

#direction .txtArea ul li {
  list-style-type: square;
  margin-bottom: 10px;
  font-size: 17px;
}

#direction .txtArea ul li span {
  font-size: 13px;
  color: #333;
}

@media screen and (max-width:768px) {
  #direction .flex {
    padding: 40px 0;
  }

  #direction .txtArea {
    padding: 20px 40px 10px 40px;
  }

  .cloud01 {
    top: 0;
  }

  .cloud05 {
    left: 0;
    bottom: 0;
  }
}


/* =======================================================
* timetable
* ======================================================= */
#timetable .attention {
  background-color: #fbdd94;
  padding: 30px;
  border-radius: 10px;
  max-width: 750px;
  margin: 20px auto;
  text-align: center;
  box-sizing: border-box
}

#timetable table {
  width: 100%;
  margin-top: 30px;
}

#timetable table,
#timetable td,
#timetable th {
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}

#timetable tr.high {
  height: 120px;
}

#timetable td {
  padding: 3px;
  height: 40px;
}

#timetable th {
  width: 150px;
  height: 40px;
}

#timetable td.date {
  font-weight: bold;
}

#timetable td.choice {
  background-color: #fdf6c2;
  font-weight: bold;
}

#timetable th.time {
  background: #f1f1f1;
}

.list1 {
  background-color: #f5dee6;
}

.list2 {
  background-color: #fdf6c2;
}

.list3 {
  background-color: #e3f5de;
}

.list4 {
  background-color: #e7def5;
}

.list5 {
  background-color: #deeef5;
}

.list6 {
  background-color: #f0def5;
}

.list7 {
  background-color: #e7def5;
}

.list8 {
  background-color: #fde8c2;
}

.list9 {
  background-color: #dee2f5;
}

.list10 {
  background-color: #caf3e0;
}

dl.class {
  margin-top: 40px;
  font-size: 13px;
}

dl.class dt {
  width: 20%;
  padding: 5px;
  margin-bottom: 15px;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  text-align: center;
  box-sizing: border-box;
  background-color: #fdfced;
}

dl.class dd {
  width: 80%;
  padding: 5px 5px 5px 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
}

/* create_program */
.create_program h3 {
  color: #f3933d;
  font-size: 38px;
  line-height: 1.2;
  text-align: center;
  margin: 30px 0;
}

.create_program h3 span {
  font-size: 18px;
}

.create_program li {
  width: 33%;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}

.create_program li img {
  border-radius: 50%;
  width: 230px;
  height: 230px;
  object-fit: cover;
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  #timetable .attention {
    text-align: left;
    padding: 20px;
  }

  .scrollBox {
    overflow-x: auto;
    padding-bottom: 30px;
    -webkit-overflow-scrolling: touch;
  }

  .scrollImg img {
    width: 8%;
    padding-right: 5px;
  }

  .scrollBox table {
    width: 600px;
  }

  #timetable table,
  #timetable td,
  #timetable th {
    font-size: 12px;
  }

  #timetable th {
    width: 110px;
  }

  dl.class dt {
    width: 25%;
    margin-bottom: 0;
    font-size: 12px;
  }

  dl.class dd {
    width: 75%;
    margin-bottom: 0;
    font-size: 12px;
  }

  /* create_program */
  .create_program h3 {
    font-size: 25px;
  }

  .create_program h3 span {
    font-size: 15px;
  }

  .create_program ul {
    justify-content: space-between;
  }

  .create_program li {
    width: 30%;
    margin: 0;
  }

  .create_program li img {
    width: auto;
    height: 110px;
    margin-bottom: 5px;
  }
}


/* =======================================================
* Schedule
* ======================================================= */
#schedule {
  background-color: rgba(253, 252, 237, .4);
  padding-top: 20px;
}



/* =======================================================
* flow
* ======================================================= */
#flow {
  background: url(../images/bg-flow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#flow .wrap {
  max-width: 1100px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px 50px 50px;
  box-sizing: border-box;
  border-radius: 5px;
}

.flowArea {
  margin-top: 50px;
}

.flowArea li {
  width: 17%;
}

.flow-number {
  width: 80px;
  height: 80px;
  line-height: 70px;
  border-radius: 50%;
  background: #FFC107;
  text-align: center;
  vertical-align: middle;
  font-family: 'Jacques Francois', serif;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 40px;
  position: relative;
}

.flow-number::after {
  position: absolute;
  content: "";
  width: 250%;
  height: 1px;
  background: #FFC107;
  top: 40px;
  left: 70px;
}

.flow-number.last::after {
  content: none;
}

.flow-detail h4 {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
  border-bottom: none;
}

.flow-detail p {
  font-size: 13px;
}

@media screen and (max-width:768px) {
  #flow {
    background-position: center right 34%;
    padding: 70px 20px;
  }

  #flow .wrap {
    padding: 20px;
  }

  .flowArea li {
    width: 100%;
    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;
    margin-bottom: 30px;
  }

  .flow-number {
    width: 18%;
    height: 55px;
    line-height: 45px;
    font-size: 25px;
  }

  .flow-detail {
    width: 70%;
  }

  .flow-number::after {
    width: 1px;
    height: 220%;
    top: 50px;
    left: 27px;
  }

  .flow-detail h4 {
    text-align: left;
  }
}