@charset "UTF-8";

/* CSS Document */
/*------------------------------------------------------------
top
------------------------------------------------------------*/
.top main {
 padding-bottom: 0;
}

.top .photo_cover img {
 width: auto;
 height: 100%;
 max-width: unset;
 -o-object-fit: cover;
 object-fit: cover;
 position: absolute;
 right: 0;
}



.ggmap {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.top_mes {
 display: flex;

}


/*************   bxslider   ****************/
/*************   bxslider   ****************/
/*************   bxslider   ****************/
  /* 共通（ローディングとナビゲーション） */
  .bxslider {
    position: relative;
  }
  .bxslider ul {
    opacity: 0;
  }
 
  .bxslider a {
    transition: 0.4s;
  }
  .bxslider .bx-pager {
    position: absolute;
    bottom: 26px;
    left: 0;
    width: 100%;
    height: 0px;
    text-align: center;
    display: inline;
  }
  .bxslider .bx-pager-item {
    display: inline;
    padding: 0 20px;
  }
  .bxslider .bx-pager-item a {
    background: rgba(0,0,0,1);
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: -200%;
    overflow: hidden;
    border-radius: 50%;
  }
  .bxslider .bx-pager-item a:hover {
    background: rgba(0,0,0,0.6);
  }
  .bxslider .bx-pager-item a.active {
    background: rgba(160,160,160,1);
  }
 
  .bxslider .bx-controls-direction {
    display: none;
    /*
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1em;
    width: 100%;
    height: 0px;
    */
  }
  .bxslider .bx-controls-direction a {
    width: 40px;
    height: 40px;
    display: block;
    background: rgba(0,0,0,0.8);
    position: relative;
    text-indent: -100%;
    overflow: hidden;
  }
  .bxslider .bx-controls-direction a:hover {
    background: rgba(0,0,0,0.4);
  }
  .bxslider .bx-controls-direction a:before,
  .bxslider .bx-controls-direction a:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 8px;
  }
  .bxslider .bx-controls-direction a:after {
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  .bxslider .bx-controls-direction a.bx-prev:after {
    transform: rotate(-135deg);
    left: 16px;
  }
  .bxslider .bx-prev {
    float: left;
  }
  .bxslider .bx-next {
    float: right;
  }
 
  .bx-loading:before,
  .bx-loading:after,
  .bx-loading {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
  }
  .bx-loading {
    color: #000;
    font-size: 10px;
    position: absolute;
    top: 40%;
    left: 50%;
    text-indent: -100%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .bx-loading:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .bx-loading:after {
    left: 3.5em;
  }
  .bx-loading:before,
  .bx-loading:after {
    content: '';
    position: absolute;
    top: 0;
  }
  @-webkit-keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }
  @keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }

/**************************特殊アレンジ**************************/
/**************************特殊アレンジ**************************/
/**************************特殊アレンジ**************************/

