@charset "utf-8";


.hd_pd{
	padding: 79px 0 0 0;
}



.navi_color{
	background-color: #033886;
}









/* コンテンツ日本語の文字色 */

body{
	font-family: 'Noto Sans JP', sans-serif;
/*	-webkit-text-size-adjust: none;*/
}





.con_cor_b {
    color: #f1ab3f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold
}

.con_cor {
    color: #f1ab3f;
	font-family: 'Noto Sans JP', sans-serif;
}

.con_font_j {
	font-family: 'Manrope', sans-serif;
	font-weight:bold;
    color: #f1ab3f;		
}

.con_font {
	font-family: 'Manrope', sans-serif;
	font-weight:bold;

}

.con_font_a {
	font-family: 'Manrope', sans-serif;
	font-weight:bold;
	font-size:32px;
}


.contact_font h2 {
	font-family: 'Manrope', sans-serif;
	font-weight:bold
}

/* contact背景色 */
.contact_bg_color{
	background-color: #efefef;
}

/* news背景色 */
.news_bg_color{
	background-color: #efefef;
}

/* contact背景色 */
.business_bg_color{
	background-color: #efefef;
}

/* companyinfomation背景色 */
.company_bg_color{
	background-color: #efefef;
}











/* nav-itemの文字色 */
.navbar .navbar-nav .nav-link {
    color: #fff;
}
/* nav-item activeの文字色 */
.navbar .navbar-nav .active > .nav-link {
    color: #fff;
}
/* nav-item:focus、nav-item:hoverの文字色 */
.navbar .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #9A9A9A;
}
/* ドロップダウンアイテムの文字色 */
.dropdown-item {
    color: #033886;
}

/* スマホメニューの色 */
.navbar-toggler{
  /* 枠線 */
  border-color: #FFFFFF
}

/* スマホメニューの色 */
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.footer_color{
	background-color: #033886;
}





/*ボタンアニメーション背景グレー*/

.abutton {
  position: relative;
  display: inline-block;
  padding: .4em 2em 0.5em 0.5em;
  background-color: #efefef;
  border: 2px solid #f1ab3f;
  color: #f1ab3f;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-family: 'Manrope', sans-serif;	
}
.abutton::after {
  position: absolute;
  top: 50%;
  right: .8em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #f1ab3f;
  opacity: 1;
}
.abutton:hover::after {
  animation: arrow 1.2s infinite;
}

.abutton:hover {
  text-decoration: none;
  color: #f1ab3f;	
}



/*ボタンアニメーション背景白*/

.abuttonw {
  position: relative;
  display: inline-block;
  padding: .4em 2em 0.5em 0.5em;
  background-color: #fff;
  border: 2px solid #f1ab3f;
  color: #f1ab3f;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-family: 'Manrope', sans-serif;

}
.abuttonw::after {
  position: absolute;
  top: 50%;
  right: .8em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #f1ab3f;
  opacity: 1;
}
.abuttonw:hover::after {
  animation: arrow 1.2s infinite;
}

.abuttonw:hover {
  text-decoration: none;
  color: #f1ab3f;	
}


@keyframes arrow {
  50% {
    right: .2em;
    opacity: 1;
  }
  100% {
    right: -.4em;
    opacity: 0;
  }
}





.detail_m{
	margin-top: 100px;
}

.detail_p{
	margin-top: 100px;
}

.detail_s{
	margin-top: 25px;
}

/*フォントサイズ指定*/

.ft-l{
	font-size:26px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;	
}


.ft-l_a{
	font-size:34px;
	font-family: 'Manrope', sans-serif;
	text-align: center;	
}


.ft-l_j{
	font-size:32px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;		
}













/*スクロールアップ*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}




















/*hoverリンクイメージ*/

