@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: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
.top {
  overflow: hidden;
}

.c-top__heading {
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-top__heading {
    margin-bottom: 10px;
    font-size: 30px;
    letter-spacing: 4px;
  }
}

.c-top__headsub {
  position: relative;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  color: #064EA2;
  display: block;
  padding-left: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .c-top__headsub {
    font-size: 15px;
  }
}
.c-top__headsub:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #E0BCBC;
}
@media screen and (max-width: 767px) {
  .c-top__headsub:before {
    top: 5px;
  }
}

.top-movie {
  position: relative;
}

.movie-wrap {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0;
  top: 0;
  left: 0;
  z-index: -1;
}

.movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.top-pop {
  border-radius: 15px;
  border: 3px solid #064EA2;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .top-pop {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    padding: 10px;
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 100%;
    height: 100%;
    max-width: 240px;
    max-height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .top-pop {
    overflow: hidden;
  }
}
.top-pop.js_active {
  opacity: 1;
  visibility: visible;
}
.top-pop .top-pop__link {
  display: block;
}
.top-pop .top-pop__close {
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #064EA2;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  line-height: 35px;
  z-index: 105;
}
.top-pop .top-pop__close:before, .top-pop .top-pop__close:after {
  display: block;
  content: "";
  position: absolute;
  top: 20%;
  left: 48%;
  width: 2px;
  height: 18px;
  border-radius: 20px;
  background: #fff;
}
.top-pop .top-pop__close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.top-pop .top-pop__close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-catch {
  background-color: #064EA2;
  color: #fff;
  text-align: center;
  padding: 8px 0;
}

.top-catch__heading {
  font-size: 19px;
  line-height: 1.47;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-catch__heading {
    font-size: 15px;
    line-height: 1.33;
  }
}

.top-mvNews {
  background-color: #F9F9F9;
  padding: 22px 0 20px;
}
@media screen and (max-width: 767px) {
  .top-mvNews {
    margin-bottom: 20px;
  }
}

.top-mvNews__heading {
  color: #064EA2;
  margin-right: 20px;
  font-size: 20px;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-mvNews__heading {
    font-size: 16px;
  }
}

.top-mvNews__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .top-mvNews__wrap {
    display: block;
  }
}

.top-mvNews__list {
  width: calc(100% - 55px);
}
@media screen and (max-width: 767px) {
  .top-mvNews__list {
    width: 100%;
  }
}

.top-mvNews__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .top-mvNews__link {
    display: block;
  }
}
.top-mvNews__link:after {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/common/icon_arrow_white_circle.svg") no-repeat center/contain;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
}
.top-mvNews__link:hover .top-mvNews__title:before {
  opacity: 1;
}

.top-mvNews__date {
  font-size: 15px;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  margin-right: 20px;
}

.top-mvNews__title {
  position: relative;
  font-size: 14px;
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .top-mvNews__title {
    width: calc(100% - 40px);
  }
}
.top-mvNews__title:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px dotted #064EA2;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-mvNews__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 6px;
  color: #064EA2;
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.top-mvNews__btnLink {
  border-bottom: 1px dotted #064EA2;
  display: inline-block;
}

.top-mvNews__noitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-mvNews__text {
  line-height: 1.5;
}

.top-mission {
  background-color: #F5F5F5;
  border-radius: 10px;
  margin: 80px auto;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .top-mission {
    margin: 30px auto 70px;
    padding: 50px 20px;
  }
}

.top-mission__wrap {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 768px) {
  .top-mission__wrap {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "box image" "btn btn";
  }
}
@media screen and (max-width: 767px) {
  .top-mission__wrap {
        grid-template-areas: "box" "image" "btn";
  }
}
.top-mission__box {
  grid-area: box;
  font-size: 18px;
  line-height: 1.5;
}

