* {
	float: none;
	position: static;
	padding:0;
	margin:0;
}
/* LINESeedJP_TTF_Bd */
@font-face {
	font-family: 'LINESeedJP_Bd';
	src: url('../font/EOT/LINESeedJP_TTF_Bd.eot');
	src: url('../font/EOT/LINESeedJP_TTF_Bd.eot?#iefix') format('embedded-opentype'),
		 url('../font/WOFF2/LINESeedJP_OTF_Bd.woff2') format('woff2'),
		 url('../font/WOFF/LINESeedJP_OTF_Bd.woff') format('woff');
	font-weight: bold;
	font-style: normal;
  }
  
  /* LINESeedJP_TTF_Eb */
  @font-face {
	font-family: 'LINESeedJP_Eb';
	src: url('../font/EOT/LINESeedJP_TTF_Eb.eot');
	src: url('../font/EOT/LINESeedJP_TTF_Eb.eot?#iefix') format('embedded-opentype'),
		 url('../font/WOFF2/LINESeedJP_OTF_Eb.woff2') format('woff2'),
		 url('../font/WOFF/LINESeedJP_OTF_Eb.woff') format('woff');
	font-weight: 800; /* Extra Bold */
	font-style: normal;
  }
  
  /* LINESeedJP_TTF_Rg */
  @font-face {
	font-family: 'LINESeedJP_Rg';
	src: url('../font/EOT/LINESeedJP_TTF_Rg.eot');
	src: url('../font/EOT/LINESeedJP_TTF_Rg.eot?#iefix') format('embedded-opentype'),
		 url('../font/WOFF2/LINESeedJP_OTF_Rg.woff2') format('woff2'),
		 url('../font/WOFF/LINESeedJP_OTF_Rg.woff') format('woff');
	font-weight: normal;
	font-style: normal;
  }
  
  /* LINESeedJP_TTF_Th */
  @font-face {
	font-family: 'LINESeedJP_Th';
	src: url('../font/EOT/LINESeedJP_TTF_Th.eot');
	src: url('../font/EOT/LINESeedJP_TTF_Th.eot?#iefix') format('embedded-opentype'),
		 url('../font/WOFF2/LINESeedJP_OTF_Th.woff2') format('woff2'),
		 url('../font/WOFF/LINESeedJP_OTF_Th.woff') format('woff');
	font-weight: 300; /* Thin */
	font-style: normal;
  }
  
  

body {
	font-family: 'LINESeedJP_Rg', sans-serif;
	color:#5A5A5A;
}
img {
	max-width: 100%;
	height: auto;
}

/* メインビジュアルの背景グラデーションのアニメーション */
@keyframes gradientAnimation {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

  #header {
    background: linear-gradient(-45deg, #e5e7fd, #fde8f2, #e5e7fd, #fde8f2);
    background-size: 400% 400%;
    animation: gradientAnimation 15s ease infinite;
    padding-top: 30px;
    width: 100%;
  }

#header_img{
	width:100%;
	/* text-align:center; */
}

#header_img h1, #header_img p{
	color:#2d2c2d;
	width:90%;
	margin:0 auto;
    font-size: 150px;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
}

#header_chatsbees img {
    width: 20vw; /* 横幅をウィンドウサイズの20%に設定 */
    height: auto; /* 高さを自動調整 */
    display: block; /* 画像をブロック表示 */
    margin: 0 auto; /* 画像を中央に配置 */
  }
  
  .image-container {
    position: relative;
    width: 100%;
    height: auto; /* 高さを自動調整 */
    overflow: hidden;
    background-color: transparent; 
    padding-top: 50px;
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
  }
  
  #header_chatsbees {
    width: 100%;
    overflow: hidden; /* コンテナの外にはみ出した部分を隠す */
    position: relative;
    padding-top:100px;
  }
  
  .chatsbee-slider {
    display: flex;
    width: 100%;
    justify-content: space-between; /* 画像を等間隔に配置 */
  }
  
  .chatsbee-image {
    width: 20vw; /* 各画像の幅をウィンドウサイズの20%に設定 */
    height: auto;
  }
  


#bubbleCanvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; 
}

.image-container p {
	font-family: 'LINESeedJP_Bd', sans-serif;
	color: #5A5A5A;
	margin: 10px 0; 
	padding:0;
}
.image-container p span {

}

.overlay-text {
	color: white;
}

  

#cmp_logo {
	width:90%;
	margin:0 auto;
	text-align:left;
}