figure.snip1432 {
  font-family: 'Manrope', sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0px;
  min-width: auto;
  max-width: 538px;
  width: 100%;
  background: #000000;
/*  color: #FFFFFF;*/
  text-align: left;
}
figure.snip1432 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1432 img {
  opacity: 0.8;
  width: 100%;
  vertical-align: top;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1432 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip1432 figcaption > div {
  height: 80%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
figure.snip1432 h2,
figure.snip1432 h3 {
  margin: 0;
  position: absolute;
  left: 0;
  padding: 0 30px;
  text-transform: uppercase;
}
figure.snip1432 h2 {
  font-weight: 900;
  top: 0;
}
figure.snip1432 h3 {
  font-size: 1em;
  bottom: 0;
  font-weight: 500;
}
figure.snip1432 h3:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
figure.snip1432 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1432:hover img,
figure.snip1432.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1432:hover figcaption h3:first-of-type,
figure.snip1432.hover figcaption h3:first-of-type {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  opacity: 0;
}
figure.snip1432:hover figcaption h3:nth-of-type(2),
figure.snip1432.hover figcaption h3:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}







/*itemテーブル用フォントサイズ*/
.table_fs {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:0.8em;
}

/*テーブル用上下中央*/
.tbl_midl td, th {
    vertical-align: middle;	
}

.tbl_mxw td {
	width:100%;
}








/*アンカー調整*/

a.anchor {
    display: block;
    position: relative;
    top: -79px;
    visibility: hidden;
}



/*itemlist高さ調整*/
.item_pb{
	padding-bottom: 75px;
}


/*ニュース用テキストデコレーション*/

.nws_link a{
	text-decoration: none;
	color:#000000;
} 







/*テキストデコレーション打消し*/

.td_elase a{
	text-decoration: none;
	color: #000000;
}

.td_elase hover{
	text-decoration: none;
	color: #000000;
}

/*会社概要*/

.about_kf_s{
	font-size:22px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;	
}

.about_kf{
	font-size:30px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;	
}

/*recruit*/

.rec_kf{
	font-size:30px;
	font-family: 'Noto Sans JP', sans-serif;
}

.rec_ou{
	font-size:1.2em;
}

.rec_ky{
	font-size:3em;
}

/*アイテム設定*/

.item_ft{
	font-size: 0.75em;
}

.item_bg{
	background-color: #FFEFD5;
}




/*事業案内フォント指定*/

.beifunen_l_ft{
	font-size: 4em;
	font-family: 'Noto Sans JP', sans-serif;
}

.beifunen_m_ft{
	font-size: 1.5em;
	font-family: 'Noto Sans JP', sans-serif;
}

.beifunen_s_ft{
	font-size: 1em;
	font-family: 'Noto Sans JP', sans-serif;
}

.beifunen_a_ft {
	font-size: 2.8em;	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;	
}


.ft_big{
	font-size: 1.7em;	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;	
}

.ft_lbig{
	font-size: 1.5em;	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;	
}

.funen_ss{
	font-size: 1.3em;
	color: red;
	
}

.font_dike{
	font-size: 1.1em;
}


/*フッター固定*/

.foot_b{
	height:290px;
	width:100%;
	position:absolute;
	bottom:0;
}



/*ＨＯＭＥ　小文字アルファベット打消し*/

.boxp{
	padding-top: 18px;
}


.box1p{
	padding-top: 20px;
}



/*改行削除*/

@media screen and (min-width: 768px){
.br-sp {display: none; }
}




@media screen and (max-width: 480px) {
 
.foget_b br {
    display: none;
  }
	
.about_kf{
	font-size:20px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
}
	
.about_kf_s{
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;	
}	
	
	
	
.rec_kf{
	font-size:18px;
	font-family: 'Noto Sans JP', sans-serif;
}
	 	
.nws_link{
	text-decoration: underline;
}
	
.rec_ky{
	font-size:1.2em;
}
	
	
/*カタログダウンロード	スペース*/
.detail_m{
	margin-top: 20px;
}	

	
.detail_p{
	margin-top: 0px;
}	
	
.detail_s{
	margin-top: 0px;
}
	
	
	
	
	
/*フォントサイズスマホ*/	
.ft-l{
	font-size:18px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;		
}	
	
.ft-l_a{
	font-size:26px;
	font-family: 'Manrope', sans-serif;
	text-align: center;	
}	
	
	
.ft-l_j{
	font-size:26px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;		
}	
	
.con_font_a {
	font-family: 'Manrope', sans-serif;
	font-weight:bold;
	font-size:28px;
}	
	
.hd_pd{
	padding: 68px 0 0 0;
}	
	
.boxp{
	padding-top: 0px;
	padding-bottom: 20px;	
}	

	
.box1p{
	padding-top: 0px;
}	
	
a.anchor {
    display: block;
    position: relative;
    top: -68px;
    visibility: hidden;
}

.ft_big{
	font-size: 1em;	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;	
}

.ft_lbig{
	font-size: 1em;	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;	
}
	
.smart_s{
	padding-top: 14px;	
	}
	
	
}



/*問い合わせページフォント指定*/

.contact_ft{
	font-size:0.8em;
	color:#FF0000
}






/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
/*2.上下の動きを指定*/
.updown {transform: translateY(-100px);}
.downup {transform: translateY(100px);}
 
/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}


/*scrollanimeフェードイン

scrollanime updown上から下へフェードイン

scrollanime downup下から上へフェードイン

scrollanime slide-right右から左へフェードイン

scrollanime slide-left左から右へフェードイン*/


/*以下遅延の指定*/
.ani01 {animation-delay: 1s;}
.ani02 {animation-delay: 2s;}
.ani03 {animation-delay: 3s;}
.ani04 {animation-delay: 4s;}
.ani05 {animation-delay: 5s;}
.ani06 {animation-delay: 6s;}














/*----------------------------------------------------
  .tabletrance
----------------------------------------------------*/
.trance th  {
	width: 13%;
    font-size: 12px;
}
.trance td  {
	text-align: left;
	font-size:12px;
}
.trance td:first-child  { text-align: left; }

@media only screen and (max-width: 800px) { 
  .trance { 
    display: block; 
    width: 100%; 
    margin: 0 -10px;
  }
  .trance thead{ 
    display: block; 
    float: left;
    overflow-x:scroll;
  }
  .trance tbody{ 
    display: block; 
    width: auto; 
    overflow-x: auto; 
    white-space: nowrap;
  }
  .trance th{ 
    display: block;
    width:auto;
  }
  .trance tbody tr{ 
    display: inline-block; 
    margin: 0 -3px;
  }
  .trance td{ 
    display: block;
  }
}


/*----------------------------------------------------
sns
----------------------------------------------------*/
.sns {
  margin-top: 28px;
}
.sns__inner {
  display: flex;
  align-items: center;
}
.sns__item {
  margin-right: 28px;
}
.sns__item img {
  width: 44px;
  height: auto;
  display: block;
}

#navbarContent .sns {
  display: none;
}

@media (max-width: 750px) {
  #navbarContent .sns {
    display: block;
  }
  #navbarContent .sns {
    margin: 20px 0;
  }
  #navbarContent .sns__item {
    margin-left: 25px;
    margin-right: 0;
  }
}