@charset "UTF-8";

/*
Theme Name:nagiSCT
*/

:root{
	--navy:#00293C;
	--blue: #1E656D;
	--gray:#E7E7E7;
	--gray2:#302f2f;
	--gray3:#f1efee;
}

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


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

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

-------------------------*/
.fadeIn_up {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: 1.5s;
}
.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);
}

.fadeIn_down {
    opacity: 0;
    transform: translate3d(0, 0, 0, 1px);
    transition: 2s;
}
.is-show-down {
	opacity: 1;
    transform: translate3d(0, 0, 0, 0);
}

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

  TOPページコンテンツ

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

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

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

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

-------------------------*/
.top{
	display: flex;
	margin: 0 auto;
	width: 100%;
}

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

#main{
	width: 100%;
}

.top_area_title h2{
	color: var(--blue);
	font-family: var(--gothic);
    font-weight: bold;
	font-size: 30px;
    letter-spacing: 0.08em;
}

.top_area_txt{
	color: var(--gray2)
	font-family: var(--gothic);
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1.9;
}

table{
	width: 100%;
}


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

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

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

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

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

.navbar-header{
	display: none;
}

#head{
	height: auto;
	margin: 0 auto;
	padding: 10px 30px;
	position: absolute;
	width: 100%;
	z-index: 1000;
	top: 0;
	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: #fff;
	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: var(--navy);
	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: #fff;
	border-radius: 30px;
	color: var(--navy);
	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;
}


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

  TOPページコンテンツ
  1.スライダー

-------------------------*/
.top_area{
	background-color: #fcfced;
	padding: 400px 0 200px;
    margin-top: -500px;
}

.top_area2{
	position: relative;
	width: 100%;
	z-index: 100;
	top: 0;
}

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

#slideshow{
	position: sticky;
	top: 30px;
}

#slideshow img{
	object-fit: cover;
    height: 1000px;
    width:  100%; 
}


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

  TOPページコンテンツ
  2.スクロール

-------------------------*/
.scroll {
	position: absolute;
    margin-top: -200px;
    left: 200px;
    z-index: 3000;
}

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

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

.scroll-border::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 30px;
    top: 0;
    left: 0;
    right: 0;
    background: #CF3721;
    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%);
  }
}

@media only screen and (max-width: 767px){
	.scroll{
		margin-top:-100px;
		left: 10%;
	}
}


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

  TOPページコンテンツ
  3.トップメッセージ

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