#header p{
	color:#2d2c2d;
	font-size: 18px;

	/* width:100%;
	margin:0 auto; */
}


#cmp_logo a img {
	width: 150px;
	height:auto;
}

/* global navigation*/
.nav-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end; 
}

#global-nav {
	margin-right: 20px;
}
  
  #global-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 20px;
  }
  
  #global-nav li {

  }
  
  #global-nav a {
	text-decoration: none;
	color: #333;

  }

  .overlay-text-top {

  }
  
  .overlay-text-bottom {

  }
  
  .nav-top, .nav-bottom {
	display: block; 
  }
  .nav-top{
	color:#2d2c2d;
	padding-top:30px;
    font-size: 18px;
	font-family: futura-pt, sans-serif;
	/* font-weight: 700; */
	font-style: normal;
  }
  .nav-bottom {
	color:#2d2c2d;
	padding-top:5px;
    font-size: 10px;
	font-family: 'LINESeedJP_Bd', sans-serif;
	font-style: normal;
  }

/*お問い合わせボタン*/
.contact-button {
	padding: 10px 20px;
	background-color: #2d2c2d;
	color: #f1f200;
	text-decoration: none;
	border-radius: 30px;
	margin-right: 30px;
	margin-top: 25px;
	font-size: 10px;
	font-family: 'LINESeedJP_Bd', sans-serif;
	font-style: normal;
}

.contact-button:hover {
	background-color: #555;
}
.contact-menu-item {
  display: none; 
}
/* 言語切り替えボタンのデフォルト非表示設定 */
#burger-menu_wrapper .lang-button {
    display: none;
  }

/*メニュー*/
.burger {
  display: none; 
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.burger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333;
}

.slide-menu {
    display: none;
}

.menu-open .slide-menu {
    right: 0; 
}

.lang-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:20px;
}

.lang-button:hover {
    background-color: #333;
}

/* News Section */
/* News Section */
.news-container {
    background-color: #1a1a1a; /* 背景色を設定 */
    padding: 20px 0;
  }
  
  #news-section {
    display: flex;
    justify-content: flex-start; /* 見出しを左寄せ */
    align-items: flex-start; /* 見出しをtop寄せ */
    width: 90%; /* セクション全体を横幅の90％にする */
    margin: 0 auto; /* セクションを中央に配置 */
  }
  
  .news-title {
    display: flex;
    align-items: flex-start;
    padding-top: 40px; /* 上に40pxのパディングを追加 */
    padding-left: 20px; /* 左にパディングを追加 */
  }
  
  .news-title .vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(360deg);
    font-size: 24px;
    color: white;
    border-left: 2px solid white;
    padding-left: 5px; /* ボーダーとテキストの間隔を調整 */
  }
  
  .news-list {
    display: flex; /* 横並びにする */
    padding: 100px 0; /* 上下に100pxのパディングを追加 */
  }
  
  .news-item {
    display: flex;
    align-items: flex-start; /* 縦方向に上から揃える */
    color: white;
    margin: 0 20px;
  }
  
  .news-image {
    width: 180px;
    height: 150px;
    border-radius: 10px;
    margin-right: 20px;
  }
  
  .news-text {
    display: flex;
    flex-direction: column;
    text-align: left; /* テキストを左寄せ */
  }
  
  .news-date {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold; /* タイトルをボールドに */
  }
  
  .news-content {
    font-size: 14px;
    text-align: left; /* テキストを左寄せ */
    font-weight: normal; /* コンテンツをレギュラーに */
  }
  
  /* About and Features Sections */
  .section-layout {
    display: flex;
    width: 90%; /* 横幅を90%に設定 */
    margin: 0 auto;
  }
  
  .no-background {
    background-color: transparent; /* 背景色なし */
  }
  
  .with-background {
    background-color: #fbfafe; /* 背景色を設定 */
  }
  
  .section-title {
    display: flex;
    align-items: flex-start;
    padding-top: 40px; 
    padding-left: 20px; 
  }
  
  .section-title .vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(360deg);
    font-size: 24px;
    color: #333;
    border-left: 2px solid #333;
    padding-left: 5px;
    margin-right: 20px;
  }
  
  .about-content,
  .features-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; /* 横幅を100%に設定 */
    padding: 100px 0; /* 上下に100pxのパディングを追加 */
  }
  
  .text-left {
    flex-direction: row;
  }
  
  .text-right {
    flex-direction: row-reverse;
  }
  
  .section-image {
    width: 300px;
    /* height: 150px; */
    border-radius: 10px;
    margin: 0 20px;
  }
  
  .about-text,
  .features-text {
    max-width: 60%;
    text-align: left; /* テキストを左寄せ */
  }
  
  .about-text h2,
  .features-text h2 {
    
    font-size: 38px;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .about-text p,
  .features-text p {
    font-size: 16px;
    line-height: 1.6;
    text-align: left; /* テキストを左寄せ */
  }
  
  .features-text ul {
    padding-left: 20px;
  }
  
  .features-text ul li {
    margin-bottom: 10px;
  }
/* Roadmap Section */
.roadmap-container {
    width: 100%;
    background-color: #4c5055; /* 背景色を設定 */
  }
  
  #roadmap-section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%; /* セクション全体を横幅の90％にする */
    margin: 0 auto; /* セクションを中央に配置 */
    /* padding: 100px 0; 上下に100pxのパディングを追加 */
  }
  
  .section-title {
    display: flex;
    align-items: flex-start;
    padding-top: 40px; 
    padding-left: 20px; 
  }
  
  .section-title .vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(360deg);
    font-size: 24px;
    border-left: 2px solid;
    padding-left: 5px;
    margin-right: 20px;
  }
  
  .white-title .vertical-text {
    color: white; /* タイトルを白に設定 */
    border-left-color: white; /* ボーダーも白に設定 */
  }
  
  .roadmap-content {
    width: 100%; /* 横幅を100%に設定 */
  }
  
  .roadmap-image {
    width: 100%;
    height: auto;
  }
  
  
  

