@charset "UTF-8";


/* ==========================================

  common section

========================================== */

.mainContents {
  padding-top: 60px;
}

.cmn-btn {
  width: 100%;
  max-width: 300px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  font-weight: 900;
}
.cmn-btn a,
.cmn-btn .a {
  width: 100%;
  height: 100%;
  border: 7px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background .2s;
}
.cmn-btn .icon-arw {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/icon_arw_circle.png") no-repeat center center / 100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.cmn-btn a:hover,
a:hover .cmn-btn .a {
  color: #fff;
  background: #20b08c;
}

.cmn-btn-wht a,
.cmn-btn-wht .a {
  border-color: #fff;
  color: #fff;
}
.cmn-btn-wht .icon-arw {
  background-image: url("../img/icon_arw_circle_wht.png");
}
.cmn-btn-wht a:hover,
a:hover .cmn-btn-wht .a {
  background-color: #fff;
  color: #13796E;
}
.cmn-btn-wht a:hover .icon-arw,
a:hover .cmn-btn-wht .icon-arw {
  background-image: url("../img/icon_arw_circle_grn.png");
}

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


}

/* ==========================================

  home

========================================== */

.home-mv {
  height: calc(100vh - 6rem);
  min-height: calc( max(100vh - 6rem, 768px));
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media only screen and (max-height: 720px) {
  .home-mv {
    /* height: auto; */
  }
}

.home-mv__bg-img {
  opacity: 0;
  width: 100%;
  height: 100%;
  background: url("../img/mv_img_about.jpg") no-repeat center center / cover;
  transition: opacity .4s;
  position: absolute;
  left: 0;
  top: 0;
}
.home-mv.is-active .home-mv__bg-img {
  opacity: 1;
}
.home-mv__bg-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #16A393, #137C70);
  background: -webkit-linear-gradient(-45deg, #16A393, #137C70);
  background: -moz-linear-gradient(-45deg, #16A393, #137C70);
  opacity: 0.56;
  position: absolute;
  left: 0;
  top: 0;
}
.home-mv__inner {
  height: 100%;
}
.home-mv__contnets {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.home-mv__catch {
  color: #fff;
}
.home-mv__title {
  font-size: 11.2rem;
  font-size: calc(11.2rem * 1.3);
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
.home-mv__title .and {
  font-size: 93%;
  line-height: 1.1;
  display: inline-block;
  width: 84px;
}
.home-mv__title .and img {
  vertical-align: middle;
}
.home-mv__text {
  margin-top: 2rem;
  font-size: 2.7rem;
  font-weight: 900;
  text-align: center;
}
.home-mv__btn-about.cmn-btn {
  margin-top: 3rem;
}
.home-mv__blog-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20.9rem;
  height: 20.9rem;
  transform: translate(100%, 40%);
}
@media (max-width: 767px) {
  .home-mv__blog-badge {
    right: 50%;
    bottom: 0;
    width: 10rem;
    height: 10rem;
    transform: translate(50%, 110%);
  }
}

.scrolldown2{
  position:absolute;
  bottom:10px;
  left:50%;
}

.scrolldown2 span{
  position: absolute;
  left:6px;
  bottom:3px;
  color: #eee;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.scrolldown2:before {
  content: "";
  position: absolute;
  bottom:0;
  left:-2px;
  width:6px;
  height:6px;
  border-radius: 50%;
  background:#eee;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
  0%{bottom: 35px;}
  100%{bottom: -3px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

.scrolldown2:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width: 2px;
  height: 38px;
  background:#fff;
}



.home-vision__movie {
  position: relative;
}
.home-vision__movie-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.home-vision__movie-info {
  text-align: center;
  color: #fff;
}
.home-vision__movie-text {
  font-size: 1.7rem;
  font-weight: bold;
}
.home-vision__movie-title {
  font-size: 5.4rem;
  font-size: calc(5.4rem * 1.3);
  line-height: 1;
  letter-spacing: 0.02em;
}
.home-vision__movie-icon {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}
.home-vision__movie-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.home-vision__movie-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.bg-anime-green .home-cmn-sec-title {
  color: #fff;
}
.home-cmn-sec-title .ja {
  font-size: 2.2rem;
  display: block;
}
.home-cmn-sec-title .en {
  font-size: 5.4rem;
  font-size: calc(5.4rem * 1.3);
  line-height: 1.3;
  letter-spacing: 0.02em;
  display: block;
  margin-top: 10px;
}


.home-news__slide .slick-list {
  overflow: visible;
}
.home-news__slide .news-box {
  padding: 0 20px;
}
.home-news__slide .news-box a {
  display: block;
  background: #fff;
  padding: 6px;
  position: relative;
  min-height: 354px;
}
.home-news__slide .news-box a::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/icon_arw_circle.png") no-repeat center center / 100% auto;
  position: absolute;
  right: 20px;
  bottom: 16px;
}
.home-news__slide .news-box-info {
  padding: 15px 15px 40px;
}
.home-news__slide .news-box-date {
  font-weight: 500;
  color: #107C70;
}
.home-news__slide .news-box-text {
  font-size: 1.4rem;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  min-height: calc(2rem * 2);
}
.home-news__slide .news-box-cat {
  background: #107C70;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 5px 10px;
  position: absolute;
  left: 6px;
  top: 6px;
  max-width: calc(100% - 60px);
}
.home-news__slide .news-box-pickup {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #E800A0;
  color: #fff;
  line-height: 1.4;
  font-size: 2rem;
  font-family: 'Bebas Neue';
  padding: 5px 10px;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 1;
}

.home-news__slide .news-box-img {
  height: 200px;
  overflow: hidden;
}
.home-news__slide .news-box-img img {
  transform: scale(1);
  transition: transform .4s;
}
.home-news__slide .news-box a:hover .news-box-img img {
  transform: scale(1.2);
}
.home-news__slide .news-box a:hover::after {
  background-image: url("../img/icon_arw_circle_hover.png");
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-slider .slick-dots {
  position: static;
  line-height: 1;
  margin-top: 30px;
}
.slick-slider .slick-dots li,
.slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
}
.slick-slider .slick-dots li {
  margin: 5px 12px;
  background: #fff;
}
.slick-slider .slick-dots .slick-active {
  background: #107C70;
}
.slick-slider .slick-dots li button:before {
  content: none;
}
.slick-slider .slick-next,
.slick-slider .slick-prev {
  width: 53px;
  height: 53px;
  text-indent: -9999px;
  background: no-repeat center center / 100% auto;
}
.slick-slider .slick-next {
  background-image: url("../img/next.png");
}
.slick-slider .slick-prev {
  background-image: url("../img/prev.png");
}
.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
  content: none;
}

@media (max-width: 767px) {
  .home-news__slide .news-box-img {
    height: auto;
    aspect-ratio: 161 / 100;
    overflow: hidden;
  }
}

.home-grants__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%;
}
.home-grants__row .box {
  width: 33.33%;
  padding: 0 2%;
}
.home-grants__row .box .box-in {
  height: 100%;
}
.home-grants__row .box a {
  display: block;
  position: relative;
  height: 100%;
}
.home-grants__row .box-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}
.home-grants__row .box .box-img {
  overflow: hidden;
  height: 100%;
}
.home-grants__row .box .box-img img {
  transform: scale(1);
  transition: transform .4s;
}
.home-grants__row .box a:hover .box-img img {
  transform: scale(1.2);
}
.home-grants__row .box-title {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.home-grants__row .box a::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/icon_arw_circle_wht.png") no-repeat center center / 100% auto;
  transition: background .2s;
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.home-grants__row .box a:hover::after {
  background-image: url("../img/icon_arw_circle_hover.png");
}
.home-grants__row .box-label {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #E800A0;
  color: #fff;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
  padding: 5px 10px;
  position: absolute;
  right: -20px;
  top: -20px;
}

.home-do__row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.home-do__bg {
  background: url("../img/bg_do.jpg?23021501") no-repeat center center / cover;
  transition: background .4s;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.home-do__row.is-hover-01 .home-do__bg {
  background-image: url("../img/bg_do_01.png");
}
.home-do__row.is-hover-02 .home-do__bg {
  background-image: url("../img/bg_do_02.png");
}
.home-do__row.is-hover-03 .home-do__bg {
  background-image: url("../img/bg_do_03.png");
}
.home-do__row .box {
  width: 33.33%;
  border: 1px solid #ddd;
}
.home-do__row .box-in {
  position: relative;
}
.home-do__row .box a {
  width: 100%;
  height: 100%;
  padding: 14%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/bg_do.jpg") no-repeat center center / cover;
  transition: background 0.2s;
}
.home-do__row .box a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .4s;
}
.home-do__row .box-icon {
  width: 70px;
  height: 70px;
  margin: auto;
  background: no-repeat center center / 100% auto;
}
.home-do__row .box-01 .box-icon {
  background-image: url("../img/icon_do_01.png");
}
.home-do__row .box-02 .box-icon {
  background-image: url("../img/icon_do_02.png?1205");
}
.home-do__row .box-03 .box-icon {
  background-image: url("../img/icon_do_03.png");
}
.home-do__row .box-title {
  font-size: 3rem;
  font-weight: bold;
  margin: 30px auto;
  text-align: center;
}
.home-do__row .box a:hover .box-btn .a {
  background: #fff;
  color: #000;
  border-color: #000;
}

/* モーダル全体の背景 */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* 背景の暗い色 */
  justify-content: center;
  align-items: center;
}

