@charset "utf-8";



*{
	font-family:'Noto Sans JP', sans-serif;
line-height: 1.7em;
letter-spacing: 0.05em;
font-weight: 500;
}



#wrapper{
	width: 100%;
position: relative;
    overflow: hidden;
}
/* .fixed_wrapper{
margin-top: 119px;
} */



#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 10px;
	z-index: 100;
}

#page-top a {
    text-decoration: none;
    width: 100%;
    text-align: center;
    display: block;
    color: #2756a4;
    font-weight: bold;
    background-color: #ffffff;
    padding-top: 8px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    font-size: 10px;
    border: 1px #222 solid;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    }



#page-top a::before{
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #221714;
	border-left: 8px solid transparent;
	content: "";
	display: inline-block;
	margin: 0px 0px 0px 0px;
	transition: 0.5s ease-in-out;
}


#page-top a i{
    font-size: 40px;
}




/*　　　　　　　　　　　　--ヘッダー--　　　　　　　　　　　　　　　*/
header{
    width: 100%;
    background-size: cover;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
    top: 0px;
    position: absolute;
    transition: 0.5s ease-in-out;
}
header.under{

	    position: relative;
}



#head_inner{
	width: 90%;
	margin: 0px auto 0px;
	position: relative;
	padding: 20px 0px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header_logo{
	/* max-width: 330px; */
	width: 70%;
	margin: 0px 0 0px 0;
}
#header_logo a{display: block;line-height: 0;transition: 0.5s ease-in-out;padding: 0px 0px;}




#header_logo img{
	
width: 100%;
}


#head_inner .right{

width: 30%;

margin: 0px 0 0 auto;

display: flex;

justify-content: flex-end;
}


#head_btn_block{

width: 100%;

margin: 0px 0% 0 0;

display: flex;

align-items: center;
}


#head_btn_block .btn_en {
    width: 35%;
    /* max-width: 150px; */
    display: none;
}

#head_btn_block .btn_en a{
	font-weight: bold;
	color: #ffffff;
	font-size: 0.8vw;
	background: #2756a4;
	display: block;
	padding: 8px 8px;
	text-align: center;
	/* border: 1px #8e8e8e solid; */
	transition: 0.5s ease-in-out;
	/* border: 1px #222 solid; */
	/* box-shadow: -8px 8px 0px #222; */
}



#head_btn_block article{
	color: #e40000;
	font-weight: bold;
	font-size: 1.3vw;
	display: flex;
	margin: 0px 0px 0 auto;
	align-items: center;
	/* max-width: 220px; */
	/* width: 50%; */
	justify-content: space-between;
	/* display: none; */
}

#head_btn_block article .tel{
display: none;
}

#head_btn_block article img{width: 100%;display: block;}








#head_btn_block .btn_lang{
    position: relative;
    width: 60%;
    max-width: 200px;
    margin: 0 0% 0 auto;
    font-weight: bold;
    color: #ffffff;
    font-size: 0.8vw;
    text-align: center;
    /* border: 1px #8e8e8e solid; */
    transition: 0.5s ease-in-out;
    /* border: 1px #231815 solid; */
    /* box-shadow: -8px 8px 0px #231815; */
    cursor: pointer;
}


#head_btn_block .btn_lang_text{background: #2756a4;display: block;padding: 8px 8px;font-size: 12px;}


#head_btn_block ul.lang_list{
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
}
#head_btn_block ul.lang_list li{

border-bottom: 1px #231815 solid;
}
#head_btn_block ul.lang_list li a{display: block;background: #fff;padding: 8px 4px;font-size: 14px;color: #231815;width: 100%;transition: 0.5s ease-in-out;}




#head_btn_block ul{
	display: none;
	justify-content: space-between;
	align-items: center;
}
#head_btn_block ul li{

}




#head_btn_block ul li:last-child img{width: 100%;transition: 0.5s ease-in-out;}

#head_btn_block ul li a{font-size: 12px;color: #fff;}



#head_btn_block .btn_contact{width: 65%;/* max-width: 150px; */display: none;}

#head_btn_block .btn_contact a{
	font-weight: bold;
	color: #e40000;
	font-size: 0.8vw;
	/* background: #F8F8F8; */
	display: block;
	padding: 8px 8px;
	text-align: center;
	border: 1px #8e8e8e solid;
	transition: 0.5s ease-in-out;
	border: 1px #342d2b solid;
	/* box-shadow: -8px 8px 0px #342d2b; */
}
#head_btn_block .btn_contact a::before{
width: 0;
height: 0;
border-top: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 10px solid #342d2b;
content: "";
display: inline-block;
	transition: 0.5s ease-in-out;
}


#head_btn_block .btn_contact img{display: inline-block;vertical-align: middle;margin: 0 8px 0 0;}


#head_btn_block .btn_contact a i{color: #fff;margin: 0 8px 0 0;}





#btn_open_modal{
    padding: 0px;
    width: 100%;
    display: none;
    text-align: center;
    line-height: 0;
    max-width: 30px;
    transition: 0.5s ease-in-out;
    margin: 0 0 0 auto;

}
#btn_open_modal a{
	color: #fff;
}


#btn_open_modal img{

width: 100%;

display: block;

margin: 0px auto 0px;
}
#btn_open_modal span{
	color: #fff;
	font-size: 10px;
	display: block;
	margin: 0 0 2px 0;
}




#btn_open_modal{display: block;}


#modal_area{
	position: absolute;
	z-index: 1;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0.9),rgb(255, 255, 255))!important;
	display: none;
}

.close-modal_area{
	color: #fff;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 0%;
	vertical-align: middle;
	padding: 24px 0;
	bottom: auto;
	text-align: center;
	left: auto;
	right: 0%;
	height: 20px;
	width: 100%;
	font-size: 24px;
	z-index: 1;
	line-height: 0;
	z-index: 9999;
	cursor: pointer;
	background: #2756a4;
	transition: 0.5s ease-in-out;
}




#modal_logo_area{
	width: 100%;
	position: relative;
	display: flex;
	    align-items: center;
}

#modal_logo{
  width: 40%;
  position: relative;
      padding: 2% 0 2% 2%;
}


.modal_bt_tel01{
margin: 0 0 20px;
}
.modal_bt_tel01 a{
	background: #999999;
	    /* transition: 0.5s ease-in-out; */
	    position: relative;
	    padding: 10px;
	    color: #fff;
	    border-radius: 5px;
	    box-shadow: 1px 0px 10px #6b8094;
	    z-index: 0;
	    display: flex;
	    width: 60%;
	    flex-direction: column;
	    margin: 0 auto;
}
.modal_bt_tel01 a i{
	position: absolute;
	top: auto;
	left: 15px;
	bottom: 25%;
	font-size: 7vw;
}

.modal_bt_tel01 a span:nth-of-type(1){
	display: block;
	text-align: center;
	font-size: 3vw;
	padding: 0 0 0 30px;
}
.modal_bt_tel01 a span:nth-of-type(2){
	display: block;
	text-align: center;
	font-size: 4vw;
	padding: 0 0 0 30px;
}




.modal-content{
  padding: 72px 0 0 0;
  position: relative;
  z-index: 0;
}


.modal-content > ul{
  /* max-width: 960px; */
  margin: 0px auto 0px;
  /* display: flex; */
  width: 90%;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.modal-content > ul > li{
  width: 100%;
  margin: 0px 0% 32px 0;
}


.modal-content > ul > li:nth-child(3n) {
    margin-right: 0;
}

.modal-content > ul > li > a{
	color: #2756a4;
	border-bottom: 1px #333 solid;
	padding: 0 0 4px 0;
	margin: 0 0 8px 0;
	font-size: 16px;
	display: block;
	width: 100%;
	font-weight: bold;
	transition: 0.5s ease-in-out;
}




.modal-content > ul > li > ul{

margin: 0 0 0 8%;

width: auto;
}

.modal-content > ul > li > ul > li{

}

.modal-content > ul > li > ul > li > a{
  color: #010101;
  position: relative;
  z-index: 0;
  font-size: 14px;
  padding: 0px 0px 0% 0;
  display: block;
}

.modal-content > ul > li > a i{margin: 0 2% 0 0;color: #999999;}



/*モーダルここまで*/




/* スクロール後ヘッダー固定レイアウト *//* スクロール後ヘッダー固定レイアウト *//* スクロール後ヘッダー固定レイアウト */
header.fixed_header{
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 0 0px;
  /* position: absolute; */
  z-index: 100000;
  position: fixed;
  /* display: flex; */
  flex-direction: row-reverse;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0px;
  transition: 0.5s ease-in-out;
  box-shadow: 0px 0px 1px #342d2b;
}

header.fixed_header #head_inner{
display: flex;
}


header.fixed_header #globalNavi ul li.btn_contact{display: flex;}





/* スクロール後ヘッダー固定レイアウト ここまで*//* スクロール後ヘッダー固定レイアウト ここまで*//* スクロール後ヘッダー固定レイアウト ここまで*/






/*グローバルナビ*/

#globalNavi{
	/* box-shadow: 0px 1px 1px #a29b8c; */
	/* border-bottom: 1px #e2e2e2 solid; */
	/* border-top: 1px #e2e2e2 solid; */
	/* position: absolute; */
	/* left: 0; */
	/* right: 0; */
	/* top: auto; */
	/* margin: 0 auto; */
	/* z-index: 10; */
	/* bottom: 0; */
	margin: 0px 0 0px;
	/* background: #342d2b; */
	width: 100%;
	display: none;
}

#globalNavi ul{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

#globalNavi ul li:first-child{
   
}

#globalNavi ul li{
	box-sizing: border-box;
	width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}


#globalNavi ul li:last-child{
}



#globalNavi ul li.btn_contact{
display: none;
}







#globalNavi ul li a{
	color: #342d2b;
	font-weight: bold;
	font-size: 0.8vw;
	text-align: center;
	display: block;
	padding: 12px 8px;
	margin: 0px 0 0px;
	transition: 0.5s ease-in-out;
	width: 100%;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

#globalNavi ul li:first-child a{

}


/*グローバルナビ*/


/* ドロップダウン */

.globalNavi_dropd{
	position: relative;

}

.globalNavi_dropd ul{
	display: block!important;
	position: absolute!important;
	top: 0px!important;
	left: 0!important;
	width: 100%!important;
	margin: 0 0!important;
	padding: 0!important;
	transition: 0.5s ease-in-out!important;
    background: rgba(51, 51, 51, 0.8)!important;
	opacity: 0!important;
	z-index: -1;
	pointer-events: none!important;
}

.globalNavi_dropd ul li{

		
}

.globalNavi_dropd ul li a{
	border-left: none!important;
			border-right: none!important;
 border-bottom: 1px #fff solid!important;
 padding: 8px 0px!important;
margin: 0px 0 0px!important;
    background: rgba(51, 51, 51, 0.8)!important;
font-size: 14px!important;
}

/* ドロップダウンここまで */




/*　　　　　　　　　　　　--ヘッダーここまで　--　　　　　　　　　　　　　　　*/















main{
	position: relative;
	    z-index: 0;
}








/*　　　　　　　　　　　　--トップ--　　　　　　　　　　　　　　　*/




/*メイン画像　基本スライダー　背景ベース*/


