@charset "UTF-8";

/*
Theme Name:nagiSCT
*/

:root{
	--blue: #063D63;
	--gray:#E7E7E7;
}

:root{
	--gothic:"Zen Kaku Gothic New", sans-serif;
	--ibm:"IBM Plex Sans", serif;
	--en:"Exo 2", serif;
	--entitle:"Quicksand", serif;
	--title:"ABeeZee", sans-serif;
	--num:"Montserrat", sans-serif;
}
.container_page_main
*{
	color: var(--blue);
}

body{ font-size: 16px;}
h1{ font-size:28px; font-weight: bold;}
h2{ font-size:20px;}
h3{ font-size:18px; margin-top: 0;}
img{ max-width:100%; }
a:hover{ text-decoration: none;}
ul,ol{ margin-bottom: 0;}
hr{border-top: 1px solid #999999;
   opacity: 0.3;}
p{font-family: var(--gothic);}

#content{
    padding-top:20px;
	position: sticky;
	z-index: 200;
	top: 0;
}

#content-wrap{
  background-color: #ffffff;
  box-shadow: 2px 2px 2px rgba(0,0,0,.3);
}
#sidebar{ text-align: center;}

footer p{
  padding:15px 0;
  color: #ffffff;
}

/*-------------------------

  フェードイン
https://rita-plus.com/blog/jquery-fadein-animation/

-------------------------*/
.fadeIn_up {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    transition: 2s;
}
.is-show {
	opacity: 1;
    transform: translate3d(0, 0, 0);
}

.fadeIn_up_right{
    opacity: 0;
    transform: translate3d(50px, 0, 0);
    transition: 1s;
}

.is-show-right{
	opacity: 1;
    transform: translate3d(0, 0, 0);
}

.fadeIn_up_left{
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
    transition: 1s;
}

.is-show-left{
	opacity: 1;
    transform: translate3d(0, 0, 0);
}

/*-------------------------
　-------------------------

  TOPページコンテンツ

　0.ページ共通
　1.ヘッダー、ナビ
　2.スライダー
　3.TOPアバウト
　4.TOP事業内容
　5.トピックス
　6.フッター

-------------------------
-------------------------*/

/*-------------------------

  TOPページコンテンツ
  0.ページ共通

-------------------------*/

.container{
	padding: 0;
	width: 100%;
}

#main{
	width: 100%;
}

/*-------------------------

  TOPページコンテンツ
  1.ヘッダー、ナビ

-------------------------*/
.head{
	display: block;
	height: 60px;
}

.header-logo{
	margin: auto 0;
	width: 150px;
}

.head{
	display: flex;
	margin: 0 auto;
	width: 100%;
}

.navbar-header{
	display: none;
}

#head{
	height: 60px;
	margin: 0 auto;
	position: fixed;
	width: calc(100% - 5%);
	z-index: 1000;
	top: 2.4rem;
	left: 0;
    right: 0;
}

.navbar-nav li a{
	line-height: 60px;
	padding: 0 15px;
}

.navbar-nav li:hover{
	background-color: #000000;
	transition: 0.2s;
}

.navbar-nav li a:hover{
	color: #ffffff;
}

.nav>li{
	line-height: 90px;
}

.nav li a{
	color: #063D63;
	font-family:var(--gothic);
	font-size: 14px;
	letter-spacing: 0.08em;
	transition: 0.2s;
}

.nav li a:hover{
	background-color: var(--blue);
	color: #ffffff;
}

.headnav{
	background-color: #f5f5f5;
	border-radius: 30px;
	display: flex;
	margin: 0 0 0 auto;
	padding: 0 30px;
}

.nav_recruit{
	align-items: center;
	display: flex;
}

.nav_recruit a{
	background-color: var(--blue);
	border-radius: 30px;
	color: #ffffff;
	font-family:var(--gothic);
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.08em;
	padding: 10px 20px;
}

.nav_lang{
	align-items: center;
	display: flex;
	padding: 0 0 0 20px;
}

.nav_lang a{
	background-color: #000000;
	border-radius: 50%;
	color: #ffffff;
	font-family:var(--githic);
	font-weight: bold;
	padding: 5px 8px;
}

