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

	キャンパスガイドツアー

====================================================================*/
.section_campus_guide_tour 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 */
/*===============================================================

	タイトル

===============================================================*/
.main_title {
  width: 100%;
  background: url("../images/campus_guide_tour/main_title_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 30px 0;
}

.main_title .content_width {
  position: relative;
}

.main_title .title_wrp {
  position: relative;
  display: block;
  overflow: hidden;
  width: 540px;
  margin: 0 auto;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.8);
}

.box__line {
  position: absolute;
}

.box__line:nth-of-type(1) {
  width: 100%;
  height: 4px;
}

.box__line:nth-of-type(2) {
  width: 100%;
  height: 4px;
}

.box__line:nth-of-type(3) {
  width: 4px;
  height: 100%;
}

.box__line:nth-of-type(4) {
  width: 4px;
  height: 100%;
}

.box__line:nth-of-type(1) {
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: linear-gradient(to right, transparent, orange);
  animation: animate1 2.5s linear infinite;
}

.box__line:nth-of-type(2) {
  width: 4px;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(to bottom, transparent, orange);
  animation: animate2 2.5s linear infinite;
  animation-delay: 1.5s;
}

.box__line:nth-of-type(3) {
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to left, transparent, orange);
  animation: animate3 2.5s linear infinite;
}

.box__line:nth-of-type(4) {
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, transparent, orange);
  animation: animate4 2.5s linear infinite;
  animation-delay: 1.5s;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.main_title .title_wrp .caption {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.main_title .title_wrp .caption p {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  margin: 0 auto;
}

.main_title .title_wrp .caption p:before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 22px;
  background: #000;
  -webkit-transform: rotate(-30deg);
  -webkit-transform-origin: right bottom;
  transform: rotate(-30deg);
  transform-origin: 400% 50%;
  margin-right: 2em;
}

.main_title .title_wrp .caption p:after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 22px;
  background: #000;
  -webkit-transform: rotate(30deg);
  -webkit-transform-origin: left bottom;
  transform: rotate(30deg);
  transform-origin: -400% 50%;
  margin-left: 2em;
}

.main_title .title_wrp .logo_title_block {
  width: 90%;
  margin: 0 auto;
}

.main_title .students .fitimg {
  width: 15%;
  position: absolute;
  right: 16%;
  bottom: 0;
}

.main_title .students .fitimg {
  -webkit-animation: main_title_student 0.5s ease-in-out 0s forwards;
  animation: main_title_student 0.5s ease-in-out 0s forwards;
}

.main_title .title_wrp .lead {
  text-align: center;
  margin-top: 30PX;
}

.main_title .title_wrp .lead p {
  display: inline-block;
  font-size: 15px;
  line-height: 2.2;
  font-weight: bold;
  text-align: center;
  margin: 0;
  color: #0068B7;
}

.loaded .main_title .students .student03 {
  -webkit-animation: main_title_student 0.5s ease-in-out 1s forwards;
  animation: main_title_student 0.5s ease-in-out 1s forwards;
}

