#banner {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #banner {
    background: linear-gradient(to left, #1b8b4f 0%, #27a06d 50.74%, #30af83 100%);
  }
}
#banner .main_banner_video {
  width: 100%;
  position: relative;
}
#banner .main_banner_video img {
  position: absolute;
  width: 119.3rem;
  top: 16.8rem;
  left: 50%;
  transform: translateX(-50%);
}
#banner .main_banner_video video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  padding: 0;
}
#banner .banner-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16rem;
  background: #005535;
  mix-blend-mode: hard-light;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #banner .banner-bar {
    position: relative;
    left: unset;
    bottom: unset;
    padding: 2.3rem 1.6rem;
    height: auto;
  }
}
#banner .banner-bar .line1 {
  font-family: var(--bebas);
  font-weight: bold;
  font-size: 5.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #dcf2e6;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #banner .banner-bar .line1 {
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: 0.09em;
  }
}
#banner .banner-bar .line2 {
  font-family: var(--noto);
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 3.4rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #banner .banner-bar .line2 {
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    text-align: left;
    letter-spacing: 0.18em;
  }
}

#message {
  padding-top: 12rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #message {
    padding-top: 4rem;
  }
}
#message .block {
  width: 100%;
}
#message .block .content-flex {
  display: flex;
  gap: 5.9rem;
}
@media screen and (max-width: 767px) {
  #message .block .content-flex {
    flex-direction: column;
    gap: 0;
  }
}
#message .block .content-flex .text-block {
  width: 53.1rem;
}
@media screen and (max-width: 767px) {
  #message .block .content-flex .text-block {
    width: 100%;
  }
}
#message .block .content-flex .text-block .text-header {
  font-family: var(--noto);
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 6rem;
  text-align: left;
  color: #223c2e;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #message .block .content-flex .text-block .text-header {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
}
#message .block .content-flex .text-block .body-text {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #message .block .content-flex .text-block .body-text {
    margin-bottom: 2rem;
  }
}
#message .block .content-flex .text-block .green-button {
  margin-bottom: 5.1rem;
}
@media screen and (max-width: 767px) {
  #message .block .content-flex .text-block .green-button {
    margin-bottom: 2rem;
  }
}
#message .img-block {
  width: 101.9rem;
  position: absolute;
  right: 0;
  bottom: -10.2rem;
  z-index: 9;
}
@media screen and (max-width: 1080px) {
  #message .img-block {
    width: 85rem;
    height: auto;
    bottom: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #message .img-block {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
    bottom: unset;
    right: unset;
  }
}
#message .img-block img {
  width: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#message .img-block .block-ttl {
  position: absolute;
  font-family: var(--ooohbaby);
  font-weight: normal;
  font-size: 14.1rem;
  letter-spacing: 0.03em;
  text-align: center;
  color: #1b8b4f;
  top: -1.1rem;
  right: 20rem;
  transform: rotate(-20deg);
}
@media screen and (max-width: 767px) {
  #message .img-block .block-ttl {
    font-size: 3.6rem;
  }
}

#about {
  background-color: #f7f7f7;
  padding-top: 13rem;
  padding-bottom: 14.8rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #about {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
#about .block {
  width: 100%;
  min-height: 61.8rem;
}
@media screen and (max-width: 767px) {
  #about .block {
    min-height: unset;
  }
}
#about .block .content-flex {
  display: flex;
  justify-content: flex-end;
  gap: 4.9rem;
}
@media screen and (max-width: 767px) {
  #about .block .content-flex {
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
}
#about .block .content-flex .text-block {
  width: 53.1rem;
}
@media screen and (max-width: 767px) {
  #about .block .content-flex .text-block {
    width: 100%;
  }
}
#about .block .content-flex .text-block .text-header {
  font-family: var(--noto);
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 6rem;
  text-align: left;
  color: #223c2e;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #about .block .content-flex .text-block .text-header {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
}
#about .block .content-flex .text-block .body-text {
  margin-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  #about .block .content-flex .text-block .body-text {
    margin-bottom: 2rem;
  }
}
#about .block .content-flex .text-block .green-button {
  margin-bottom: 5.1rem;
}
@media screen and (max-width: 767px) {
  #about .block .content-flex .text-block .green-button {
    margin-bottom: 2rem;
  }
}
#about .img-block {
  width: 101.9rem;
  position: absolute;
  left: 0;
  top: 28.8rem;
}
@media screen and (max-width: 1080px) {
  #about .img-block {
    width: 85rem;
    bottom: -3.2rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #about .img-block {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
    bottom: unset;
    right: unset;
    top: unset;
  }
}
#about .img-block img {
  width: 100%;
  vertical-align: top;
}
#about .img-block .block-ttl {
  position: absolute;
  font-family: var(--ooohbaby);
  font-weight: normal;
  font-size: 14.1rem;
  letter-spacing: 0.03em;
  text-align: center;
  color: #1b8b4f;
  top: 0;
  left: 15.8rem;
  transform: rotate(-20deg);
}
@media screen and (max-width: 767px) {
  #about .img-block .block-ttl {
    font-size: 3.6rem;
  }
}