.bxslider4 .bxslider {
  width: 100%;
  margin: 0 auto;
}
.bxslider4 ul li img {
  width: 100%;
  height: auto;
}
.bxslider4 .bxslider_caption {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  width: 100%;
  background: rgba(0,0,0,0);
  color: #fff;
}
.bxslider4 .bxslider_caption > div {
  padding: 10px;
}
.bxslider4 .bxslider_caption h4 {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.bxslider4 .bxslider_caption p {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.bxslider4 .bxslider h4{
  color: #fff;
  border: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 960px) {}


@media screen and (max-width: 640px) {
  .bxslider4 .bxslider_caption h4 {
    font-size: 13px;
  }
  .bxslider4 .bxslider_caption p {
    font-size: 20px;
  }

}



@media screen and (max-width: 640px) {

}

@media screen and (max-width: 430px) {

}


.bxslider5 .bxslider {
  width: 100%;
  margin: 0 auto;
}
.bxslider5 ul li img {
  width: 100%;
  height: auto;
}
.bxslider5 .bxslider_caption {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  background: rgba(0,0,0,0);
  color: #fff;
}
.bxslider5 .bxslider_caption > div {
  padding: 10px;
}
.bxslider5 .bxslider_caption h4 {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.bxslider5 .bxslider_caption p {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.bxslider5 .bxslider h4{
  color: #fff;
  border: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 960px) {}


@media screen and (max-width: 640px) {
  .bxslider5 .bxslider_caption h4 {
    font-size: 13px;
    margin-bottom: 2em;
  }
  .bxslider5 .bxslider_caption p {
    line-height: 2em;
    font-size: 20px;
  }

}



@media screen and (max-width: 640px) {

}

@media screen and (max-width: 430px) {

}

/***************************** MOVIE *******************************/
/***************************** MOVIE *******************************/
/***************************** MOVIE *******************************/

.top02 {
 position: relative;
 padding: 70px 0;
 background-color: #F4F5F7;
 z-index: 1;
}

.top02::before{
  position: absolute;
  bottom: -60px;
  right: 30px;
  z-index: 2;
  display: block;
  width: 144px;
  height: 115px;
  content: url(../img/index/top_img02.png);
}

.top02 .txtbox {
 max-width: 400px;
 width: 40%;
}

.top02 .imgbox{
  max-width: 545px;
  width: 54%;
  position: relative;
}

.top02 .youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.top02 .youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



.top h3{
  font-size: 35px;
  color: #1092B2;
  line-height: 1em;
  font-weight: normal;
  padding-left: 47px;
  margin-bottom: 40px;
  border: none;
}
.top h3 span{
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  vertical-align: top;
}

.top h4{
  font-size: 18px;
  color: #09213C;
  border: none;
  margin: 0;
}

.top02 h3{
  background: url(../img/index/top_icon01.png) no-repeat left center / 24px 16px;
  font-size: 28px;
  margin-bottom: 0;
  padding-left: 35px;
}

.opencampus img{
  padding: 20px 0 45px;
}


@media screen and (max-width : 960px) {

}

@media screen and (max-width : 680px) {
  .top h4{
  font-size: 16px;
  padding-bottom: 18px;
  padding-top: 7px;
}
  .top02{
    padding: 40px 0 50px;
  }
  .top02 .txtbox {
    max-width: 960px;
    width: 100%;
    padding-bottom: 40px;
  }
  .top02 .imgbox{
    margin: 0 auto;
  width: 100%;
  }
  .top02 .imgbox img{
    text-align: center;
    width: 100%;

  }
  .top02 .txtbox {
    max-width: 640px;
    width: 100%;
    padding-bottom: 40px;
  }
  .top02::before{
    display: none;
  }
}


@media screen and (max-width : 680px) {
 }

/***************************** NEWS *******************************/
/***************************** NEWS *******************************/
/***************************** NEWS *******************************/


.top03 {
 padding: 60px 0;
 position: relative;
}

.top03::after{
  position: absolute;
  bottom: -45px;
  left: 50px;
  z-index: 100;
  display: block;
  content: '';
  width: 113px;
  height: 92px;
  background: url(../img/index/top_img03.png) no-repeat center center / 113px 92px;
}

.top03 .inner {
 position: relative;
 z-index: 1; }

.top03 h3{
  background: url(../img/index/top_icon02.png) no-repeat left center / 24px 20px;
  font-size: 28px;
  padding-left: 35px;
    padding-right: 0;
}

.linkbox{
  width: 32%;
  max-width: 320px;
  padding-bottom: 40px;
}
.banner{
  padding-bottom: 20px;
}
.banner img{
  width: auto;
}
.yymmdd{
  border-radius: 4px;
  background-color: #1092B2;
  color: #fff;
  font-size: 14px;
  text-align: center;
  height: 28px;
  width: 100px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

.top_news{
  padding-bottom: 40px;
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_news_list{
  line-height: 40px;
}
.top_news_list span{
  font-size: 16px;
  font-weight: bold;
  color: #1092B2;
  display: inline-block;
  padding-right: 10px;
}

.top03 .top_news .linkbox a{
 color: #1092B2;
 text-decoration: underline;
}
.top03 .top_news_list a{
  text-decoration: none;
}

@media screen and (max-width: 960px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width : 680px) {
  .banner img{
  width: 100%;
}

.yymmdd span{
  font-size: 14px;
}
  .top03 {
    padding: 40px 0;
  }

  .top03::after {
    display: none;
  }
  .linkbox{
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .linkbox img{
    width: 100%;
  }
}

/***************************** TOP04 *******************************/
/***************************** TOP04 *******************************/
/***************************** TOP04 *******************************/


.top04 {
 padding: 70px 0;
 position: relative;
 background-color: #F4F5F7;
}

.top04 .linkbox a{
  text-decoration: none;
}

.top04 .linkbox a .t4_tit{
  font-size: 18px;
  font-weight: bold;
  color: #1092B2;
  padding: 20px 0;
}

.top04 .linkbox a p{
  color: #333;
}

@media screen and (max-width : 680px) {
  .top04 {
    padding: 40px 0;
  }

.top04 .linkbox a p{
  font-size: 14px;
  line-height: 2.5;
}
}



/************* sub_contents04 はここから *******************************/

/*画面サイズが1000px以下に適用*/
@media screen and (max-width : 1000px) {}


/*画面サイズが767px以下に適用*/
@media screen and (max-width : 680px) {

 .top04 {
  padding: 50px 0; }
}


/***************************** NEWS *******************************/
/***************************** NEWS *******************************/
/***************************** NEWS *******************************/

