.top-mainVisual {
  height: calc(100vh - 60px);
  position: relative;
  overflow: hidden;
}
.top-mainVisual:before {
  content: "";
  width: 800px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.36;
  background: -webkit-gradient(linear, left top, right top, from(#333333), to(transparent));
  background: linear-gradient(to right, #333333, transparent);
}
@media screen and (min-width: 769px) {
  .top-mainVisual {
    background: url("../img/top/mv.jpg") no-repeat center/cover;
  }
}
@media screen and (max-width: 768px) {
  .top-mainVisual {
    background: url("../img/top/mv_sp.jpg") no-repeat center/cover;
  }
}

.top-mainVisual__heading {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .top-mainVisual__heading {
    margin-right: 340px;
    bottom: 160px;
    left: 9vw;
    font-size: clamp(40px, 4.8vw, 60px);
    line-height: 1.5;
  }
  .top-mainVisual__heading.unMargin {
    margin-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .top-mainVisual__heading {
    top: 25vh;
    left: 10px;
    font-size: clamp(25px, 7.5vw, 31px);
    line-height: 1.7;
  }
}

.top-mainVisual__bannerWrap {
  position: absolute;
}
.top-mainVisual__bannerWrap.is-hide {
  display: none;
}
@media screen and (min-width: 769px) {
  .top-mainVisual__bannerWrap {
    right: 7vw;
    bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .top-mainVisual__bannerWrap {
    right: 24px;
    bottom: 10px;
  }
}

.top-mainVisual__banner {
  display: block;
}
@media screen and (min-width: 769px) {
  .top-mainVisual__banner {
    width: 260px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .top-mainVisual__banner:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .top-mainVisual__banner {
    width: 200px;
  }
}

.top-mainVisual__close {
  width: 30px;
  height: 30px;
  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;
  top: -15px;
  right: -15px;
  z-index: 1;
  cursor: pointer;
  border-radius: 100px;
  background-color: #064EA2;
}
.top-mainVisual__close:before {
  content: "";
  width: 18px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 100px;
  background-color: #fff;
}
.top-mainVisual__close:after {
  content: "";
  width: 18px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 100px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .top-mainVisual__close:hover {
    opacity: 0.7;
  }
}

.top-about {
  position: relative;
}
@media screen and (min-width: 769px) {
  .top-about {
    padding: 30px 0 160px;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 30px 0 274px;
  }
}

.top-about__obi {
  overflow: hidden;
}

.top-about__loopGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: imageLoop 25s infinite linear forwards;
          animation: imageLoop 25s infinite linear forwards;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .top-about__loopGroup {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .top-about__loopGroup {
    margin-bottom: 60px;
  }
}
.top-about__loopGroup span {
  padding: 3px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #064EA2;
}
.top-about__loopGroup svg {
  padding: 0 10px;
  display: inline-block;
}

.top-about__inner {
  max-width: 950px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.top-about__description {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .top-about__description {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.top-about__heading {
  line-height: 1.62;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #064EA2;
}
@media screen and (min-width: 769px) {
  .top-about__heading {
    font-size: clamp(35px, 4.1vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .top-about__heading {
    font-size: 28px;
  }
}
.top-about__heading span {
  background-color: #fff;
}

.top-about__text {
  line-height: 1.87;
  letter-spacing: 0.07em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .top-about__text {
    margin-top: 50px;
    font-size: clamp(19px, 2.5vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .top-about__text {
    margin-top: 30px;
    font-size: 18px;
  }
}

.top-about__buttonWrap {
  max-width: 300px;
}
@media screen and (min-width: 769px) {
  .top-about__buttonWrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-about__buttonWrap {
    margin: 50px auto 0;
  }
}

.top-about__button {
  height: 50px;
}

.top-about__image {
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .top-about__image:first-child {
    width: clamp(325px, 50vw, 385px);
    height: clamp(463px, 50vw, 523px);
    top: 16px;
    right: 8vw;
    background: url("../img/top/about1.jpg") no-repeat center/contain;
  }
  .top-about__image:nth-child(2) {
    width: clamp(385px, 42vw, 445px);
    height: clamp(200px, 42vw, 260px);
    top: clamp(47%, 50vw, 55%);
    left: 67%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    background: url("../img/top/about2.jpg") no-repeat center/contain;
  }
  .top-about__image:nth-child(3) {
    max-width: clamp(375px, 42vw, 436px);
    right: 0;
    top: clamp(72%, 77vw, 80%);
  }
}
@media screen and (max-width: 768px) {
  .top-about__image:nth-child(3) {
    max-width: 230px;
    bottom: 44px;
    left: 20px;
  }
}

.top-company {
  background-color: #064EA2;
}
@media screen and (min-width: 769px) {
  .top-company {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-company {
    padding: 60px 0;
    position: relative;
  }
}

.top-company__inner {
  max-width: 978px;
  width: calc(100% - 30px);
  margin: 0 auto;
  position: relative;
}
.top-company__imageWrap {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .top-company__imageWrap {
    top: -120px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-company__imageWrap {
    width: clamp(180px, 42vw, 211px);
    top: clamp(-180px, -35vw, -145px);
    left: 150px;
  }
}

@media screen and (min-width: 769px) {
  .top-company__description {
    max-width: 475px;
    margin-right: 420px;
  }
}

.top-company__heading {
  color: #fff;
}
.top-company__heading h2 {
  color: #fff;
}

.top-company__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 2.14;
  color: #fff;
}

.top-company__buttonWrap {
  max-width: 300px;
}
@media screen and (min-width: 769px) {
  .top-company__buttonWrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-company__buttonWrap {
    margin: 50px auto 0;
  }
}

.top-company__button {
  height: 50px;
}

@media screen and (min-width: 769px) {
  .top-life {
    padding: 106px 0 98px;
    background: #fff url("../img/top/life_bg.svg") repeat-y top/100%;
  }
}
@media screen and (max-width: 768px) {
  .top-life {
    padding: 60px 0 40px;
    background: #fff url("../img/top/life_bg_sp.svg") repeat-y top/100%;
  }
}

.top-life__inner {
  max-width: 978px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}

.top-life__description {
  max-width: 570px;
}
@media screen and (min-width: 769px) {
  .top-life__description {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top-life__description {
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .top-life__heading {
    text-align: right;
  }
}

.top-life__text {
  max-width: 475px;
  font-size: 14px;
  line-height: 2.14;
}
@media screen and (min-width: 769px) {
  .top-life__text {
    margin: 30px 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top-life__text {
    margin: 30px auto 0;
  }
}

.top-life__buttonWrap {
  max-width: 300px;
}
@media screen and (min-width: 769px) {
  .top-life__buttonWrap {
    margin: 45px 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top-life__buttonWrap {
    margin: 50px auto 0;
  }
}

.top-life__button {
  height: 50px;
}

@media screen and (min-width: 769px) {
  .top-life__bgParts {
    position: absolute;
  }
  .top-life__bgParts:first-child {
    width: clamp(105px, 19vw, 185px);
    top: 5px;
    right: clamp(600px, 70vw, 682px);
  }
  .top-life__bgParts:nth-child(2) {
    width: clamp(135px, 17vw, 170px);
    top: 160px;
    right: 530px;
  }
}

.top-interview {
  position: relative;
  overflow: hidden;
}

.top-interview__loopGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: imageLoop 25s infinite linear forwards;
          animation: imageLoop 25s infinite linear forwards;
}
@media screen and (min-width: 769px) {
  .top-interview__loopGroup {
    margin-bottom: 102px;
  }
}
@media screen and (max-width: 768px) {
  .top-interview__loopGroup {
    margin-bottom: 80px;
  }
}
.top-interview__loopGroup span {
  padding: 3px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #064EA2;
}
.top-interview__loopGroup svg {
  padding: 0 10px;
  display: inline-block;
}

.top-interview__box {
  margin-top: 25px;
  padding: 48px 0 42px;
  background-color: #E7E8D8;
}

.top-interview__swiperWrap {
  position: relative;
}
.top-interview__swiperWrap .swiper-slide {
  border: 1px solid #D5D5D5;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .top-interview__swiperWrap .swiper-slide:hover {
    position: relative;
    z-index: 2;
    color: #fff;
    background-color: rgba(6, 78, 162, 0.8);
  }
  .top-interview__swiperWrap .swiper-slide:hover .top-interview__positionWrap:after {
    background-color: #fff;
  }
}
.top-interview__swiperWrap .swiper-pagination {
  position: unset;
}
@media screen and (min-width: 769px) {
  .top-interview__swiperWrap .swiper-pagination {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .top-interview__swiperWrap .swiper-pagination {
    margin-top: 30px;
  }
}
.top-interview__swiperWrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #fff;
}
.top-interview__swiperWrap .swiper-pagination-bullet:nth-child(n+2) {
  margin-left: 10px;
}
.top-interview__swiperWrap .swiper-pagination-bullet-active {
  background-color: #064EA2;
}
.top-interview__swiperWrap .swiper-button-prev {
  top: 44%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border: 1px solid #064EA2;
  background-color: #064EA2;
}
.top-interview__swiperWrap .swiper-button-prev:after {
  content: "";
  width: 30px;
  height: 10px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
          mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .top-interview__swiperWrap .swiper-button-prev {
    width: 60px;
    height: 60px;
    left: 14%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-interview__swiperWrap .swiper-button-prev:hover {
    background-color: #fff;
  }
  .top-interview__swiperWrap .swiper-button-prev:hover:after {
    background-color: #064EA2;
  }
}
@media screen and (max-width: 768px) {
  .top-interview__swiperWrap .swiper-button-prev {
    width: 46px;
    height: 46px;
    left: 0;
  }
}
.top-interview__swiperWrap .swiper-button-next {
  top: 44%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border: 1px solid #064EA2;
  background-color: #064EA2;
}
.top-interview__swiperWrap .swiper-button-next:after {
  content: "";
  width: 30px;
  height: 10px;
  -webkit-mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
          mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .top-interview__swiperWrap .swiper-button-next {
    width: 60px;
    height: 60px;
    left: 86%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-interview__swiperWrap .swiper-button-next:hover {
    background-color: #fff;
  }
  .top-interview__swiperWrap .swiper-button-next:hover:after {
    background-color: #064EA2;
  }
}
@media screen and (max-width: 768px) {
  .top-interview__swiperWrap .swiper-button-next {
    width: 46px;
    height: 46px;
    right: 0;
  }
}

.top-interview__titleWrap {
  padding: 15px;
}

.top-interview__thumbWrap {
  padding-top: 57%;
  position: relative;
  overflow: hidden;
}
.top-interview__thumbWrap img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-interview__title {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.38;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.top-interview__positionWrap {
  padding: 20px 50px 20px 15px;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-top: 1px solid #D5D5D5;
}
.top-interview__positionWrap:after {
  content: "";
  width: 32px;
  height: 12px;
  display: block;
  position: absolute;
  top: 60%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
          mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
  background-color: #064EA2;
}
.top-interview__positionWrap span {
  font-size: 15px;
}

.top-interview__buttonWrap {
  max-width: 300px;
  margin: 40px auto 0;
}

.top-interview__button {
  height: 50px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.top-interview__button.--arrow:after {
  height: 10px;
}

@media screen and (min-width: 769px) {
  .top-project {
    padding: 120px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-project {
    padding: 60px 0;
  }
}

.top-project__headingWrap {
  max-width: 950px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top-project__headingWrap {
    padding-right: 315px;
  }
}

.top-project__read {
  max-width: 475px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 2.14;
}

.top-project__buttonWrap {
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top-project__buttonWrap {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-project__buttonWrap {
    margin: 50px auto 0;
  }
}

.top-project__button {
  height: 50px;
}

.top-project__box {
  background-color: #064EA2;
}
@media screen and (min-width: 769px) {
  .top-project__box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-project__box {
    margin-top: 50px;
  }
}

.top-project__swiperWrap {
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .top-project__swiperWrap:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 49px;
    left: 0;
    background-color: #fff;
  }
  .top-project__swiperWrap:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 49px;
    left: 0;
    background-color: #fff;
  }
}
.top-project__swiperWrap .swiper:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 470px;
  left: 0;
  background-color: #fff;
}
.top-project__swiperWrap .swiper-slide {
  height: auto;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .top-project__swiperWrap .swiper-slide {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-project__swiperWrap .swiper-slide {
    padding: 30px 0;
  }
}
.top-project__swiperWrap .swiper-button-prev,
.top-project__swiperWrap .swiper-button-next {
  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;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border: 1px solid #064EA2;
  background-color: #fff;
}
.top-project__swiperWrap .swiper-button-prev:after,
.top-project__swiperWrap .swiper-button-next:after {
  content: "";
  display: block;
  -webkit-mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
          mask: url("../img/common/icon-arrow.svg") no-repeat center/contain;
  background-color: #064EA2;
}
@media screen and (min-width: 769px) {
  .top-project__swiperWrap .swiper-button-prev,
  .top-project__swiperWrap .swiper-button-next {
    width: 60px;
    height: 60px;
    top: 37%;
  }
  .top-project__swiperWrap .swiper-button-prev:after,
  .top-project__swiperWrap .swiper-button-next:after {
    width: 35px;
    height: 15px;
  }
  .top-project__swiperWrap .swiper-button-prev:hover,
  .top-project__swiperWrap .swiper-button-next:hover {
    background-color: #064EA2;
  }
  .top-project__swiperWrap .swiper-button-prev:hover:after,
  .top-project__swiperWrap .swiper-button-next:hover:after {
    background-color: #fff;
  }
}
@media screen and (max-width: 980px) {
  .top-project__swiperWrap .swiper-button-prev,
  .top-project__swiperWrap .swiper-button-next {
    width: 46px;
    height: 46px;
    top: 35%;
  }
  .top-project__swiperWrap .swiper-button-prev:after,
  .top-project__swiperWrap .swiper-button-next:after {
    width: 30px;
    height: 10px;
  }
}
.top-project__swiperWrap .swiper-button-prev:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 769px) {
  .top-project__swiperWrap .swiper-button-prev {
    left: 16%;
  }
}
@media screen and (max-width: 980px) {
  .top-project__swiperWrap .swiper-button-prev {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .top-project__swiperWrap .swiper-button-next {
    right: 16%;
  }
}
@media screen and (max-width: 980px) {
  .top-project__swiperWrap .swiper-button-next {
    right: 0;
  }
}

.top-project__imageWrap {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .top-project__imageWrap {
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .top-project__imageWrap {
    height: 180px;
  }
}
.top-project__imageWrap img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-project__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-project__titleWrap {
    padding: 0 20px;
    border-bottom: 1px solid #fff;
  }
}

.top-project__number {
  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;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .top-project__number {
    width: 136px;
    height: 136px;
    font-size: 75px;
  }
}
@media screen and (max-width: 768px) {
  .top-project__number {
    width: 40px;
    height: 40px;
    margin-top: 50px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    font-size: 35px;
  }
}

.top-project__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.53;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-left: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .top-project__title {
    width: calc(100% - 136px);
    padding: 10px 162px 10px 50px;
    font-size: clamp(23px, 2vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .top-project__title {
    width: calc(96% - 40px);
    min-height: 108px;
    padding: 50px 20px 10px;
  }
}

.top-project__category {
  position: absolute;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #333;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .top-project__category {
    padding: 10px 14px;
    top: -65px;
    left: 10px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-project__category {
    padding: 5px 6px;
    top: 10px;
    left: 20px;
    font-size: 13px;
  }
}

.top-project__more {
  position: absolute;
  right: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.top-project__more:after {
  content: "";
  width: 30px;
  height: 10px;
  margin-left: 20px;
  display: inline-block;
  background: url("../img/common/icon-arrow.svg") no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .top-project__more {
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-project__more {
    top: 15px;
  }
}

.top-environment {
  background-color: #E7E8D8;
}
@media screen and (min-width: 769px) {
  .top-environment {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-environment {
    padding: 60px 0;
  }
}

.top-environment__inner {
  max-width: 1050px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .top-environment__heading {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-environment__heading {
    max-width: 550px;
    margin: 0 auto;
  }
}

.top-environment__list {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .top-environment__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-environment__list {
    max-width: 550px;
    margin: 30px auto 0;
  }
}

.top-environment__item {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .top-environment__item {
    padding: 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .top-environment__item {
    padding: 30px 24px;
  }
}

@media screen and (min-width: 769px) {
  .top-environment__imageWrap {
    max-width: 332px;
  }
}

@media screen and (min-width: 769px) {
  .top-environment__description {
    width: calc(93% - 332px);
  }
}
@media screen and (max-width: 768px) {
  .top-environment__description {
    margin-top: 30px;
  }
}

.top-environment__itemTitle {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #064EA2;
}

.top-environment__itemText {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2.14;
}

.top-environment__buttonWrap {
  max-width: 300px;
}
@media screen and (min-width: 769px) {
  .top-environment__buttonWrap {
    margin: 30px 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top-environment__buttonWrap {
    margin: 30px auto 0;
  }
}

.top-environment__button {
  height: 50px;
}

.top-entry {
  padding: 3px 0;
  overflow: hidden;
  background-color: #064EA2;
}
@media screen and (min-width: 769px) {
  .top-entry {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .top-entry {
    margin-bottom: 60px;
  }
}

.top-entry__loopGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: imageLoop 25s infinite linear forwards;
          animation: imageLoop 25s infinite linear forwards;
}
.top-entry__loopGroup span {
  margin: 0 0.8em;
}
@-webkit-keyframes imageLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes imageLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.top-entry__buttonGroup {
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .top-entry__buttonGroup {
    max-width: 1140px;
    margin: 50px auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .top-entry__buttonGroup {
    max-width: 420px;
    margin: 40px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.top-entry__buttonWrap {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .top-entry__buttonWrap {
    width: 48%;
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-entry__buttonWrap {
    padding: 34px;
  }
  .top-entry__buttonWrap:first-child {
    margin-top: 12px;
  }
}

.top-entry__button {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  line-height: 1.5;
  text-align: center;
}
.top-entry__button.--arrow:after {
  width: 30px;
  height: 10px;
}
@media screen and (min-width: 769px) {
  .top-entry__button {
    height: 152px;
    font-size: 30px;
  }
  .top-entry__button:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .top-entry__button {
    height: 106px;
    font-size: 20px;
  }
}

.top-entry__en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .top-entry__en {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .top-entry__en {
    font-size: 13px;
  }
}