* {
	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;
  }
  
/*共通*/
.margin-left-20 {
    margin-left: 20px;
}
.margin-left-30 {
    margin-left: 30px;
}
.color-white{
	color: #fff;
}

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

#header {
    background: linear-gradient(to bottom, #f6c3dc, #eed9d0);
    padding-top: 30px;
    width: 100%;
    position: relative; 
    text-align: center;
}

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

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

.image-container {
    position: relative;
    width: auto;
    height: 600px;
    overflow: hidden;
    background-image: url('../img/graphic_tower.png');
    background-color: transparent; 
    background-size: auto 600px;
    background-repeat: no-repeat;
    background-position: center 50px;
    padding-top: 50px;
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
}

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

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

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

	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: 60px;
}
  
  #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;

  }



  .nav-top, .nav-bottom {
	display: block; 
  }
  .nav-top{
	color:#2d2c2d;
	padding-top:30px;
    font-size: 14px;
	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 {
  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; 
}

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

.divider_cloud1 {
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%;
    height: 160px; 
    background: url('../img/cloud_1.png') repeat-x center bottom; 
    background-size: auto 160px;
}
.divider_cloud2 {
	position: relative;
    bottom: 0; 
    left: 0;
    width: 100%;
    height: 160px; 
    background: url('../img/cloud_2.png') repeat-x center bottom; 
    background-size: auto 160px;
}
.divider_cloud3 {
	position: relative;
    bottom: 0; 
    left: 0;
    width: 100%;
    height: 160px; 
    background: url('../img/cloud_3.png') repeat-x center bottom; 
    background-size: auto 160px;
}
.divider_cloud4 {
	position: relative;
    bottom: 0; 
    left: 0;
    width: 100%;
    height: 160px; 
    background: url('../img/cloud_4.png') repeat-x center bottom; 
    background-size: auto 160px;
}
.divider_cloud5 {
	position: relative;
    bottom: 0; 
    left: 0;
    width: 100%;
    height: 160px; 
    background: url('../img/cloud_5.png') repeat-x center bottom; 
    background-size: auto 160px;
}
.divider_cloud6 {
	position: relative;
    bottom: 0; 
    left: 0;
    width: 100%;
    height: 160px; 
    background: url('../img/cloud_6.png') repeat-x center bottom; 
    background-size: auto 160px;
}
.divider_cloud7 {
	position: relative;
    bottom: 0; 
    left: 0;
    width: 100%;
    height: 160px; 
    background: url('../img/cloud_7.png') repeat-x center bottom; 
    background-size: auto 160px;
}


.section_dl{
	width: 100%;
	text-align: center;
}

.section_dl h2{
	font-family: 'LINESeedJP_Bd', sans-serif;
	color: #2d2c2d;
	padding:0;
	font-size: 14px;
	letter-spacing: 3px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.section_dl h1 img {
    width: 300px; 
    height: auto; 
}
.download-button {
    display: inline-block;
    background-color: #ff5f86; 
    font-family: 'LINESeedJP_Bd', sans-serif;
	color: #fff;
    padding: 20px 20px; /* 内側の余白 */
    border-radius: 40px; /* 角の丸み */
    font-size: 16px; /* テキストのサイズ */
    text-align: center; /* テキストを中央寄せ */
    width: 300px; /* 固定の横幅 */
    cursor: pointer; /* マウスカーソルをハンドポインタに */
    text-decoration: none; /* テキストの下線を削除 */
    transition: background-color 0.3s; /* 背景色の変化を滑らかに */
    margin-bottom: 60px;
}

.download-button:hover {
    background-color: #e3e600; /* ホバー時の背景色 */
}


/*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_wrapper{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#content_wrapper_1{
	background-color: #a1b7f1;
}
#content_wrapper_2{
	background-color: #5962b2;
}
#content_wrapper_3{
	background-color: #ffeee5;
}
#content_wrapper_4{
	background-color: #998f89;
}
#content_wrapper_5{
	background-color: #ffffff;
}


.content{
	font-family: 'LINESeedJP_Bd', sans-serif;
	color: #2d2c2d;
	padding:0;
	font-size: 12px;
	line-height: 34px;
	width: 90%;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.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_1, #content_service_2, #content_service_3, #content_service_4 {
    display: flex;
    justify-content: center; 
    align-items: top;
    
}
#content_service_1 p, #content_service_2 p, #content_service_3 p, #content_service_4 p{
	width: 100%;
	margin-right: 20px;
}
#content_service_5 h3 img {
    width: 140px; /* アイコンの幅を140pxに設定 */
    height: auto; /* アイコンの高さを自動に設定 */
    border-radius: 30px; /* 角を丸くする */
    display: block; /* 画像をブロック要素として扱う */
    margin: 30px auto;
}

.left-content {
    width: 40%; 
    text-align: left; 
    flex: none; 
    padding-right: 20px;
    max-width: 450px;
}

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

##content_service_2 h1, h3, p{
	color: #fff;
}

