@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 Sans JP", serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
  letter-spacing: 0.1em;
}

a:hover {
  opacity: 0.8;
}

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

/*==================================
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: 60%;
  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: 30%;
  }
}

.fv__contents {
  position: absolute;
  top: 70%;
}
@media screen and (max-width: 767px) {
  .fv__contents {
    top: 40%;
    left: 41%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.fv__copy1 {
  font-size: 65px;
  line-height: 1.3846153846;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .fv__copy1 {
    font-size: 25px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    line-height: 1.68;
  }
}

@-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;
  }
}

/*==================================
news
==================================*/
.news {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 50px 0;
  }
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .news__item {
    display: block;
    border: none;
    padding: 0;
  }
}

.news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 150px;
  width: 130px;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.006em;
  font-family: "Oswald", sans-serif;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .news__title {
    font-size: 24px;
    width: 70px;
    border-right: none;
    margin-bottom: 10px;
  }
}

.news__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 150px);
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .news__contents {
    margin-left: 0px;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .news__date {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .news__text {
    font-size: 14px;
  }
}

/*==================================
about
==================================*/
.about {
  background: url("../img/top/about-bg.jpg") no-repeat center center/cover;
  width: 100%;
  padding-top: 163.4722222222%;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 0;
    background: none;
    color: #000;
    padding-bottom: 50px;
  }
}

.about__contents {
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about__contents {
    position: static;
  }
}

.about__inner {
  margin: 0 auto;
  display: block;
}

.about__title,
.works__title,
.recruit__title {
  text-align: center;
  margin-top: 80px;
  font-size: 40px;
  letter-spacing: 0.004em;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about__title,
  .works__title,
  .recruit__title {
    font-size: 28px;
    margin-top: 50px;
  }
}
.about__title span,
.works__title span,
.recruit__title span {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about__title span,
  .works__title span,
  .recruit__title span {
    font-size: 14px;
  }
}

.about__copy {
  text-align: center;
  margin-top: 50px;
  font-size: 25px;
  letter-spacing: 0.006em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about__copy {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}

.about__text {
  text-align: center;
  margin-top: 20px;
  line-height: 2.5;
  max-width: 723px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.1em;
}

.about__copy2 {
  margin: auto;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 45px;
  margin-top: 145px;
  font-weight: 700;
  font-family: "Noto Sans JP", serif;
  line-height: 1.6666666667;
}

#top-pic img {
  position: absolute;
}
@media screen and (max-width: 767px) {
  #top-pic img {
    display: none;
  }
}

#top-pic .img1 {
  top: 487px;
  left: 0;
  width: 35vw;
  max-width: 516px;
  height: 22.29vw;
  max-height: 321px;
}
@media screen and (max-width: 767px) {
  #top-pic .img1 {
    top: 0;
    left: 0;
    width: 50vw;
    height: 30vw;
  }
}

#top-pic .img2 {
  top: 900px;
  left: 14.13888vw;
  width: 19vw;
  height: 26vw;
  max-width: 280px;
  max-height: 388px;
}
@media screen and (max-width: 767px) {
  #top-pic .img2 {
    top: auto;
    left: 0;
    width: 25vw;
    height: 20vw;
    bottom: 20px;
  }
}

#top-pic .img3 {
  top: 540px;
  /* left: 79.375vw; */
  right: 22.777vw;
  width: 13.75vw;
  height: 18.8888vw;
  max-width: 198px;
  max-height: 272px;
}
@media screen and (max-width: 767px) {
  #top-pic .img3 {
    top: 4.5vw;
    left: auto;
    width: 25vw;
    height: 20vw;
    right: 0;
  }
}

#top-pic .img4 {
  top: 430px;
  right: 4.1666vw;
  width: 14.7222vw;
  height: 15.06944vw;
  max-width: 255px;
  max-height: 235px;
}
@media screen and (max-width: 767px) {
  #top-pic .img4 {
    top: auto;
    left: auto;
    width: 50vw;
    height: 30vw;
    right: 0;
    bottom: 0;
  }
}

#top-pic .img5 {
  top: 970px;
  right: 6.944vw;
  width: 32.9166vw;
  height: 20.1388vw;
  max-width: 474px;
  max-height: 355px;
}
@media screen and (max-width: 767px) {
  #top-pic .img5 {
    top: auto;
    left: auto;
    width: 50vw;
    height: 30vw;
    right: 0;
    bottom: 0;
  }
}

.about__copy2-sp {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-weight: 700;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .about__copy2-sp {
    left: 42%;
  }
}

/*==================================
about-sp
==================================*/
.about__sp {
  background: url("../img/top/about-bg.jpg") no-repeat center center/cover;
  width: 100%;
  padding-top: 163.4722222222%;
  position: relative;
}

#top-pic-sp img {
  position: absolute;
}

#top-pic-sp .img1 {
  top: 487px;
  left: 0;
  width: 35vw;
  max-width: 516px;
  height: 22.29vw;
  max-height: 321px;
}
@media screen and (max-width: 767px) {
  #top-pic-sp .img1 {
    display: none;
  }
}

#top-pic-sp .img2 {
  top: 900px;
  left: 14.13888vw;
  width: 19vw;
  height: 26vw;
  max-width: 280px;
  max-height: 388px;
}
@media screen and (max-width: 767px) {
  #top-pic-sp .img2 {
    top: 250px;
    left: 30px;
    width: 27.2vw;
    height: 36.266vw;
  }
}

