.col_wh {
  color: #fff;
}

.bg_wh {
  background: #fff;
}

.mt0 {
  margin-top: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.m0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.p0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.r0 {
  border-radius: 0px;
}

@media screen and (max-width:640px) {
  .r0 {
    border-radius: calc(0px / 2);
  }
}
.mt5 {
  margin-top: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.m5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.p5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.r5 {
  border-radius: 5px;
}

@media screen and (max-width:640px) {
  .r5 {
    border-radius: calc(5px / 2);
  }
}
.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.m10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.p10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.r10 {
  border-radius: 10px;
}

@media screen and (max-width:640px) {
  .r10 {
    border-radius: calc(10px / 2);
  }
}
.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.m15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.p15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.r15 {
  border-radius: 15px;
}

@media screen and (max-width:640px) {
  .r15 {
    border-radius: calc(15px / 2);
  }
}
.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.m20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.p20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.r20 {
  border-radius: 20px;
}

@media screen and (max-width:640px) {
  .r20 {
    border-radius: calc(20px / 2);
  }
}
.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.m25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.p25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.r25 {
  border-radius: 25px;
}

@media screen and (max-width:640px) {
  .r25 {
    border-radius: calc(25px / 2);
  }
}
.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.m30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.p30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.r30 {
  border-radius: 30px;
}

@media screen and (max-width:640px) {
  .r30 {
    border-radius: calc(30px / 2);
  }
}
.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.m35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.p35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.r35 {
  border-radius: 35px;
}

@media screen and (max-width:640px) {
  .r35 {
    border-radius: calc(35px / 2);
  }
}
.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.m40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.p40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.r40 {
  border-radius: 40px;
}

@media screen and (max-width:640px) {
  .r40 {
    border-radius: calc(40px / 2);
  }
}
.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.m45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.p45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.r45 {
  border-radius: 45px;
}

@media screen and (max-width:640px) {
  .r45 {
    border-radius: calc(45px / 2);
  }
}
.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.m50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.p50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.r50 {
  border-radius: 50px;
}

@media screen and (max-width:640px) {
  .r50 {
    border-radius: calc(50px / 2);
  }
}
.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.m55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.p55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.r55 {
  border-radius: 55px;
}

@media screen and (max-width:640px) {
  .r55 {
    border-radius: calc(55px / 2);
  }
}
.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.m60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.p60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.r60 {
  border-radius: 60px;
}

@media screen and (max-width:640px) {
  .r60 {
    border-radius: calc(60px / 2);
  }
}
.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.m70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.p70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.r70 {
  border-radius: 70px;
}

@media screen and (max-width:640px) {
  .r70 {
    border-radius: calc(70px / 2);
  }
}
.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.m80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.p80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.r80 {
  border-radius: 80px;
}

@media screen and (max-width:640px) {
  .r80 {
    border-radius: calc(80px / 2);
  }
}
.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.m90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.p90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.r90 {
  border-radius: 90px;
}

@media screen and (max-width:640px) {
  .r90 {
    border-radius: calc(90px / 2);
  }
}
.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.m100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.p100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.r100 {
  border-radius: 100px;
}

@media screen and (max-width:640px) {
  .r100 {
    border-radius: calc(100px / 2);
  }
}
.mtauto {
  margin-top: auto !important;
}

.mbauto {
  margin-bottom: auto !important;
}

.mlauto {
  margin-left: auto !important;
}

.mrauto {
  margin-right: auto !important;
}

.mauto {
  margin-bottom: auto !important;
}

/* Slick Slider */
.slick-slider {
  display: block;
  position: relative;
  box-sizing: border-box;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  background: #bcbcbc;
  border: 0;
  border-radius: 50%;
  outline: none;
}

.slick-dots .slick-active button {
  background: #fff;
}

.new-template {
  background-color: #cbf0ff;
}

.haeding::after {
  background-color: #4fbfec;
}

.main-visual_2605 {
  background: url(/images/yakugaku_seminar/202605/bg_cloud.svg) no-repeat top/cover;
}
.main-visual_2605 .bg_img_2605 {
  background: url(/images/yakugaku_seminar/202605/left_woman.svg) no-repeat 0% 100%, url(/images/yakugaku_seminar/202605/right_man.svg) no-repeat 100% 100%;
  background-size: 17% auto, 18% auto;
}
@media screen and (max-width: 1024px) {
  .main-visual_2605 .bg_img_2605 {
    background: none;
  }
}
.main-visual_2605 .flex .bg_wh {
  max-width: 500px;
  margin: 0 auto 36px;
  border: 5px solid #BEF;
  border-radius: 10px;
}
.main-visual_2605 .flex .bg_wh .btn-box .waai {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .main-visual_2605 .flex .schedule {
    font-size: 35px;
  }
}
.main-visual_2605 .date_box {
  font-size: 16px;
  background-color: #FFF;
  color: #333;
  padding: 5px;
  flex: none;
  margin: initial;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .main-visual_2605 .date_box {
    width: 100%;
    max-width: 150px;
    margin-bottom: 8px;
  }
}
.main-visual_2605 .col {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main-visual_2605 .col {
    flex-direction: column;
  }
}
.main-visual_2605 .col .schedule {
  font-size: 40px;
  margin-bottom: 0;
  flex: none;
  margin-left: 8px;
}
@media screen and (max-width: 1024px) {
  .main-visual_2605 .col .schedule {
    font-size: 38px;
  }
}
@media screen and (max-width: 860px) {
  .main-visual_2605 .col .schedule {
    font-size: 35px;
  }
}
.main-visual_2605 .mv_fg01, .main-visual_2605 .mv_fg02 {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .main-visual_2605 .mv_fg01 {
    max-width: 115px;
  }
}
@media screen and (max-width: 480px) {
  .main-visual_2605 .mv_fg02 {
    max-width: 128px;
  }
}
@media screen and (max-width: 480px) {
  .main-visual_2605 .mv_fg02_c {
    max-width: 95px !important;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual_2605 .sp-img {
    display: flex;
    position: relative;
    bottom: -2px;
  }
  .main-visual_2605 .flex .bg_wh {
z-index: 1;
  }
}
@media screen and (max-width: 480px) {
  .main-visual_2605 .maintitle {
    margin-bottom: 16px;
  }
  .main-visual_2605 .maintitle .font-xl {
    font-size: 22px;
    line-height: 1.2;
    margin: 5px 0;
  }
      .block-box {
        padding: 24px 10px;
      }
}
@media screen and (max-width: 768px) {
    .yakugaku_webinar .maintitle .sub-ttl {
        font-size: 15px;
    }
.sikaku_box .btn-box{
      margin: auto 10px;
}
.about-part_box_sp{
  padding-left: 61px;
  }
.about-part_box .box-title {
  padding: 0 5px;
}
}
@media screen and (max-width: 900px) {
    .benefit-left {
        margin-bottom: 5px;
    }
}
.about-part_box {
    padding: 15px;
    margin: 2.5em 0;
}
.about-part_box:nth-child(2) {
    margin: 1.5em 0;
}
.about-part_box:nth-child(3) {
    margin: 3em 0;
}
  .sikaku_box .btn-box .btn-primary, .sikaku_box .btn-box .btn-primary-line
{
  font-size: 15px;
}
.yakugaku_webinar .maintitle .font-xl {
  color: #333;
}
.yakugaku_webinar .maintitle .sub-ttl {
  color: #333;
}
.yakugaku_webinar .yellow {
  color: #fff;
  background: #7ACC27 ;
}
.yakugaku_webinar .yellow::after, .yakugaku_webinar .yellow::before {
  border-color: #7ACC27  transparent transparent;
}
.yakugaku_webinar .block-box2 h4 {
  background: #f6b6bc;
  color: #FFF;
}

.yakugaku_webinar .schedule{
  color:#4b4b4b
}

#anker-links {
  background: #7ACC27 
}

.about-part_box {
  border: solid 3px #7ACC27 ;
}
.about-part_box .box-title {
  color: #7ACC27 ;
}
.about-part_box ul {
  background-color: #e6f6fc;
}
.about-part_box ul li::after {
  border-left: 3px solid #4fbfec;
  border-bottom: 3px solid #4fbfec;
}

.about-part_box2 {
  border: solid 3px #7ACC27 ;
}
.about-part_box2 .box-title {
  color: #7ACC27 ;
}
.about-part_box2 ul li::after {
  border-left: 3px solid #4fbfec;
  border-bottom: 3px solid #4fbfec;
}

#companies {
  background-color: #B8EEFF;
}
#companies .responsive-container {
  gap: 0px;
}
.block-box{
  color:#4b4b4b
}