.nav_lang2{
	align-items: center;
	display: flex;
	padding: 0 20px 0 20px;
}

.nav_lang2 a{
	color: #000000;
	font-family:var(--githic);
	font-weight: bold;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
/*#head.HeightMin{
	animation: DownAnime 0.5s forwards;
	background-color: #f5f5f5;
	border-radius: 30px;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, .16);
	height:60px;
	padding: 0 30px;
    position: fixed;
	width: calc(100% - 5%);
    z-index: 9999;
	top: 2.4rem;
}*/

@keyframes DownAnime{
  from {
	  opacity: 0;
      transform: translateY(-170px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/*-------------------------

  scrollアニメーション

-------------------------*/

.scroll {
	position: absolute;
    margin-top: -60px;
    right: 200px;
    z-index: 3000;
}

.scroll-text {
    color: #333;
    font-size: 14px;
    text-align: center;
    transform: rotate(90deg);
}

.scroll-border {
    position: relative;
    top: 20px;
    width: 1px;
    height: 100px;
    background-color: #d5d5d5;
    overflow: hidden;
    margin: auto;
}

.scroll-border::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 30px;
    top: 0;
    left: 0;
    right: 0;
    background: #333;
    animation: scrollbar 2.0s ease-in-out infinite;
    margin: auto;
}

@keyframes scrollbar {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(350%);
    transform: translateY(350%);
  }
}

/*-------------------------

  TOPページコンテンツ
  1.スライダー
  文字グラデーション　https://qiita.com/ibetaku/items/c357739ab9c86c370e24

-------------------------*/
.top_area{
	padding-top: 200px;
	margin: 0 auto;
	width: calc(100% - 5%);
}

.top_area2{
	margin: 50px auto 0;
	position: sticky;
	width: calc(100% - 5%);
	z-index: 100;
	top: 0;
}

.top_area_title h1{
	font-family: var(--en);
	font-size: 82px;
    font-weight: 200;
    padding-bottom: 80px;
    letter-spacing: 0.08em;
	line-height: 1.0;
}

.gradient__wrap {
    display: flex;
  }
	
.gradient__title {
    animation: AnimationTitle 5s ease infinite;
    background: linear-gradient(to right, #063D63, #B455A0, #2B86C5, #D3E173);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
    line-height: 1;
  }

@keyframes AnimationTitle {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

#bs-navbar-collapse-1 img{
	width: 200px;
}

#slideshow {
	border-radius: 15px;
   height: 600px;
   position: relative;
   width:  auto; 
}

video{
	border-radius: 15px;
	height: 600px;
	object-fit: cover;
	width: 100%;
}

/*-------------------------

  TOPページコンテンツ

　3.TOP SCTについて

-------------------------*/
.loop-wrap {
	align-items: center;
    display: flex;
    overflow: hidden;
	margin-top: 200px;
    height: 80px;
}

.loop-area {
  background: url("../img/the_best_splution_partner.svg") repeat-x;
  width: 100%;
  height: 80px;
  animation: loop-slide 30.0s infinite linear;
}

@keyframes loop-slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}

#top_about{
	background: linear-gradient(hsla(0,0%,100%,.9) 80%,#eeedea);
	backdrop-filter: blur(10px);
	padding-top: 200px;
	padding-bottom: 50px;
	width: 100%;
}

.container_top_about{
	margin: 0 auto;
	width: 1190px;
}

/*
#top_about::before {
	content: "ABOUT SCT";
	color: #ffffff;
	font-family: var(--ibm);
	font-size: 250px;
	font-weight: bold;
    height: 100%;
	letter-spacing: 0.06em;
	opacity: 0.5;
	position: absolute;
	text-align: left;
	width: 100%;
	z-index: -1;
	top: -50px;
    left: 0;
}
*/

.top_about{
	display: block;
}

.wrap_top_about{
	display: block;
    justify-content: space-between;
    width: 800px;
    position: relative;
    height: 0;
    top: -450px;
    right: -60%;
    z-index: -1;
}

.top_about_main{
	width: 50%;
}

.container_top_about .top_contents_title{
	color: var(--blue);
	font-family: var(--gothic);
	font-size: 41px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.6;
	width: 800px;
}

.top_about_txt{
	font-family: var(--gothic);
	font-weight: bold;
	font-size: 18px;
    line-height: 2.5;
	padding-top: 50px;
}

.item_top_about{
	padding: 10px;
}

.item_top_about img{
	height: 500px;
	object-fit: cover;
}

.top_section_link{
	width: fit-content;
}

/*-------------------------

  TOPページコンテンツ
  4.TOP事業内容

-------------------------*/
#top_work{
	background-color: #ffffff;
}