.top-mission__imgWrap {
  grid-area: image;
}
@media screen and (max-width: 1279px) {
  .top-mission__imgWrap {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .top-mission__imgWrap {
    max-width: 280px;
  }
}

.top-mission__btn {
  grid-area: btn;
  font-size: 14px;
  line-height: 1.7;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .top-mission__btn {
    margin-top: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-mission__copy {
  color: #fff;
  background-color: #064EA2;
  font-size: 36px;
  line-height: 1.67;
  text-align: left;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  display: table;
  padding: 0 20px;
}
.top-mission__copy:nth-of-type(n + 2) {
  margin-top: 22px;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .top-mission__copy {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .top-mission__copy {
    font-size: 22px;
    padding: 0 10px;
  }
  .top-mission__copy:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}

.top-mission__text {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .top-mission__text {
    margin: 20px 0 30px;
  }
}

.top-business {
  position: relative;
  background: #FFF7F4;
}

.top-business__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .top-business__wrap {
    width: 100vw;
    margin: 0 calc((50vw - 50%) * -1);
    padding: 0 calc(50vw - 50%);
  }
}
.top-business__box {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top-business__copyWrap {
    display: block;
    max-width: 360px;
  }
}

.top-business__copy {
  color: #064EA2;
  background-color: #fff;
  font-size: 36px;
  line-height: 1.67;
  text-align: left;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 20px;
}
.top-business__copy:nth-of-type(n + 2) {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .top-business__copy {
    font-size: 22px;
    padding: 0 10px;
  }
  .top-business__copy:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}

.top-business__read {
  margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .top-business__read {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top-business__read {
    margin: 20px 0 30px;
  }
}

.top-business__bgWrap {
  position: absolute;
  top: -34px;
  right: 0;
  width: 48vw;
  margin: 0 calc((50vw - 50%) * -1) 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .top-business__bgWrap {
    top: -40px;
    width: 55vw;
  }
}

.top-business__splide {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-business__splide:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 146px;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 250, 248, 0.58)), color-stop(60%, rgb(255, 248, 246)), to(rgb(255, 247, 244)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 250, 248, 0.58) 30%, rgb(255, 248, 246) 60%, rgb(255, 247, 244) 100%);
  }
}
@media screen and (min-width: 768px) {
  .top-business__splide .splide__list {
    display: block;
    width: calc(100% - 100px);
    margin-left: auto !important;
  }
}
.top-business__splide .splide__slide {
  border: 1px solid #064EA2;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .top-business__splide .splide__slide {
    padding: 30px 30px 40px;
  }
}
.top-business__splide .splide__pagination {
  right: inherit;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top-business__splide .splide__pagination {
    margin: 0 auto;
    right: 0;
    bottom: -30px;
  }
}
.top-business__splide .splide__pagination__page {
  background: #fff;
  border: 1px solid #064EA2 !important;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  opacity: 1;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
@media screen and (min-width: 768px) {
  .top-business__splide .splide__pagination__page {
    width: 15px;
    height: 15px;
    margin: 7px 0;
  }
}
@media screen and (max-width: 767px) {
  .top-business__splide .splide__pagination__page {
    width: 10px;
    height: 10px;
  }
}
.top-business__splide .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #064EA2;
}
@media screen and (max-width: 767px) {
  .top-business__splide .splide__arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    width: calc(100% + 30px);
    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: 767px) {
  .top-business__splide .splide__arrow {
    position: relative;
    width: 40px;
    height: 40px;
    opacity: 1;
    border: 1px solid #064EA2;
    background-color: #fff;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .top-business__splide .splide__arrow:after {
    content: "";
    display: block;
    background-color: #064EA2;
    -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
            mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
    width: 8px;
    height: 10px;
  }
  .top-business__splide .splide__arrow:hover {
    border: 1px solid #fff;
    background-color: #064EA2;
  }
  .top-business__splide .splide__arrow:hover:after {
    background-color: #fff;
  }
  .top-business__splide .splide__arrow--prev {
    left: 0;
  }
  .top-business__splide .splide__arrow--prev:after {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .top-business__splide .splide__arrow--next {
    right: 0;
  }
}

.top-business__title {
  display: inline-block;
  font-size: 20px;
  line-height: 1.75;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  border-bottom: 1px dotted #064EA2;
}

.top-business__imgWrap {
  width: 100%;
  height: 200px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .top-business__imgWrap {
    height: 152px;
  }
}

.top-business__img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .top-business__img {
    width: 100%;
  }
}

.top-business__slideBox {
  display: -ms-grid;
  display: grid;
  font-family: notoSans700, sans-serif;
}
@media screen and (min-width: 768px) {
  .top-business__slideBox {
        grid-template-areas: "box text" "box text";
  }
  .top-business__slideBox > .top-mission__box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .top-business__slideBox {
        grid-template-areas: "box" "text";
  }
  .top-business__slideBox > .top-mission__box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}

.top-business__slideUp {
  grid-area: box;
  font-size: 18px;
  line-height: 1.5;
}

.top-business__slideDown {
  display: -ms-grid;
  display: grid;
  grid-area: text;
}
@media screen and (min-width: 1280px) {
  .top-business__slideDown {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .top-business__slideDown {
    margin-left: 20px;
  }
}

.top-business__head {
  display: inline-block;
  font-size: 20px;
  line-height: 1.75;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-business__head {
    margin: 15px 0 20px;
  }
}

.top-business__text {
  margin: 0 auto;
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.top-business__btn {
  font-size: 14px;
  line-height: 1.7;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .top-business__btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-business__btn {
    margin-top: 30px;
  }
}

.top-maintenance {
  position: relative;
  background: #FFF7F4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-maintenance {
    padding: 40px 0;
  }
}
.top-maintenance:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #064EA2;
  border-radius: 0 100px 0 0;
}
@media screen and (max-width: 767px) {
  .top-maintenance:before {
    border-radius: 0 60px 0 0;
    width: calc(100% - 20px);
  }
}

