@charset "UTF-8";
/* index.html
---------------------------------------------------- */
#main-visual {
  position: relative;
  z-index: 2;
}
#main-visual::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 52, 92, 0.3);
}
#main-visual .mv-slider {
  position: absolute;
  inset: 0;
  width: 100%;
}
#main-visual .mv-slider .slider-mv {
  width: 100%;
  height: 100%;
}
#main-visual .mv-slider .slider-mv .swiper-img {
  width: 100%;
  height: 100%;
}
#main-visual .mv-slider .slider-mv .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-visual .mv-slider .slider-mv .swiper-img.__01 img {
  -o-object-position: 20% 90%;
     object-position: 20% 90%;
}
#main-visual .mv-slider .slider-mv .swiper-img.__02 img {
  -o-object-position: 20% 50%;
     object-position: 20% 50%;
}
#main-visual .mv-slider .slider-mv .swiper-img.__04 img {
  -o-object-position: 20% 50%;
     object-position: 20% 50%;
}
@keyframes zoomPan {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#main-visual .mv-slider .swiper-slide-active .swiper-img img,
#main-visual .mv-slider .swiper-slide-duplicate-active .swiper-img img,
#main-visual .mv-slider .swiper-slide-prev .swiper-img img {
  animation: zoomPan 8s linear 0s normal both;
}
#main-visual .mv-inner {
  position: relative;
  z-index: 2;
  height: 100vh;
  min-height: 44.7916666667vw;
  padding: max(1.25rem, 10px);
}
@media screen and (max-width: 991px) {
  #main-visual .mv-inner {
    height: 80lvh;
    min-height: unset;
  }
}
#main-visual .mv-inner .mv-content {
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(19, 30, 54, 0.2);
  border: solid 1px #fff;
  padding: 3em;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-inner .mv-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#main-visual .mv-inner .mv-content .mv-catch h2 {
  font-weight: 600;
  font-feature-settings: normal;
  font-size: 3.75rem;
  margin-right: -0.6em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-content .mv-catch h2 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-content .mv-catch h2 {
    font-size: 1.75em;
  }
}
#main-visual .mv-inner .mv-content .mv-catch p {
  margin-right: -0.6em;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-content .mv-catch p {
    margin-top: 0.6em;
    margin-right: 0;
  }
}

.sec-works .sec-inner {
  position: relative;
}
.sec-works .sec-inner .sec-ttl {
  position: sticky;
  left: 0;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 767px) {
  .sec-works .sec-inner .sec-ttl {
    position: relative;
    top: 0 !important;
  }
}
.sec-works .sec-inner .sec-content {
  border-left: solid 1px rgba(19, 30, 54, 0.2);
}
@media screen and (max-width: 767px) {
  .sec-works .sec-inner .sec-content {
    border-left: none;
  }
}
.sec-works .sec-inner .sec-content .works-list ul .works-list-item {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
.sec-works .sec-inner .sec-content .works-list ul .works-list-item:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .sec-works .sec-inner .sec-content .works-list ul .works-list-item {
    display: block;
  }
}
.sec-works .sec-inner .sec-content .works-list ul .works-list-item .txt-wrap {
  width: calc(100% - 33.75 * 1rem - 4em);
  padding: 2em 0;
}
@media screen and (max-width: 1199px) {
  .sec-works .sec-inner .sec-content .works-list ul .works-list-item .txt-wrap {
    width: calc(100% - 33.75 * 1rem - 3em);
  }
}
@media screen and (max-width: 991px) {
  .sec-works .sec-inner .sec-content .works-list ul .works-list-item .txt-wrap {
    width: 100%;
    padding: 0;
  }
}
.sec-works .sec-inner .sec-content .works-list ul .works-list-item .img-wrap {
  width: 33.75rem;
  aspect-ratio: 4/3;
  box-shadow: 2px 2px 6px rgba(33, 52, 92, 0.1);
}
@media screen and (max-width: 991px) {
  .sec-works .sec-inner .sec-content .works-list ul .works-list-item .img-wrap {
    width: 100%;
    margin-bottom: 1.6em;
  }
}

.sec-gallery .sec-txt {
  margin-top: 2em;
}
.sec-gallery .sec-txt p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-gallery .sec-txt p {
    text-align: start;
  }
}
.sec-gallery .sec-content {
  position: relative;
  margin-top: 3em;
}
.sec-gallery .sec-content .gallery-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.sec-gallery .sec-content .gallery-slider .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
}
.sec-gallery .sec-content .gallery-slider .swiper-wrapper .swiper-slide .swiper-img {
  width: 100%;
  aspect-ratio: 3/4;
}
.sec-gallery .sec-content .gallery-slider .swiper-wrapper .swiper-slide .works-label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 1em;
}
.sec-gallery .sec-content .gallery-slider .swiper-wrapper .swiper-slide .swiper-txt {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-gallery .sec-content .gallery-slider .swiper-wrapper .swiper-slide .swiper-txt {
    margin-top: 0.6em;
  }
}
.sec-gallery .sec-link {
  margin-top: 4em;
}
.sec-gallery .sec-link .__linkbtn01 {
  margin-left: auto;
}

.sec-news .sec-content {
  padding-left: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-news .sec-content {
    padding-left: 0;
  }
}
.sec-news .sec-content .news-list {
  max-height: 32em;
  padding-right: 4em;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .sec-news .sec-content .news-list {
    max-width: 36em;
    padding-right: 2em;
  }
}
.sec-news .sec-content .news-list {
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.sec-news .sec-content .news-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
.sec-news .sec-link {
  margin-top: 6em;
}
@media screen and (max-width: 767px) {
  .sec-news .sec-link {
    margin-top: 4em;
  }
}
.sec-news .sec-link .__linkbtn01 {
  margin-left: auto;
}/*# sourceMappingURL=index.css.map */