@charset "UTF-8";
/*====================================================================

	キャンパスライフ トップ

====================================================================*/
.campus_life_top .justify p {
  text-align: justify;
  text-justify: inter-ideograph; /*IE*/
}

/* PC小*/
/* for pc(mini) max-width: 1400px */
/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*===============================================================

	page_mainvisual

===============================================================*/
#page_mainvisual .container {
  background-image: url("/campus_life/common/images/campus_life_top_mainvisual.jpg");
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*===============================================================

	ページタイトル

===============================================================*/
.page_title_wrp {
  overflow: hidden;
}

.page_title_wrp .title {
  height: 36vw;
  background-image: url("../images/cumpus_life_title_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page_title_wrp .title .content_width {
  position: relative;
  height: 100%;
  width: 67%;
}

.page_title_wrp .title .howto {
  position: absolute;
  top: 1%;
  left: 0;
  right: 0;
  width: 66%;
  visibility: hidden;
  margin: 0 auto;
  z-index: 10;
}

.page_title_wrp .title .enjoy {
  position: absolute;
  top: 42%;
  right: -16%;
  visibility: hidden;
  width: 38%;
  margin: 0 auto;
  z-index: 100;
}

/* 1600px以上 */
@media screen and (min-width: 1600px) {
  .page_title_wrp .title {
    height: 580px;
  }
  .page_title_wrp .title .content_width {
    width: 950px;
  }
} /* for tablet max-width: 1600px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .page_title_wrp .title {
    height: 36vw;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .page_title_wrp .title {
    height: 60vw;
    background-size: 148%;
  }
  .page_title_wrp .title .content_width {
    width: 100%;
  }
  .page_title_wrp .title .howto {
    top: 3vw;
    left: 3vw;
    right: inherit;
    width: 50%;
  }
  .page_title_wrp .title .enjoy {
    top: inherit;
    bottom: 3vw;
    right: 3vw;
    width: 40vw;
  }
  .page_title_wrp .title .copy {
    bottom: 12%;
    font-size: 3.8vw;
    line-height: 1.4;
  }
} /* for SP max-width: 800px */
.slideIn {
  position: absolute;
  overflow: hidden;
  /* 1600px以上 */
  /* for tablet max-width: 1600px */
  /* SP向けレイアウトの指定：～800px */
  /* for SP max-width: 800px */
}
.slideIn.img_01 {
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}
.slideIn.img_02 {
  bottom: 6%;
  right: -29%;
  width: 35%;
}
.slideIn.img_03 {
  top: 5%;
  right: -24%;
  width: 25%;
}
.slideIn.img_04 {
  top: 0;
  left: -25%;
  width: 25%;
}
.slideIn.img_05 {
  bottom: 0;
  left: -22%;
  width: 22%;
}
.slideIn.img_06 {
  top: 42%;
  left: -5%;
  width: 22%;
}
@media only screen and (max-width: 800px) {
  .slideIn.img_01 {
    width: 76%;
  }
  .slideIn.img_02 {
    display: none;
  }
  .slideIn.img_03 {
    display: none;
  }
  .slideIn.img_04 {
    display: none;
  }
  .slideIn.img_05 {
    display: none;
  }
  .slideIn.img_06 {
    display: none;
  }
}

.slideIn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffe400;
  animation: slideInMask 0.8s ease-in-out forwards;
}

.slideIn img {
  vertical-align: middle;
  animation: slideInImg 0.8s ease-in-out forwards;
}

