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

main.top section {
  overflow: hidden;
}

main.top #mission {
  padding-top: 100px;
  padding-bottom: 100px;
}

main.top #mission:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 65vw;
  height: 100%;
  right: 0;
  background-color: #eef4fa;
}

main.top #mission .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

main.top #mission .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.top #mission .item-text[data-emergence="visible"] {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

main.top #mission .item-text > .img {
  display: none;
}

main.top #mission .item-text .text {
  font-size: 16px;
  font-size: 1.1428571429rem;
  color: #5a5a5a;
}

main.top #mission .item-text .text:not(:last-child) {
  margin-bottom: 30px;
}

main.top #mission .item-text .text strong {
  font-weight: bold;
}

main.top #mission .item-img {
  line-height: 0;
  margin-right: -240px;
}

main.top #mission .item-img img {
  position: relative;
  top: 50px;
}

main.top #information {
  padding-bottom: 100px;
}

main.top #information:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 65vw;
  height: 100%;
  right: 0;
  background-color: #eef4fa;
}

main.top #information .content {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

main.top #information .content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 160px);
  height: 100%;
  background: #fff;
}

main.top #information .content > * {
  position: relative;
}

main.top #information .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 35px;
}

main.top #information .tabs li {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.top #information .tabs li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  color: #222222;
  padding-bottom: 10px;
  border-bottom: 2px solid #e7eaee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  line-height: 1.5;
  text-align: center;
}

main.top #information .tabs li a:hover {
  color: #00a040;
  text-decoration: none;
}

main.top #information .tabs li.current a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  bottom: 0;
  background: #00a040;
}

main.top #information .tab-content .tab {
  display: none;
}

main.top #information .tab-content .tab.current {
  display: block;
}

main.top #search {
  padding-bottom: 100px;
}

main.top #search:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 65vw;
  height: 100%;
  right: 0;
  background-color: #eef4fa;
}

main.top #search .bg {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: calc(100% - 160px);
  height: calc(100% - 100px);
  right: 0;
  overflow: hidden;
}

main.top #search .bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  background: url(../img/top/bg-search.jpg) no-repeat center/cover;
}

main.top #search .content {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

main.top #search .heading-lv01 {
  color: #fff;
}

main.top #search .search-list {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

main.top #search .search-list:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #fff;
}

main.top #search .search-list dl {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 30px;
  border-bottom: 1px solid #d6dee0;
}

main.top #search .search-list dl:nth-child(odd) {
  border-right: 1px solid #d6dee0;
}

main.top #search .search-list dl dt {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  color: #222222;
  margin-bottom: 20px;
}

main.top #search .search-list dl dt span {
  font-size: 20px;
  font-size: 1.4285714286rem;
}

main.top #search .search-list dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.top #search .search-list dl dd a {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #222222;
}

main.top #search .search-list dl dd a:hover {
  text-decoration: none;
  color: #00a040;
}

main.top #search .search-list dl dd a:hover span:nth-child(1) {
  background-color: #00ba4a;
}

main.top #search .search-list dl dd a:not(:last-child) {
  margin-right: 10px;
}

main.top #search .search-list dl dd a span:nth-child(1) {
  background: #00a040;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 90px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.top #search .search-list dl dd a span:nth-child(1) img {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

main.top #works {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/common/bg-dot.jpg);
  border-top: 1px solid #eef4fa;
  border-bottom: 1px solid #eef4fa;
}

main.top #works .slides {
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
}

main.top #works .slides:not(:last-child) {
  margin-bottom: 55px;
}

main.top #works .slides .slick-track li {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

main.top #works .slides .slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 3;
  margin-top: -30px;
}

main.top #works .slides .slick-arrow:before {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  background: #fff url(../img/common/arrow-slide_green.svg) no-repeat center;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.top #works .slides .slick-arrow:hover:before {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

main.top #works .slides .slick-prev {
  left: -10px;
}

main.top #works .slides .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main.top #works .slides .slick-next {
  right: -10px;
}

main.top #works .slides .item-img {
  line-height: 0;
  margin-bottom: 20px;
}

main.top #works .slides .item-img img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  aspect-ratio: 235/162;
  object-fit: cover;
  width: 100%;
}

main.top #works .slides .item-text {
  line-height: 1.6;
}

main.top #works .slides .item-text .sub {
  color: #999999;
  font-size: 12px;
  font-size: 0.8571428571rem;
  margin-bottom: 5px;
}

main.top #works .slides .item-text .name a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

main.top #works .slides .item-text .name a:hover {
  text-decoration: none;
  color: #00a040;
}

main.top #movie {
  padding-top: 100px;
}

main.top .movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -35px;
  position: relative;
}

main.top .movie-list:not(:last-child) {
  margin-bottom: 15px;
}

main.top .movie-list li {
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 35px;
  position: relative;
}

main.top .movie-list li > a {
  display: block;
}

main.top .movie-list li > a:hover {
  text-decoration: none;
}

main.top .movie-list li > a:hover .item-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main.top .movie-list li > a:hover .item-text {
  text-decoration: underline;
}

main.top .movie-list .item-img {
  line-height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

main.top .movie-list .item-img img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.8s all ease;
  -moz-transition: 0.8s all ease;
  -ms-transition: 0.8s all ease;
  -o-transition: 0.8s all ease;
  transition: 0.8s all ease;
}

main.top .movie-list .item-img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-youtube.svg) no-repeat center/42px auto;
}

main.top .movie-list .item-text {
  line-height: 1.6;
}

