@charset "UTF-8";
.h-con .nav .nav-contents .list-TOP {
  border-bottom: none;
  position: relative; /* 疑似要素の基準点 */
}
.h-con .nav .nav-contents .list-TOP::after {
  content: "";
  position: absolute;
  bottom: 0; /* リンクの最下部に配置 */
  left: 0;
  width: 100%;
  height: 2px; /* 線の太さ（border-bottomの代わり） */
  background-color: #ffffff; /* 染まる色（青） */
  transform: scaleX(0); /* 1. 初期状態: 幅をゼロにして隠す */
  transform-origin: left; /* 2. 起点: 左端に固定 */
  /* transformのみをアニメーション対象にする */
  transition: transform 0.3s ease-out;
}
.h-con .nav .nav-contents .list-TOP:hover::after {
  transform: scaleX(1); /* 最終状態: 幅を100%に戻す */
}
.h-con .nav .nav-contents .list-Service {
  border-bottom: 1px solid;
}
.h-con .nav .nav-contents .list-Service:hover::after {
  display: none;
}

@media screen and (max-width: 767px) {
  #navArea {
    display: block;
  }
  #navArea .h-nav {
    right: -100vw;
    width: 80wv;
  }
  #navArea .h-nav .inner ul li a {
    color: rgb(255, 255, 255);
  }
  #navArea .h-nav .inner ul li.list-Service a {
    color: #ff0000;
  }
  #navArea .h-nav .inner ul li.list-TOP a {
    color: #ffffff;
  }
}
.MV {
  height: calc(40VH - 70px);
  position: relative;
  overflow: hidden;
}
.MV #myCanvas3 {
  display: block; /* ブロック要素として表示し、マージンなどの問題を避ける */
  cursor: move; /* ユーザーが視点を動かせることがわかるようにカーソルを設定 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: white;
  z-index: -1;
}
.MV .MV__con .MV__text .MV__main-text {
  font-size: 55px;
}

.Service {
  overflow: hidden;
}
.Service .conteiner {
  width: min(100%, 1440px);
  margin: auto;
  overflow: hidden;
  position: unset;
}
.Service .conteiner .rotate {
  position: unset;
  /* top/left/z-index の設定も一緒にリセットすることが多い */
  top: auto;
  left: auto;
  z-index: auto;
}
.Service .conteiner .rotate::before {
  top: 100px;
  right: 100px;
  margin-top: 350px;
}
.Service .conteiner .Service__con {
  width: min(100%, 1100px);
  margin: auto;
  padding-top: 80px;
}
.Service .conteiner .Service__con .text-con {
  scroll-margin-top: 80px;
}
.Service .conteiner .Service__con #ses-con {
  scroll-margin-top: 300px;
}
.Service .conteiner .Service__con #web-con {
  scroll-margin-top: 300px;
}
.Service .conteiner .Service__con #eng-con {
  scroll-margin-top: 350px;
}
.Service .conteiner .Service__con .con-text {
  width: min(100%, 1000px);
  height: 100%;
}
.Service .conteiner .Service__con .con-text .main-text h2 {
  font-size: clamp(1.438rem, 1.295rem + 0.3vw, 1.563rem);
}
.Service .conteiner .Service__con .con-text .main-text p {
  font-size: clamp(0.75rem, 0.608rem + 0.3vw, 0.875rem);
  padding-right: 60px;
  line-height: 1;
}
.Service .conteiner .Service__con .con-text .sub-text {
  padding: 50px 0;
}
.Service .conteiner .Service__con .ph-con {
  width: 50%;
  box-sizing: border-box;
  margin-right: 50px;
  padding-left: 0;
}
.Service .conteiner .Service__con .ph-con .photo {
  width: 100%;
  height: 270px;
}
.Service .conteiner .Service__con .ph-con .photo img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center;
}
.Service .conteiner .Service__con .text-con {
  width: 50%;
  box-sizing: border-box;
}
.Service .conteiner .Service__con .text-con h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}
.Service .conteiner .Service__con .text-con p {
  font-size: 16px;
  line-height: 1.8;
  margin-left: 20px;
}
.Service .conteiner .Service__con .eng-con {
  display: flex;
  justify-content: space-between;
}
.Service .conteiner .Service__con .web-con {
  margin-top: 100px;
  margin-bottom: 100px;
}
.Service .conteiner .Service__con .web-con .ph-con {
  margin-right: 0;
  padding-left: 50px;
}
.Service .conteiner .Service__con .web-con .text-con h3 {
  text-align: left;
}
.Service .conteiner .Service__con .web-con .text-con p {
  margin-left: 0;
  margin-right: 20px;
}

