@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

a:hover {
  opacity: 0.8;
}

.inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}

/*==================================
header
==================================*/
/*==================================
fv
==================================*/
.fv {
  width: 100%;
  position: relative;
  height: calc(100vh - 100px);
}

.fv-image {
  height: calc(100vh - 100px);
  width: 100%;
}

@-webkit-keyframes zoomOutSlightly {
  0% {
    -webkit-transform: translateX(-20%) scale(1.4);
    transform: translateX(-20%) scale(1.4);
    /* 少しズームインした状態から開始 */
  }
  100% {
    -webkit-transform: translateX(0) scale(1.4);
    transform: translateX(0) scale(1.4);
    /* 元の大きさに戻る */
  }
}
@keyframes zoomOutSlightly {
  0% {
    -webkit-transform: translateX(-20%) scale(1.4);
    transform: translateX(-20%) scale(1.4);
    /* 少しズームインした状態から開始 */
  }
  100% {
    -webkit-transform: translateX(0) scale(1.4);
    transform: translateX(0) scale(1.4);
    /* 元の大きさに戻る */
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes zoomOutSlightly {
    0% {
      -webkit-transform: translateX(-10%) scale(1.1);
      transform: translateX(-10%) scale(1.1);
    }
    100% {
      -webkit-transform: translateX(0) scale(1.1);
      transform: translateX(0) scale(1.1);
    }
  }
  @keyframes zoomOutSlightly {
    0% {
      -webkit-transform: translateX(-5%) scale(1.1);
      transform: translateX(-5%) scale(1.1);
    }
    100% {
      -webkit-transform: translateX(0) scale(1.1);
      transform: translateX(0) scale(1.1);
    }
  }
}
#mainvisual .vegas-slide {
  -webkit-animation: zoomOutSlightly 15s ease-in-out forwards;
  animation: zoomOutSlightly 15s ease-in-out forwards;
}

.vegas-content-scrollable {
  overflow: hidden;
}

.fv__inner {
  position: absolute;
  display: block;
  top: 50%;
  color: #fff;
  max-width: 1150px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    top: 50%;
  }
}

.fv__contents {
  position: absolute;
  top: 45%;
}
.fv__copy1 {
  font-size: 65px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fv__copy1 {
    font-size: 32px;
  }
}

.fv__copy2 {
  font-size: 27px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .fv__copy2 {
    font-size: 14px;
    margin-top: 20px;
  }
}

@-webkit-keyframes circlemove {
  0% {
    top: -100px;
    opacity: 1;
  }
  100% {
    top: -20px;
    opacity: 1;
  }
}

@keyframes circlemove {
  0% {
    top: -100px;
    opacity: 1;
  }
  100% {
    top: -20px;
    opacity: 1;
  }
}
.header__scroll {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  right: 3%;
  height: 110px;
  bottom: 5vh;
  letter-spacing: 3px;
  font-size: 12px;
  display: block;
  font-family: Times New Roman, Times, 游明朝体, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, ＭＳＰ明朝, MS PMincho, MS明朝, serif;
}
@media screen and (max-width: 767px) {
  .header__scroll {
    bottom: 0;
  }
}
.header__scroll::before {
  content: "";
  height: 80px;
  width: 0.7px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -100px;
}
.header__scroll::after {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -100px;
  -webkit-animation: circlemove 2.5s ease-in-out infinite;
          animation: circlemove 2.5s ease-in-out infinite;
}

.fv__bottom {
  padding-top: 45.458984375%;
  background: url("../image/sec01.jpg") no-repeat center center/cover;
  position: relative;
}
.fv__bottom .inner {
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fv__bottom-text {
  margin-top: 80px;
  font-size: 55px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-shadow: #008eff 1px 0 20px;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 767px) {
  .fv__bottom-text {
    font-size: 20px;
    margin-top: 40px;
  }
}

/*==================================
letter
==================================*/
@media screen and (max-width: 767px) {
  .letter {
    padding-top: 30px;
  }
}

.letter__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.letter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-text 20s linear infinite;
          animation: loop-text 20s linear infinite;
}

.double-content {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 224px;
  font-weight: 900;
  white-space: nowrap;
  color: #003067;
  letter-spacing: 0.001em;
}
.double-content span {
  font-weight: 300;
  letter-spacing: 0.000001em;
}
@media screen and (max-width: 767px) {
  .double-content {
    font-size: 60px;
  }
}

@-webkit-keyframes loop-text {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes loop-text {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*==================================
about
==================================*/
.about {
  margin-top: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 30px;
  }
}

.about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: calc(50% - 50vw);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .about__contents {
    display: block;
    margin-right: 0;
  }
}

.about__bg {
  position: absolute;
  background: #003067;
  opacity: 0.1;
  width: 68%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about__bg {
    width: 100%;
  }
}

.about__left {
  width: 40%;
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .about__left {
    width: 100%;
  }
}

.sec__title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 1200px) {
  .sec__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec__title {
    text-align: center;
  }
}

