@charset "UTF-8";
/* divideContents */
/* Updated 2025/04/01.T */

/*-------------------------------------
Cmn
-------------------------------------*/

.content-block01 > .inner {
  max-width: 934px;
  margin: 0 auto;
}
.content-block01 .explain {
  font-size: 1.4rem;
  line-height: 2.4;
}
.content-block01 .explain > .readmore {
  text-align: right;
}
.readmore > .link {
  color: #14703F;
  font-size: 1.4rem;
  text-decoration: none;
}
.readmore > .link.-arrow > .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.readmore > .link.-arrow > .inner::after {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  background: #14703F url("/cmn/img/ico_arrow_right_01.svg") no-repeat center center;
  margin-left: 23px;
  border-radius: 50%;
  transition-duration: .3s;
}

/* PC Only */
@media screen and (min-width: 768px) {
  .content-block01 > .inner {
    display: flex;
    align-items: flex-start;
  }
  .content-block01 > .inner > .text {
    display: flex;
    flex: 1;
  }
  .content-block01 .ttl-img01 {
    flex-shrink: 0;
  }
  .content-block01 .explain {
    padding-top: 145px;
    flex: 1;
  }
  .content-block01 > .inner > .img {
    max-width: 437px;
  }
  .content-block01.-reverse > .inner {
    flex-flow: row-reverse wrap;
    position: relative;
    left: -65px;
  }
  .content-block01.-reverse > .inner > .text {
    flex-flow: row-reverse wrap;
  }
  .content-block01.-reverse .explain {
    padding-top: 145px;
  }
  .content-block01 .explain > p {
    max-width: 233px;
  }
  .content-block01 .explain > .readmore {
    margin-top: 30px;
  }
  .readmore > .link.-arrow > .inner::after {
    transition-duration: .3s;
  }
  .readmore > .link.-arrow:hover > .inner::after {
    background: #C4D700 url("/cmn/img/ico_arrow_right_02.svg") no-repeat center center;
  }
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .content-block01 > .inner {
    display: flex;
    flex-flow: column wrap;
    padding: 0 24px;
  }
  .content-block01 .ttl-img01 .lazyloaded {
    width: auto;
    height: 37px;
  }
  .content-block01 .text > .img,
  .content-block01 .explain {
    margin-top: 24px;
    padding: 0 16px;
  }
  .content-block01 .text > .img ._trim {
    display: block;
    width: 100%;
    max-height: 364px;
    overflow: hidden;
    border-radius: 16px;
  }
  .content-block01 .text > .img ._trim > img {
    width: 100%;
  }
  .content-block01 .explain > .readmore {
    margin-top: 24px;
  }
  .readmore > .link.-arrow > .inner::after {
    width: 60px;
    height: 60px;
  }
}


/*-------------------------------------
info-area
-------------------------------------*/

.info-area > .inner {
  padding: 40px;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .info-area > .inner {
    padding: 0 24px 60px;
  }
}

/*-------------------------------------
introduction
-------------------------------------*/

.introduction.lazyloaded {
  background: url("/img/index_bg_01.jpg") no-repeat 0 0;
  background-size: cover;
}
.introduction > .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 124px 0;
  position: relative;
}
.introduction .text-lead01 {
  margin-top: 24px;
  color: #FFF;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
/* PC Only */
@media screen and (min-width: 768px) {
  .introduction > .inner {
    padding-left: 140px;
  }
  .introduction .img01 {
    position: absolute;
    right: 0;
    top: 76px;
  }
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .introduction.lazyloaded {
    background: url("/img/index_bg_01_sp.jpg") no-repeat 0 0;
    background-size: cover;
  }
  .introduction > .inner {
    padding: 64px 40px 0;
  }
  .introduction .ttl-img01 > .img {
    width: 160px;
    height: auto;
  }
  .introduction .text-lead01 {
    margin-top: 16px;
    font-size: 1.4rem;
  }
  .introduction .img01 {
    margin: 0 -16px;
    text-align: center;
    position: relative;
    bottom: -30px;
  }
  .introduction .img01 img {
    width: 571px;
  }
}

/*-------------------------------------
aboutus
-------------------------------------*/

/* PC Only */
@media screen and (min-width: 768px) {
  .aboutus {
    padding-top: 272px;
  }
  .aboutus .ttl-img01 {
    width: 138px;
    max-width: 100%;
  }
  .aboutus .explain {
    padding-top: 74px;
  }
  .aboutus > .inner > .img {
    margin-left: 94px;
  }
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .aboutus {
    padding-top: 200px;
  }
}

/*-------------------------------------
grants
-------------------------------------*/

/* PC Only */
@media screen and (min-width: 768px) {
  .grants {
    padding-top: 146px;
  }
  .grants .ttl-img01 {
    margin-left: 120px;
  }
  .grants > .inner > .img {
    margin-right: 84px;
  }
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .grants {
    padding-top: 80px;
  }
}

/*-------------------------------------
information
-------------------------------------*/

/* PC Only */
@media screen and (min-width: 768px) {
  .information {
    padding-top: 146px;
  }
  .information .ttl-img01 {
    width: 138px;
    max-width: 100%;
  }
  .information > .inner > .img {
    margin-left: 94px;
  }
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .information {
    padding-top: 80px;
  }
}


/*-------------------------------------
news
-------------------------------------*/

.news > .inner {
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 24px;
}
.news-list > .item {
  padding: 30px 0;
  border-bottom: 1px solid #D3DBE0;
}
.info-dl > .dt {
  display: flex;
  align-items: center;
}
.info-dl > .dt .date {
  font-family: Montserrat;
  color: #989898;
  font-size: 1.2rem;
  font-weight: bold;
}
.info-dl > .dd {
  line-height: 1.5;
}
.news-box .readmore {
  margin-top: 24px;
}

/* PC Only */
@media screen and (min-width: 768px) {
  .news {
    padding-top: 120px;
  }
  .news > .inner {
    display: flex;
    justify-content: space-between;
  }
  .news-box {
    width: 760px;
    max-width: 100%;
  }
  .info-dl {
    display: flex;
  }
  .info-dl > .dt {
    justify-content: space-between;
    width: 180px;
    flex-shrink: 0;
  }
  .info-dl > .dd {
    padding-left: 16px;
  }
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .news {
    padding-top: 80px;
  }
  .news .ttl-img01 > .img {
    width: 128px;
    height: auto;
  }
  .info-dl > .dt .date {
    margin-right: 16px;
  }
  .info-dl > .dd {
    padding-top: 16px;
  }
}

/*-------------------------------------
KV
-------------------------------------*/

#top-keyVisual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#top-keyVisual .swiper-pagination .swiper-pagination-bullet {
  background: #FFF;
  border: 1px solid #14703F;
  opacity: 1;
}
#top-keyVisual .swiper-pagination .swiper-pagination-bullet-active {
  background: #14703F;
}
.top-kvSwiper {
  width: 100%;
  overflow: hidden;
}
.top-kvSwiper .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.top-kvCopy > .inner img {
  position: relative;
  z-index: 10;
}

