@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("/admission/assets/font/fontawesomeV5free/all.min.css");
/* ////////////////////////////////////////////////////////////////////
	top
//////////////////////////////////////////////////////////////////// */
/* ----------------------
	#header
---------------------- */
.hdLogo {
  display: none;
}

.slide_img {
  display: none;
}

.slide_img.slick-initialized {
  display: block;
}

#mainVisual {
  position: relative;
  width: 100%;
  max-height: 85vh;
  margin: 0 auto;
  z-index: 1;
  background-color: #222;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(255, 255, 255, 0.02) 5px, rgba(255, 255, 255, 0.02) 6px), repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(255, 255, 255, 0.02) 5px, rgba(255, 255, 255, 0.02) 6px);
}

#mainVisual .main_movie {
  display: none;
}

#mainVisual .main_movie.slick-initialized {
  display: block;
}

#mainVisual video {
  animation: fadein 1s ease;
  display: block;
  width: 100%;
  max-width: 1500px;
  max-height: 85vh;
  margin: 0 auto;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#gNav .menu li a {
  padding: 1.25em 0;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #gNav .menu li a {
    padding: 1.25em 0;
    font-size: 1.2rem;
  }
}

/* ----------------------
	main
---------------------- */
#first_contents {
  align-items: flex-start;
  padding: 20px 0 10px;
}

.slide_contents {
  width: 45%;
  margin: 0 2%;
}

.bunner_contents {
  width: 45%;
  margin: 0 2%;
}

.news_contents {
  width: 90%;
  margin: 10px auto;
  margin-bottom: 100px;
}

.news_contents .news_ttl {
  margin-bottom: 10px;
  text-align: left;
}

.news_contents .news_ttl .ttl {
  display: block;
  height: 25px;
  font-family: "Montserrat", "Roboto", "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #008713;
  border-bottom: solid 1px #008713;
  font-style: oblique;
  padding-bottom: .2em;
}

.news_contents .news_list {
  align-items: stretch;
}

.news_contents .news_box {
  line-height: 1.57;
  color: black;
  width: 97%;
  padding-left: .5%;
}

.news_contents .news_box .entry_date {
  margin-bottom: 5px;
}

.news_contents .news_box .entry_ttl {
  margin-bottom: .5em;
  font-size: 2.0rem;
  font-weight: bold;
}

.news_contents .news_box .entry_ttl a {
  color: black;
}

.news_contents .news_box .entry_ttl a:hover {
  text-decoration: underline;
}

.news_contents .pager_box {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 27px;
}

.news_contents .pager_box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0px;
  bottom: 0px;
  background: #cccccc;
  margin: auto;
}

.news_contents .pager_box a {
  display: block;
  width: 100%;
  text-align: center;
  margin: 3px 0;
}

@media screen and (max-width: 960px) {
  #first_contents {
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    padding: .316667vw 0 0.72917vw;
  }
  .slide_contents {
    max-width: 664px;
    width: 100%;
    margin: 0 auto 2%;
  }
  .bunner_contents {
    max-width: 664px;
    width: 100%;
    margin: 0 auto 2%;
    padding: 0;
  }
  .news_contents {
    max-width: none;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  #first_contents {
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0 5px;
  }
  .slide_contents {
    max-width: 664px;
    width: 92%;
    margin: 0 auto 10px;
  }
  .bunner_contents {
    max-width: 664px;
    width: 92%;
    margin: 0 auto 10px;
    padding: 0;
  }
  .news_contents .news_ttl .ttl {
    font-size: 2rem;
    font-weight: 900;
  }
  .news_contents .news_list {
    align-items: stretch;
  }
  .news_contents .news_box {
    font-size: 1.3rem;
  }
  .news_contents .news_box .entry_ttl {
    font-size: 1.5rem;
  }
}

#pickup_contents {
  position: relative;
  width: 100%;
  padding: 35px 0 80px;
  background-size: auto auto;
  background-color: #e5e5e5;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgba(204, 204, 204, 0.2) 5px, rgba(204, 204, 204, 0.2) 6px), repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(204, 204, 204, 0.2) 5px, rgba(204, 204, 204, 0.2) 6px);
}

