@charset "UTF-8";

@media screen and (max-width: 767px) {
	
	
/* main-img-top */

.main-img-top .box-inner {
	padding-bottom: 40px;
}

.main-img-top .box-img img {
height: 85vh;
}

/* contents-top */


.contents01 .midashi-box h2::before, .contents03 .midashi-box h2::before {
top: 20px;
	margin-left: -1010px;
}


/* contents01 */

.contents01 {
	width: 100%;
	padding: 30px 0px 30px;
}

.contents01 .box-inner {
	width: 85%;
	gap:50px 0px;
  justify-content: center;
	flex-direction: column;
	margin: 0px auto;
}

.contents01 .box-detail {
	width: 100%;
	padding-top: 70px;
}

.contents01 .box-img {
	width: 100%;
	text-align: center;
}

.contents01 .box-img img {
	width: 100%;
	max-height: 500px;
}

.contents01 p {
line-height: 2.2;
	opacity: 0.8;
	padding: 30px 0px 50px;
}


/* contents02 */

.contents02 {
	height: auto;
	padding: 70px 0px;
background-size: cover;
}

.contents02 .box-inner {
	width: 88%;
}

.contents02 .box-business {
	padding: 50px 0px;
	gap:30px 0px;
}

.contents02 .box-business .box {
	width: 48%;
}

.contents02 .box-business .box-text {
	padding-top: 20px;
}

.contents02 h4 {
	font-size: 18px;
}

.contents02 h5 {
	font-size: 12px;
}

.contents02 p {
	padding-top: 40px;
	text-align: left;
}
	
.contents02 p br {
	display: none;
}


/* contents03 */

.contents03 {
	width: 100%;
}

.contents03 .lay01, .contents03 .lay03 {
	width: 88%;
}

.contents03 .lay02 {
	max-height: 350px;
	margin-bottom: 50px;
}

.contents03 .lay02 .box {
	height: 350px !important;
}

.contents03 .box-img {
	position: relative;
	height: 350px;
}
	
@media screen and (max-width: 500px) {
	.contents03 .lay02 {
	max-height: 270px;
}

.contents03 .lay02 .box {
	height: 270px !important;
}

.contents03 .box-img {
	position: relative;
	height: 270px;
}
}

.contents03 .box-img div {
	left: -40px;
}

.contents03 .lay02 .box01 .box-img div {
top: 30px;
}

.contents03 .lay02 .box02 .box-img div {
bottom: 20px;
}

.contents03 .lay02 .box03 .box-img div {
top: 90px;
	z-index: 2;
}

.contents03 .lay02 .box05 .box-img div {
bottom: 0px;
	z-index: 2;
}




    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
