@charset "utf-8";



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



#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: 700;
	background-color: #ffffff;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	font-size: 12px;
	border: 1px #231815 solid;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	/* box-shadow: -6px 6px 0px #231815; */
}


#page-top a:hover{
	color: #ffffff;
	background-color: #2756a4;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	/* box-shadow: 0px 0px 0px #231815; */
}


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

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




#page-top a:hover{opacity: 1;-webkit-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;}

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




/*　　　　　　　　　　　　--ヘッダー--　　　　　　　　　　　　　　　*/

body#top header{
	width: 100%;
	background: rgba(255,255,255,0.95);
	background-size: cover;
	background-position: 100% 60%;
	z-index: 100;
	top: 0px;
	position: absolute;
	/* border-top: 8px #231815 solid; */
	/* border-bottom: 1px #231815 solid; */
	/* box-shadow: 0px 0px 1px #231815; */
	transition: 0.5s ease-in-out;
}
  
header{
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	background-size: cover;

	background-position: 100% 60%;
	z-index: 100;
	top: 0px;
	position: relative;
	/* border-top: 8px #231815 solid; */
	/* border-bottom: 1px #231815 solid; */
	/* box-shadow: 0px 0px 1px #231815; */
	transition: 0.5s ease-in-out;
}
header.under{

	    position: relative;
}



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

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

#header_logo a:hover{
opacity: 0.7;
transition: 0.5s ease-in-out;
}



#header_logo img{
	
width: 100%;
}


#head_inner .right{

width: 83%;

margin: 0px 0 0 auto;

display: flex;

justify-content: flex-end;

align-items: center;
}


#head_btn_block{

width: 45%;

margin: 0px 0% 0 0;

display: flex;

align-items: center;

justify-content: flex-end;
}



#head_btn_block article.contact_block{

font-weight: 700;

font-size: 1.1vw;

display: flex;

margin: 0px 0px 0 0;

align-items: center;

justify-content: flex-end;

width: 100%;
}
#head_btn_block article.contact_block .tel{

display: flex;

width: auto;

justify-content: flex-end;

align-items: center;

font-size: 1.2vw;
}





#head_btn_block article.contact_block .tel span{
	color: #2756a4;

}






#head_btn_block article.contact_block .tel img{width: 10%;height: 100%;display: block;margin: 0 4% 0 0;}



#head_btn_block .btn_lang{
    position: relative;
    width: 18%;
    max-width: 150px;
    margin: 0 0% 0 auto;
    font-weight: 700;
    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;}

#head_btn_block .btn_lang_text:hover {
    opacity: 0.7;
    box-shadow: 0px 0px 0px #231815;
    background: #2756a4;
    color: #fff;
    /* border: 1px #fff solid; */
}




#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.lang_list li a:hover{
	display: block;
	background: #2756a4;
	padding: 8px 4px;
	font-size: 14px;
	color: #fff;
	width: 100%;
	    transition: 0.5s ease-in-out;
	}
	



#head_btn_block .btn_contact{width: 32%;min-width: 110px;margin: 0 0% 0 5%;}

#head_btn_block .btn_contact a{
	font-weight: 700;
	color: #2756a4;
	font-size: 0.9vw;
	background: #F8F8F8;
	display: block;
	padding: 8px 8px;
	text-align: center;
	border: 1px #8e8e8e solid;
	transition: 0.5s ease-in-out;
	border: 1px #231815 solid;
	/* box-shadow: -8px 8px 0px #231815; */
}
#head_btn_block .btn_contact 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;}

#head_btn_block .btn_contact a:hover::before{
width: 0;
height: 0;
border-top: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 4px solid transparent;
border-left: 6px solid #fff;
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:hover{/* opacity: 0.7; */box-shadow: 0px 0px 0px #231815;background: #2756a4;color: #fff;border: 1px #fff solid;}

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





#btn_open_modal{background: #231815;padding: 0px;width: 100%;display: none;text-align: center;line-height: 0;max-width: 50px;transition: 0.5s ease-in-out;}
#btn_open_modal a{
	color: #fff;
}
#btn_open_modal:hover{
opacity: 0.7;
}

#btn_open_modal img{

width: auto;

display: block;

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