#pickup_contents:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 453px;
  width: 33.16252%;
  height: 33.01611%;
  background: url(/admission/assets/img/top/pickup_bg02.png) no-repeat left top;
  background-size: 100% auto;
  z-index: 0;
}

#pickup_contents .ttl_box {
  position: relative;
  margin-bottom: 42px;
  text-align: center;
  z-index: 10;
}

#pickup_contents .ttl_box .ttl {
  font-family: "Montserrat", "Roboto", "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: italic;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1.4px;
  color: #000000;
}

#pickup_contents .contents_box {
  position: relative;
  margin-bottom: -45px;
  z-index: 10;
}

#pickup_contents .pickup_box {
  width: 100%;
  margin-bottom: 45px;
  background: #fff;
  box-shadow: 1px 2px 8px 0px rgba(10, 10, 10, 0.2);
}

#pickup_contents .pickup_box .img_area {
  position: relative;
  max-width: 760px;
  width: 63.33333%;
}

#pickup_contents .pickup_box .img_area span {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-family: "Montserrat", "Roboto", "游ゴシック Medium", "游ゴシック体 Medium", "Yu Gothic Medium", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: italic;
  font-size: 5.7rem;
  line-height: 1.2;
  letter-spacing: 2.28px;
  color: #FFFFFF;
}

#pickup_contents .pickup_box .txt_area {
  max-width: 440px;
  width: 36.66667%;
  padding: 0 30px;
}

#pickup_contents .pickup_box .txt_area .sub_ttl {
  border-bottom: 1px Dashed #000;
  margin-bottom: 15px;
}

#pickup_contents .pickup_box .txt_area .sub_ttl .ttl {
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 2;
}

#pickup_contents .pickup_box .txt_area p {
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 1.57;
}

#pickup_contents .reverse {
  flex-flow: row-reverse nowrap;
}

#pickup_contents .reverse .img_area span {
  top: 30px;
  left: 30px;
}

#pickup_contents .reverse .txt_area {
  text-align: right;
}

@media screen and (max-width: 1200px) {
  #pickup_contents .pickup_box .img_area span {
    bottom: 2.5vw;
    left: 2.5vw;
    font-size: 4.75vw;
  }
  #pickup_contents .reverse {
    flex-flow: row-reverse nowrap;
  }
  #pickup_contents .reverse .img_area span {
    top: 2.5vw;
    left: 2.5vw;
  }
}

@media screen and (max-width: 1024px) {
  #pickup_contents {
    padding: 3.41797vw 0 7.8125vw;
  }
  #pickup_contents:before {
    max-width: 453px;
    width: 33.16252%;
    height: 33.01611%;
  }
  #pickup_contents .ttl_box {
    margin-bottom: 4.10156vw;
  }
  #pickup_contents .ttl_box .ttl {
    font-size: 3.5rem;
  }
  #pickup_contents .contents_box {
    margin-bottom: -4.39453vw;
  }
  #pickup_contents .pickup_box {
    width: 100%;
    margin-bottom: 4.39453vw;
  }
  #pickup_contents .pickup_box .img_area {
    max-width: 760px;
    width: 63.33333%;
  }
  #pickup_contents .pickup_box .txt_area {
    max-width: 440px;
    width: 36.66667%;
    padding: 0 2.92969vw;
  }
  #pickup_contents .pickup_box .txt_area .sub_ttl {
    border-bottom: 1px Dashed #000;
    margin-bottom: 15px;
  }
  #pickup_contents .pickup_box .txt_area .sub_ttl .ttl {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2;
  }
  #pickup_contents .pickup_box .txt_area p {
    margin-bottom: 2.92969vw;
    font-size: 1.3rem;
    line-height: 1.57;
  }
  #pickup_contents .reverse {
    flex-flow: row-reverse nowrap;
  }
  #pickup_contents .reverse .txt_area {
    text-align: right;
  }
}

