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

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


.title-box h3::before {
	height: 50px;
	margin-top: -60px;
}

	
.contents-concept {
	margin-bottom: 45px;
}
	
/* contents01-wrap */

.contents01-wrap {
	margin-bottom: 70px;
	width: 100%;
}

.contents01-wrap > div:not(:last-child) {
	margin-bottom: 40px;
}

/* contents01 */

.contents01 img {
	min-height: 250px;
}

/* contents02 */

.contents02 {
	background-image: none;
}

.contents02::before {
	height: 35px;
	margin-top: -50px;
}

.contents02 .box01 {
	width: 92%;
	padding: 30px 0px;
	gap:15px;
}

.contents02 .subcontents-map {
	width: 100%;
}

.contents02 > h3 img {
	height: 60px;
	width: auto;
}

.contents02 .box01 h5, .contents02 .box01 h5 a {
	font-size: 36px;
}

.contents02 .box01 h5 {
	padding-left: 30px;
}

.contents02 .box01 h5::before {
top: 15px;
	height: 25px;
}
	
.contents02 h6 img {
	width: 100%;
height: auto;
}

/* contents03 */

.contents03 .lay01 {
	margin-bottom: 40px;
	width: 92%;
}

.contents03 .box:not(:last-child) {
	margin-bottom: 40px;
}

.contents03 h3 {
	margin-bottom: 20px;
}

.contents03 h3 img {
	height: 35px;
}

.contents03 h4 {
	width: 100%;
	font-size: 18px;
}

.contents03 h5 img {
	width: 100%;
}

.contents03 h6 img {
	height: 40px;
}
	
/* contents04 */

.contents04 .lay01 {
	margin-bottom: 80px;
	width: 92%;
}

.contents04 h3 {
	margin-bottom: 20px;
}

.contents04 h3 img {
	height: 35px;
}
	
.contents04 .box-gallery {
  justify-content: center;
	gap:20px 4%;
	padding: 10px 0px;
}

.contents04 .box {
	width: 48%;
	margin-right: 0px;
}
	
.contents04 .box img {
	width: 100%;
height: 120px;
}

.contents04 h6 {
	font-size: 15px;
	padding-top: 10px;
}

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