@media screen and (max-width: 480px) {
  #companies .responsive-container .item {
    border-bottom: 1px solid #ffaa3b;
  }
  #companies .responsive-container .item:last-child {
    border-bottom: 0;
  }
}
#companies .about-container .about-box h3 {
  background-color: #4fbfec;
}
#companies .block-box2 h4 {
  background-color: #4fbfec;
}

#benefits {
  background-color: #fff;
}
#benefits .benefit-block {
  border: 5px solid #4fbfec;
  background-color: #edf8fd;
}
#benefits .benefit-block .benefit-left .benefit_tt {
  color: #4fbfec;
      margin-bottom: 3px;
}
#benefits .benefit-block .benefit-left .benefit_tt span:before, #benefits .benefit-block .benefit-left .benefit_tt span:after {
  background-color: #4fbfec;
}
#benefits .benefit-block .benefit-left .benefit_desc .marker {
  text-decoration-color: #ffd27d;
}
.benefit_desc {
    margin-top: 3px;
}
@media screen and (max-width: 768px) {
    .benefit_desc {
    line-height: 28px;
    }
  }
.annotation{
  font-size: 14px;
}
#schedule, .howto_psps {
  background-color: #eaffd6;
}

.flow_listItem .step .ic {
  background-color: #7ACC27;
}

.txtBox {
  background: #EFEFEF;
}

#faq {
  background-color: #B8EEFF;
}
#faq .faq-block .qa_list .q::before {
  content: "Q";
  color: #4fbfec;
}
#faq .faq-block .qa_list .a::before {
  content: "A";
  color: #7ACC27 ;
}

#event .event-haeding span::before, #event .event-haeding span::after {
  background-color: #ffaa3b;
}
@media screen and (max-width: 768px) {
  #event .event-haeding span::before, #event .event-haeding span::after {
    height: 20px;
  }
}
#event .event-block .about-container .about-box h3 {
  background: #4fbfec;
  color: #fff;
}
#event .event-block .flex-wrap {
  display: flex;
  justify-content: space-around;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #event .event-block .flex-wrap {
    display: block;
    text-align: center;
  }
}
#event .event-block .flex-wrap li {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #event .event-block .flex-wrap li:first-child {
    margin-bottom: 24px;
  }
}

.arc_box {
  background-color: #4fbfec;
}

#schedule .schedule-content .schedule-block .time_schedule .time_schedule_list .time_schedule_time{
  color: #4fbfec;
}