
/* top_fv */
.top_fv{
  height: 680px;
  background-image: url(../img/top/fv.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 206.1px;
  box-sizing: border-box;
  z-index: -1;
}

.top_fv_tit{
  font-size: 54px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.63);
  text-align: center;
}

.top_fv_tit_sub{
  display: block;
  font-size: 34px;
  margin-bottom: 32px;
}

.top_fv_list{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.top_fv_list_item{
  width: 200px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 20px;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

.top_fv_list_item:last-child{
  margin-right: 0;
}

.top_fv_btn a{
  margin: 95px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 454px;
  height: 87px;
  font-size: 23px;
  font-weight: 300;
  /* UI Properties */
  background: transparent linear-gradient(187deg, #8CB808 22%, #82B511 29%, #68AE2C 42%, #3EA358 58%, #049593 77%, var(--unnamed-color-009498) 78%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(187deg, #8CB808 22%, #82B511 29%, #68AE2C 42%, #3EA358 58%, #049593 77%, #009498 78%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 5px;
  position: relative;
}

.top_fv_btn_sub{
  position: absolute;
  top: -20px;
  font-size: 16px;
  width: 233px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 2px solid;
  color: #7EA50B;
  font-weight: 300;
  border-radius: 100px;
  border-color: #8CB808;
  background-color: #fff;
  z-index: 1;
}

.top_fv_btn_t{
  width: 10px;
  height: 20px;
  margin: 0 0 0 10px;
}


/* about */
.top_about_container{
  width: 900px;
  margin: 100px auto 0;

}

.top_about_subtit{
  font-family: 'Open Sans';
  color: #009498;
  font-size: 18px;
}

.top_about_tit{
  margin-top: 10px;
  font-size: 34px;
}

.top_about_text{
  margin-top: 61px;
  line-height: 32px;
  letter-spacing: 0.05em;
}

.top_about_text span{
  font-weight: bold;
}

.top_about_list{
  display: flex;
  margin-top: 60px;
  justify-content: center;
}

.top_about_list_item{
  width: 239px;
  text-align: center;
}

.top_about_list_img{
  width: 139px;
  height: 139px;
  margin-bottom: 15px;
}

.top_about_list_text{
  letter-spacing: 0.05em;
  line-height: 24px;
}


/* reasons */
.top_reasons_container{
  width: 900px;
  margin: 150px auto 0;
}

.top_reasons_subtit{
  font-family: 'Open Sans';
  color: #009498;
  font-size: 18px;
}

.top_reasons_tit{
  margin-top: 10px;
  font-size: 34px;
}

.top_reasons_list_main_tit{
  margin-top: 150px;
  font-size: 28px;
  display: flex;
  align-items: center;
}

.top_reasons_list_main_tit:first-child{
  margin-top: 61px;
}

.top_reasons_tit_icon{
  width: 82px;
  height: 82px;
  margin-right: 20px;
}

.top_reasons_list_box_1, .top_reasons_list_box_2{
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.top_reasons_list_box_2{
  flex-direction: row-reverse;
}

.top_reasons_list_img{
  width: 400px;
}

.top_reasons_list_text{
  width: 450px;
  letter-spacing: 0.05em;
}

.top_reasons_list_tit{
  font-size: 20px;
  line-height: 36px;
}

.top_reasons_list_tip{
  line-height: 27px;
  margin-top: 30px;
}

.top_reasons_link_btn{
  width: 314px;
  height: 45px;
  margin-top: 25px;
  color: #009498;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 15px;
  border: 1px solid;
  border-radius: 5px;
  position: relative;
}

.top_reasons_link_icon{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 8px;
  right: 8px;
}


/* courses */
.top_courses_container{
  width: 900px;
  margin: 150px auto 0;
}

.top_courses_subtit{
  font-family: 'Open Sans';
  color: #009498;
  font-size: 18px;
}

.top_courses_tit{
  margin-top: 10px;
  font-size: 34px;
}

.top_courses_card{
  height: 366px;
  margin-top: 60px;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  position: relative;
}

.top_courses_card_img{
  width: 300px;
  height: 214px;
  position: absolute;
  top: 50px;
  left: 50px;
}

.top_courses_card_text{
  width: 450px;
  position: absolute;
  top: 50px;
  left: 400px;
  letter-spacing: 0.05em;
}

.top_courses_card_tit{
  font-size: 28px;
}

.top_courses_card_tip{
  line-height: 32px;
  margin-top: 20px;
}

.top_courses_card_link_btn{
  width: 250px;
  height: 50px;
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.btn_type1{
  border-color: #739B0E;
  color: #739B0E;
}

.btn_type2{
  border-color: #357274;
  color: #357274;
}

.top_courses_card_icon, .top_courses_card_icon2{
  width: 7.58px;
  position: absolute;
  right: 18px;
  top: 18px;
}


/* voice */
.top_voice_container{
  width: 900px;
  margin: 150px auto 0;
  letter-spacing: 0.05em;
}

.top_voice_subtit{
  font-family: 'Open Sans';
  color: #009498;
  font-size: 18px;
}

.top_voice_tit{
  margin-top: 10px;
  font-size: 34px;
}

.top_voice_card{
  margin-top: 80px;
}

.top_voice_card:first-of-type{
  margin-top: 60px;
}

.top_voice_card_img{
  width: 250px;
  height: 150px;
}

.top_voice_card_text_high{
  display: flex;
}

.top_voice_card_text_high_tit{
  font-size: 26px;
  letter-spacing: 0.05em;
}

.top_voice_card_text{
  margin-left: 50px;
}

.top_voice_card_text_high_tip{
  margin-top: 21px;
  letter-spacing: 0;
}

.top_voice_card_text_low{
  margin-top: 40px;
}

.top_voice_card_text_low_tip{
  margin-top: 26px;
  line-height: 24px;
}

.top_voice_card_link{
  text-decoration: underline;
  letter-spacing: 0em;
}

.top_voice_card_link_icon{
  width: 22px;
  height: 22px;
}

/* organizer */
.top_organizer{
  background-image: url(../img/top/organizer.png);
  background-size: cover;
  background-position: center;
  padding: 107px 0 100px;
  margin-top: 150px;
  color: #fff;
  text-align: center;
}

.top_organizer_container{
  width: 586px;
  margin: 0 auto;
}

.top_organizer_tit{
  font-size: 26px;
  letter-spacing: 0.1em;
}

.top_organizer_text{
  margin-top: 35px;
  letter-spacing: 0.045em;
  line-height: 21.5px;
}

.top_organizer_card{
  background-color: rgba(255, 255, 255, 0.16);
  margin-top: 50px;
}

.top_organizer_card_tit{
  padding: 35px;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.top_organizer_card_low{
  display: flex;
  justify-content: center;
  text-align: left;
  padding-bottom: 30px;
}

.top_organizer_card_text{
  margin-left: 20px;
}

.top_organizer_subtit{
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
  letter-spacing: 0.1em;
}

.top_organizer_card_tit_sub{
  letter-spacing: 0.1em;
}

.top_organizer_card_tip{
  width: 353px;
  margin-top: 13px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 16px;
}

.top_organizer_card_img{
  width: 130px;
  height: 130px;
  border-radius: 100px;
}

.top_organizer_btn a{
  margin: 95px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 454px;
  height: 87px;
  font-size: 23px;
  font-weight: 300;
  background-color: #2A3831;
  border-radius: 5px;
  position: relative;
}

.top_organizer_btn_sub{
  position: absolute;
  top: -20px;
  font-size: 16px;
  width: 233px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 2px solid;
  color: #25312B;
  font-weight: 300;
  border-radius: 100px;
  border-color: #25312B;
  background-color: #fff;
  z-index: 1;
}

.top_organizer_btn_t{
  width: 10px;
  height: 20px;
  margin: 0 0 0 10px;
}