/* モーダルコンテンツ部分 */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: 800px;
  max-height: 80%;
  background-color: #fff;
}

.modal iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(120%, -20%);
  color: #fff;
  font-size: 5rem;
  font-weight: 300;
  cursor: pointer;
  line-height: 1;
}

/* サムネイル画像 */
.thumbnail {
  width: 100%;
  height: auto;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .modal-content {
    width: 90%;
  }

  .modal iframe {
    /* height: 30rem; */
  }

  .modal-close {
    transform: translate(100%, -20%);
    font-size: 2.6rem;
  }
}


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

  .home-do__row .box a:hover::before {
    opacity: 1;
  }
  .home-do__row .box a:hover {
    border: none;
    color: #fff;
  }
  .home-do__row .box-01 a:hover {
    background-image: url("../img/bg_do_01.png?23021502");
  }
  .home-do__row .box-02 a:hover {
    background-image: url("../img/bg_do_02.png?23021504");
  }
  .home-do__row .box-03 a:hover {
    background-image: url("../img/bg_do_03.png?23021506");
  }
  .home-do__row .box-01 a:hover .box-icon {
    background-image: url("../img/icon_do_01_wht.png");
  }
  .home-do__row .box-02 a:hover .box-icon {
    background-image: url("../img/icon_do_02_wht.png?1205");
  }
  .home-do__row .box-03 a:hover .box-icon {
    background-image: url("../img/icon_do_03_wht.png");
  }
  .home-do__row .box a:hover .box-btn .a {
    border-color: #fff;
  }

}


