@charset "UTF-8";
/************************************
** common
************************************/
html, body {
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  background: #75BCC7;
  color: #FFF;
  font-family:  "Hind Madurai","Noto Sans JP";
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1.6;
  overscroll-behavior: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

p, ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

img {
  vertical-align: bottom;
}

h1, h2 {
  font-weight: 600;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}


.flex-block {
  display: flex;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-end {
  display: flex;
  justify-content: end;
}

.flex-center {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}


/* -----------------------------
  固定ヘッダー
----------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);*/
}

.site-header.scrolled {
  background: rgba(51,51,51,0.2);
  backdrop-filter: blur(3px);
  transition: 0.5s;
}

.header-inner {
  align-items: center;
  max-width: 1200px;
  padding: 20px 0;
  margin: 0 auto;
}
.site-title {
  display: flex;
  align-items: center;
}
.site-title img {
  height: 40px;
}
/* -----------------------------
  ナビメニュー（PC時）
----------------------------- */
.site-nav {
  display: flex;
}

.site-nav ul {
  display: flex;
}

.site-nav li {
  margin-left: 35px;
}

.site-nav ul li ul,
.site-nav button {
  display: none;
}

/* -----------------------------
  ハンバーガーアイコン（スマホ時）
----------------------------- */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  width: 25px;
  height: 20px;
  justify-content: space-between;
}
.hamburger span {
  display: block;
  height: 1px;
  background: #FFF;
  border-radius: 2px;
}


/* -----------------------------
  footer
----------------------------- */
footer {
  background: #CCE5E9;
  color: #515151;
}

footer .container {
  max-width: 1200px;
  padding: 50px 0;
  margin: 0 auto;
}

.footer-top {
  border-bottom: 1px solid #3C3C3C;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.footer-top p a {
  color: #000;
}

.footer-left {
  flex-flow: column;
  gap: 30px;
}

.container .flex-between .footer-left img {
  width: 160px;
}

.footer-address p {
  font-weight: 600;
}

.footer-right + .footer-bottom {
  display: none;
}


.container .footer-right .flex-between {
  gap: 45px;
}

.container .footer-right .flex-between .footer-menu:nth-of-type(5),
.container .footer-right .flex-between .footer-menu:nth-of-type(6),
.container .footer-right .flex-between .footer-menu:nth-of-type(7) {
  display: none;
}

.footer-menu p {
  color: #3C3C3C;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 27px;
}

.footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-menu a {
  color: #949494;
}

.footer-bottom {
  font-size: 12px;
}

.footer-right .flex-end {
  gap: 15px;
  padding-top: 35px;
}









section {
  position: relative;
  width: 100%;
  height: 100vh;
}

.top-scrolltrigger {
  background: rgba(0,0,0,0.3);
}




.top-scrolltrigger div {
  max-width: 1200px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0 auto;
}




.top-scrolltrigger h1,
.top-scrolltrigger h2 {
  position: unset;
  margin: 0;
  line-height: normal;
}

.top-scrolltrigger h1 {
  font-size: clamp(50px, 4.44vw, 80px);
  padding-bottom: 20px;
}


.top-scrolltrigger h2,
.header-ttl h1 {
  font-size: clamp(50px, 8.9vw, 128px);
}

.top-scrolltrigger p,
.header-ttl p {
  font-size: clamp(14px, 1.4vw, 20px);
  padding: 10px 0 84px;
}

.top-scrolltrigger button.btn-wht {
  width: 200px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}






.right-side {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}

/* 共通の photo スタイル */
/*.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: none;
}*/

.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 1s ease;
}

.photo1 {
  z-index: 1;
  opacity: 1;
}

.photo2 {
  z-index: 2;
  opacity: 0;
}








.normal-content {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  /*background: #FFF;*/ /* 背景つけて画像の上に重ならないように */
  position: relative;
  z-index: 1;
}

.container {
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  padding: 110px 0;
  margin: 0 auto;
}

.container h2 {
  font-size: clamp(45px, 6.25vw, 90px);
}

.container h2 p {
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 400;
  padding: 20px 0 45px;
}

.container .flex-between {
  gap: 120px;
}

.container .flex-between img {
  max-width: 530px;
  width: 100%;
  border-radius: 10px;
  object-fit: contain;
}

.top-description {
  font-size: clamp(14px, 1.11vw, 16px);
}

.btn-column .flex-end:not(:last-child) {
  padding-bottom: 20px;
}












/* =======================================================
* テキストアニメーション
* ======================================================= */
.slideConts {
  opacity: 0;
}

.slide {
  animation: slideAnime 2s ease forwards;
}

@keyframes slideAnime {
  from {
  opacity: 0;
  }

  to {
  opacity: 1;
  }
}

