@charset "utf-8";

.banner_button:visited,
.banner_button:active {
  color: #000 !important;
}




input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}


.zoom-target {
  transform: scale(0.8);
  transition: transform 0.6s ease-out;
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.zoom-target.active {
  transform: scale(1.0);
  opacity: 1;
}



/* フェードイン用のCSS */
.show2 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.show2.active {
  opacity: 1;
  transform: translateY(0);
}




.sidesubmenu_navbutton  {
  position: relative;
}

.child {
    display: none;
}

.sidesubmenu-item a{
	height: 59px;
    background-color: #3EA60C;
    color: #fff!important;
    padding-left: 10px;
    display:block;
    width:100%;
 
}	
.sidesubmenu-item a:visited  {
    color: #fff!important;
}






	


	/*page-top*/
	#page-top {
		position: fixed;
		bottom: 120px;
		right: 50px;
		font-size: 77%;
		z-index: 100;
	}
	#page-top a {
		text-decoration: none;
		width: 80px;
		text-align: center;
		display: block;
		border-radius: 5px;
		background-image: url(../img/top_bt.png);
		height: 80px;
		padding-top: 0px;
		padding-right: 0;
		padding-bottom: 0px;
		padding-left: 0;
		text-indent: -9999px;
		background-repeat: no-repeat;
	}
	#page-top a:hover {
		background-image: url(../img/top_bt.png);
		background-repeat: no-repeat;
		background-position: 0px -80px;
		height: 80px;
		width: 80px;
			transition: color 0.5s;
	}
 



/* =============================================================================
   基本設定
   ========================================================================== */


*, *:before, *:after {
box-sizing: border-box;

}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:bottom;
    background:transparent;
    font-style: normal;
    font-weight: normal;
  
}




/**html**/
html{
	height:100%;
	width: 100%;
	margin: 0!important;
    padding: 0!important;
}




body {
	color: #333;line-height: 1.6;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif;
	margin: 0!important;
    padding: 0!important;
    width: 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#overwrap {overflow: hidden;position: relative;}
a {color: #333;text-decoration: none;}
a:hover {color: #FF9326;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
a:hover img {opacity: 0.8;filter: alpha(opacity=80);-moz-opacity: 0.8;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
img {width: auto;max-width: 100%;height: auto;vertical-align: bottom;}
em {font-style: normal;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
ul {list-style: none;}
sup {vertical-align: super;}
sub {vertical-align: sub;}


p{margin: 0;padding: 0;}

.news-more a:visited,
.news-more a:active {
  color: #ccc;
}


/* ========================================================================== */
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-o-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}



html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent !important;

}

/* コンテンツ全体をラップ */
.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
 
  position: relative;
  margin: 0 auto;
  width: 100%;
  background-color: transparent !important;
}





/**clear**/
.clear:after {
 content:".";
 display:block;
 visibility:hidden;
 clear:both;
 height:0;
}

.clear{
	min-height:1px;
	clear: both;
	float: none;

}












/* =========================PC=========================================== */
@media screen and (min-width: 768px) {


  .breadcrumbs {
    font-size:12px;
    padding-bottom:25px;
  }
  

.sp {
	display: none;
}


.sp_head,.spnav {
	display: none;
}

  .sp_head {
    display: none;
  }

.head-nav {
  position: relative;
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; /* ← 中央寄せから上寄せに変更いたしました */
  padding: 0 !important;
  box-sizing: border-box;
}




/****ドロップダウン追加　:( ***/

.menu-item {
 
  position: relative;
	float:left;
}



/* サブメニュー全体のベース */
.sub-menu {
  position: absolute;
  top: 150%;
  left: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  min-width: 140px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* マウスホバーで表示 */
.menu-item:hover > .sub-menu {
  opacity: 1;
  overflow: visible;
}

/* サブメニューアイテム */
.sub-menu-item a {
  font-size: 15px;
  line-height: 60px;
  color: #fff !important;
  text-align: center;
  padding: 0 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: background-color 0.3s, color 0.3s;
  border-bottom: 1px solid #fff;
}

/* 最後の項目のボーダー無し */
.sub-menu-item:last-child a {
  border-bottom: none;
}

/* ホバー時の配色反転 */
.sub-menu-item a:hover {
  background-color: #fff;
  color: #132F74 !important;
}



/* ヘッダー全体 */
#head-bg {
  height: 100px;
  
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  
  background: linear-gradient(
    to left,
    #132F74 0px,
    #132F74 calc(100% - 800px),
    #fff calc(100% - 500px),
    #fff 100%
  );
}


#head-bg {
  transition: height 0.3s ease, background 0.3s ease;
}

#head-bg.shrink {
  height: 60px;
}



@media (max-width: 1400px) {
  #head-bg {
    
      background: linear-gradient(
    to left,
    #132F74 0px,
    #132F74 calc(100% - 370px),
    #fff calc(100% - 150px),
    #fff 100%
  );
    
    
  }
}

