@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px auto 0px auto;
	background-color: #080810; 
}

main {
	margin: 0px;
}

/*---------contetn wrap--------*/
.content_wrap{
	width: 100%;
	position: absolute;
    height: auto;
    margin: 0px auto 0px auto;
}
hr {
	height: 1px;
	background: #7d8292;
	border: none;
   }
/*---------Header--------*/
header{
    position:fixed;
    margin:  0px auto;
    height: 130px;
    width: 100%;
    z-index: 3;
	background-color: #161c28;
}
.header_wrap{
    display: flex;
}
.global_menu {
	display: flex;
	align-items: center;
	width: 100%;
	height: 40px;
}
.logo_header {
	width: 100px;
	height: auto;
	margin: 20px auto 15px auto;
	display: flex;
}
/*---------Main visual--------*/
.main_visual{
	margin: 130px auto 0px auto;
	max-width: 2600px; 
	width: 100%;
	height: auto;
	background-color: #080810; 
}
/*---------article--------*/
.article_box {
	text-align: center;
	width: 100%;
	margin: 0px auto;
}
.article_wrap_img  {
	width: 65%;
	height:  auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items:flex-start;
	padding: 45px;
}
/*----campany orner----*/
.article_wrap_img2  {
	width: 30%;
	height:  auto;
	display: flex;
	flex-direction: column;

	align-items:flex-start;
	padding: 45px;
}
/*-------------*/
/*----top 1 3----*/
.article_wrap_img3  {
	width: 65%;
	height:  auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items:flex-start;
	padding: 0px 45px;
}
/*-------------*/
/*----top 4----*/
.article_wrap_img4  {
	width: 50%;
	height:  auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items:flex-start;
	padding: 45px;
}
/*-------------*/
.article_wrap_text {
	width: 35%;
	height:  auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items:flex-start;
}
.article_wrap_text2 {
	width: 60%;
	height:  auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items:flex-start;
}
.article_wrap_text4 {
	width: 50%;
	height:  auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items:flex-start;
}
.wrap_left {
	width: 350px;
	left: 0;
}/*---------size_--------*/
.size_responsive{  
    width: 100%;
    height: 100%;
}
.size_resp_h_auto{  
    width: 100%;
    height: auto;
}
.size_resp_h_auto2{
    width: 60%;
    height: auto;
}
/*---------Wrapper_2 content--------*/
.work_wrapper{
    display: flex;
    justify-content:right;
    height: auto;
    margin: 0px auto;
	max-width: 1280px;
}
.work_wrapper_r{
    display: flex;
    justify-content:left;
    height: auto;
    margin: 0px auto ;
	max-width: 1280px;
}
.work_wrapper_milieu{
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    height: auto;
    margin: 0px auto ;
	max-width: 1280px;
}
/*--------frame---------*/
.frame_wrap{
	width: 100%;
	margin: 0px ;
}
.frame_wrap2{
	width: 70%;
	margin: 0px ;
}	
/*---------photo frame---------*/
.article_wrap_g {
	width: 50%;
	height:  auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items:flex-start;
}
.article_wrap_d {
	width: 50%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items:flex-end;
}	
/*---------FOOTER---------*/
footer{
    width: 100%;
	height: auto;
	background-color: #161c28;
	margin: 0px auto ;
}

.footer_wrapper {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	padding: 20px 0 6px 0;
}
.footer_sns, .footer_logo{
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
	padding: 15px 0 15px 0;
}
.footer_sns:hover{
	opacity: 0.6;
}
.footer_text {
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	justify-content: center;
	font-size: 0.7em;
	letter-spacing: 0.3em;
	line-height: 1.4em;
	color: #485167;
	text-align: center;
	margin-bottom: 0px;
}
.footer_line {	
	width: 100%;
	border-bottom: solid 1px #7d8292;
	padding-bottom: 16px;
}			
/*-----------------SP size-----------------*/ 
@media screen and (max-width:500px){
  /*---menu PC display-none--*/ 
header{
    height: 60px;
}
.main_visual_sp{
	margin: 60px auto 0px auto;
	height: auto; 
	width: 100%;
	background-color: #080810; 
}	
.content_wrap{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
    height: auto;
    margin: 0px auto 0px auto;
}		
.work_wrapper{
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	height: auto;
}		
.article_wrap_img{
    width: 100%;
	height: auto;
	align-items: flex-start;
	padding: 0px;
	margin: 10px;
}
.article_wrap_img2{
    width: 60%;
	height: auto;
	align-items: flex-start;
	padding: 0px auto;
	margin: 30px auto;
	padding: 20px;
}
.article_wrap_img3{
    width: 100%;
	height: auto;
	align-items: flex-start;
	padding: 0px;
	margin: 10px;
}
.article_wrap_img4{
    width: 100%;
	height: auto;
	align-items: flex-start;
	padding: 0px;
	margin: 10px;
}
.article_wrap_text2{
    width: 100%;
	height: auto;
	align-items: flex-start;
	padding: 0px 10px;
}
.article_wrap_text{
    width: 100%;
	height: auto;
	align-items: flex-start;
	padding: 0px 10px;
}
.article_wrap_text4{
    width: 100%;
	height: auto;
	align-items: flex-start;
	padding: 0px 10px;
}	
/*--------frame---------*/
.frame_wrap{
	width: 100%;
	margin: auto;
}		
.frame_wrap2{
	width: 100%;
	margin: auto;
}		
.logo_title_wrap,.article_wrap, .article_wrap_d, .article_wrap_g{
    width: 100%;
	height: auto;
	align-items: flex-start;
}
.work_wrapper_r{
	display: flex;
	flex-wrap:wrap-reverse;
	width: 100%;
	height: auto;
}
footer{
	margin: 0px auto -120px auto;
}
/*---------DISPLAY NONE--------*/
.icon_header_wrap, .global_menu,.main_visual, .logo_header {
display: none;
}
	
}

/*-----------------PC size DISPLAY NONE-----------------*/ 
@media screen and (min-width:501px){
  /*---menu PC display-none--*/ 

.main_visual_sp{
	display: none;
}	
	
	
	
}
