@charset "UTF-8";


/* PC */
@media ( min-width : 961px) {
.br-tablet {display: none; }
.br-mobile {display: none; }

/* fv */

.course-fv{
  background-image: url("../img/officework.jpg");
  box-sizing: border-box;
  height: calc(90vh - 60px);
  background-size: cover;
  background-position: center;
  padding-top: 39vh;
}

.course-fv-container{
  background-color: rgba(0, 0, 0, 0.9);
}

.course-fv-tit{
  font-size: 60px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

/* course */

/* PC */

.course-pc{
  background-color: #f2f2f2;
  padding-bottom: 20px;
}

.course-pc-tit{
  font-size: 7vh;
  border-bottom: 3px solid #f6ba33;
}

.course-pc-tit img{
  width: 200px;
  margin-left: 100px;
}

.course-pc-txt{
  margin: 100px auto;
  width: 800px;
  background-color: #fafffb;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  padding: 50px;
  border-radius: 20px;
}

.course-pc-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 20px 0;
}

/* mobile */

.course-mobile{
  background-color: #FEEEED;
  padding-bottom: 20px;
}

.course-mobile-tit{
  text-align: right;
  font-size: 7vh;
  border-bottom: 3px solid #f6ba33;
}

.course-mobile-tit img{
  width: 200px;
  margin-right: 35px;
}

.course-mobile-txt{
  margin: 100px auto;
  width: 800px;
  background-color: #fafffb;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  padding: 50px;
  border-radius: 20px;
}

.course-mobile-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 20px 0;
}

/* office */

.course-office{
  background-color: #FDDDCD;
  padding-bottom: 20px;
}

.course-office-tit{
  font-size: 7vh;
  border-bottom: 3px solid #f6ba33;
}

.course-office-tit img{
  width: 200px;
  margin-left: 50px;
}

.course-office-txt{
  margin: 100px auto;
  width: 800px;
  background-color: #fafffb;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  padding: 50px;
  border-radius: 20px;
}

.course-office-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 20px 0;
}

/* excel */

.course-excel{
  background-color: #66cdaa;
  padding-bottom: 20px;
}

.course-excel-tit{
  text-align: right;
  font-size: 7vh;
  border-bottom: 3px solid #f6ba33;
}

.course-excel-tit img{
  width: 200px;
  margin-right: 50px;
}

.course-excel-txt{
  margin: 100px auto;
  width: 800px;
  background-color: #fafffb;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  padding: 50px;
  border-radius: 20px;
}

.course-excel-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 20px 0;
}

/* Word */

.course-word{
  background-color: #87cefa;
  padding-bottom: 20px;
}

.course-word-tit{
  font-size: 7vh;
  border-bottom: 3px solid #f6ba33;
}

.course-word-tit img{
  width: 200px;
  margin-left: 50px;
}

.course-word-txt{
  margin: 100px auto;
  width: 800px;
  background-color: #fafffb;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  padding: 50px;
  border-radius: 20px;
}

.course-word-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 20px 0;
}

/* powerpoint */

.course-powerpoint{
  background-color: #ffb6c1;
  padding-bottom: 20px;
}

.course-powerpoint-tit{
  text-align: right;
  font-size: 7vh;
  border-bottom: 3px solid #f6ba33;
}

.course-powerpoint-tit img{
  width: 200px;
  margin-right: 50px;
}

.course-powerpoint-txt{
  margin: 100px auto;
  width: 800px;
  background-color: #fafffb;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  padding: 50px;
  border-radius: 20px;
}

.course-powerpoint-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 20px 0;
}

/* Free */

.course-free{
  background-color: #fffff0;
  padding-bottom: 20px;
}

.course-free-tit{
  font-size: 7vh;
  border-bottom: 3px solid #f6ba33;
}

.course-free-tit img{
  width: 200px;
  margin-left: 50px;
}

.course-free-txt{
  margin: 100px auto;
  width: 800px;
  background-color: #fafffb;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  padding: 50px;
  border-radius: 20px;
}

/* web design */

.course-webdesign{
  background-color: #f5f5f5;
  padding-bottom: 20px;
}

.course-webdesign-tit{
  text-align: right;
  font-size: 7vh;
  border-bottom: 3px solid #f6ba33;
}

.course-webdesign-tit img{
  width: 200px;
  margin-right: 50px;
}

.course-webdesign-txt{
  margin: 100px auto;
  width: 800px;
  background-color: #fafffb;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  padding: 50px;
  border-radius: 20px;
}

.course-webdesign-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 20px 0;
}

}
/* PCここまで */









