@charset "utf-8";

/* ===============================
   BASE
=============================== */

.fv {
  position: relative;
  z-index: 5;
}

.fv::before {
  content: "";
  max-width: 720px;
  width: 90%;
  height: 414px;
  background: #f5faf9;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.fv .inner {
  padding-top: var(--header-height);
  position: relative;
  height: 100%;
  box-sizing: content-box;
}

/* ===============================
   TEXT
=============================== */

.fv-text {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 21%;
  color: #fff;
  max-width: 767px;
  width: 48%;
}



.fv-text .en-tit {
  font-family: var(--font-cinzel);
  font-weight: 400;
  font-size: clamp(3.25rem, 2.522rem + 3.11vw, 6.25rem);
  line-height: calc(90/100);
  color: #000;
  overflow: hidden;

}



.fv-text .en-tit:last-of-type {
  text-align: right;
}

.fv-text .en-sub {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(1.125rem, 0.897rem + 0.97vw, 2.063rem);
  color: #05a6c0;
  text-align: center;
  overflow: hidden;
}

.fv-text .ja-tit {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  color: #000;
  text-align: right;
}

.fv-text .ja-tit br {
  display: none;
}

.fv-slider {
  position: relative;
  max-width: 1724px;
  width: 100%;
  height: 80%;
  aspect-ratio: 1724 / 883;
  margin-left: auto;
}


/* ===============================
   メイン
=============================== */

.fv__main {
  position: absolute;
  top: 11px;
  max-width: 926px;
  width: 50%;
  height: auto;
  aspect-ratio: 926 / 883;
  right: 0rem;
  bottom: 0;
  overflow: hidden;
}

.fv__mainImg {
  position: absolute;
  inset: 0;
}

.fv__mainImg .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.fv__mainImg .img.is-current {
  width: 100%;
  z-index: 1;
}

.fv__mainImg .img.is-next {
  z-index: 2;
}



/* ===============================
   サムネ
=============================== */

.fv__thumb {
  position: absolute;
  bottom: 25%;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 778px;
  width: 46%;
  gap: 19px;
  z-index: 50;
}

.fv__thumb-item {
  position: relative;
  width: 100%;
  aspect-ratio: 248 / 234;

  overflow: hidden;

}

.fv__thumb-item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.fv__thumb-item .img.is-current {
  width: 100%;
  z-index: 1;
}

.fv__thumb-item .img.is-next {
  z-index: 2;
}

.fv__thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv .reserve_btn {
  position: absolute;
  left: 0;
  bottom: 4%;
  max-width: 309px;
  width: 90%;
  border-radius: 7px;
  background: #fff;
  border: 2px solid #05a6c0;
  display: flex;
  flex-direction: column;
  transition: var(--default);
}

.fv .reserve_btn:hover {
  opacity: 50%;
}

.fv .reserve_btn .ttl {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  width: 100%;
  background-color: #05a6c0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fv .reserve_btn .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 0;
}

.fv .reserve_btn .link-text {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 23px;
  color: #000;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.title .main {
  text-transform: uppercase;
  font-family: var(--font-cinzel);
  font-weight: 400;
  font-size: clamp(1.25rem, 1.068rem + 0.78vw, 2rem);
  text-align: center;
  color: #000;

}

.title img:last-child {
  transform: scaleX(-1);
}

.t_camp .inner {
  padding: 40px 0 80px;
}

.t_camp .title {
  margin-bottom: 40px;
}

.t_camp .sec-body {
  display: grid;
  grid-template-areas: "camp1 camp2"
    "camp1 camp2";
  gap: 40px 5%;
}

.t_camp .sec-body .camp-recruit {
  grid-area: camp1;

}

.t_camp .sec-body .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.t_camp .sec-body .camp-konkatsu {
  grid-area: camp2;
}



.t_camp .item {
  width: 100%;
}

.t_camp .camp-ttl {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
  text-align: center;
  color: #fff;
  background: #05a6c0;
  margin-bottom: 32px;
}