@media screen and (max-width: 960px) {
  #pickup_contents {
    padding: 3.64583vw 0 8.33333vw;
  }
  #pickup_contents .ttl_box {
    margin-bottom: 4.10156vw;
  }
  #pickup_contents .ttl_box .ttl {
    font-size: 3.5rem;
  }
  #pickup_contents .contents_box {
    margin-bottom: -4.6875vw;
  }
  #pickup_contents .pickup_box {
    width: 100%;
    margin-bottom: 4.6875vw;
  }
  #pickup_contents .pickup_box .img_area {
    max-width: 700px;
    width: 58.33333%;
  }
  #pickup_contents .pickup_box .txt_area {
    max-width: 500px;
    width: 41.66667%;
    padding: 0 2.92969vw;
  }
  #pickup_contents .pickup_box .txt_area .sub_ttl {
    margin-bottom: 1.5625vw;
  }
  #pickup_contents .pickup_box .txt_area .sub_ttl .ttl {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #pickup_contents .pickup_box .txt_area p {
    margin-bottom: 3.125vw;
    font-size: 1.3rem;
  }
  #pickup_contents .reverse {
    flex-flow: row-reverse nowrap;
  }
  #pickup_contents .reverse .txt_area {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  #pickup_contents {
    padding: 40px 0 60px;
  }
  #pickup_contents:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    max-width: 453px;
    width: 58.98438%;
    height: 58.72396%;
    background: url(/admission/assets/img/top/pickup_bg02.png) no-repeat left top;
    background-size: 100% auto;
    z-index: 0;
  }
  #pickup_contents .ttl_box {
    margin-bottom: 35px;
  }
  #pickup_contents .ttl_box .ttl {
    font-size: 2.0rem;
    letter-spacing: 0.8px;
  }
  #pickup_contents .contents_box {
    margin-bottom: -40px;
  }
  #pickup_contents .pickup_box {
    flex-flow: column wrap;
    width: 100%;
    margin-bottom: 40px;
  }
  #pickup_contents .pickup_box .img_area {
    max-width: none;
    width: 100%;
  }
  #pickup_contents .pickup_box .img_area span {
    font-size: 7.42188vw;
  }
  #pickup_contents .pickup_box .txt_area {
    max-width: none;
    width: 100%;
    padding: 25px 15px 15px 15px;
  }
  #pickup_contents .pickup_box .txt_area .sub_ttl {
    margin-bottom: 15px;
  }
  #pickup_contents .pickup_box .txt_area .sub_ttl .ttl {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  #pickup_contents .pickup_box .txt_area p {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  #pickup_contents .reverse {
    flex-flow: column wrap;
  }
  #pickup_contents .reverse .img_area span {
    top: auto;
    left: 2.5vw;
  }
  #pickup_contents .reverse .txt_area {
    text-align: left;
  }
  #pickup_contents .moreBtn {
    display: block;
    margin: 0 auto;
    max-width: 185px;
    height: 31px;
    font-size: 1.3rem;
    line-height: 31px;
  }
  #pickup_contents .moreBtn:hover {
    box-shadow: none;
  }
}

#second_contents {
  background: url(/admission/assets/img/top/page_list_bg.jpg) no-repeat left bottom/cover;
  padding: 65px 0 70px;
  margin-bottom: -2px;
}

#page_list {
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 0 80px 0;
}

#page_list .cardBox {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  max-width: 572px;
  width: 47.66667%;
  margin: 0 4.16667% 20px 0;
  background: #fff;
}

#page_list .cardBox img {
  width: 100%;
}

#page_list .cardBox:nth-of-type(2n) {
  margin: 0 0 20px 0;
}

#page_list .cardBox .img_area {
  width: 100%;
}

#page_list .cardBox .txt_area {
  padding: 20px;
  width: 100%;
}

#page_list .cardBox .txt_area .page_ttl a {
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1.6;
  color: #008713;
}

