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

	ENJOY NEW LIFE

====================================================================*/
.section_enl {
  padding: 30px 0;
  background: linear-gradient(90deg, #6356A3 0%, #6356A3 50%, #06B7CE 50%, #06B7CE 100%);
}

.section_enl .inner {
  position: relative;
  background: #fff;
  padding: 40px 50px 50px;
}

.section_enl .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: url(../images/enjoy_new_life/bg_triangle.svg);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.blue {
  color: #06B7CE;
}

.pink {
  color: #EE87B4;
}

.yellow {
  color: #FFF100;
}

.purple {
  color: #6356A3;
}

.white {
  color: #fff;
}

.section_enl .content {
  margin-top: 40px;
  padding-top: 40px;
}

.section_enl .headline + .content {
  padding-top: 20px;
}

/* PC小*/
/* for pc(mini) max-width: 1400px */
/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .section_enl {
    padding: 30px 20px;
  }
  .section_enl .inner {
    padding: 30px 20px 50px;
  }
  .section_enl .headline + .content {
    margin-top: 20px;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_enl {
    padding: 10px;
  }
  .section_enl .inner {
    padding: 4vw;
  }
  .section_enl .content {
    margin-top: 4vw;
    padding-top: 4vw;
  }
  .section_enl .headline + .content {
    margin-top: 0;
  }
} /* for SP max-width: 800px */
/*-------------------------------------------------------------
	headline	
-------------------------------------------------------------*/
.headline {
  position: relative;
  width: calc(100% + 60px);
  margin-left: -30px;
}

.headline .left {
  width: 13%;
  position: absolute;
  top: -12%;
  left: 6%;
  z-index: 1;
}

.headline .right {
  width: 13%;
  position: absolute;
  top: -12%;
  right: 9%;
  z-index: 1;
}

.headline .center {
  width: 100%;
  margin: 0 auto;
}

.headline .center .title {
  padding: 0% 10% 0;
  width: 42%;
  margin: auto;
}

.headline .box {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 20px 16%;
  margin-top: 20px;
  border-top: 3px dotted #6356A3;
  border-bottom: 3px dotted #6356A3;
  background: #EE87B4;
}

.headline .box .read {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  color: #fff;
}

.headline .box p {
  font-weight: bold;
  margin-top: 10px;
  color: #fff;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .headline {
    width: 100%;
    margin-left: 0;
  }
  .headline .box .read {
    font-size: 2.3vw;
  }
  .headline .box p {
    margin-top: 1vw;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .headline {
    width: calc(100% + 8vw);
    margin-left: -4vw;
  }
  .headline .left {
    top: 2%;
    left: 2%;
    width: 15%;
  }
  .headline .right {
    width: 15%;
    top: 2%;
    right: 2%;
  }
  .headline .center {
    width: 100%;
    margin: 0 auto;
  }
  .headline .center .title {
    padding: 3% 10% 0;
    width: 55%;
  }
  .headline .box {
    width: 100%;
    margin-left: 0;
    padding: 4vw 16%;
    margin-top: 4vw;
  }
  .headline .box .read {
    font-size: 4vw;
    margin-top: 0;
  }
  .headline .box p {
    width: calc(100% + 20vw);
    margin-left: -10vw;
    font-size: 3.5vw;
    margin-top: 1vw;
  }
} /* for SP max-width: 800px */
/*-------------------------------------------------------------
	content_bt	
-------------------------------------------------------------*/
.content_bt {
  border-top: 3px dotted #6356A3;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*-------------------------------------------------------------
	content_title	
-------------------------------------------------------------*/
.content_title {
  position: relative;
  display: block;
}

.content_title .num {
  position: absolute;
  top: -40px;
  left: 0;
  width: 90px;
  margin-right: 10px;
}

.content_title .txt .line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.content_title .txt .line:before,
.content_title .txt .line:after {
  content: "";
  width: 32px;
  height: 2px;
  background: #000;
}

.content_title .txt .line.pink:before,
.content_title .txt .line.pink:after {
  background: #e85298;
}

.content_title .txt .line:before {
  transform: rotate(60deg);
}

.content_title .txt .line:after {
  transform: rotate(-60deg);
}

.content_title .txt .head {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.content_title .txt .head .l {
  font-size: 36px;
}

.content_title .txt p {
  font-size: 16px;
  margin-top: 10px;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .content_title .num {
    top: -5vw;
    left: -6vw;
    display: block;
    width: 14vw;
    margin: 0 auto;
  }
  .content_title .txt .line {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
  .content_title .txt .line:before,
  .content_title .txt .line:after {
    content: "";
    width: 6vw;
    height: 2px;
  }
  .content_title .txt .head {
    font-size: 4.5vw;
  }
  .content_title .txt .head .l {
    font-size: 5.5vw;
  }
  .content_title .txt p {
    font-size: 3.5vw;
    margin-top: 2vw;
  }
} /* for SP max-width: 800px */
/*-------------------------------------------------------------
	content_detail	
-------------------------------------------------------------*/
.content_detail p {
  font-size: 14px;
  margin-top: 20px;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .content_detail p {
    font-size: 3.5vw;
    margin-top: 4vw;
  }
} /* for SP max-width: 800px */
/*-------------------------------------------------------------
	qa	
-------------------------------------------------------------*/
.qa .item .txt {
  text-align: center;
  margin-top: 0;
}

.qa .item .txt .head {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  padding: 5px;
  background: #6356A3;
  border-radius: 5px;
}

.qa .item .txt p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 10px;
}

.qa .item .img {
  margin-top: 10px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .qa .item .txt p {
    font-size: 1.6vw;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .qa .item .txt {
    text-align: center;
    margin-top: 0;
  }
  .qa .item .txt .head {
    font-size: 3.5vw;
    padding: 1vw;
  }
  .qa .item .txt p {
    font-size: 3.5vw;
    margin-top: 2vw;
  }
  .qa .item .img {
    margin-top: 4vw;
  }
  .img_question_03, .img_question_04 {
    margin-top: 0vw !important;
  }
} /* for SP max-width: 800px */
/*-------------------------------------------------------------
	aruaru	
-------------------------------------------------------------*/
.aruaru {
  position: relative;
  padding-bottom: 20px;
}

.aruaru:after {
  content: "";
  position: absolute;
  top: -180px;
  right: 20px;
  width: 160px;
  height: 250px;
  z-index: -1;
  background: url("../images/enjoy_new_life/img_student_03.png") no-repeat center/contain;
}

.aruaru .item {
  position: relative;
  padding: 20px;
  margin-top: 60px;
}

.aruaru .item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  width: 100%;
  transform: scale(1.3);
}

.aruaru .item:nth-child(1):before {
  background: url("../images/enjoy_new_life/bg_aruaru_01.svg") no-repeat, center/contain;
  margin-left: 18px;
}

.aruaru .item:nth-child(2):before {
  background: url("../images/enjoy_new_life/bg_aruaru_02.svg") no-repeat, center/contain;
  margin-left: 10px;
}

.aruaru .item:nth-child(3):before {
  background: url("../images/enjoy_new_life/bg_aruaru_03.svg") no-repeat, center/contain;
}

.aruaru .item:nth-child(4):before {
  background: url("../images/enjoy_new_life/bg_aruaru_04.svg") no-repeat, center/contain;
  margin-top: 10px;
  z-index: 0;
}

.aruaru .item p {
  position: relative;
  z-index: 2;
  font-weight: bold;
  margin-top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .aruaru:after {
    top: -80px;
    right: 0;
    width: 120px;
    height: 153px;
  }
  .aruaru .item {
    padding: 20px 20px 50px;
  }
  .aruaru .item p {
    font-size: 1.4vw;
    margin-top: 0;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .aruaru {
    padding-bottom: 0;
  }
  .aruaru:after {
    top: -3vw;
    right: -10px;
    width: 16vw;
    height: 20vw;
  }
  .aruaru .flex_container {
    justify-content: space-between;
  }
  .aruaru .item {
    width: 50% !important;
    height: 38vw;
    padding: 4vw;
    margin: 0 !important;
    margin-top: 10vw !important;
  }
  .aruaru .item:nth-child(3),
  .aruaru .item:nth-child(4) {
    margin-top: 0 !important;
  }
  .aruaru .item p {
    font-size: 2.8vw;
    margin-top: 0;
  }
  .aruaru .item:nth-child(1):before {
    margin-left: 0;
  }
  .aruaru .item:nth-child(2):before {
    margin-left: 0;
  }
  .aruaru .item:nth-child(4):before {
    margin-top: 3vw;
  }
  .item_discovery_04 .discovery_txt {
    margin-left: 5vw;
  }
} /* for SP max-width: 800px */
/*-------------------------------------------------------------
	room	
-------------------------------------------------------------*/
.room {
  position: relative;
}

.item_alone {
  background: #6356A3;
}

.item_dormitory {
  background: #06B7CE;
}

.room .item .head {
  position: relative;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 0 0 10px;
  background: #DADBDB;
}
.room .item .head::after {
  content: "";
  height: 51.9615242271px;
  width: 100%;
  height: 25px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  display: block;
  position: absolute;
  top: -89%;
  background: #DADBDB;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0%);
}

.room .item .box {
  padding: 20px;
  color: #fff;
}

.room .item .read {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0;
}

.room .item .txt .sub {
  font-size: 16px;
  margin-top: 10px;
}

.room .item .txt ul {
  text-indent: -1em;
}

.room .item .txt li {
  font-size: 14px;
  padding-left: 1em;
}

.room .item .detail {
  padding: 20px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.3);
}

.room .item .detail .title {
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.room .item .detail .type {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.room .item .detail .type .img {
  width: 48%;
}

.room .item .detail .type dl {
  width: 48%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.room .item .detail .type dt {
  width: 6em;
  font-size: 14px;
  font-weight: bold;
}

.room .item .detail .type dd {
  font-size: 14px;
  width: calc(100% - 6em);
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .room:after {
    top: -123px;
    right: -10px;
    width: 120px;
    height: 153px;
  }
  .room .item .detail .type .img {
    width: 100%;
  }
  .room .item .detail .type dl {
    width: 100%;
    margin-top: 10px;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .room {
    margin-top: 5vw;
  }
  .room .item .head {
    font-size: 4vw;
    padding: 2vw;
  }
  .room .item .head::after {
    height: 5vw;
    top: -63%;
  }
  .item_dormitory {
    margin-top: 10vw !important;
  }
  .room .item .box {
    padding: 4vw;
  }
  .room .item .read {
    font-size: 4vw;
  }
  .room .item .txt .sub {
    font-size: 3.5vw;
    margin-top: 2vw;
  }
  .room .item .txt li {
    font-size: 3.5vw;
    padding-left: 1em;
  }
  .room .item .detail {
    padding: 4vw;
    margin-top: 4vw;
  }
  .room .item .detail .title {
    font-size: 4vw;
  }
  .room .item .detail .type {
    margin-top: 4vw;
  }
  .room .item .detail .type dt {
    font-size: 3.5vw;
  }
  .room .item .detail .type dd {
    font-size: 3.5vw;
  }
} /* for SP max-width: 800px */
/*-------------------------------------------------------------
	spot	
-------------------------------------------------------------*/
.spot {
  position: relative;
}

.spot .item {
  position: relative;
  border: 2px solid #ddd;
  border-radius: 5px;
}

.spot .item_1 {
  border: 2px solid #6356A3;
}

.spot .item_2 {
  border: 2px solid #06B7CE;
}

.spot .item .head {
  position: absolute;
  top: -10px;
  left: -10px;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background: #ddd;
}

.spot .item_1 .head {
  background: #6356A3;
}

.spot .item_2 .head {
  background: #06B7CE;
}

.spot .item .box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 10px;
}

.spot .item .box .img {
  width: 47%;
}

.spot .item .box .txt {
  width: 47%;
}

.spot .item .box .txt .sub {
  font-size: 16px;
  font-weight: bold;
}

.spot .item .box .txt p {
  margin-top: 0;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .spot:after {
    top: -125px;
    right: -10px;
    width: 120px;
    height: 173px;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .spot:after {
    top: -38vw;
    right: -13px;
    width: 16vw;
    height: 20vw;
  }
  .spot .item .head {
    font-size: 4vw;
    padding: 2vw;
  }
  .spot .item .box {
    padding: 4vw;
  }
  .spot .item .box .img {
    width: 70%;
    margin: 0 auto;
  }
  .spot .item .box .txt {
    width: 100%;
    margin-top: 4vw;
  }
  .spot .item .box .txt .sub {
    font-size: 4vw;
  }
  .spot .item .box .txt p {
    margin-top: 0;
  }
} /* for SP max-width: 800px */
/*===============================================================

	scroll_in

===============================================================*/
.scroll_in {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll_in.delay_10 {
  transition-delay: 0.1s;
}

.scroll_in.delay_20 {
  transition-delay: 0.2s;
}

.scroll_in.delay_30 {
  transition-delay: 0.3s;
}

.scroll_in.delay_40 {
  transition-delay: 0.4s;
}

.scroll_in.scale {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.scroll_in.scale2 {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.scroll_in.top {
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.scroll_in.bottom {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.scroll_in.left {
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}

.scroll_in.right {
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
}

.scroll_in.active {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0) rotate(0deg);
  transform: scale(1) translate(0, 0) rotate(0deg);
}

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

	新フレーム適用

===============================================================*/
@media screen and (min-width: 801px) and (max-width: 1220px) {
  .aruaru .item p {
    font-size: 1.2vw;
    margin-top: 0;
  }
  .flex_container .col_4_1, .flex_container .col_4_1:nth-child(4n), .flex_container .item_4_1, .flex_container .item_4_1:nth-child(4n) {
    width: 23.5981308411%;
    margin-right: 0;
  }
} /* (min-width:801px) and (max-width: 1220px) *//*# sourceMappingURL=enjoy_new_life.css.map */