.l-header {
  position: fixed;
}

.bnr-fixed {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 100;
}
.bnr-fixed__link {
  display: block;
  width: 280px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.bnr-fixed__link:hover {
  opacity: 0.7;
}
.bnr-fixed__close {
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: -55px;
  cursor: pointer;
}

.mv {
  position: relative;
  background: url(/assets/img/top/mv.jpg) no-repeat center/cover;
  color: #fff;
  overflow: hidden;
}
.mv .loop-slide-wrap {
  position: absolute;
  bottom: 8%;
  left: 0;
}
.mv__contents {
  padding: 18% 5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mv .object {
  z-index: 0;
}
.mv .object01 {
  top: 30%;
  left: 10%;
}
.mv .object02 {
  left: 45%;
  top: 34%;
}
.mv .object03 {
  top: 22%;
  right: 29%;
}
.mv .object04 {
  bottom: 0;
  left: calc(50% - 550px);
}
.mv .object05 {
  bottom: 25%;
  right: calc(50% - 690px);
}

.intro {
  position: relative;
  text-align: center;
  padding: 350px 0 450px;
}
.intro__heading {
  color: #3EBC06;
  font-size: 6.4rem;
  margin-bottom: 40px;
  line-height: 1.5;
}
.intro__heading-sub {
  font-size: 2.8rem;
  margin-bottom: 64px;
}
.intro__img {
  position: absolute;
  border-radius: 8px;
  z-index: 1;
}
.intro__img.img01 {
  border-radius: 4px;
}
.intro .object01 {
  top: 0;
  left: 40px;
}
.intro .object02 {
  right: calc(50% - 640px);
  top: 80px;
}
.intro .object03 {
  top: 360px;
  left: calc(50% - 680px);
}
.intro .object04 {
  bottom: 640px;
  right: calc(50% - 510px);
}
.intro .object05 {
  bottom: 200px;
  left: calc(50% - 520px);
}
.intro .object06 {
  top: 648px;
  right: calc(50% - 1049px);
}
.intro .object07 {
  bottom: -90px;
  right: calc(50% - 370px);
}

.services {
  padding-bottom: 100px;
  position: relative;
}
.services__link-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.services__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  color: #fff;
  overflow: hidden;
  border-radius: 8px;
}
.services__link.is-nomal {
  aspect-ratio: 1.5875;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px;
}
.services__link.is-nomal::before {
  content: "";
  width: 16px;
  height: 48px;
  background-color: #3EBC06;
  border-radius: 8px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.services__link-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.services__link-text {
  font-size: 4rem;
  line-height: 1.4;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.services__link-text span {
  display: block;
  font-size: 1.4rem;
  font-family: "GeneralSans-Semibold", sans-serif;
}
.services__link:hover {
  opacity: 1;
}
.services__link:hover .services__link-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.services__link:hover i img {
  -webkit-animation: arrow 0.5s 0s 1 normal forwards;
          animation: arrow 0.5s 0s 1 normal forwards;
}
.services__link.is-large {
  background-color: #3EBC06;
  padding: 6% 8% 6% 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.services__link.is-large .services__link-img-wrap {
  overflow: hidden;
  border-radius: 8px;
}
.services__link.is-large .services__link-img {
  position: relative;
}
.services__link.is-large ul li {
  background-color: #F6FFF1;
  color: #3EBC06;
  border-radius: 60px;
  padding: 10px 20px;
  margin-bottom: 16px;
  max-width: 338px;
}
.services__link.is-large .object {
  top: 0;
  right: 20px;
  z-index: -2;
}
.services__link.is-large i {
  background-color: #fff;
}
.services__link.is-large:hover {
  background-color: #6ECD44;
}
.services__link i {
  width: 48px;
  height: 48px;
  background: #3EBC06;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.services .loop-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #3EBC06;
  gap: 30px;
  margin-right: 30px;
}
.services .object01 {
  top: 515px;
  left: calc(50% - 730px);
}
.services .object02 {
  bottom: 0;
  right: calc(50% - 960px);
}
.services .object03 {
  bottom: 0;
  right: calc(50% - 960px);
}

.facility {
  position: relative;
}
.facility .loop-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #3EBC06;
  font-size: 4.8rem;
  gap: 30px;
  margin-right: 30px;
}
.facility .loop-slide img {
  border-radius: 100px;
  width: 160px;
}
.facility__head {
  border-bottom: solid 3px #F0F0F0;
  padding-bottom: 30px;
}
.facility__office-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.facility__office-link:hover {
  opacity: 1;
}
.facility__office-link:hover .facility__office-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.facility__office-link:hover .facility__office-text {
  color: #3EBC06;
}
.facility__office-img {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1.61/1;
  position: relative;
  margin-bottom: 16px;
}
.facility__office-img::before {
  content: "";
  width: 16px;
  height: 48px;
  background-color: #3EBC06;
  border-radius: 8px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.facility__office-img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.facility__office-text {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.facility__office-text i {
  min-width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #3EBC06;
  margin-left: 10px;
}
.facility__office-text i img {
  width: 10px;
}
.facility__area {
  max-width: 1145px;
  margin: 0 auto;
  position: relative;
}
.facility__area-en {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "GeneralSans-Semibold", sans-serif;
  color: #3EBC06;
  font-size: 11.4rem;
  line-height: 1;
}
.facility__area-list li {
  border-bottom: solid 3px #F0F0F0;
}
.facility__area-list a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  position: relative;
  padding: 25px 40px 25px 0;
}
.facility__area-list a b {
  width: 38%;
}
.facility__area-list a span {
  font-size: 1.6rem;
  color: #3EBC06;
  padding: 0 0 0 20px;
  width: 62%;
}
.facility__area-list a i {
  position: absolute;
  right: 0;
  top: auto;
}
.facility__area-list a:hover {
  color: #3EBC06;
}
.facility .object01 {
  top: 663px;
  left: calc(50% - 690px);
}
.facility .object02 {
  bottom: 100px;
  right: calc(50% - 800px);
}

.bnr {
  position: relative;
}
.bnr__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.bnr__item {
  background-color: #3EBC06;
  color: #fff;
  text-align: center;
  padding: 40px;
  border-radius: 16px;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.bnr__item-heading {
  font-size: 4.8rem;
}
.bnr__item-heading span {
  font-size: 1.4rem;
  font-family: "GeneralSans-Semibold", sans-serif;
  display: block;
}
.bnr__item-img {
  max-width: 410px;
  margin: 0 auto 20px;
}
.bnr__item:hover {
  background-color: #6ECD44;
}
.bnr .object01 {
  top: 0;
  left: calc(50% - 970px);
}
.bnr .object02 {
  bottom: 0;
  right: calc(50% - 970px);
}

.blog {
  position: relative;
}
.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 3px #F0F0F0;
  padding: 20px 110px 20px 20px;
  position: relative;
}
.blog__item-img {
  border-radius: 8px;
  width: 127px;
  margin-right: 70px;
  aspect-ratio: 1.59/1;
  overflow: hidden;
  position: relative;
}
.blog__item-img img {
  border-radius: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.blog__item dt {
  color: #3EBC06;
  font-size: 1.4rem;
}
.blog__item dd {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.blog__item i {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog__item:hover dd {
  color: #3EBC06;
}
.blog__item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog .object01 {
  top: 210px;
  left: calc(50% - 990px);
}
@media screen and (max-width: 767px) {
  .mv {
    height: 100vh;
    min-height: 660px;
    background: url(/assets/img/top/mv_sp.jpg) no-repeat center/cover;
  }
  .mv .loop-slide-wrap {
    bottom: 10px;
  }
  .mv .object01 {
    top: 20%;
    left: 0;
    width: 10%;
  }
  .mv .object02 {
    left: 32%;
    top: 26%;
  }
  .mv .object03 {
    display: none;
  }
  .mv .object04 {
    left: -365px;
    bottom: -30px;
    width: 610px;
    max-width: inherit;
  }
  .mv .object05 {
    bottom: 25%;
    right: 6%;
    width: 10%;
  }
  .mv__text {
    position: absolute;
    bottom: 100px;
    left: 20px;
    z-index: 1;
  }
  .intro__heading {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .intro__heading-sub {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .intro__img.img01 {
    width: 64px;
    left: 15px;
    top: 100px;
  }
  .intro__img.img02 {
    width: 144px;
    top: 22px;
    right: 10px;
  }
  .intro__img.img03 {
    width: 160px;
    left: 20px;
    bottom: 323px;
  }
  .intro__img.img04 {
    width: 200px;
    right: 10px;
    bottom: 140px;
  }
  .intro .object01 {
    display: none;
  }
  .intro .object02 {
    right: calc(50% - 110px);
    top: 40px;
    width: 129px;
  }
  .intro .object03 {
    top: 160px;
    left: calc(50% - 290px);
    width: 290px;
  }
  .intro .object04 {
    top: 440px;
    right: calc(50% - 170px);
    width: 65px;
  }
  .intro .object05 {
    bottom: 270px;
    left: calc(50% - 160px);
    width: 52px;
  }
  .intro .object06 {
    top: 638px;
    right: calc(50% - 430px);
    width: 300px;
  }
  .intro .object07 {
    bottom: 70px;
    left: calc(50% - 230px);
    width: 316px;
  }
  .services__link-wrap {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 40px;
  }
  .services__link-text {
    font-size: 2.2rem;
  }
  .services__link-text span {
    font-size: 1.1rem;
  }
  .services__link.is-large {
    display: block;
    padding: 6%;
  }
  .services__link.is-large i {
    position: relative;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    margin: 20px auto 0;
  }
  .services .loop-slide {
    gap: 20px;
  }
  .services .loop-slide img {
    width: 60px;
  }
  .services .object02 {
    bottom: 100px;
    right: -120px;
    width: 360px;
  }
  .services .object03 {
    bottom: 100px;
    right: 10px;
    width: 122px;
  }
  .facility__office-grid {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 40px;
  }
  .facility__office-img {
    margin-bottom: 8px;
  }
  .facility__office-img::before {
    width: 9px;
    height: 26px;
  }
  .facility__office-text {
    font-size: 1.6rem;
  }
  .facility__area-unit h3 {
    text-align: right;
  }
  .facility__area-en {
    font-size: 8.8rem;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
  }
  .facility__area-list a {
    font-size: 1.6rem;
  }
  .facility__area-list a span {
    font-size: 1.4rem;
    padding: 0 0 0 10px;
  }
  .facility__area-img {
    text-align: right;
    margin-bottom: 20px;
  }
  .facility__area-img img {
    width: 88%;
  }
  .bnr__wrap {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 24px;
  }
  .bnr__item {
    padding: 20px 40px;
  }
  .bnr__item-heading {
    font-size: 2.4rem;
  }
  .bnr__item-img {
    margin-bottom: 10px;
  }
  .blog__item {
    padding: 20px 40px 20px 0px;
  }
  .blog__item-img {
    width: 90px;
    margin-right: 15px;
  }
  .blog__item dt {
    font-size: 1.2rem;
  }
  .blog__item dd {
    font-size: 1.3rem;
  }
  .blog__item i {
    right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .mv {
    height: 100vh;
    min-height: 750px;
  }
  .intro {
    padding: 150px 0 360px;
  }
  .intro__img.img01 {
    top: 80px;
    left: calc(50% - 480px);
    max-width: 112px;
  }
  .intro__img.img02 {
    right: calc(50% - 700px);
    top: 80px;
    max-width: 320px;
  }
  .intro__img.img03 {
    width: 410px;
    left: calc(50% - 690px);
    top: 636px;
  }
  .intro__img.img04 {
    right: calc(50% - 700px);
    bottom: 160px;
    max-width: 410px;
  }
  .services__link.is-large .services__link-unit {
    width: 49%;
  }
  .services__link.is-large .services__link-img-wrap {
    width: 49%;
  }
  .services__link.is-large i {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .facility__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .facility__area-unit {
    width: 410px;
  }
}