#btn_open_modal{
display: none;

}


#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: 700;
	    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: #231815;
			    transition: 0.5s ease-in-out;
}

.close-modal_area:hover{
	color: #fff;
	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: 6% 0 0 0;
  position: relative;
  z-index: 0;
}


.modal-content > ul{
  max-width: 960px;
  margin: 48px auto 48px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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


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

.modal-content > ul > li > a{
	color: #010101;
	border-bottom: 1px #6dcaeb solid;
	padding: 0 0 4px 0;
	margin: 0 0 8px 0;
	font-size: 18px;
	display: block;
	width: 100%;
	font-weight: 700;
	transition: 0.5s ease-in-out;
}

.modal-content > ul > li > a::after{
	content: "";
	display: block;
	background: linear-gradient(to right, #ffffff 1%,#65c7ea 31%,#1d5aa4 64%,#002982 100%);
	height: 2px;
}



.modal-content > ul > li > a:hover {
    color: #2756a4;
    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%;
  padding: 0px 0 0px;
  /* position: absolute; */
  z-index: 100000;
  position: fixed!important;
  /* 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 16px #51dada;
}

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: #231815; */
	width: 53%;
}

#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: #333;
	font-weight: 700;
	font-size: 0.9vw;
	text-align: center;
	display: block;
	padding: 8px 0px;
	margin: 0px 0 0px;
	transition: 0.5s ease-in-out;
	width: 100%;
}



#globalNavi ul li a:hover{
	    background: #2756a4;
	    transition: 0.5s ease-in-out;
	    color: #fff;
	}


	


/*グローバルナビ*/


/* ドロップダウン */

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


.globalNavi_dropd:hover ul{
	display: block!important;
	position: absolute!important;
	top: 51px!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: 1!important;
	pointer-events: auto!important;
	border-top: 1px #fff solid!important;
}

.globalNavi_dropd:hover ul li{

		
}

.globalNavi_dropd:hover 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;
}

