@charset "utf-8";

/*=====================================

responsive.css

=====================================*/


.forPC { display: block; }
.forSP { display: none; }


.spMenu{
	display:block;
}

.menuBtn{
	display:none;
}

.mainVisual {
		overflow: hidden;
		width: 100%;
		min-height: 100vh;
	}
	
	.mainVisual ul img{
		position: relative;
		min-width: 100%;
		min-height: none;
		max-width: none;
		width: 100%;
	}

.commingSoon{
	position: absolute;
    bottom: 30px;
    left: calc(50% - 90px);
    font-family: 'Noto Sans SC';
    font-weight: 700;
}


/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
.forPC { display: none; }
.forSP { display: block; }
	
	.mainVisual {
		overflow: hidden;
		width: 100%;
		height: 100vh;
	}
	.mainVisual ul{
		margin-top: 30px;
	}
	
	.mainVisual ul img{
		position: relative;
	}
	.commingSoon{
		bottom:250px;
	}
	
/* layout */

body {
    min-width: inherit;
	font-size: 14px;
}
.container {
    width:96%;
	padding-left:2%;
	padding-right:2%;
}


.contents {
    width: 100%;
}
.side {
    width: 100%;
	float:none;
}

/* header */

.headerLogo p, .headerLogo h1 {
    font-size: 9px;
    margin: 0 0 4px;
}
.menuBtn,
.menuBtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	
}
.menuBtn {
    height: 31px;
    position: absolute;
    right: 2%;
    top: 19px;
    width: 40px;
}
.menuBtn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #3d5999;
	border-radius: 4px;
}
.menuBtn span:nth-of-type(1) {
	top: 0;
}
.menuBtn span:nth-of-type(2) {
	top: 20px;
}
.menuBtn span:nth-of-type(3) {
	bottom: 0;
}

.menuBtn span:nth-of-type(2) {
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.menuBtn.active span:nth-of-type(1) {
	width: 45%;
	-webkit-transform: translate3d(2px, 7px, 0px) rotate(45deg);
	transform: translate3d(2px, 7px, 0px) rotate(45deg);
}
.menuBtn.active span:nth-of-type(2) {
	-webkit-transform: translate3d(-21px, 0px, 0px) rotate(-45deg);
    transform: translate3d(-21px, 0px, 0px) rotate(-45deg);
}
.menuBtn.active span:nth-of-type(3) {
	width: 45%;
	-webkit-transform: translate3d(18px, -3px, 0px) rotate(45deg);
	transform: translate3d(18px, -3px, 0px) rotate(45deg);
}



.footerMessage {
    display: grid;
    grid-template-columns: 1fr;
    color: #FFFFFF;
    margin-bottom: 50px;
    font-size: 22px;
    border-bottom: #FFFFFF solid 1px;
    padding-bottom: 50px;
    text-align: center;
    margin-bottom: 50px;
}

.footerMessage > div{
	margin-bottom: 20px;
}

.footerMessage img {
    max-width: 180px;
}
.footerMessage .btnLeft {
    text-align: center;
}

footer {
	background-color: #262626;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
}
header .btn {
    position: relative;
    right: 65px;
    top: 10px;
    float: right;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 4px;
}
.mainLead {
    position: absolute;
    top: 23%;
    left: 0;
    color: #FFFFFF;
}
.mainMsg h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.mainMsg h2 {
    font-size: 13px;
    font-weight: normal;
	line-height: 2;
}

.mainLead {
    position: absolute;
    top: 50%;
    left: 6%;
    color: #FFFFFF;
    bottom: auto;
}
.mainBgBox {
    background-image: url(../images/main.jpg);
    background-size: 200% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100vw;
	background-color: #000000;
}


.mainMsg {
    height: 70vh;
    position: relative;
}
.aboutBox h1 {
    font-size: 24px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 25px;
    display: inline-block;
    font-weight: bold;
    margin-top: 30px;
	line-height: 1;
}
.aboutBox h1 img {
    vertical-align: bottom;
    max-width: 110px;
    bottom: 0;
}
.mvvBox {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #FFFFFF;
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
}
.mvvBox .txt {
    display: grid;
    grid-template-columns: 1fr;
}
.mvvBox h2 {
    font-size: 24px;
    letter-spacing: 8px;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 300;
}
.mvvBox .txt p {
    padding-left: 70px;
    position: relative;
    font-size: 14px;
    line-height: 2;
    font-weight: 300;
    margin-bottom: 43px;
}
.mvvBox .txt p::before {
    content: '';
    width: 50px;
    position: absolute;
    height: 1px;
    background-color: #FFFFFF;
    left: 0;
    top: 15px;
}



.mvvBox .txt:last-child p{
	margin-bottom: 0;
}

.aboutBox {
    padding-bottom: 40px;
}

.workBox {
    background-color: #F9F9F9;
    padding-top: 40px;
    padding-bottom: 40px;
}
.workBox ul {
    display: grid;
    grid-template-columns: 100%;
    column-gap: 2%;
    row-gap: 40px;
    padding-left: 4%;
    padding-right: 4%;
}
.workBox h1, .crientsBox h1 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
.workBox h1 span, .crientsBox h1 span {
    font-size: 12px;
    display: block;
    font-weight: normal;
    padding-top: 10px;
}
.crientsBox ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4%;
    row-gap: 20px;
    padding-left: 4%;
    padding-right: 4%;
}
.footerContact h1 {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    margin: 0 0px 20px 0;
    font-weight: bold;
    text-align: center;
}
.contactFormLead p {
    font-size: 12px;
    text-align: center;
    margin: 0 0px 30px 0;
}
.footerContact .btn {
    font-size: 14px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    padding-top: 9px;
    padding-bottom: 10px;
    box-sizing: border-box;
    border: #262626 solid 2px;
    background-color: #FFFFFF;
    color: #262626;
}


.openingLogo h1{
	width: 70%;
}
.headerSpBtn {
    position: absolute;
    top: 17px;
    right: 16px;
    z-index: 3;
    width: 31px;
    height: 27px;
    cursor: pointer;
}

.companyDataList{
    margin-left: 4%;
    margin-right: 4%;
}

}