/* PC Only */
@media screen and (min-width: 768px) {
  .top-kvCopy {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-right: 17.2vw;
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
  }
  .top-kvCopy > .inner {
    width: 393px;
    height: 100%;
    padding: 220px 80px 0;
    background: #FFF;
    position: relative;
  }
  .top-kvSwiper {
    height: 880px;
  }
  .top-kvSwiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(.65,.05,.36,1);
  }
  .top-kvSwiper .swiper-slide {
    width: calc(56vw);
    height: 880px;
    position: relative;
  }
  .top-kvSwiper .swiper-slide img {
    display: block;
    width: 56vw;
    min-width: 900px;
    max-width: none;
    height: auto;
    min-height: 880px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #top-keyVisual .swiper-pagination {
    left: 80px;
    bottom: 40px;
    text-align: left;
  }
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  #top-keyVisual {
    display: flex;
    flex-flow: column-reverse wrap;
    padding: 0 16px;
  }
  .top-kvCopy {
    padding: 40px 16px 148px;
    position: relative;
  }
  .top-kvCopy > .inner {
    text-align: center;
  }
  #top-keyVisual .swiper-pagination {
    bottom: 60px;
  }
}

/*-------------------------------------
ico
-------------------------------------*/

[class*="deco"] {
  position: relative;
}
[class*="deco"]::before,
[class*="deco"]::after {
  position: absolute;
}
/* PC Only */
@media screen and (min-width: 768px) {
  .deco01.lazyloaded::before {
    content: "";
    display: block;
    width: 960px;
    height: 696px;
    background: url("/img/index_ico_01.png") no-repeat 0 0;
    background-size: contain;
    top: 0;
    right: 0;
    z-index: 9;
  }
  .deco02.lazyloaded::before {
    content: "";
    display: block;
    width: 444px;
    height: 507px;
    background: url("/img/index_ico_02.png") no-repeat 0 0;
    background-size: contain;
    top: -106px;
    right: 0;
  }
  .deco03.lazyloaded::before {
    content: "";
    display: block;
    width: 1174px;
    height: 759px;
    background: url("/img/index_ico_03.png") no-repeat 0 0;
    background-size: contain;
    top: 80px;
    left: 0;
    z-index: -1;
  }
  .deco04.lazyloaded::before {
    content: "";
    display: block;
    width: 842px;
    height: 746px;
    background: url("/img/index_ico_04.png") no-repeat 0 0;
    background-size: contain;
    top: 24px;
    left: -16px;
  }
  .deco05.lazyloaded::before {
    content: "";
    display: block;
    width: 929px;
    height: 593px;
    background: url("/img/index_ico_05.png") no-repeat 0 0;
    background-size: contain;
    top: 82px;
    left: 232px;
    z-index: -1;
  }
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .deco01.lazyloaded::before {
    content: "";
    display: block;
    width: 100%;
    height: 138.13vw;
    max-height: 1036px;
    background: url("/img/index_ico_01_sp.png") no-repeat 0 0;
    background-size: 100% auto;
    top: 78px;
    left: 0;
    z-index: 9;
  }
  .deco02.lazyloaded::before {
    content: "";
    display: block;
    width: 100%;
    height: 39.5%;
    max-height: 1037px;
    background: url("/img/index_ico_02_sp.png") no-repeat right bottom;
    background-size: contain;
    bottom: 30px;
    right: 0;
  }
  .deco03.lazyloaded::before {
    content: "";
    display: block;
    width: 100%;
    height: 100vw;
    max-height: 1037px;
    background: url("/img/index_ico_03_sp.png") no-repeat 0 0;
    background-size: 100% auto;
    top: 80px;
    left: 0;
    z-index: -1;
  }
  .deco04.lazyloaded::before {
    content: "";
    display: block;
    width: 100%;
    height: 119.87vw;
    max-height: 899px;
    background: url("/img/index_ico_04_sp.png") no-repeat 0 0;
    background-size: 100% auto;
    top: 84px;
    left: 0;
    z-index: -1;
  }
  .deco05.lazyloaded::before {
    content: "";
    display: block;
    width: 79.2vw;
    height: 89.71%;
    max-height: 836px;
    background: url("/img/index_ico_05_sp.png") no-repeat 0 0;
    background-size: contain;
    top: 20px;
    left: 0;
    z-index: -1;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 400.98px) {
  .deco03::before {
    height: 138.13vw;
  }
}