@media screen and (max-width: 1023px) {
  .Service .conteiner .Service__con img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  .Service .conteiner .Service__con .ph-con {
    width: 100%;
    margin: auto;
  }
  .Service .conteiner .Service__con .ph-con .photo {
    height: 400px;
  }
  .Service .conteiner .Service__con .ph-con .photo img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
  }
  .Service .conteiner .Service__con .text-con {
    width: 100%;
    margin-top: 20px;
  }
  .Service .conteiner .Service__con .text-con h3 {
    text-align: center;
  }
  .Service .conteiner .Service__con .ses-con {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .Service .conteiner .Service__con .eng-con {
    flex-direction: column;
  }
  .Service .conteiner .Service__con .web-con {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .Service .conteiner .Service__con .web-con .text-con {
    width: 100%;
  }
  .Service .conteiner .Service__con .web-con .text-con h3 {
    text-align: center;
  }
  .Service .conteiner .Service__con .web-con .ph-con {
    width: 100%;
    height: 400px;
    margin: auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .Service main {
    overflow: hidden;
  }
  .Service .conteiner {
    width: 100%;
    overflow: hidden;
  }
  .Service .conteiner .rotate {
    position: relative;
  }
  .Service .conteiner .rotate::before {
    margin-top: 150px;
  }
  .Service .conteiner .Service__con {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .Service .conteiner .Service__con .text-con {
    scroll-margin-top: 0px;
  }
  .Service .conteiner .Service__con #ses-con {
    scroll-margin-top: 0px;
  }
  .Service .conteiner .Service__con #web-con {
    scroll-margin-top: 0px;
  }
  .Service .conteiner .Service__con #eng-con {
    scroll-margin-top: 0px;
  }
  .Service .conteiner .Service__con .con-text .sub-text {
    padding-bottom: 30px;
    padding-top: 0;
  }
  .Service .conteiner .Service__con .con-text .main-text h2 {
    font-size: clamp(0.7rem, 1.123rem + 0.15vw, 1.438rem);
    letter-spacing: 5px;
  }
  .Service .conteiner .Service__con .con-text .main-text p {
    font-size: clamp(0.688rem, 0.643rem + 0.22vw, 0.75rem);
    padding-right: 0;
  }
  .Service .conteiner .Service__con .ph-con {
    width: 100%;
    margin: auto;
  }
  .Service .conteiner .Service__con .ph-con .photo {
    height: auto;
  }
  .Service .conteiner .Service__con .ph-con .photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  .Service .conteiner .Service__con .text-con {
    width: 100%;
  }
  .Service .conteiner .Service__con .text-con h3 {
    text-align: center;
  }
  .Service .conteiner .Service__con .text-con p {
    margin-left: 0;
  }
  .Service .conteiner .Service__con .ses-con {
    flex-direction: column;
  }
  .Service .conteiner .Service__con .ses-con .ph-con {
    padding-left: 0;
  }
  .Service .conteiner .Service__con .ses-con .text-con h3 {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: clamp(1.3rem, 0.9rem + 0.4vw, 1.5rem);
  }
  .Service .conteiner .Service__con .web-con {
    flex-direction: column-reverse;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .Service .conteiner .Service__con .web-con .text-con h3 {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .Service .conteiner .Service__con .web-con .text-con P {
    margin-right: 0;
  }
  .Service .conteiner .Service__con .web-con .ph-con {
    padding-left: 0;
    margin: auto;
    height: auto;
  }
  .Service .conteiner .Service__con .web-con .ph-con .photo img {
    width: 100%;
  }
  .Service .conteiner .Service__con .eng-con {
    flex-direction: column;
  }
  .Service .conteiner .Service__con .eng-con .text-con h3 {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=service.css.map */