@charset "UTF-8";
html {
  font-size: 62.5%;
  /* 62.5% 10px 1em */
  scroll-behavior: smooth;
  scroll-padding-top: 0;
  --black: #000;
  --gray: #E6E6E6;
  --green:#03414B;
  --lora:"Lora", serif;
  --Mincho:"Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 60px;
  }
}
html body {
  font-family: var(--Mincho);
  color: var(--black);
  font-weight: 500;
  line-height: 2;
  min-width: initial;
  position: relative;
}
html img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html em {
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
}
html p {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  html p {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
}
html .animation {
  transform: translate(0px, 10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_left {
  transform: translate(-10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_left.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation_right {
  transform: translate(10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_right.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation_down {
  transform: translate(0px, -10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}
html .animation_down.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html .animation.active {
  transform: translate(0%, 0%);
  opacity: 1;
}
html main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  html body {
    min-width: 320px;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  html body main {
    margin-top: 0px;
  }
  html .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  html .sp {
    display: none !important;
  }
}
html header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
html header .header_content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
html header .header_content.on .logo a .logo_mark {
  filter: brightness(100%) invert(0);
}
html header .header_content.on .logo a .logoName {
  color: #fff;
}
html header .header_content.on .logo a .logoName .logo_text {
  filter: invert(0);
}
html header .header_content.on .logo a .logoName small {
  color: #000;
}
html header .header_content.on nav ul li a {
  color: #000;
}
html header .header_content.on nav ul li a.blank:before {
  filter: invert(1);
}
html header .header_content .logo {
  display: block;
  padding: 15px 0 15px 15px;
  pointer-events: all;
}
html header .header_content .logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
html header .header_content .logo a:hover .logoName small {
  opacity: 0.8;
}
html header .header_content .logo a .logo_mark {
  transition: all 0.5s ease;
  filter: brightness(0) invert(1);
}
html header .header_content .logo a .logoName {
  position: relative;
  color: #000;
  width: 184px;
  height: 30px;
  overflow: hidden;
}
html header .header_content .logo a .logoName .logo_text {
  width: 179px;
  height: 13px;
  transition: all 0.5s ease;
  filter: invert(1);
}
html header .header_content .logo a .logoName small {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: 0;
  transition: all 0.5s ease;
  backface-visibility: hidden;
}
html header .header_content nav {
  margin-left: auto;
}
html header .header_content nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  height: 70px;
}
html header .header_content nav ul li a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
html header .header_content nav ul li a.blank {
  position: relative;
}
html header .header_content nav ul li a.blank:before {
  position: absolute;
  right: -10px;
  top: 0;
  content: "";
  width: 8px;
  height: 8px;
  background: url("../img/blank.svg") no-repeat 0 0;
  background-size: 8px;
}
html header .header_content .contact {
  margin: 20px 30px;
  width: 110px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(230, 230, 230, 0.8);
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  html header .header_content nav {
    display: none;
  }
  html header .header_content .contact {
    display: none;
  }
}
html .main_title {
  position: relative;
}
html .main_title .mainVisualSwiper {
  position: relative;
  overflow: hidden;
}
html .main_title .mainVisualSwiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  width: 100%;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
html .main_title .mainVisualSwiper .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  max-height: 900px;
  height: 100vh;
  transform: scale(1);
  transition: transform 8s linear;
  backface-visibility: hidden;
  will-change: transform;
}
html .main_title .mainVisualSwiper .swiper-wrapper {
  /* ズームイン用 */
}
html .main_title .mainVisualSwiper .swiper-wrapper .swiper-slide.zoom-in img {
  transform: scale(1);
  transform-origin: left;
}
html .main_title .mainVisualSwiper .swiper-wrapper .swiper-slide.zoom-in.center img {
  transform: scale(1);
  transform-origin: center;
}
html .main_title .mainVisualSwiper .swiper-wrapper .swiper-slide.zoom-in.swiper-slide-active img,
html .main_title .mainVisualSwiper .swiper-wrapper .swiper-slide.zoom-in.swiper-slide-prev img {
  transform: scale(1.12);
}
html .main_title .mainVisualSwiper .swiper-wrapper {
  /* ズームアウト用 */
}
html .main_title .mainVisualSwiper .swiper-wrapper .swiper-slide.zoom-out img {
  transform: scale(1.12);
  transform-origin: right;
}
html .main_title .mainVisualSwiper .swiper-wrapper .swiper-slide.zoom-out.swiper-slide-active img,
html .main_title .mainVisualSwiper .swiper-wrapper .swiper-slide.zoom-out.swiper-slide-prev img {
  transform: scale(1);
}
html .main_title .swiper_text {
  position: absolute;
  left: 150px;
  bottom: 150px;
  z-index: 1;
}
html .main_title .swiper_text h1 {
  font-size: 4rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
html .main_title {
  /* スクロールダウンの位置 */
}
html .main_title .scroll {
  position: absolute;
  left: 30px;
  bottom: 0px;
  writing-mode: vertical-rl;
  z-index: 1;
  height: 140px;
}
html .main_title {
  /* 線のアニメーション部分 */
}
html .main_title .scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: 0px;
  content: "";
  height: 70px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
html .main_title span {
  color: #fff;
  font-size: 1rem;
}
html .main_title {
  /* 線のアニメーション */
}
@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, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 767px) {
  html .main_title .mainVisualSwiper .swiper-wrapper .swiper-slide img {
    max-height: 100vh;
  }
  html .main_title .swiper_text {
    position: absolute;
    left: 20px;
    bottom: 170px;
    z-index: 1;
  }
  html .main_title .swiper_text h1 {
    font-size: 2.6rem;
  }
  html .main_title {
    /* スクロールダウンの位置 */
  }
  html .main_title .scroll {
    left: 20px;
  }
}
html .introduce .introduce_inner {
  max-width: 100%;
  width: 1400px;
  padding: 200px 100px 200px;
  box-sizing: border-box;
  margin: 0 auto;
}
html .introduce .introduce_inner p {
  font-size: 1.4rem;
}
html .introduce .introduce_inner em {
  margin-top: 60px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 400;
}
html .introduce .introduce_inner em span {
  border-bottom: 1px solid #CDCDCD;
}
@media screen and (max-width: 767px) {
  html .introduce .introduce_inner {
    width: 100%;
    padding: 80px 20px;
    box-sizing: border-box;
    margin: 0;
  }
  html .introduce .introduce_inner p {
    font-size: 1.4rem;
  }
  html .introduce .introduce_inner em {
    margin-top: 50px;
    text-align: right;
  }
}
html .works .sect_ttl {
  text-align: center;
  font-family: var(--lora);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  padding-bottom: 80px;
  position: relative;
}
html .works .sect_ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 70px;
  background: #000;
}
html .works .gallerySwiper {
  position: relative;
}
html .works .gallerySwiper .mainSwiper {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
html .works .gallerySwiper .mainSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  margin: 0 !important;
}
html .works .gallerySwiper .thumbSwiper {
  position: absolute;
  left: 70px;
  bottom: 70px;
  width: 368px;
  margin: 0;
}
html .works .gallerySwiper .thumbSwiper .swiper-wrapper .swiper-slide {
  border: 1px solid rgba(255, 255, 255, 0);
  box-sizing: border-box;
}
html .works .gallerySwiper .thumbSwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid rgb(255, 255, 255);
}
html .works .gallerySwiper .thumbSwiper .swiper-wrapper .swiper-slide img {
  width: 120px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  margin: 0 !important;
}
html .works .gallerySwiper .swipertext {
  position: absolute;
  left: 70px;
  bottom: 190px;
  color: #fff;
  font-size: 3.2rem;
  z-index: 1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  html .works .gallerySwiper {
    position: relative;
  }
  html .works .gallerySwiper .mainSwiper {
    width: 100%;
    overflow: hidden;
    margin: 0;
  }
  html .works .gallerySwiper .mainSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    aspect-ratio: 380/300;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin: 0 !important;
  }
  html .works .gallerySwiper .thumbSwiper {
    position: static;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    margin: 0;
  }
  html .works .gallerySwiper .thumbSwiper .swiper-wrapper .swiper-slide {
    border: none;
    box-sizing: border-box;
    width: calc((100vw - 20px) / 3) !important;
    margin-right: 5px !important;
  }
  html .works .gallerySwiper .thumbSwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border: none;
  }
  html .works .gallerySwiper .thumbSwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 120/80;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    margin: 0 !important;
  }
  html .works .gallerySwiper .swipertext {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 1.6rem;
    z-index: 1;
    font-weight: 400;
  }
}
html .about {
  width: 1400px;
  padding: 100px 100px 200px;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
}
html .about .about_ttl {
  padding-bottom: 100px;
}
html .about .about_ttl em {
  display: block;
  font-family: var(--lora);
  font-size: 10rem;
  font-weight: 400;
  color: #E6E6E6;
  line-height: 1.4;
  letter-spacing: 1.2rem;
}
html .about .about_ttl span {
  display: block;
  font-size: 1.4rem;
}
html .about .about_inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
html .about .about_inner .text {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
html .about .about_inner .text dl {
  padding-left: 50px;
}
html .about .about_inner .text dl dt {
  font-size: 2.4rem;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
}
html .about .about_inner .text dl dt:before {
  position: absolute;
  left: -50px;
  top: 15px;
  content: "";
  width: 30px;
  height: 1px;
  background: #CDCDCD;
}
html .about .about_inner .text dl dd {
  font-size: 1.4rem;
}
html .about .about_inner .youtube {
  width: 660px;
  height: 372px;
  position: relative;
}
html .about .about_inner .youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html .about {
    width: 100%;
    padding: 80px 20px;
    box-sizing: border-box;
    margin: 0;
  }
  html .about .about_ttl {
    padding-bottom: 50px;
  }
  html .about .about_ttl em {
    font-size: 4rem;
    line-height: 1.4;
    letter-spacing: 1rem;
  }
  html .about .about_ttl span {
    padding-top: 20px;
    display: block;
    font-size: 1.4rem;
  }
  html .about .about_inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  html .about .about_inner .text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-left: -20px;
  }
  html .about .about_inner .text dl {
    padding-left: 40px;
  }
  html .about .about_inner .text dl dt {
    font-size: 2rem;
    line-height: 1;
    position: relative;
    padding-bottom: 15px;
  }
  html .about .about_inner .text dl dt:before {
    position: absolute;
    left: -50px;
    top: 10px;
    content: "";
    width: 30px;
    height: 1px;
    background: #CDCDCD;
  }
  html .about .about_inner .text dl dd {
    font-size: 1.4rem;
  }
  html .about .about_inner .youtube {
    margin-left: -10px;
    width: calc(100% + 20px);
    height: auto;
    aspect-ratio: 360/202;
    position: relative;
  }
}
html .contact_section {
  background: #E6E6E6;
  text-align: center;
  padding: 50px 0 214px;
}
html .contact_section .contact_ttl {
  padding-bottom: 145px;
}
html .contact_section .contact_ttl em {
  font-family: var(--lora);
  font-size: 1.4rem;
  font-weight: 400;
  color: #9F9F9F;
}
html .contact_section p {
  text-align: center;
  font-size: 2.4rem;
  padding-bottom: 80px;
}
html .contact_section .contact_inner {
  display: flex;
  justify-content: center;
  gap: 30px;
}
html .contact_section .contact_inner .item a {
  display: block;
  text-decoration: none;
  transition: all 0.2s ease;
}
html .contact_section .contact_inner .item a:hover {
  opacity: 0.8;
}
html .contact_section .contact_inner .item a .text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: var(--green);
}
html .contact_section .contact_inner .item a .text:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 1px;
  background: #fff;
  opacity: 0.5;
}
html .contact_section .contact_inner .item a .text em {
  position: absolute;
  left: 20px;
  top: 22px;
  background: #fff;
  width: 36px;
  height: 36px;
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--green);
}
html .contact_section .contact_inner .item a .text span {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html .contact_section {
    padding: 80px 20px;
  }
  html .contact_section .contact_ttl {
    padding-bottom: 30px;
  }
  html .contact_section .contact_ttl em {
    font-family: var(--lora);
    font-size: 1.4rem;
    font-weight: 400;
    color: #9F9F9F;
  }
  html .contact_section p {
    text-align: left;
    font-size: 2rem;
    padding-bottom: 30px;
  }
  html .contact_section .contact_inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  html .contact_section .contact_inner .item a figure img {
    width: 100%;
    height: auto;
  }
  html .contact_section .contact_inner .item a .text {
    height: 60px;
  }
  html .contact_section .contact_inner .item a .text em {
    position: absolute;
    left: 10px;
    top: 12px;
    background: #fff;
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--green);
  }
}
html footer {
  text-align: center;
  padding: 55px 0;
}
html footer .copy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
html footer .copy a {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000000;
  font-family: sans-serif;
}
html footer .copy small {
  font-size: 1.2rem;
  font-family: sans-serif;
}
@media screen and (max-width: 767px) {
  html footer {
    text-align: center;
    padding: 55px 0;
  }
  html footer .copy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  html footer .copy .logo_mark {
    width: 75px;
  }
  html footer .copy a {
    font-size: 1.5rem;
    font-weight: 400;
    color: #000000;
    font-family: sans-serif;
  }
  html footer .copy small {
    font-size: 1rem;
    font-family: sans-serif;
  }
}
html #fixed_btn {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 1;
}
html #fixed_btn #fixed_head {
  width: 34px;
  height: 150px;
  background: rgba(24, 75, 84, 0.8);
  backdrop-filter: blur(12px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
html #fixed_btn #fixed_head.on {
  border-radius: 0;
}
html #fixed_btn #fixed_head.on em span {
  transform: rotate(45deg);
}
html #fixed_btn #fixed_head em {
  display: block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  display: flex;
  gap: 9px;
}
html #fixed_btn #fixed_head em span {
  width: 13px;
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  margin: 0 auto;
}
html #fixed_btn #fixed_head em span:before {
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}
html #fixed_btn #fixed_head em span:after {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transform: rotate(90deg);
}
html #fixed_btn #fixed_body {
  position: absolute;
  right: -300px;
  top: 0;
  display: flex;
  flex-direction: column;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1);
  border-right: 1px dotted rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
html #fixed_btn #fixed_body.on {
  right: 34px;
}
html #fixed_btn #fixed_body a {
  width: 210px;
  height: 50px;
  padding: 0 0px 0 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: rgba(24, 75, 84, 0.8);
  backdrop-filter: blur(12px);
  color: #fff;
  text-decoration: none;
  gap: 8px;
  transition: all 0.2s ease;
}
html #fixed_btn #fixed_body a:hover {
  filter: brightness(110%);
}
html #fixed_btn #fixed_body a span {
  background: #fff;
  color: var(--green);
  line-height: 1;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
html #fixed_btn #fixed_body a em {
  font-size: 1.4rem;
  display: block;
  line-height: 1;
  letter-spacing: -0.02em;
}
html #fixed_btn #fixed_body a ~ a {
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}/*# sourceMappingURL=style.css.map */