.globalNavi_dropd:hover ul li a:hover{
    background: #999999!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: 40%;
	margin: 0 5% 0 19%;
	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: 700;
	/* display: flex; */
	justify-content: flex-end;
	background: rgba(81,218,218,0.8);
	padding: 3%;
}
.mainImage_area01 .catch01 li:nth-child(1){font-size: 3.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 16px 0px;/* text-align: center; */border-bottom: 1px solid #fff;}
.mainImage_area01 .catch01 li:nth-child(2){
	font-size: 2.5vw;
	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: 1.2vw;
	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 .video_wrap {
	height: 800px;
	overflow: hidden;
	width: 100%;
}
.video_wrap video {
	width: 100%;
	object-fit: cover;
	margin: 0% 0 0 0%;
}
.video_wrap video source{
	width: 100%;
	height: 100%;
	object-fit: cover;
}





#bg_mainImage{height: 800px;}




/* トップ新着情報 */


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

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


.top-news h2.title01 span{
	

}



.top-news > .inner{
	margin: 32px 5% 32px 0%;
	width: 60%;
	max-width: 1024px;
}

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

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



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


.top-news .btn01 a {
    padding: 8px 0;
}

.top-news .btn01 {
    width: 48%;
    max-width: 488px;
    margin: 0px auto 0px;
}









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


.top-news > .inner article > a{
display: flex;
color: #231815;
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: 700;
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: 700;
	    width: 85px;
}


.top-news > .inner article > a:hover > .title {
	/* text-decoration: underline; */
	opacity: 0.5;
	transition: 0.5s ease-in-out;
}



/* リンクがなし場合 */
.top-news > .inner article > div{
	display: flex;
	    color: #231815;
	    /* 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;
}
.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-size: 14px;
	font-weight: 700;
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* width: 80%; */
	/* min-width: 747px; */
	width: 100%;
	transition: 0.5s ease-in-out;
}

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



.top-news > .inner article > div > .title a:hover{color: #2756a4;transition: 0.5s ease-in-out;}


.top-news > .inner article > div > .icon_box > span.icon01{
	font-size: 14px;
	background: #f8f8f8;
	color: #231815;
	border: 1px #8e8e8e solid;
	/* 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 > span.icon02{
	font-size: 14px;
    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 2px 0px;
	display: block;
	margin: 0 24px 0 0px;
	width: 90px;
}

.top-news > .inner article > div > .icon_box > span.icon03{
	font-size: 14px;
	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: 14px;
	margin: 0 24px 0 0px;
	font-weight: 700;
	width: 95px;
}



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








/*about us */
.top-aboutus{
	    margin: 72px auto 72px auto;
	    width: 100%;
	    padding: 48px 0;
	    position: relative;
	    background: #f7f7f7;
}



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




.top-aboutus .inner{margin: 40px auto 0;width: 100%;max-width: 1024px;color: #fff;padding: 32px;background: rgba(53, 53, 53, 0.9);position: relative;line-height: 2em;}

.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: 100%;
    /* position: absolute; */
    /* bottom: -140px; */
    height: 320px;
    /* overflow: hidden; */
    z-index: -1;
    margin: -160px 0 0;

}
.top-aboutus figure img{width: 100%;height: 100%;display: block;object-fit: cover;}



.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: 700;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: 700;
	
font-size: 18px;
}


.top-aboutus .btn01{
	width: 50%;
	max-width: 500px;
	margin: 40px auto 0px;
}

.top-aboutus .btn01 a{

}







/* トップ関連会社 */
.top-business{
	
margin: 0px auto 0px auto;
	
width: 100%;
}
    
    .top-business .inner{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        margin: 32px auto 32px;
    }
    
    .top-business .inner article{
        /* display: flex; */
        /* background: #231815; */
        position: relative;
        width: calc(99% / 2);
        margin: 0 0 0px 0;
    }

 
    
    .top-business .inner article:nth-of-type(2){
    flex-direction:row-reverse;
    }
    
    .top-business .inner article figure{
        width: 100%;
        height: 320px;
        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:hover figure img{
        transform: scale(1.2);
        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: 32px;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: 16px;
		}
    
    .top-business .inner article dl dd.btn01 a:hover{
        
border: 1px #2756a4 solid;
        
box-shadow: 0px 0px 0px #ffffff;
        
background: #ffffff;
        
color: #2756a4;
        
opacity: 1;
    }
    
    









/* トップリクルート */
.top-recruit{
	
margin: 80px 0 0;
	
position: relative;
	}
	.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: 1200px;
		font-size: 48px;
		color: #2756a4;
		border-bottom: 1px #231815 solid;
		display: block;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		letter-spacing: 0.06em;

	}
	.top-recruit h2.title01 span:nth-child(2){
		margin: 16px auto 0;
		width: 100%;
		font-size: 1vw;
		color: #2756a4;
		display: block;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
	}
		
	.top-recruit article{display: flex;width: 100%;max-width: 1200px;margin: 32px 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:hover img{
	transform: scale(1.1);
	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: 8px 16px;
		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: 20px;
	color: #2756a4;
	font-weight: 700;
	}
.top-recruit article figure a figcaption:last-of-type span:nth-child(2){
	font-size: 14px;
	}
	
	
	
	
	.top-recruit article figure a figcaption.catch span:nth-child(1){display: block;width: 100%;font-size: 24px;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: 24%;
	height: 300px;
/* position: absolute; */
	
top: 0;
	
left: 0;
	
margin: 0 1.5% 16px 0;
	}
	.top-recruit article figure:nth-of-type(2){
	height: 300px;
width: 74.5%;
	
margin: 0 0% 16px 0;
	}
	.top-recruit article figure:nth-of-type(3){
	
width: calc(97% / 3);
	height: 240px;
margin: 0 1.5% 0 0;
	}
	
	

	
	
	.top-recruit article figure:nth-of-type(5){
	
width: calc(97% / 3);
	height: 240px;
margin: 0 0 0 0%;
	}
	.top-recruit article figure:nth-of-type(4){
		margin: 0 1.5% 0px 0;
		width: calc(97% / 3);
		height: 240px;
	}
	
	
	




/* トップアクセス */

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

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




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

/* ボタン共通 */

.btn01 {
    display: block;
    width: 270px;
    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 16px;
      text-align: center;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      font-weight: 700;
      font-size: 20px;
      border: 1px #ffffff solid;
}
.btn01 a:hover {
     -webkit-transition: 0.5s ease-in-out;
     transition: 0.5s ease-in-out;
     box-shadow: 0px 0px 0px #ffffff;
     color: #2756a4;
     background: #fff;
     border: 1px #2756a4 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: 700;
      font-size: 16px;
      border-radius: 32px;
}
.btn02 a i{
  color: #fff;
  margin: 0 8px 0 8px;
}
.btn02:hover a{
    background: #999999;
    color: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}



input.btn01 {
    display: block;
    width: 270px;
    color: #fff;
    background: #2756a4;
    font-size: 20px;
    padding: 8px 0px;
    border: solid 1px #fff;
    font-weight: 700;
    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;
}
input.btn01:hover {

    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: #fff;
    color: #2756a4;
    border: 1px #2756a4 solid;
}


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


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



/* 下層メイン画像 */
#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: 1200px;
	margin: 0 auto;
	position: absolute;
	top: auto;
	bottom: 15%;
	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: 36px;
  /* 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: 20px 24px 24px;
  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: 400px;
  height: auto;
}
.title_txt:nth-child(2){
	font-size: 28px;
	/* 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: 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;
	letter-spacing: 0.1em;
	}
  





#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%;
  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;
}





/* 採用情報メイン画像 */
.mainImage_recruit .title_txt:nth-child(1) {
    font-size: 56px;
    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: 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;
}
.mainImage_recruit .title_txt:nth-child(2) {
    font-size: 23px;
    /* 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: 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;
}

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



/* 採用情報メイン画像02 */
.mainImage_recruit02 .title_txt:nth-child(1) {
    font-size: 32px;
    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: 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;
}


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




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

#mainImage_u .point{
	margin: 0px auto 0px;
	position: relative;
	z-index: 2;
	/* background: rgba(0, 0, 0, 0.75); */
}

#mainImage_u .point h2{
	margin: 0px auto 0px;
	max-width: 1140px;
	color: #fff;
	font-weight: normal;
	padding: 24px 0 0px 0;
	font-size: 28px;
}

#mainImage_u .point article{position: relative;display: flex;width: 100%;max-width: 1140px;margin: -30px auto 0px;justify-content: space-between;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);}

#mainImage_u .point article a{display: block;width: 24%;background: #fff;transition: 0.5s ease-in-out;}

#mainImage_u .point article a:hover{
	background: #2756a4;
		transition: 0.5s ease-in-out;
}
#mainImage_u .point article a:hover figcaption span:nth-of-type(1){
color: #5E99E1;
	transition: 0.5s ease-in-out;
}
#mainImage_u .point article a:hover figcaption span:nth-of-type(2){
color: #fff;
	transition: 0.5s ease-in-out;
}