.container_top_work{
    margin: 0 auto;
	padding-top: 190px;
	width: calc(100vw - 30%);
}

.top_contents_title{
	color: #0b76bf;
	font-family: var(--en);
	font-size: 70px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.wrap_top_work{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
	padding-top: 150px;
}

.item_top_work img{
	border-radius: 20px;
	height: 400px;
    object-fit: cover;
	width: 100%;
}

.top_contents_title_wrap{
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.btn_01{
	background-color: #337ab7;
	color: #ffffff;
	font-family: var(--gothic);
	letter-spacing: 0.05em;
	padding: 20px 50px;
    height: auto;
    border-radius: 10px;
    display: inline-block;
    position: relative;
}


/*-------------------------

  TOPページコンテンツ
  5.トピックス

-------------------------*/
#top_posts{
	background-color: #ffffff;
	padding-top: 67px;
	padding-bottom: 67px;
	position: sticky;
	z-index: 400;
	top: 0;
}

.container_post{
	background-color: var(--blue);
	border-radius: 10px;
	display: flex;
	margin: 0 auto;
	padding: 100px 75px;
	width: 1340px;
}

.post1{
	width: calc(100% - 70%);
}

.post2{
	font-family: var(--gothic);
	width: 100%;
}

.post3{
	display: flex;
}

#top_posts .post1 .topics_en{
	color: #ffffff;
	font-family: var(--title);
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 0.08em;
}

#top_posts .post1 .topics_jp{
	color: #ffffff;
	font-family: var(--gothic);
	font-size: 37px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-top: 20px;
}

.post_data{
	color: #ffffff;
	font-family: var(--gothic);
	font-size: 18px;
}

.post_title{
	color: #ffffff;
    font-family: var(--gothic);
	font-size: 18px;
	padding-top: 0;
	padding-left: 30px;
	text-decoration: underline;
}

.wrapper{
	background-color: #E7E7E7;
}

.container_topics{
	padding-top: 150px;
	padding-bottom: 100px;
}

.single_time_title{
	margin: 80px auto 0;
	width: calc(100% - 40%);
}

.topic_centents_wrap{
	background-color: #ffffff;
	border-radius: 10px;
	margin: 0 auto;
	width: calc(100% - 20%);
}

.topics_txt{
	margin: 80px auto 0;
	padding: 50px 0;
	width: calc(100% - 25%);
}

#page_title_topics{
	margin: 0 auto;
	padding-bottom: 100px;
	width: calc(100% - 30%);
}

.topics_boeder{
	border: 1px solid #000000;
}

.single_title{
	color: #000000;
    font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.6;
}

.topics_right{
	display: block;
	width: 100%;
}

.post_wrap{
	display: flex;
}


/*-------------------------

  TOPページコンテンツ
  6.フッター

-------------------------*/
footer{
	position: sticky;
	z-index: 500;
}

#footer-content{
	background:-webkit-linear-gradient(45deg, rgba(63, 114, 174, .8), rgba(39, 100, 173, .5) 100%); 
}

.footer_container{
	margin: 0 auto;
	padding: 80px 0 60px;
	width: 1190px;
}

.text-center{
	font-family: var(--en);
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 0.03em;
	padding-top: 120px;
}

.footer_container p{
	margin-bottom: 0;
}

.footer_container img{
	width: 130px;
}

.footer_address{
	color: #ffffff;
	font-family: var(--gothic);
	font-size: 14px;
	letter-spacing: 0.15em;
	padding-top: 20px;
}





