@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: "roboto500";
  src: url("../font/Roboto-Medium.woff");
}
@font-face {
  font-family: "roboto700";
  src: url("../font/Roboto-Bold.woff");
}
.top-mainVisual {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .top-mainVisual {
    height: calc(100vh - 107px);
    background: url("../img/top/mv.webp") no-repeat center bottom/cover;
  }
}
@media screen and (max-width: 768px) {
  .top-mainVisual {
    height: calc(100vh - 69px);
    background: url("../img/top/mv.webp") no-repeat left 30% bottom/cover;
  }
}

.top-mainVisual__description {
  position: absolute;
  top: 22%;
}
@media screen and (min-width: 769px) {
  .top-mainVisual__description {
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .top-mainVisual__description {
    width: calc(100% - 30px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.top-mainVisual__catch {
  line-height: 1.35;
  font-family: notoSans700, sans-serif;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .top-mainVisual__catch {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .top-mainVisual__catch {
    font-size: clamp(28px, 9vw, 35px);
  }
}

.top-mainVisual__en {
  margin-top: 10px;
  font-family: roboto700, sans-serif;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .top-mainVisual__en {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .top-mainVisual__en {
    font-size: 11px;
  }
}

.top-about {
  position: relative;
  overflow: hidden;
}
.top-about:after {
  content: "";
  width: 100%;
  height: 61%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background-color: #F2F6F9;
}
@media screen and (min-width: 769px) {
  .top-about {
    min-height: 1095px;
    padding: 140px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 40px 0 20px;
  }
}

.top-about__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.top-about__description {
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .top-about__description {
    max-width: 1050px;
  }
}
@media screen and (max-width: 768px) {
  .top-about__description {
    max-width: 580px;
  }
}

.top-about__heading {
  line-height: 1.56;
  font-family: notoSans700, sans-serif;
}
@media screen and (min-width: 769px) {
  .top-about__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .top-about__heading {
    font-size: 22px;
  }
}
.top-about__heading span {
  background-color: #F2F6F9;
}
@media screen and (min-width: 769px) {
  .top-about__heading span {
    padding: 0 5px;
  }
}

.top-about__text {
  line-height: 1.77;
  font-family: notoSans500, sans-serif;
}
@media screen and (min-width: 769px) {
  .top-about__text {
    margin-top: 35px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .top-about__text {
    margin-top: 20px;
    font-size: 16px;
  }
}
.top-about__text span {
  background-color: #F2F6F9;
}
@media screen and (min-width: 769px) {
  .top-about__text span {
    padding: 0 5px;
  }
}

@media screen and (max-width: 768px) {
  .top-about__bgGroup {
    max-width: 520px;
    margin: 0 auto;
  }
}

.top-about__bgImage:first-child {
  max-width: 950px;
}
.top-about__bgImage:nth-child(2) {
  max-width: 623px;
}
.top-about__bgImage:nth-child(3) {
  max-width: 420px;
}
.top-about__bgImage:nth-child(4) {
  max-width: 384px;
}
@media screen and (min-width: 769px) {
  .top-about__bgImage {
    position: absolute;
    z-index: -1;
  }
  .top-about__bgImage:first-child {
    top: 100px;
    right: 0;
  }
  .top-about__bgImage:nth-child(2) {
    top: 50%;
  }
  .top-about__bgImage:nth-child(3) {
    top: 72%;
    left: 57%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-about__bgImage:nth-child(4) {
    bottom: 0;
    left: 78%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .top-about__bgImage {
    display: inline-block;
  }
  .top-about__bgImage:first-child {
    max-width: 550px;
    margin: 60px auto 0;
    display: block;
  }
  .top-about__bgImage:nth-child(2) {
    max-width: 623px;
    width: 60%;
    margin: 15px 0 0 15px;
  }
  .top-about__bgImage:nth-child(3) {
    max-width: 420px;
    width: 34%;
    -webkit-transform: translateY(15px) translateX(-15px);
            transform: translateY(15px) translateX(-15px);
  }
  .top-about__bgImage:nth-child(4) {
    max-width: 258px;
    width: 70%;
    margin: -15% auto 0;
    display: block;
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 769px) {
  .top-service {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-service {
    padding-top: 20px;
  }
}

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

.top-service__list {
  margin-top: 42px;
}

.top-service__anchor {
  min-height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.top-service__anchor:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#333));
  background: linear-gradient(to bottom, transparent, #333);
}
@media screen and (min-width: 769px) {
  .top-service__anchor {
    padding: 50px 0;
  }
  .top-service__anchor:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .top-service__anchor {
    padding: 30px 0;
  }
}
.top-service__anchor img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.top-service__anchorDesc {
  max-width: 1366px;
  width: calc(100% - 30px);
  height: 100%;
  margin: 0 auto;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .top-service__anchorDesc {
    padding-right: 220px;
  }
}

.top-service__anchorTitle {
  font-family: notoSans700, sans-serif;
}
@media screen and (min-width: 769px) {
  .top-service__anchorTitle {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .top-service__anchorTitle {
    font-size: 22px;
  }
}

.top-service__anchorText {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .top-service__anchorText {
    font-size: 18px;
    line-height: 1.94;
  }
}
@media screen and (max-width: 768px) {
  .top-service__anchorText {
    line-height: 1.8;
  }
}

.top-service__button {
  width: 205px;
  min-height: 63px;
  padding-left: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 17px;
  font-family: notoSans500, sans-serif;
}
@media screen and (min-width: 769px) {
  .top-service__button {
    top: 5%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .top-service__button.--arrow {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .top-service__button {
    margin: 20px auto 0;
  }
}

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

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

@media screen and (min-width: 769px) {
  .top-news__row {
    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;
  }
}

@media screen and (min-width: 769px) {
  .top-news__list {
    width: 73%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-news__list {
    margin-top: 40px;
  }
}

.top-news__item:not(:last-child) {
  border-bottom: 1px solid #B5B5B5;
}

.top-news__anchor {
  padding: 30px 0;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .top-news__anchor {
    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-news__anchor {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .top-news__anchor:hover .top-news__anchorText {
    text-decoration: none;
  }
}

.top-news__date {
  font-size: 15px;
  font-family: notoSans500, sans-serif;
  color: #214D74;
}
@media screen and (min-width: 769px) {
  .top-news__date {
    width: 120px;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .top-news__date {
    display: block;
  }
}

.top-news__anchorText {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .top-news__anchorText {
    width: calc(100% - 120px);
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .top-news__anchorText {
    display: block;
  }
}

.top-news__button {
  max-width: 205px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 63px;
}
.top-news__button.--arrow {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .top-news__button {
    margin: 40px auto 0;
  }
}

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

.top-careers__inner {
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .top-careers__inner {
    max-width: 1366px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .top-careers__inner {
    max-width: 560px;
  }
}

.top-careers__read {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .top-careers__read {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-careers__read {
    margin-top: 40px;
  }
}

.top-careers__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .top-careers__boxes {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-careers__boxes {
    margin-top: 40px;
  }
}

.top-careers__box {
  line-height: 1.5;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .top-careers__box {
    width: 47%;
    padding: 40px;
  }
  .top-careers__box:nth-child(2n) {
    margin-left: 6%;
  }
}
@media screen and (max-width: 768px) {
  .top-careers__box {
    width: 100%;
    padding: 30px;
  }
  .top-careers__box:nth-child(n+2) {
    margin-top: 30px;
  }
}

.top-careers__boxTitle {
  font-size: 20px;
  font-family: notoSans700, sans-serif;
}

.top-careers__list {
  margin-top: 16px;
}

.top-careers__button {
  max-width: 266px;
  width: 100%;
  min-height: 63px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-careers__button.--arrow {
  padding: 0 40px;
}
.top-careers__button.--arrow:after {
  right: 20px;
}
@media screen and (min-width: 769px) {
  .top-careers__button {
    top: 35%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top-careers__button.--arrow {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .top-careers__button {
    margin: 40px auto 0;
  }
}