.head-nav {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 !important;  /* ← 念のため強制的にゼロ指定 */
  box-sizing: border-box;
  
  
}


/* ロゴを自由に配置 */
.pc_head {
  position: absolute;
  top: 10px;  /* 画面上からの距離 */
  left: 20px; /* 左からの距離 */
  width: 200px;
  text-align: center;
  z-index: 9999;
}


/*
#headlogo_set {
  padding: 10px 10px 30px 10px;
  margin: 0 0 0 10px;
  width: 380px;
  text-align: center;
    background-color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

*/

#headlogo_set {
  padding: 0px;
  margin: 0 0 0 0px;
  text-align: center;

}




#headlogo_txt_01 h4,
#headlogo_txt_02 h1 {
  margin: 10px 0px 10px 0px;
  font-size: 15px;
  color: #000;
  font-weight: normal; /* ← 太さを強制的にノーマルに指定 */
}


#headlogo_icon img {
  max-height: 80px;
  height: auto;
  width: auto;
  transition: max-height 0.3s ease;
}

#head-bg.shrink #headlogo_icon img {
  max-height: 50px; /* 小さくなる値を調整してね */
}


#head-bg {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* X=0, Y=2px, blur=8px, 薄い黒 */
}


/* ナビメニュー全体 */
.pcnav {
  display: flex;
  align-items: stretch;
}

.head-nav_box {
  display: flex;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}


.head-nav_box {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end; /* ← 右寄せ */
}

.head-nav_box li.menu-item {
  position: relative;
  display: inline-block;
}

.head-nav_box li.menu-item > a {
  display: block;
  padding: 0px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #132F74;
  height: 100%;
  box-sizing: border-box;
  transition: background-color 0.3s;
  padding-bottom:7px;
}



.head-nav_box a,
.head-nav_box li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 15px;
  position: relative;
  background-color: #132F74;
  cursor: pointer;
  border-right: 1px solid #fff;
  width: 140px;
  height: 100%;
  flex-direction: column; /* ← アイコン上、文字下に */
  text-decoration: none;
  transition: 0.3s;
}




/* 基本：共通アイコン構造 */
.head-nav_box a h2::before,
.head-nav_box li h2::before {
  content: "";
  display: block;
 width: 15px;           /* ← サイズを縮小 */
  height: 15px;
  margin: 0 auto 6px auto; /* ← 中央寄せ＋下マージン */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* ホームアイコン */
#nav-home h2::before {
  background-image: url("../img/micon01.jpg");
}

/* 業務内容 */
#nav-business h2::before {
  background-image: url("../img/micon02.jpg");
  transition: 0.3s;
}

/* 会社概要 */
#nav-company h2::before {
  background-image: url("../img/micon03.jpg");
  transition: 0.3s;
}

/* 採用情報 */
#nav-recruit h2::before {
  background-image: url("../img/micon04.jpg");
  transition: 0.3s;
}

/* お問い合わせ（#last）にも同様に */
#last h2::before {
  background-image: url("../img/micon05.jpg");
  transition: 0.3s;
}





/* 最後のメニューの枠線削除 */
#last {
  border-right: none;
}

