@charset "utf-8";

/* ===============================================
# sec_event
=============================================== */
.ttl_event_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 35px;
  padding: 0 65px;
}
.ttl_event_wrap::before,
.ttl_event_wrap::after{
  position:relative;
  bottom:0;
  content:"";
  display:block;
  width:1px;
  height:80px;
  background:#063e8d;
}
.ttl_event_wrap::before{
  transform:rotate(-45deg);
  transform-origin:center bottom; 
}
.ttl_event_wrap::after{
  transform:rotate(45deg);
  transform-origin:center bottom; 
}
.sec_event.event .ttl_event{
  line-height: 1.3;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  color:#063e8d;
}
.sec_event.event .ttl_event span.small{
  display:block;
  font-size: 28px;
  font-size: 2.8rem;
}
.sec_event.event .ttl_event br {
  display:none;
}

@media print, screen and (max-width :1024px){
.sec_event.event .ttl_event br {
  display:block;
}
}

@media print, screen and (max-width :768px){
  .ttl_event_wrap {
    margin-bottom: 25px;
    padding: 0 30px;
  }
  .ttl_event_wrap::before{
    transform:rotate(-25deg);
    transform-origin:center bottom; 
  }
  .ttl_event_wrap::after{
    transform:rotate(25deg);
    transform-origin:center bottom; 
  }
  .sec_event.event .ttl_event{
    font-size: 29px;
    font-size: 2.9rem;
  }
  .sec_event.event .ttl_event span.small{
    font-size: 18px;
    font-size: 1.8rem;
  }
}


/* ===============================================
# sec_web_consultation
=============================================== */
.sec_web_consultation {
  background:#d3e2ef;
  padding-top:65px;
  padding-bottom:45px;
}
.sec_web_consultation .ttl_web_consultation{
  line-height: 1.3;
  font-size: 36px;
  font-size: 3.6rem;
  color:#063e8d;
}

/*box_intro------------------------*/
.sec_web_consultation .box_intro::after{
  content:"";
  display:block;
  background:url(/admission/event/img/web_opencampus_img01.png) no-repeat;
  background-size:contain;
}
.sec_web_consultation .cmn_btn_blue {
  min-width:300px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width :1025px){
.sec_web_consultation .box_intro{
  display: flex;
  justify-content: space-between;
}
.sec_web_consultation .box_intro .body{
  width:50%;
}
.sec_web_consultation .box_intro::after{
  width:47%;
}
}
@media print, screen and (max-width :1024px){
.sec_web_consultation {
  padding-top:45px;
  padding-bottom:25px;
}
.sec_web_consultation .ttl_web_consultation{
  text-align:center;
  font-size: 30px;
  font-size: 3rem;
}
.sec_web_consultation .box_intro{
  flex-direction:column;
}
.sec_web_consultation .box_intro::after{
  width:100%;
  margin-top:20px;
  padding-top:54%;
}
.sec_web_consultation .cmn_btn_blue {
  display: block;
  width:100%;
  min-width:auto;
  max-width:460px;
  margin-bottom:0;
  margin-left:auto;
  margin-right:auto;
}
}


/*box_flow------------------------*/
.sec_web_consultation .box_flow{
  margin-top:25px;
}
.sec_web_consultation .box_flow .ttl_flow{
  display: flex;
  align-items: center;
  line-height:1.3;
  font-weight:bold;
  font-size: 20px;
  font-size: 2rem;
  color:#063e8d;
}
.sec_web_consultation .box_flow .ttl_flow::before{
  content:"";
  display:block;
  width:12px;
  height:12px;
  margin-right:10px;
  background:#ba9716;
  transform:rotate(45deg);
}
.sec_web_consultation .box_flow .ttl_flow::after{
  content:"";
  display:block;
  width:calc(100% - 40px - 12.5em);
  height:1px;
  margin-left:15px;
  background:#063e8d;
}
.sec_web_consultation .box_flow .flow{
  display:flex;
}
.sec_web_consultation .box_flow .flow >.item{
  overflow:hidden;
  width:100%;
}
.sec_web_consultation .box_flow .flow >.item::before{
  float:left;
  content:"";
  display:block;
  width:79px;
  height:120px;
  margin-right:30px;
}
.sec_web_consultation .box_flow .flow >.item:nth-of-type(1)::before{
  background:url(/admission/event/img/ico_mail.svg) no-repeat;
  background-size:contain;
}
.sec_web_consultation .box_flow .flow >.item:nth-of-type(2)::before{
  background:url(/admission/event/img/ico_camera.svg) no-repeat;
  background-size:contain;
}
.sec_web_consultation .box_flow .flow >.item:nth-of-type(3)::before{
  background:url(/admission/event/img/ico_minutes.svg) no-repeat;
  background-size:contain;
}
.sec_web_consultation .box_flow .flow >.item .ttl,
.sec_web_consultation .box_flow .flow >.item .txt{
  margin-left:110px;
}
.sec_web_consultation .box_flow .flow >.item .ttl{
  margin-top:.1em;/*IE対策*/
  line-height:1.2;
  font-weight:bold;
  font-size: 20px;
  font-size: 2rem;
  color:#063e8d;
}
.sec_web_consultation .box_flow .flow >.item .txt{
  margin-top:10px;
  line-height:1.5;
}
@media print, screen and (min-width :1025px){
.sec_web_consultation .box_flow .flow{
  margin-top:30px;
}
.sec_web_consultation .box_flow .flow >.item{
  width:calc((100% - 156px) / 3);
}
.sec_web_consultation .box_flow .flow >.item+.item{
  margin-left:78px;
}
}
@media print, screen and (max-width :1024px){
.sec_web_consultation .box_flow .flow{
  flex-direction:column;
}
.sec_web_consultation .box_flow .flow >.item{
  padding:20px 0;
}
.sec_web_consultation .box_flow .flow >.item+.item{
  border-top:#063e8d 1px dashed;
}
}
@media print, screen and (max-width :768px){
.sec_web_consultation .box_flow .ttl_flow{
  font-size: 17px;
  font-size: 1.7rem;
}
.sec_web_consultation .box_flow .flow >.item::before{
  float:left;
  content:"";
  display:block;
  width:62px;
  height:94px;
  margin-right:20px;
}
.sec_web_consultation .box_flow .flow >.item .ttl,
.sec_web_consultation .box_flow .flow >.item .txt{
  margin-left:82px;
}
}



