@charset "UTF-8";
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
#TopicsPath {
  margin: 10px auto 0;
}

.index_container {
  background: #F0F0F0;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1025px) {
  .index_container {
    padding: 30px 0;
  }
}
@media (max-width: 735px) {
  .index_container {
    padding: 20px 0;
  }
}

.wrap {
  padding-bottom: 0;
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1025px) {
  .wrap {
    width: 94%;
    padding: 0 3% 20px;
  }
}
@media (max-width: 735px) {
  .wrap {
    padding: 0 3% 10px;
  }
}

.mainVisual {
  margin-bottom: 30px;
}
@media (max-width: 1025px) {
  .mainVisual {
    width: 100%;
  }
  .mainVisual img {
    width: 100%;
  }
}
@media (max-width: 735px) {
  .mainVisual {
    margin-bottom: 10px;
  }
}

.movie .block01 {
  margin-bottom: 20px;
}
@media (max-width: 735px) {
  .movie .block01 {
    margin: 10px auto !important;
  }
}

.movie .block02 {
  width: 100%;
}

.movie {
  max-width: 920px;
  width: 100%;
  /*margin:50px auto 100px;*/
  margin: 50px auto 0px;
  text-align: center;
}
@media (max-width: 735px) {
  .movie {
    /*margin:20px auto 50px;*/
    margin: 20px auto 0px;
  }
}
.movie .block02 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photo {
  width: 100%;
  margin: 60px auto;
}
@media (max-width: 1025px) {
  .photo {
    width: 100%;
  }
}
@media (max-width: 735px) {
  .photo {
    margin: 3rem auto 2rem;
  }
}

.photo .block01 {
  margin-bottom: 30px;
}
@media (max-width: 735px) {
  .photo .block01 {
    margin: 10px auto !important;
  }
}

.photo .block02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 30px;
}
@media (max-width: 1025px) {
  .photo .block02 {
    margin: 0 auto 20px;
  }
}
@media (max-width: 735px) {
  .photo .block02 {
    margin: 0 auto 10px;
  }
}

.photo .block02 li {
  width: 32%;
  padding-bottom: 10px;
}
.photo .block02 li img {
  width: 100%;
}
@media (max-width: 1025px) {
  .photo .block02 li {
    width: 49%;
  }
}

/*.thanks_next .block01{
	margin-bottom:60px;
}
.thanks_next .block02{
	padding-bottom:60px;
}
	.thanks_next .block02 img{
		width:auto;
	}*/
.titleImg {
  margin: 0 auto 4.5rem;
  /* @media (min-width: 1400px) {
   width: 40%;
   }*/
}
@media (max-width: 1025px) {
  .titleImg {
    width: 55%;
    margin: 0 auto 2rem;
  }
  .titleImg img {
    width: 100%;
  }
}
@media (max-width: 735px) {
  .titleImg {
    width: 85%;
    margin: 0 auto 1.8rem;
  }
}
.titleImg h2.titleImg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 6vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.titleImg h2.titleImg {
  width: 43%;
}
.titleImg h2.titleImg img {
  width: 100%;
}
@media (min-width: 1400px) {
  .titleImg h2.titleImg {
    width: 40%;
  }
}
@media (max-width: 1025px) {
  .titleImg h2.titleImg {
    width: 55%;
  }
}
@media (max-width: 735px) {
  .titleImg h2.titleImg {
    width: 90%;
  }
}

.eventBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eventBox .box {
  width: 48%;
  text-align: left;
  margin: 0 0 25px;
}
@media (max-width: 735px) {
  .eventBox .box {
    width: 100%;
  }
}
.eventBox .box .img {
  width: 100%;
  margin: 0 0 14px;
}
.eventBox .box .img img {
  width: 100%;
}
.eventBox h4.txt {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1025px) {
  .eventBox h4.txt {
    font-size: 1rem;
  }
}
@media (max-width: 735px) {
  .eventBox h4.txt {
    font-size: 1rem;
  }
}