.head-nav_box a {
  display: flex;
  flex-direction: column; /* アイコンを上、文字を下 */
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 60px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-right: 1px solid #fff;
  background-color: #000;
  
}

.head-nav_box a {
  position: relative;
  overflow: hidden;
}

.head-nav_box a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 0%;
  background-color: #fff;
  transition: width 0.4s ease;
 
}

.head-nav_box a:hover::after {
  width: 70%;
}



/******sidebar****/



	
/********foot***********/
/* フッター */
footer {
 background: linear-gradient(
  135deg,
  #000 0%,
  #1c255f 40%,
  #1f2b74 50%,
  #1c255f 60%,
  #000 100%
);
  color: #fff;
  padding: 60px 0; /* 高めの高さ */
  font-size: 0.9rem;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-logo img {
  width: 84px;
  height: 40px;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.company-name {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

footer .copyright {
  font-size: 0.8rem;
  opacity: 0.7;
}



nav{
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	margin-right: auto;
	margin-left: auto;
}


/**********ページレイアウト***/
.top_content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 20px; /* ← 画面が狭いとき余白を少しとる */
  box-sizing: border-box;
}

.lower_content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}



}





/* =========================スマホ=========================================== */
@media screen and (max-width: 767px) {


 .sp_head {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    z-index: 9999;
   background-color: rgba(0, 0, 0, 0.6); /* ← 黒 + 60%透過 */
  }

  #sp_headlogo_icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
  }
  #sp_headlogo_icon a {
  display: block;
  width: 60px;
  height: 60px;
  margin-left:10px;
}

  


.sidebar06 .sp {
background-color: #CDF6B9;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-top: 20px;
}


  .breadcrumbs {
    font-size:12px;
    padding-bottom:15px;
    padding-left:10px;
  }
  


.pc {
	display: none;
}

.pc_head,.pcnav {
	display: none;
}

	.sp_head {
		width: 100%;
	}


	

	
	
	

/********foot***********/
/* フッター */
footer {
   background: linear-gradient(
  135deg,
  #000 0%,
  #1c255f 40%,
  #1f2b74 50%,
  #1c255f 60%,
  #000 100%
);
  color: #fff;
  padding: 60px 0; /* 高めの高さ */
  font-size: 0.9rem;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-logo img {
  width: 84px;
  height: 40px;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.company-name {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

footer .copyright {
  font-size: 0.8rem;
  opacity: 0.7;
}

 footer {
    padding: 40px 0;
    font-size: 0.85rem;
  }

  .footer-inner {
    padding: 0 15px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .footer-logo img {
    width: 70px;
    height: auto;
  }

  .footer-nav ul {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  .footer-nav a {
    font-size: 0.95rem;
  }

  .company-name {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  footer .copyright {
    font-size: 0.75rem;
  }



  .footer-nav ul {
    flex-direction: column;
    gap: 12px;
  }

  .footer-nav a {
    font-size: 1rem;
  }

  .company-name {
    font-size: 1rem;
  }

  footer {
    padding: 50px 0;
  }

.footer-nav {
    display: none;
  }


nav{
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	margin-right: auto;
	margin-left: auto;
}


/**********ページレイアウト***/
.top_content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
}

.lower_content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 130px;
}




	
	
}

/* ===== spnav / pcnav 切り替え ===== */
@media screen and (max-width: 1023px) {
  .spnav {
    display: block !important;
  }
  .pcnav {
    display: none !important;
  }
}


@media screen and (max-width: 768px) {
  .spnav {
    display: block !important;
  }
  .pcnav {
    display: none !important;
  }
}


@media screen and (max-width: 820px) {
  .spnav {
    display: block !important;
  }
  .pcnav {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .spnav {
    display: none !important;
  }
  .pcnav {
    display: flex !important;
    max-width: 100%;
    flex-wrap: wrap;

  }
}

/* iPad対応：1000px以下でナビ縮小 */
@media screen and (max-width: 1100px) {
  .head_nav1 a {
    width: 100px;
    font-size: 12px;
  }
}




@media screen and (max-width: 767px) {
  #page-top {
    display: none !important;
  }
}