/* ===============================================
# sec_know
============================================= */
.sec_know {
  padding-top:75px;
  padding-bottom:45px;
}
.sec_know .ttl_know{
  line-height: 1.3;
  text-align:center;
  font-size: 36px;
  font-size: 3.6rem;
  color:#063e8d;
}
.sec_know .box_bnr{
  margin-top:40px;
  text-align:center;
}
.sec_know .box_bnr a{
  display:table;
  margin:auto;
}

@media print, screen and (min-width :1025px){
.sec_know {
  background:#e9eff4 url(../../admission/event/img/bg_know.png) no-repeat;
  background-size:cover;
}
}
@media print, screen and (max-width :1024px){
.sec_know {
  background:#e9eff4 url(../../admission/event/img/bg_know_sp.png) no-repeat;
  background-size:100% auto;
}
}
@media print, screen and (max-width :768px){
.sec_know {
  padding-top:50px;
  padding-bottom:45px;
}
.sec_know .box_bnr{
  margin-top:30px;
}
}

/*文教大学を知るスライダー------------------------*/
.sec_know .box_know_list{
  position:relative;
  max-width: 1400px;
  margin: 35px auto 0;
  padding-right: 50px;
  padding-left: 50px;

}
.sec_know .box_know_list .swiper-wrapper{
  position:relative;
}
.sec_know .box_know_list figure{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 63%;
}
.sec_know .box_know_list figure > img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sec_know .box_know_list .box_text .ttl {
  padding:13px 0 8px;
  border-bottom:#a6b8d0 1px solid;
  line-height:1.3;
  font-weight:bold;
  font-size: 20px;
  font-size: 2rem;
  color:#063e8d;
}
.sec_know .box_know_list .box_text .txt {
  padding-top:10px;
  line-height:1.6;
}
.sec_know .box_know_list .box_text .date{
  padding-top:10px;
  line-height: 1;
  text-align:right;
  font-weight:300;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color:#666;
}
.sec_know .swiper_prev,
.sec_know .swiper_next{
  position: absolute;
  top: calc(((1300px - 152px) / 5 * .63) * .5);
  width: 26px;
  z-index: 10;
  cursor: pointer;
  transform: translateY(-50%);
  outline: none!important;
}
.sec_know .swiper_prev{
  left: 0;
}
.sec_know .swiper_next{
  right: 0
}
@media print, screen and (max-width :1700px){
  .sec_know .swiper_prev{
    left: 10px;
  }
  .sec_know .swiper_next{
    right: 10px;
  }
}
@media print, screen and (max-width :1600px){
  .sec_know .swiper_prev,
  .sec_know .swiper_next{
    top: calc(((100vw - 300px - 152px) / 5 * .63) * .5);
  }
}
@media print, screen and (max-width :1400px){
  .sec_know .swiper_prev,
  .sec_know .swiper_next{
    top: calc(((100vw - 300px - 60px) / 4 * .63) * .5);
  }
}
@media print, screen and (max-width :1024px){
  .sec_know .swiper_prev,
  .sec_know .swiper_next{
    top: calc(((100vw - 300px - 40px) / 3 * .63) * .5);
  }
}
@media print, screen and (max-width :768px){
  .sec_know .box_know_list{
    margin-top:15px;
    padding-right: 0;
    padding-left: 0;
  }
  .sec_know .box_know_list .box_text .ttl{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec_know .box_know_list .box_text .txt{
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec_know .box_know_list .box_text .date{
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec_know .swiper_prev,
  .sec_know .swiper_next{
	  display:none;
  }
}

