@charset "UTF-8";


.mirai_2nd #mirai_intro .main_visual {
  background: url(/group/blue-academy/mirai/image/2nd_main_bg.png) no-repeat top center;
  background-size: cover;
}
.mirai_2nd #mirai_intro h1 {
  max-height: 380px;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  padding-left: 30px;
  padding-bottom: 160px;
  text-align: left;
}
.mirai_2nd #mirai_intro h1 img {
  max-width: 480px;
}

.mirai_2nd #mirai_program {
  padding-top: 50px;
}
.mirai_2nd .bc {
  border-top: 1px solid #ddd;
  margin: 0 auto;
  padding: 5px 10px;
}
.mirai_2nd .bc ul {
  max-width: 1200px;
  margin: auto;
}
.mirai_2nd .bc li {
  display: inline-block;
}
.mirai_2nd .bc li:after {
  content: " >";
}
.mirai_2nd .bc li:last-of-type:after {
  content: "";
}

.mirai_2nd #mirai_program .program_staff a {
  width: 25%;
}

.mirai_2nd #mirai_program .content {
  padding-bottom: 30px;
}

.mirai_2nd .intro_archive,
.mirai_2nd .intro_photo {
  background-color: #5f52a0;
  padding: 50px;
}
.mirai_2nd .intro_archive h2,
.mirai_2nd .intro_photo h2 {
  color: #ffffff;
}


@media screen and (max-width: 767px) {

  .mirai_2nd #mirai_intro h1 {
    padding: 30px 15px;
    text-align: center;
  }
  
  .mirai_2nd .bc {
    padding: 5px 3%;
  }
  .mirai_2nd .bc ul {
    white-space: nowrap;
    overflow-y: auto;
    font-size: 14px;
  }
  
  .mirai_2nd .intro_archive,
  .mirai_2nd .intro_photo {
    padding: 25px;
  }
  .mirai_2nd .intro_archive h2,
  .mirai_2nd .intro_photo h2 {
    font-size: 18px;
  }

}



/* ------------------------------------

archive

------------------------------------ */

.schoollist {
  padding: 50px;
}
.school-menu {
  width: 75%;
  margin: 0 auto 50px auto;
}
.school-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*  justify-content: center;*/
}
.school-menu-item {
  width: 33%;
  padding: 10px;
}
.school-menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #007FAD;
  color: #007FAD;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 35px 10px 10px;
  text-align: center;
  position: relative;
  line-height: 1.3;
  height: 100%;
}
@media screen and (max-width: 768px ) {
    .school-menu-btn {
        text-align: left;
    }
}
.school-menu-btn:after {
  content: "";
  display: block;
  background: url(/group/blue-academy/mirai/archive/image/icon_arr_bottom_1909.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 10px;
  margin-top: -5px;
}
.school-menu-btn:hover,
.school-menu-btn:focus {
  background: #e8f8ff;
}
.school-menu-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ccc;
  color: #ccc;
  background: #f4f4f4;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  height: 100%;
  line-height: 1.3;
}

.school-image {
  margin: 50px auto;
  width: 30%;
}
.school-image img {
  max-width: 100%;
}

.school-area-wrap {
  
}
.school-area-title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #00a7ea;
  padding: 10px 0 10px 20px;
  margin-bottom: 30px;
}
.school-area-title:before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background: #00a7ea;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
.school-wrap {
  
}
.school-name {
  background: #007FAD;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
  padding: 15px;
  position: relative;
}
.school-name:after {
  content: "";
  display: block;
  background: no-repeat;
  position: absolute;
  top: -10px;
  right: 10px;
  width: 110px;
  height: 110px;
}
.school-name.icon01:after {
  background-image: url(/group/blue-academy/mirai/archive/image/title_ornament_01.png);
}
.school-name.icon02:after {
  background-image: url(/group/blue-academy/mirai/archive/image/title_ornament_02.png);
}
.school-name.icon03:after {
  background-image: url(/group/blue-academy/mirai/archive/image/title_ornament_03.png);
}

@media screen and (max-width: 1200px) {
    .school-name.icon01:after {
        display: none;
    }
}
.school-name-pref {
  font-size: 24px;
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
    .school-name-pref {
    display: block;
}
}
.school-name-name {
  font-size: 34px;
}
.school-data {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.school-data-image {
    display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
}
.school-data-image img {
    margin: 0 10px;
    width: 50%;
}
.school-data-voice {
  width: 47%;
}
.school-data-voice-title {
  font-size: 20px;
  color: #00a7ea;
}
.school-data-voice-text-wrap {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.school-data-voice-text-wrap:last-child {
  margin-bottom: 0;
}
.school-data-voice-icon {
  width: 25%;
  padding: 15px;
}
.school-data-voice-text {
  width: 73%;
}
.school-photo-btn {
  margin-bottom: 60px;
}
.school-photo-btn a {
  border: 2px solid #006083;
  color: #006083;
  font-size: 24px;
  background: #d4edfb;
  text-decoration: none;
  padding: 10px;
  display: block;
  width: 50%;
  text-align: center;
  margin: auto;
  font-weight: bold;
  position: relative;
}
.school-photo-btn a span {
  position: relative;
  padding-left: 65px;
  
}
.school-photo-btn a span:before {
  content: "";
  display: block;
  background: url(/group/blue-academy/mirai/archive/image/icon_photo_btn_1909.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 40px;
  margin-top: -20px;
}
.school-photo-btn a:after {
  content: "";
  display: block;
  background: url(/group/blue-academy/mirai/archive/image/icon_arr_right_1909.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
  height: 17px;
  margin-top: -8px;
}

.school-photo-btn a:hover,
.school-photo-btn a:focus {
  background: #fff;
}

@media screen and (max-width: 767px) {

  .schoollist {
    padding: 25px 3%;
  }
  .school-menu {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .school-menu-item {
    width: 50%;
    padding: 5px;
  }
  .school-image {
    margin: 40px auto;
    width: 60%;
  }
  
  .school-area-title {
    font-size: 18px;
    padding: 5px 0 5px 20px;
    margin-bottom: 20px;
  }
  .school-name-pref {
      display: block;
    font-size: 16px;
    margin-right: 10px;
  }
  .school-name-name {
    font-size: 18px;
  }
  .school-data {
    margin-bottom: 20px;
  }
  .school-data-voice-title {
    font-size: 18px;
  }
  .school-data-voice-text-wrap {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .school-name:after {
    background: none!important;
  }
  .school-name {
    margin-bottom: 25px;
    padding: 5px 15px;
  }
  .school-data-image {
      display: block;
      width: 100%;
  }
    .school-data-image img {
        width: 100%;
        margin: 0;
    }
  .school-data-voice {
    width: 100%;
  }
  .school-photo-btn {
    margin-bottom: 60px;
  }
  .school-photo-btn a {
    width: 90%;
    font-size: 18px;
  }
}

/* ------------------------------------

photo

------------------------------------ */
.photo-list {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.photo-wrap {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.photo-item {
  width: 33.33333%;
  height: auto;
  padding: 10px;

}

.photo-item-wrap {
  padding-top: 100%;
  position: relative;
}
.photo-item-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  
  background-position: center;
  background-size: cover;
}
.photo-item-image {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .photo-list {
    padding: 25px 0;
  }
  .photo-wrap {
    padding: 0 15px;
  }
}

