@charset "UTF-8";
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
event_diversity
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*-------------
グロナビ
-------------*/

.gnav {
    background-color: rgba(1, 94, 174, 0.9);
}
@media print, screen and (min-width: 992px) {
    .gnav {
        background-color: transparent;
    }
}
@media print, screen and (max-width: 768px) {
    .gnav {
    background-color: rgba(1, 94, 174, 0.9);
    }
}



.fv {
    background-color: #fff;
    padding: 0;
    position: relative;
    
}
.fv_inner {
    max-width: 100%;
    margin: 0 auto;
}
.fv_inner .img {
    display: block;
    width: 100%;
    min-height: 376px;
}
.fv_inner img {
    width: 100%;
    min-height: 376px;
    object-fit: cover;
    vertical-align: bottom;
}

@media print, screen and (max-width: 768px) {
  .fv {
    padding: 0;
  }
  .fv_inner{
    width: 100%;
  }
  .fv_inner .img {
    min-height: auto;
}
  .fv_inner img {
    min-height: auto;
}
.tag {
    margin: 0 30px;
    padding: 34px 0;
    text-align: center;
}
}









/* botton */
.fv_btnBox a::after {
  position: absolute;
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: rgb(73,183,233);
  background: linear-gradient(90deg, rgba(73,183,233,1) 0%, rgba(68,159,216,1) 50%,  rgba(45,60,150,1) 100%);
  top: 0;
  right: 0;
  left: auto;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.fv_btnBox a:hover::after {
  right: -100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media print, screen and (max-width: 768px) {
  .cta_wrap {
    padding: 0;
  }
  .btn_line{
    font: 1.3rem;
  }
  .fv_btnBox a {
        font-size: 1.5rem;
        padding: 15px 0 10px;
        letter-spacing: 1px;
        top: -15px;
        border-radius: 0;
    }
  .btn_box_sp .fv_btnBox a {
    background: rgb(237,135,61);
    background: linear-gradient(90deg, rgba(234,84,76,1) 0%, rgba(237,135,61,1) 100%);
    border-radius: 0;
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding: 20px 0 10px ;
    margin: 0 auto;
  }
  .fv_btnBox a::before {
    right: 3.2rem;
  }
}




#company .read_txt {
    color: #FF5264;
    font-size: 1.8rem;
    text-align: center;
}
#company .company_heading {
    font-size: 3.5rem;
    font-weight: 700;
}
#company .company_heading span {
    font-size: 2.5rem;
    font-weight: 500;
}
.company_item img {
  border-radius: 10px;
}
@media print, screen and (max-width: 768px) {
  #company .read_txt {
    padding: 0 30px;
    font-size: 1.6rem;
  }
  .company_heading {
    width: auto;
    }
  #company .company_heading {
    font-size: 2.6rem;
  }
  #company .company_heading span {
    font-size: 1.8rem;
  }
}



#style {
    padding: 80px 0 100px;
    text-align: center;
}
#style .style_heading {
    position: relative;
    bottom: -20px;
    z-index: 10;
}
#style .style_wrap {
    position: relative;
    padding-top: 40px;
    background-color: #C8E3F2;
}
#style .style_wrap::after{
    content: "";
    position: absolute;
    height: 100px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);
    background-color: #C8E3F2;
    left: 0;
    bottom: -99px;
}
#style .style_list {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}
@media print, screen and (max-width: 1120px) {
    #style {
        padding: 60px 0 80px;
    }
    #style .style_heading {
      margin: 0 10%;
    }
    #style .style_wrap {
      padding: 40px 20px 0;
    }
    #style .style_wrap::after{
      height: 78px;
      bottom: -78px;
    }
    #style .style_list {
        flex-wrap: wrap;
    }
    #style .style_list li {
        width: calc((100% - 30px) / 2);
    }
    #style .style_list li:first-child {
        width: 100%;
    }
    #style .style_list li:first-child img {
        width: calc((100% - 30px) / 2);
    }
}