#page_list .cardBox .txt_area .txt {
  font-size: 1.4rem;
  line-height: 1.57;
  color: #000000;
}

#page_list .cardBox .txt_area .moreBtn {
  display: none;
}

#sns_contents {
  max-width: 968px;
  width: 100%;
  margin: 0 auto 55px;
  padding: 35px 0;
  background: rgba(255, 255, 255, 0.8);
}

#sns_contents .sub_ttl {
  margin: 0 0 10px;
  text-align: center;
}

#sns_contents .sub_ttl .ttl {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.57;
  color: #000000;
}

#sns_contents .share_box {
  max-width: 894px;
  width: 89.2562%;
  margin: 0 auto 60px;
}

#sns_contents .share_box .sns_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 298px;
  width: 33.33%;
  height: 50px;
  color: #fff;
  font-size: 2.4rem;
}

#sns_contents .share_box .line {
  background: #07b53b;
}

#sns_contents .share_box .twitter {
  background: #1da1f2;
}

#sns_contents .share_box .facebook {
  background: #3b5998;
}

#sns_contents .sns_list li {
  margin-right: 60px;
}

#sns_contents .sns_list li:last-of-type {
  margin-right: 0;
}

#sns_contents .sns_list li a {
  font-size: 3.8rem;
}

#sns_contents .sns_list li .line {
  color: #07b53b;
}

#sns_contents .sns_list li .youtube {
  color: #ff0000;
}

#sns_contents .sns_list li .twitter {
  color: #1da1f2;
}

#sns_contents .sns_list li .insta {
  color: #000;
}

#sns_contents .sns_list li .facebook {
  color: #3b5998;
}

#contact_box {
  text-align: center;
}

#contact_box .ttl_box {
  margin-bottom: 30px;
}

#contact_box .ttl_box .ttl {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

#contact_box .btn_list {
  margin-right: -20px;
}

#contact_box .btn_list .contactBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  margin-right: 20px;
  opacity: 0.8;
  width: 280px;
  height: 62px;
  border-radius: 40px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.66;
  color: #000000;
  transition: all 0.5s;
}

#contact_box .btn_list .contactBtn .fas {
  padding-right: 5px;
  font-size: 1.8rem;
}

#contact_box .btn_list .contactBtn:hover {
  background: white;
}

@media screen and (max-width: 960px) {
  #second_contents {
    background: url(/admission/assets/img/top/page_list_bg.jpg) no-repeat left bottom/cover;
    padding: 6.77083vw 0 7.29167vw;
    margin-bottom: -2px;
  }
  #page_list {
    margin: 0 0 8.33333vw 0;
  }
  #page_list .cardBox {
    max-width: 572px;
    width: 47.66667%;
    margin: 0 4.16667% 2.08333vw 0;
  }
  #page_list .cardBox:nth-of-type(2n) {
    margin: 0 0 2.08333vw 0;
  }
  #page_list .cardBox .txt_area {
    padding: 20px;
  }
  #page_list .cardBox .txt_area .page_ttl a {
    font-size: 2.0rem;
  }
  #page_list .cardBox .txt_area .txt {
    font-size: 1.4rem;
  }
  #sns_contents {
    max-width: 968px;
    width: 90%;
    margin: 0 auto 5.72917vw;
    padding: 3.64583vw 0;
    background: rgba(255, 255, 255, 0.8);
  }
  #sns_contents .share_box {
    max-width: 894px;
    width: 89.2562%;
    margin: 0 auto 6.25vw;
  }
  #sns_contents .share_box .sns_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 298px;
    width: 33.33%;
    height: 50px;
    color: #fff;
    font-size: 2.4rem;
  }
  #sns_contents .share_box .line {
    background: #07b53b;
  }
  #sns_contents .share_box .twitter {
    background: #1da1f2;
  }
  #sns_contents .share_box .facebook {
    background: #3b5998;
  }
  #sns_contents .sns_list {
    width: 100%;
  }
  #sns_contents .sns_list li {
    margin-right: 60px;
  }
  #sns_contents .sns_list li a {
    font-size: 3.8rem;
  }
  #sns_contents .sns_list li .line {
    color: #07b53b;
  }
  #sns_contents .sns_list li .youtube {
    color: #ff0000;
  }
  #sns_contents .sns_list li .twitter {
    color: #1da1f2;
  }
  #sns_contents .sns_list li .insta {
    color: #000;
  }
  #sns_contents .sns_list li .facebook {
    color: #3b5998;
  }
  #contact_box {
    text-align: center;
  }
  #contact_box .ttl_box {
    margin-bottom: 30px;
  }
  #contact_box .ttl_box .ttl {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.56;
    letter-spacing: 0.1em;
    color: #FFFFFF;
  }
  #contact_box .btn_list {
    margin-right: -20px;
  }
  #contact_box .btn_list .contactBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    margin-right: 20px;
    opacity: 0.8;
    width: 280px;
    height: 62px;
    border-radius: 40px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.66;
    color: #000000;
    transition: all 0.5s;
  }
  #contact_box .btn_list .contactBtn .fas {
    padding-right: 5px;
    font-size: 1.8rem;
  }
  #contact_box .btn_list .contactBtn:hover {
    background: white;
  }
}