@keyframes slideInMask {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes slideInImg {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*===============================================================

	ページコピー

===============================================================*/
.campus_life_top .color {
  color: #ffe200;
}

.campus_life_top .page_copy .title {
  position: relative;
  background: linear-gradient(transparent 65%, #ffe200 0%);
}

.campus_life_top .page_copy .title:before,
.campus_life_top .page_copy .title:after {
  content: "";
  position: absolute;
  top: 0;
  height: 1.3em;
  border-left: solid 3px #000;
}

.campus_life_top .page_copy .title:before {
  left: -1em;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.campus_life_top .page_copy .title:after {
  right: -1em;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.campus_life_top .page_copy .txt p {
  font-size: 18px;
  text-align: center;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .campus_life_top .page_copy .title:before,
  .campus_life_top .page_copy .title:after {
    height: 2.8em;
    border-left: solid 2px #000;
  }
  .campus_life_top .page_copy .title:after {
    right: -3em;
  }
  .campus_life_top .page_copy .txt p {
    font-size: 3.8vw;
    text-align: left;
  }
} /* for SP max-width: 800px */
/*===============================================================

	イベントカレンダー

===============================================================*/
.section_event_calendar {
  width: 100%;
  background: url(../images/event_calendar_bg.png) repeat left top;
  border-top: 10px solid #D95F29;
  border-bottom: 10px solid #D95F29;
}

.section_event_calendar .section_inner {
  padding: 0px 0 50px;
}

.section_event_calendar .event_wrp {
  padding-bottom: 0;
}

.section_event_calendar .head {
  position: relative;
  margin-bottom: 50px;
}

.section_event_calendar .head .title {
  position: relative;
  width: 550px;
  margin-left: 6%;
}

.section_event_calendar .school_life {
  width: 100%;
  margin: 0 auto 50px;
}

.section_event_calendar .school_life .caption_wrp {
  text-align: center;
  margin-bottom: 50px;
}

.section_event_calendar .school_life h3.caption {
  display: inline;
  font-size: 22px;
  font-weight: bold;
  background: linear-gradient(transparent 50%, rgba(93, 194, 208, 0.7) 50%);
  padding: 0 1rem;
}

.section_event_calendar .school_life ul {
  display: flex;
  flex-wrap: nowrap;
}

.section_event_calendar .school_life ul li {
  width: 340px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-right: 5%;
}

.section_event_calendar .school_life ul li:last-child {
  margin-right: 0;
}

.section_event_calendar .school_life ul li .upper {
  position: relative;
  width: 100%;
}

.section_event_calendar .school_life ul li .upper .ph {
  display: block;
  height: auto;
  width: 280px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.section_event_calendar .school_life ul li .event_name {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section_event_calendar .school_life ul li .year {
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translate(70px, -50%);
  transform: translate(70px, -50%);
}

.section_event_calendar .school_life ul li.first .year {
  width: 40%;
}

.section_event_calendar .school_life ul li.second .year,
.section_event_calendar .school_life ul li.third .year {
  width: 40%;
}

.section_event_calendar .school_life ul li p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0;
  margin: 10px 0 0;
}

.section_event_calendar .slider_wrp {
  position: relative;
  padding-top: 0;
}

.section_event_calendar ul.slider {
  position: relative;
}

.section_event_calendar ul.slider .slick-list {
  width: 100%;
  border-radius: 10px;
  margin: 0 auto;
}

.section_event_calendar .slick-slide img {
  width: 100%;
  padding: 0;
}

.section_event_calendar .prev,
.section_event_calendar .next {
  position: absolute;
  top: 50%;
  width: 2.2%;
  height: 100px;
  cursor: pointer;
  /*background: rgba(255, 255, 255, 1);*/
  background: #ff0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.section_event_calendar .prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}

.section_event_calendar .next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

.section_event_calendar .prev img,
.section_event_calendar .next img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30%;
  height: auto;
  margin: auto;
}

.section_event_calendar .next img {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.section_event_calendar .prev.slick-disabled,
.section_event_calendar .next.slick-disabled {
  visibility: hidden;
}

/* タブレット以下 */
@media screen and (max-width: 1220px) {
  .section_event_calendar ul.slider .slick-list {
    width: auto;
    margin: 0 15px;
  }
  .section_event_calendar .section_inner {
    padding: 0px 0 30px;
  }
  .section_event_calendar .head {
    margin-bottom: 30px;
  }
  .section_event_calendar .school_life .caption_wrp {
    margin-bottom: 30px;
  }
  .section_event_calendar ul.slider {
    padding: 0 20px;
  }
  .section_event_calendar .prev,
  .section_event_calendar .next {
    width: 3%;
  }
  .section_event_calendar .school_life ul li .year {
    left: 40%;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_event_calendar {
    /*background-size: 100px;*/
    border-top: 1.6vw solid #D95F29;
    border-bottom: 1.6vw solid #D95F29;
    padding: 0px 0 10px;
  }
  .section_event_calendar .section_inner {
    padding: 0;
  }
  .section_event_calendar .head {
    position: relative;
    margin-bottom: 4vw;
  }
  .section_event_calendar .head .title {
    position: relative;
    width: 75%;
    -webkit-transform: none;
    transform: none;
    padding-right: 0;
    margin-left: 0%;
  }
  .section_event_calendar .school_life {
    width: 100%;
    margin: 0 0 15px;
  }
  .section_event_calendar .school_life .caption_wrp {
    margin-bottom: 8vw;
  }
  .section_event_calendar .school_life h3.caption {
    font-size: 4.2vw;
    line-height: 1.4;
    padding: 0;
    margin: 0 0 15px;
  }
  .section_event_calendar .school_life ul {
    display: block;
  }
  .section_event_calendar .school_life ul li {
    width: 100%;
    /*padding: 0 15px;*/
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .section_event_calendar .school_life ul li:last-child {
    margin-bottom: 0;
  }
  .section_event_calendar .school_life ul li .upper {
    position: relative;
    width: 50%;
    margin: 0 auto;
  }
  .section_event_calendar .school_life ul li .upper .ph {
    width: 100%;
  }
  .section_event_calendar .school_life ul li .event_name {
    width: 40vw;
    font-size: 3.8vw;
    border-radius: 15px;
  }
  .section_event_calendar .school_life ul li .year {
    position: absolute;
    top: 16%;
    /*right: -20px;*/
    -webkit-transform: translate(60px, -50%);
    transform: translate(60px, -50%);
  }
  .section_event_calendar .school_life ul li.first .year {
    width: 50%;
  }
  .section_event_calendar .school_life ul li.second .year,
  .section_event_calendar .school_life ul li.third .year {
    width: 50%;
  }
  .section_event_calendar .school_life ul li p {
    font-size: 3.5vw;
    /*font-weight: bold;*/
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0;
    margin: 5px 0 0;
  }
  .section_event_calendar ul.slider li {
    width: 100%;
  }
  .section_event_calendar ul.slider li img {
    width: 100%;
    height: auto;
  }
  .section_event_calendar .prev,
  .section_event_calendar .next {
    width: 24px;
    height: 60px;
  }
  .section_event_calendar .prev img,
  .section_event_calendar .next img {
    width: 2vw;
  }
  .section_event_calendar ul.slider .slick-list {
    width: auto;
    margin: 6vw 4vw;
  }
  .section_event_calendar ul.slider {
    padding: 0;
  }
  .section_event_calendar .school_life ul li .year {
    left: 50%;
  }
} /* for SP max-width: 800px */
/*===============================================================

	Slider

===============================================================*/
.students_board_slider {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.students_board_slider ul {
  position: absolute;
  overflow: hidden;
  width: 200%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.students_board_slider ul li {
  float: left;
  display: none;
}

.students_board_slider ul li img {
  pointer-events: none;
  width: 360px;
  display: none;
}

.students_board .preview_btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 42px;
  font-size: 0;
  background: url(/course/common/images/top/preview_arrow.svg) no-repeat center;
  background-size: 20px auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 40px;
  cursor: pointer;
  z-index: 10;
}

.students_board .preview_btn.wh {
  background: url(/course/common/images/top/preview_arrow_wh.svg) no-repeat center;
}

.students_board .forward_btn {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 42px;
  font-size: 0;
  background: url(/course/common/images/top/forward_arrow.svg) no-repeat center;
  background-size: 20px auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 40px;
  cursor: pointer;
  z-index: 10;
}

.students_board .forward_btn.wh {
  background: url("/course/common/images/top/forward_arrow_wh.svg") no-repeat center;
}

@media screen and (max-width: 800px) {
  .students_board .preview_btn {
    margin-left: 5px;
  }
  .students_board .forward_btn {
    margin-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  .students_board_slider {
    height: 160px;
  }
  .students_board_slider ul li {
    float: left;
  }
  .students_board_slider ul li img {
    width: 160px;
  }
  .students_board .preview_btn,
  .students_board .forward_btn,
  .students_board .preview_btn.wh,
  .students_board .forward_btn.wh {
    width: 20px;
    height: 42px;
    background-size: 10px auto;
  }
  .students_board .preview_btn {
    left: 0;
    margin-left: 0;
  }
  .students_board .forward_btn {
    right: 0;
    margin-right: 0;
  }
}
/*===============================================================

	新フレーム適用

===============================================================*/
@media screen and (min-width: 801px) and (max-width: 1220px) {
  .section_event_calendar .event_wrp {
    padding: 0 30px;
  }
  .section_event_calendar .school_life ul li {
    width: 30%;
  }
  .section_event_calendar .school_life ul li .upper .ph {
    width: 100%;
  }
  .section_event_calendar .school_life ul li p {
    font-size: 1.4vw;
  }
} /* (min-width:801px) and (max-width: 1220px) */
/*===============================================================
	event_calendar_title_photo_block
===============================================================*/
.event_calendar_title_photo_block {
  /* タブレット以下 */
  /* SP向けレイアウトの指定：～800px */
}
.event_calendar_title_photo_block .photo, .event_calendar_title_photo_block .photo_baloon {
  position: absolute;
}
.event_calendar_title_photo_block .photo {
  width: 20%;
  right: 6%;
  top: 50%;
}
.event_calendar_title_photo_block .photo_baloon {
  width: 15%;
  right: -6%;
  top: 15%;
}
@media screen and (max-width: 1070px) {
  .event_calendar_title_photo_block .photo {
    width: 40%;
    position: inherit;
    margin: 3vw auto 0;
  }
  .event_calendar_title_photo_block .photo_baloon {
    width: 22%;
    right: 10%;
    top: 26%;
  }
}
@media only screen and (max-width: 800px) {
  .event_calendar_title_photo_block .photo {
    width: 45%;
    position: inherit;
    margin: 5vw auto;
  }
  .event_calendar_title_photo_block .photo_baloon {
    width: 28%;
    right: 3%;
    top: 24%;
  }
}

/*# sourceMappingURL=campus_life_top.css.map */