/*main*/
/*タイトル*/
.common-title-font {
  
  color: #2d2c2d;
}

.common-subtitle-font {
    font-family: 'LINESeedJP_Bd', sans-serif;
	color: #2d2c2d;
	padding:0;
	font-size: 14px;
}
.main_title {
    position: relative; 
    margin-top: 50px;
}

.main_title h2 {
    font-size: 90px;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #f1f200;
    position: relative; 
    z-index: 1;
}

.main_title p {
    position: absolute;
    top: 50%; 
    left: 50%; 
    margin-top: 10px;
    transform: translate(-50%, -50%); 
    z-index: 2; 
}
.main_title p::before {
    content: ""; 
    display: block;
    width: 20px;
    height: 5px;
    background-color: #e2e600; 
    position: absolute;
    top: -10px; 
    left: 50%; 
    transform: translateX(-50%); 
}
.main_title p::after {
    content: "• • •"; 
    display: block;
    font-size: 20px; 
    color: #e3e600; 
    letter-spacing: 2px; 
    position: absolute;
    bottom: -40px; 
    left: 50%; 
    transform: translateX(-50%); 
}


#main{
	text-align: center;
	width: 100%;
	overflow:hidden;
}

.content{
	font-family: 'LINESeedJP_Bd', sans-serif;
	color: #2d2c2d;
	padding:0;
	font-size: 12px;
	line-height: 34px;
	width: 90%;
	margin: 0 auto;
	padding-top: 40px;
}
.content p{
	width: 90%;
	margin: 0 auto;
}

#content_vision {
    background-image: url('../img/bg_sky.png'); 
    background-size: 100% auto; 
    background-repeat: no-repeat; 
    background-position: center bottom; 
    height: 500px; 
    width: 100%;
}



/*サービス*/
#content_service {
    display: flex;
    justify-content: center; 
    align-items: top; 
}
#content_service p{
	width: 100%;
	margin-right: 20px;
}
.left-content {
    width: 40%; 
    text-align: left; 
    flex: none; 
}

.left-content h3{
	font-family: 'LINESeedJP_Rg', sans-serif;
    font-size: 16px;
    padding-top: 30px;
}
.left-content p{
	font-family: 'LINESeedJP_Rg', sans-serif;
    font-size: 12px;
    padding-bottom: 30px;
}

#content_service h2 {
    width: 40%; 
    max-width: 600px; 
    flex: none; 
    margin-left: 20px;
}


/*お問い合わせボタン*/
.link-button {
	padding: 10px 20px;
	background-color: #2d2c2d;
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
	margin-right: 30px;
	margin-top: 30px;
	font-size: 10px;
	font-family: 'LINESeedJP_Bd', sans-serif;
	font-style: normal;

}

.link-button:hover {
	background-color: #555;

}

/*会社概要*/
#company{
	width: 100%;
    background: #f5f6f8;
}

#company_wrapper {
    width: 100%;
    background: #f5f6f8;
    padding-top: 30px;
    padding-bottom: 90px;
}