@media screen and (max-width: 768px) {
  #second_contents {
    background: url(/admission/assets/img/top/page_list_bg.jpg) no-repeat left bottom/100% auto;
    padding: 50px 0 70px;
    margin-bottom: -2px;
  }
  #page_list {
    flex-flow: column wrap;
    margin: 0 0 10px 0;
  }
  #page_list .cardBox {
    max-width: 572px;
    width: 100%;
    margin: 0 auto 40px;
  }
  #page_list .cardBox:nth-of-type(2n) {
    margin: 0 auto 40px;
  }
  #page_list .cardBox .txt_area {
    padding: 10px 30px 0;
  }
  #page_list .cardBox .txt_area .page_ttl a {
    font-size: 1.5rem;
  }
  #page_list .cardBox .txt_area .txt {
    font-size: 1.3rem;
  }
  #page_list .cardBox .txt_area .moreBtn {
    display: block;
    margin: 25px auto 0;
    max-width: 185px;
    width: 100%;
    height: 31px;
    font-size: 1.3rem;
    line-height: 31px;
  }
  #page_list .cardBox .txt_area .moreBtn:hover {
    box-shadow: none;
  }
  #sns_contents {
    max-width: none;
    width: 100%;
    margin: 0 auto 50px;
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  #sns_contents .share_box {
    max-width: none;
    width: 100%;
    margin: 0 auto 15px;
  }
  #sns_contents .share_box .sns_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 298px;
    width: 33.33%;
    height: 50px;
    color: #fff;
    font-size: 2.4rem;
  }
  #sns_contents .share_box .line {
    background: #07b53b;
  }
  #sns_contents .share_box .twitter {
    background: #1da1f2;
  }
  #sns_contents .share_box .facebook {
    background: #3b5998;
  }
  #sns_contents .sns_list li {
    margin-right: 30px;
  }
  #sns_contents .sns_list li a {
    font-size: 3.0rem;
  }
  #contact_box .ttl_box {
    margin-bottom: 30px;
  }
  #contact_box .ttl_box .ttl {
    font-size: 1.6rem;
    line-height: 1.56;
    letter-spacing: 0.1em;
    color: #000;
  }
  #contact_box .btn_list {
    margin-right: 0px;
    margin-bottom: -15px;
    flex-flow: column wrap;
  }
  #contact_box .btn_list .contactBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    margin-right: 0px;
    margin-bottom: 15px;
    opacity: 0.8;
    max-width: 280px;
    width: 100%;
    height: 62px;
    border-radius: 40px;
    border: 1px solid #000;
    font-size: 1.5rem;
  }
  #contact_box .btn_list .contactBtn .fas {
    padding-right: 10px;
    font-size: 1.7rem;
  }
}

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