/* tablet */
@media (max-width : 960px ) {
@media (min-width : 521px ) {
.br-mobile {display: none; }
.br-pc {display: none; }

/* fv */

.course-fv{
  background-image: url("../img/officework.jpg");
  box-sizing: border-box;
  height: calc(85vh - 60px);
  background-size: cover;
  background-position: center;
  padding-top: 36vh;
}

.course-fv-container{
  background-color: rgba(0, 0, 0, 0.9);
}

.course-fv-tit{
  font-size: 60px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

/* course */

/* PC */

.course-pc{
  background-color: #f2f2f2;
  padding-bottom: 20px;
}

.course-pc-tit{
  font-size: 45px;
  border-bottom: 3px solid #f6ba33;
}

.course-pc-tit img{
  width: 15%;
  margin-left: 20px;
}

.course-pc-txt{
  margin: 100px auto;
  width: 80%;
  background-color: #fafffb;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  padding: 15px;
  border-radius: 20px;
}

.course-pc-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 20px 0;
}

/* mobile */

.course-mobile{
  background-color: #FEEEED;
  padding-bottom: 20px;
}

.course-mobile-tit{
  text-align: right;
  font-size: 45px;
  border-bottom: 3px solid #f6ba33;
}

.course-mobile-tit img{
  width: 15%;
  margin-right: 20px;
}

.course-mobile-txt{
  margin: 100px auto;
  width: 80%;
  background-color: #fafffb;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  padding: 15px;
  border-radius: 20px;
}

.course-mobile-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 20px 0;
}

/* office */

.course-office{
  background-color: #FDDDCD;
  padding-bottom: 20px;
}

.course-office-tit{
  font-size: 45px;
  border-bottom: 3px solid #f6ba33;
}

.course-office-tit img{
  width: 15%;
  margin-left: 20px;
}

.course-office-txt{
  margin: 100px auto;
  width: 80%;
  background-color: #fafffb;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  padding: 15px;
  border-radius: 20px;
}

.course-office-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 20px 0;
}

/* excel */

.course-excel{
  background-color: #66cdaa;
  padding-bottom: 20px;
}

.course-excel-tit{
  text-align: right;
  font-size: 45px;
  border-bottom: 3px solid #f6ba33;
}

.course-excel-tit img{
  width: 15%;
  margin-right: 20px;
}

.course-excel-txt{
  margin: 100px auto;
  width: 80%;
  background-color: #fafffb;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  padding: 15px;
  border-radius: 20px;
}

.course-excel-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 20px 0;
}

/* Word */

.course-word{
  background-color: #87cefa;
  padding-bottom: 20px;
}

.course-word-tit{
  font-size: 45px;
  border-bottom: 3px solid #f6ba33;
}

.course-word-tit img{
  width: 15%;
  margin-left: 20px;
}

.course-word-txt{
  margin: 100px auto;
  width: 80%;
  background-color: #fafffb;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  padding: 15px;
  border-radius: 20px;
}

.course-word-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 20px 0;
}

/* powerpoint */

.course-powerpoint{
  background-color: #ffb6c1;
  padding-bottom: 20px;
}

.course-powerpoint-tit{
  text-align: right;
  font-size: 45px;
  border-bottom: 3px solid #f6ba33;
}

.course-powerpoint-tit img{
  width: 15%;
  margin-right: 20px;
}

.course-powerpoint-txt{
  margin: 100px auto;
  width: 80%;
  background-color: #fafffb;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  padding: 15px;
  border-radius: 20px;
}

.course-powerpoint-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 20px 0;
}

/* Free */

.course-free{
  background-color: #fffff0;
  padding-bottom: 20px;
}

.course-free-tit{
  font-size: 45px;
  border-bottom: 3px solid #f6ba33;
}

.course-free-tit img{
  width: 15%;
  margin-left: 20px;
}

.course-free-txt{
  margin: 100px auto;
  width: 80%;
  background-color: #fafffb;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  padding: 15px;
  border-radius: 20px;
}

/* web design */

.course-webdesign{
  background-color: #f5f5f5;
  padding-bottom: 20px;
}

.course-webdesign-tit{
  text-align: right;
  font-size: 45px;
  border-bottom: 3px solid #f6ba33;
}

.course-webdesign-tit img{
  width: 15%;
  margin-right: 20px;
}

.course-webdesign-txt{
  margin: 100px auto;
  width: 80%;
  background-color: #fafffb;
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  padding: 15px;
  border-radius: 20px;
}

.course-webdesign-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 20px 0;
}

}
}
/* tabletここまで */

