/*-------------------------
　-------------------------

  固定ページコンテンツ

　0.固定ページ共通
　1.会社概要
　2.事業内容
　3.ナガイSCTとは
　4.製品案内
　　4-1.BizKit Share
　　4-2.BizKit Naigator
　　4-3.BizKit SMS
　　4-4.電子制御学習教材
　5.お問合せ

-------------------------
-------------------------*/

/*-------------------------

  固定ページコンテンツ
  0.固定ページ共通

-------------------------*/
#page_title{
	width: 100%;
}
	
#page_title figure img{
	border-radius: 0 0 50px 50px;
	height: 550px;
	object-fit: cover;
	width: 100%;
}

.page_titile_area{
	padding-top: 120px;
	padding-bottom: 200px;
}

.title_ja{
	color: var(--blue);
	font-size: 52px;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: normal;
    letter-spacing: 0.08em;
    text-align: center;
}

.title_en{
	color: var(--blue);
	font-size: 25px;
	font-family: var(--gothic);
	text-align: center;
}

.container_page_main{
	margin: 0 auto;
	width: 900px;
}

#section{
	padding-bottom: 200px;
}

.page_title{
	font-family: var(--gothic);
	font-size: 30px;
	letter-spacing: 0.1em;
	padding-bottom: 50px;
}

/*-------------------------

  固定ページコンテンツ
  1.会社概要

-------------------------*/
.tr{
	border-bottom: 1px solid var(--gray);
}

.th,
.td{
	font-family: var(--gothic);
	font-size: 15px;
	padding: 30px 0 15px;
}

.page_table{
	width: 100%;
}

.txt_page{
	line-height: 2.3;
}

/*-------------------------

  固定ページコンテンツ
  2.事業内容

-------------------------*/

/*-------------------------

  固定ページコンテンツ
  3.ナガイSCTとは

-------------------------*/

/*-------------------------

  固定ページコンテンツ
  4.製品案内

-------------------------*/

/*-------------------------

  固定ページコンテンツ
  5.お問合せ

-------------------------*/





/*-------------------------

  モバイルコンテンツ MAX1299px

-------------------------*/
@media only screen and (max-width: 1299px){
/*-------------------------
　-------------------------

  TOPページコンテンツ MAX1299px

　0.ページ共通
　1.ヘッダー、ナビ
　2.スライダー
　3.TOPアバウト
　4.TOP事業内容
　5.トピックス
　6.フッター

-------------------------
-------------------------*/	

/*-------------------------

  TOPページコンテンツ
  0.ページ共通　モバイルMAX1299px

-------------------------*/
	
/*-------------------------

  TOPページコンテンツ
  1.ヘッダー、ナビ　モバイルMAX1299px

-------------------------*/
	
/*-------------------------

  TOPページコンテンツ
  2.スライダー　モバイルMAX1299px

-------------------------*/
	
/*-------------------------

  TOPページコンテンツ
  3.TOPアバウト　モバイルMAX1299px

-------------------------*/
	
/*-------------------------

  TOPページコンテンツ
  4.TOP事業内容　モバイルMAX1299px

-------------------------*/
	
/*-------------------------

  TOPページコンテンツ
  5.トピックス　モバイルMAX1299px

-------------------------*/
	
/*-------------------------

  TOPページコンテンツ
  6.フッター　モバイルMAX1299px

-------------------------*/
	

/*-------------------------
　-------------------------

  固定ページコンテンツ　MAX1299px

　0.固定ページ共通
　1.会社概要
　2.事業内容
　3.ナガイSCTとは
　4.製品案内
　　4-1.BizKit Share
　　4-2.BizKit Naigator
　　4-3.BizKit SMS
　　4-4.電子制御学習教材
　5.お問合せ

-------------------------
-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  0.固定ページ共通 MAX1299px

-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  1.会社概要 MAX1299px

-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  2.事業内容 MAX1299px

-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  3.ナガイSCTとは MAX1299px

-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  4.製品案内 MAX1299px

-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  5.お問合せ MAX1299px

-------------------------*/

}






