@charset "utf-8";
/*2025.9.12-so*/

/**********************
HOME
**********************/
/*nav*/
.header-transparent nav.container div.header-logo h1.h1tx{
	color: #fff !important;
}
.header.header-transparent .header-logo a, .header.header-transparent .header-menu .nav .nav-link {
    color: #fff !important;
}
.header.header-transparent .header-toggle span, .header.header-transparent .header-toggle span:before, .header.header-transparent .header-toggle span:after {
    background: #fff ;
}
.header-toggle.active span {
    background: transparent !important;
}
@media (max-width: 1199.98px) {
    .header.header-transparent .header-menu .nav .nav-link {
        color: #121518 !important;
    }
}

/*slider*/
.swiper-img img {
  width: 100%;
  object-fit: cover;
				background-size: cover;
  background-position: center;
  height: 80vh; /* ビューポートの高さの50% */
}
			
.swiper-slide {
  position: relative;
}
.overlay-bk{
	position: absolute;
  background: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 1;
}

.overlay p {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .overlay p {
    font-size: 1.2rem;
  }

  .overlay img {
    width: 80px;
  }
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 90%;
}
@media (max-width: 575.98px){
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 80%;
	}
}

/* コンテンツの配置 */
.position-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* スライダー1枚の全体 */
.item.section-fullscreen {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.swiper-slide {
  position: relative;
}
.swiper-img {
  position: relative;
}
.overlay-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  color: white;
	width: 80%;
}
.overlay-content p{
  font-size:30px;
}
.swiper {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
 }

 .swiper-wrapper {
    height: auto;
 }

 .swiper-slide img {
    width: 100%;
    height: auto;
 }

 .swiper-slide,.pic {
    overflow: hidden;
 }

 .pic {
    position: relative;
    width: 100%;
    height: 90vh;
    box-sizing: border-box;
    z-index: 2;
 }

  /* オーバーレイ */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}

/* ▼▼▼▼▼ 新しいアニメーション定義を追加 ▼▼▼▼▼ */
@keyframes kenburns-effect {
  from {
    transform: scale(1.5) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.2) translate3d(40px, -20px, 0);
  }
}

.swiper-slide .pic {
  /* 全てのスライドの初期状態（ハードウェアアクセラレーションも含む） */
  transform: scale(1.5) translateZ(0);
  will-change: transform;
  backface-visibility: hidden; /* Firefoxでのカクつきを抑制するために追加 */
}

/* JSで付与するカスタムクラスでアニメーションを制御 */
.swiper-slide .pic.kenburns-active {
  animation: kenburns-effect 15s ease forwards;
}

/* ▲▲▲▲▲ ここまで ▲▲▲▲▲ */

/* キャプション（白文字） */ 
.caption {color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
	width:40%;
  }

  .swiper-slide-active .caption .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
  }

  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      transform: translateX(-100px);
      filter: blur(10px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
      filter: blur(0);
    }
  }

 

  .swiper-pagination-bullet {
    --swiper-theme-color: rgb(0, 0, 0);
    --swiper-pagination-bullet-width: 4px;
    --swiper-pagination-bullet-height: 4px;
    --swiper-pagination-bullet-border-radius: none;
    transition: .5s;
  }

  .swiper-pagination-bullet-active {
    --swiper-pagination-bullet-width: 20px;
  }
.star {
	transform: scale(1.0) translate(0, 0);
	transition:none;right: 0px;
	position: absolute;
	top: 50%;
	width: 18%;
	height: auto;
	z-index:5; 
}
#top-2{
	position: relative;
	margin-top: -10%;
	z-index: 2;
	}
@media (max-width: 1199.98px){
	.caption {
	width:40%;
	}
	.pic {
    height: 70vh;
	}
	.star {
    top: 40%;
    width: 20%;
	}
}
@media (max-width: 991.98px){
	.caption {
	width:50%;
	}
	.pic {
    height: 50vh;
	}
	.star {
    top: 33%;
    width: 20%;
	}
}
@media (max-width: 767.98px){
	.caption {
	width:35%;
	}
	.pic {
    height: 80vh;
	}
	.star {
    top: 45%;
    width: 20%;
	}
	.pic img {
    display: block;
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
	}
}
@media (max-width: 575.98px){
	.caption {
	width:90%;
	}
	.star {
    top: 55%;
    width: 40%;
	}
	#top-2{
	position: relative;
	margin-top: -100px;/*重要*/
	z-index: 2;
	}
}

/*top-information*/
.info p{
	font-size:14px;
}
.info_tx {
  height: 220px;
  overflow: auto;
}
.info .ttl {
    color: #f15a24;
    font-size: 22px;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin:3rem 0 2rem;
}
.infotxtArea {
    padding: 32px 3% 50px;
}

/*point3 circle*/
.consul-circle{
	position:relative;
	background: #FFFFFF;
	width: 300px;
    height: 300px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	margin:1rem auto;
}
/*menu*/
.bg-dark-05a{
	background-image: url(../images/AdobeStock_248849902_Preview.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center -191.65px;position: relative;box-sizing: border-box;padding: 0px;
}
.bg-dark-05a-02{
	background: rgba(18, 21, 24, 0.5);
	padding: 100px 0px;
	color: rgba(255, 255, 255, 1.0)
}
/* ===== スマートフォン表示の調整 ===== */
@media (max-width: 1199.98px) {
  .bg-dark-05a {
    background-attachment: scroll; /* 背景の固定を解除 */
    background-position: center center; /* 背景の位置を中央に設定 */
  }
}
/*column*/
#column{
	background-image: url(../images/star-l.svg);     /* 背景画像指定 */
    background-repeat:  no-repeat;              /* 背景の繰り返し設定 */
    background-position: left bottom;          /* 背景の位置指定 */
	min-height: 300px; /* 追加すると見える */
}
@media (max-width: 575.98px){
	#column{
    background-position: right top;          /* 背景の位置指定 */
	min-height: 300px; /* 追加すると見える */
	}
}
.hoverbox-6-a{
	overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: inline-block;
}
.hoverbox-6-a img {
    -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hoverbox-6-a a {
    display: block;
}
.hoverbox-6-a a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
    -webkit-transition: ease-out 0.12s;
    transition: ease-out 0.12s;
}
.hoverbox-6-a .content.top {
    top: 16px;
    left: 16px;
}

.hoverbox-6-a .content {
    position: absolute;
    z-index: 2;
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    padding: 10px 16px;
    color: rgba(18, 21, 24, 0.9);
}