#company_content {
    width: 90%;
    margin: 0 auto;
    display: flex; 
    justify-content: space-between; 
}

#cmp_info {
    width: 50%;
    text-align: left;
}

#cmp_info table {
    border-top: 1px solid #eee;
    margin-right: 60px;
}

#cmp_info table th {
    width: 15%;
    font-weight: 700;
    padding: 1em;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

#cmp_info table td {
    width: 35%;
    padding: 1em;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

#map {
    width: 50%;
}

#map iframe {
    width: 100%;
    height: 400px;
}


/*フッター*/

#footer{
	padding:90px 30px 30px 30px;
	background-color: #1a1a1a;
	color:#fff;
	font-size: 1rem;
	text-align:center;
}

#footer h1 {
	width: 340px;
	height:auto;
	margin: 0 auto;
	padding-bottom: 50px;
}

#footer p{
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-style: normal;
    font-size: 12px;
    padding-bottom: 50px;
}



@media screen and (max-width:720px) {

	/*メニュー*/
	#global-nav {
    display: none; 
  }
  .contact-button {
    display: none; 
  }

  .contact-menu-item {
    display: block; 
  }
	.slide-menu {
        display: block;
        width: 100%;
    transition: width 0.5s;
    }
  .burger {
    display: flex; 
  }
  #burger-menu {
  position: absolute;
  top: 30px;       
  right: 30px;     
  cursor: pointer; 
  z-index: 10;     
}

.burger span {
  display: block;
  width: 25px;     
  height: 4px;     
  margin: 0px 0;   
  background-color: #333; 
}

/* スライドメニュー */
.slide-menu {
    position: fixed; 
    top: 0;
    right: -100%; 
    width: 100%; 
    height: 100vh; 
    background-color: #333; 
    overflow-y: auto; 
    transition: right 0.3s; 
    z-index: 1000; 
}
/* スライドメニュー内のナビゲーションスタイル */
.slide-nav {
    list-style: none;
    padding: 0;
}

.slide-nav li {
    margin: 10px 0;
}

.slide-nav a {
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: row; 
    align-items: flex-end; 
    padding: 10px 20px;
}

.slide-nav .nav-top {
    margin-right: 15px; 
}

.nav-top {
  color:#fff;
  font-size: 24px;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.nav-bottom {
  color:#fff;
	padding-bottom:3px;
  font-size: 10px;
	font-family: 'LINESeedJP_Rg', sans-serif;
	font-style: normal;
}

/* スライドメニューのヘッダー */
.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #222;
}

.menu-logo {
    width: 140px; 
    padding-top: 20px;
    padding-bottom: 30px;
}

.close-menu {
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    padding-right: 25px; 
}

/* メニューアイテムのスタイル */
.slide-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.slide-menu li {
    padding: 15px 20px;
    border-bottom: 1px solid #444; 
}

.slide-menu a {
    text-decoration: none;
    color: #fff; 
    font-size: 18px;
    font-weight:400;
}

.slide-menu a:hover {
    color: #e3e600; 
}


	.image-container {
    background-position: calc(100% + 70px) bottom; 
    background-size: 100% ; 
    height: calc(600px + (100vw - 750px) * 0.7); 
  }
  
	#header_img h1  {
      font-size: calc(16px + 5vw); 
  }


	#cmp_logo a img {
		width: 140px;
		height:auto;
	}

	/*タイトル*/
	.main_title {
    position: relative; 
    margin-top: 50px;
	}

	.main_title h2 {
	    font-size: calc(16px + 11vw); 
	}

	.left-content h3{
	    font-size: 14px;
	}
	.left-content p{
	    font-size: 12px;
	}



	#company_content {
        flex-direction: column; 
    }

    #cmp_info, #map {
        width: 100%; 
    }

    #cmp_info table {
        margin-right: 0; 
    }

}
@media (max-width: 900px) {

    #header_img h1{
        font-size: 90px;

    }
    .image-container {

        padding-top: 40px;

    }
    #news-section, .section-layout {
        width: 95%;

    }

    #header_chatsbees {

        padding-top: 50px;
    }

    .news-image {
        height: 100px;

    }
    .news-list {
        padding: 50px 0;
    }

    .section-image {
        width: 200px;
    }
    #content_service {
        flex-direction: column-reverse; 
    }

    #content_service .left-content {
        width: 100%; 
        margin: 0; 
    }

    #content_service h2 {
        width: 100%; 
        margin: 0; 
    }
    .left-content h3 {
    padding-top: 0px;
    }
}
@media screen and (max-width:720px) {
    .image-container {

        padding-top: 0px;
        height: auto;
        justify-content:baseline;
    }
    #header_img h1 {
        font-size: 60px;
    }
    #header_chatsbees {
        padding-top: 20px;
    }
    .about-content, .features-content {
        display: block;
        padding: 40px 0;
    }
    .about-text, .features-text {
        max-width: 100%;
        padding-bottom: 40px;
    }
    .news-container {
        padding: 0px;
    }
    .news-list {
        display:block;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .news-image {
        width: 110px;
        height: 80px;
    }
    .news-item {
        padding-bottom: 20px;
    }
    .news-date {
        font-size: 10px;
    }
    .about-text p, .features-text p {
        font-size: 14px;
    }
    .features-text ul li {
        font-size: 14px;
    }
    #burger-menu_wrapper .lang-button {
        display: flex;
        margin-right: 70px;
      }
}