/*-------------------------

  モバイルコンテンツ MAX1169px

-------------------------*/
@media only screen and (max-width: 1169px){
/*-------------------------
　-------------------------

  TOPページコンテンツ MAX1169px

　0.ページ共通
　1.ヘッダー、ナビ
　2.スライダー
　3.TOPアバウト
　4.TOP事業内容
　5.トピックス
　6.フッター

-------------------------
-------------------------*/	

/*-------------------------

  TOPページコンテンツ
  0.ページ共通　モバイル MAX1169px

-------------------------*/
	
/*-------------------------

  TOPページコンテンツ
  1.ヘッダー、ナビ　モバイル MAX1169px

-------------------------*/
	
/*-------------------------

  TOPページコンテンツ
  2.スライダー　モバイル MAX1169px

-------------------------*/
	
/*-------------------------

  TOPページコンテンツ
  3.TOPアバウト　モバイル MAX1169px

-------------------------*/
	
/*-------------------------

  TOPページコンテンツ
  4.TOP事業内容　モバイル MAX1169px

-------------------------*/
	
/*-------------------------

  TOPページコンテンツ
  5.トピックス　モバイル MAX1169px

-------------------------*/
	
/*-------------------------

  TOPページコンテンツ
  6.フッター　モバイル MAX1169px

-------------------------*/
	

/*-------------------------
　-------------------------

  固定ページコンテンツ　MAX1169px

　0.固定ページ共通
　1.会社概要
　2.事業内容
　3.ナガイSCTとは
　4.製品案内
　　4-1.BizKit Share
　　4-2.BizKit Naigator
　　4-3.BizKit SMS
　　4-4.電子制御学習教材
　5.お問合せ

-------------------------
-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  0.固定ページ共通 MAX1169px

-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  1.会社概要 MAX1169px

-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  2.事業内容 MAX1169px

-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  3.ナガイSCTとは MAX1169px

-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  4.製品案内 MAX1169px

-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  5.お問合せ MAX1169px

-------------------------*/


	
}





/*-------------------------

  モバイルコンテンツ MAX1059px

-------------------------*/
@media only screen and (max-width: 1059px){
/*-------------------------
　-------------------------

  TOPページコンテンツ MAX1059px

　0.ページ共通
　1.ヘッダー、ナビ
　2.スライダー
　3.TOPアバウト
　4.TOP事業内容
　5.トピックス
　6.フッター

-------------------------
-------------------------*/	

/*-------------------------

  TOPページコンテンツ
  0.ページ共通　モバイル MAX1059px

-------------------------*/
	
/*-------------------------

  TOPページコンテンツ
  1.ヘッダー、ナビ　モバイル MAX1059px

-------------------------*/
	
/*-------------------------

  TOPページコンテンツ
  2.スライダー　モバイル MAX1059px

-------------------------*/
	
/*-------------------------

  TOPページコンテンツ
  3.TOPアバウト　モバイル MAX1059px

-------------------------*/
	
/*-------------------------

  TOPページコンテンツ
  4.TOP事業内容　モバイル MAX1059px

-------------------------*/
	
/*-------------------------

  TOPページコンテンツ
  5.トピックス　モバイル MAX1059px

-------------------------*/
	
/*-------------------------

  TOPページコンテンツ
  6.フッター　モバイル MAX1059px

-------------------------*/
	

/*-------------------------
　-------------------------

  固定ページコンテンツ　MAX1059px

　0.固定ページ共通
　1.会社概要
　2.事業内容
　3.ナガイSCTとは
　4.製品案内
　　4-1.BizKit Share
　　4-2.BizKit Naigator
　　4-3.BizKit SMS
　　4-4.電子制御学習教材
　5.お問合せ

-------------------------
-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  0.固定ページ共通 MAX1059px

-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  1.会社概要 MAX1059px

-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  2.事業内容 MAX1059px

-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  3.ナガイSCTとは MAX1059px

-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  4.製品案内 MAX1059px

-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  5.お問合せ MAX1059px

-------------------------*/



}





/*-------------------------

  モバイルコンテンツ MAX767px

-------------------------*/

