@charset "utf-8";


/*--------------------------------------------
kv
--------------------------------------------*/
.h-kv {
  position: relative;
  overflow: hidden;
}

.h-slider li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .h-slider li {
    height: 147.466vw
  }
}

.h-slider__slide01 {
  background-image: url("../images/home/kv_01.jpg");
}

@media (max-width: 750px) {
  .h-slider__slide01 {
    background-image: url("../images/home/kv_01_sp.jpg");
  }
}

.h-slider__slide02 {
  background-image: url("../images/home/kv_02.jpg");
}

@media (max-width: 750px) {
  .h-slider__slide02 {
    background-image: url("../images/home/kv_02_sp.jpg");
  }
}

.h-slider__slide03 {
  background-image: url("../images/home/kv_03.jpg");
}

@media (max-width: 750px) {
  .h-slider__slide03 {
    background-image: url("../images/home/kv_03_sp.jpg");
  }
}

.h-slider__slide04 {
  background-image: url("../images/home/kv_04.jpg");
}

@media (max-width: 750px) {
  .h-slider__slide04 {
    background-image: url("../images/home/kv_04_sp.jpg");
  }
}

.h-slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh;
  /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .h-slider {
    position: relative;
    z-index: 1;
    height: 147.466vw;
  }
}

.h-slider img {
  transform-origin: center top;
  transform: scale(1.1);
  transition: 5s ease-in;
}

.h-slider .slick-active img {
  transform: scale(1.1);
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.slick-slide.moving {
  animation: 11s zoomIn;
}


.mv-zm {
  display: block;
  overflow: hidden;
}

.mv-zm img {
  width: 100%;
  height: auto;
  animation: animationZoom1 5s ease-in-out forwards;
}

@keyframes animationZoom1 {
  100% {
    transform: scale(1.1);
  }
}


.h-kv__txt {
  position: absolute;
  bottom: 4vw;
  right: 7.32vw;
  z-index: 1;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-kv__txt {
    right: 8vw;
  }
}

/* txt 01 */
.h-kv__txt__01__inner {
  display: inline-block;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 0.8em;
  border-bottom: solid 1px #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-kv__txt__01__inner {
    font-size: 3.2vw;
  }
}

/* txt 02 */
.h-kv__txt__02 {
  margin-top: 20px;
}

.h-kv__txt__02 div {
  display: block;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  color: #fff;
  font-size: 60px;
  font-weight: 900;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-kv__txt__02 div {
    font-size: 8vw;
  }
}

.h-kv__txt__02 div span {
  display: inline-block;
  font-size: 76.8px;
  letter-spacing: 0;
  position: relative;
  margin-right: 0.1em;
  font-feature-settings: "palt";
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-kv__txt__02 div span {
    font-size: 10.24vw;
  }
}

.h-kv__txt__02 div span::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 2px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-kv__txt__02 div span::after {
    height: 3px;
  }
}

/* scroll */
.h-kv__txt_scroll {
  display: none;
  position: absolute;
  bottom: 63px;
  left: -30px;
  transform: rotate(90deg);
  letter-spacing: 0.1em;
  z-index: 1;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-kv__txt_scroll {
    bottom: 12.8vw;
  }
}

.h-kv__txt_scroll a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.15em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-kv__txt_scroll a {
  font-size: 2.666vw;
  }
}

.h-kv__txt_scroll span {
  display: inline-block;
  width: 70px;
  height: 1em;
  margin-left: 18px;
  overflow: hidden;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-kv__txt_scroll span {
    width: 15.466vw;
    margin-left: 1.333vw;
  }
}

.h-kv__txt_scroll span::after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 60%;
  left: 0;
}

.h-kv__txt_scroll span::before {
  content: "";
  display: block;
  background: #5c6161;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 60%;
  left: 0;
}

.h-kv__txt_scroll span.h-scroll_ani::after {
  animation-name: scroll_ani;
  animation-fill-mode:backwards;
  animation-duration: 1.5s;
  animation-iteration-count:infinite;
  animation-delay: 0s;
}

