@charset "UTF-8";
/***
*	背景
*/
section.bg {
  background: rgba(255, 255, 255, 0.9);
}

.wholewrapper .main {
  padding-bottom: 0;
}

.footer {
  margin-top: 0;
  position: static;
}

.movie {
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.movie iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .movie iframe {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .movie {
    background: url(../media/images/top/sp_index.jpg) no-repeat center center;
    background-size: cover;
    height: 500px !important;
    position: absolute;
    top: 55px;
  }
}
.movie_overlay {
  background: url(../media/images/top/bg_dot.png) center center, url(../media/images/top/img_symbol.svg) no-repeat bottom right;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  		/*
  		&::after {
  		opacity: 0;
  		transition-duration: .3s;
  	}
  
  		&.active {
  		&::after {
  		content: url(../media/images/top/icon_scroll.svg);
  		margin: auto;
  		opacity: 1;
  		position: absolute;
  		right: 0;
  		left: 0;
  		bottom: 20px;
  		transition-duration: .3s;
  		width: 22px;
  		z-index: 100;
  	}
  		@include media(sp) {
  		&::after {
  		display: none;	
  	}
  	}
  	}
  		*/
}
@media screen and (max-width: 767px) {
  .movie_overlay {
    background: url(../media/images/top/bg_tile_sp.png) center center, url(../media/images/top/img_symbol.svg) no-repeat bottom right;
    background-size: auto, 190px auto;
    height: 500px;
    position: absolute;
    top: 55px;
  }
}
.movie_overlay .news_btn {
  opacity: 0;
  transition-duration: .3s;
}
.movie_overlay.active .news_btn {
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 44px;
  left: 0;
  bottom: 20px;
  transition-duration: .3s;
  width: 44px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .movie_overlay.active .news_btn {
    display: none;
  }
}

/***
*	リード
*/
.lead {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100vh;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lead {
    align-items: flex-end;
    height: 500px;
    justify-content: flex-end;
    position: relative;
    z-index: 30;
  }
}
@media screen and (max-width: 767px) {
  .lead img {
    margin-right: 5%;
    margin-bottom: 110px;
    max-width: 340px;
    width: 65%;
  }
}

/***
*	SP ONLY CONTENTS
*/
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
.sp_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  list-style: none;
  margin: auto;
  padding: 0;
}
.sp_top li {
  background: linear-gradient(#a9c3d1 0%, #a9c3d1 50%, #93b4c5 51%);
  border-top: 1px solid #fff;
  box-sizing: border-box;
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.sp_top li:nth-child(even) {
  border-left: 1px solid #fff;
}
.sp_top li:nth-child(5) {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  text-align: center;
}
.sp_top a {
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 36px 15px;
  position: relative;
}
.sp_top a::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  margin: auto;
  position: absolute;
  right: 15px;
}
.sp_bottom {
  list-style: none;
  margin: auto;
  padding: 0;
}
.sp_bottom li {
  background-color: #000;
  border-top: 1px solid #555;
  box-sizing: border-box;
}
.sp_bottom a {
  box-sizing: border-box;
  color: #fff;
  display: block;
  padding: 15px;
}
.sp_bottom a::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  margin: auto;
  position: absolute;
  right: 15px;
}

/***
*	CONTENTS
*/
h2 {
  box-sizing: border-box;
  font-size: 30px;
  font-weight: normal;
  margin: 0 auto 60px;
  padding-top: 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 50px;
    padding-top: 50px;
  }
}

.more {
  box-sizing: border-box;
  padding: 0 6%;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  line-height: 1;
  padding: 10px 3%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .more {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .more {
    padding: 10px 3%;
  }
}
.more p {
  margin: auto;
}
.more a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
}
.more a::after {
  content: url(../media/images/top/icon_plus.svg);
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
}
.more a:hover {
  text-decoration: underline;
}
.more.list {
  text-align: left;
}
.more.list a::after {
  content: url(../media/images/top/icon_chevron_gr.svg);
}

.news {
  box-sizing: border-box;
  list-style: none;
  margin: auto;
  padding: 0;
}
.news li {
  box-sizing: border-box;
  padding: 0 6%;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news li {
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  .news li {
    padding: 10px 3%;
  }
}
.news a {
  color: #000;
  display: block;
}
.news p {
  box-sizing: border-box;
  margin: 15px auto 0;
  padding-left: 45px;
}
.news p.type-4 a:hover {
  text-decoration: none;
  cursor: text;
}
.news p.news_title {
  background: url(../media/images/top/icon_news.svg) no-repeat left top;
  font-size: 16px;
  margin: auto;
}
.news p.news_title span {
  display: block;
  font-size: 11px;
}

/************
* 英語版
************/
body.en .sp_top a {
  padding-right: 36px;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  justify-content: center;
  height: 100%;
}
body.en .sp_top a::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.en section h2 {
  font-size: 24px;
  letter-spacing: 0.5em;
  line-height: 1;
}
body.en section.bg,
body.en .footer {
  background: rgba(238, 238, 238, 0.9);
}
body.en section.sitemap ul.menu {
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 6%;
  padding-left: 6%;
}
@media screen and (max-width: 767px) {
  body.en section.sitemap ul.menu {
    display: block;
    padding-right: 3%;
    padding-left: 3%;
  }
}
body.en section.sitemap ul.menu > li {
  box-sizing: border-box;
  flex-basis: 50%;
  padding: 0 10px;
}
body.en section.sitemap ul.menu .menu_title {
  background: #eee;
  box-sizing: border-box;
  color: #000;
  display: block;
  margin: 3px auto;
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  body.en section.sitemap ul.menu .menu_title {
    background: #e1e1e1;
  }
}
body.en section.sitemap ul.menu ul {
  box-sizing: border-box;
  list-style: none;
  margin: auto;
  padding: 5px;
}
body.en section.sitemap ul.menu ul li {
  box-sizing: border-box;
  margin-bottom: 3px;
  padding-left: 1em;
  text-indent: -1em;
}
body.en section.sitemap ul.menu ul a {
  color: #000;
}

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