@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
	.header-content {
    padding: 0;
}
}

@media screen and (max-width:820px) {
	html, body {
  overflow-x: hidden;
}
	.open-btn-wrap, .pc-side-menu, .side-btn-wrap {
        display: none;
    }
	body {
    background-image: none;
}
	section.mv img {
    height: 300px;
}
    }
@media screen and (max-width:600px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
	.sub-header {
    width: calc(100% - 30px);
    height: 200px;

}
	.sub-header-txt {
    font-size: 2.5rem;
}

}

@media screen and (max-width:820px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:770px) {
	br.pc {
    display: none;
}
	br.sp {
    display: block;
}
	.pc {
    display: none;
}
	.sp {
    display: block;
}
	.half {
    width: 100%;
}
	.left30, .right70, .left70, .right30, .left40, .right60, .left60, .right40 {
    width: 100%;
}
	.receive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
	h2.title01 {
    font-size: 3rem;
}

/*------------------------------------------
 * news
 * ---------------------------------------*/
	.news-wrap.flex {
    display: block;
}
	.content-1 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
  .content.content-1 img {
    display: block; 
    margin: 0 auto 30px; 
    max-width: 150px;
    height: auto;
  }
	.content-2 {
    width: 100%;
}
	.content-3 {
    width: 100%;
}

/*------------------------------------------
 * features
 * ---------------------------------------*/	
	.star01 {
    width: 80px;
    top: 35px;
    left: 2%;
}
	.com-box02-list li:nth-child(2), .com-box02-list li:nth-child(3) {
    margin-top: 0;
}

/*------------------------------------------
 * リクルート
 * ---------------------------------------*/
	.star02 {
    width: 50px;
    top: 35px;
    right: 3%;
}
	.com-interview01-img img {
		border-radius: 30px!important;
    }


/*------------------------------------------
 * overview
 * ---------------------------------------*/
	section#overview {
    background-size: 100%;
    padding-top: 100px;
}
	.star03 {
    width: 50px;
    top: 35px;
    left: 2%;
}

/*------------------------------------------
 * Contact
 * ---------------------------------------*/
	.star04 {
    width: 80px;
    right: 3%;
}

	}