@charset "utf-8";

@media screen and (max-width: 640px) and (orientation:portrait){

/*Header*/
.menuBox{ display:none}
header {
    height: 76px;
}
.header h2.name {
		margin-left: 0;
		margin-top: 8px;
		line-height: 50px;
}
.header h1.logo {
    padding-top: 4px;
		display: none;
}
.header h2.name a {
    font-size: 14px;
}
.header h2.name span.l {
    float: left;
        width: 57px;
        margin-left: 5px;
				display:block
}
.header h2.name span.l img {
	width: 100%;
	height:auto
}

.drawer-hamburger {
    top: 5px !important;
    margin-right: 7px;
}
#drawer .column_two {
    width: 75%!important;
}
.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
	right:0!important;
}


/*Image*/
#imgInner {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 760px;
	background-color: #fff;
}
#imgInner div.box p.ttl {
    font-size: 22px;
}
#imgInner div.box p.nam {
    font-size: 14px;
}
#imgInner div.box {
    top: 321px;
}
#imgInner div.box:before, #imgInner div.box:after {
    height: 65px;
}

#imgInner div.box:before {
    background: -webkit-gradient(linear, left top, right bottom, from(#0a0a0a00), to(#f9f7f7));
    background: -moz-linear-gradient(left, #0a0a0a00, #f9f7f7);
    background: linear-gradient(left, #0a0a0a00, #f9f7f7);
}
#imgInner div.box:after {
    background: -webkit-gradient(linear, left top, right bottom, from(#f9f7f7), to(#0a0a0a00));
    background: -moz-linear-gradient(left, #f9f7f7, #0a0a0a00);
    background: linear-gradient(left, #f9f7f7, #0a0a0a00);
}
#imgInner div.box p.ttl {
    color: #000;
    font-weight: bold;
		font-size: 20px;
    text-shadow: 0 0 5px rgb(255 255 255 / 90%);
}
#imgInner div.box p.nam {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    text-shadow: 0 1px 5px rgba(255, 255, 255, 0.9);
}
#imgInner div.bnr {
    top: 95px;
    right: 14px;
    width: 200px;
    height: 90px;
}
#imgInner div.bnr .btn {
    font-size: 17px;
}


/*Company*/
.wrapBox{
	margin-bottom: 0;
	padding-top: 75px;
}
.wrapBox.ProfileBox01 {
    padding-top: 75px;
}
.wrapBox .boxLft,
.wrapBox .bizLft{
    width: 100%;
}
.wrapBox .boxLft img,
.wrapBox .bizLft img{
	width:100%;
	height:auto
}
.wrapBox .boxRgt,
.wrapBox .bizRgt {
    padding-left: 4.5%;
        padding-top: 5%;
        width: 93%;
				margin-bottom: 0;
}
.wrapBox .txtBar {
    top: 155px;
    left: 2%;
}
.wrapBox .txtBar img{
	width:96%;
	height:auto
}
.wrapBox p.txts {
    font-size: 17px;
    margin-top: 30px;
}


.wrapBox .inner p.ttlBig {
    font-size: 38px;
}
.wrapBox .inner p.ttlSub {
    font-size: 28px;
}
.wrapBox p.btn {
    width: 146px;
}



.wrapBox .bizBox .pic {
    width: 96.5%;
		margin-bottom: 30px;
}
.wrapBox .bizBox .pic.b {
	width: 90%;
        margin-left: 4.75%;
}


/*Footer*/
.Footer .FooterInner ul {
    height: auto;
    line-height: 25px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.Footer .FooterInner ul li {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 15px;
}
.Footer .FooterInner .addr {
    font-size: 14.5px;
    margin-top: 44px;
}


.bgBlur {
    box-shadow: 0px 5px 50px 55px rgb(255 255 255 / 100%);
}

/*会社案内*/
.wrapBox .bizLft,
.wrapBox .showLft {
		width: 94%;
		margin-left: 6%;
}



.office_box .office_name {
    width: 100%;
    background-color: #fff;
    padding: 2%;
    padding-bottom: 12px;
    padding-top: 8px;
}
.f75 {
    font-size: 60px !important;
}

.wrapBox.secRecruit .recruit p {
    margin-left: 5.5%;
    width: 89%;
    margin-right: 0%;
    margin-bottom: 20px;
}

}

/*横*/
@media screen and (min-width: 568px) and (max-width: 812px) and (orientation:landscape){
	
}


/* iPHone4,iPhone5,iPhone5sのみ */
@media screen and (min-width: 320px) and (max-width: 374px){

}

/* iPhone6のみ */
@media screen and (min-width: 375px) and (max-width: 413px){
}
@media only screen
and (min-device-width:569px)
and (max-device-width:667px)
and (orientation:landscape) {
	
}

/* iPhone6 Plus ~ ちょっと大きいスマホまで */
@media screen and (min-width: 414px) and (max-width: 500px){
}

/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 960px) {
	body{
		zoom: 0.80;
	}
	
}