@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "notoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "roboto100";
  src: url("../font/Roboto-Thin.woff");
}
@font-face {
  font-family: "roboto400";
  src: url("../font/Roboto-Regular.woff");
}
@font-face {
  font-family: "roboto500";
  src: url("../font/Roboto-Medium.woff");
}
.top-mv {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 881px) {
  .top-mv {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 880px) {
  .top-mv {
    padding-left: 50px;
  }
}

.top-mv__description {
  max-width: 1460px;
  width: 100%;
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 881px) {
  .top-mv__description {
    padding-left: 100px;
    bottom: 55%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 880px) {
  .top-mv__description {
    top: 38%;
    left: 15px;
  }
}
.top-mv__description.is-anime svg {
  -webkit-animation: fadeUp 0.5s forwards;
          animation: fadeUp 0.5s forwards;
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.top-mv__description.is-anime .top-mv__catch span {
  -webkit-animation: fadeIn 0.7s 0.5s forwards;
          animation: fadeIn 0.7s 0.5s forwards;
}
.top-mv__description.is-anime .top-mv__catch span:nth-child(2) {
  -webkit-animation: fadeIn 0.7s 1s forwards;
          animation: fadeIn 0.7s 1s forwards;
}
.top-mv__description.is-anime .top-mv__catch span:nth-child(3) {
  -webkit-animation: fadeIn 0.7s 1.5s forwards;
          animation: fadeIn 0.7s 1.5s forwards;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-mv__description svg {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}
@media screen and (min-width: 881px) {
  .top-mv__description svg {
    width: clamp(360px, 40vw, 580px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 880px) {
  .top-mv__description svg {
    width: 278px;
    height: 64px;
  }
}

.top-mv__swiperWrap {
  position: relative;
}
@media screen and (max-width: 880px) {
  .top-mv__swiperWrap .swiper-wrapper {
    height: 69vh;
  }
}
@media screen and (max-width: 880px) {
  .top-mv__swiperWrap .swiper-slide {
    position: relative;
  }
}
@media screen and (max-width: 880px) {
  .top-mv__swiperWrap .swiper-slide img {
    width: 155%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.top-mv__swiperWrap .swiper-pagination {
  text-align: left;
  z-index: 3;
}
@media screen and (min-width: 881px) {
  .top-mv__swiperWrap .swiper-pagination {
    bottom: 32% !important;
  }
}
@media screen and (max-width: 880px) {
  .top-mv__swiperWrap .swiper-pagination {
    margin-top: 20px;
    bottom: 40%;
    position: unset;
    text-align: center;
  }
}
.top-mv__swiperWrap .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 0;
  opacity: 1;
  border: 1px solid #1E1E26;
  background-color: #E5E5E5;
}
.top-mv__swiperWrap .swiper-pagination-bullet:nth-child(n+2) {
  margin-left: 15px;
}
.top-mv__swiperWrap .swiper-pagination-bullet-active {
  border: 1px solid #31D090;
  background-color: #31D090;
}

.top-mv__catch {
  margin-top: 48px;
  font-family: notoSans700, sans-serif;
}
@media screen and (min-width: 881px) {
  .top-mv__catch {
    font-size: clamp(35px, 4.2vw, 55px);
  }
}
@media screen and (max-width: 880px) {
  .top-mv__catch {
    margin-top: 30px;
    font-size: 25px;
  }
}
.top-mv__catch span {
  padding: 0 2px;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  background-color: #fff;
}

.top-mv__illustWrap {
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 881px) {
  .top-mv__illustWrap {
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  .top-mv__illustWrap:before {
    content: "";
    max-width: 1420px;
    width: 86%;
    padding-top: 24%;
    display: block;
    background-color: #fff;
  }
}
@media screen and (max-width: 880px) {
  .top-mv__illustWrap {
    margin-top: 50px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
}
.top-mv__illustWrap.is-anime svg {
  bottom: 0;
  opacity: 1;
  -webkit-transition: bottom 0.5s, opacity 0.5s;
  transition: bottom 0.5s, opacity 0.5s;
}
.top-mv__illustWrap.is-anime img {
  -webkit-animation: zoomIn2 0.8s 0.3s forwards;
          animation: zoomIn2 0.8s 0.3s forwards;
}
@-webkit-keyframes zoomIn2 {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1.15);
            transform: translateX(-50%) scale(1.15);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@keyframes zoomIn2 {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1.15);
            transform: translateX(-50%) scale(1.15);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
.top-mv__illustWrap svg {
  width: clamp(400px, 38vw, 733px);
  height: clamp(200px, 20vw, 366px);
  opacity: 0;
}
@media screen and (min-width: 881px) {
  .top-mv__illustWrap svg {
    position: absolute;
    bottom: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 880px) {
  .top-mv__illustWrap svg {
    text-align: center;
  }
}
.top-mv__illustWrap img {
  width: clamp(284px, 28vw, 464px);
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
}

@media screen and (min-width: 881px) {
  .top-mv__bgPart {
    width: clamp(120px, 18vw, 322px);
    height: clamp(120px, 18vw, 322px);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: url("../img/top/door.jpg") no-repeat center/contain;
  }
}

@media screen and (min-width: 881px) {
  .top-mv__scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 53%;
    left: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-family: roboto400, sans-serif;
  }
  .top-mv__scroll:before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 30%;
    -webkit-animation: down 1.6s linear infinite forwards;
            animation: down 1.6s linear infinite forwards;
    border-radius: 100px;
    background-color: #31D090;
  }
  .top-mv__scroll:after {
    content: "";
    width: 1px;
    height: 140px;
    margin-top: 10px;
    display: block;
    background-color: #1E1E26;
  }
  @-webkit-keyframes down {
    0% {
      top: 30%;
    }
    100% {
      top: 90%;
    }
  }
  @keyframes down {
    0% {
      top: 30%;
    }
    100% {
      top: 90%;
    }
  }
}
@media screen and (max-width: 1280px) and (min-width: 880px) {
  .top-mv__scroll {
    left: 20px;
  }
}

.top-about {
  position: relative;
  overflow: hidden;
}
.top-about:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(rgba(255, 255, 255, 0.9)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
@media screen and (min-width: 881px) {
  .top-about {
    padding: 100px 0 260px;
    background: url("../img/top/about_bg.jpg") no-repeat bottom/cover;
  }
}
@media screen and (max-width: 1280px) and (min-width: 880px) {
  .top-about {
    padding: 100px 0 180px;
  }
}
@media screen and (max-width: 880px) {
  .top-about {
    padding: 46px 0 100px;
    background: url("../img/top/about_bg_sp.jpg") no-repeat bottom/cover;
  }
}

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

.top-about__row {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 881px) {
  .top-about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 881px) {
  .top-about__textWrap {
    max-width: 610px;
    width: 65%;
  }
}
@media screen and (max-width: 880px) {
  .top-about__textWrap {
    margin-top: 20px;
  }
}

.top-about__text {
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-family: notoSans500, sans-serif;
}
@media screen and (min-width: 881px) {
  .top-about__text {
    margin-bottom: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 880px) {
  .top-about__text {
    margin-bottom: 30px;
  }
}

.top-about__roma {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 881px) {
  .top-about__roma {
    bottom: -10px;
  }
}
@media screen and (max-width: 880px) {
  .top-about__roma {
    width: 270px;
    height: 40px;
    bottom: -5px;
  }
}

@media screen and (min-width: 881px) {
  .top-about__ja {
    font-size: clamp(30px, 3.5vw, 40px);
  }
}

.top-service {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 881px) {
  .top-service {
    padding: 140px 0;
  }
}
@media screen and (max-width: 880px) {
  .top-service {
    padding: 60px 0;
  }
}
.top-service.is-anime .top-service__item {
  -webkit-animation: fadeSlide 0.45s forwards;
          animation: fadeSlide 0.45s forwards;
}
.top-service.is-anime .top-service__item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.top-service.is-anime .top-service__item:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.top-service.is-anime .top-service__item:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.top-service.is-anime .top-service__item:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.top-service.is-anime .top-service__item:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.top-service.is-anime .top-service__item:nth-child(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.top-service.is-anime .top-service__item:nth-child(8) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.top-service.is-anime .top-service__item:nth-child(9) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.top-service.is-anime .top-service__item:nth-child(10) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
@-webkit-keyframes fadeSlide {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeSlide {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.top-service.is-anime .top-service__image {
  -webkit-animation: fadeIn 0.4s 1.5s forwards;
          animation: fadeIn 0.4s 1.5s forwards;
}

.top-service__inner {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media screen and (min-width: 881px) {
  .top-service__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 881px) {
  .top-service__description {
    max-width: 390px;
  }
}

.top-service__text {
  line-height: 1.8;
  font-family: notoSans500, sans-serif;
}
@media screen and (min-width: 881px) {
  .top-service__text {
    margin-top: 60px;
  }
}
@media screen and (max-width: 880px) {
  .top-service__text {
    margin-top: 20px;
  }
}

@media screen and (min-width: 881px) {
  .top-service__buttonWrap {
    max-width: 314px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 880px) {
  .top-service__buttonWrap {
    max-width: 420px;
    margin: 40px auto 0;
  }
}

.top-service__button {
  min-height: 60px;
}

@media screen and (max-width: 1280px) and (min-width: 880px) {
  .top-service__listWrap {
    position: relative;
  }
}
@media screen and (max-width: 880px) {
  .top-service__listWrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 60px auto 0;
    position: relative;
  }
}

.top-service__listTitle {
  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;
  z-index: 2;
  font-family: notoSans500, sans-serif;
  border: 2px solid #31D090;
  border-radius: 1000px;
  background-color: #fff;
}
@media screen and (min-width: 881px) {
  .top-service__listTitle {
    width: 160px;
    height: 160px;
    top: 50%;
    left: 75%;
    right: 16%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 880px) {
  .top-service__listTitle {
    width: 90px;
    height: 100%;
    left: 85%;
    letter-spacing: 0.3em;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}
@media screen and (max-width: 880px) {
  .top-service__listTitle {
    width: 48px;
    height: 100%;
    top: 0;
    left: 258px;
    font-size: 18px;
    letter-spacing: 0.3em;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}

.top-service__list {
  width: 340px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 881px) {
  .top-service__list {
    margin-left: clamp(60px, 3.5vw, 120px);
  }
}

.top-service__item {
  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: relative;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  letter-spacing: -0.02em;
  font-family: notoSans500, sans-serif;
  border: 2px solid #31D090;
  border-radius: 100px;
  background-color: #fff;
}
.top-service__item:after {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  z-index: -2;
  background-color: #31D090;
}
@media screen and (min-width: 881px) {
  .top-service__item {
    max-width: 240px;
    min-height: 63px;
    font-size: 20px;
  }
  .top-service__item:after {
    width: 82px;
    right: -82px;
  }
  .top-service__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 880px) {
  .top-service__item:after {
    width: 50px;
    right: -50px;
  }
}
@media screen and (max-width: 880px) {
  .top-service__item {
    max-width: 180px;
    min-height: 48px;
  }
  .top-service__item:after {
    width: 80px;
    right: -80px;
  }
  .top-service__item:nth-child(n+2) {
    margin-top: 10px;
  }
}

.top-service__image {
  z-index: -1;
  opacity: 0;
}
@media screen and (min-width: 881px) {
  .top-service__image {
    width: 684px;
    position: absolute;
    top: 50%;
    right: 31%;
    left: 61%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 1280px) and (min-width: 880px) {
  .top-service__image {
    width: 454px;
    left: 75%;
    right: 21%;
  }
}
@media screen and (max-width: 880px) {
  .top-service__image {
    max-width: 450px;
    margin: 40px auto 0;
    display: block;
  }
}

.top-service__roma {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 881px) {
  .top-service__roma {
    bottom: -35px;
  }
}
@media screen and (max-width: 880px) {
  .top-service__roma {
    width: 736px;
    height: 44px;
    bottom: -8px;
  }
}

.top-works {
  position: relative;
  background-color: #F5F4F2;
  overflow: hidden;
}
@media screen and (min-width: 881px) {
  .top-works {
    padding: 140px 0;
  }
}
@media screen and (max-width: 880px) {
  .top-works {
    padding: 60px 0;
  }
}

.top-works__row {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 881px) {
  .top-works__row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 880px) {
  .top-works__row {
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
  }
}

@media screen and (min-width: 881px) {
  .top-works__list {
    max-width: 684px;
    width: 60%;
  }
}
@media screen and (max-width: 880px) {
  .top-works__list {
    margin-top: 30px;
  }
}

.top-works__item {
  border-bottom: 1px solid #1E1E26;
}
@media screen and (max-width: 880px) {
  .top-works__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.top-works__anchor {
  display: block;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.06em;
}
.top-works__anchor:after {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100px;
  background: url("../img/common/icon-arrow2.svg") no-repeat center/contain;
}
@media screen and (min-width: 881px) {
  .top-works__anchor {
    padding: 30px 40px 26px 0;
  }
  .top-works__anchor:hover {
    background-color: rgba(49, 208, 144, 0.1);
  }
}
@media screen and (max-width: 880px) {
  .top-works__anchor {
    padding: 0 35px 20px 0;
  }
}

.top-works__category {
  font-family: notoSans700, sans-serif;
  color: #31D090;
}

.top-works__itemTitle {
  margin-top: 10px;
  line-height: 1.8;
  font-family: notoSans500, sans-serif;
}

@media screen and (min-width: 881px) {
  .top-works__buttonWrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 880px) {
  .top-works__buttonWrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.top-works__button {
  min-height: 60px;
}

.top-works__film {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: imageLoop 30s infinite linear forwards;
          animation: imageLoop 30s infinite linear forwards;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.top-works__film * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@-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%);
  }
}
@media screen and (min-width: 881px) {
  .top-works__film {
    width: 2133px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 880px) {
  .top-works__film {
    width: 1420px;
    margin-top: 60px;
  }
}

.top-works__imageGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 880px) {
  .top-works__imageGroup {
    width: 1420px;
  }
}
@media screen and (min-width: 881px) {
  .top-works__imageGroup img {
    width: 397px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 880px) {
  .top-works__imageGroup img {
    width: 264px;
    margin: 0 10px;
  }
}

.top-works__roma {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 881px) {
  .top-works__roma {
    bottom: -20px;
  }
}
@media screen and (max-width: 880px) {
  .top-works__roma {
    width: 174px;
    height: 36px;
    bottom: -3px;
  }
}

.top-committed {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 881px) {
  .top-committed {
    padding: 140px 0 140px 20px;
  }
}
@media screen and (max-width: 880px) {
  .top-committed {
    padding: 60px 0;
  }
}

.top-committed__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  .top-committed__inner {
    padding: 0 20px;
  }
}

@media screen and (min-width: 881px) {
  .top-committed__swiperGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-committed__swiperWrap {
  position: relative;
}
@media screen and (min-width: 881px) {
  .top-committed__swiperWrap {
    margin: 150px 120px 0 0;
  }
}
@media screen and (max-width: 880px) {
  .top-committed__swiperWrap {
    margin-top: 40px;
  }
}
.top-committed__swiperWrap .swiper {
  margin: 0;
}
@media screen and (min-width: 881px) {
  .top-committed__swiperWrap .swiper {
    max-width: 390px;
  }
}
.top-committed__swiperWrap .swiper-slide {
  line-height: 1.8;
}
.top-committed__swiperWrap .swiper-button-next {
  width: 60px;
  height: 60px;
  z-index: 2;
  border-radius: 1000px;
  background-color: #31D090;
}
.top-committed__swiperWrap .swiper-button-next:after {
  content: "";
  width: 24px;
  height: 8px;
  -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: 881px) {
  .top-committed__swiperWrap .swiper-button-next {
    top: 15%;
    left: 420px;
  }
}
@media screen and (max-width: 880px) {
  .top-committed__swiperWrap .swiper-button-next {
    top: 12%;
    right: 0;
  }
}
.top-committed__swiperWrap .swiper-pagination {
  margin-top: 30px;
  text-align: left;
}
@media screen and (min-width: 881px) {
  .top-committed__swiperWrap .swiper-pagination {
    position: unset;
  }
}
.top-committed__swiperWrap .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px !important;
  border: 1px solid #1E1E26;
  opacity: 1;
  background-color: #E5E5E5;
}
.top-committed__swiperWrap .swiper-pagination-bullet-active {
  border: 1px solid #31D090;
  background-color: #31D090;
}

.top-committed__slideNumber {
  line-height: 1;
  font-family: roboto100, sans-serif;
  color: #31D090;
}
@media screen and (min-width: 881px) {
  .top-committed__slideNumber {
    font-size: 139px;
  }
}
@media screen and (max-width: 880px) {
  .top-committed__slideNumber {
    font-size: 97px;
  }
}

.top-committed__slideTitle {
  margin-top: 25px;
  font-family: notoSans700, sans-serif;
}
@media screen and (min-width: 881px) {
  .top-committed__slideTitle {
    font-size: 29px;
  }
}
@media screen and (max-width: 880px) {
  .top-committed__slideTitle {
    font-size: 21px;
  }
}

.top-committed__slideText {
  font-family: notoSans500, sans-serif;
}
@media screen and (min-width: 881px) {
  .top-committed__slideText {
    margin-top: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 880px) {
  .top-committed__slideText {
    margin-top: 20px;
  }
}

.top-committed__swiperWrap2 {
  max-width: 1044px;
}
@media screen and (min-width: 881px) {
  .top-committed__swiperWrap2 {
    width: 55vw;
    margin-top: -10%;
  }
}
@media screen and (max-width: 880px) {
  .top-committed__swiperWrap2 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 881px) {
  .top-committed__swiperWrap2 .swiper-wrapper {
    height: 700px;
  }
}
@media screen and (max-width: 880px) {
  .top-committed__swiperWrap2 .swiper-wrapper {
    height: 230px;
  }
}
.top-committed__swiperWrap2 img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-committed__swiperWrap2 .swiper-pagination {
  margin-top: 24px;
  position: unset;
}
.top-committed__swiperWrap2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px !important;
  border: 1px solid #1E1E26;
  opacity: 1;
  background-color: #E5E5E5;
}
.top-committed__swiperWrap2 .swiper-pagination-bullet-active {
  border: 1px solid #31D090;
  background-color: #31D090;
}

.top-committed__roma {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 881px) {
  .top-committed__roma {
    bottom: -20px;
  }
}
@media screen and (max-width: 880px) {
  .top-committed__roma {
    width: 290px;
    height: 36px;
    bottom: -5px;
  }
}

.top-news {
  position: relative;
  background-color: #F5F4F2;
  overflow: hidden;
}
@media screen and (min-width: 881px) {
  .top-news {
    padding: 140px 0;
  }
}
@media screen and (max-width: 880px) {
  .top-news {
    padding: 60px 0 160px;
  }
}

.top-news__inner {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media screen and (min-width: 881px) {
  .top-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 881px) {
  .top-news__headingWrap {
    max-width: 314px;
    width: 35%;
  }
}

@media screen and (min-width: 881px) {
  .top-news__buttonWrap {
    max-width: 314px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 880px) {
  .top-news__buttonWrap {
    max-width: 684px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.top-news__button {
  min-height: 60px;
}

.top-news__list {
  max-width: 684px;
}
@media screen and (min-width: 881px) {
  .top-news__list {
    width: 60%;
  }
}
@media screen and (max-width: 880px) {
  .top-news__list {
    margin: 30px auto 0;
  }
}

.top-news__item {
  border-bottom: 1px solid #718096;
}
@media screen and (min-width: 881px) {
  .top-news__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 880px) {
  .top-news__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.top-news__anchor {
  padding: 0 40px 26px 0;
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-family: notoSans500, sans-serif;
}
.top-news__anchor:after {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/icon-arrow2.svg") no-repeat center/contain;
}
@media screen and (min-width: 881px) {
  .top-news__anchor:hover {
    opacity: 0.7;
  }
}

.top-news__date {
  color: #31D090;
}

.top-news__itemTitle {
  margin-top: 10px;
}

.top-news__roma {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 881px) {
  .top-news__roma {
    bottom: -20px;
  }
}
@media screen and (max-width: 880px) {
  .top-news__roma {
    width: 133px;
    height: 36px;
    bottom: -5px;
  }
}

.top-recruit {
  position: relative;
}
.top-recruit:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
}
.top-recruit:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  background-color: rgba(30, 30, 38, 0.5);
}
@media screen and (min-width: 881px) {
  .top-recruit {
    margin-bottom: 140px;
    padding: 100px 0;
  }
  .top-recruit:before {
    background: url("../img/top/recruit_bg.jpg") no-repeat center/cover;
  }
}
@media screen and (max-width: 880px) {
  .top-recruit {
    margin-bottom: 80px;
    padding: 70px 0;
  }
  .top-recruit:before {
    background: url("../img/top/recruit_bg_sp.jpg") no-repeat top/cover;
  }
}

.top-recruit__inner {
  max-width: 780px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.top-recruit__heading {
  text-align: center;
  color: #fff;
}

.top-recruit__roma {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-recruit__ja {
  color: #fff;
}

.top-recruit__text {
  line-height: 1.8;
  color: #fff;
}
@media screen and (min-width: 881px) {
  .top-recruit__text {
    margin-top: 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 880px) {
  .top-recruit__text {
    margin-top: 16px;
  }
}

.top-recruit__buttonWrap {
  max-width: 314px;
}
@media screen and (min-width: 881px) {
  .top-recruit__buttonWrap {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 880px) {
  .top-recruit__buttonWrap {
    margin: 30px auto 0;
  }
}

.top-recruit__button {
  min-height: 60px;
}