@keyframes scroll_ani {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.h-wrap {
  overflow: hidden;
  position: relative;
}

.h-sec_wide {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.h-sec {
  width: 79.502%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-sec {
    width: 86.666%;
  }
}


/*--------------------------------------------
message
--------------------------------------------*/
.h-message {
  padding-top: 150px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-message {
    padding-top: 15.333vw;
  }
}

.h-message__heading {
  /* 幅をauto */
  display: block;
  width:-moz-fit-content;
  width:fit-content;
}

.h-message__inner {
  margin-top: 50px;
  padding-left: 38.674%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-message__inner {
    margin-top: 6.666vw;
    padding-left: 0;
  }
}

/* txt 01 */
.h-message__inner__txt_01 {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.9em;
  margin-top: 1.2em;
  pointer-events: none;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-message__inner__txt_01 {
    font-size: 4vw;
  }
}

.h-message__inner__txt_01:first-child {
  margin-top: 0;
}

/* 語尾ライン */
.h-message__inner__txt_01__line {
  display: inline-block;
  width: 43px;
  height: 1em;
  position: relative;
  margin-left: 0.2em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-message__inner__txt_01__line {
    width: 7.066vw;
  }
}

.h-message__inner__txt_01__line::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0.55em;
  left: 0;
}

/* txt 02 */
.h-message__inner__txt_02 {
  margin-top: 25px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  color: #162c83;
  font-size: 60px;
  font-weight: 900;
  font-feature-settings: "palt";
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-message__inner__txt_02 {
    font-size: 8vw;
    margin-top: 6vw;
  }
}

.h-message__inner__txt_02__ls_s {
  letter-spacing: -0.5em
}

.h-message__inner__txt_02__l {
  display: inline-block;
  font-size: 76.8px;
  letter-spacing: 0;
  position: relative;
  margin-right: 0.1em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-message__inner__txt_02__l {
    font-size: 10.24vw;
  }
}

.h-message__inner__txt_02__l::after {
  content: "";
  background: #162c83;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 2px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-message__inner__txt_02__l::after {
    height: 0.666vw;
    bottom: 0.2666vw;
  }
}

/* bg txt */
.h-message_bg_txt {
  position: absolute;
  bottom: 130px;
  white-space: nowrap;
  display: flex;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-message_bg_txt {
    bottom: 15vw;
  }
}

.h-message_bg_txt_01,
.h-message_bg_txt_02 {
  font-size: 180px;
  color: #ebeef2;
  font-weight: 900;
  width: 100%;
  padding-left: 0.3em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-message_bg_txt_01,
  .h-message_bg_txt_02 {
    font-size: 24vw;
  }
}
.h-message_bg_txt_01 {
  animation-name: bg_txt_01;
  animation-fill-mode:backwards;
  animation-duration: 35s;
  animation-iteration-count:infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}
@keyframes bg_txt_01 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.h-message_bg_txt_02 {
  animation-name: bg_txt_02;
  animation-fill-mode: backwards;
  animation-duration: 35s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}
@keyframes bg_txt_02 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}




/*--------------------------------------------
special
--------------------------------------------*/
.h-special {
  margin-top: 150px;
  padding: 80px 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-special {
    margin-top: 13.333vw;
    padding: 13.333vw 0 10.5vw 0;
  }
}

.h-special__bg {
  width: 80.746%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-special__bg {
    width: 90.666%;
  }
}

.h-special__bg__inner {
  background: #162c83;
  height: 100%;
  width: 100%;
}

.h-special__inner {
  width: 79.502%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-special__inner {
    width: 82.666%;
    margin: 0 0 0 13.333vw;
    display: block;
  }
}

.h-special__inner__left {
  width: 35.359%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-special__inner__left {
    width: 100%;
  }
}

.h-special__inner__left {
  /* 幅をauto */
  display: block;
  width:-moz-fit-content;
  width:fit-content;
}

.h-special__inner__right {
  width: 57.09%;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-special__inner__right {
    width: 100%;
    margin-top: 9.066vw;
  }
}

.h-special__inner__right__txt {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 6.4%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-special__inner__right__txt {
    bottom: 4.666vw;
  }
}

.h-special__inner__right__txt__01 {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 0.5em;
  letter-spacing: 0.1em;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-special__inner__right__txt__01 {
    font-size: 2.933vw;
  }
}

.h-special__inner__right__txt__01::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.h-special__inner__right__txt__02 {
  margin-top: 20px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-special__inner__right__txt__02 {
    margin-top: 2vw;
    font-size: 4.8vw;
  }
}


/*--------------------------------------------
BUSINESS
--------------------------------------------*/
.h-business {
  width: 79.502%;
  max-width: 1280px;
  margin: 150px auto 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-business {
    width: 73.333%;
    display: block;
    margin-top: 14.333vw;
  }
}