@media screen and (max-width:500px) {

#news-section {
    display: block;

}
.news-list {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.news-title .vertical-text {
    writing-mode:horizontal-tb;
    font-size: 14px;
    color: white;
    border-left: 2px solid white;
    padding-left: 5px;
}
.news-title {
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 10px;
}

.section-title .vertical-text {
    writing-mode: horizontal-tb;
    font-size: 14px;
    border-left: 2px solid;
    padding-left: 5px;
    margin-right: 20px;
}
.section-title {
    padding-top: 20px;
    padding-left: 10px;
}
.section-layout {
    display: block;
}

.about-content, .features-content {
    display: block;
    padding: 0px 10px;
}
about-text h2, .features-text h2 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.about-text, .features-text {

    padding-bottom: 20px;
}
.about-image, .features-image{
    padding-bottom:20px;
}
.roadmap-container {
    display:none;
}
#footer h1 {
    width: 180px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
}







.image-container {
    background-size: 110% ; 
  }
	#header_img h1{
		text-align: left;
		width: 90%;
		padding-bottom: 20px;
	}

	#header p {
		text-align: left;
		width: 90%;
		display: block;
		margin: 0 auto;
	}

	#main {
		width: 100%;
		margin: 0 auto;
	}
	.main_title {
    position: relative; 
    margin-top: 20px;
}
.title_wrapper{
	width: 90%;
	margin: 0 auto;
}

	.main_title h2, .main_title p {
        text-align: left; 
        left: auto; 
        transform: none; 
    }

	.main_title p {
	    margin-top: 0px;

	}
	.main_title p::before,
  .main_title p::after {
      left: 0; 

      transform: none; 
  }
	.main_title p::before {

	    top: -5px; 
	}
	.main_title p::after {
		font-size: 15px; 
    color: #e3e600; 
    letter-spacing: 0px; 
	    bottom: -25px; 
	}

	.overlay-text {
        position: relative;
    
    }
  .common-subtitle-font {
  	text-align: left;
    font-family: 'LINESeedJP_Bd', sans-serif;
	color: #2d2c2d;
	padding:0;
	font-size: 12px;
	}

	.content p{
		text-align: left;
	}
	#company{
		width: 100%;
	}

	#company .main_title{
		width: 90%;
		margin: 0 auto;
		margin-top: 50px;

	}
	#cmp_info table th, #cmp_info table td {
        display: block; 
        width: 100%; 
        box-sizing: border-box; 

    }

    #cmp_info table th {
        border-bottom: none; 
        padding-bottom: 0px;
        font-family: 'LINESeedJP_Rg', sans-serif;
        font-size: 10px;
    }

    #cmp_info table td {
        border-top: none; 
        padding-top: 0px;
        font-family: 'LINESeedJP_Rg', sans-serif;
        font-size: 14px;
    }

    #header_img h1 {
        font-size: 60px;
    }
    #header_img h1 {
        font-size: 40px;
    }
    #header_img p{
        font-weight:400;
    }

    .chatsbee-slider {
        display: flex;
        justify-content: center;
        position: relative;
        width: 70%; /* 親コンテナの幅を70%に設定 */
        height: 65vw;
        overflow: hidden;
        margin: 0 auto; /* 中央に配置 */
      }
    
      .chatsbee-image {
        width: 100%; /* 各画像の幅を親コンテナに合わせる */
        height: auto;
        display: none; /* 初期状態で非表示 */
      }
      
      .chatsbee-image.active {
        display: block; /* アクティブな画像のみ表示 */
      }
      

      #header_chatsbees img{
        width: 70vw;
        height: auto;
        display: block;

      }


}