.mainImage_area01{position: relative;/* overflow: hidden; */box-shadow: 0px 0px 1px #231815;}
.mainImage_area01 .catch01 {
	/* max-width: 1024px; */
	width: 90%;
	margin: 0 5% 0 5%;
	position: absolute;
	left: 0;
	right: 0%;
	top: 32%;
	z-index: 1;
	/* text-shadow: 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff,0px 0px 2px #ffffff, 0px 0px 2px #ffffff,0px 0px 2px #ffffff, 0px 0px 2px #ffffff,0px 0px 2px #ffffff, 0px 0px 2px #ffffff,0px 0px 2px #ffffff, 0px 0px 2px #ffffff,0px 0px 2px #ffffff, 0px 0px 2px #ffffff,0px 0px 2px #ffffff, 0px 0px 2px #ffffff,0px 0px 2px #ffffff, 0px 0px 2px #ffffff,0px 0px 2px #ffffff, 0px 0px 2px #ffffff,0px 0px 2px #ffffff, 0px 0px 2px #ffffff; */
	color: #fff;
	font-weight: bold;
	/* display: flex; */
	justify-content: flex-end;
	background: rgba(81,218,218,0.8);
	padding: 24px;
}
.mainImage_area01 .catch01 li:nth-child(1){font-size: 7.6vw;line-height: 2;letter-spacing: -0.01em;/* writing-mode: vertical-rl; *//* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; */display: block;position: relative;margin: 0 0px 0px 0px;/* text-align: center; */border-bottom: 1px solid #fff;}
.mainImage_area01 .catch01 li:nth-child(2){
	font-size: 4.8vw;
	line-height: 2;
	letter-spacing: -0.01em;
	/* writing-mode: vertical-rl; */
	/* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; */
	/* text-align: center; */
}
.mainImage_area01 .catch01 li:nth-child(3){
	font-size: 2.8vw;
	line-height: 2;
	letter-spacing: 0.1em;
	/* writing-mode: vertical-rl; */
	/* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; */
	/* text-align: center; */
	/* max-width: 1024px; */
	/* width: 100%; */
	/* margin: 0 auto 0; */
}
.mainImage_area01 .catch01 li:nth-child(4){
	font-size: 2vw;
	line-height: 3;
	letter-spacing: 0.1em;
	writing-mode: vertical-rl;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.mainImage_area01 .catch01 li span{
	font-size: 88px;
}


.mainImage_area01 .obj01 {
	max-width: 720px;
	width: 90%;
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	z-index: 1;
	margin: 0 auto;

}
.mainImage_area01 .obj01 img{
	width: 100%;
	max-width: 230px;
	position: absolute;
	left: auto;
	right: -22%;
}

.video_wrap{
line-height: 0;

}


.video_wrap video {
    width: 136%;
    height: 100%;
    object-fit: cover;
    margin: 0px 0 0 -18%;
}








#bg_mainImage{height: 480px;}








/* トップ新着情報 */


.top-news{
	/* width: 90%;
	max-width: 960px; */
	margin: 0px auto 0px;
	position: relative;
	/* top: 0; */
	/* left: 0; */
	/* z-index: 100; */
	/* right: 0; */
	/* display: flex; */
	align-items: center;
	width: 100%;
	background: #eee;
	padding: 24px 0;
}

.top-news h2.title01 {margin: 0 auto 0;width: 100%;font-size: 26px;color: #2756a4;}


.top-news h2.title01 {margin: 0 auto 0;width: 100%;font-size: 2.6vw;color: #2756a4;display:block;}

.top-news h2.title01 span:nth-child(1){
    margin: 0 auto 0;
    width: 100%;
    max-width: 1024px;
    font-size: 6vw;
    color: #353535;
    border-bottom: 1px #333 solid;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    letter-spacing: 0.06em;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;

}
.top-news h2.title01 span:nth-child(2){
	margin: 16px auto 0;
	width: 100%;
	font-size: 3vw;
	color: #2756a4;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}


.top-news > .inner{
	margin: 40px auto 32px auto;
	width: 90%;
}

.top-news > .inner .contents{
display: none;
}

.top-news > .inner .content_all{
display: block;
}



.top-news > .inner article{
	margin: 0 0 16px 0;
	border-bottom: 1px #999 dotted;
	padding: 0 0 16px 0;
	position: relative;
}


.top-news .btn01{

	width: 90%;
}









/* リンクがいる場合 */


.top-news > .inner article > a{
display: flex;
color: #222;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
align-items: center;
}
.top-news > .inner article > a > .icon_box{
display:  flex;
align-items: center;
}
.top-news > .inner article > a > .title{
font-size: 14px;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 70%;
}


.top-news > .inner article > a > .icon_box > span.icon01{
	font-size: 14px;
		background: #2BAC78;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 2px 0px 2px 0px;
	display: block;
	margin: 0 24px 0 0px;
	width: 80px;
}
.top-news > .inner article > a > .icon_box > span.icon02{
	font-size: 14px;
	background: #D15268;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 2px 0px 2px 0px;
	display: block;
	margin: 0 24px 0 0px;
	width: 80px;
}


.top-news > .inner article > a > .icon_box > .date{
	font-size: 14px;
	    margin: 0 24px 0 0px;
	    font-weight: bold;
	    width: 85px;
}



/* リンクがなし場合 */
.top-news > .inner article > div{
	/* display: flex; */
	color: #222;
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	align-items: center;
}
.top-news > .inner article > div > .icon_box{display:  flex;align-items: center;width: 215px;margin: 0 0 8px 0;}
.top-news > .inner article > div > .title{
	    /* white-space: nowrap; */
	    /* overflow: hidden; */
	    /* text-overflow: ellipsis; */
	    /* width: 80%; */
	    /* min-width: 747px; */
	    /* width: 747px; */
}

.top-news > .inner article > div > .title a{
	font-weight: bold;
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* width: 80%; */
	/* min-width: 747px; */
	font-size: 12px;
	width: 100%;
	transition: 0.5s ease-in-out;
	line-height: 1;
}
.top-news > .inner article > div > .title span{
	/* font-weight: bold; */
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* width: 80%; */
	/* min-width: 747px; */
	font-size: 12px;
	width: 100%;
	transition: 0.5s ease-in-out;
	line-height: 1;
}




.top-news > .inner article > div > .icon_box > span.icon01{
	font-size: 12px;
	background: #f8f8f8;
	color: #222;
	border: 1px #8e8e8e solid;
	/* border-radius: 2px; */
	text-align: center;
	padding: 2px 0px 2px 0px;
	display: block;
	margin: 0 0px 0 0px;
	width: 90px;
}
.top-news > .inner article > div > .icon_box > span.icon02{
	font-size: 12px;
	background: #2abba7;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 2px 0px 2px 0px;
	display: block;
	margin: 0 0px 0 0px;
	width: 90px;
}

.top-news > .inner article > div > .icon_box > span.icon03{
	font-size: 12px;
	background: #2756a4;
	color: #fff;
	/* border-radius: 2px; */
	text-align: center;
	padding: 2px 0px 2px 0px;
	display: block;
	margin: 0 24px 0 0px;
	width: 90px;
}



.top-news > .inner article > div > .icon_box > .date{
	font-size: 12px;
	margin: 0 0px 0 0px;
	font-weight: bold;
	width: 95px;
}



/* トップ新着情報 ここまで*/






/* トップ関連会社 */
.top-group_company{margin: 40px auto 40px auto;padding: 0% 0;width: 90%;}
    
    .top-group_company .inner{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        margin: 0px auto 0;
    }
    
    .top-group_company .inner article{
        /* display: flex; */
        /* background: #231815; */
        position: relative;
        width: 100%;
        margin: 0 auto 8px auto;
    }

 
    
    .top-group_company .inner article:nth-of-type(2){
    flex-direction:row-reverse;
    }
    
    .top-group_company .inner article figure{
        width: 100%;
        line-height: 0;
        overflow: hidden;
    }

    
    .top-group_company .inner article figure img{
        height: 100%;
        width: 100%;
        object-fit: cover;
          transition: 0.8s ease-in-out;
    }

    .top-group_company .inner article dl{
        
width: 100%;
        
height: 100%;
        
/* min-width: 660px; */
        
padding: 4% 6% 0%;
        
/* background: linear-gradient(90deg,#2756a4,rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.6)); */
        
background: rgba(0, 0, 0, 0.6);
        
margin: 0 0 0px auto;
        
position: absolute;
        
top: 0%;
        
left: 0;
        
right: 0;
        
box-shadow: 0px 0px 2px #231815;
    }



    .top-group_company .inner article dl dt{width: 100%;font-size: 16px;color: #ffffff;text-align: center;font-weight: bold;margin: 0px 0 24px 0;position: relative;/* text-shadow: 1px 1px 2px #2756a4; */z-index: 0;letter-spacing: 0.06em;}
    .top-group_company .inner article dl dd{
        
    color: #231815;
        
    margin: 24px auto 0;
    }
    .top-group_company .inner article dl dd:nth-of-type(2){/* position: absolute; *//* top: 13%; *//* left: auto; *//* right: 0%; */width: 70%;/* z-index: -1; */}
    .top-group_company .inner article dl dd:nth-of-type(2) img{
    width: 100%;
        }
    




/* トップ設備 製品*/

.top-setsubi_prod{
	
margin: 0px auto 0px auto;
	
width: 90%;
	
}
        
        .top-setsubi_prod .inner{
            /* display: flex; */
            /* justify-content: space-between; */
            /* flex-wrap: wrap; */
            margin: 32px auto 32px;
            width: 100%;
            max-width: 1024px;
        }
        
        .top-setsubi_prod .inner article{
            /* display: flex; */
            /* background: #231815; */
            position: relative;
            width: 100%;
            margin: 0 0 8px 0;
        }
    
     
        
        .top-setsubi_prod .inner article:nth-of-type(2){
        flex-direction:row-reverse;
        }
        
        .top-setsubi_prod .inner article figure{
            width: 100%;
            line-height: 0;
            overflow: hidden;
        }
    
        
        .top-setsubi_prod .inner article figure img{
            height: 100%;
            width: 100%;
            object-fit: cover;
              transition: 0.8s ease-in-out;
        }

        .top-setsubi_prod .inner article dl{
            
width: 100%;
            
height: 100%;
            
/* min-width: 660px; */
            
background: rgba(0, 0, 0, 0.6);
            
margin: 0 0 0px auto;
            
padding: 22% 6% 0%;
            
position: absolute;
            
top: 0%;
            
left: 0;
            
right: 0;
            
box-shadow: 0px 0px 2px #231815;
        }
    
    
    
        .top-setsubi_prod .inner article dl dt{width: 100%;font-size: 24px;color: #ffffff;text-align: center;font-weight: bold;margin: 0px 0 24px 0;position: relative;/* text-shadow: 1px 1px 2px #2756a4; */z-index: 0;letter-spacing: 0.06em;}
        .top-setsubi_prod .inner article dl dd{
            
        color: #231815;
            
        margin: 24px auto 0;
        }
        .top-setsubi_prod .inner article dl dd:nth-of-type(2){/* position: absolute; *//* top: 13%; *//* left: auto; *//* right: 0%; */width: 70%;/* z-index: -1; */}
        .top-setsubi_prod .inner article dl dd:nth-of-type(2) img{
        width: 100%;
            }
        
        .top-setsubi_prod .inner article dl dd.btn01{
            
        }
        .top-setsubi_prod .inner article dl dd.btn01 a{
            border: 1px #fff solid;
            /* box-shadow: 0px 0px 12px #2756a4; */
            color: #ffffff;
            font-size: 16px;
            }
        


        /* トップ設備 製品ここまで*/







/*about us */
.top-aboutus{
	    margin: 72px auto 72px auto;
	    width: 90%;
	    padding: 0% 0;
	    position: relative;
}



.top-aboutus h2.title01 {margin: 0 auto 0;width: 100%;color: #2756a4;display:block;}




.top-aboutus .inner{margin: 24px auto 0;width: 100%;max-width: 1024px;color: #fff;padding: 24px;background: rgba(53, 53, 53, 0.9);font-size: 12px;}

.top-aboutus .inner article{
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 3% 0 0;
	width: 75%;
	max-width: 1024px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.top-aboutus figure{width: 90%;/* position: absolute; */bottom: -10%;overflow: hidden;z-index: -1;margin: 0 auto;}
.top-aboutus figure img{width: 200%;/* height: 100%; */display: block;/* object-fit: cover; */margin: 0 0 0 -100%;}



.top-aboutus .inner article:nth-of-type(2){
flex-direction:row-reverse;
}

.top-aboutus .inner article figure:nth-of-type(1){
	
width: 33%;
	
line-height: 0;
	
z-index: 1;
	
margin: 0;
	
position: relative;
	
top: 48px;
	
left: 64px;
}

.top-aboutus .inner article figure:nth-of-type(1) img{
	/* height: 100%; */
	width: 100%;
	/* object-fit: cover; */
}

.top-aboutus .inner article figure:nth-of-type(2){width: 24%;z-index: 0;position: relative;top: -12px;}
.top-aboutus .inner article figure:nth-of-type(2) img{
width: 100%;
	}



.top-aboutus .inner article dl{
	
width: 42%;
	
padding: 0px 0px 0px;
	
/* background: linear-gradient(180deg,#ffffff,#fffcf4); */
	
margin: 0 0 0 0px;
	
/* position: absolute; */
	
top: 0%;
	
left: 0;
	
right: 0;
	
/* box-shadow: 0px 0px 2px #231815; */
}
.top-aboutus .inner article dl dt{width: 100%;font-size: 28px;color: #ffffff;/* background: #2756a4; *//* background: linear-gradient(0deg,#ffffff,#2756a4,#2756a4); *//* background: linear-gradient(0deg,#ffffff,#2756a4); *//*     text-align: center; */margin: 0px 0 24px 0;position: relative;z-index: 0;font-weight: bold;padding: 0% 0% 0% 0%;/* text-shadow: 4px 0px 0px #2756a4; */}
.top-aboutus .inner article dl dd{
	
/* color: #231815; */
	
margin: 0px auto 32px 0%;
	
font-weight: bold;
	
font-size: 18px;
}


.top-aboutus .btn01{
	width: 90%;
	/* max-width: 500px; */
	margin: 0px auto 0px;
}

.top-aboutus .btn01 a{

}


/* トップ強み */

.top-strength{
	/* background: #eee; */
	padding: 12% 0;
	margin: 0px auto 0;
	width: 90%;
}



.top-strength h2.title01 {margin: 0 auto 0;width: 100%;font-size: 2.6vw;color: #2756a4;display:block;}

.top-strength h2.title01 span:nth-child(1){
	margin: 0 auto 0;
	width: 100%;
	max-width: 1024px;
	font-size: 6vw;
	color: #2756a4;
	border-bottom: 1px #333 solid;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}
.top-strength h2.title01 span:nth-child(2){
	margin: 16px auto 0;
	width: 100%;
	font-size: 3vw;
	color: #2756a4;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}


.top-strength figure.logo{width: 40%;margin: -20% auto 0px;}

.top-strength figure.logo img{
    width: 100%;
    display: block;
    filter: drop-shadow(1px 1px 3px #40a3ff);
    color: #40a3ff;
    margin: 0px auto 0px;
}

.top-strength .inner{max-width: 1200px;width: 90%;margin: 32px auto 0;}

.top-strength .inner dl{
	
/* display: flex; */
	
/* justify-content: space-between; */
	
/* flex-wrap: wrap; */
}
.top-strength .inner dl dt{
	
font-size: 20px;
	
color: #333;
	
/* text-align: center; */
	
font-weight: bold;
	
width: 100%;
	
margin: 0 0 16px 0;
}

.top-strength .inner dl dd{
color: #333;
width: 100%;
margin: 0px 0 32px 0;
}
.top-strength .inner dl dd ul{
	margin: 16px 0 0 16px;
}
	.top-strength .inner dl dd ul li{
margin: 0 0;
display: flex; 
	}
	.top-strength .inner dl dd ul li::before
	{
		content: "■";

	}




.top-strength .inner figure{
width: 100%;
}

.top-strength .inner figure img{
width: 100%;
}


.top-strength .inner .btn01{
	margin: 16px auto 0px;
}

.top-strength .inner .btn01 a{
	padding: 16px;
}






/* トップ事例イメージ */
.top-example{
	margin: 40px auto 144px auto;
	width: 100%;
	}
	
	.top-example .inner{
		display: flex;
		/* justify-content: space-between; */
		flex-wrap: wrap;
		width: 100%;
	}
	.top-example .inner figure{

width: calc(96%/3);

/* height: 190px; */

margin: 0 1px 0;
}
	.top-example .inner figure img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}






/* トップ事業紹介 */
.top-business{
	
margin: 0px auto 0px auto;
	
width: 90%;
	}
		
		.top-business .inner{
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			width: 100%;
			margin: 16px auto 0px;
		}
		
		.top-business .inner article{
			/* display: flex; */
			/* background: #231815; */
			position: relative;
			width: 100%;
			margin: 0 0 24px 0;
		}
	
	 
		
		.top-business .inner article:nth-of-type(2){
		flex-direction:row-reverse;
		margin-bottom: 0;
		}
		
		.top-business .inner article figure{
			width: 100%;
			height: 240px;
			line-height: 0;
			overflow: hidden;
		}
	
		
		.top-business .inner article figure img{
			height: 100%;
			width: 100%;
			object-fit: cover;
			  transition: 0.8s ease-in-out;
		}

	
		.top-business .inner article dl{
			
	width: 100%;
			
	height: 100%;
			
	/* min-width: 660px; */
			
	padding: 12% 6% 0%;
			
	/* background: linear-gradient(90deg,#2756a4,rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.6)); */
			
	background: rgba(0, 0, 0, 0.6);
			
	margin: 0 0 0px auto;
			
	position: absolute;
			
	top: 0%;
			
	left: 0;
			
	right: 0;
			
	box-shadow: 0px 0px 2px #231815;
		}
	
	
	
		.top-business .inner article dl dt{width: 100%;font-size: 20px;color: #ffffff;text-align: center;font-weight: 700;margin: 0px 0 24px 0;position: relative;/* text-shadow: 1px 1px 2px #2756a4; */z-index: 0;letter-spacing: 0.06em;}
		.top-business .inner article dl dd{
			
		color: #231815;
			
		margin: 24px auto 0;
		}
		.top-business .inner article dl dd:nth-of-type(2){/* position: absolute; *//* top: 13%; *//* left: auto; *//* right: 0%; */width: 70%;/* z-index: -1; */}
		.top-business .inner article dl dd:nth-of-type(2) img{
		width: 100%;
			}
		
		.top-business .inner article dl dd.btn01{
			
		}
		.top-business .inner article dl dd.btn01 a{
			border: 1px #fff solid;
			/* box-shadow: 0px 0px 12px #2756a4; */
			color: #ffffff;
			font-size: 12px;
			}
		





/* トップリクルート */
.top-recruit{
	
position: relative;
	
margin: 72px auto 0px auto;
	
width: 90%;
	}
	.top-recruit h2.title01 {margin: 0 auto 0;width: 100%;font-size: 2.6vw;color: #2756a4;display:block;}

	.top-recruit h2.title01 span:nth-child(1){
	margin: 0 auto 0;
    width: 100%;
    max-width: 1024px;
    font-size: 6vw;
    color: #353535;
    border-bottom: 1px #333 solid;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    letter-spacing: 0.06em;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	}
	.top-recruit h2.title01 span:nth-child(2){
margin: 8px auto 0;
    width: 100%;
    font-size: 3vw;
    color: #2756a4;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;

	}
		
	.top-recruit article{/* display: flex; */width: 100%;max-width: 1200px;margin: 16px auto 0;flex-wrap: wrap;/* justify-content: flex-end; */position: relative;}
	
	.top-recruit article figure a{
		position: relative;
		display: block;
		padding: 0%;
		height: 100%;
		line-height: 0;
		overflow: hidden;
	}
	
	
	.top-recruit article figure a img{
	width: 100%;
	transition: 0.5s ease-in-out;
	}
	

.top-recruit article figure a figcaption.catch{
	font-size: 24px;
	text-shadow: 0px 0px 4px #000;
	color: #ffffff;
	font-weight: 700;
	width: 100%;
	display: block;
	position: absolute;
	top: auto;
	left: 0px;
	right: 0;
	padding: 16px;
	z-index: 2;
	}


.top-recruit article figure:nth-child(2) a figcaption.catch{
	font-size: 24px;
	text-shadow: 0px 0px 4px #000;
	color: #ffffff;
	font-weight: 700;
	width: 100%;
	display: block;
	position: absolute;
	top: auto;
	left: 0px;
	right: 0;
	bottom: 0;
	padding: 16px;
	z-index: 2;
	}

	.top-recruit article figure a figcaption.title{
		position: absolute;
		display: block;
		top: auto;
		/* right: 0; */
		bottom: 0;
		background: rgba(255, 255, 255, 0.8);
		padding: 2vw 3vw 3vw;
		z-index: 2;
		/* width: 100%; */
	}
	
.top-recruit article figure:nth-child(2) a figcaption.title {
    position: absolute;
    display: block;
    top: auto;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 16px;
    z-index: 2;
    /* width: 100%; */
}
	
.top-recruit article figure a figcaption:last-of-type span:nth-child(1){
	font-size: 5vw;
	color: #2756a4;
	font-weight: 700;
	}
.top-recruit article figure a figcaption:last-of-type span:nth-child(2){
	font-size: 2vw;
	}
	
	
	
	
	.top-recruit article figure a figcaption.catch span:nth-child(1){display: block;width: 100%;font-size: 5vw;font-weight: 700;color: #ffffff;}
	.top-recruit article figure a figcaption span:nth-child(2){display: block;width: 100%;font-size: 14px;font-weight: 700;}
	

	.top-recruit article figure:nth-of-type(2) a figcaption span:nth-child(1) {
		letter-spacing:-0.09em; 
		 }
		 .top-recruit article figure:nth-of-type(3) a figcaption span:nth-child(1) {
			letter-spacing: 0.1em;
		}
	


	.top-recruit article figure:nth-of-type(1){
	
width: 100%;
	
height: 300px;
	
/* position: absolute; */
	
top: 0;
	
left: 0;
	
margin: 0 0 16px 0;
	}
	.top-recruit article figure:nth-of-type(2){
	height: 200px;
	width: 100%;
	margin: 0 0% 16px 0;
	}
.top-recruit article figure:nth-of-type(2) img{

width: 190%;

}
	
	.top-recruit article figure:nth-of-type(3){
	
width: 100%;
	
height: 240px;
	
margin: 0 0 16px 0;
	}
	
	

	
	
	.top-recruit article figure:nth-of-type(5){
	
width: 100%;
	
height: 240px;
	
margin: 0 0 0 0%;
	}
	.top-recruit article figure:nth-of-type(4){
		margin: 0 0 16px 0;
		width: 100%;
		height: 240px;
	}
	
	
	


/* トップアクセス */

.top-access{
	display: block;
	width: 100%;
	margin: 40px 0 -184px 0;
}

.top-access iframe{
	display: block;
	width: 100%;
	height: 400px;
}




/*　　　　　　　　　　　　--トップここまで--　　　　　　　　　　　　　　　*/


/* ボタン共通 */

.btn01 {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.btn01 a {
    width: 100%;
    color: #fff;
    background: #2756a4;
    display: block;
    padding: 8px 8px;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    font-weight: bold;
    font-size: 14px;
    border: 1px #ffffff solid;
}

.btn01 a i{
margin: 0 8px 0 0;

}


.btn02 {
    display: block;
    width: 360px;
    margin: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin: 0 auto;
		position: relative;
    z-index: 1;
}
.btn02 a {
      width: 100%;
      color: #ffffff;
      background: #2756a4;
      display: block;
      padding: 16px 32px;
      text-align: center;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      font-weight: bold;
      font-size: 16px;
      border-radius: 32px;
}
.btn02 a i{
  color: #fff;
  margin: 0 8px 0 8px;
}


input.btn01 {
    display: block;
    width: 270px;
    color: #fff;
    background: #2756a4;
    font-size: 16px;
    padding: 8px 0px;
    border: solid 1px #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
		position: relative;
    z-index: 1;
}


/* ボタン共通 ここまで*/


/* 下層共通 *//* 下層共通 *//* 下層共通 *//* 下層共通 *//* 下層共通 *//* 下層共通 *//* 下層共通 */



/* 下層メイン画像 */
#mainImage_u {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	/* height: 132px; */
	max-width: 1920px;
	position: relative;
	/* overflow: hidden; */
}

.title_box {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position: absolute;
	top: 30%;
	bottom: auto;
	left: 0;
	right: 0;
}



.title_txt:nth-child(1){
  font-size: 32px;
  /* font-family: "游明朝"; */
  font-weight: bold;
  position: relative;
  z-index: 1;
  /* text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff; */
  color: #fff;
  /* padding: 0px 56px 0px; */
  margin: 0 auto;
  width: 100%;
  /* max-width: 600px; */
  /* background: rgba(255, 255, 255, 0.8); */
  text-align: center;
  /* border: 1px #342d2b solid; */
  border-bottom: none;
}






#mainImage_u .img_box{
  /* z-index: 10; */
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
#mainImage_u .img_box img{
  width: 200%;
  height: 100%;
  display: block;
  margin: 0 0 0 -50%;
}


#mainImage_u .img_box02{
  z-index: 10;
  position: relative;
}
#mainImage_u .img_box02 img{
  position: absolute;
  top: auto;
  width: 25%;
  /* height: 100%; */
  left: auto;
  right: 5%;
  bottom: 0;
  z-index: 20;
  margin: 0 auto;
}





/* 採用情報メイン画像 */
.mainImage_recruit .title_txt:nth-child(1) {
    font-size: 56px;
    font-family: "游明朝";
    font-weight: bold;
    position: relative;
    z-index: 1;
    /* text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff; */
    color: #fff;
    /* padding: 0px 56px 0px; */
    margin: 0 auto;
    width: 100%;
    /* max-width: 600px; */
    /* background: rgba(255, 255, 255, 0.8); */
    text-align: center;
    /* border: 1px #342d2b solid; */
    border-bottom: none;
}
.mainImage_recruit .title_txt:nth-child(2) {
    font-size: 23px;
    /* font-family: "游明朝"; */
    font-weight: bold;
    position: relative;
    z-index: 1;
    /* text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff; */
    color: #fff;
    /* padding: 0px 56px 0px; */
    margin: 0 auto;
    width: 100%;
    /* max-width: 600px; */
    /* background: rgba(255, 255, 255, 0.8); */
    text-align: center;
    /* border: 1px #342d2b solid; */
    border-bottom: none;
}

/* 採用情報メイン画像ここまで */



/* 採用情報メイン画像02 */
.mainImage_recruit02 .title_txt:nth-child(1) {
    font-size: 32px;
    font-family: "游明朝";
    font-weight: bold;
    position: relative;
    z-index: 1;
    /* text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff; */
    color: #fff;
    /* padding: 0px 56px 0px; */
    margin: 0 auto;
    width: 100%;
    /* max-width: 600px; */
    /* background: rgba(255, 255, 255, 0.8); */
    text-align: center;
    /* border: 1px #342d2b solid; */
    border-bottom: none;
}


/* 採用情報メイン画像02ここまで */




/* 下層メイン画像ポイント */


/* 下層メイン画像 */
#mainImage_u {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 240px;
	max-width: 1920px;
	position: relative;
	/* overflow: hidden; */
}

.title_box {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position: absolute;
	top: 55%;
	bottom: auto;
	left: 0;
	right: 0;
}
/* 
.title_box::before {
    content: "";
    width: 100%;
    height: 60%;
    display: block;
    position: absolute;
    top: -15%;
    left: 20%;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0),#0072ff,#0072ff,#00c7ff,rgba(255, 255, 255, 0));
    opacity: 0.6;
}
.title_box::after {
    content: "";
    width: 100%;
    height: 60%;
    display: block;
    position: absolute;
    top: 44%;
    left: auto;
    right: 20%;
    background: linear-gradient(-90deg,rgba(255, 255, 255, 0),#0072ff,#0072ff,#00c7ff,rgba(255, 255, 255, 0));
    opacity: 0.6;
} */


.title_txt:nth-child(1){
    font-size: 5vw;
    /* font-family: "游明朝"; */
    font-weight: 700;
    position: relative;
    z-index: 1;
    /* text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff; */
    color: #fff;
    padding: 4% 4%;
    margin: 0 auto 0 0;
    width: 100%;
    /* max-width: 600px; */
    /* background: rgba(255, 255, 255, 0.8); */
    /* text-align: center; */
    /* border: 1px #231815 solid; */
    border-bottom: none;
    /* text-shadow: 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff; */
    color: #fff;
    letter-spacing: 0.1em;
    background: rgba(81,218,218,0.8);
    line-height: 1em;
    width: 100%;
    height: auto;
}
.title_txt:nth-child(2){
	font-size: 3vw;
	/* font-family: "游明朝"; */
	font-weight: bold;
	position: relative;
	z-index: 1;
	/* text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff; */
	color: #fff;
	/* padding: 0px 56px 0px; */
	margin: 0 auto;
	width: 100%;
	/* max-width: 600px; */
	/* background: rgba(255, 255, 255, 0.8); */
	text-align: center;
	/* border: 1px #231815 solid; */
	border-bottom: none;
	text-shadow: 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff;
	color: #333;
	}
  





#mainImage_u .img_box{
  /* z-index: 10; */
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
#mainImage_u .img_box img{
  width: 220%;
  height: 100%;
  display: block;
  margin: 0 0 0 0%;
  box-shadow: 0px 0px 4px #b7b7b7;
}


#mainImage_u .img_box02{
  z-index: 10;
  position: relative;
}
#mainImage_u .img_box02 img{
  position: absolute;
  top: auto;
  width: 25%;
  /* height: 100%; */
  left: auto;
  right: 5%;
  bottom: 0;
  z-index: 20;
  margin: 0 auto;
}
/* 下層メイン画像ポイント ここまで*/
/*下層メイン画像　ここまで*/




/*タイトル装飾*/

h2.title01{
	width: 100%;
	font-size: 6.3vw;
	color: #342d2b;
	text-align: center;
	margin: 0px 0 0px 0;
	position: relative;
	z-index: 0;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

h2.title01 img{
	position: absolute;
	top: 28px;
	left: 0;
	right: 0;
	width: auto;
	display: block;
	margin: 0 auto;
	z-index: -1;
}

h2.white{
color: #fff;
}

h2.title01 span:nth-child(1){
	margin: 0 auto 0;
    width: 100%;
    max-width: 1024px;
    font-size: 6vw;
    color: #353535;
    border-bottom: 1px #333 solid;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    letter-spacing: 0.06em;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
 }
	h2.title01 span:nth-child(2){
		margin: 8px auto 0;
		width: 100%;
		font-size: 3vw;
		color: #2756a4;
		display: block;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		}

h2.title02{
	width: 100%;
	margin: 30px auto 0;
	padding: 0 0 24px 0;
	position: relative;
	color: #2756a4;
	font-size: 40px;
	text-align: center;
	line-height: 1;
}
h2.title02 span:nth-of-type(1){display: block;border-bottom: 1px #2756a4 solid;}
h2.title02 span:nth-of-type(2){
display: block;

}



h3.title01{
	font-size: 20px;
	border-bottom: 2px #2756a4 solid;
	padding: 0px 0 8px 0px;
	margin: 0px auto 16px;
	/* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	letter-spacing: 0.8pt;
	font-weight: bold;
	color: #342d2b;
	position: relative;
	width: 100%;
}




h3.title02{
	font-size: 20px;
	border-bottom: 4px #1ebdaa solid;
	padding: 0px 0 5px 0px;
	margin: 0px auto 20px;
	/* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	letter-spacing: 0.8pt;
	font-weight: bold;
	color: #2756a4;
}


h3.title03{
	font-size: 28px;
	border-bottom: 4px #1ebdaa solid;
	padding: 10px 0 10px 20px;
	margin: 0px auto 10px;
	/* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	letter-spacing: 0.8pt;
	font-weight: bold;
	color: #ffffff;
	background: #999999;
}



h3.title04{
	font-size: 28px;
	border-bottom: 4px #999999 solid;
	padding: 10px 0 10px 20px;
	margin: 0px auto 10px;
	/* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	letter-spacing: 0.8pt;
	font-weight: bold;
	color: #ffffff;
	background: #1ebdaa;
}



h3.title05{
	width: 320px;
	margin: 0 20px 0 0;
	position: relative;
	text-align: center;
	color: #ffffff;
	background: #999999;
	padding: 105px 30px 105px 30px;
	border-radius: 4px;
}









h4.title01{
	width: 100%;
	margin: 0 auto 16px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #2756a4 solid;
	color: #2756a4;
	padding: 0 0 8px 0px;
	position: relative;
}

h4.title02 {
    font-size: 16px;
    padding: 0px 0 0px 0px;
    margin: 0px auto 16px;
    /* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
    letter-spacing: 0.8pt;
    font-weight: 700;
    color: #5f5f5f;
    position: relative;
    width: 100%;
}

h4.title03 {
    font-size: 16px;
    padding: 0px 0 0px 0px;
    margin: 0px auto 16px;
    /* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
    letter-spacing: 0.8pt;
    font-weight: 700;
    color: #2756a4;
    position: relative;
    width: 100%;
}

h5.title01{
	width: 100%;
	margin: 0 auto 24px;
	font-size: 24px;
	font-weight: bold;
	color: #2756a4;
	padding: 0px 0 8px 0px;
	position: relative;
	border-bottom: 1px #2756a4 solid;
}





/*タイトル装飾ここまで*/






/*パンくず*/
ul.breadcrums{width: 90%;margin: 32px auto 0px;display: flex;}

ul.breadcrums li{font-size: 12px;margin: 0 12px 0 0;}

ul.breadcrums li a{font-size: 12px;
    font-weight: bold;
    color: #2756a4;}


/*パンくずここまで*/





/* 下層タブ*/
.u_tabmenu{
    padding: 0px 0 0px 0;
    margin: 24px auto 0px;
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.u_tabmenu li{
    width: calc(95% / 2);
    margin: 0 0% 12px 0;
}
.u_tabmenu li:nth-child(5n){
  margin-right:0!important;
}
.u_tabmenu li:nth-child(n + 6){
  margin-top:16px!important;
}
.u_tabmenu li a{color: #2756a4;background: #fff;font-size: 12px;transition: 0.5s ease-in-out;padding: 8px;text-shadow: none;width: 100%;display: block;text-align: center;font-weight: 700;border: 1px #2756a4 solid;letter-spacing: 0.1em;}
.u_tabmenu li a br{
display: none;
}

.u_tabmenu li a i{
  margin: 0 8px 0 0;
  font-size: 18px;
  color: #ffffff;
  transition: 0.5s ease-in-out;
}


/* テーブルタイプ1 */
.table01{

}
.table01 dl{
	display: flex;
	position: relative;
	margin: 0 0 0px 0px;
	width: 100%;
	border-top: 1px solid #2756a4;
}

.table01 dl:first-child{
	border-top: none;
}

.table01 dt{
	width: 40%;
	/* min-width: 190px; */
	margin: 0 0 0 0;
	font-size: 12px;
	padding: 12px;
	color: #222;
	font-weight: 500;
	background: rgba(232,241,255,0.7);
}

.table01 dd{
	/* min-width: 670px; */
	width: 66%;
	font-size: 12px;
	padding: 12px;
	display: block;
	position: relative;
	background: rgba(255,255,255,0.7);
}



.table01 dd div{
	width: 100%;
	margin: 0 0 8px 0;
}
.table01 dd span{
	width: 40%;
	display: inline-block;
}

.table01 dd div:last-child{
	margin: 0 0 0px 0;
}


.table01 dd:nth-of-type(2n){width: 82%;}




/* テーブルタイプ2 ここまで */




/*　　　　　　　　　　　　--下層共通ここまで--　　　　　　　　　　　　　　　*/




/* 会社案内 */

/* 社長あいさつ */
.aisatsu_block{
	/*max-width: 1024px; */
	margin: 40px auto 40px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 6% 40px 6%;
	align-items: flex-start;
	background: #f3f3f3;
	}


.aisatsu_block:nth-of-type(1) h3.title01 div:nth-child(2) img{
width: 67%;
    display: block;
    margin: 0 0 0 auto;

}

.aisatsu_block:nth-of-type(2) h3.title01 div:nth-child(2) img{
    width: 64%;
    display: block;
    margin: -32px 0 0 auto;
}

.aisatsu_block:nth-of-type(3) h3.title01 div:nth-child(2) img{
    width: 27%;
    display: block;
    margin: 0 0 0 auto;
}

.aisatsu_block:nth-of-type(4) h3.title01 div:nth-child(2) img{
   width: 27%;
    display: block;
    margin: 0 0 0 auto;
}



 
  .aisatsu_block h3.title01 div:nth-child(2) img{

}
 
  
  
  .aisatsu_block .sente{
	width: 95%;
	font-size: 16px;
	display: flex;
	margin: 0px 0 56px;
	flex-wrap: wrap;
	}
  

	.aisatsu_block .sente .inner {
		width: 100%;
		margin: 16px 0 16px 0;
		font-size: 16px;
		letter-spacing: -0.09em;
		position: relative;
		}
	

  .aisatsu_block .sente .inner p{margin: 0px 0 16px 0;font-size: 16px;letter-spacing: -0.09em;position: relative;}
  
  .aisatsu_block .sente .inner p .bg_strength01{
  	position: absolute;
  	top: 100%;
  	right: -7%;
  	width: 8%;
  }
  .aisatsu_block .sente .inner p .bg_strength02{
  	position: absolute;
  	top: 65%;
  	left: -7%;
  	width: 8%;
  }
  



  .aisatsu_block figure{
	width: 100%;
	/* max-width: 380px; */
	margin: 24px 0 0 auto;
	display: block;
	height: 100%;
	line-height: 0;
	}
  .aisatsu_block figure img{
	width: 100%;
	/* padding: 56px; */
	}
  
  .aisatsu_block:nth-child(2n){
	flex-direction: row-reverse;
	background: none;
	padding: 0% 8% 0% 0%;
	}
  
  .aisatsu_block:nth-child(2n) figure{
	width: 55%;
	margin: 0 5% 0 0;
	display: block;
	height: 100%;
	}
  


   .aisatsu_block .sente .president_name{
	width: 288px;
	margin: 40px 0 0 auto;
}


.aisatsu_block .sente .president_name dt{
	font-size: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/* text-align-last: justify; */
}

.aisatsu_block .sente .president_name dd{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	/* text-align-last: justify; */
	}

.aisatsu_block .sente .president_name dd span{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 32px;
	margin: 0 0 0 16px;
	/* text-align-last: justify; */
	vertical-align: middle;
	display: inline-block;
}
/* 企業理念 */

.rinen_block{
	/*max-width: 1024px; */
	margin: 32px auto 32px;
	/* display: flex; */
	width: 90%;
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
	padding: 32px 5% 32px 5%;
	align-items: flex-start;
	background: #f3f3f3;
	}


.rinen_block:nth-of-type(1) h3.title01 div:nth-child(2) img{
width: 67%;
    display: block;
    margin: 0 0 0 auto;

}

.rinen_block:nth-of-type(2) h3.title01 div:nth-child(2) img{
    width: 64%;
    display: block;
    margin: -32px 0 0 auto;
}

.rinen_block:nth-of-type(3) h3.title01 div:nth-child(2) img{
    width: 27%;
    display: block;
    margin: 0 0 0 auto;
}

.rinen_block:nth-of-type(4) h3.title01 div:nth-child(2) img{
   width: 27%;
    display: block;
    margin: 0 0 0 auto;
}



 
  .rinen_block h3.title01 div:nth-child(2) img{

}
 
  
  
  .rinen_block .sente{
	width: 100%;
	font-size: 16px;
	display: block;
	margin: 0px 0 56px;
	}
  
  .rinen_block .sente p{margin: 0 0 16px 0;font-size: 14px;letter-spacing: -0.09em;position: relative;}
  
  .rinen_block .sente p .bg_strength01{
  	position: absolute;
  	top: 100%;
  	right: -7%;
  	width: 8%;
  }
  .rinen_block .sente p .bg_strength02{
  	position: absolute;
  	top: 65%;
  	left: -7%;
  	width: 8%;
  }
  



  .rinen_block figure{
	width: 100%;
	margin: 0 0 0 0%;
	display: block;
	height: 100%;
	line-height: 0;
	}
  .rinen_block figure img{
	width: 100%;
	/* padding: 56px; */
	}
  
  .rinen_block:nth-child(2n){
	flex-direction: row-reverse;
	background: none;
	padding: 0% 0% 0% 0%;
	}
  
  .rinen_block:nth-child(2n) figure{
	width: 100%;
	margin: 0px 0% 0 0;
	display: block;
	height: 100%;
	}
  


   .rinen_block .sente .president_name{
	width: 238px;
	margin: 40px 0 0 auto;
}


.rinen_block .sente .president_name dt{
	font-size: 16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/* text-align-last: justify; */
}

.rinen_block .sente .president_name dd{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	/* text-align-last: justify; */
	}

.rinen_block .sente .president_name dd span{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
	margin: 0 0 0 16px;
	/* text-align-last: justify; */
	vertical-align: middle;
	display: inline-block;
}

/* 会社概要 */

.profile_block{
	/*max-width: 1024px; */
	margin: 32px auto 32px;
	display: flex;
	width: 90%;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
	padding: 0% 0 0%;
	position: relative;
	}


  
  
  .profile_block .sente{
	width: 100%;
	font-size: 16px;
	display: block;
	margin: 0px 0 8px;
	}
  
  .profile_block .sente p{margin: 0 0 16px 0;font-size: 16px;letter-spacing: -0.09em;position: relative;}
  
  .profile_block .sente p .bg_strength01{
  	position: absolute;
  	top: 100%;
  	right: -7%;
  	width: 8%;
  }
  .profile_block .sente p .bg_strength02{
  	position: absolute;
  	top: 65%;
  	left: -7%;
  	width: 8%;
  }


  .profile_block figure{
	width: 100%;
	margin: 0 0% 0 0%;
	display: block;
	height: 100%;
	line-height: 0;
	/* position: absolute; */
	z-index: -1;
	left: 0px;
	top: 11%;
	opacity: 0.2;
	display: none;
	}
  .profile_block figure img{
	width: 100%;
	/* padding: 56px; */
	}


	/* 沿革 */

	.history_block{
		/*max-width: 1024px; */
		margin: 32px auto 32px;
		display: flex;
		width: 90%;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		/* flex-direction: row-reverse; */
		padding: 0% 0% 0% 0%;
		position: relative;
		}
	
	
	  
	  
	  .history_block .sente{
		width: 100%;
		font-size: 16px;
		display: block;
		margin: 0px 0 24px;
		}
	  
	  .history_block .sente p{margin: 0 0 16px 0;font-size: 16px;letter-spacing: -0.09em;position: relative;}
	  
	  .history_block .sente p .bg_strength01{
		  position: absolute;
		  top: 100%;
		  right: -7%;
		  width: 8%;
	  }
	  .history_block .sente p .bg_strength02{
		  position: absolute;
		  top: 65%;
		  left: -7%;
		  width: 8%;
	  }
	
	
	  .history_block figure{
		width: 34%;
		margin: 0 0% 0 0%;
		display: block;
		height: 100%;
		line-height: 0;
		position: absolute;
		z-index: -1;
		left: auto;
		right: 0;
		top: 10%;
		opacity: 0.2;
		display: none;
		}
	  .history_block figure img{
		width: 100%;
		/* padding: 56px; */
		}
	
	


/* アクセス */
.access_block {
	max-width: 1200px;
	margin: 80px auto 0px;
	width: 90%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	}
  
  .access_block iframe {
	width: 100%;
	height: 300px;
	margin: 0 0 12px 0;
	display: block;
	}
  
  .access_block dl{
	/* display: flex; */
	position: relative;
	margin: 8px 0 88px 0%;
	/* flex-wrap: wrap; */
	width: 100%;
	}
  .access_block dl:last-of-type{
	/* display: flex; */
	position: relative;
	margin: 0px 0 0px 0;
	/* flex-wrap: wrap; */
	width: 100%;
	}
	
  
  .access_block dl dt{
	  background-color: #ffffff;
	  width: 100%;
	  margin: 0 0 8px 0;
	  font-size: 16px;
	  padding: 0px 0px;
	  /* border-bottom: 1px solid #253136; */
	  color: #253136;
	  font-weight:bold;
	 }
  
  .access_block dl dd{
	width: 100%;
	font-size: 12px;
	padding: 12px 12px;
	/* border-bottom: 1px solid #253136; */
	display: block;
	background: rgba(37, 49, 54, 0.09);
	}
  
  .access_photo{
	max-width: 1008px;
	margin: 0px auto 0px;
	width: 100%;
	position: relative;
	display: flex;
	z-index: 1;
	justify-content:space-between;
  }
  .access_photo li{width: 49%;}
  
  .access_photo li:nth-child(2){width: 44%;}
  
  .access_photo li img{
  width: 100%;
   }
  
  .access_photo li:nth-child(2) div{font-size: 20px;display: flex;}
  
  .access_photo li:nth-child(2) div span{
	  color:#dc9829;
	  font-weight: bold;
	  width: 160px;
	  display: block;
  }
  
  
  
  
  .access_block .j_cloud{
	  position: absolute;
	  bottom: 88px;
	  right: 0px;
	  left: auto;
	  z-index: -1;
	  /* width: 60%; */
	  width: auto;
  }
  /* アクセス ここまで*/
  
  


/* 会社案内 ここまで*/






/* 事業紹介 */

.business_message{max-width: 1024px;margin: 24px auto 24px;/* display: flex; */width: 100%;/* flex-wrap: wrap; *//* justify-content: space-between; */padding: 16px 5% 16px 5%;align-items: flex-start;background: #f3f3f3;}


.business_message:nth-of-type(1) h3.title01 div:nth-child(2) img{
width: 67%;
    display: block;
    margin: 0 0 0 auto;

}

.business_message:nth-of-type(2) h3.title01 div:nth-child(2) img{
    width: 64%;
    display: block;
    margin: -32px 0 0 auto;
}

.business_message:nth-of-type(3) h3.title01 div:nth-child(2) img{
    width: 27%;
    display: block;
    margin: 0 0 0 auto;
}

.business_message:nth-of-type(4) h3.title01 div:nth-child(2) img{
   width: 27%;
    display: block;
    margin: 0 0 0 auto;
}



 
  .business_message h3.title01 div:nth-child(2) img{

}
 
  
  
  .business_message .sente{
	width: 100%;
	font-size: 16px;
	display: block;
	margin: 0px 0 16px;
	}
  
  .business_message .sente p{margin: 0 0 16px 0;font-size: 14px;letter-spacing: -0.09em;position: relative;}
  
  .business_message .sente p .bg_strength01{
  	position: absolute;
  	top: 100%;
  	right: -7%;
  	width: 8%;
  }
  .business_message .sente p .bg_strength02{
  	position: absolute;
  	top: 65%;
  	left: -7%;
  	width: 8%;
  }
  



  .business_message figure{
	width: 100%;
	margin: 0 0 0 0%;
	display: block;
	height: 100%;
	line-height: 0;
	}
  .business_message figure img{
	width: 100%;
	/* padding: 56px; */
	}
  
  .business_message:nth-child(2n){
	flex-direction: row-reverse;
	background: none;
	padding: 0% 8% 0% 0%;
	}
  
  .business_message:nth-child(2n) figure{
	width: 55%;
	margin: 0 5% 0 0;
	display: block;
	height: 100%;
	}
  


   .business_message .sente .president_name{
	width: 288px;
	margin: 40px 0 0 auto;
}


.business_message .sente .president_name dt{
	font-size: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/* text-align-last: justify; */
}

.business_message .sente .president_name dd{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	/* text-align-last: justify; */
	}

.business_message .sente .president_name dd span{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 32px;
	margin: 0 0 0 16px;
	/* text-align-last: justify; */
	vertical-align: middle;
	display: inline-block;
}



.business_branch{
	/*max-width: 1024px; */
	margin: 24px auto 24px;
	display: flex;
	width: 90%;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
	padding: 0% 0% 0% 0%;
	position: relative;
	}


  
  
  .business_branch .sente{
	width: 100%;
	font-size: 16px;
	display: block;
	margin: 0px 0 0px;
	}
  
    
  .business_branch .sente h3{
	margin: 0px 0 0px;
	}
  
  
  .business_branch .sente .table01{
	margin: 0px 0 0px;
	}


  .business_branch figure{
    width: 100%;
    margin: 0 0% 0 0%;
    display: block;
    height: 100%;
    line-height: 0;
    /* position: absolute; */
    z-index: -1;
    left: 0px;
    top: 0%;
    opacity: 0.2;
    display: none;
 }
  .business_branch figure img{
	width: 100%;
	/* padding: 56px; */
	}



	.business_content{
		/*max-width: 1024px; */
		margin: 24px auto 24px;
		display: flex;
		width: 90%;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		/* flex-direction: row-reverse; */
		padding: 0% 0% 0% 0%;
		position: relative;
		}

	  .business_content .sente{
		width: 100%;
		font-size: 16px;
		display: block;
		margin: 0px 0 0px;
		}

	  .business_content .sente .table01{
		margin: 0px 0 56px;
		}
		
	  
	  .business_content .sente p{margin: 0 0 16px 0;font-size: 16px;letter-spacing: -0.09em;position: relative;}
	  
	  .business_content .sente p .bg_strength01{
		  position: absolute;
		  top: 100%;
		  right: -7%;
		  width: 8%;
	  }
	  .business_content .sente p .bg_strength02{
		  position: absolute;
		  top: 65%;
		  left: -7%;
		  width: 8%;
	  }
	
	
	  .business_content figure{
		width: 34%;
		margin: 0 0% 0 0%;
		display: block;
		height: 100%;
		line-height: 0;
		/* position: absolute; */
		z-index: -1;
		left: auto;
		right: 0;
		top: -20%;
		opacity: 0.2;
		display: none;
		}
	  .business_content figure img{
		width: 100%;
		/* padding: 56px; */
		}
    
        


			.business_client{
				/*max-width: 1024px; */
				margin: 24px auto 24px;
				display: flex;
				width: 90%;
				flex-wrap: wrap;
				justify-content: space-between;
				align-items: flex-start;
				/* flex-direction: row-reverse; */
				padding: 0% 0% 0% 0%;
				position: relative;
				}
		
			  .business_client .inner{
				width: 100%;
				font-size: 16px;
				display: block;
				margin: 0px 0 56px;
				}
			  

				.business_client .sente{
	font-size: 12px;
	}



					.business_network{
						/*max-width: 1024px; */
						margin: 80px auto 80px;
						display: flex;
						width: 100%;
						flex-wrap: wrap;
						justify-content: space-between;
						align-items: flex-start;
						flex-direction: row-reverse;
						padding: 0% 8% 0% 0%;
						position: relative;
						}
					
					
					  
					  
					  .business_network .sente{
						width: 66%;
						font-size: 16px;
						display: block;
						margin: 0px 0 56px;
						}
					  
						
					  .business_network .sente h3{
						margin: 0px 0 0px;
						}
					  
					  
					  .business_network .sente .table01{
						margin: 0px 0 56px;
						}
					
					
					  .business_network figure{
						width: 34%;
						margin: 0 5% 0 0%;
						display: block;
						height: 100%;
						line-height: 0;
						position: absolute;
						z-index: -1;
						left: 0px;
						top: 18%;
						opacity: 0.2;
						}
					  .business_network figure img{
						width: 100%;
						/* padding: 56px; */
						}


/* 事業紹介 ここまで*/




/* 取扱商品 */

/* 舶用機材 */

.product_hakuyo{
	margin: 24px auto 0px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 24px 5% 0%;
	align-items: flex-start;
	background: #f3f3f3;
}

.product_hakuyo .inner{
	width: 100%;
	max-width: 1200px;
	font-size: 16px;
	margin: 0px auto 80px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.product_hakuyo_block{
	width: 100%;
	margin: 0 0 56px;
	position: relative;
	z-index: 1;
}

.product_hakuyo h3{
    width: 100%;
    max-width: 1200px;
}

.product_hakuyo h4{

}

.product_hakuyo ul{

}

.product_hakuyo ul li{

font-size: 14px;
}

.product_hakuyo p a{
    font-weight: 700;
	color: #2756a4;
	transition: 0.2s ease-in-out;
}



.product_hakuyo ul li a{
    font-weight: 700;
	color: #2756a4;
	transition: 0.2s ease-in-out;
}



.product_hakuyo ul li a::before {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #231815;
    content: "";
    display: inline-block;
    transition: 0.5s ease-in-out;
    margin: 0 4px 0 0;
    vertical-align: 2px;
}

.product_hakuyo_block:last-of-type{
	width: 100%;
	margin: 0 0 0px;
	font-size: 14px;
}



.product_hakuyo figure.bg_object:nth-of-type(1) {
	width: 30%;
	margin: 0 0 0 0%;
	display: block;
	position: absolute;
	top: 30%;
	left: auto;
	z-index: 0;
	right: 0;
	opacity: 0.2;
}


.product_hakuyo figure.bg_object:nth-of-type(2) {
    width: 44%;
    margin: 0 0 0 0%;
    display: block;
    position: absolute;
    top: auto;
    bottom: 13%;
    left: auto;
    right: -7%;
    z-index: 0;
    opacity: 0.2;
}

.product_hakuyo figure.bg_object img{
	width: 100%;

}

/* 工業機材 */

/* 工業機材 */

.product_kogyo{
	margin: 24px auto 0px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 24px 5% 0px 5%;
	align-items: flex-start;
	background: #f3f3f3;
}

.product_kogyo .inner{
	width: 100%;
	max-width: 1200px;
	font-size: 16px;
	margin: 0px auto 80px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.product_kogyo_block{
	width: 48%;
	margin: 0 0 56px;
	position: relative;
	z-index: 1;
}

.product_kogyo h3{
    width: 100%;
    max-width: 1200px;
}

.product_kogyo h4{

}

.product_kogyo ul{

}

.product_kogyo ul li{

}

.product_kogyo p a{
    font-weight: 700;
	color: #2756a4;
	transition: 0.2s ease-in-out;
}


.product_kogyo ul li a{
    font-weight: 700;
    color: #2756a4;
    transition: 0.2s ease-in-out;
    font-size: 14px;
}

.product_kogyo ul li a::before {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #231815;
    content: "";
    display: inline-block;
    transition: 0.5s ease-in-out;
    margin: 0 4px 0 0;
    vertical-align: 2px;
}

.product_kogyo_block:last-of-type{
	width: 100%;
	margin: 0 0 0px;
}



.product_kogyo figure.bg_object:nth-of-type(1) {
	width: 30%;
	margin: 0 0 0 0%;
	display: block;
	position: absolute;
	top: 1%;
	left: auto;
	right: 0;
	z-index: 0;
	opacity: 0.2;
}


.product_kogyo figure.bg_object:nth-of-type(2) {
    width: 66%;
    margin: 0 0 0 0%;
    display: block;
    position: absolute;
    top: auto;
    bottom: 20%;
    left: auto;
    right: -20%;
    z-index: 0;
    opacity: 0.2;
}

.product_kogyo figure.bg_object img{
	width: 100%;

}




/* 取扱商品 ここまで*/



/* 採用情報 */

.senkou_block{
		margin: 24px auto 0px;
		width: 90%;
		max-width: 1200px;
}

.senkou_block h3{

	
}

.senkou_block .inner{/* display: flex; *//* align-items: center; *//* justify-content: space-between; */}

.senkou_block .inner dl{

width: 100%;
}

.senkou_block .inner dl dt:nth-child(1){

font-size: 24px;

padding: 0px 0 0px 0px;

margin: 0px auto 8px;

letter-spacing: 0.8pt;

font-weight: 700;

color: #231815;

position: relative;

width: 100%;

color: #2756a4;
}
.senkou_block .inner dl dt:nth-child(2){

font-size: 16px;
}


.senkou_block .inner dl dd{

margin: 24px 0 0 0;

padding: 16px;

font-size: 14px;

border: 1px #2756a4 solid;
}

.senkou_block .inner div.arrow{
	margin: 24px auto;
	width: 24px;
}

.senkou_block .inner div.arrow::before{
	width: 0;
	height: 0;
	border-top: 20px solid #117ccd;
	border-right: 12px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 12px solid transparent;
	content: "";
	display: block;
	position: relative;
	top: 0px;
	height: 8px;
}

/* 募集要項 */

.yokou_block{
	margin: 24px auto 24px;
	width: 90%;
	max-width: 1200px;
}

.yokou_block h3{


}

.yokou_block .inner{
	
	
}


.yokou_block .inner{
	
	
}


.yokou_block .inner .table01{
	margin: 0 0 40px;
	
}



/* 採用情報 ここまで*/





/* 福利厚生 */
.benefits_block{
    max-width: 1200px;
    margin: 80px auto 80px;
    /* display: flex; */
    width: 90%;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
}
.benefits_block figure{
  width: 100%;
  margin: 0 0% 0 0;
  z-index: 3;
}
.benefits_block figure h3 span{
  display: block;
  font-size: 24px;
  font-weight: normal;
  color: #51dada;
  letter-spacing: 0.05em;
}

.benefits_block figure img{
width: 100%;
}




.benefits_list{width: 100%;z-index: 0;margin: 16px 0 0 0;}

.benefits_list dl{
    margin: 0 0 24px 0;
}
.benefits_list dl dt{
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6em;
  color: #2756a4;
}
.benefits_list dl dt::before{
  content: "■";
  color: #51dada;
  font-size: 16px;
  font-weight: bold;
  margin: 0px 8px 0px 0;
  vertical-align: baseline;
  line-height: 1em;
}
.benefits_list dl dd{
    margin: 8px 0 0px 0px;
    font-size: 14px;
}
/* 福利厚生 ここまで*/



.recruit_bnr_block{display: flex;align-items: center;width: 90%;max-width: 1200px;margin: 0 auto;flex-wrap: wrap;padding: 24px;/* background: rgba(232,241,255,0.7); */border: 8px rgb(39 86 164) solid;}
.recruit_bnr_block h3{
	width: 100%;
	border-bottom: 1px solid #2756a4;
	padding: 0 0 16px 0;
	margin: 0 0 16px 0;
}

.bnr_recruit{
	margin: 20px 40px 20px 0;
	width: auto;
	background: none!important;
	border: none;
}



.bnr_recruit a{
	
}

.bnr_recruit a img{
	display: block;
	width: 100%;
}
.bnr_recruit a:hover img{
	opacity: 0.5;
}




.bnr_engage{
	margin: 0 auto 40px;

}
.bnr_engage > div{
margin: 0 auto 0px;
width: 100%!important;
}






/* 求める人物像 */

.motomeru_block{
	max-width: 1200px;
	margin: 24px auto 24px;
	padding: 0px 0px 40px;
	/* display: flex; */
	width: 100%;
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
	background: rgba(232,241,255,0.7);
	border: 1px rgb(39 86 164 / 0.5) solid;
	border-top: solid 4px #2756a4;
	}
	
	.motomeru_block h4{
		width: 100%;
		color: #2756a4;
		position: relative;
		text-align: center;
		border-bottom: 1px solid #2756a4;
		font-size: 24px;
		padding: 0 0 8px 0;
		margin: 0 0 24px 0;
	}
	
	
	
	.motomeru_block article:nth-of-type(1){
	  
	margin: 24px auto 0;
	  
	width: 90%;
	}
	.motomeru_block article:nth-of-type(1) h4{
	font-size: 24px;
	padding: 0 0 8px 0;
	margin: 0 0 24px 0;
	}
	
	
	
	.motomeru_block article:nth-of-type(1) > p{
	  font-size: 14px;
	  width: 100%;
	  margin: 24px 0px 0px 0;
	  }
	
	  .motomeru_block article:nth-of-type(1) figure.video_block{
	  
	/* width: 56%; */
	 width: 515px; 
	height: 221px;
	  
	padding:  0 0 0;
	  
	overflow: hidden;
	  
	line-height: 0;
	  
	margin: 0px 0 32px 0;
	  
	}
	
	.motomeru_block article:nth-of-type(1) figure{width: 100%;margin: 0px 0px 16px 0;}
	.motomeru_block article:nth-of-type(1) figure img{width: 100%;}
	
	
	.motomeru_block article:nth-of-type(1) .sente{/* display: flex; *//* flex-wrap: wrap; *//* justify-content: space-between; *//* align-items: flex-start; */}
	
	.motomeru_block article:nth-of-type(1) .sente p{
	  font-size: 14px;
	  width: 100%;
	  }
	
	.motomeru_block article:nth-of-type(2){
	  
/* display: flex; */
	  
/* flex-wrap: wrap; */
	  
/* align-items: flex-start; */
	  
/* justify-content: space-between; */
	  
margin: 56px auto 0;
	  
width: 90%;
	}
	
	.motomeru_block article:nth-of-type(2) .sente{
	  
width: 100%;
	  
font-size: 14px;
	}
	
	.motomeru_block article:nth-of-type(2) .sente p{
	  font-size: 14px;
	  }
	
	.motomeru_block article:nth-of-type(2) .sente ul{
	  
width: 100%;
	  
margin: 24px 0 24px 0;
	}
	.motomeru_block article:nth-of-type(2) .sente ul li{
	  
font-size: 12px;
	  
list-style: disc;
	  
padding: 0 0 0 0px;
	  
margin: 0 0 0 20px;
	}
	
	.motomeru_block article:nth-of-type(2) figure{
	  
width: 100%;
	}
	.motomeru_block article:nth-of-type(2) figure img{
	  
	width: 100%;
	}
	
	
	
	
	
	
	
	
	/*リクルート　社員の声*/
	.shain_block{
		max-width: 1200px;
		margin: 24px auto 80px;
		padding: 0px 0 0px;
		/* display: flex; */
		width: 90%;
		/* flex-wrap: wrap; */
		/* justify-content: space-between; */
	}
	.shain_block figure{
	  width: 60%;
	  margin: 0 auto 0;
	  z-index: 3;
	}
	.shain_block figure img{width: 100%;display: block;margin: 0 auto 0px auto;}
	
	.shain_block:nth-of-type(2n){
		flex-direction: row-reverse;
	}
	.shain_block:nth-of-type(2n) figure{
	  width: 80%;
	  margin: 0 auto 0%;
	}
	
	
	.empl_qa{width: 100%;z-index: 0;margin: 24px 0 24px 0;}
	
	.empl_qa h4.title02{
	width: 100%;
    font-size: 24px;
    /* font-weight: normal; */
    color: #2756a4;
    padding: 0 0 0 0px;
    position: relative;
    margin: 0 auto 32px;
    text-align: center;
    border-bottom: 1px solid #2756a4;
	}

	.empl_qa h4.title02 span {
	  /* display: block; */
	  font-size: 14px;
	  /* border-top: 1px #009245 solid; */
	  padding: 8px 0 8px 0;
	  margin: 8px 0 0 16px;
	  letter-spacing: 0.05em;
	  /* background: rgba(0, 147, 69, 0.15); */
	}
	
	.empl_qa dl{
		margin: 24px 0 40px 0;
	}
	.empl_qa dl dt{font-weight: bold;font-size: 14px;border-left: 4px #2756a4 solid;padding: 0 0 0px 16px;margin: 0px 0 8px 0;}
	
	.empl_qa dl dd{
		margin: 0px 0 0px 0px;
		padding: 16px;
		background: rgba(232,241,255,0.7);
		border: 1px rgb(39 86 164 / 0.5) solid;
		font-size: 12px;
	}
	
	
	
	/*リクルート社員の声ここまで*/
	



/* 求める人物像 ここまで*/













/* フォーム */
.contact_block{
	max-width: 1200px;
	margin: 24px auto;
	width: 90%;
	}
	
	.contact_block form{
	  margin: 24px auto 0;
	  padding: 0px 0 0;
	  width: 100%;
	  border-top: 1px #d2d2d2 dashed;
	}
	
	.contact_block .note01{
	  margin: 24px 0 24px 0;
	  font-size: 14px;
	}
	.contact_block .note01 span{
		color: #d70c18;
		
		font-weight: bold;
	}
	
	
	.contact_block form dl{
	  /* display: -webkit-box; */
	  display: -ms-flexbox;
	  /* display: flex; */
	  border-top: 1px #d2d2d2 dashed;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  padding: 16px 16px 16px;
	}
	
	.contact_block form dt{
	  width: 100%;
	  padding: 0px 0 0px 0;
	  margin: 0 0 8px 0;
	  position: relative;
	}
	
	.contact_block form dt.required::before {
		content: "＊"!important;
		color: #d70c18!important;
		padding: 0px 8px 0px 8px;
		font-size: 12px;
		border-radius: 5px;
		vertical-align: middle;
		margin: 0px 0 0px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: bold;
		position: absolute;
		left: -24px;
		top: 0px;
		bottom: 0;
	}
	
	
	.contact_block form dd{
	  width: 100%;
	  padding: 0px 0 0px 0;
	  margin: 0 0 0 auto;
	  position: relative;
	}
	
	.contact_block form dd .note01{
	  font-size: 12px;
	  margin: 8px 0 0 0;
	  line-height: 1.4em;
	}
	
	.contact_block form dd input{
		  width: 100%;
		  padding: 4px;
		  font-size: 16px;
	}
	
	
	.contact_block form dd textarea{
		  width: 100%;
			  padding: 8px;
				  font-size: 16px;
	}
	
	.contact_block form .btn_block{
	  margin: 56px 0 0px 0;
	  display: flex;
	  justify-content: center;
	}
	
	.contact_block form .btn_block .btn01{
		  margin: 0px auto 0px auto;
	}
	.contact_block form .btn_block02{
	  margin: 56px 0 0px 0;
	  display: flex;
	  justify-content: center;
	}
	
	.contact_block form .btn_block02 .btn01{
		  margin: 0px 16px 0 0px;
	}
	
	
	
	/*お問い合わせ ここまで*/
	
	
	form .privacy_box{
		border: 1px #d2d2d2 solid;
		margin: 0px 0 0 0;
		padding: 24px;
		width: 100%;
	}
	
	form .privacy_box .sentence{
	
	}
	
	form .privacy_box .sentence p{
		font-size: 14px;
		margin: 0 0 8px 0;
	}
	
	form .privacy_box .sentence p a{
		color: #2abba7;
		font-weight: bold;
		-webkit-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		font-size: 16px;
	}

	
	form .privacy_box .sentence #check_area{
	
	}
	
	form .privacy_box .sentence #check_area input{
	
	}
	
	form .privacy_box .sentence #check_area label{
		cursor: pointer;
		font-size: 14px;
	}
	
	
	
	
	
	
	
	
	
	/*----------送信完了----------*/
	.tk_block{
	  max-width: 500px;
	  margin: 72px auto;
	
	  width: 100%;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
	
	.tk_block .sente{
	  margin: 32px auto;
	  display: flex;
	  width: 100%;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
	
	
	.tk_block .btn01{
		  margin: 0px auto 0px auto;
	}
	
	
	/*----------ボタンエリア----------*/
	
	
	/*----------送信完了ここまで----------*/
	
	
	
	
	
	/*----------form関連ボタンブラウザ依存スタイルリセット----------*/
	
	input[type="submit"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	input[type="reset"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	
	/*----------お問い合せ　ここまで----------*/
	
	
	
	






/* 個人情報保護方針 */
#privacy_block {
	width: 100%;
	padding: 24px 0 0;
}
.privacy_block_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
.pri_top_txt {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}
.privacy_block_unit {
	width: 90%;
	margin: 0 auto;
}
.privacy_block_unit h4 {
	font-size: 16px;
	border-bottom: dotted 1px #ccc;
	margin: 24px 0 8px;
	font-weight: bold;
}
.privacy_block_unit p {
  font-size: 14px;
  margin: 0 0 24px 0px;
}
.privacy_block_unit ul{
  font-size: 14px;
  margin: 24px 0 24px 24px;
  }
.privacy_block_unit ul li{list-style-type: disc;list-style-position: outside;margin: 0 0 8px 0;}



/* 個人情報保護方針 ここまで*/






/*新着情報一覧 */
.news_block{
	max-width: 1200px;
	margin: 40px auto 40px;
	width: 90%;
	position: relative;
	}
  .news_block h2{
	width: 40%;
	margin: 0 3% 0 0;
	font-size: 32px;
	font-weight: bold;
	color: #029247;
	padding: 0px 0 0px 0px;
	background-position-y: 0%;
	position: relative;
	letter-spacing: 0.08em;
	text-align: center;
	line-height: 1em;
  }
  
  .news_block h2::after {
	content: "";
	width: 100%;
	height: 16px;
	background: rgb(183, 234, 220);
	/* box-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	padding: 0px 0 0px 0;
	display: block;
	margin: 0px 0 0 0;
	position: absolute;
	top: 20px;
	z-index: -1;
  }
  
  .news_block > .inner{
	  margin: 0px 0 0 0;
	  width: 100%;
  }
  .news_block > .inner > article{
	  margin: 0 0 24px 0;
	  border-bottom: 1px #999 dotted;
	  padding: 0 0 24px 0;
	  position: relative;
  }
  .news_block > .inner > article > a{
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
	color: #222;
	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	}
  .news_block > .inner > article > a > .icon_box{
	display:  -webkit-box;
	display:  -ms-flexbox;
	display:  flex;
  }
  .news_block > .inner > article > a > .icon_box > span.icon01{
    font-size: 12px;
    background: #f8f8f8;
    color: #231815;
    border: 1px #8e8e8e solid;
    /* border-radius: 2px; */
    text-align: center;
    padding: 2px 0px 2px 0px;
    display: block;
    margin: 0 0px 0 0px;
    width: 90px;
  }
  .news_block > .inner > article > a > .icon_box > span.icon02{
     font-size: 12px;
     background: #2abba7;
     color: #fff;
     /* border-radius: 2px; */
     text-align: center;
     padding: 2px 0px 2px 0px;
     display: block;
     margin: 0 24px 0 0px;
     width: 90px;
     color: #fff;
     /* border-radius: 2px; */
     text-align: center;
     padding: 2px 0px 4px 0px;
     display: block;
     margin: 0 0px 0 0px;
     width: 90px;
  }
  .news_block > .inner > article > a > .icon_box > span.icon03{font-size: 12px;background: #2756a4;color: #fff;/* border-radius: 2px; */text-align: center;padding: 2px 0px 4px 0px;display: block;margin: 0 0px 0 0px;width: 90px;}
  .news_block > .inner > article > a > .icon_box > span.icon04{
  
	  width: 100px;
  font-size: 14px;
	  background: #606060;
  color: #fff;
  /* border-radius: 2px; */
  text-align: center;
  padding: 0px 15px 0px 15px;
  display: block;
  margin: 0 24px 0 0px;
  }
  .news_block > .inner > article > a > .icon_box > .date{
  font-size: 14px;
  margin: 0 16px 0 0px;
  font-weight: bold;
  }
  .news_block > .inner > article > a > .title{
	margin: 0 0px 0 0px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: bold;
	width: 50%;
  }
  .news_block > .inner > article > a > .title, .news_block > .inner > article > a > .title_qa{
	margin: 8px 0px 0px 0px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	transition: 0.2s ease-in-out;
	}
  
  

  .news_block > .inner > article > a > .title_qa::before {
	  content: "Q.";
	  color: #dc9829;
	  font-size: 24px;
	  font-weight: bold;
	  margin: 0 8px 0 0;
  }
  
  .news_block > .inner > article > a > .title img.icon_pdf{
	position: absolute;
	top: auto;
	bottom: 10px;
	right: 0%;
  }
  .news_block > .inner > article > a > .title img.icon_url{
	position: absolute;
	top: auto;
	bottom: 10px;
	right: 0%;
  }
  
  
  
  .news_block .btn01 {
	display: block;
	width: 100%;
	margin: 24px auto;
	position: relative;
	z-index: 1;
  }
  
  .news_block .btn01 a {
	  color: #fff;
	  background: #253136;
	  font-size: 16px;
		border: solid 1px #253136;
	  font-weight: bold;
	  letter-spacing: 0.1em;
  }

  
  /*新着情報一覧 　ここまで*/
  
  /*新着情報詳細 */
  .news_d_block{
	max-width: 1200px;
	margin: 24px auto 24px;
	width: 90%;
	position: relative;
	}
  .news_d_block h2{
	width: 40%;
	margin: 0 3% 0 0;
	font-size: 32px;
	font-weight: bold;
	color: #029247;
	padding: 0px 0 0px 0px;
	background-position-y: 0%;
	position: relative;
	letter-spacing: 0.08em;
	text-align: center;
	line-height: 1em;
  }
  
  .news_d_block h2::after {
	content: "";
	width: 100%;
	height: 16px;
	background: rgb(183, 234, 220);
	/* box-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	padding: 0px 0 0px 0;
	display: block;
	margin: 0px 0 0 0;
	position: absolute;
	top: 20px;
	z-index: -1;
  }
  
  .news_d_block > .inner{
	  margin: 0px 0 0 0;
	  width: 100%;
  }
  .news_d_block > .inner > article{
	margin: 0 0 32px 0;
	border-bottom: 1px #999 dotted;
	padding: 0 0 35px 0;
	position: relative;
  }
  .news_d_block > .inner > article{
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* flex-wrap: wrap; */
	/* display: flex; */
	color: #222;
	/* white-space: nowrap; */
	/* overflow: hidden; */
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	justify-content: space-between;
	}
  .news_d_block > .inner > article > .icon_box{
	display:  -webkit-box;
	display:  -ms-flexbox;
	display:  flex;
	width: 100%;
	margin: 0 0 32px 0;
	align-items: center;
  }
  .news_d_block > .inner > article > .icon_box > span.icon01{
font-size: 12px;
    background: #f8f8f8;
    color: #231815;
    border: 1px #8e8e8e solid;
    /* border-radius: 2px; */
    text-align: center;
    padding: 2px 0px 2px 0px;
    display: block;
    margin: 0 0px 0 0px;
    width: 90px;
	 }
  .news_d_block > .inner > article > .icon_box > span.icon02{
	  font-size: 16px;
	 background: #2abba7;
	  color: #fff;
	  /* border-radius: 2px; */
	  text-align: center;
	  padding: 0px 16px 0px 16px;
	  display: block;
	  margin: 0 0px 0 0px;
  }
  .news_d_block > .inner > article > .icon_box > span.icon03{
	  font-size: 16px;
	     background: #2756a4;
	  color: #fff;
	  /* border-radius: 2px; */
	  text-align: center;
	  padding: 0px 16px 0px 16px;
	  display: block;
	  margin: 0 0px 0 0px;
  }
  
  .news_d_block > .inner > article > .icon_box > .date{
    font-size: 14px;
    margin: 0 16px 0 0px;
    font-weight: bold;
	 }
  .news_d_block > .inner > article .title{
	margin: 0px 0px 16px 0px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	}
  
  .news_d_block > .inner > article > .title img.icon_pdf{
	position: absolute;
	top: auto;
	bottom: 10px;
	right: 0%;
  }
  .news_d_block > .inner > article > .title img.icon_url{
	position: absolute;
	top: auto;
	bottom: 10px;
	right: 0%;
  }
  
  
  
  .news_d_block .btn01 {
	display: block;
	width: 100%;
	margin: 24px auto;
	position: relative;
	z-index: 1;
  }
  
  .news_d_block .btn01 a {
	  color: #fff;
	  background: #2756a4;
	  font-size: 14px;
	  border: solid 1px #2756a4;
	  font-weight: bold;
	  letter-spacing: 0.1em;
	 }

  
  
  .news_d_block > .inner > article > figure{
	line-height: 0;
	width: 100%;
	margin: 0 0 0 0;
	}
  .news_d_block > .inner > article > figure img{
	width: 100%;
  }
  
  .news_d_block > .inner > article > .sente{
	width: 100%;
	margin: 24px 0 0 0;
	}
  .news_d_block > .inner > article > .sente p{
	
font-size: 14px;
	
}
  .news_d_block > .inner > article > .sente .photo_box{
	margin: 32px 0 0 0;
	width: 100%;
	display: flex;
	}
  .news_d_block > .inner > article > .sente .photo_box a{
	  margin: 0px 5% 0 0;
	  width: 30%;
	  display: block;
	  /* height: 145px; */
	 }
  .news_d_block > .inner > article > .sente .photo_box a:last-child{
	margin-right: 0px;
  
  }
  
  
  .news_d_block > .inner > article > .sente .photo_box a img{
	margin: 0px 0 0 0;
	width: 100%;
	  height: 100%;
	display: block;
  }
  
  
  
.news_d_block .btn_block{
    max-width: 1200px;
    margin: 24px auto 24px;
    width: 100%;
    position: relative;
}

.news_d_block .btn_block .btn01{
    margin: 24px auto 24px;
    width: 100%;
    position: relative;
}
  

  
  /*新着情報詳細 　ここまで*/
  
  
  











/*フッター*/
footer{
	width: 100%;
	position: relative;
	margin: 80px auto 0px!important;
	position: relative;
	background: #342d2b;
}
footer .inner{
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 16px 0 80px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}



nav#footer_nav{
	display: flex;
	padding: 0px 0 0px 0;
	margin: 0px 0% 0px 0;
	flex-wrap: wrap;
	width: 100%;
	/* justify-content: space-between; */
}

/*大メニュー*/

nav#footer_nav > div{width: auto;margin: 0px 16px 0px 0;display: flex;align-items: center;}

nav#footer_nav > div::before{content: "|";color: #fff;margin: 0 8px 0 0;}


nav#footer_nav div a{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin: 0 0px 0px 0;
	transition: 0.5s ease-in-out;
}



nav#footer_nav > div:nth-of-type(3){
	
}
nav#footer_nav > div:nth-of-type(3) a{
	text-align: right;
}







nav#footer_nav > div ul{

}

nav#footer_nav > div ul li{

margin: 0 0 4px 0;
}

nav#footer_nav > div ul li a{font-weight: normal;margin: 0 0 0 20px;font-size: 12px;}



nav#footer_nav:nth-of-type(2){
	display: flex;
	padding: 0px 0 0px 0;
	margin: 0px auto 0 auto;
	flex-wrap: wrap;
	width: 100%;
	max-width: 960px;
	/* justify-content:flex-start; */
}

nav#footer_nav:nth-of-type(2) div{width: 180px;margin: 0 16px 0 0;}






footer p#copyright{
	font-size: 12px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	padding: 0px 0 0px 0;
	margin: 32px 0 0px 0;
}




footer .left{
	
width: 45%;
	
margin: 0 0 56px 0;
}








footer .sns{

display: flex;

width: 30%;

min-width: 100px;

justify-content: space-between;

margin: 16px 0 16px 0;
}

footer .sns li{

width: 90%;

max-width: 75px;

margin: 0 16px 0 0;
}


footer .sns li a{
line-height: 0;
display: block;
}

footer .sns li img{

width: 100%;
}






footer ul.right{
	
width: 100%;
	
margin: 16px 0 16px 0px;
}
footer ul.right li{color: #fff;font-size: 14px;}



footer ul.right figure{
	color:#F0F0F0;
	font-size: 56px;
	opacity: 0.7;
}


/*フッターここまで*/



/* 改行調整 pc表示では消 */
br.pc_none{
	display: none;
}


















		/*ページネイション*/
		.pagination {
			margin: 0px auto 0px;
			/*width: 960px;*/
			width: 100%;
			padding: 15px 0;
		}
		.pagination_inner {
		    display: flex;
						justify-content: center;
		}
		.pagination_inner li {
		    margin: 0 12px 0 0;
		}
		.pagination_inner li:last-child{
				margin-right: 0;
		}

		.pagination_inner li a {
		    color: #fff;
		    background: #342d2b;
		    display: block;
		    padding: 8px 12px 8px 12px;
		    font-size: 14px;
		    transition: 0.3s ease-in-out;
		}




		.pagination_inner li a.pagination_on{
		    background: #999999;
		}


		/*ページネイション　ここまで*/
/* オブジェクトフィット */
.ofi_cv{
	object-fit: cover;
	font-family: 'object-fit: cover;';
	height: 100%;
	width: 100%;
	}
/* オブジェクトフィット ここまで*/





/* 印刷用設定 */
@media print{

	#wrapper{
	    overflow: auto;
	}
	
	
	
	
	
}
/* 印刷用設定ここまで */




@media screen and (min-width:767px) and ( max-width:959px) {
	#globalNavi ul li a {
font-size: 12px;
	}

	#head_btn_block article {
	    font-size: 10px;
	}

	#head_btn_block article {
	    margin: 16px auto 0 auto;
	}

	#globalNavi ul {
	    width: 100%;
	    margin: 0 auto 0 auto;
	}


}