#content_service_1 h2, #content_service_2 h2, #content_service_3 h2, #content_service_4 h2, #content_service_5 h2, #content_service_6 h2 {
    width: 40%; 
    max-width: 340px; 
    flex: none; 
    color: #fff;
}
.text_big {
	font-family: 'LINESeedJP_Eb', sans-serif;
    font-size: 28px; /* 大きいテキストのサイズ */
    font-weight: bold;
}

.text_small {
	font-family: 'LINESeedJP_Eb', sans-serif;
    font-size: 14px; /* 小さいテキストのサイズ */
    font-weight: normal;
    margin-left: 3px; /* bigとsmallの間のスペース */
}



/*お問い合わせボタン*/
.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: #9e96db;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

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

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

.footer-menu {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px 0; /* 下の余白を追加 */
    display: flex;
    justify-content: center;
    gap: 20px; /* メニューアイテム間のスペース */
    padding-bottom: 50px;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-menu a:hover {
    color: #dcdcdc; /* ホバー時の色を少し明るく */
}




@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;
}

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


.image-container {
    height: calc(600px + (100vw - 750px) * 0.7);
    background-size: auto 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;
	}

	#content_service_1, #content_service_3, #content_service_5 {
        flex-direction: column; 
    }

    #content_service_2, #content_service_4, #content_service_6{
        flex-direction: column-reverse;
    }

    #content_service_1 .left-content, #content_service_2 .left-content, #content_service_3 .left-content, #content_service_4 .left-content, #content_service_5 .left-content, #content_service_6 .left-content {
        width: 80%; 
        text-align: center;
        margin: 0 auto; 
        padding: 0;
    }

    #content_service_1 h2, #content_service_2 h2, #content_service_3 h2, #content_service_4 h2, #content_service_6 h2, #content_service_6 h2 {
        width: 100%; 
        text-align: center;
        margin: 0 auto; 
    }
    .left-content h3 {
    padding-top: 0px;
    }


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

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


}


@media screen and (max-width:500px) {
.image-container {
    
  }
	#header_img h1{
		text-align: left;
		width: 90%;
		padding-bottom: 20px;
	}
	#header_img h1 span {
		background-color:#f1f200;
	}

	#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; 
	}


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

	.footer-menu {
        flex-wrap: wrap; /* メニューアイテムが折り返し表示されるように */
    }

    .footer-menu li {
    	font-size: 11px;
        width: 40%; /* 2つのアイテムが1行に収まるように */
        text-align: center; /* アイテムを中央揃え */
    }
}

/*下層ページ*/
#main_content {
    width: 80%;
    margin: 0 auto; /* センタリングのためのマージン */
    text-align: left; /* 左寄せ */
    padding: 20px 0; /* 上下のパディング */
}

#main_title h2 {
    font-size: 24px; /* タイトルのフォントサイズ */
    margin-bottom: 10px; /* タイトルの下のマージン */
}

#main_title p {
    font-size: 18px; /* サブタイトルのフォントサイズ */
    margin-bottom: 30px; /* サブタイトルの下のマージン */
    color: #777; /* サブタイトルの色 */
}

article {
    margin-bottom: 40px; /* 各記事の間のマージン */
}

article h3 {
    font-size: 20px; /* 記事のサブヘッダーのフォントサイズ */
    margin-bottom: 15px; /* サブヘッダーの下のマージン */
}

article p {
    font-size: 16px; /* パラグラフのフォントサイズ */
    margin-bottom: 20px; /* パラグラフの下のマージン */
    line-height: 1.5; /* パラグラフの行間 */
}

.list_num {
    list-style-type: decimal; /* 番号付きリスト */
    padding-left: 20px; /* リストの左のパディング */
}

.list_num li {
    margin-bottom: 10px; /* リストアイテムの下のマージン */
}

.list_decimal {
    list-style-type: lower-latin; /* 小文字のアルファベットで番号付け */
    padding-left: 20px; /* リストの左のパディング */
}

.list_decimal li {
    margin-bottom: 10px; /* リストアイテムの下のマージン */
}

.list_none {
    list-style-type: none; /* リストマーカーなし */
    padding-left: 20px; /* リストの左のパディング */
}

.list_none li {
    margin-bottom: 10px; /* リストアイテムの下のマージン */
    position: relative;
    padding-left: 15px; /* リストアイテムの左のパディング */
}

.list_none li:before {
    content: "・"; /* リストマーカーとして中黒を使用 */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
