/* index.html
---------------------------------------------------- */
#main-visual {
  position: relative;
}
#main-visual .mv-slider {
  position: relative;
  width: 100%;
  height: 100vh;
}
#main-visual .mv-slider .swiper-slide {
  overflow: hidden;
}
#main-visual .mv-slider .swiper-slide .swiper-txt {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin-top: 75vh;
  margin-left: 2.5rem;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-slider .swiper-slide .swiper-txt {
    width: calc(100% - 40px);
    margin-top: 70vh;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-slider .swiper-slide .swiper-txt {
    margin-top: 60vh;
    margin-left: 10px;
  }
}
#main-visual .mv-slider .swiper-slide .swiper-txt h2 {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
  font-size: 3rem;
  line-height: 1.3em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-slider .swiper-slide .swiper-txt h2 {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-slider .swiper-slide .swiper-txt h2 {
    font-size: 31.2px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-slider .swiper-slide .swiper-txt h2 {
    font-size: min(7vw, 26.4px);
  }
}
#main-visual .mv-slider .swiper-slide .swiper-txt h2 span.__en {
  font-size: 0.375em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-slider .swiper-slide .swiper-txt h2 span.__en {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-slider .swiper-slide .swiper-txt h2 span.__en {
    font-size: 13px;
  }
}
#main-visual .mv-slider .swiper-slide .swiper-txt h2 span.__jp {
  display: block;
  letter-spacing: 0.1em;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  84% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
#main-visual .mv-slider .swiper-slide .swiper-img {
  position: relative;
  width: 100%;
  height: 100%;
}
#main-visual .mv-slider .swiper-slide .swiper-img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
#main-visual .mv-slider .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.01);
}
@keyframes zoomPan {
  0% {
    transform: scale(1.01);
  }
  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-slider.__02 .swiper-img img {
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
#main-visual .mv-slogan {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.125em;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-slogan {
    margin-top: -4vh;
  }
}
#main-visual .mv-scroll {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  margin-bottom: 6vh;
  margin-right: 2.5rem;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-scroll {
    margin-bottom: 40px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-scroll {
    margin-bottom: 30px;
    margin-right: 20px;
  }
}
#main-visual .mv-scroll span.__txt {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
}
#main-visual .mv-scroll span.__dot {
  display: block;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  margin-top: 0.48em;
  animation: scrollDot 2s ease-in-out infinite;
}
@keyframes scrollDot {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.6em);
  }
  100% {
    transform: translateY(0);
  }
}