#top-pic-sp .img3 {
  top: 540px;
  /* left: 79.375vw; */
  right: 22.777vw;
  width: 13.75vw;
  height: 18.8888vw;
  max-width: 198px;
  max-height: 272px;
}
@media screen and (max-width: 767px) {
  #top-pic-sp .img3 {
    top: 30px;
    right: 20px;
    width: 25.066vw;
    height: 34.44vw;
  }
}

#top-pic-sp .img4 {
  top: 430px;
  right: 4.1666vw;
  width: 14.7222vw;
  height: 15.06944vw;
  max-width: 255px;
  max-height: 235px;
}
@media screen and (max-width: 767px) {
  #top-pic-sp .img4 {
    top: 60px;
    left: 0;
    width: 32.533vw;
    height: 32.833vw;
  }
}

#top-pic-sp .img5 {
  top: 970px;
  right: 6.944vw;
  width: 32.9166vw;
  height: 20.1388vw;
  max-width: 474px;
  max-height: 355px;
}
@media screen and (max-width: 767px) {
  #top-pic-sp .img5 {
    top: 250px;
    right: 0;
    width: 37.066vw;
    height: 24vw;
  }
}

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

.power__copy {
  font-size: 40px;
  line-height: 1.625;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .power__copy {
    font-size: 20px;
    letter-spacing: normal;
  }
}

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

.power__down {
  margin-top: 50px;
}

.power__title {
  font-size: 40px;
  letter-spacing: 0.007em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .power__title {
    font-size: 24px;
  }
}
.power__title .number {
  font-size: 148px;
  display: inline-block;
  vertical-align: -10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .power__title .number {
    font-size: 70px;
  }
}
.power__title .fw-bold {
  font-weight: 700;
}

.power__items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .power__items-wrapper {
    display: block;
    margin-top: 40px;
  }
}

.power__item {
  width: calc(50% - 15px);
  border: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .power__item {
    width: 100%;
    margin-top: 30px;
  }
}

.power__item-top {
  padding: 0 10px 0 20px;
  background: #000000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .power__item-top {
    padding: 0 10px;
  }
}

.power__item-number {
  color: #406b54;
  font-family: "Oswald", sans-serif;
  font-size: 47px;
}
@media screen and (max-width: 767px) {
  .power__item-number {
    font-size: 30px;
  }
}

.power__item-title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: auto;
  padding-right: 42px;
}
@media screen and (max-width: 767px) {
  .power__item-title {
    font-size: 18px;
    padding-right: 12px;
  }
}

.power__item-title2 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .power__item-title2 {
    font-size: 18px;
  }
}

.power__item-bottom {
  padding: 25px 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4666666667;
  text-align: center;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .power__item-bottom {
    font-size: 16px;
    padding: 20px 0px;
    letter-spacing: normal;
  }
}

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

.power__button {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .power__button {
    margin-top: 40px;
  }
}

/*==================================
company
==================================*/
.company {
  padding: 130px 0;
  background: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .company {
    padding: 80px 0;
  }
}

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

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

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

.company__copy {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .company__copy {
    font-size: 24px;
    text-align: center;
  }
}

.company__img-sp {
  margin-top: 30px;
}

.company__text {
  margin-top: 30px;
  line-height: 2.1875;
}

.company__item2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .company__item2 {
    margin-right: 0;
  }
}
.company__item2 .company__copy {
  margin-top: 50px;
}

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

.works__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .works__item-wrapper {
    display: block;
    margin-top: 40px;
  }
}

.works__item {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .works__item {
    width: 100%;
    margin-top: 30px;
  }
}

.works__item-title {
  margin-top: 10px;
}

.works__item-text {
  margin-top: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .works__item-text {
    margin-top: 5px;
  }
}
.works__item-text span {
  display: inline-block;
  margin-left: -8px;
}

.works__button {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .works__button {
    margin-top: 40px;
  }
}

/*=============================
parallax
===============================*/
.parallax1 {
  background-attachment: fixed;
  background-image: url("../img/top/sec-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  width: 100%;
  position: relative;
}
.parallax1::before {
  position: absolute;
  content: "for the future.";
  font-size: 35px;
  font-weight: 500;
  left: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .parallax1::before {
    left: 65%;
    font-size: 16px;
  }
}
@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;
  }
}

/*=============================
recruit
===============================*/
.recruit {
  padding: 130px 0;
}
@media screen and (max-width: 767px) {
  .recruit {
    padding: 100px 0;
  }
}

.recruit__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .recruit__contents {
    display: block;
    margin-right: 0;
  }
}

.recruit__left {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .recruit__left {
    width: 100%;
  }
}

.recruit__title {
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .recruit__title {
    text-align: center;
  }
}

.recruit__copy {
  margin-top: 30px;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit__copy {
    font-size: 24px;
    text-align: center;
  }
}

.recruit__text {
  margin-top: 20px;
  line-height: 2.1875;
}
@media screen and (max-width: 767px) {
  .recruit__text {
    letter-spacing: normal;
  }
}

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

@media screen and (max-width: 767px) {
  .recruit__img {
    margin-top: 30px;
  }
}