.newsItem {
  padding-bottom: 32px;
  border-bottom: 1px solid #e6e6e6;
  transition: var(--default);
}

.newsItem:hover {
  opacity: 50%;
}

.newsItem .newsdate {
  display: grid;
  grid-template-areas: "year year"
    "month day";
  font-family: var(--font-cinzel);
  font-weight: 400;
  color: #000;
}

.newsItem .newsdate .year {
  grid-column: year;
  font-size: clamp(0.625rem, 0.564rem + 0.26vw, 0.875rem);
  margin-bottom: -10px;
}

.newsItem .newsdate .month {
  grid-column: month;
  font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
}

.newsItem .newsdate .day {
  grid-column: day;
  font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
}

.newsItem .newscontents {
  display: flex;
  align-items: flex-start;
  gap: 3%;
}

.newsItem .newsthum {
  max-width: 239px;
  width: 100%;
}

.newsItem .newstitle {
  max-width: 440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.newsItem .newsItemTit {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
  line-height: calc(34/20);
  color: #000;
}

.newsItem .detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
  line-height: calc(27/16);
  color: #000;
}

.newsItem .newslements {
  display: flex;
  gap: 3%;
  align-items: flex-end;
  margin-bottom: 10px;
}

.newsItem .newsItemCate {
  font-family: var(--font-sans);
  font-weight: bold;
  font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background: #05a6c0;
  padding: 8px 14px;
  margin-bottom: 9px;
}

.t_feature {
  overflow: hidden;
  position: relative;
}

.t_feature::before {
  content: "";
  max-width: 720px;
  width: 100%;
  height: 352px;
  background: #f5faf9;
  position: absolute;
  right: 0;
  top: 30%;
  z-index: -1;
}

.t_feature .inner {
  padding: 80px 0;
}

.t_feature .catch .js-ttl,
.t_feature .catch .char {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(2rem, 1.484rem + 2.2vw, 4.125rem);
  color: #000;
}




.t_feature .catch {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 140px;
  position: relative;
  z-index: 3;
  width: 40%;
}

.t_feature .catch .deco-en {
  position: absolute;
  top: calc(100% - 50px);
  left: -3%;
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(2rem, 1.257rem + 3.17vw, 5.063rem);
  color: #e5e5e5;
  white-space: nowrap;
  z-index: -1;
  line-height: 171px;
}

.t_feature .catch .deco-en br {
  display: none;
}

.t_feature .catch .js-ttl:nth-child(2) {
  text-align: right;
}

.t_feature .feature-contents {
  margin-top: 120px;
}

.t_feature .feature-contents .title {
  justify-content: flex-start;
  margin-bottom: 40px;
}

.t_feature .column .text {
  position: relative;
}

.t_feature .feature-contents .item {
  display: flex;
  align-items: flex-start;
  gap: 3%;
}

.t_feature .feature-contents .item .img {
  max-width: 323px;
  width: 100%;
}

.t_feature .feature-contents .item .text {
  max-width: 624px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.t_feature .feature-contents .list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.t_feature .feature-contents .item .main {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
  line-height: calc(41/24);
  color: #000;
}

.t_feature .feature-contents .item:last-child {
  margin-left: 5%;
}

.t_feature .text>.img {
  position: absolute;
  right: 0;
  top: 56px;
  max-width: 926px;
  width: 50%;
  height: 764px;
  display: flex;
  flex-direction: column;
  gap: 33px;
  align-items: flex-start;
  z-index: 7;
}



.t_feature .img .img01 {
  max-width: 542px;
  width: 71%;
}

.t_feature .img .img02 {
  max-width: 446px;
  width: 59%;
  margin-left: auto;
}

.t_service {
  position: relative;
  overflow: hidden;
}

.t_service .text01,
.t_service .text02 {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(2.5rem, 1.59rem + 3.88vw, 6.25rem);
  color: #e5e5e5;
  position: absolute;
}

.t_service .text01 {
  top: 26%;
  left: 0;
}

.t_service .text02 {
  bottom: 25%;
  right: 0;
}


.t_service .inner {
  padding: 80px 0 157px;
}

.t_service .title {
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 20px;
  flex-direction: column;
}

.t_service .title .main {
  font-size: clamp(2.5rem, 1.984rem + 2.2vw, 4.625rem);
  margin-bottom: -15px;
}

.t_service .title .sub {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(1rem, 0.742rem + 1.1vw, 2.063rem);
  color: #05a6c0;
}

.t_service .sec-body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 117px 6%;
}