.voice .voiceImg {
  width: 100%;
}
.voice .voiceImg img {
  width: 100%;
}
.voice .voiceInner {
  margin: 100px auto 60px;
}
@media (max-width: 1025px) {
  .voice .voiceInner {
    margin: 60px auto 60px;
  }
}
@media (max-width: 735px) {
  .voice .voiceInner {
    margin: 20px auto 60px;
  }
}
.voice .voiceBox {
  text-align: left;
  position: relative;
  margin: 0 0 80px;
}
@media (max-width: 1025px) {
  .voice .voiceBox {
    margin: 0 0 60px;
  }
}
@media (max-width: 735px) {
  .voice .voiceBox {
    margin: 0 0 30px;
  }
}
.voice .voiceBox .img {
  width: 35%;
  position: absolute;
  left: 0;
  top: -40px;
}
.voice .voiceBox .img._right {
  left: inherit;
  right: 0;
}
.voice .voiceBox .img img {
  width: 100%;
}
@media (max-width: 1025px) {
  .voice .voiceBox .img {
    width: 40%;
    position: absolute;
    left: 0;
    top: -20px;
  }
  .voice .voiceBox .img img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% -20px;
       object-position: 50% -20px;
  }
}
@media (max-width: 735px) {
  .voice .voiceBox .img {
    position: static;
    text-align: center;
    margin: 0 auto 0.3rem;
    width: 50%;
  }
  .voice .voiceBox .img img {
    height: 180px;
  }
}
.voice .voiceBox .v_txtBlock {
  width: 75%;
  background: #fff;
  padding: 40px 40px 40px 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 auto;
}
.voice .voiceBox .v_txtBlock._right {
  margin: 0;
  padding: 40px 160px 40px 40px;
}
@media (max-width: 1025px) {
  .voice .voiceBox .v_txtBlock._right {
    padding: 20px;
  }
}
@media (max-width: 1025px) {
  .voice .voiceBox .v_txtBlock {
    width: 100%;
    margin: 0 auto 40px;
    padding: 20px;
  }
}
.voice .voiceBox .v_txtBlock .name {
  max-width: 340px;
  margin: 0 0 10px;
}
.voice .voiceBox .v_txtBlock .name img {
  width: 100%;
}
.voice .voiceBox .marker {
  background-color: #fffb41;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: initial;
  line-height: 2;
  text-align: left;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1025px) {
  .voice .voiceBox .marker {
    font-size: 18px;
  }
}
@media (max-width: 735px) {
  .voice .voiceBox .marker {
    font-size: 20px;
  }
}
@media (max-width: 1025px) {
  .voice .voiceBox .box {
    padding: 0 0 0 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .voice .voiceBox .box._right {
    padding: 0;
  }
}
@media (max-width: 735px) {
  .voice .voiceBox .box {
    padding: 0;
  }
}
.voice .voiceBox .txt_v01 {
  width: 100%;
}
@media (max-width: 1025px) {
  .voice .voiceBox .txt_v01 {
    padding: 10px 0 0 0;
  }
}
@media (max-width: 735px) {
  .voice .voiceBox .txt_v01 {
    padding: 0px 0 0 0;
    margin: -10px 0 0 0;
  }
}
.voice .voiceBox .txt_v02 {
  width: 100%;
}
@media (max-width: 1025px) {
  .voice .voiceBox .txt_v02 {
    padding: 0px 0 0 0;
    margin: -10px 0 0 0;
  }
}
@media (max-width: 735px) {
  .voice .voiceBox .txt_v02 {
    padding: 0px 0 0 0;
    margin: -10px 0 0 0;
  }
}

.campus .block02 {
  position: relative;
  margin: 100px 0 90px;
}
@media (max-width: 1025px) {
  .campus .block02 {
    margin: 60px 0 60px;
  }
}
@media (max-width: 735px) {
  .campus .block02 {
    margin: 2.4rem 0 1.5rem;
  }
}

.campus .block02 .txtBlock {
  position: absolute;
  left: 0;
  bottom: -60px;
}
@media (max-width: 735px) {
  .campus .block02 .txtBlock {
    position: static;
  }
}

.campus .block03 {
  position: relative;
  margin: 100px 0 90px;
}
@media (max-width: 1025px) {
  .campus .block03 {
    margin: 60px 0 60px;
  }
}
@media (max-width: 735px) {
  .campus .block03 {
    margin: 2.4rem 0 1.5rem;
  }
}

.campus .block03 .txtBlock {
  position: absolute;
  right: 0;
  bottom: -60px;
}
@media (max-width: 735px) {
  .campus .block03 .txtBlock {
    position: static;
  }
}

@media (max-width: 735px) {
  .img01 {
    width: 100%;
  }
  .img01 img {
    width: 100%;
  }
}

.txtBlock {
  width: 440px;
  background: #fff;
  text-align: left;
  font-size: 120%;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 735px) {
  .txtBlock {
    width: 100%;
    font-size: 100%;
    margin: -10px auto 0;
  }
}
.txtBlock .wrap {
  width: 85%;
  margin: 0 auto;
  text-align: left;
  padding: 0 0 20px;
}
@media (max-width: 735px) {
  .txtBlock .wrap {
    padding: 0 0 10px;
  }
}
.txtBlock .title {
  font-size: 180%;
  font-weight: 600;
  padding: 30px 0 10px 35px;
  position: relative;
  margin: 0 0 20px;
}
.txtBlock .title:before {
  content: "";
  width: 14px;
  height: 86px;
  background-color: #46a3e0;
  position: absolute;
  top: 0;
  left: 0;
}

.imgBox {
  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;
}
.imgBox dl {
  width: 23%;
  text-align: center;
  margin: 0 0 1.2rem;
}
.imgBox dl dt img {
  width: 100%;
}
.imgBox dl dd {
  font-weight: 500;
}
@media (max-width: 735px) {
  .imgBox dl {
    width: 48%;
  }
}
.imgBox.type2 dl {
  width: 48%;
}

@media (max-width: 735px) {
  .gakubu {
    width: 84%;
  }
  .gakubu img {
    width: 100%;
  }
}

.thanksImg {
  width: 100%;
}
.thanksImg img {
  width: 100%;
}

#Footer {
  margin-top: 0;
}