@media only screen and (max-width: 767px){
	
/*-------------------------
　-------------------------

  TOPページコンテンツ

　0.ページ共通
　1.ヘッダー、ナビ
　2.スライダー
　3.TOP SCTについて
　4.TOP事業内容
　5.トピックス
　6.フッター

-------------------------
-------------------------*/
	
/*-------------------------
 
　TOPページコンテンツ
  0.ページ共通 MAX767px

-------------------------*/
	.post1,
	.container_top_business,
	.container_top_aluminum{
		padding: 10px;
		width: calc(100% - 10%);
	}
	
	.container_footer1{
		padding: 30px 10px;
		width: calc(100% - 10%);
	}
	
	
/*-------------------------
 
　TOPページコンテンツ
  1.ヘッダー、ナビ MAX767px

-------------------------*/
	#head{
		display: none;
	}
	
	.navbar-header{
		align-items: center;
		background-color: #f5f5f5;
		border-radius: 35px;
		display: flex;
		height: 6rem !important;
		margin: 3%;
		padding: 8px 16px;
		position: fixed;
		width: 94%;
		z-index: 1000;
	}
	
	.header-logo{
		width: 100px;
	}
	
	.hamburger{
		display: block;
		height: 25px;
		position: absolute;
	    width: 35px;
        top: 15px;
		right: 16px;
	}
	
	.hamburger span{
		background-color: #005BAC;
		height: 2px;
        position: absolute;
		transition: .5s;
        width: 80%;
    }
	
	.hamburger span:first-of-type{/* ハンバーガーメニューの1番目の線 */
       top: 25%;
    }
	
    .hamburger span:last-of-type{/* ハンバーガーメニューの2番目の線 */
       top: 75%;
    }
	
	.mobile-nav{
		background-color: #f5f5f5;
		border-radius: 10px;
	    display: block;
        position: fixed;
		transform: translateX(115%); 
		transition: .5s;
		width: 90%;
		z-index: 10;
        top: 8rem;
        left: 0;
		right: 0;
	}
	
	.mobile-nav ul{
		padding: 0;
		width: auto;
	}
	
	.mobile-nav li{
		border-bottom: 1px solid #cccccc;
		list-style: none;
		margin: 0 auto;
		padding: 20px;
        text-align: left;
		width: 90%;
	}
	
	.mobile-nav a :last-child li{
		border-bottom: 0;
	}
	
	.mobile-nav a li{
		color: #000000;
		font-family: var(--gothic);
		width: 90%;
	}
	
	.mobile-nav li:hover{
		background-color: #005BAC;
		color: #ffffff;
		transition: 0.3s;
	}
	
	.hamburger.active span:first-of-type{/* ハンバーガーメニューの1番目の線 */
        transform: rotate(45deg);
		top: 50%;
    }

	/*.hamburger.active span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 
        opacity: 0;/* 透明にする 
    }*/

	.hamburger.active span:last-of-type{/* ハンバーガーメニューの3番目の線 */
        transform: rotate(-45deg);
		top: 50%;
    }
	
    .mobile-nav.active{
        transform: translateX(0); 
    }
	
	
	.single_title{
		font-size: 22px;
	}
	
	.single_time{
		font-size: 13px;
	}
	
/*-------------------------
 
　TOPページコンテンツ
  2.スライダー MAX767px

-------------------------*/
	.top_area{
		padding-top: 130px;
		width: calc(100% - 10%);
	}
	
	.top_area_title h1{
		font-size: 52px;
		line-height: 120%;
		padding-bottom: 30px;
	}
	
	#slideshow{
		border-radius: 35px 35px 0 0;
		height: 400px;
	}
	
	video{
		border-radius: 35px 35px 0 0;
		height: 400px;
	}
	
	.top_area2{
		width: 100%;
	}
	