.txt1 {
  animation-delay: 0.5s;
}

.txt2 {
  animation-delay: 0.8s;
}

.txt3 {
  animation-delay: 0.8s;
}

/* =======================================================
* メッシュグラデーション
* ======================================================= */
@keyframes hero-gradient-animation {
  0% {
    --c-0: hsla(142.94117647058837, 43%, 73%, 1);
    --x-0: 49%;
    --y-0: 9%;
    --s-start-0: 12%;
    --s-end-0: 64%;
    --c-1: hsla(184, 98%, 99%, 1);
    --x-1: 16%;
    --y-1: 7%;
    --s-start-1: 12%;
    --s-end-1: 64%;
    --c-2: hsla(214, 57%, 72%, 0.65);
    --x-2: 84%;
    --y-2: 62%;
    --s-start-2: 12%;
    --s-end-2: 64%;
    --c-3: rgb(7, 44, 44);
    --x-3: 59%;
    --y-3: 47%;
    --s-start-3: 12%;
    --s-end-3: 64%;
    --c-4: hsla(148.2352941176471, 62%, 28%, 1);
    --x-4: 98%;
    --y-4: 42%;
    --s-start-4: 12%;
    --s-end-4: 64%;
  }

  100% {
    --c-0: hsl(171.31deg 33.81% 56.61%);
    --x-0: 4%;
    --y-0: 84%;
    --s-start-0: 12%;
    --s-end-0: 64%;
    --c-1: hsla(166.76470588235296, 32%, 48%, 1);
    --x-1: 39%;
    --y-1: 88%;
    --s-start-1: 12%;
    --s-end-1: 64%;
    --c-2: hsla(157.50000000000006, 41%, 53%, 1);
    --x-2: 90%;
    --y-2: 35%;
    --s-start-2: 12%;
    --s-end-2: 64%;
    --c-3: hsla(154.85294117647067, 83%, 13%, 1);
    --x-3: 88%;
    --y-3: 81%;
    --s-start-3: 12%;
    --s-end-3: 64%;
    --c-4: hsla(211, 41%, 53%, 1);
    --x-4: 31%;
    --y-4: 36%;
    --s-start-4: 12%;
    --s-end-4: 64%;
  }
}

@property --c-0 {
  syntax: '<color>';
  inherits: false;
  initial-value: hsla(142.94117647058837, 43%, 73%, 1)
}

@property --x-0 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 49%
}

@property --y-0 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 9%
}

@property --s-start-0 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 12%
}

@property --s-end-0 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 64%
}

@property --c-1 {
  syntax: '<color>';
  inherits: false;
  initial-value: rgb(7, 44, 44)
}

@property --x-1 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 16%
}

@property --y-1 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 7%
}

@property --s-start-1 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 12%
}

@property --s-end-1 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 64%
}

@property --c-2 {
  syntax: '<color>';
  inherits: false;
  initial-value: hsla(214, 57%, 72%, 0.65)
}

@property --x-2 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 84%
}

@property --y-2 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 62%
}

@property --s-start-2 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 12%
}

@property --s-end-2 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 64%
}

@property --c-3 {
  syntax: '<color>';
  inherits: false;
  initial-value: hsla(180, 66%, 86%, 1)
}

@property --x-3 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 59%
}

@property --y-3 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 47%
}

@property --s-start-3 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 12%
}

@property --s-end-3 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 64%
}

@property --c-4 {
  syntax: '<color>';
  inherits: false;
  initial-value: hsla(148.2352941176471, 62%, 28%, 1)
}

@property --x-4 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 98%
}

@property --y-4 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 42%
}

@property --s-start-4 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 12%
}

@property --s-end-4 {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 64%
}

.mesh-gradation {
  background-attachment: fixed;
  --c-0: hsla(142.94117647058837, 43%, 73%, 1);
  --x-0: 49%;
  --y-0: 9%;
  --c-1: hsla(184, 98%, 99%, 1);
  --x-1: 16%;
  --y-1: 7%;
  --c-2: hsla(214, 57%, 72%, 0.65);
  --x-2: 84%;
  --y-2: 62%;
  --c-3: hsla(180, 66%, 86%, 1);
  --x-3: 59%;
  --y-3: 47%;
  --c-4: hsla(148.2352941176471, 62%, 28%, 1);
  --x-4: 98%;
  --y-4: 42%;
  background-color: hsla(162, 39%, 44%, 1);
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3)), radial-gradient(circle at var(--x-4) var(--y-4), var(--c-4) var(--s-start-4), transparent var(--s-end-4));
  animation: hero-gradient-animation 5s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal, normal;
}