.sec__title-en {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .sec__title-en {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sec__title-en {
    text-align: center;
  }
}

.about__copy {
  font-size: 48px;
  margin-top: 30px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .about__copy {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .about__copy {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .about__copy {
    text-align: center;
  }
}

.about__text {
  margin-top: 30px;
  max-width: 500px;
  width: 100%;
}

.about__right {
  width: 60%;
  margin-top: -150px;
  padding-bottom: 30px;
}
@media screen and (max-width: 970px) {
  .about__right {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .about__right {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 80px;
  }
}

.about__img-1 {
  max-width: 90%;
  margin-left: auto;
}

.about__img-2 {
  max-width: 30%;
  margin-right: auto;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .about__img-2 {
    max-width: 40%;
  }
}

.about__img-3 {
  max-width: 60%;
  margin-top: 150px;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .about__img-3 {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec__button {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sec__button {
    text-align: center;
  }
}
.sec__button a {
  border: 1px solid #333;
  padding: 15px 80px 15px 60px;
  position: relative;
  display: inline-block;
}
.sec__button a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: url("../image/top/button.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec__button a:hover::after {
  margin-left: 15px;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}

.sec__button-message a {
  padding: 15px 100px 15px 80px;
}

/*==================================
message
==================================*/
.message {
  margin-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .message {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

.message__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(50% - 50vw);
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .message__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 0;
  }
}

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

.message__copy {
  font-size: 35px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .message__copy {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .message__copy {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .message__copy {
    text-align: center;
  }
}

.message__right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .message__right {
    width: 100%;
  }
}

.message__img {
  margin-top: 30px;
}

.about__text {
  line-height: 2.1875;
}

/*==================================
service
==================================*/
.service {
  color: #fff;
  background: #003067;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .service {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.service .sec__button {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .service .sec__button {
    margin-top: 50px;
  }
}
.service .sec__button a {
  background: #fff;
}

.sec__title-service {
  text-align: center;
}

.sec__title-en-service {
  text-align: center;
}

.service__item {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .service__item {
    display: block;
    margin-top: 60px;
  }
}

.service__item-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.service__item-left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .service__item-left {
    width: 100%;
  }
}

.service__item-number {
  font-size: 60px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  border-bottom: 3px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .service__item-number {
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.service__item-copy {
  margin-top: 50px;
  font-size: 35px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 1200px) {
  .service__item-copy {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .service__item-copy {
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
  }
}

.service__item-text {
  margin-top: 20px;
  line-height: 2.1875;
}

.service__item-right {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .service__item-right {
    width: 100%;
    margin-top: 20px;
  }
}

/*=============================
parallax
===============================*/
.parallax1 {
  background-attachment: fixed;
  background-image: url("../image/top/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .parallax1 {
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    height: 30vh;
  }
}

/*=============================
area
===============================*/
.area {
  padding-top: 150px;
  overflow-y: hidden;
  padding-bottom: 500px;
}
@media screen and (max-width: 1200px) {
  .area {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 767px) {
  .area {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.area__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area__contents {
    display: block;
  }
}
.area__contents::after {
  position: absolute;
  content: "";
  background: url(../image/top/area.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 840px;
  height: 770px;
  right: -20px;
}
@media screen and (max-width: 1200px) {
  .area__contents::after {
    width: 500px;
    height: 470px;
  }
}
@media screen and (max-width: 767px) {
  .area__contents::after {
    display: none;
  }
}

.area__right {
  margin-top: 30px;
}

.area__copy {
  margin-top: 50px;
  font-size: 35px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .area__copy {
    margin-top: 20px;
    font-size: 24px;
    text-align: center;
  }
}

.area__text {
  margin-top: 30px;
  line-height: 2.1875;
}
@media screen and (max-width: 767px) {
  .area__text {
    margin-top: 20px;
    text-align: center;
  }
}

/*=============================
recruit
===============================*/
.recruit {
  padding: 100px 0 150px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit {
    padding: 80px 0;
  }
}
.recruit::before {
  position: absolute;
  content: "";
  background: #003067;
  width: 100%;
  top: 0;
  height: 92%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit::before {
    height: 100%;
  }
}
.recruit .sec__button a {
  background: #fff;
}

.recruit__img {
  position: absolute;
  right: 0;
  bottom: 0px;
  max-width: 803px;
  width: 100%;
}
@media screen and (max-width: 1350px) {
  .recruit__img {
    max-width: 600px;
  }
}
@media screen and (max-width: 1050px) {
  .recruit__img {
    max-width: 340px;
    bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__img {
    position: static;
    margin-top: 30px;
  }
}

.recruit__item-copy {
  margin-top: 50px;
  font-size: 35px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 1200px) {
  .recruit__item-copy {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__item-copy {
    margin-top: 20px;
    font-size: 24px;
    text-align: center;
  }
}

.recruit__item-text {
  margin-top: 20px;
  line-height: 2.1875;
}
@media screen and (max-width: 767px) {
  .recruit__item-text {
    text-align: center;
  }
}