@media screen and (min-width: 768px) {
  .top-maintenance__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100vw;
    margin: 0 calc((50vw - 50%) * -1);
    padding: 50px calc(50vw - 50%) 0;
  }
}
@media screen and (max-width: 767px) {
  .top-maintenance__wrap {
    width: calc(100% - 20px);
  }
}

.top-maintenance__wrap {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 768px) {
  .top-maintenance__wrap {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
        grid-template-areas: "image box";
  }
  .top-maintenance__wrap > .top-mission__box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
  .top-maintenance__wrap > .top-mission__imgWrap {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-maintenance__wrap > .top-business__slideUp {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .top-maintenance__wrap {
        grid-template-areas: "box" "image";
  }
  .top-maintenance__wrap > .top-mission__box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .top-maintenance__wrap > .top-mission__imgWrap {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .top-maintenance__wrap > .top-business__slideUp {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}

.top-maintenance__box {
  grid-area: box;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  width: calc(100% - 98px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-maintenance__box {
    width: 100%;
  }
}

.top-maintenance__heading {
  font-size: 30px;
  line-height: 2;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-maintenance__heading {
    font-size: 20px;
  }
}

.top-maintenance__read {
  margin: 30px 0 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-maintenance__read {
    margin: 20px 0 30px;
  }
}

.top-maintenance__imgWrap {
  grid-area: image;
}

@media screen and (min-width: 768px) {
  .top-mission__box {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-mission__imgWrap {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .top-mission__btn {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .top-business__slideUp {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-business__slideBox > .top-business__slideUp {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .top-business__slideDown {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .top-maintenance__box {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-business__slideBox > .top-maintenance__box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .top-maintenance__wrap > .top-maintenance__box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
  .top-maintenance__imgWrap {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .top-maintenance__wrap > .top-maintenance__imgWrap {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 767px) {
  .top-mission__box {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-mission__imgWrap {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .top-mission__btn {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .top-business__slideUp {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-business__slideBox > .top-business__slideUp {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .top-business__slideBox > .top-business__slideDown {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .top-maintenance__box {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .top-business__slideBox > .top-maintenance__box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .top-maintenance__wrap > .top-maintenance__box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .top-maintenance__imgWrap {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .top-maintenance__wrap > .top-maintenance__imgWrap {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 768px) {
  .top-maintenance__imgWrap {
    position: absolute;
    top: -67px;
    left: 0;
    width: 48vw;
    margin: 0 calc((50vw - 50%) * -1) 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .top-maintenance__imgWrap {
    position: relative;
    width: calc(100% + 50px);
    z-index: 1;
    margin-top: 30px;
    left: -21px;
  }
}

.top-works {
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #E6F2FF calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #E6F2FF calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
  border-top: 1px solid #E6F2FF;
}
@media screen and (max-width: 767px) {
  .top-works {
    padding: 50px 0;
  }
}
.top-works .c-top__heading {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .top-works__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100vw;
    margin: 0 calc((50vw - 50%) * -1);
    padding: 0 calc(50vw - 50%);
  }
}
.top-works__box {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.top-works__anchor {
  display: block;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 10px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .top-works__anchor {
    padding: 20px;
  }
  .top-works__anchor:hover {
    background-color: #DAE5F1;
  }
}
@media screen and (max-width: 767px) {
  .top-works__anchor {
    padding: 15px;
  }
}

.top-works__splide {
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .top-works__splide {
    margin: 70px calc((50vw - 50%) * -1) 50px;
    padding-left: calc(50vw - 50%);
  }
}
@media screen and (max-width: 767px) {
  .top-works__splide {
    margin: 40px auto;
  }
}
.top-works__splide .splide__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .top-works__splide .splide__box {
    margin: 0 0 10px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-works__splide .splide__box {
    width: calc(100% - 40px);
    margin: 0 0 20px;
  }
}
.top-works__splide .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100px;
}
.top-works__splide .splide__arrow {
  position: relative;
  width: 40px;
  height: 40px;
  opacity: 1;
  border: 1px solid #081A28;
  background-color: #fff;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-works__splide .splide__arrow:after {
  content: "";
  display: block;
  background-color: #081A28;
  -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
          mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
  width: 8px;
  height: 10px;
}
.top-works__splide .splide__arrow:hover {
  border: 1px solid #fff;
  background-color: #064EA2;
}
.top-works__splide .splide__arrow:hover:after {
  background-color: #fff;
}
.top-works__splide .splide__arrow--prev {
  left: 0;
}
.top-works__splide .splide__arrow--prev:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.top-works__splide .splide__arrow--next {
  right: 0;
}
.top-works__splide .pagination {
  z-index: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 65px;
  margin-right: 20px;
}
.top-works__splide .pagination span {
  color: #081A28;
  font-size: 20px;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.top-works__splide .slide-line {
  background-color: #081A28;
  display: block;
  width: 1px;
  height: 32px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.top-works__slideUp {
  position: relative;
}

.top-works__imgWrap {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 387px;
}
.top-works__imgWrap > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.top-works__title {
  position: absolute;
  left: 20px;
  bottom: 14px;
  width: calc(100% - 40px);
  color: #fff;
  font-size: 16px;
  line-height: 1.68;
  font-family: notoSans700, sans-serif;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6));
}

.top-works__slideDown {
  margin-top: 20px;
}

.top-works__head {
  font-family: notoSans700, sans-serif;
}

.top-works__text {
  font-size: 14px;
  margin-top: 5px;
  font-family: notoSans500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.top-works__catList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

.top-works__catItem {
  margin: 5px 10px 0 0;
  padding: 4px 20px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  border-radius: 100px;
  background-color: #081A28;
}

.top-news {
  background: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
}

@media screen and (min-width: 1280px) {
  .top-news__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1279px) {
  .top-news__wrap {
    display: block;
  }
}

.top-news__box02 {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .top-news__box02 {
    width: calc(100% - 220px);
    max-width: 830px;
  }
}
.top-news__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #064EA2;
}

.top-news__tab {
  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;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #333;
  background-color: #E4E4E4;
}
.top-news__tab:nth-child(n+2) {
  border-left: 1px solid #064EA2;
}
.top-news__tab.is-active {
  position: relative;
  border-top: 1px solid #064EA2;
  background-color: #fff;
}
.top-news__tab.is-active:after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .top-news__tab {
    width: 180px;
    height: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-news__tab {
    width: 120px;
    height: 40px;
    font-size: 17px;
  }
}

.top-news__list {
  display: none;
  background-color: #fff;
}
.top-news__list.is-show {
  display: block;
}
@media screen and (min-width: 768px) {
  .top-news__list {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-news__list {
    padding-top: 30px;
  }
}

.top-news__item {
  border-bottom: 1px dotted #064EA2;
}
.top-news__item:first-child {
  border-top: 1px dotted #064EA2;
}

.top-news__anchor {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.top-news__anchor:after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/news/icon-arrow.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .top-news__anchor {
    padding: 30px 50px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-news__anchor:after {
    right: 20px;
  }
  .top-news__anchor:hover {
    background-color: #F5F5F5;
  }
}
@media screen and (max-width: 767px) {
  .top-news__anchor {
    padding: 10px 30px 15px 10px;
    display: block;
  }
  .top-news__anchor:after {
    right: 0;
  }
}

.top-news__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .top-news__data {
    width: 190px;
  }
}

.top-news__date {
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.top-news__tag {
  width: 96px;
  margin-left: 15px;
  padding: 2px 5px;
  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;
  color: #fff;
  border-radius: 100px;
  background-color: #064EA2;
}

.top-news__anchorTitle {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .top-news__anchorTitle {
    width: calc(98% - 190px);
  }
}
@media screen and (max-width: 767px) {
  .top-news__anchorTitle {
    margin-top: 15px;
  }
}

.top-recruit {
  position: relative;
  background: url("../img/top/img_recruit.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .top-recruit {
    padding: 50px 0;
    background: url("../img/top/img_recruit.jpg") no-repeat 30%/cover;
  }
}
.top-recruit:before, .top-recruit:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.top-recruit:before {
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.top-recruit:after {
  opacity: 0.5;
  left: 0;
  bottom: 60px;
  background: url("../img/top/img_recruit_bg.png") no-repeat bottom/contain;
}
@media screen and (max-width: 767px) {
  .top-recruit:after {
    bottom: 40px;
    background: url("../img/top/img_recruit_bg.png") no-repeat 0 bottom/200%;
  }
}
.top-recruit .inner {
  position: relative;
  z-index: 1;
}

.top-recruit__copyWrap {
  margin: 50px auto;
  text-align: center;
}

.top-recruit__copy {
  color: #064EA2;
  background-color: #fff;
  font-size: 36px;
  line-height: 1.67;
  text-align: center;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 20px;
}
.top-recruit__copy:nth-of-type(n + 2) {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .top-recruit__copy {
    font-size: 22px;
    padding: 0 10px;
  }
  .top-recruit__copy:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}

.top-recruit__read {
  text-align: center;
  margin: 50px auto;
}