main.top .movie-list .item-text time {
  color: #999999;
  font-size: 12px;
  font-size: 0.8571428571rem;
  margin-bottom: 5px;
  display: block;
}

main.top .movie-list .item-text .title a {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

main.top .movie-list .item-text .title a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

main.top .movie-list .item-text .title a:hover {
  text-decoration: none;
  color: #00a040;
}

main.top .event-list:before,
main.top .event-list:after {
  background: #fff;
  z-index: 2;
  pointer-events: none;
}

main.top .event-list:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  right: -20px;
}

main.top .event-list:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 35px;
}

main.top .event-list li {
  padding-bottom: 35px;
}

main.top .event-list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: calc(100% + 20px);
  height: 1px;
  bottom: 0;
  background: #e7eaee;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  /* main top
------------------------------------------------------------*/
  main.top #mission {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  main.top #mission .item-img {
    margin-right: -30px;
    width: 50%;
  }
  main.top #mission .item-img img {
    top: 20px;
  }
  main.top #search .bg {
    width: calc(100% - 80px);
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main top
------------------------------------------------------------*/
  main.top {
    margin-top: 65px;
    padding-top: 0;
    padding-bottom: 50px;
  }
  main.top #mission {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main.top #mission:before {
    width: 90vw;
  }
  main.top #mission .content {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.top #mission .item-text {
    width: auto;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.top #mission .item-text[data-emergence="visible"] {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  main.top #mission .item-text .heading-lv01 {
    text-align: center;
  }
  main.top #mission .item-text > .img {
    display: block;
    text-align: center;
    margin-bottom: -40px;
  }
  main.top #mission .item-text .text {
    text-align: left;
    font-size: 14px;
    font-size: 1rem;
  }
  main.top #mission .item-text .text:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #mission .item-text .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.top #mission .item-img {
    line-height: 0;
    margin-right: -20px;
    display: none;
  }
  main.top #mission .item-img img {
    top: 30px;
  }
  main.top #information {
    padding-bottom: 50px;
  }
  main.top #information:before {
    width: 90vw;
  }
  main.top #information .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main.top #information .content:before {
    width: calc(100% + 40px);
  }
  main.top #information .tabs {
    margin-bottom: 25px;
  }
  main.top #information .tabs li {
    width: auto;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.top #information .tabs li a {
    font-size: 14px;
    font-size: 1rem;
    font-weight: normal;
  }
  main.top #search {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main.top #search:before {
    width: 90vw;
  }
  main.top #search .bg {
    width: 100%;
    height: calc(100% - 30px);
  }
  main.top #search .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  main.top #search .search-list {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.top #search .search-list:after {
    display: none;
  }
  main.top #search .search-list dl {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #d6dee0;
  }
  main.top #search .search-list dl:last-child {
    border-bottom: none;
  }
  main.top #search .search-list dl:nth-child(odd) {
    border-right: none;
  }
  main.top #search .search-list dl dt {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  main.top #search .search-list dl dt span {
    font-size: 17px;
    font-size: 1.2142857143rem;
  }
  main.top #search .search-list dl dd a:not(:last-child) {
    margin-right: 5px;
  }
  main.top #search .search-list dl dd a span:nth-child(1) {
    height: 70px;
    margin-bottom: 5px;
  }
  main.top #search .search-list dl dd a span:nth-child(1) img {
    max-height: 40px;
    width: auto;
  }
  main.top #search .search-list dl dd a span:nth-child(2) {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
}

@media screen and (max-width: 700px) and (max-width: 360px) {
  main.top #search .search-list dl dd a span:nth-child(2) br {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  main.top #works {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: none;
    border-bottom: none;
  }
  main.top #works .slides {
    margin-left: -5px;
    margin-right: -5px;
  }
  main.top #works .slides:not(:last-child) {
    margin-bottom: 35px;
  }
  main.top #works .slides .slick-track li {
    margin-left: 5px;
    margin-right: 5px;
  }
  main.top #works .slides .slick-arrow {
    width: 30px;
    height: 30px;
    z-index: 3;
    margin-top: -40px;
  }
  main.top #works .slides .slick-arrow:before {
    background-size: 7px auto;
  }
  main.top #works .slides .slick-arrow:hover:before {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }
  main.top #works .slides .slick-prev {
    left: -10px;
  }
  main.top #works .slides .slick-prev:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  main.top #works .slides .slick-next {
    right: -10px;
  }
  main.top #works .slides .item-img {
    line-height: 0;
    margin-bottom: 20px;
  }
  main.top #works .slides .item-img img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  main.top #works .slides .item-text {
    line-height: 1.6;
  }
  main.top #works .slides .item-text .sub {
    color: #999999;
    font-size: 12px;
    font-size: 0.8571428571rem;
    margin-bottom: 5px;
  }
  main.top #works .slides .item-text .name a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  main.top #works .slides .item-text .name a:hover {
    text-decoration: none;
    color: #00a040;
  }
  main.top #movie {
    padding-top: 50px;
  }
  main.top .movie-list {
    margin-bottom: -30px;
    position: relative;
  }
  main.top .movie-list:not(:last-child) {
    margin-bottom: 10px;
  }
  main.top .movie-list li {
    width: calc(33.3333% - 20px);
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 700px) and (max-width: 560px) {
  main.top .movie-list li {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 700px) {
  main.top .movie-list .item-img {
    margin-bottom: 10px;
  }
  main.top .event-list:before {
    bottom: 20px;
  }
  main.top .event-list li {
    padding-bottom: 20px;
  }
  main.top .event-list li:after {
    display: none;
  }
}