/* 
#mainImage_u .point article a:first-child{display: block;width: 24%;background: #2756a4;}

#mainImage_u .point article a:first-child figure{border: none;}

#mainImage_u .point article a:first-child figcaption span:nth-of-type(1){

color: #5E99E1;
}
#mainImage_u .point article a:first-child figcaption span:nth-of-type(2){

color: #fff;
} */



#mainImage_u .point article figure{display: flex;border: 1px #cccccc solid;padding: 8px;justify-content: space-between;}

#mainImage_u .point article a:hover figure{
	border: 1px #2756a4 solid;
		transition: 0.5s ease-in-out;
}

#mainImage_u .point article figure figcaption{display: block;width: 56%;}
#mainImage_u .point article figure figcaption span:nth-of-type(1){display: block;color: #2756a4;font-weight: 700;font-size: 12px;}
#mainImage_u .point article figure figcaption span:nth-of-type(2){display: block;color: #231815;font-weight: 700;font-size: 12px;}


#mainImage_u .point article figure img{display: block;width: 100%;max-width: 86px;height: 100%;border: 1px #c1c1c1 solid;}

/* 下層メイン画像ポイント ここまで*/
/*下層メイン画像　ここまで*/




/*タイトル装飾*/

h2.title01{
	width: 100%;
	font-size: 40px;
	color: #231815;
	text-align: center;
	margin: 0px 0 0px 0;
	position: relative;
	z-index: 0;
	letter-spacing: 0.02em;
}

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: 48px;
    color: #353535;
    border-bottom: 1px #231815 solid;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    letter-spacing: 0.06em;
 }
	h2.title01 span:nth-child(2){
		margin: 16px auto 0;
		width: 100%;
		font-size: 20px;
		color: #2756a4;
		display: block;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		}
