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

@media screen and (max-width: 768px) {
#upperArea {
    background-color: rgba(0,0,0,0.50);
    z-index: 2;
    display: block;
    width: 100%;
    position: fixed;
    height: 60px;
}    
#catch {
	max-width: 100%;
}    
.logoArea {
    width: 36%;
    top: 10px;
}
     
.slider .slides li img {
	display: block;
	width: 100%;
	max-width: 100%;
    height: 100vh;
	margin: 0px;
	padding: 0px;
    object-fit: cover;
}
#content01 {
    width: 80%;
    max-width: 80%;
    margin-top: 50px;
}
#content01 img {
    display: block;
    width: 50%;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#content02-wrp {
	width: 100%;
	height: 500px;
	background-color: #000;
	margin-top: 30px;
}
#content02-wrp2 {
	width: 100%;
	height: 485px;
	background-color: #000;
	margin-top: 30px;
}
#content02 {
	width: 100%;
	height: auto;
}
.gallery-wrap {
  width: 100%;
  height: 50vh;
  display: block;
  flex-direction: row;
}
.item {
  flex: 1;
  width: 100%;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
  position: relative;
  z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
    
#content03-wrp {
    width: 100%;
}

.list-item {
    width: 80%;
    height: 360px;
    padding-top: 0;
    padding-right: 0%;
    padding-left: 0;
    padding-bottom: 0%;  /* ガター */
    float: none;
    -webkit-box-sizing: border-box;  /* Chrome  */
    -moz-box-sizing: border-box;     /* Firefox */
    box-sizing: border-box;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}
.list-item img {
	display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
	transition: 0.5s;
}
.viewBtn {
    width: 80%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.feedArea {
    width: 80%;
}
.arrowSize {
    width: 50%;
}
.about-L {
    width: 100%;
    height: auto;
    margin-right: 0%;
    margin-bottom: 3%;
    display: block;
    float: left;
}
.about-R {
    width: 100%;
    height: auto;
    margin-left: 0%;
    margin-bottom: 3%;
    display: block;
    float: left;
}
.archiveBox {
    width: 100%;
    max-width: 1024px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    display: block;
}
.archiveImg {
    width: 100%;
	height: auto;
	display: block;
    margin-bottom: 3%;
}
.suportBox,.outBox {
    width: 100%;
    max-width: 1024px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    display: block;
}
.suportDetail,.outDetail {
    width: 100%;
	height: auto;
	display: block;
    position: none;
}
.suportDetail img,.outDetail img {
    position: relative;
    bottom: 0px;
    margin-top: 15px;
    margin-bottom: 40px;
}
/*---------------------------------------
 single-works
 ---------------------------------------*/
#works-info {
    width: 80%;
    max-width: 80%;
    margin-top: 40px;
}
.works-img {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}
.works-imgSize {
    height: 200px;
    object-fit: cover;
    margin-bottom: 40px;
}
.works-detail {
    width: 80%;
    margin-left: 0%;
}
.works-detail td {
    height: 50px;
}
/*---------------------------------------
 single-service
 ---------------------------------------*/
.serviceImg-L {
    width: 100%;
    display: block;
    float: left;
}
.serviceImg-R {
    width: 100%;
    display: block;
    background-color: #C6EBFF;
    float: left;
}
.otheService {
    width: 50%;
    display: block;
    float: left;
    overflow: hidden; /*画像拡大時にはみ出た部分を隠す*/
    position: relative;
}
.otheService img {
	display: block;
	transition: 0.5s;
}
.otheService img:hover {
	transform: scale(1.1);
}
.otherCaption {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
    color: #FFFFFF;
    font-size: 0.875em;
    font-weight: 500;
}
/*---------------------------------------
 workflow
 ---------------------------------------*/
#flow-wrp {
    width: 80%;
    max-width: 80%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	margin-top: 15px;
	overflow: hidden;
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.flowBox {
    height: auto;
    flex-direction: column;
}
.flowImg-L {
    width: 100%;
    display: block;
    float: left;
    margin-top: 5%;
}
.flowImg-R {
    width: 100%;
    display: block;
    float: left;
    margin-top: 5%;
}
.flowtxt-L {
    width: 100%;
    display: block;
    float: left;
    margin-right: 0%; 
}
.flowtxt-R {
    width: 100%;
    display: block;
    float: left;
    margin-left: 0%;
}
.stepRight {
    text-align: left;
    display: inline-block;
    float: left;
    margin-top: 15px;
    padding-bottom: 2%;
    border-bottom: thin solid #B2B2B2;
}
.readLeft {
    text-align: left;
    display: block;
    width: 100%;
    margin-top: 30%;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.6em;
    
}
.stepLeft {
    text-align: left;
    display: inline-block;
    float: left;
    padding-bottom: 2%;
    border-bottom: thin solid #B2B2B2;
}
.readRight {
    text-align: left;
    display: block;
    width: 100%;
    padding-left: 0%;
    margin-top: 25%;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.6em;
    
}
/*---------------------------------------
 about
 ---------------------------------------*/
#company-info {
    width: 80%;
    max-width: 80%;
	margin-top: 15px; 
}
.outline-L {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-right: 0%;
    float: left;
    text-align: left;
}
.outline-R {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 2%;
    padding-bottom: 2%;
    float: left;
}
#gmapArea {
	display: block;
    height: 300px;
    position: relative;
    margin-top: 30px;    
}
.signature img {
    width: 20%;
    height: auto;
    display: block;
    position: absolute;
    right: 0px;
}
/*---------------------------------------
 footer
 ---------------------------------------*/    
#footer-wrp {
    margin-top: 100px;
	height: auto;
}
.footerContent {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.footerContent-L {
    width: 100%;
    float: none;
}
.footerContent-R {
    width: 100%;
    float: none;
}
.footerBanner {
    width: 40%;
    height: auto;
    display: block;
    margin-right: auto;
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: auto;
}
address {
    color: #fff;
    text-align: center;
    font-size: x-small;
    text-decoration: none;
    font-style: normal;
    margin-top: 5%;
}
#page-top {
    bottom: 40%;
}
    
h1 img {
    width: 50%;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    display: block;
}    
    
/*---------------------------------------
 elements
 ---------------------------------------*/
.mgt30 {
    margin-top: 15px;	
}
.mgt60 {
	margin-top: 30px;
}
.mgt100 {
    margin-top: 50px;	
}
.mgt160 {
    margin-top: 80px;	
}
	
}