#reason {
    padding: 50px 0 0;
}
#reason .title {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
#reason .title h2 {
  margin-bottom: 15px;
}
.reason_tit {
    color: #000;
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#reason .reason_tit::before,
#reason .reason_tit::after {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #000;
}
#reason .reason_tit::before {
    transform: rotate(70deg);
    margin-right: 6px;
}
#reason .reason_tit::after {
    transform: rotate(-70deg);
}
#reason .reason_tit + p {
    margin-bottom: 10px;
}
#reason .reason_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding: 50px 30px;
  box-sizing: content-box;
}
.bg_box {
    background-color: #F0F0F0;
}
#reason .reason_wrap._re {
  flex-direction: row-reverse;
}
#reason .reason_wrap .text {
  width: 540px;
}
#reason h3 {
  margin-bottom: 10px;
    font-size: 3.8rem;
    font-weight: 700;
}
#reason h3 span {
  display: block;
  max-width: 186px;
}
@media print, screen and (max-width: 1120px) {
    #reason .title {
      margin: 0 20px;
    }
    #reason .title p {
      text-align: left;
    }
    #reason .reason_wrap {
    flex-direction: column;
    max-width: 1200px;
    margin: auto;
    padding: 30px 20px;
    }
    .bg_box {
        background-color: #fff;
    }
    #reason .reason_wrap._re {
      flex-direction: column;
    }
    #reason .reason_wrap .text {
      width: 100%;
    }
    #reason .reason_wrap .img {
      width: 80%;
      margin-top: 15px;
    }
    #reason h3 span {
    margin: auto;
    }
    
}
@media print, screen and (max-width: 768px) {
    #reason h3 {
      font-size: 2.4rem;
      text-align: center;
    }
    #reason h3 span {
      max-width: 40%;
    }
}




/* 参加学生の声 */



#s_voice{
  background: #C8E3F2;
  padding: 70px 0 30px;
  text-align: center;
}
#s_voice ol{
  width: 1200px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#s_voice ol li{
  position: relative;
  width: 575px;
  background: #fff;
  margin-bottom: 50px;
  border-radius: 10px 10px 0 0;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#s_voice ol li .nun{
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 2px;
  width: 180px;
  padding: 5px;  
  border-radius: 100px; 
  top: -28px; 
  margin: 0 auto;
}
#s_voice ol li.v01 .nun,
#s_voice li.v01 .info dl dt,
#s_voice ol li.v01 .merit{
  background-color: #D9382B;
}
#s_voice ol li.v02 .nun,
#s_voice li.v02 .info dl dt,
#s_voice ol li.v02 .merit{
  background-color: #00C373;
}
#s_voice ol li.v03 .nun,
#s_voice li.v03 .info dl dt,
#s_voice ol li.v03 .merit{
  background-color: #1ACBD7;
}
#s_voice ol li.v04 .nun,
#s_voice li.v04 .info dl dt,
#s_voice ol li.v04 .merit{
  background-color: #D9992B;
}
#s_voice ol li.v01 h3 {
    border-bottom: 1px solid #D9382B;
}
#s_voice ol li.v02 h3 {
    border-bottom: 1px solid #00C373;
}
#s_voice ol li.v03 h3 {
    border-bottom: 1px solid #1ACBD7;
}
#s_voice ol li.v04 h3 {
    border-bottom: 1px solid #D9992B;
}
#s_voice ol li.v01 .merit dt {
    color: #D9382B;
}
#s_voice ol li.v02 .merit dt {
    color: #00C373;
}
#s_voice ol li.v03 .merit dt {
    color: #1ACBD7;
}
#s_voice ol li.v04 .merit dt {
    color: #D9992B;
}

#s_voice ol li h3{
    padding-bottom: 8px;
  font-weight: 600;
  font-size: 2.0rem;
  text-align: center;
  margin: 0 30px 8px;
}
#s_voice ol li .honbun {
  text-align: center;
  margin: 5px 30px 20px;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
#s_voice ol li .merit{
    display: flex;
    align-items: center;
  padding: 16px 44px;
  position: relative;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}
#s_voice ol li .merit::before{
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  border-style: solid;
  border-width: 10px 13px 0 13px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}
#s_voice ol li .merit dl {
    display: flex;
    align-items: center;
    margin-left: 34px;
}
#s_voice ol li .merit dt{
    margin-right: 8px;
  padding: 2px 5px;
  background-color: #fff;
  font-size: 1.2rem;
}
#s_voice ol li .merit dd{
  font-size: 1.4rem;
}

@media print, screen and (max-width: 1120px) {
  #s_voice{
  }
  #s_voice h2{
    width: 60%;
    margin: 0 auto;
  }
  #s_voice ol{
    width: 92.5%;
    margin: 30px auto 0;
  }
  #s_voice ol li{
    width: 100%;
    margin-bottom: 30px;
  }
  #s_voice ol li .nun{
    font-size: 1.4rem;
    width: auto;
    padding: 4px 20px 3px; 
    top: -24px; 
  }

  #s_voice ol li h3{
    font-weight: 600;
    font-size: 1.8rem;
    text-align: center;
    margin: 0;
  }
  #s_voice ol li p{
    text-align: center;
  }
  #s_voice ol li .merit {
    padding: 15px 20px;
  }
  #s_voice ol li .merit img {
    max-width: 70px;
  }
  #s_voice ol li .merit dl {
    margin-left: 20px;
  }
  #s_voice ol li .merit dt{
    font-size: 1.0rem;
    white-space: nowrap;
  }
  #s_voice ol li .merit dd {
    text-align: left;
  }
  #s_voice ol li .merit p{
    font-size: 1.4rem;
  }
}