#staff {
  width: 100%;
  background: linear-gradient(#1b8b4f 0%, #27a06d 50.74%, #30af83 100%);
  padding-top: 13rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  #staff {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
#staff .global-header {
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  #staff .global-header {
    margin: 0 auto 3rem;
  }
}
#staff .global-header .jp {
  color: #fff;
}
#staff .global-header .en {
  color: #fff;
}
#staff .flex-cards {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  #staff .flex-cards {
    flex-direction: column;
    gap: 2rem;
  }
}
#staff .flex-cards .card {
  width: 42rem;
  position: relative;
  transition: all ease-in 0.3s;
  background-color: #fff;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #staff .flex-cards .card {
    width: 100%;
  }
}
#staff .flex-cards .card .card-num {
  position: absolute;
  left: 1.4rem;
  top: 1.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 9.7rem;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  #staff .flex-cards .card .card-num {
    left: 1rem;
    top: 1rem;
    width: 6.7rem;
  }
}
#staff .flex-cards .card .card-num .line1 {
  font-family: var(--bebas);
  font-weight: bold;
  font-size: 3.7rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #1b8b4f;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #staff .flex-cards .card .card-num .line1 {
    font-size: 2.6rem;
  }
}
#staff .flex-cards .card .card-num .line2 {
  font-family: var(--bebas);
  font-weight: bold;
  font-size: 9.7rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #1b8b4f;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #staff .flex-cards .card .card-num .line2 {
    font-size: 6.6rem;
  }
}
#staff .flex-cards .card .card-img {
  width: 100%;
  overflow: hidden;
  transition: all ease-in 0.3s;
}
#staff .flex-cards .card .card-img img {
  width: 100%;
  vertical-align: top;
  transition: all ease-in 0.3s;
}
#staff .flex-cards .card .white-card {
  padding: 3.2rem 3rem 4rem;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #staff .flex-cards .card .white-card {
    padding: 2rem;
  }
}
#staff .flex-cards .card .white-card .line1 {
  font-family: var(--noto);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: left;
  color: #223c2e;
  margin-bottom: 2.7rem;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #staff .flex-cards .card .white-card .line1 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
#staff .flex-cards .card .white-card .line1:after {
  content: "";
  position: absolute;
  background-color: #1b8b4f;
  width: 0.4rem;
  height: 2.4rem;
  left: 0;
  top: -0.4rem;
}
@media screen and (max-width: 767px) {
  #staff .flex-cards .card .white-card .line1:after {
    height: 2rem;
    top: -0.3rem;
  }
}
#staff .flex-cards .card .white-card .line2 {
  font-family: var(--noto);
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 4.6rem;
  text-align: left;
  color: #223c2e;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #staff .flex-cards .card .white-card .line2 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}
#staff .flex-cards .card .white-card .line3 {
  font-family: var(--noto);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: left;
  color: #223c2e;
}
@media screen and (max-width: 767px) {
  #staff .flex-cards .card .white-card .line3 {
    font-size: 1.4rem;
  }
}
#staff .flex-cards .card:hover .card-img img {
  transform: scale(1.1);
}

#link-block {
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  #link-block {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
#link-block .flex-links {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #link-block .flex-links {
    flex-direction: column;
    gap: 2rem;
  }
}
#link-block a {
  width: 62rem;
  height: 28.4rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  #link-block a {
    width: 100%;
    height: 21rem;
    gap: 2rem;
  }
}
#link-block a span {
  font-family: var(--noto);
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  padding-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  #link-block a span {
    font-size: 2.2rem;
  }
}
#link-block a img {
  width: 5rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #link-block a img {
    width: 3rem;
  }
}
#link-block a:first-child {
  background: url("../img/top/link-block1.jpg") no-repeat center/cover;
}
#link-block a:last-child {
  background: url("../img/top/link-block2.jpg") no-repeat center/cover;
}

#news {
  padding-top: 13rem;
  padding-bottom: 12rem;
  background: #dcf2e6;
}
@media screen and (max-width: 767px) {
  #news {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
#news .global-header {
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  #news .global-header {
    margin: 0 auto 3rem;
  }
}
#news .common-list.article {
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #news .common-list.article {
    margin-bottom: 3rem;
  }
}
#news .common-list.article li:nth-child(even) a {
  background-color: #fff;
}
#news .common-list.article li:nth-child(odd) a {
  background-color: rgba(255, 255, 255, 0.72);
}
#news .common-list.article a:hover .list-title {
  color: #1b8b4f;
}
#news .green-button {
  margin: 0 auto;
  justify-content: flex-start;
  padding-left: 8.1rem;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #news .green-button {
    padding-left: unset;
    justify-content: center;
  }
}
#news .green-button img {
  position: absolute !important;
  right: 5.8rem !important;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #news .green-button img {
    right: 2rem !important;
  }
}

#movie {
  padding-top: 13rem;
  padding-bottom: 13rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #movie {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
#movie iframe {
  width: 100%;
  height: 68.1rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767px) {
  #movie iframe {
    height: 30rem;
  }
}/*# sourceMappingURL=index.css.map */