/*-------------------------
 
　TOPページコンテンツ
  3.TOP SCTについて MAX767px

-------------------------*/
	.container_top_about{
		width: calc(100% - 10%);
	}
	
	.wrap_top_about{
		display: block;
		padding-top: 80px;
	}
	
	#top_about::before{
		font-size: 100px;
		line-height: 1.0;
		top: 0;
	}
	
	.container_top_about .top_contents_title{
		font-size: 30px;
		line-height: 1.3;
	}
	
	.top_about_main{
		width: 100%;
	}
	
	.top_about_txt {
		line-height: 2.3;
	}
	
	.title_item_top_about{
		font-family: var(--gothic);
		font-size: 24px;
		letter-spacing: 0.08em;
		padding-top: 30px;
	}
	
	.item_top_about{
		padding-bottom: 60px;
	}
	
	.item_top_about img{
		border-radius: 15px;
	}
	
	.en_title_item_top_about{
		color: #9A9A9A;
		font-family: var(--entitle);
		font-weight: 600;
		letter-spacing: 0.05em;
	}
	
	.page_table_wrap{
		background-color: #ffffff;
		border: 1px solid var(--blue);
		border-radius: 15px;
		padding: 30px;
	}
	
/*-------------------------
 
　TOPページコンテンツ
  2
4.TOP事業内容 MAX767px

-------------------------*/

	
/*-------------------------

  TOPページコンテンツ
  5.トピックス　モバイル767px

-------------------------*/
	#top_posts{
		background-color: #ffffff;
		margin-top: 0;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.container_post{
		display: block;
		padding: 30px;
	}
	
	#top_posts .post1 .topics_en{
		font-size: 18px;
		font-weight: normal;
	}
	
	#top_posts .post1 .topics_jp{
		font-size: 30px;
		margin-bottom: 50px;
	}
	
	.post2{
		width: 100%;
	}
	
	.post3{
		display: block;
	}

	.post_title{
		font-size: 15px;
	    padding-top: 20px;
		padding-left: 0;
    }
	
	.single_time_title{
		width: calc(100% - 20%);
	}
	
	.topic_centents_wrap{
		width: calc(100% - 10%);
	}
	
	.post_wrap{
		display: block;
	}
	
	.post_data{
		color: #737f8e;
		font-size: 12px;
	}
	
/*-------------------------
 
　TOPページコンテンツ
  6.フッター MAX767px

-------------------------*/

	
/*-------------------------
　-------------------------

  固定ページコンテンツ

　0.固定ページ共通
　1.会社概要
　2.事業内容
　3.ナガイSCTとは
　4.製品案内
　　4-1.BizKit Share
　　4-2.BizKit Naigator
　　4-3.BizKit SMS
　　4-4.電子制御学習教材
　5.お問合せ

-------------------------
-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  0.固定ページ共通 MAX767px

-------------------------*/
	.title_ja{
		color: var(--blue);
		font-size: 30px;
        font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-weight: normal;
        letter-spacing: 0.08em;
		text-align: center;
	}
	
	.title_en{
		color: var(--blue);
		font-size: 18px;
		font-family: var(--gothic);
		text-align: center;
	}
	
	.container_page_main{
		margin: 0 auto;
		padding-top: 50px;
		width: calc(100% - 10%);
	}
	
	#page_title figure img{
		border-radius: 0 0 35px 35px;
	}
	
	#page_title{
		width: 100%;
		top: 0;
	}
	
	.page_title{
		color: var(--blue);
		font-family: var(--gothic);
		font-size: 25px;
		font-weight: bold;
        letter-spacing: 0.15em;
        padding-bottom: 20px;
	}
	
	#page_main{

	}
	
	#section{
		padding: 20px 0 50px;
	}
	
	.txt_page{
		line-height: 1.9;
	}
	
	.page_titile_area {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
/*-------------------------
 
　固定ページコンテンツ
  1.会社概要 MAX767px

-------------------------*/
	.th, 
	.td{
		display: block;
	}
	
	.th{
		padding-top: 20px;
		padding-bottom: 0;
		width: 100%;
	}
	
	.td{
		padding-top: 10px;
		padding-bottom: 20px;
		width: 100%;
	}
	
	.page_table_wrap{
		background-color: #ffffff;
		border:2px solid #2B86C5;
		border-radius: 15px;
		padding: 30px;
	}
	
/*-------------------------
 
　固定ページコンテンツ
  2.事業内容 MAX767px

-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  3.ナガイSCTとは MAX767px

-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  4.製品案内 MAX767px

-------------------------*/
	
/*-------------------------
 
　固定ページコンテンツ
  5.お問合せ MAX767px

-------------------------*/
	

}

