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




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

	
/* main-img-top */

.main-img-top {
	margin-top: 80px;
}

.main-img-top::after {
	height: 40px;
	margin-top: -10px;
}

/*slider*/

.slider {
	height: 88vh;
}

.slider > div {
	width: 100%;
	overflow: hidden;
}

.slider > div:nth-child(1) {
	height: 57%;
}

.slider > div:nth-child(2) {
	height: 43%;
}

.slider ul, .slider ul li {
height: 100%;
}

.slider img {
	width:  145%;
height: 100%;
	object-fit: cover;
}

.title-top {
	padding-top: 30px;
}

.title-top h3::before {
right: 10px;
top: 85px;
	height: 85px;
}
	
.title-top h3 {
	padding-right: 10px;
}

.title-top h3 img {
	width: 80%;
}

.title-top .box01 {
bottom: 30px;
}

.title-top .box01 h4 {
	font-size: 22px;
	margin-bottom: 10px;
}

.title-top .box01 h5 {
	font-size: 16px;
	padding: 0px 20px;
}

	
	
/* contents-top */

.contents-top {
	width: 100%;
}
	
/* contents01 */

.contents01 {
	height: auto;
	padding: 50px 0px;
}

.contents01 .box {
	width: 85%;
}
	
	.contents01 h3 {
	margin-bottom: 30px;
}

.contents01 .box-in {
	margin-top: 40px;
	display: flex;
  justify-content: center;
	flex-wrap: wrap;
}
	
	.contents01 .box-in h6 a {
	margin: 0px 10px;
		margin-bottom: 10px;
}

/* contents02 */

.contents02 {
	padding: 50px 20px 60px;
}

.contents02 h3 {
	font-size: 20px;
}

.contents02 h4 {
	font-size: 14px;
	line-height: 1.6;
	margin: 20px 0px 35px;
}

.contents02 h5 {
	font-size: 17px;
	padding: 20px 30px 30px;
	width: 100%;
}
	
.contents02 h5 span {
	font-size: 22px;
}

.contents02 p {
	margin: 40px 0px;
}

.contents02 p img {
	height: 300px;
	width: auto;
}


/* contents03 */

.contents03 {
	width: 100%;
	padding: 50px 0px 70px;
}

.contents03 h3, .contents01 h3 {
	font-size: 32px;
	
}

.contents03 .box-in {
	width: 90%;
	margin: 30px auto 10px;
}

.contents03 .box {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
}
	
.contents03 .box:nth-child(4n) {
	margin-right: 4%;
}
	
.contents03 .box:nth-child(2n) {
	margin-right: 0%;
}
	
.contents03 .box-box {
	margin: 15px 0px 12px;
	display: block;
}

.contents03 .box h5:first-child {
	margin-right: 0px;
	margin-bottom: 5px;
}

.contents03 .box p {
	font-size: 12px;
	line-height: 1.5;
}

    
/* contents04 */

.contents04 {
    padding-bottom: 50px;
}


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