/* =======================================================
* ボタンアニメーション
* ======================================================= */
button {
  display: inline-block;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  position: relative;
  outline: none;
  vertical-align: middle;
  text-decoration: none;
  padding: 0;
}

button.btn-blk,
button.btn-wht {
  width: 200px;
  height: auto;
}

button .circle {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 1.625rem;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  margin: 0;
}

button.btn-blk .circle {
  background: #282936;
}

button.btn-wht .circle {
  background: #FFF;
}

button .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

button.btn-blk .circle .icon {
  background: #FFF;
}

button.btn-wht .circle .icon {
  background: #282936;
}

button.btn-blk .circle .icon.arrow,
button.btn-wht .circle .icon.arrow {
  width: 1.125rem;
  height: 0.120rem;
  background: none;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
}

button .circle .icon.arrow::before {
  width: 0.625rem;
  height: 0.625rem;
  content: '';
  position: absolute;
  top: -0.3rem;
  right: 0.0625rem;
  transform: rotate(45deg);
}

button.btn-blk .circle .icon.arrow::before {
  border-top: 0.125rem solid #FFF;
  border-right: 0.125rem solid #FFF;
}

button.btn-wht .circle .icon.arrow::before {
  border-top: 0.125rem solid #282936;
  border-right: 0.125rem solid #282936;
}

button .button-text {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
}

button.btn-blk .button-text {
  color: #282936;
}

button.btn-wht .button-text {
  color: #FFF;
}

button a:hover {
  opacity: 1;
}

button:hover .circle {
  width: 100%;
}

button:hover .circle .icon.arrow {
  transform: translate(1rem, 0);
}

button.btn-blk:hover .circle .icon.arrow {
  background: #FFF;
}

button.btn-wht:hover .circle .icon.arrow {
  background: #282936;
}

button:hover .button-text {
  font-weight: 500;
}

button.btn-blk:hover .button-text {
  color: #FFF;
}

button.btn-wht:hover .button-text {
  color: #282936;
}

/* =======================================================
* ループスライダー
* ======================================================= */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}

.scroll-wrap {
  display: flex;
  overflow: hidden;
}

.scroll-list {
  display: flex;
  gap: 20px;
  padding-right: 20px;
}

.scroll-list-left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-item {
  width: calc(100vw / 5);
}

.scroll-item > img {
  width: 100%;
}

/* =======================================================
* .container h2 文字アニメーション
* ======================================================= */
/* --- h2全体のスタイル --- */
.container h2 {
  font-size: clamp(45px, 6.25vw, 90px);
  font-weight: 700;
  overflow: hidden;
  line-height: 1.2;
}

/* --- pを改行＋別サイズに --- */
.container h2 p {
  display: block;
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  padding: 20px 0 45px;
  margin: 0;
}

/* --- 文字アニメーション共通 --- */
.container h2 .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: calc(var(--char-index) * 0.1s);
}

/* --- AOSで表示されたらアニメーション開始 --- */
[data-aos].aos-animate .char {
  opacity: 1;
  transform: translateY(0);
}




/************************************
** common - under
************************************/
.header-content {
  padding: 20px 0;
}

.breadcrumbs {
  padding-bottom: 60px;
}

.header-ttl p {
  font-weight: 400;
  padding: 20px 0 0;
}

.header-image {
  width: 100%;
  height: 610px;
  object-fit: cover;
}


.under-content {
  border-bottom: 1px solid #FFF;
  padding: 80px 0;
}

.under-content:last-of-type {
  border: none;
  padding-bottom: 0;
}


.container h3 {
  font-size: clamp(20px, 3.33vw, 48px);
  padding-bottom: 60px;
}

.container .container-inner-right {
  position: relative;
  padding-left: 120px;
}

.container .container-inner-right img {
  width: 60%;
  height: 525px;
  border-radius: 10px;
  object-fit: cover;
}

.container h4 {
  width: 50%;
  font-size: clamp(20px, 3.82vw, 55px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) !important;
}

.h4-description {
  width: 50%;
  font-size: clamp(14px, 1.39vw, 20px);
  padding-top: 30px;
  margin: 0 0 0 auto;
}

.container-inner-center {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.under-content h5 {
  font-size: clamp(20px, 2.5vw, 36px);
  padding: 80px 0 60px;
}

.h3-description {
  font-size: clamp(14px, 1.39vw, 20px);
  padding: 40px;
}



.info-list li {
  display: flex;
}

.info-list .info-label {
  width: 175px;
  border-bottom: 1px solid #178C9E;
  padding: 30px 0;
}

.info-list .info-item {
  flex: 1;
  border-bottom: 1px solid #FFF;
  padding: 30px 0 30px 30px;
}