.top_area_message{
	background-image:url(https://nagais.co.jp/wp-content/uploads/2025/11/4207286_m.jpg);
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	max-width: 1800px;
	margin: 0 75px;
	height: 700px;
    position: relative;
	justify-content: center; 
    top: -100px;
    z-index: 1000;
}

.massage{
	padding: 100px 0;
}

.massage p{
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	margin: 0 auto;
	width: 800px;
}

.massage_txt{
	color: #fff;
	padding-top: 50px;
	font-size: 18px;
	font-family: var(--gothic);
	letter-spacing: 0.05em;
	line-height: 1.9;
	margin: 0 auto;
	width: 800px;
}

@media only screen and (max-width: 767px){
	.top_area_message {
		margin: 0 25px;
		height: 550px;
		top:0;
		background-position: 30% 25%;
	}
	
	.massage{
		padding: 30px;
	}
	
	.massage p,
	.massage_txt{
		width: 100%;
	}
	
	.massage p{
		font-size: 25px;
	}
	
	.massage_txt{
		font-size: 15px;
		line-height: 1.7;
	}
}



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

  TOPページコンテンツ
  3.会社概要

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

.top_area_company{
	padding-top: 300px;
	position: relative;
	margin: 0 auto;
	width: 900px;
}

.top_area_company_table{
	font-family: var(--gothic);
	font-size: 18px;
	letter-spacing: 0.08em;
}

.top_area_company_table tr{
	border-bottom: 1px solid #c0bfbe;
}

.top_area_company_table th{
	padding: 30px 0 20px;
	width: 25%;
}

.top_area_company_table td{
	padding: 30px 0 20px;
	width: 75%;
}

@media only screen and (max-width: 767px){
	.top_area_company_table{
		letter-spacing: 0.04em;
	}
	
	.top_area_company_table tr{
		display: grid;
	}
	
	.top_area_company_table th{
		font-size: 15px;
		padding: 30px 0 0;
		width: 100%;
	}
	
	.top_area_company_table td{
		font-size: 15px;
		padding: 20px 0;
		width: 100%;
	}
	
	.top_area_company{
		padding-top: 150px;
		width: calc(100% - 10%);
	}
	
	.top_area_title h2{
		font-size: 25px;
	}
}


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

  TOPページコンテンツ
  4.企業理念

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

.rinen{
	background-color: var(--gray);
	border-radius: 15px;
	padding: 100px 50px;
}

.rinen p{
	font-family: var(--title);
	font-size: 30px;
	letter-spacing: 0.05em;
	padding-bottom: 80px;
}

.rinen text{
	font-family: var(--gothic);
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.9;
}

@media only screen and (max-width: 767px){
	.rinen{
		padding: 50px 30px;
	}
	
	.rinen p{
		font-size: 25px;
		padding-bottom: 50px;
	}
	
	.rinen text{
		font-size: 15px;
		letter-spacing: 0.04em;
		line-height: 1.7;
	}
}

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

  TOPページコンテンツ
  5.代表挨拶

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

.aisatu text{
	font-family: var(--gothic);
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.9;
}

.aisatu P{
	text-align: right;
	font-size: 18px;
}

@media only screen and (max-width: 767px){
	.aisatu text,
	.aisatu P{
		font-size: 15px;
		line-height: 1.7;
	}
}

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

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

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

#footer-content{
	background-color: #fff;
}

.footer_container{
	margin: 0 auto;
	padding: 30px 0 0;
	width: 100%;
}

.text-center{
	background-color: var(--navy);
	font-family: var(--en);
	font-size: 12px;
	font-weight: 100;
	margin-top: 30px;
	letter-spacing: 0.03em;
}

.footer_container p{
	margin-bottom: 0;
}

.footer_container img{
	width: 130px;
}

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

.footer_wrap{
	display: flex;
    justify-content: space-between;
	margin: 0 auto;
	width: 1190px;
}

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

@media only screen and (max-width: 767px){
	.footer_container{
		width: 100%;
	}
	
	.footer_wrap{
		width: calc(100% - 10%);
	}
}



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

  モバイルコンテンツ MAX767px

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

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

  TOPページコンテンツ

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

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

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

-------------------------*/
	#head{
		display: none;
	}
	
	.navbar-header{
		align-items: center;
		border-radius: 35px;
		display: flex;
		height: 6rem !important;
		margin: 3%;
		padding: 8px 16px;
		position: fixed;
		width: 94%;
		z-index: 10000;
	}
	
	.header-logo{
		width: 150px;
	}
	
	.hamburger{
		display: block;
		height: 25px;
		position: absolute;
	    width: 35px;
        top: 20px;
		right: 16px;
	}
	
	.hamburger span{
		background-color: #005BAC;
		height: 2px;
        position: absolute;
		transition: .5s;
        width: 80%;
    }
	
	.hamburger span:first-of-type{/* ハンバーガーメニューの1番目の線 */
       top: 35%;
    }
	
    .hamburger span:last-of-type{/* ハンバーガーメニューの2番目の線 */
       top: 75%;
    }
	
	.mobile-nav{
		background-color: #fff;
		border-radius: 10px;
	    display: block;
        position: fixed;
		margin: 0 auto;
		transform: translateX(110%); 
		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:last-of-type{/* ハンバーガーメニューの3番目の線 */
        transform: rotate(-45deg);
		top: 50%;
    }
	
    .mobile-nav.active{
        transform: translateX(0); 
    }

	
/*-------------------------
 
　TOPページコンテンツ
  2.スライダー MAX767px

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

-------------------------*/
	
	#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

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


	

}

