@charset "UTF-8";
body {
  background: #EBE9E3;
}

main {
  width: 100%;
  overflow: hidden;
}

.fv {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 85vh;
  }
}
.fv .fv__slider {
  height: 100%;
  max-width: 85%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv .fv__slider {
    max-width: 80%;
  }
}
.fv .fv__slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.fv .fv__slider .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: 3.5s 0.2s ease;
}
.fv .fv__slider .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}
.fv__inner {
  position: absolute;
  top: 0;
  z-index: 100;
  left: 0;
  padding: 35px 50px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.fv__title {
  color: #fff;
  font-size: 110px;
  font-weight: normal;
  font-family: "Lora", serif;
  position: relative;
}
.fv__title::after {
  content: "";
  height: 1px;
  background: #fff;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: 14px;
  transition: width 2s 0.5s ease;
}
.fv__title.active::after {
  width: 200%;
}
@media screen and (max-width: 1320px) {
  .fv__title {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 19.2vw;
    width: 64.2666666667vw;
    margin-left: auto;
    margin-right: 0;
  }
  .fv__title::after {
    display: none;
  }
  .fv__title span {
    position: relative;
    display: block;
    position: relative;
    width: -moz-max-content;
    width: max-content;
  }
  .fv__title span::after {
    content: "";
    height: 1px;
    background: #fff;
    width: 200%;
    position: absolute;
    left: 0;
    bottom: 11px;
  }
}
.fv__bottom {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  background: #0E2640;
  padding: 240px 50px 80px;
  margin-top: -180px;
}
@media screen and (max-width: 768px) {
  .fv__bottom {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-top: 150px;
    margin-top: -80px;
  }
}
.fv__bottom--contents {
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
.fv__bottom--contents .title {
  color: #fff;
  writing-mode: vertical-lr;
  letter-spacing: 0.4em;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .fv__bottom--contents .title {
    font-size: 7.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fv__bottom--contents .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.fv__bottom--contents .head {
  color: rgba(255, 255, 255, 0.3);
  font-size: 110px;
  font-weight: normal;
  font-family: "Lora", serif;
  margin-bottom: 40px;
  position: relative;
}
.fv__bottom--contents .head::after {
  content: "";
  height: 1px;
  background: #fff;
  width: 200%;
  position: absolute;
  left: 0;
  bottom: 14px;
}
@media screen and (max-width: 1320px) {
  .fv__bottom--contents .head {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .fv__bottom--contents .head {
    font-size: 19.2vw;
    width: 64.2666666667vw;
    margin-right: 20px;
    margin-top: 70px;
  }
  .fv__bottom--contents .head::after {
    display: none;
  }
  .fv__bottom--contents .head span {
    position: relative;
    display: block;
    position: relative;
    width: -moz-max-content;
    width: max-content;
  }
  .fv__bottom--contents .head span::after {
    content: "";
    height: 1px;
    background: #fff;
    width: 200%;
    position: absolute;
    left: 0;
    bottom: 11px;
  }
}
.fv__bottom--contents p {
  line-height: 2.4;
  color: #fff;
}

/* 線のアニメーション部分 */
.fv__scroll {
  position: absolute;
  left: 50px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1320px) {
  .fv__scroll {
    bottom: 20px;
    bottom: unset;
    top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .fv__scroll {
    left: 2.6666666667vw;
  }
}
.fv__scroll p {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fv__scroll p {
    font-size: 10px;
  }
}
.fv__scroll span {
  background: rgba(0, 0, 0, 0.3);
  width: 2px;
  height: 138px;
  margin: 30px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv__scroll span {
    height: 90px;
    margin-top: 10px;
  }
}
.fv__scroll span::before {
  animation: scroll 2s infinite;
  background-color: #0E2640;
  bottom: 0;
  content: "";
  height: 138px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
}
@media screen and (max-width: 768px) {
  .fv__scroll span::before {
    height: 90px;
  }
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
.works {
  padding: 100px 40px 120px;
  background: #EBE9E3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 14.6666666667vw 5.3333333333vw 20vw;
  }
}
.works__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.works .titleArea {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .works .titleArea {
    display: block;
  }
}
.works .titleArea::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #0E2640;
  height: 1px;
  width: 60%;
}
@media screen and (max-width: 1320px) {
  .works .titleArea::after {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .works .titleArea::after {
    width: 62%;
    right: -10%;
  }
}
.works .section__title {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .works .section__title {
    text-align: left;
    margin-bottom: 15px;
  }
}
.works .section__subTitle {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .works .section__subTitle {
    text-align: left;
  }
}
.works__lists {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 10px;
  width: 60%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .works__lists {
    width: 100%;
    margin-top: 12vw;
    display: block;
  }
}
.works__list {
  display: block;
}
@media screen and (max-width: 768px) {
  .works__list {
    margin-bottom: 25px;
  }
}
.works__list--img {
  position: relative;
  overflow: hidden;
}
.works__list--img img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.7s ease;
  vertical-align: bottom;
}
.works__list--img:hover img {
  transform: scale(1.1);
}
.works__list--cat {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0D2741;
  color: #fff;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: bold;
}
.works__list--contents {
  padding: 18px 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  position: relative;
}
.works__list--contents::before {
  content: "";
  width: 16px;
  height: 100%;
  border: 1px solid #0E2640;
  border-right: 0;
  position: absolute;
  left: 0;
  top: -1px;
}
.works__list--contents::after {
  content: "";
  width: 16px;
  height: 100%;
  border: 1px solid #0E2640;
  border-left: 0;
  position: absolute;
  right: 0;
  top: -1px;
}
@media screen and (max-width: 768px) {
  .works__list--contents {
    padding: 18px 15px;
  }
}
.works__list--title {
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
  color: #1F1F1F;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .works__list--title {
    font-size: 4.8vw;
  }
}
.works__list--item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.works__list--item span {
  font-size: 12px;
  font-weight: normal;
  padding: 4px 8px;
  white-space: nowrap;
  background: #fff;
}
.works__list--item p {
  font-size: 14px;
  font-weight: 500;
}
.works .more__btn {
  margin: 75px auto 0;
  margin-right: 0;
}

.more__btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: 24px;
  font-weight: 500;
  font-family: "Lora", serif;
  display: flex;
  align-items: center;
  gap: 17px;
  color: #0D2741;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .more__btn {
    gap: 12px;
    font-size: 4.8vw;
  }
}
.more__btn .text {
  position: relative;
}
.more__btn .text::after {
  content: "";
  height: 1px;
  width: 0;
  background: #0D2741;
  transition: all 0.7s ease;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.more__btn:hover {
  opacity: 1;
}
.more__btn:hover .text::after {
  width: 100%;
}
.more__btn .arrow {
  width: 44px;
  height: 44px;
  background: #0D2741;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.more__btn .arrow:before,
.more__btn .arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 15px;
  height: 15px;
}
.more__btn.bk .arrow:before,
.more__btn.bk .arrow:after {
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  background: url(../img/common/icon_arrow_right.svg) no-repeat;
  background-size: 15px;
  transform: translate(50%, -50%);
}
.more__btn.bk .arrow:after {
  transform: translate(-400%, -50%);
}
.more__btn.wh {
  color: #fff;
}
.more__btn.wh .text::after {
  background: #fff;
}
.more__btn.wh .arrow {
  background: #fff;
}
.more__btn.wh .arrow:before,
.more__btn.wh .arrow:after {
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  background: url(../img/common/icon_arrow_right_blue.svg) no-repeat;
  background-size: 15px;
  transform: translate(50%, -50%);
}
.more__btn.wh .arrow:after {
  transform: translate(-400%, -50%);
}

.more__btn:hover .arrow:before {
  animation-name: transformRightLeft;
  /* 修正: hover時のアニメーションを指定 */
  animation-delay: 0s;
}

.more__btn:hover .arrow:after {
  animation-name: transformLeftRight;
  /* 修正: hover時のアニメーションを指定 */
  animation-delay: 0.2s;
}

@keyframes transformLeftRight {
  0% {
    transform: translate(-400%, -50%);
  }
  100% {
    transform: translate(50%, -50%);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translate(50%, -50%);
  }
  100% {
    transform: translate(400%, -50%);
  }
}
.about {
  padding: 145px 40px 170px;
  background: url(../img/top/about-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about {
    background: #0E2640;
    background-position: 50%;
    padding: 18.6666666667vw 5.3333333333vw 26.6666666667vw;
  }
}
.about__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.about__title {
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .about__title {
    text-align: center;
  }
}
.about .section__subTitle {
  color: #fff;
}
.about__text {
  margin-top: 55px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about__text {
    line-height: 2.2;
  }
}
.about__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about__box {
    display: block;
  }
}
.about__contents {
  width: 42%;
}
.about__contents .about__img {
  display: none;
}
@media screen and (max-width: 768px) {
  .about__contents {
    width: 100%;
    margin-bottom: 14.6666666667vw;
  }
  .about__contents .about__img {
    display: flex;
    margin-top: 18.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .about__contents .more__btn {
    margin-left: auto;
  }
}
.about__img {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about__img {
    width: 100%;
    display: none;
  }
}
.about__img div {
  width: 48%;
}
.about__img .about__img01 img {
  transform: translateY(-30px);
}
.about__en {
  position: absolute;
  bottom: 10px;
  display: flex;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .about__en {
    bottom: 40px;
  }
}
.about__en p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 120px;
  font-family: "Lora", serif;
}
@media screen and (max-width: 768px) {
  .about__en p {
    font-size: 16vw;
  }
}

.profile {
  padding: 100px 40px 120px;
  background: #EBE9E3;
}
@media screen and (max-width: 768px) {
  .profile {
    padding: 16vw 5.3333333333vw 21.3333333333vw;
  }
}
.profile__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.profile .titleArea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .profile .titleArea {
    display: block;
  }
}
.profile .section__title {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .profile .section__title {
    text-align: left;
    margin-bottom: 15px;
  }
}
.profile .section__subTitle {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .profile .section__subTitle {
    text-align: left;
  }
}
.profile__box {
  margin-top: 65px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .profile__box {
    flex-direction: column;
    gap: 0;
    margin-top: 10.6666666667vw;
  }
}
.profile__item {
  width: 90%;
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .profile__item {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
}
.profile__item--title {
  width: 30%;
  border-bottom: 1px solid #0E2640;
  padding-bottom: 20px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .profile__item--title {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: flex-end;
    padding-left: 10%;
    margin-left: -10%;
    padding-top: 20px;
    gap: 20px;
    margin-bottom: 5.3333333333vw;
  }
}
.profile__item--title h3 {
  margin-bottom: 20px;
  color: #0E2640;
  font-size: 32px;
  font-weight: bold;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1320px) {
  .profile__item--title h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .profile__item--title h3 {
    margin-bottom: 0;
    font-size: 6.4vw;
  }
}
.profile__item a {
  padding: 100px 0;
  text-align: right;
  position: relative;
  width: 70%;
  display: block;
}
@media screen and (max-width: 768px) {
  .profile__item a {
    width: 120%;
    margin-left: -20%;
    padding: 16vw;
  }
}
.profile__item a .more__btn .arrow {
  background: transparent !important;
  width: 30px;
  height: 30px;
}
.profile__item a .more__btn.wh .arrow:before,
.profile__item a .more__btn.wh .arrow:after {
  background: url(../img/common/icon_arrow_right.svg) no-repeat;
  background-size: 15px;
}
.profile__item a::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.7s ease;
  background: linear-gradient(#3C5C8A, #042A4A);
  opacity: 0.65;
}
.profile__item a:hover::after {
  opacity: 0;
}
.profile__item .more__btn {
  position: absolute;
  right: 20px;
  top: 55%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  gap: 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .profile__item .more__btn {
    right: 10px;
    bottom: 15px;
  }
}
.profile__item:nth-child(1) a {
  background: url(../img/top/profile-img-01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.profile__item:nth-child(2) a {
  background: url(../img/top/profile-img-02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.about__en.marquee {
  white-space: nowrap;
  width: 100%;
}

.marquee__inner {
  white-space: nowrap;
  width: 100%;
  animation: marquee 15s linear infinite;
}

.marquee__inner p {
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 120px;
  font-family: "Lora", serif;
}
@media screen and (max-width: 768px) {
  .marquee__inner p {
    font-size: 18.1333333333vw;
  }
}

/* アニメーションの定義 */
@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.loading {
  position: fixed;
  inset: 0;
  background: #0E2640;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease, visibility 1s ease;
}

.loading__logo {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translateY(30px);
}
@media screen and (max-width: 768px) {
  .loading__logo img {
    width: 240px;
  }
}

.loading__logo.is-show {
  opacity: 1;
  transform: translateY(0);
}

.loading.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}/*# sourceMappingURL=top.css.map */