h2.white span{

color: #e0ff35;
}





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: 32px;
    border-top: 2px #2756a4 solid;
    padding: 8px 0 8px 0px;
    margin: 0px auto 16px;
    /* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
    letter-spacing: 0.8pt;
    font-weight: 700;
    color: #231815;
    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: 700;
	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: 700;
	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: 700;
	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 {
    font-size: 28px;
    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%;
}


h4.title02 {
    font-size: 20px;
    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: 20px;
    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%;
}





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






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

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

ul.breadcrums li a{font-size: 12px;
    font-weight: 700;
    color: #2756a4;}
ul.breadcrums li a:hover{
border-bottom:1px #999999 solid;
}


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





/* 下層タブ*/
.u_tabmenu{
  padding: 0px 0 0px 0;
  margin: 24px auto 0px;
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.u_tabmenu li{
  width: calc(95% / 4);
  margin: 0 1.3% 0 0;
}
.u_tabmenu li:nth-child(4n){
  margin-right:0!important;
}
.u_tabmenu li:nth-child(n + 5){
  margin-top:16px!important;
}
.u_tabmenu li a{
  color: #2756a4;
  background: #fff;
  font-size: 20px;
  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:hover{
  color: #fff;
  background: #2756a4;
  font-size: 20px;
  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:hover::before {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #ffffff;
    content: "";
    display: inline-block;
    transition: 0.5s ease-in-out;
}

.u_tabmenu li a::before {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #2756a4;
    content: "";
    display: inline-block;
    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: 15%;
	min-width: 190px;
	margin: 0 0 0 0;
	font-size: 16px;
	padding: 16px;
	color: #222;
	font-weight: 500;
	background: rgba(232,241,255,0.7);
}

.table01 dd{
	/* min-width: 670px; */
	width: 85%;
	font-size: 16px;
	padding: 16px;
	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: 80px auto 80px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 0% 80px 8%;
    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: 74%;
		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: 23%;
	/* 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: 80px auto 80px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 0% 80px 8%;
    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: 40%;
	font-size: 16px;
	display: block;
	margin: 0px 0 56px;
	}
  
  .rinen_block .sente p{margin: 0 0 16px 0;font-size: 16px;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: 55%;
	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% 8% 0% 0%;
	}
  
  .rinen_block:nth-child(2n) figure{
	width: 55%;
	margin: 0 5% 0 0;
	display: block;
	height: 100%;
	}
  


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


.rinen_block .sente .president_name dt{
	font-size: 20px;
	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: 20px;
	/* text-align-last: justify; */
	}

.rinen_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;
}

/* 会社概要 */

.profile_block{
	/*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;
	}


  
  
  .profile_block .sente{
	width: 66%;
	font-size: 16px;
	display: block;
	margin: 0px 0 56px;
	}
  
  .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: 34%;
	margin: 0 5% 0 0%;
	display: block;
	height: 100%;
	line-height: 0;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 11%;
	opacity: 0.2;
	}
  .profile_block figure img{
	width: 100%;
	/* padding: 56px; */
	}


	/* 沿革 */

	.history_block{
		/*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% 0% 0% 8%;
		position: relative;
		}
	
	
	  
	  
	  .history_block .sente{
		width: 66%;
		font-size: 16px;
		display: block;
		margin: 0px 0 56px;
		}
	  
	  .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;
		}
	  .history_block figure img{
		width: 100%;
		/* padding: 56px; */
		}
	
	


/* アクセス */
.access_block {
	max-width: 1200px;
	margin: 80px auto 80px;
	width: 90%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	}
  
  .access_block iframe {
	width: 34%;
	height: 300px;
	margin: 0 0 88px 0;
	display: block;
	}
  
  .access_block dl{
	/* display: flex; */
	position: relative;
	margin: 0px 0 88px 3%;
	/* flex-wrap: wrap; */
	width: 63%;
	}
  .access_block dl:last-of-type{
	/* display: flex; */
	position: relative;
	margin: 0px 0 56px 0;
	/* flex-wrap: wrap; */
	width: 63%;
	}

	.access_block dl.nog{
		/* display: flex; */
		position: relative;
		margin: 0px 0 56px 0;
		/* flex-wrap: wrap; */
		width: 63%;
		}
	
  
  .access_block dl dt{
	  background-color: #ffffff;
	  width: 100%;
	  margin: 0 0 24px 0;
	  font-size: 24px;
	  padding: 0px 16px;
	  /* border-bottom: 1px solid #253136; */
	  color: #253136;
	  font-weight:bold;
	 }
  
  .access_block dl dd{
	width: 100%;
	font-size: 14px;
	padding: 32px 32px;
	/* 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: 80px auto 80px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 0% 80px 8%;
    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: 42%;
	font-size: 16px;
	display: block;
	margin: 0px 0 56px;
	}
  
  .business_message .sente p{margin: 0 0 16px 0;font-size: 16px;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: 55%;
	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: 0px auto 0px;
	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_branch .sente{
	width: 66%;
	font-size: 16px;
	display: block;
	margin: 0px 0 0px;
	}
  
    
  .business_branch .sente h3{
	margin: 0px 0 0px;
	}
  
  
  .business_branch .sente .table01{
	margin: 0px 0 56px;
	}


  .business_branch 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_branch figure img{
	width: 100%;
	/* padding: 56px; */
	}



	.business_content{
		/*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% 0% 0% 8%;
		position: relative;
		}

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

	  .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;
		}
	  .business_content figure img{
		width: 100%;
		/* padding: 56px; */
		}
    
        


			.business_client{
				/*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% 0% 0% 8%;
				position: relative;
				}
		
			  .business_client .inner{
				width: 66%;
				font-size: 16px;
				display: block;
				margin: 0px 0 56px;
				}
			  

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



					.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: 80px auto 0px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 80px 0% 0px 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: 48%;
	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{

}

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

.product_hakuyo p a:hover{
    font-weight: 700;
	color: #51dada;
	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:hover{
    font-weight: 700;
	color: #51dada;
	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;
}



.product_hakuyo figure.bg_object:nth-of-type(1) {
	width: 30%;
	margin: 0 0 0 0%;
	display: block;
	position: absolute;
	top: 30%;
	left: 10%;
	z-index: 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: 80px auto 0px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 80px 0% 0px 0%;
	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 p a:hover{
    font-weight: 700;
	color: #51dada;
	transition: 0.2s ease-in-out;
}

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

.product_kogyo ul li a:hover{
    font-weight: 700;
	color: #51dada;
	transition: 0.2s ease-in-out;
}

.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: 17%;
	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: 80px auto 0px;
		width: 100%;
		max-width: 1200px;
}

.senkou_block h3{

	
}

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

.senkou_block .inner dl{

width: 20%;
}

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

font-size: 28px;

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


.senkou_block .inner dl dd{

margin: 24px 0 0 0;

padding: 16px;

font-size: 14px;

border: 1px #2756a4 solid;
}

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

/* 募集要項 */

.yokou_block{
	margin: 80px auto 80px;
	width: 100%;
	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: 35%;
  margin: 0 5% 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: 60%; z-index: 0;}

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


.recruit_bnr_block{display: flex;align-items: center;width: 100%;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;
}



/* 求める人物像 */

.motomeru_block{
	max-width: 1200px;
	margin: 80px auto 80px;
	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%;
		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;
	}
	
	.motomeru_block:nth-of-type(1){
		margin: 24px auto 0;
		width: 90%;
		background: none!important;
		border: none;
		border-top: solid 4px #2756a4;

		}
	
	.motomeru_block article:nth-of-type(1){
	  
margin: 24px auto 0;
	  
width: 100%;
	}
	.motomeru_block article:nth-of-type(1) h4{
	font-size: 32px;
	padding: 0 0 16px 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: 43%;margin: 0px 0px 0px 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: 55%;
	  }
	
	.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: 58%;
	  
	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: 33px 0 0 0;
	}
	.motomeru_block article:nth-of-type(2) .sente ul li{
	  
	font-size: 14px;
	  
	list-style: disc;
	  
	padding: 0 0 0 0px;
	  
	margin: 0 0 0 20px;
	}
	
	.motomeru_block article:nth-of-type(2) figure{
	  
	width: 38%;
	}
	.motomeru_block article:nth-of-type(2) figure img{
	  
	width: 100%;
	}
	
	
	
	
	
	
	
	
	
	/*リクルート　社員の声*/
	.shain_block{
		max-width: 1200px;
		margin: 80px auto 80px;
		padding: 0px 0 0px;
		display: flex;
		width: 90%;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.shain_block figure{
	  width: 25%;
	  margin: 0 0% 0 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: 25%;
	  margin: 0 0px 0 0%;
	}
	
	
	.empl_qa{width: 70%;z-index: 0;margin: 0 0 32px 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 24px 0;
	}
	.empl_qa dl dt{font-weight: bold;font-size: 24px;border-left: 4px #2756a4 solid;padding: 0 0 0px 16px;margin: 0 0 24px 0;}
	
	.empl_qa dl dd{
		margin: 8px 0 0px 28px;
		padding: 24px;
		background: rgba(232,241,255,0.7);
		border: 1px rgb(39 86 164 / 0.5) solid;
	}
	
	
	
	/*リクルート社員の声ここまで*/
	



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













/* フォーム */
.contact_block{
	max-width: 1200px;
	margin: 72px auto;
	width: 100%;
	
	}
	
	.contact_block form{
	  margin: 40px auto 0;
	  padding: 0px 0 0;
	  width: 80%;
	  border-top: 1px #d2d2d2 dashed;
	}
	
	.contact_block .note01{
	  margin: 28px 0 28px 0;
	}
	.contact_block .note01 span{
		color: #d70c18;
		font-size: 16px;
		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: 30%;
	padding: 0px 0 0px 0;
	margin: 0 0 0 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: 65%;
	padding: 0px 0 0px 0;
	margin: 0 0 0 auto;
	position: relative;
	}
	
	.contact_block form dd .note01{
	  font-size: 14px;
	  margin: 8px 0 0 0;
	  line-height: 1.4em;
	}
	
	.contact_block form dd input{
		  width: 100%;
			  padding: 8px;
				  font-size: 14px;
	}
	
	
	.contact_block form dd textarea{
		  width: 100%;
			  padding: 8px;
				  font-size: 14px;
	}
	
	.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: 16px;
		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;
	}
	form .privacy_box .sentence p a:hover{
		color: #2160b1;
		font-weight: bold;
		-webkit-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}
	
	form .privacy_box .sentence #check_area{
	
	}
	
	form .privacy_box .sentence #check_area #check{
	
	}
	
	form .privacy_box .sentence #check_area label{
		cursor: pointer;
	}
	
	
	
	
	
	
	
	
	
	/*----------送信完了----------*/
	.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: 28px 0;
}
.privacy_block_inner {
  width: 100%;
  max-width: 1200px;
  margin: 36px auto;
}
.pri_top_txt {
	width: 90%;
	margin: 0 auto;
}
.privacy_block_unit {
	width: 90%;
	margin: 0 auto;
}
.privacy_block_unit h4 {
	font-size: 18px;
	border-bottom: dotted 1px #ccc;
	margin: 24px 0;
	font-weight: bold;
}
.privacy_block_unit p {
  font-size: 16px;
  margin: 0 0 24px 36px;
}
.privacy_block_unit ul{
  font-size: 16px;
  margin: 24px 0 24px 58px;
  }
