@charset "utf-8";
body {overflow-x: hidden; /* 横スクロールを禁止 */}

.fmenu_sp li a.sp_top:link span { color:#00E0E0; }
.fmenu_sp li a.sp_top:link em { color:#00E0E0; }
.fmenu_sp li a.sp_top:visited span { color:#00E0E0; }
.fmenu_sp li a.sp_top:visited em { color:#00E0E0; }

#g-nav.panelactive ul li a.a_top:link span { color:#FFFF02;}
#g-nav.panelactive ul li a.a_top:visited span { color:#FFFF02;}
footer a.f_top:link::after {
  content: ''; /* コンテンツを空にする */
  position: absolute; /* 絶対位置指定 */
  bottom:10px;
  left: 50%; /* 左端から中央に配置 */
  transform: translate(-50%, -50%); /* 中央揃え */
  width:50px; /* 要素の幅と同じ */
  height:20px; /* 要素の高さと同じ */
  background-image: url('../../img/color.png');
  background-size: contain; /* 画像を要素に合わせて表示 */
  opacity: 1; /* 初期状態は不透明 */
  transition: opacity 0.3s ease; /* フェードのアニメーション */
  margin:0 auto; 
}

/* ローディング画面のスタイル */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    z-index: 99;
}

#content {
    display: none;
}


/*ヘッダーのボタン*/
.openbtn span{background-color: #fff;}


.top { width:100%; height:100vh; text-align:center; position:relative; display:flex; justify-content:center; align-items:center; margin:0; }
#header { padding:0; border-bottom:0; }
.maintext.sp { width:90%; margin:0 auto; opacity:0; } 
.maintext.pc { opacity:0; }
@media screen and (min-width: 840px) {
    .top_text { max-width:1200px; margin:0 auto; }
    .maintext { max-width:1190px; width:90%; margin:0 auto; display:block;  }
}





/*トップビジュアルの中*/

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f0f0f0; /* 背景色を設定 */
  z-index: -1; /* テキストが表示されるようにするために背景を奥に配置 */
}

.content {padding:40vh 20px 0; /* 背景の高さ分のパディングを設定 */}
@media screen and (min-width: 840px) {
  .content {padding: 50vh 20px 0; }
}

.text {height: 150vh; overflow-y: scroll; }
@media screen and (min-width: 840px) {
  .text {height: 200vh; }
}

h1 { width:100%; margin:0 0 30vh 0; padding:0; text-align:center; display:block; }
@media screen and (min-width: 840px) {
  h1 { margin-bottom:100vh; }
}
#svg-animation { width:80%; max-width:1080px; margin:0 auto; display:block; }

/* 通常のスクロールを有効にするためのスタイル */
.normal-scroll {overflow-y: scroll; }
.st_message { width:100%; margin:0 auto; display:block; font-size:18px; font-weight:bold; text-align:center; line-height:2em; letter-spacing:0.05em; color:#fff; }
@media screen and (min-width: 840px) {
    .st_message { font-size:33px;  padding:100px 0 200px 0;  }
}

.logo2024 { width:70%; margin:0 auto; display:block; }
@media screen and (min-width: 840px) {
  .logo2024 { width:360px; }
  .contents_wrap .contents { width:1080px; margin:0 auto; display:block; }

}

/*社長*/
.ul_ceo { width:100%; display:flex; flex-direction: column-reverse;}
.ul_ceo li { width:100%; }
.ul_ceo li .div_title { color:#fff; margin-bottom:20px; }
.ul_ceo li .div_title strong { width:100%; font-size:30px; display:inline-block; }
.ul_ceo li .mask { width:100%; }
.ul_ceo li .mask img { width:100%; }
.ul_ceo li .mask-wrap { margin-left:0px; overflow: hidden;}
@media screen and (min-width: 319px) {
  .em_message { font-size:17px; letter-spacing:0.15em; line-height:1.7em; font-style:normal; margin:0 0 20px 0; display:inline-block; font-weight:bold; color:#fff; }
  .sm_message { font-size:15px; display:inline-block; margin-bottom:30px; color:#fff; }
}
@media screen and (min-width:375px) {
  .em_message { font-size:19px; letter-spacing:0.15em; line-height:1.7em; font-style:normal; margin:0 0 20px 0; display:inline-block; font-weight:bold; color:#fff; }
  .sm_message { font-size:16px; }
}

.ul_ceo li .div_banner { margin-top:0; }
.ul_ceo li .div_ceo_info { width:auto; height:auto;  background: rgba(0, 0, 0, 0.5); position:absolute;  bottom:30px; padding:10px; color:#fff; }
@media screen and (min-width: 840px) {
  .ul_ceo { max-width:1400px; display:flex; margin-top:50px; color:#fff; flex-direction: initial;}
  .ul_ceo li { width:50%; position:relative; }
  .ul_ceo li .div_title { margin-bottom:0; }
  .ul_ceo li .div_ceo_info { width:260px; height:100px;  right:0; bottom:50px; padding:20px; }
  .ul_ceo li .div_title strong { font-size:80px; }
  .em_message { font-size:32px; margin:50px 0; }
  .ul_ceo li .div_banner { margin-top:30px; }
}



.strong.st_midashi { margin-top:20px; }
@media screen and (min-width: 840px) {
  .strong.st_midashi { margin-top:initial; }
}

.ul_photo { width:100%; display:flex; justify-content:space-between; flex-wrap:wrap; padding-bottom:50px; flex-direction: column-reverse;}
.ul_photo li { width:100%; }
.ul_photo li .mask { width:100%; }
.ul_photo li .mask img { width:100%; }
.ul_photo li .em_message { font-size:25px; line-height:1.5em; font-style:normal; font-weight:bold; display:block; margin:0px 0 10px 0; }
.sp_company { font-size:16px; display:block; margin-bottom:0px; }
.em_ceo { font-size:18px; font-weight:bold; font-style:normal;  }
.em_ceo span { font-size:14px; font-weight:normal; margin-right:10px; }

.ul_photo li .div_title strong { width:100%; font-size:45px; display: inline-block; line-height:1.2em; }
.ul_photo li:nth-child(1) { width:100%; position:relative;  }
.ul_photo li:nth-child(2) { width:100%; }
@media screen and (min-width: 840px) {
    .ul_photo { flex-direction: initial;}
    .ul_photo li:nth-child(1) { width:30%; position:relative;  }
    .ul_photo li:nth-child(2) { width:70%; }
    .ul_photo li:nth-child(2) img { width:100%; }
    .ul_photo li:nth-child(2) .mask-wrap { margin-top:50px; overflow:hidden; }
    .ul_photo li .div_title { width:auto; position:relative; z-index:2; }
    .ul_photo li .div_title span { width:100%; color:#000; display:inline-block; font-weight:bold; }
    .ul_photo li .div_title strong { font-size:82px; line-height:1.5em; }
    .ul_photo li .em_message { font-size:30px; margin:30px 0; line-height:1.7em; letter-spacing:0.05em; }
    .em_ceo { display:block; }
    .sp_company { font-size:16px; display:inline-block; margin-bottom:10px; }

}

.ul_photo li:nth-child(2) .circle_wrap  small { display:none; }
@media screen and (min-width: 840px) {
  .ul_photo li:nth-child(2) { position:relative; }
  .ul_photo li:nth-child(2) .circle_wrap { display:flex; align-items:center; position:absolute; right:0; }
  .ul_photo li:nth-child(2) .circle_wrap  small { font-weight:bold; font-family: "futura-pt-bold", sans-serif; position:relative; z-index:1;display:block; }
  .ul_photo li:nth-child(2) .circle_wrap .circle { margin-left:-10px; z-index:0; }
  .ul_photo li:nth-child(2) .circle_wrap .circle svg { top:15px; } 
}

.mask-wrap { margin-left:0; }
@media screen and (min-width: 840px) {
  .mask-wrap { /*height:750px; */margin-left:50px; }
}

#container { background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));}

/*事業内容*/
.ul_photo.reverse { flex-direction:row-reverse;}
.ul_photo.reverse li:nth-child(2) .mask-wrap { margin-left:0; overflow:hidden; }
.ul_photo.reverse li:nth-child(2) { width:100%; }
.ul_photo.reverse li:nth-child(1) { width:100%;  }
@media screen and (min-width: 840px) {
  .ul_photo.reverse li:nth-child(2) { width:63%; }
  .ul_photo.reverse li:nth-child(1) { width:33%;  }
}

/*moreボタン*/
.div_banner {width:260px;height: 55px;background: #EBFF00;display: block;transform: skewX(-10deg); text-align:center; margin-top:30px; }
.div_banner span { display: block;transform: skewX(10deg); line-height:55px; font-family: "futura-pt-bold", sans-serif;}
.div_banner a { width:100%; height:100%; }
.div_banner.black.other { margin:30px auto 0 auto; display:block; }
@media screen and (min-width: 840px) {
  .div_banner { margin-top:50px; }
  .div_banner.black.other { margin-left:0; }
}
.div_banner {
  position: relative;
  overflow: hidden;
}

.div_banner a,.div_banner.black a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: black;
  text-decoration: none;
  text-align: center;
  line-height: 100px; /* 高さに合わせて調整 */
  transition: color 0.5s ease;
}

.div_banner a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #00E0E0;
  transition: width 0.5s ease;
  z-index: -1;
  color:#000; 
}


.div_banner.black a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  transition: width 0.5s ease;
  z-index: -1;
  color:#fff; 
}

.div_banner.black.other a::after {
  content: "";
  display: block; /* または inline-block */
  width: 20px;  /* 必要に応じて調整 */
  height: 20px; /* 必要に応じて調整 */
  background-image: url('../img/icon_linkother.svg');
  background-size: cover; /* 画像のサイズを調整 */
  background-position: center; /* 画像の位置を調整 */
  margin-left: 10px; /* 隙間を作る場合 */
  z-index:10; 
  right:20px;
  bottom:17.5px;
  position:absolute; 
  transform: skewX(10deg); 
}

.div_banner.black.other a:hover::after {
  content: "";
  display: block; /* または inline-block */
  width: 20px;  /* 必要に応じて調整 */
  height: 20px; /* 必要に応じて調整 */
  background-image: url('../img/icon_linkother_w.svg');
  background-size: cover; /* 画像のサイズを調整 */
  background-position: center; /* 画像の位置を調整 */
  margin-left: 10px; /* 隙間を作る場合 */
  z-index:10; 
  right:20px;
  bottom:17.5px;
  position:absolute; 
  transform: skewX(10deg); 
}


.div_banner a:hover {
  color: white;
}

.div_banner a:hover::before {
  width: 100%;
}

/* SNSバナー */
.sns_banner { width: 90%; max-width: 1080px; padding: 50px 0 0 0; display: block; margin: 0 auto; position: relative; z-index: 1;}
.sns_banner img { width:100%; }
.sns_banner img:first-child { margin-bottom:10px; }
@media screen and (min-width: 840px) {
  .sns_banner { display:flex; justify-content:center; align-items:center; gap:20px; padding-top:100px; }
  .sns_banner img:hover { opacity:0.7; cursor:pointer; }
}
  



/*ページ内のタイトル部分*/
.title_wrap { position:relative; z-index:2; }
.title_wrap h2 { line-height:1.2em; }

.contents_wrap.blue { padding-top:50px; position:relative; z-index:1; }
.contents_wrap.members { overflow:hidden; }

.wrap_all { width:100%; height:100%; background:#fff; display:block; }



.video-background {width: 100%; height:100vh; overflow: hidden;position: relative; text-align:center; }
.video-background video { height:100vh; margin:0 auto 0 -110vw ; display:block; }
@media screen and (min-width: 840px) {
  .video-background video { width:100vw; height:initial; margin:0 auto; display:block; }
}

.mask.inline_sp { display:inline-block; }
.mask.inline_pc { display:none; }
@media screen and (min-width: 840px) {
.mask.inline_pc { display:block; }
.mask.inline_sp { display:none; }
}



.slider-container {
  width: auto;
  height: 200px; /* 各スライダーの高さを設定 */
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  width: 100%; /* 画像を2倍の幅で配置してループを作成 */
  animation: slide 10s linear infinite;
}



.slider-reverse {
  animation-direction: reverse;
}

@keyframes slide {
  0% {
      transform: translateX(0%);
  }
  100% {
      transform: translateX(-50%);
  }
}

@media screen and (min-width: 840px) {

  .slider {
    display: flex;
    width: 100%; /* 画像を2倍の幅で配置してループを作成 */
    animation: slide 20s linear infinite;
  }
}

.wrap_youtube { width:100%; height:auto; display:block; background:#ebebeb; padding:50px 0 50px 0; }
.wrap_youtube .youtube { width:90%; margin:0 auto; }
.wrap_youtube .youtube .slider { animation:initial;}
.wrap_youtube .midashi_youtube { width:100%; text-align:center; }
.wrap_youtube .youtube li { width:100%; position:relative; overflow: hidden;}
.wrap_youtube .youtube li .button_saisei { width:44px; height:33px; position:absolute; z-index:5; top:50%; left:50%; transform: translate(-50%, -50%);}
.wrap_youtube .midashi_youtube { width:100%; padding-top:60px; }
.wrap_youtube .midashi_youtube strong { width:100%; display:inline-block; font-size:24px; font-weight:bold; margin-bottom:30px; }
.wrap_youtube .youtube li img.img_youtube { width:100%; height:auto;  }

@media screen and (min-width: 840px) {
  .wrap_youtube { padding:80px 0; }
  .wrap_youtube .youtube { max-width:1070px; margin:0 auto; display:flex; justify-content:space-between; padding-top:0; padding-bottom:50px; }
  .wrap_youtube .youtube li { width:30%; height:213px; }
  .wrap_youtube .youtube li img.img_youtube { width:100%; height:auto; margin-top:-20px; z-index:0; }
  .wrap_youtube .youtube li:hover { opacity:0.7; cursor: pointer; }
  .wrap_youtube .midashi_youtube { padding-top:0; }


}


.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal iframe {
  margin: auto;
  display: block;
  width: 100%;  /* Set the width of the iframe */
  height: 300px; /* Set the height of the iframe */
  max-width: 900px; /* Optional: Set a maximum width */
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
@media screen and (min-width: 840px) {
  .modal iframe  {  width:80%; height: 80%; }
  .wrap_youtube .div_banner.black { margin:0 auto; display:block; position: relative; }
  .wrap_youtube .div_banner.black::after { width:20px; margin:20px 0 0 10px; } 


}
.slider {
  width:94%;
   margin:0 auto;
}

.slider img {

   height:auto;
}


.slider .slick-slide {
   margin:0 10px;
}



/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
   position: absolute;/*絶対配置にする*/
   top:48%;
   cursor: pointer;/*マウスカーソルを指マークに*/
   outline: none;/*クリックをしたら出てくる枠線を消す*/
   border-top: 2px solid #666;/*矢印の色*/
   border-right: 2px solid #666;/*矢印の色*/
   height: 15px;
   width: 15px;
}

@media screen and (min-width: 840px) {
  .slick-prev, 
  .slick-next {
    top: 99px;
  }

}

.slick-prev {/*戻る矢印の位置と形状*/
   left: -1.5%;
   transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
   right: -1.5%;
   transform: rotate(45deg);
}



@media screen and (min-width: 319px) {
.sectTit {
  position: relative;
  text-align: center;
  line-height: 1.3;
  font-size:15px;
  font-weight:bold; 
  margin-bottom:20px; 
  display:inline-block;
}
}
@media screen and (min-width: 375px) {
  .sectTit { font-size:18px; }
}
 
.sectTit:before,
.sectTit:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #01DFE0;
  width: 2px;
  height: 1em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
 
.sectTit:before {
  transform: rotate(-35deg);
}
 
.sectTit:after {
  transform: rotate(35deg);
}