.home-bnr__row {
  display: flex;
  flex-wrap: wrap;
}
.home-bnr__row .box {
  width: 50%;
  height: 450px;
  border: 1px solid #ddd;
}
.home-bnr__row .box a {
  width: 100%;
  height: 100%;
  padding: 5% 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home-bnr__row a .box-img iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-bnr__row .box-in {
  min-width: 300px;
  position: relative;
}
.home-bnr__row .box-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .4s;
}
.home-bnr__row .box-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
}
.home-bnr__row .box-title .en {
  letter-spacing: 0;
}
.home-bnr__row a:hover .box-img {
  opacity: 1;
}
.home-bnr__row a:hover .box-title {
  color: #fff;
}
.home-bnr__row a:hover .box-btn .a {
  color: #000;
  border-color: #fff;
  background: #fff;
  transition: background .2s;
}


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

  .home-mv {
    height: calc( max(100vh - 6rem, 100vh - 80px));
    min-height: calc( max(100vh - 6rem, 800px));
    padding-top: calc( min( 4rem, 44px ) );
    padding-bottom: calc( min( 4rem, 44px ) );
  }
  .home-mv__title {
    font-size: 7.6rem;
    font-size: calc( min( 9rem, 90px ) );
    line-height: .7;
  }
  .home-mv__title .and {
    display: block;
    width: 40px;
    margin: 5px auto 15px;
  }
  .home-mv__title .and img {
    display: block;
  }
  .home-mv__title .center-text {
    display: inline-block;
    margin: 30px auto;
  }
  .home-mv__title .center-text1 {
    letter-spacing: 0.05em;
    padding-left: 0.05em;
  }
  .home-mv__text {
    margin-top: calc( min( 1.8rem, 24px ) );;
    font-size: calc( min( 1.6rem, 21px ) );
  }
  .home-mv__btn-about.cmn-btn {
    margin-top: calc( min( 2rem, 22px ) );
  }

  .home-vision__movie-text {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .home-vision__movie-title {
    font-size: 2.4rem;
    font-size: calc(2.4rem * 1.3);
  }
  .home-vision__movie-icon {
    width: 44px;
    margin-top: 15px;
  }

  .home-cmn-sec-title .ja {
    font-size: 1.6rem;
  }
  .home-cmn-sec-title .en {
    font-size: 4rem;
    font-size: calc(4rem * 1.3);
  }

  .home-news__slide .news-box-pickup {
    right: 3px;
    width: 65px;
    height: 65px;
    font-size: calc(min(1.6rem, 21px));
    line-height: 1.1;
    text-align: center;
  }
  .home-news__slide .news-box-cat {
    font-size: 1.2rem;
  }
  .home-news__slide .news-box-date {
    font-size: 1.4rem;
  }
  .home-news__slide .news-box-info {
    padding: 15px 15px 40px;
  }
  .home-news__slide .news-box a::after {
    width: 26px;
    height: 26px;
    right: 20px;
    bottom: 15px;
  }
  .slick-slider .slick-dots {
    max-width: 27rem;
    margin: 3rem auto 0;
  }
  .slick-slider .slick-dots li,
  .slick-slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .slick-slider .slick-dots li {
    /* margin: 5px 10px; */
    margin: 0.5rem 0.8rem;
  }
  .slick-slider .slick-next,
  .slick-slider .slick-prev {
    width: 26px;
    height: 26px;
    top: auto;
    bottom: -16px;
  }
  .slick-slider .slick-next {
    right: 20px;
  }
  .slick-slider .slick-prev {
    left: 20px;
  }

  .home-do__row .box {
    width: 100%;
  }
  .home-do__row .box a {
    padding: 40px;
  }
  .home-do__row .box-icon {
    width: 50px;
    height: 50px;
  }
  .home-do__row .box-title {
    font-size: 2.4rem;
    margin: 15px auto 20px;
  }

  .home-grants__row .box {
    width: 100%;
    padding: 2%;
  }
  .home-grants__row .box-label {
    padding: 0;
    font-size: 1.5rem;
    width: 65px;
    height: 65px;
    right: 0;
    top: -33px;
  }
  .home-grants__row .box-title {
    font-size: 2.4rem;
  }
  .home-grants__row .box .box-img {
    height: 50vw;
  }
  .home-grants__row .box a::after {
    width: 26px;
    height: 26px;
    right: 20px;
    bottom: 20px;
  }

  .home-bnr {
    padding: 0;
  }
  .home-bnr__row .box {
    width: 100%;
    height: auto;
  }
  .home-bnr__row .box a {
    padding: 40px;
  }

  .home-mv .js-inview_top.js-inview_view {
    top: -5.5rem;
  }
  .home-mv {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-mv__title {
    font-size: calc( min( 8.5rem, 85px ) );
    line-height: .6;
  }
  .home-mv__text {
    margin-top: calc( min( 1.8rem, 20px ) );;
    font-size: calc( min( 1.6rem, 18px ) );
  }
  .home-mv__btn-about.cmn-btn {
    margin-top: calc( min( 1.6rem, 18px ) );
    font-size: calc( min( 1.6rem, 18px ) );
    height: 60px;
    max-width: 250px;
  }
  .scrolldown2 span {
    bottom: 0;
    font-size: calc( min( 1.2rem, 14px ) );
  }
}

@media only screen and (max-width: 500px) {
  .home-mv {
    min-height: calc( max(100vh - 6rem, 700px));
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .home-mv__title .and {
    margin: 5px auto 15px;
  }
}

@media only screen and (max-width: 450px) {
  .home-mv__title {
    line-height: .6;
  }
  .home-mv__title .and {
    margin: 10px auto 20px;
  }
}

@media only screen and (max-width: 400px) {
  .home-mv {
    padding-top: calc( min( 4rem, 44px ) );
    padding-bottom: calc( min( 4rem, 44px ) );
  }
  .home-mv__title {
    line-height: .65;
  }
  .home-mv__title .and {
    margin: 5px auto 15px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 600px) and (max-aspect-ratio: 10 / 11) {
  .home-mv__title {
    font-size: calc( min( 9rem, 90px ) );
    line-height: .75;
  }
  .home-mv__title .and {
    margin: 5px auto 15px;
  }
  .home-mv__text {
    margin-top: calc( min( 1.2rem, 12px ) );
    font-size: calc( min( 1.6rem, 16px ) );
  }
  .home-mv__btn-about.cmn-btn {
    margin-top: calc( min( 1.2rem, 12px ) );
  }
  .home-mv__title .center-text {
    margin: 20px auto;
  }
}

@media only screen and (max-width: 500px) and (max-aspect-ratio: 1 / 2) {
  .home-mv__title {
    line-height: .9;
  }
  .home-mv__title .and {
    margin: 5px auto 15px;
  }
}