.t_service .sec-body .item {
  max-width: 367px;
  width: 29%;
  position: relative;
}

.t_service .sec-body .item:hover .img img {
  transform: scale(1.2);
}

.t_service .sec-body .item .item-tit {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  gap: 17px;
}

.t_service .sec-body .item .item-tit .main {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
  letter-spacing: 0.1em;
  color: #000;
}

.t_service .sec-body .item:nth-child(4) {
  margin-left: auto;
}

.t_service .sec-body .item:nth-child(2),
.t_service .sec-body .item:nth-child(5) {
  margin-top: 20px;
}

.t_service .sec-body .item:nth-child(3n) {
  margin-top: 40px;
}

.t_service .sec-body .item .img-wrap {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}


.t_service .sec-body .item .img {
  position: relative;
}

.t_service .sec-body .item .img img {
  transition: var(--default);
}

.t_service .sec-body .item .kome {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
  letter-spacing: 0.1em;
  color: #000;
  margin-top: 12px;
}

.t_service .sec-body .item .morebtn {
  position: absolute;
  right: -20px;
  bottom: -57px;
}



.t_gallery {
  position: relative;
}

.t_gallery .swiper-button-prev,
.t_gallery .swiper-button-next {
  display: none;
}

.t_gallery .box {
  width: 100%;
  height: 298px;
  background-color: #F5FAF9;
  position: absolute;
  top: 53%;
  left: 0;
  z-index: -1;
}

.t_gallery .inner {
  padding: 100px 0 80px;
}

.t_gallery .sec-head {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 6%;
  margin-bottom: 40px;
}