/* mobile */
@media (max-width : 520px){
.br-tablet{display: none;}
.br-pc {display: none; }

/* fv */

.course-fv{
  background-image: url("../img/officework.jpg");
  box-sizing: border-box;
  height: calc(75vh - 60px);
  background-size: cover;
  background-position: center;
  padding-top: 27vh;
}

.course-fv-container{
  background-color: rgba(0, 0, 0, 0.9);
}

.course-fv-tit{
  font-size: 60px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

/* course */

/* PC */

.course-pc{
  background-color: #f2f2f2;
  padding-bottom: 20px;
}

.course-pc-tit{
  padding-top: 10px;
  text-align: center;
  font-size: 30px;
  border-bottom: 3px solid #f6ba33;
}

.course-pc-tit img{
  width: 12%;
}

.course-pc-txt{
  margin: 50px auto;
  width: 70%;
  background-color: #fafffb;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  padding: 30px;
  border-radius: 20px;
}

.course-pc-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 14px 0;
}

/* mobile */

.course-mobile{
  background-color: #FEEEED;
  padding-bottom: 20px;
}

.course-mobile-tit{
  padding-top: 10px;
  text-align: center;
  font-size: 30px;
  border-bottom: 3px solid #f6ba33;
}

.course-mobile-tit img{
  width: 12%;
}

.course-mobile-txt{
  margin: 50px auto;
  width: 70%;
  background-color: #fafffb;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  padding: 30px;
  border-radius: 20px;
}

.course-mobile-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 14px 0;
}

/* office */

.course-office{
  background-color: #FDDDCD;
  padding-bottom: 20px;
}

.course-office-tit{
  padding-top: 10px;
  text-align: center;
  font-size: 30px;
  border-bottom: 3px solid #f6ba33;
}

.course-office-tit img{
  width: 12%;
}

.course-office-txt{
  margin: 50px auto;
  width: 70%;
  background-color: #fafffb;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  padding: 30px;
  border-radius: 20px;
}

.course-office-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 14px 0;
}

/* excel */

.course-excel{
  background-color: #66cdaa;
  padding-bottom: 20px;
}

.course-excel-tit{
  padding-top: 10px;
  text-align: center;
  font-size: 30px;
  border-bottom: 3px solid #f6ba33;
}

.course-excel-tit img{
  width: 12%;
}

.course-excel-txt{
  margin: 50px auto;
  width: 70%;
  background-color: #fafffb;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  padding: 30px;
  border-radius: 20px;
}

.course-excel-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 14px 0;
}

/* Word */

.course-word{
  background-color: #87cefa;
  padding-bottom: 20px;
}

.course-word-tit{
  padding-top: 10px;
  text-align: center;
  font-size: 30px;
  border-bottom: 3px solid #f6ba33;
}

.course-word-tit img{
  width: 12%;
}

.course-word-txt{
  margin: 50px auto;
  width: 70%;
  background-color: #fafffb;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  padding: 30px;
  border-radius: 20px;
}

.course-word-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 14px 0;
}

/* powerpoint */

.course-powerpoint{
  background-color: #ffb6c1;
  padding-bottom: 20px;
}

.course-powerpoint-tit{
  padding-top: 10px;
  text-align: center;
  font-size: 30px;
  border-bottom: 3px solid #f6ba33;
}

.course-powerpoint-tit img{
  width: 12%;
}

.course-powerpoint-txt{
  margin: 50px auto;
  width: 70%;
  background-color: #fafffb;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  padding: 30px;
  border-radius: 20px;
}

.course-powerpoint-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 14px 0;
}

/* Free */

.course-free{
  background-color: #fffff0;
  padding-bottom: 20px;
}

.course-free-tit{
  padding-top: 10px;
  text-align: center;
  font-size: 30px;
  border-bottom: 3px solid #f6ba33;
}

.course-free-tit img{
  width: 12%;
}

.course-free-txt{
  margin: 50px auto;
  width: 70%;
  background-color: #fafffb;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  padding: 30px;
  border-radius: 20px;
}

/* web design */

.course-webdesign{
  background-color: #f5f5f5;
  padding-bottom: 20px;
}

.course-webdesign-tit{
  padding-top: 10px;
  text-align: center;
  font-size: 30px;
  border-bottom: 3px solid #f6ba33;
}

.course-webdesign-tit img{
  width: 12%;
}

.course-webdesign-txt{
  margin: 50px auto;
  width: 70%;
  background-color: #fafffb;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  padding: 30px;
  border-radius: 20px;
}

.course-webdesign-txt span{
  display: block;
  background-color: #afeeee;
  border-radius: 20px;
  padding: 14px 0;
}

}
/* mobileここまで */