@-webkit-keyframes main_title_circle {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes main_title_circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main_title .school {
  position: absolute;
  bottom: 1.2962962963%;
  left: 7.1962616822%;
  width: 21.8691588785%;
  opacity: 0;
  z-index: 10;
  animation: main_title_student 0.5s ease-in-out 0.5s forwards;
}

.main_title .school .balloon {
  position: absolute;
  top: -28.4%;
  left: -27.3504273504%;
  width: 104.2735042735%;
  opacity: 0;
  z-index: -1;
}

.loaded .main_title .school {
  -webkit-animation: main_title_school 2s ease-in-out 0s forwards;
  animation: main_title_school 2s ease-in-out 0s forwards;
}

.loaded .main_title .school .balloon {
  -webkit-animation: balloon01 1s ease-in-out 2s forwards;
  animation: balloon01 1s ease-in-out 2s forwards;
}

.balloonBounceIn {
  opacity: 0;
  -webkit-animation: balloon01 1s ease-in-out 0s forwards;
  animation: balloon01 1s ease-in-out 0s forwards;
}

@-webkit-keyframes main_title_school {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes main_title_school {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes balloon01 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1.2);
  }
  40% {
    -webkit-transform: scale(0.8);
  }
  60% {
    -webkit-transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  80% {
    -webkit-transform: scale(1.05);
  }
  90% {
    -webkit-transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes balloon01 {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  20% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(0.8);
  }
  60% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(0.9);
  }
  80% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.main_title .student_list {
  position: absolute;
  bottom: 1.2962962963%;
  right: 0;
  width: 34.1121495327%;
  padding-top: 21.8691588785%;
  z-index: 10;
}

.main_title .students {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_title .students .student {
  position: absolute;
  bottom: 0;
  opacity: 0;
}

.main_title .students .student01 {
  width: 31.7808219178%;
  left: 0;
  z-index: 20;
}

.main_title .students .student02 {
  width: 47.9452054795%;
  left: 11.2328767123%;
  z-index: 19;
}

.main_title .students .student03 {
  width: 36.7123287671%;
  left: 36.4383561644%;
  z-index: 18;
}

.main_title .students .student04 {
  width: 55.3424657534%;
  left: 44.6575342466%;
  z-index: 17;
}

.main_title .student_list .balloon {
  position: absolute;
  width: 60.5479452055%;
  top: -51.7094017094%;
  right: 4.9315068493%;
  opacity: 0;
  z-index: 0;
}

.loaded .main_title .students .student01 {
  -webkit-animation: main_title_student 0.5s ease-in-out 0s forwards;
  animation: main_title_student 0.5s ease-in-out 0s forwards;
}

.loaded .main_title .students .student02 {
  -webkit-animation: main_title_student 0.5s ease-in-out 0.5s forwards;
  animation: main_title_student 0.5s ease-in-out 0.5s forwards;
}

.loaded .main_title .students .student03 {
  -webkit-animation: main_title_student 0.5s ease-in-out 1s forwards;
  animation: main_title_student 0.5s ease-in-out 1s forwards;
}

.loaded .main_title .students .student04 {
  -webkit-animation: main_title_student 0.5s ease-in-out 1.5s forwards;
  animation: main_title_student 0.5s ease-in-out 1.5s forwards;
}

.loaded .main_title .student_list .balloon {
  -webkit-animation: balloon01 0.8s ease-in-out 2s forwards;
  animation: balloon01 0.8s ease-in-out 2s forwards;
}

@-webkit-keyframes main_title_student {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes main_title_student {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .main_title {
    height: 102vw;
    padding: 0;
  }
  .main_title .content_width {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4vw 0;
    margin: 0;
  }
  .main_title .title_wrp {
    width: 84vw;
    margin: 0 auto;
    padding: 6vw 5vw;
  }
  .main_title .title_wrp .caption {
    top: 11vw;
  }
  .main_title .title_wrp .caption p {
    font-size: 3.6vw;
  }
  .main_title .title_wrp .caption p:before {
    height: 16px;
    margin-right: 1em;
  }
  .main_title .title_wrp .caption p:after {
    height: 16px;
    margin-left: 1em;
  }
  .main_title .title_wrp .title {
    width: 65.2vw;
    margin: -7.7333333333vw 0 0;
  }
  .main_title .title_wrp .lead {
    bottom: 10vw;
  }
  .main_title .title_wrp .lead p {
    font-size: 2.8vw;
    line-height: 1.8;
  }
  .main_title .school {
    bottom: 4vw;
    left: 4%;
    width: 31.2%;
  }
  .main_title .school .balloon {
    top: -26.5%;
    left: -37.6%;
    width: 117.094017094%;
  }
  .main_title .student_list {
    bottom: 4vw;
    right: 4vw;
    width: 48.6666666667vw;
    padding-top: 31.2vw;
  }
  .main_title .student_list .balloon {
    width: 69.0410958904%;
    top: -45.7264957265%;
    right: -4vw;
  }
  .main_title .title_wrp .logo_title_block {
    width: 100%;
  }
  .main_title .title_wrp .lead {
    margin-top: 3vw;
  }
  .main_title .students .fitimg {
    width: 19%;
    position: absolute;
    right: 4%;
    bottom: 0;
  }
} /* for SP max-width: 800px */
/*===============================================================

	NEW CREATIVE ENERGY!!

===============================================================*/
.new_creative_enegy {
  background-size: 100% auto;
  padding: 50px 0;
  background: rgb(255, 247, 153);
}

.new_creative_enegy .content_width {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}

/* タイトル */
.new_creative_enegy .title_wrp {
  padding: 4.6728971963%;
}

.new_creative_enegy .title_wrp .title {
  width: 75.876289%;
  margin: 0 auto 0px;
}

.new_creative_enegy .title_wrp p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

/* 共通 */
.new_creative_enegy .outline {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.new_creative_enegy .outline .flag {
  position: relative;
  width: 87.5862068966%;
  /*height: 40px;*/
  margin: 0 0 15px;
  z-index: 100;
}

.new_creative_enegy .outline .subtitle {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 15px;
  color: #0068B7;
}

.new_creative_enegy .outline p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #0068B7;
}

/* 1F HALL */
.new_creative_enegy .hall {
  padding-bottom: 50px;
}

.new_creative_enegy .hall .line1 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  margin-bottom: 30px;
}

.new_creative_enegy .hall .line1 .main_photo {
  position: relative;
  width: 63.5514018692%;
}

.new_creative_enegy .hall .line1 .main_photo .title {
  position: absolute;
  top: 3.3333333333%;
  left: -4.4117647059%;
  width: 44.1176470588%;
  margin: 0;
}

.new_creative_enegy .hall .line1 .outline {
  width: 36.4485981308%;
  padding: 0 4.6728971963% 230px;
}

.new_creative_enegy .hall .line1 .outline .thumb_photo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 87.1794871795%;
}

.new_creative_enegy .hall .line1 .outline .thumb_photo .photo {
  position: relative;
}

.new_creative_enegy .hall .line1 .outline .thumb_photo .student {
  position: absolute;
  top: -87.285714%;
  right: -32.941176%;
  width: 39.705882%;
  z-index: 10;
}

.new_creative_enegy .hall .line1 .outline .thumb_photo .student .balloon {
  position: absolute;
  top: -24.219178%;
  right: -98.334975%;
  width: 127.08867%;
  z-index: -1;
}

.new_creative_enegy .hall .line2 {
  display: flex;
  flex-wrap: nowrap;
}

.new_creative_enegy .hall .line2 .ev_photo {
  position: relative;
  width: 58.8785046729%;
  height: 0;
  border-radius: 50%;
  overflow: hidden;
  padding-top: 58.8785046729%;
  margin-left: 4.6728971963%;
  z-index: 20; /* mask */
}

.new_creative_enegy .hall .line2 .ev_photo .student {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 28.714286%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.new_creative_enegy .hall .line2 .ev_photo .student .balloon {
  position: absolute;
  top: 44.135977%;
  right: -54.791667%;
  width: 112.041667%;
}

.new_creative_enegy .hall .line2 .ev_photo .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.new_creative_enegy .hall .line2 .outline {
  width: 36.4485981308%;
  padding: 0 4.6728971963% 230px;
}

.new_creative_enegy .hall .line2 .outline .thumb_photo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 87.1794871795%;
}

/* 2F GALLERY */
.new_creative_enegy .gallery {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  padding-bottom: 50px;
}

.new_creative_enegy .gallery .main_photo {
  position: relative;
  width: 63.5514018692%;
}

.new_creative_enegy .gallery .main_photo .title {
  position: absolute;
  bottom: 0;
  right: 4.2647058824%;
  width: 75.1470588235%;
  margin: 0;
}

.new_creative_enegy .gallery .outline {
  width: 36.4485981308%;
  padding: 0 4.6728971963% 0;
}

.new_creative_enegy .gallery .outline .thumb_photo {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 61.5384615385%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.new_creative_enegy .gallery .outline .thumb_photo .photo {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.new_creative_enegy .gallery .outline .thumb_photo .balloon {
  position: absolute;
  bottom: 0;
  right: -58.3333333333%;
  width: 79.1666666667%;
  z-index: 10;
}

/* 3F STUDIO */
.new_creative_enegy .studio {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 50px;
}

.new_creative_enegy .studio .main_photo {
  position: relative;
  width: 63.5514018692%;
}

.new_creative_enegy .studio .main_photo .title {
  position: absolute;
  top: -7.5%;
  left: 4.4117647059%;
  width: 59.5588235294%;
  margin: 0;
}

.new_creative_enegy .studio .main_photo .student {
  position: absolute;
  bottom: -7.5%;
  right: -4.4117647059%;
  width: 41.1764705882%;
  opacity: 0;
}

.studioStudentSlideDown {
  opacity: 0;
  -webkit-animation: studio_student 1s ease-in-out 0s forwards;
  animation: studio_student 1s ease-in-out 0s forwards;
}

@-webkit-keyframes studio_student {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes studio_student {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.new_creative_enegy .studio .outline {
  width: 36.4485981308%;
  padding: 0 4.6728971963% 230px;
}

/* 7F LIBRARY */
.new_creative_enegy .library {
  padding-bottom: 50px;
}

.new_creative_enegy .library .line1 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}

.new_creative_enegy .library .line1 .main_photo {
  position: relative;
  width: 63.5514018692%;
}

.new_creative_enegy .library .line1 .main_photo .title {
  position: absolute;
  bottom: 4%;
  left: -4.4117647059%;
  width: 59.5588235294%;
  margin: 0;
}

.new_creative_enegy .library .line1 .outline {
  width: 36.4485981308%;
  padding: 0 4.6728971963% 230px;
}

.new_creative_enegy .library .line2 {
  padding: 0 3.738317757%;
  margin-top: 80px;
}

.new_creative_enegy .library .line2 .photos {
  position: relative;
}

.new_creative_enegy .library .line2 .photos ul {
  display: flex;
}

.new_creative_enegy .library .line2 .photos ul li {
  width: 33.3333333333%;
}

.new_creative_enegy .library .line2 .photos .student {
  position: absolute;
  top: -49.5454545455%;
  left: -3.0303030303%;
  width: 18.1818181818%;
  z-index: 10;
}

.new_creative_enegy .library .line2 .photos .student .balloon {
  position: absolute;
  /*top: -13.467048710601719%;*/
  top: -5%;
  right: -80%;
  width: 93.3333333333%;
  z-index: -1;
}

/* 8F TERRACE */
.new_creative_enegy .terrace {
  padding-bottom: 50px;
}

.new_creative_enegy .terrace .line1 {
  display: flex;
  flex-wrap: nowrap;
}

.new_creative_enegy .terrace .line1 .main_photo {
  position: relative;
  width: 61.5384615385%;
}

.new_creative_enegy .terrace .line1 .main_photo .title {
  position: absolute;
  top: 4%;
  right: -2.9411764706%;
  width: 76.7647058824%;
  margin: 0;
}

.new_creative_enegy .terrace .line1 .outline {
  width: 36.4485981308%;
  padding: 0 4.6728971963% 230px;
}

.new_creative_enegy .terrace .line2 {
  padding: 0 3.738317757%;
  margin-top: 30px;
}

.new_creative_enegy .terrace .line2 .photos {
  position: relative;
}

.new_creative_enegy .terrace .line2 .photos ul {
  display: flex;
}

.new_creative_enegy .terrace .line2 .photos ul li {
  position: relative;
  width: 48.4848484848%;
  margin-right: 3.0303030303%;
}

.new_creative_enegy .terrace .line2 .photos ul li:last-child {
  margin-right: 0;
}

.new_creative_enegy .terrace .line2 .photos .student {
  position: absolute;
  top: -61.875%;
  right: 2.2916666667%;
  width: 46.25%;
  z-index: 1;
}

.new_creative_enegy .terrace .line2 .photos .student .balloon {
  position: absolute;
  top: -20.7070707071%;
  left: -66.2162162162%;
  width: 85.1351351351%;
  z-index: -1;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
  .new_creative_enegy .outline .subtitle {
    font-size: 1.7vw;
  }
} /* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .new_creative_enegy {
    padding: 15px;
  }
  .new_creative_enegy .inner {
    width: 100%;
    padding: 15px 0;
    margin: 0;
  }
  /* タイトル */
  .new_creative_enegy .title_wrp {
    padding: 4vw;
  }
  .new_creative_enegy .title_wrp .title {
    width: 100%;
    font-size: 0;
  }
  .new_creative_enegy .title_wrp p {
    font-size: 3.2vw;
  }
  /* 共通 */
  .new_creative_enegy .outline .flag {
    /*height: 8vw;*/
    width: 50vw;
    margin: -4vw 0 10px -25px;
  }
  .new_creative_enegy .outline .subtitle {
    font-size: 3.6vw;
    margin-bottom: 10px;
  }
  .new_creative_enegy .outline p {
    font-size: 3.4vw;
  }
  /* 1F HALL */
  .new_creative_enegy .hall {
    padding-bottom: 30px;
  }
  .new_creative_enegy .hall .line1 {
    display: block;
    margin-bottom: 15px;
  }
  .new_creative_enegy .hall .line1 .main_photo {
    position: relative;
    width: 100%;
  }
  .new_creative_enegy .hall .line1 .main_photo .title {
    top: -4vw;
    left: 4vw;
    width: 40vw;
  }
  .new_creative_enegy .hall .line1 .outline {
    width: auto;
    padding: 0 4vw 0;
  }
  .new_creative_enegy .hall .line1 .outline .thumb_photo {
    position: static;
    width: 100%;
    margin-top: 15px;
  }
  .new_creative_enegy .hall .line1 .outline .thumb_photo .student {
    top: auto;
    bottom: -7.923077%;
    right: -2.608696%;
    width: 20.396825%;
  }
  .new_creative_enegy .hall .line1 .outline .thumb_photo .student .balloon {
    top: -27.694704%;
    right: -4.932735426%;
    width: 112.5560538117%;
  }
  .new_creative_enegy .hall .line2 {
    display: block;
    padding: 0 15px;
  }
  .new_creative_enegy .hall .line2 .ev_photo {
    width: 100%;
    height: auto;
    padding-top: 100%;
    margin-left: 0;
  }
  .new_creative_enegy .hall .line2 .ev_photo .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .new_creative_enegy .hall .line2 .ev_photo .student {
    width: 40.714286%;
  }
  .new_creative_enegy .hall .line2 .ev_photo .student .balloon {
    top: inherit;
    bottom: 20%;
    right: -50%;
    width: 105.5555555556%;
  }
  .new_creative_enegy .hall .line2 .outline {
    width: auto;
    padding: 0;
  }
  .new_creative_enegy .hall .line2 .outline .thumb_photo {
    position: static;
    width: 100%;
    margin-top: 15px;
  }
  /* 2F GALLERY */
  .new_creative_enegy .gallery {
    display: block;
    padding-bottom: 30px;
  }
  .new_creative_enegy .gallery .main_photo {
    width: 100%;
    height: auto;
  }
  .new_creative_enegy .gallery .main_photo .title {
    bottom: auto;
    top: -4vw;
    right: 4vw;
    width: 68.1333333333vw;
  }
  .new_creative_enegy .gallery .outline {
    width: auto;
    padding: 0 15px;
  }
  .new_creative_enegy .gallery .outline .thumb_photo {
    position: relative;
    top: auto;
    left: auto;
    width: 63.4920634921%;
    padding-top: 63.4920634921%;
    -webkit-transform: none;
    transform: none;
    margin: 20px auto 0;
  }
  .new_creative_enegy .gallery .outline .thumb_photo .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .new_creative_enegy .gallery .outline .thumb_photo .balloon {
    bottom: 0;
    right: -41.25%;
    width: 70.5%;
  }
  /* 3F STUDIO */
  .new_creative_enegy .studio {
    display: block;
    padding-bottom: 30px;
  }
  .new_creative_enegy .studio .main_photo {
    width: 100%;
  }
  .new_creative_enegy .studio .main_photo .title {
    position: absolute;
    top: -4vw;
    left: 4vw;
    width: 54vw;
  }
  .new_creative_enegy .studio .main_photo .student {
    bottom: -7.371007371%;
    right: -2.8985507246%;
    width: 37.3333333333vw;
  }
  .new_creative_enegy .studio .outline {
    width: auto;
    padding: 0 15px;
  }
  /* 7F LIBRARY */
  .new_creative_enegy .library {
    padding-bottom: 30px;
  }
  .new_creative_enegy .library .line1 {
    display: block;
  }
  .new_creative_enegy .library .line1 .main_photo {
    width: 100%;
  }
  .new_creative_enegy .library .line1 .main_photo .title {
    bottom: auto;
    top: -4vw;
    left: auto;
    right: 4vw;
    width: 63.0666666667vw;
  }
  .new_creative_enegy .library .line1 .outline {
    width: auto;
    padding: 0 15px;
  }
  .new_creative_enegy .library .line2 {
    padding: 0 15px;
    margin-top: 15px;
  }
  .new_creative_enegy .library .line2 .photos {
    position: relative;
  }
  .new_creative_enegy .library .line2 .photos ul {
    display: block;
  }
  .new_creative_enegy .library .line2 .photos ul li {
    width: 100%;
  }
  .new_creative_enegy .library .line2 .photos .student {
    top: auto;
    bottom: -1.0317460317%;
    left: -7.9365079365%;
    width: 31.0666666667vw;
  }
  .new_creative_enegy .library .line2 .photos .student .balloon {
    top: -32.5221238938%;
    right: -16.3090128755%;
    width: 120.1716738197%;
  }
  /* 8F TERRACE */
  .new_creative_enegy .terrace {
    padding-bottom: 0;
  }
  .new_creative_enegy .terrace .line1 {
    display: block;
  }
  .new_creative_enegy .terrace .line1 .main_photo {
    width: 100%;
  }
  .new_creative_enegy .terrace .line1 .main_photo .title {
    top: -4vw;
    right: auto;
    left: 4vw;
    width: 69.6vw;
  }
  .new_creative_enegy .terrace .line1 .outline {
    width: auto;
    padding: 0 15px;
  }
  .new_creative_enegy .terrace .line2 {
    padding: 0 15px;
    margin-top: 15px;
  }
  .new_creative_enegy .terrace .line2 .photos ul {
    display: block;
  }
  .new_creative_enegy .terrace .line2 .photos ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .new_creative_enegy .terrace .line2 .photos ul li:last-child {
    margin-bottom: 0;
  }
  .new_creative_enegy .terrace .line2 .photos .student {
    top: -56.2%;
    right: 1.5873015873%;
    width: 42.0634920635%;
    z-index: 1;
  }
  .new_creative_enegy .terrace .line2 .photos .student .balloon {
    top: auto;
    bottom: -15.5172413793%;
    left: -67.5471698113%;
    width: 94.3396226415%;
  }
} /* for SP max-width: 800px */
/*===============================================================

	LEARNING STREET

===============================================================*/
.learning_street {
  background: #e6002d;
  padding: 50px 0;
}

.learning_street .narrow_width {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  padding: 0 15px;
}

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

.learning_street .title_wrp .title {
  width: 68.0412371134%;
  margin: 0 auto 30px;
}

.learning_street .theme {
  display: flex;
  margin-bottom: 50px;
}

.learning_street .text {
  width: 29.8969072165%;
  margin-right: 3.0927835052%;
}

.learning_street .text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.learning_street .wall {
  display: flex;
  width: 67.0103092784%;
  background: #fff;
}

.learning_street .wall .photo {
  width: 50.7692307692%;
}

.learning_street .wall .sentence {
  width: 49.2307692308%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

.learning_street .wall .sentence .title {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0 15px;
}

.learning_street .wall .sentence p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.learning_street .room {
  display: flex;
}

.learning_street .room .presentation {
  width: 100%;
  /*width: 75.257731958762887%;
  margin-right: 5.154639175257732%;*/
}

.learning_street .room .presentation .photo,
.learning_street .room .motion_capture .icon {
  width: 100%;
  margin-bottom: 20px;
}

.learning_street .room .presentation p,
.learning_street .room .motion_capture p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.learning_street .room .motion_capture {
  width: 19.587628866%;
}

/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .learning_street {
    padding: 25px 0;
  }
  .learning_street .inner {
    width: auto;
    padding: 0 15px;
    margin: 0;
  }
  .learning_street .title_wrp .title {
    width: 100%;
    margin: 0 0 15px;
  }
  .learning_street .theme {
    display: block;
    margin-bottom: 25px;
  }
  .learning_street .text {
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .learning_street .text p {
    font-size: 3.4vw;
  }
  .learning_street .wall {
    display: block;
    width: 100%;
  }
  .learning_street .wall .photo {
    width: 100%;
  }
  .learning_street .wall .sentence {
    width: 100%;
    padding: 15px;
  }
  .learning_street .wall .sentence .title {
    font-size: 3.6vw;
    margin: 0 0 10px;
  }
  .learning_street .wall .sentence p {
    font-size: 3.2vw;
  }
  .learning_street .room {
    display: block;
  }
  .learning_street .room .presentation {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .learning_street .room .presentation .photo {
    margin-bottom: 15px;
  }
  .learning_street .room .presentation p,
  .learning_street .room .motion_capture p {
    font-size: 3.2vw;
  }
  .learning_street .room .motion_capture {
    width: 100%;
  }
  .learning_street .room .motion_capture .icon {
    width: 40%;
    margin: 0 auto 15px;
  }
} /* for SP max-width: 800px */
/*===============================================================
	main_photo
===============================================================*/
.main_photo {
  /* タブレット以下 */
  /* SP向けレイアウトの指定：～800px */
}
.main_photo .student02_floor, .main_photo .student02_floor_balloon {
  position: absolute;
}
.main_photo .student02_floor {
  width: 26%;
  bottom: -22%;
  left: 12%;
  z-index: 1;
}
.main_photo .student02_floor_balloon {
  width: 38%;
  bottom: 30%;
  left: 28%;
}
.main_photo .student03_floor_balloon {
  width: 32%;
  margin-left: auto;
  margin-bottom: 50px;
  margin-top: -10%;
}
@media only screen and (max-width: 800px) {
  .main_photo .student02_floor {
    width: 28%;
    bottom: -17%;
    left: 9%;
  }
  .main_photo .student02_floor_balloon {
    width: 42%;
    bottom: 32%;
    left: 28%;
  }
}

/*===============================================================
	studio_02
===============================================================*/
.studio, .terrace {
  /* タブレット以下 */
  /* SP向けレイアウトの指定：～800px */
}
.studio .thumb_photo, .studio .balloon, .terrace .thumb_photo, .terrace .balloon {
  position: absolute;
}
.studio .thumb_photo, .terrace .thumb_photo {
  bottom: 0;
  right: 0;
  width: 87.1794871795%;
}
.studio .balloon, .terrace .balloon {
  top: -20.285714%;
  right: 67.058824%;
  width: 70%;
  z-index: 10;
}
@media only screen and (max-width: 800px) {
  .studio .thumb_photo, .studio .balloon, .terrace .thumb_photo, .terrace .balloon {
    position: static;
    width: 100%;
    margin-top: 4vw;
  }
  .studio .balloon, .terrace .balloon {
    position: absolute;
    top: inherit;
    bottom: -5%;
    width: 53%;
    right: 3%;
  }
}

/*===============================================================
	library
===============================================================*/
.library {
  /* タブレット以下 */
  /* SP向けレイアウトの指定：～800px */
}
.library .thumb_photo, .library .balloon {
  position: absolute;
}
.library .thumb_photo {
  bottom: 0;
  left: 0;
  width: 87.1794871795%;
}
.library .balloon {
  top: -20.285714%;
  right: -23.058824%;
  width: 30%;
  z-index: 10;
}
@media only screen and (max-width: 800px) {
  .library .thumb_photo, .library .balloon {
    position: static;
    width: 100%;
    margin-top: 4vw;
  }
  .library .balloon {
    width: 26%;
    position: absolute;
    top: inherit;
    bottom: -4%;
    right: 0;
  }
}

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