.t_gallery .title {
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.t_gallery .title .main {
  font-size: clamp(2.5rem, 1.984rem + 2.2vw, 4.625rem);
  margin-bottom: -15px;
}

.t_gallery .title .sub {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(1rem, 0.742rem + 1.1vw, 2.063rem);
  color: #05a6c0;
}

.t_gallery .sec-body .swiper-wrapper {
  gap: 5px;
}


.t_gallery .sec-body .swiper-slide {
  max-width: 332px;
  width: 24%;
}



.t_gallery .sec-body .item {

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.t_gallery .sec-body .swiper-slide:nth-child(2n) {
  margin-top: 50px;
}

.t_gallery .sec-body .item .comment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
  text-align: center;
  color: #000;
  position: relative;
  padding-bottom: 35px;
  width: 100%;
}

.t_gallery .sec-body .item .comment img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.t_gallery .js-shutter-item a {
  display: flex;
  align-items: center;
  gap: 8%;
  justify-content: center;
}

.t_gallery .js-shutter-item .morebtn {
  position: relative;
}

.t_gallery .js-shutter-item .morebtn::after {
  content: "";
  position: absolute;
  right: 100%;
  width: 70px;
  height: 1px;
  background: #CBCBCB;
  top: 0;
  bottom: 0;
  margin: auto;
}

.t_gallery .js-shutter-item .ink-text {
  font-family: var(--font-cinzel);
  font-weight: 400;
  font-size: clamp(1rem, 0.833rem + 0.71vw, 1.688rem);
  color: #000;
}

.t_news .inner {
  padding: 80px 0 50px;
  display: grid;
  grid-template-columns: 24% 1fr;
  gap: 7%;
}

.t_news .sec-head {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.t_news .sec-head .title {
  flex-direction: column;
  align-items: flex-start;
}



.t_news .sec-head .title .main {
  font-family: var(--font-cinzel);
  font-weight: 400;
  font-size: clamp(2.5rem, 2.257rem + 1.04vw, 3.5rem);
  color: #000;
  margin-bottom: -15px;
}

.t_news .sec-head .title .sub {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(1rem, 0.742rem + 1.1vw, 2.063rem);
  color: #05a6c0;
}

.t_news .sec-head .morelink {
  font-family: var(--font-cinzel);
  font-weight: 400;
  font-size: 27px;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
}

.t_news .sec-body .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.t_news .newsItem .newsthum {
  max-width: 294px;
}

.t_news .newsItem .newstitle {
  max-width: 715px;
}

.t_insta .inner {
  padding: 50px 0 40px;
}

.t_insta .title {
  flex-direction: column;
  margin-bottom: 40px;
}

.t_insta .title .sub {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(1rem, 0.742rem + 1.1vw, 2.063rem);
  color: #05a6c0;
  margin-bottom: -15px;
}

.t_insta .title .main {
  font-family: var(--font-cinzel);
  font-weight: 400;
  font-size: clamp(2.5rem, 1.984rem + 2.2vw, 4.625rem);
  color: #000;
}

.t_insta .webgene-blog {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 24px;

}

.t_insta .webgene-blog .imgBx01:hover {
  opacity: 50%;
}

.t_insta .webgene-blog .webgene-item-main-image,
.t_insta .webgene-blog video {
  aspect-ratio: 1/1;
  width: 100%;
}

.t_insta .webgene-blog .py-3 {
  padding: 0 !important;
}

.t_insta .webgene-blog .imgBx01 {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  transition: .4s ease;

}

@media (max-width: 1200px) {

  .t_gallery .sec-body .swiper-slide {
    width: 30%;
  }


  .t_service .sec-body {
    gap: 70px 4%;
  }

  .t_service .sec-body .item {
    width: 30%;
  }

  .t_service .sec-body .item .item-tit .main {
    letter-spacing: 0;
  }

  .t_feature .catch .deco-en {
    line-height: calc(56/32);
  }

  .t_feature .catch .deco-en br {
    display: block;
  }

  .t_feature .column>.img {
    width: 47%;
  }

  .t_gallery .js-shutter-item {
    margin-top: 32px;
  }
}

@media (max-width: 1023px) {
  .fv {
    height: auto;
  }

  .fv-slider {
    aspect-ratio: 390/350;
    max-width: none;
  }

  .fv__thumb,
  .fv .reserve_btn {
    display: none;
  }

  .fv::before {
    content: none;
  }

  .fv-text {
    position: relative;
    inset: 0;
  }

  .fv .inner {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
    gap: 20px;
  }

  .fv__main {
    position: relative;
    inset: 0;
    width: 100%;
    aspect-ratio: 390 / 330;
    max-width: none;
  }

  .fv-text {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }

  .fv-text .en-sub,
  .fv-text .en-tit:last-of-type,
  .fv-text .ja-tit {
    text-align: left;
  }

  .fv-text .ja-tit {
    line-height: calc(24/14);
    margin-top: 10px;
  }

  .fv-text .ja-tit br {
    display: block;
  }

  .t_camp .title {
    margin-bottom: 32px;
  }

  .t_camp .inner {
    width: 85%;
  }

  .t_camp .sec-body {
    display: flex;
    flex-direction: column;
    gap: 64px;

  }

  .t_camp .sec-body .webgene-blog {
    width: 90%;
    margin: 0 auto;
  }

  .newsItem .newsthum {
    max-width: none;
  }

  .t_service .sec-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 6%;
  }

  .t_service .sec-body .item:nth-child(4),
  .t_service .sec-body .item {
    margin: 0 auto;
    width: 100%;
  }

  .t_service .sec-body .item:nth-child(2),
  .t_service .sec-body .item:nth-child(5),
  .t_service .sec-body .item:nth-child(3n) {

    margin-top: 0;
  }

  .t_news .sec-head .morelink {
    display: none;
  }

  .t_news .inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .t_news .sec-body {
    width: 80%;
    margin: 0 auto;
  }

  .t_gallery .js-shutter-item .morebtn::after {
    width: 40px;
  }

  .t_gallery .js-shutter-item a {
    gap: 55px;
  }
}

@media (max-width: 767px) {
  .newsItem .newscontents {
    flex-direction: column;
    gap: 15px;
  }

  .newsItem .newstitle {
    gap: 10px;
  }

  .newsItem {
    padding-bottom: 10px;
  }

  .t_service .sec-body {
    display: flex;
    flex-direction: column;
    gap: 70px;
  }

  .t_service .sec-body .item {
    max-width: 72.07vw;
  }

  .t_gallery .sec-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }

  .t_gallery .sec-body .swiper-slide {
    max-width: 64.02vw;
    width: 100%;
  }

  .t_news .newsItem .newsthum {
    max-width: none;
  }



  .t_feature .column {
    display: flex;
    flex-direction: column;
  }

  .t_feature .text>.img {
    position: relative;
    width: 95%;
    margin-right: auto;
    height: auto;
    inset: 0;
  }

  .t_feature .catch {
    gap: 16px;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto 124px;
  }

  .t_feature .catch .js-ttl:nth-child(2) {
    margin-left: 12%;
  }

  .t_feature .catch .deco-en {
    top: 48px;
  }

  .t_feature .inner {
    width: 100%;
  }


  .t_feature .desc {
    width: 90%;
    margin: 0 auto 40px;
  }

  .t_feature .img .img01 {
    max-width: 69.48vw;
    width: 100%;
  }

  .t_feature .img .img02 {
    max-width: 61.53vw;
    width: 100%;
  }

  .t_feature .feature-contents {
    width: 85%;
    margin: 64px auto 0;
  }

  .t_feature .feature-contents .title {
    justify-content: center;
    margin-bottom: 20px;
  }

  .t_feature .feature-contents .item {
    flex-direction: column;
    gap: 20px;
  }

  .t_feature .feature-contents .item .img {
    max-width: none;
  }

  .t_feature .feature-contents .item:last-child {
    margin: 0 auto;
  }

  .t_service .title {
    width: fit-content;
    margin-bottom: 45px;
  }

  .t_service .text01 {
    top: 12%;
    left: -3%;
  }

  .t_service .text02 {
    top: 25%;
    right: auto;
    left: -3%;
    bottom: auto;
  }

  .t_service .text01 p,
  .t_service .text02 p {
    white-space: nowrap;
  }

  .t_camp .inner {
    padding-bottom: 60px;
  }

  .t_feature .inner {
    padding: 60px 0;
  }

  .t_service .inner {
    padding: 50px 0 60px;
  }

  .t_gallery .inner {
    padding: 60px 0;
  }



  .t_news .inner {
    padding: 60px 0;
  }

  .t_insta .inner {
    padding: 60px 0 40px;
  }
}

.gjs-dashed .fv-text,
.gjs-dashed .fv__main,
.gjs-dashed .fv__thumb {
  position: relative;
  inset: 0;
}

.gjs-dashed .fv__main {
  aspect-ratio: unset;
}

.gjs-dashed .fv__thumb-item {
  display: flex;
  flex-direction: column;
  overflow: visible;
  aspect-ratio: unset;
}

.gjs-dashed .fv__thumb-item .img {
  position: relative;
  width: 100%;
  height: 234px;
}

.gjs-dashed .fv {
  height: auto;
  overflow: visible;
}

.gjs-dashed .fv .inner {
  height: auto;
}

.gjs-dashed .fv-slider {
  height: auto;
  display: flex;
}

.gjs-dashed .fv__mainImg {
  display: flex;
  position: relative;
  flex-direction: column;
}

.gjs-dashed .fv__mainImg .img {
  position: relative;
  width: 100%;
  overflow: visible;
}