.privacy_block_unit ul li{
list-style-type: disc;
list-style-position: outside;
}



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






/*新着情報一覧 */
.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;

	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 .icon_box{
	display:  -webkit-box;
	display:  -ms-flexbox;
	display:  flex;
  }
  .news_block > .inner > article .icon_box > span.icon01{
    font-size: 14px;
    background: #f8f8f8;
    color: #231815;
    border: 1px #8e8e8e solid;
    /* border-radius: 2px; */
    text-align: center;
    padding: 2px 0px 2px 0px;
    display: block;
    margin: 0 24px 0 0px;
    width: 90px;
  }
  .news_block > .inner > article .icon_box > span.icon02{
     font-size: 14px;
    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 2px 0px;
    display: block;
    margin: 0 24px 0 0px;
    width: 90px;
  }
  .news_block > .inner > article .icon_box > span.icon03{
font-size: 14px;
    background: #2756a4;
    color: #fff;
    /* border-radius: 2px; */
    text-align: center;
    padding: 2px 0px 2px 0px;
    display: block;
    margin: 0 24px 0 0px;
    width: 90px;
  }
  .news_block > .inner > article .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 .icon_box > .date{
  font-size: 16px;
	  margin: 0 24px 0 0px;
	  font-weight: bold;
  }
  .news_block > .inner > article .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 .title, .news_block > .inner > article > a > .title_qa{
	margin: 0 0px 0 0px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
	width: 50%;
	transition: 0.2s ease-in-out;
  }
  
  
  .news_block > .inner > article > a:hover > .title, .news_block > .inner > article > a:hover > .title_qa {
	  opacity: 0.5;
		  transition: 0.2s ease-in-out;
  }
  .news_block > .inner > article .title_qa::before {
	  content: "Q.";
	  color: #dc9829;
	  font-size: 24px;
	  font-weight: bold;
	  margin: 0 8px 0 0;
  }
  
  .news_block > .inner > article .title img.icon_pdf{
	position: absolute;
	top: auto;
	bottom: 10px;
	right: 0%;
  }
  .news_block > .inner > article .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_block .btn01 a:hover {
		color: #253136;
		background: #ffffff;
		border: solid 1px #253136;
  }
  
  /*新着情報一覧 　ここまで*/
  
  /*新着情報詳細 */
  .news_d_block{
	max-width: 1200px;
	margin: 80px auto 80px;
	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{
	  /* width: 100px; */
    background: #f8f8f8;
    color: #231815;
    border: 1px #8e8e8e solid;
	  /* 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.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: 16px;
	  margin: 0 24px 0 0px;
	  font-weight: bold;
  }
  .news_d_block > .inner > article .title{
	margin: 1px 0px 32px 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: #253136;
	  font-size: 16px;
		border: solid 1px #253136;
	  font-weight: bold;
	  letter-spacing: 0.1em;
  }
  .news_d_block .btn01 a:hover {
		color: #253136;
		background: #ffffff;
		border: solid 1px #253136;
  }
  
  
  
  
  .news_d_block > .inner > article > figure{
	line-height: 0;
	width: 43%;
	margin: 0 0 0 0;
  }
  .news_d_block > .inner > article > figure img{
	width: 100%;
  }
  
  .news_d_block > .inner > article > .sente{
	width: 54%;
	margin: 0px 0 0 0;
  }
  .news_d_block > .inner > article > .sente p{
	
  }
  .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_detail .btn_block{
	
  }
  #news_detail .btn_block .btn01{
	margin: 0 auto;
  }
  
  
  
  /*新着情報詳細 　ここまで*/
  
  
  






/*フッター*/
footer{
	width: 100%;
	position: relative;
	margin: 80px auto 0px!important;
	position: relative;
	background: #231815;
}
footer .inner{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 16px 0 16px;
	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: 38%;
	/* 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: 700;
	color: #fff;
	display: block;
	margin: 0 0px 0px 0;
	transition: 0.5s ease-in-out;
}

nav#footer_nav div a:hover{
    transition: 0.5s ease-in-out;
    color: #2756a4;
}


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: 10%;

min-width: 100px;

justify-content: space-between;
}

footer .sns li{

width: 90%;

max-width: 45px;
}


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

footer .sns li img{

width: 100%;
}






footer ul.right{
	
width: 27%;
	
margin: 0 0 0px 32px;
}
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: 0px 0;
		}
		.pagination_inner {
		    display: flex;
						justify-content: center;
		}
		.pagination_inner li {
		    margin: 0 8px 0 0;
		}
		.pagination_inner li:last-child{
				margin-right: 0;
		}

		.pagination_inner li a {
		    color: #fff;
		    background: #231815;
		    display: block;
		    padding: 5px 15px 5px 15px;
		    font-size: 16px;
		    transition: 0.3s ease-in-out;
		}


		.pagination_inner li:hover a{
		    background: #999999;
				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%;
	}
/* オブジェクトフィット ここまで*/





/* 印刷用設定 */
@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;
	}


}