.h-business__left {
  width: 39.042%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-business__left {
    width: 100%;
  }
}

.h-business__left__heading {
  /* 幅をauto */
  display: block;
  width:-moz-fit-content;
  width:fit-content;
}

.h-business__right {
  width: 53.406%;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-business__right {
    width: 100%;
    margin-top: 9.066vw;
  }
}

.h-business__right__txt {
  position: absolute;
  bottom: 30px;
  left: 6.4%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-business__right__txt {
    bottom: 4.666vw;
  }
}

.h-business__right__txt__01 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-business__right__txt__01 {
    font-size: 4.8vw;
  }
}


/*--------------------------------------------
people
--------------------------------------------*/
.h-people {
  margin-top: 180px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-people {
    margin-top: 18.666vw;
  }
}

/* bg */
.h-people__bg {
  position: absolute;
  top: 6%;
  right: 0;
  width: 74.943%;
  height: 88%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-people__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 41%;
    height: calc(100% - 16vw);
  }
}

/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-people .h-sec {
    padding-top: 7vw;
  }
}

.h-people__bg__inner {
  width: 100%;
  height: 100%;
}

.h-people__bg__inner span:nth-child(1) {
  display: block;
  background: #ebeef2;
  width: 66%;
  height: 24%;
  margin-left: auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-people__bg__inner span:nth-child(1) {
    width: 100%;
    height: 100%;
  }
}

.h-people__bg__inner span:nth-child(2) {
  display: block;
  background: #ebeef2;
  width: 100%;
  height: 76%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-people__bg__inner span:nth-child(2) {
    display: none;
  }
}

/* リスト */
.h-people__inner {
  width: 88.213%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-people__inner {
    width: 100%;
  }
}

.h-people__inner dt {
  margin-left: -6.8%;
  width: 42%;
  position: absolute;
  top: 8%;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-people__inner dt {
    margin-left: 0;
    width: 100%;
    position: static;
    margin-right: auto;
    margin-bottom: 3vw;
  }
}

.h-people__inner__heading {
  /* 幅をauto */
  display: block;
  width:-moz-fit-content;
  width:fit-content;
}

.h-people__inner dd {
  width: 29%;
  margin: 6.5% 0 0 6.5%;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-people__inner dd {
    width: 46%;
    margin: 8% 0 0 8%;
  }

  dd.h-people__inner__01,
  dd.h-people__inner__03,
  dd.h-people__inner__05,
  dd.h-people__inner__07 {
    margin-left: 0;
  }
}

/********* pc *********/
@media only screen and (min-width: 751px) {
  dd.h-people__inner__01 {
    margin-left: 35.5%;
    margin-top: 0;
  }

  dd.h-people__inner__02 {
    margin-top: 0;
  }

  dd.h-people__inner__03,
  dd.h-people__inner__06 {
    margin-left: 0;
  }
}

/* txt */
.h-people__inner__txt {
  position: absolute;
  bottom: 7%;
  left: 11%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-people__inner__txt {
    bottom: 6%;
    left: 7%;
  }
}

.h-people__inner__txt__01 {
  color: #fff;
  font-size: 12px;
  font-weight: 100;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-people__inner__txt__01 {
    font-size: 2.666vw;
  }
}

.h-people__inner__txt__02 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0.9em;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-people__inner__txt__02 {
    font-size: 2.666vw;
  }
}


/*--------------------------------------------
共通
--------------------------------------------*/
.h-heading_h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #162c83;
  font-size: 76px;
  margin-bottom: 28px;
  letter-spacing: 0.04em;
  overflow-wrap: break-word;
  /* 文字詰め */
  font-feature-settings: "palt";
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-heading_h2 {
    font-size: 10.133vw;
    margin-bottom: 5.333vw;
  }
}

.h-heading_sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 32px;
  padding-top: 36px;
  position: relative;
  letter-spacing: 0.06em;
  line-height: 1.4;
  /* 文字詰め */
  font-feature-settings: "palt";
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-heading_sub {
    font-size: 6.666vw;
    padding-top: 5.6vw;
  }
}

.h-heading_sub::before {
  content: "";
  background: #cf1126;
  width: 40px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 3px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .h-heading_sub::before {
    width: 8.8vw;
    height: 0.8vw;
    left: 1px;
  }
}

.h-heading_h2.-white,
.h-heading_sub.-white {
  color: #fff;
}