.sec-ttl span.__jp {
  font-size: 1.5em;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 1199px) {
  .sec-ttl span.__jp {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  .sec-ttl span.__jp {
    font-size: 1.25em;
    letter-spacing: 0.6em;
  }
}

.sec-linkbtn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .sec-linkbtn {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-linkbtn {
    width: 100%;
  }
  .sec-linkbtn .__linkbtn {
    margin: 0 auto;
  }
}

.__content-wrap01 {
  padding-top: 7.2916666667vw;
}

.en-txt {
  position: absolute;
  z-index: -1;
  top: 0;
}

.sec-about {
  overflow-x: clip;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-about {
    margin-top: 60px;
  }
}
.sec-about .sec-content {
  margin-left: auto;
}
.sec-about .sec-content .txt-wrap .sec-ttl h2 span.__en {
  left: 0;
  margin-left: -0.1em;
}
.sec-about .sec-content .txt-wrap .sec-ttl h2 span.__jp {
  font-size: 1.125em;
}
.sec-about .sec-content .img-wrap {
  aspect-ratio: 4/3;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-content .img-wrap {
    margin-left: auto;
  }
}

.sec-service {
  padding-top: 10rem;
}
@media screen and (max-width: 1199px) {
  .sec-service {
    padding-top: 140px;
  }
}
@media screen and (max-width: 991px) {
  .sec-service {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .sec-service {
    padding-top: 72px;
  }
}
.sec-service .sec-ttl {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-service .sec-ttl {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-service .sec-ttl {
    margin-bottom: 1em;
  }
}
.sec-service .sec-ttl h2 {
  text-align: center;
}
.sec-service .service-list {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-service .service-list {
    padding-bottom: 16vw;
    margin-bottom: 12vw;
  }
}
.sec-service .service-list::before {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: -2.5rem;
  display: block;
  content: "";
  width: 100%;
  height: 45%;
  background-image: url(../images/bg-texture.jpg);
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .sec-service .service-list::before {
    margin-top: -4.375rem;
    height: 65%;
  }
}
.sec-service .service-list .flowingText {
  position: absolute;
  bottom: 0;
  margin-bottom: 16.875rem;
  color: #3a3a3a;
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .sec-service .service-list .flowingText {
    margin-bottom: 25.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list .flowingText {
    margin-bottom: 0;
  }
}
.sec-service .service-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul {
    width: min(80%, 400px);
    margin: 0 auto;
  }
}
.sec-service .service-list ul .service-list-item {
  width: calc(33.3333333333% - 0.6666666667em);
  box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.1);
  margin-right: 1em;
  margin-top: 1em;
  aspect-ratio: 1/1;
}
.sec-service .service-list ul .service-list-item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .sec-service .service-list ul .service-list-item {
    width: calc(50% - 0.5em);
  }
  .sec-service .service-list ul .service-list-item:nth-of-type(3n) {
    margin-right: 1em;
  }
  .sec-service .service-list ul .service-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-list-item {
    width: 100%;
    margin-right: 0;
  }
  .sec-service .service-list ul .service-list-item:nth-of-type(1) {
    margin-top: 0.6em;
  }
  .sec-service .service-list ul .service-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.sec-service .service-list ul .service-list-item a {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec-service .service-list ul .service-list-item a::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.sec-service .service-list ul .service-list-item a .item-img {
  width: 100%;
  height: 100%;
  overflow: clip;
}
.sec-service .service-list ul .service-list-item a .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.48s ease;
}
.sec-service .service-list ul .service-list-item a .item-name {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4em);
  margin-bottom: 2.5rem;
  padding-top: 1em;
  border-top: solid 1px rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-list-item a .item-name {
    margin-bottom: 3em;
  }
}
.sec-service .service-list ul .service-list-item a .item-name h3 {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.sec-service .service-list ul .service-list-item a .item-name h3 .__en {
  font-size: 1.125em;
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-list-item a .item-name h3 .__en {
    font-size: 1em;
  }
}
.sec-service .service-list ul .service-list-item a .item-name h3 .__en .__num {
  font-family: "Zen Old Mincho", serif;
  font-size: 0.85em;
  margin-left: 0.2em;
}
.sec-service .service-list ul .service-list-item a .item-name h3 .__jp {
  font-size: 2rem;
  letter-spacing: 0.16em;
  line-height: 1.6em;
  display: block;
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-list-item a .item-name h3 .__jp {
    font-size: 2.2rem;
    line-height: 1.75em;
  }
}
@media screen and (max-width: 991px) {
  .sec-service .service-list ul .service-list-item a .item-name h3 .__jp {
    font-size: 20.8px;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-list-item a .item-name h3 .__jp {
    font-size: min(7vw, 19.2px);
  }
}
.sec-service .service-list ul .service-list-item a .link-dot {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  margin-bottom: 2em;
  margin-right: 2em;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 1.6em;
  transition: all 0.48s ease;
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-list-item a .link-dot {
    margin-bottom: 1.6em;
    margin-right: 1.6em;
    width: 0.3em;
    height: 0.3em;
  }
}
.sec-service .service-list ul .service-list-item a:hover .item-img img {
  transform: scale(1.05);
}
.sec-service .service-list ul .service-list-item a:hover .link-dot {
  margin-bottom: 1.6em;
  margin-right: 1.6em;
}

.sec-works {
  overflow-x: clip;
  margin-top: 5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1199px) {
  .sec-works {
    margin-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 991px) {
  .sec-works {
    margin-top: 40px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works {
    margin-top: 72px;
  }
}
.sec-works .sec-content {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .sec-works .sec-content .txt-wrap {
    margin-left: auto;
  }
}
.sec-works .sec-content .txt-wrap .sec-ttl h2 {
  text-align: end;
}
.sec-works .sec-content .txt-wrap .sec-ttl h2 span.__en {
  right: 0;
  margin-right: -0.1em;
}
@media screen and (max-width: 991px) {
  .sec-works .sec-content .txt-wrap .sec-linkbtn {
    display: flex;
    flex-wrap: wrap;
    width: 45em;
    margin: 0 auto;
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .sec-content .txt-wrap .sec-linkbtn {
    display: block;
    width: 100%;
  }
}
.sec-works .sec-content .txt-wrap .sec-linkbtn .__linkbtn {
  margin-top: 1em;
}
@media screen and (max-width: 991px) {
  .sec-works .sec-content .txt-wrap .sec-linkbtn .__linkbtn {
    margin-right: 1em;
  }
  .sec-works .sec-content .txt-wrap .sec-linkbtn .__linkbtn:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .sec-content .txt-wrap .sec-linkbtn .__linkbtn {
    margin-left: auto;
    margin-right: auto;
  }
  .sec-works .sec-content .txt-wrap .sec-linkbtn .__linkbtn:nth-of-type(2n) {
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .sec-works .sec-content .img-wrap {
    aspect-ratio: 4/3;
  }
}

.sec-recruit {
  overflow: clip;
  background-image: url(../images/recruit-img.jpg);
  background-size: cover;
  background-position: 20% 90%;
  padding-top: 7.5rem;
  padding-bottom: 10.4166666667vw;
}
@media screen and (max-width: 991px) {
  .sec-recruit {
    padding-bottom: 20.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit {
    padding-bottom: 31.25vw;
  }
}
.sec-recruit .sec-ttl h2 {
  text-align: center;
}
.sec-recruit .sec-ttl h2 span.__en {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -0.48em;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: none;
}
@media screen and (max-width: 991px) {
  .sec-recruit .sec-ttl h2 span.__en {
    font-size: 27.5vw;
  }
}
.sec-recruit .sec-content {
  width: 57.1875rem;
  margin-left: auto;
  margin-top: 10.4166666667vw;
}
@media screen and (max-width: 991px) {
  .sec-recruit .sec-content {
    width: 100%;
    margin-top: 14.5833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit .sec-content {
    margin-top: 28.125vw;
  }
}
.sec-recruit .sec-content .sec-txt p {
  font-size: 1.125em;
  line-height: 2em;
}
@media screen and (max-width: 991px) {
  .sec-recruit .sec-content .sec-txt p {
    text-align: end;
    margin-bottom: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit .sec-content .sec-txt p {
    font-size: 1em;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit .sec-content .sec-linkbtn {
    margin-top: 6em;
  }
}

.sec-instagram .sec-ttl {
  margin-bottom: 4em;
}
.sec-instagram .tagcolle-content .tagcolle-wrap-col4 {
  width: 100%;
}
.sec-instagram .tagcolle-content .tagcolle-wrap-col4 .tagcolle-item a {
  transition: all 0.48s ease;
}
.sec-instagram .tagcolle-content .tagcolle-wrap-col4 .tagcolle-item a:hover {
  filter: brightness(0.8);
}
.sec-instagram .tagcolle-content .__linkbtn {
  margin: 0 auto;
  margin-top: 4em;
}
.sec-instagram .tagcolle-content .__linkbtn a {
  box-sizing: border-box;
}/*# sourceMappingURL=index.css.map */