/* あさがくナビのイベントラインナップ */
#lineup {
  background: #015EAE;
  padding: 3rem 0 2rem;
  margin: 0 auto;
  text-align: center;
}
#lineup .lineup_heading {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
#lineup .lineup_heading .strong {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 4.0rem;
  padding: 0 2rem;
}
#lineup .lineup_heading .strong::before,
#lineup .lineup_heading .strong::after {
    content: "";
    width: 44px;
    height: 1px;
    background-color: #fff;
}
#lineup .lineup_heading .strong::before {
    transform: rotate(70deg);
    margin-right: 6px;
}
#lineup .lineup_heading .strong::after {
    transform: rotate(-70deg);
}



#lineup .lineup_wrap {
  margin: 0 auto;
}
#lineup .lineup_wrap .lineup_list {
  margin-top: 4rem;
}
#lineup .lineup_wrap .lineup_item {
  position: relative;
  margin: 0 1.25rem;
  padding: 1rem;
}
#lineup .lineup_wrap .lineup_item .lineup_item_inner {
  width: 260px;
  background-color: #ffffff;
  border-radius: 0.8rem;
}
#lineup .lineup_wrap .lineup_item .lineup_item_inner h3 {
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 1.5rem 2rem 1.5rem 8rem;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: left;
}
#lineup .lineup_wrap .lineup_item .lineup_item_inner h3 span {
  font-size: 1.15rem;
  letter-spacing: 0.1rem;
  display: block;
}
#lineup .lineup_wrap .lineup_item .lineup_item_inner img.lineup_logo {
  text-align: center;
  margin: 0 auto;
}
#lineup .lineup_wrap .lineup_item img.ribbon {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 25%;
  height: auto;
}
#lineup .lineup_wrap .real h3 {
  background: #F9EFC3;
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 2rem 2rem 2rem 9rem;
}
#lineup .lineup_wrap .online h3 {
  background: #C8E2EF;
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 2rem 2rem 2rem 9rem;
}
#lineup .lineup_wrap .lineup_dots {
  margin-top: 2rem;
}
#lineup .lineup_wrap .slick-slide img {
  display: inline-block;
}
#lineup .lineup_wrap .slick-dots {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
#lineup .lineup_wrap .slick-dots li {
  font-size: 0;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #4D8EC6;
  border-radius: 100px;
  margin: 0 0.7rem;
}
#lineup .lineup_wrap .slick-dots li.slick-active {
  background-color: #fff;
}
#lineup .lineup_wrap .slick-arrow {
  display: none;
}
#lineup .lineup_wrap .slick-prev {
  display: none;
}
#lineup .lineup_wrap .slick-next {
  display: none;
}

@media (max-width: 767px) {
  #lineup {
    padding-top: 4rem;
  }
  #lineup .lineup_wrap {
    margin: 0 auto;
  }
  #lineup .lineup_wrap .lineup_list {
    margin-top: 2rem;
  }
  #lineup .lineup_wrap .lineup_item {
    margin: 0;
  }
  #lineup .lineup_wrap .lineup_item .lineup_item_inner h3 {
    padding-left: 5.5rem;
  }
#lineup .lineup_heading {
  font-size: 2.8rem;
}
  #lineup .lineup_heading .strong {
    font-size: 2.4rem;
    padding: 0 1rem;
    font-weight: 300;
  }
}
@media print, screen and (min-width: 768px) {
  #lineup {
    padding: 70px 0 60px;
  }
  #lineup .lineup_heading {
    font-size: 5.5rem;
  }
  #lineup .lineup_heading .strong {
    font-size: 4.2rem;
    font-weight: 300;
  }
  #lineup .lineup_wrap .lineup_item {
    margin: 0;
  }
  #lineup .lineup_wrap .lineup_item .lineup_item_inner {
    width: 424px;
    padding-bottom: 30px;
  }
  #lineup .lineup_wrap .lineup_item .lineup_item_inner h3 {
    min-height: 11rem;
    display: flex;
    align-items: center;
  }
  #lineup .lineup_wrap .lineup_item .lineup_item_inner h3 span {
    display: inline-block;
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }
  #lineup .lineup_wrap .lineup_item .lineup_item_inner img.lineup_logo {
  }
  #lineup .lineup_wrap .lineup_item img.ribbon {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 113px;
    height: auto;
  }
  #lineup .lineup_wrap .lineup_dots {
    margin-top: 4rem;
  }
  #lineup .lineup_wrap .slick-dots li {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 1.3rem;
  }
}






/**/
.footer {
    margin-top: 0;
    padding: 70px 0 170px;
    text-align: center;
}
.footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-around;
  margin: 10px auto 60px;
  width: 230px; 
}