/****************************************************************************************************
 ****************************************************************************************************/
.main {
  position: relative;
  margin: 0;
  line-height: 0;
}
.main video {
  position: relative;
  z-index: -1;
}
.main .box {
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.main .mainBg {
  width: 100%;
  height: 700px;
  position: relative;
  background: url("../images/mainBg.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 1025px) {
  .main .mainBg {
    height: 400px;
  }
}
@media (max-width: 735px) {
  .main .mainBg {
    height: 240px;
  }
}
.main h2.titleImg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 6vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.main h2.titleImg {
  width: 43%;
}
.main h2.titleImg img {
  width: 100%;
}
@media (min-width: 1400px) {
  .main h2.titleImg {
    width: 40%;
  }
}
@media (max-width: 1025px) {
  .main h2.titleImg {
    width: 55%;
  }
}
@media (max-width: 735px) {
  .main h2.titleImg {
    width: 60%;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
#slider {
  width: 100%;
  height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
@media (max-width: 1025px) {
  #slider {
    height: 600px !important;
  }
}
@media (max-width: 1025px) {
  #slider {
    height: 600px !important;
  }
}
@media (max-width: 735px) {
  #slider {
    height: 400px !important;
  }
}

/*========= レイアウトのためのCSS ===============*/
/*a{
  color: #fff;
}*/
a:hover,
a:active {
  text-decoration: none;
}

.wrapper {
  position: relative;
}

.container {
  background: #555;
}

.container p {
  padding: 300px 0;
  text-align: center;
  color: #fff;
}

.vegas-overlay {
  background: none !important;
}

.movieBox {
  margin: 0 auto 60px;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.video_container {
  width: 100%;
}

@media screen and (max-width: 1025px) {
  movieBox {
    margin: 0 auto 50px;
    padding: 0 60px;
  }
}
@media screen and (max-width: 735px) {
  .movieBox {
    margin: 0 0 2.8rem;
    padding: 0;
  }
}
@media screen and (max-width: 735px) {
  .spImg {
    width: 100%;
  }
  .spImg img {
    width: 100%;
  }
}
.reportBox {
  width: 100%;
  margin: 80px auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 735px) {
  .reportBox {
    margin: 1.6rem auto 30px;
  }
}
.reportBox p {
  width: 32%;
}
.reportBox p img {
  width: 100%;
}
@media (max-width: 735px) {
  .reportBox p {
    width: 48%;
    margin: 0 auto 10px;
  }
}
.reportBox._center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto 10px;
}
@media (max-width: 735px) {
  .reportBox._center {
    margin: 30px auto 10px;
  }
}

.report_past {
  margin: 0 0 40px;
}
@media (max-width: 735px) {
  .report_past {
    margin: 0 0 2.5rem;
  }
}
.report_past .listBox li {
  width: 32%;
}
.report_past .listBox li a {
  display: block;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ff6633;
  text-align: center;
  color: #ff6633;
  text-decoration: none;
  line-height: 1.4;
}
@media (max-width: 735px) {
  .report_past .listBox li a {
    padding: 6px 0;
  }
}
.report_past .listBox li a:hover {
  background: #ff6633;
  color: #fff;
}

/****************************************************************************************************
 ****************************************************************************************************/
.js-fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-fadein.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/****************************************************************************************************
 ****************************************************************************************************/
.pcVew {
  display: block;
}

.spVew {
  display: none;
}

@media screen and (max-width: 735px) {
  .pcVew {
    display: none;
  }
  .spVew {
    display: block;
  }
  .spNone {
    display: none !important;
  }
}
@media (max-width: 1025px) {
  .img100 img {
    width: 100%;
  }
}
.alignC {
  text-align: center;
}

.alignL {
  text-align: left;
}

.alignR {
  text-align: right;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

@media screen and (max-width: 735px) {
  .spmb0 {
    margin-bottom: 0 !important;
  }
  .spmb5 {
    margin-bottom: 5px !important;
  }
  .spmb10 {
    margin-bottom: 10px !important;
  }
  .spmb15 {
    margin-bottom: 15px !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spmb25 {
    margin-bottom: 25px !important;
  }
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
  .spmb70 {
    margin-bottom: 70px !important;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}