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




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

/* main-img-top */

.main-img-top {
	width: 100%;
	margin-bottom: 100px;
}

.main-img-top::after {
left: 10px;
	background-size: auto 150px;
}

.main-img-top .box {
	width: 90%;
}

.main-img-top .box img {
	width: 100%;
height: 200px;
}

.main-img-top h3 {
right: 3%;
	font-size: 20px;
	text-shadow: 0px 0px 10px rgba(0,0,0,1), 0px 0px 10px rgba(0,0,0,1), 0px 0px 10px rgba(0,0,0,1), 0px 0px 10px rgba(0,0,0,1), 0px 0px 10px rgba(0,0,0,1);
}

/* contents-top */

.contents-top {
	width: 100%;
}

/* contents01 */

.contents01-wrap {
	width: 100%;
	padding-top: 20px;
	background-size: 200% auto;
}

.contents01-wrap::after {
	background-size: auto 100%;
	width: 100%;
	height: 100px;
	margin-top: -120px;
}

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

.contents01 h3 {
	height: 100px;
	font-size: 22px;
letter-spacing: 0.2em;
	margin-bottom: 30px;
}

.contents01 p, .contents03 p {
	line-height: 2;
	padding: 0px 25px;
	text-align: left;
}


/* contents02 */

.contents02 {
	gap:20px 15px;
	margin-bottom: 50px;
}

.contents02 .box {
	width: 300px;
	padding: 12px;
}

.contents02 .box001 {
	height: 150px;
}

.contents02 h4 {
	font-size: 22px;
letter-spacing: 0.2em;
}

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

.contents02 p {
	padding: 20px 25px;
}


/* contents03 */

.contents03 {
	margin-bottom: 60px;
}

.contents03 .box01 {
	height: 180px;
}

.contents03 .box02 {
	padding: 45px 0px 40px
}

.contents03 .box03 .box001 {
	gap:10px 20px;
	margin-bottom: 30px;
}

.contents03 .box03 .box001 .box {
	width: 300px;
}

.contents03 .box03 .box001 .box a {
	height: 120px;
	padding-right: 20px;
background-position: right 25px center;
}

.contents03 .box03 .box002 ul {
	gap:7px;
}

.contents03 .box03 .box002 ul li {
	width: 280px;
}

.contents03 h3 {
	font-size: 45px;
}

.contents03 h4 {
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.contents03 .box001 h5 {
	font-size: 26px;
letter-spacing: 0.1em;
}

.contents03 .box001 h6 {
	font-size: 14px;
	padding-top: 5px;
}

.contents03 .box03 .box002 ul li a {
	padding: 12px 0px;
	background-position: right 25px center;
}


/* contents04 */

.contents04 {
	margin-bottom: 80px;
}

.contents04 .midashi-box {
	margin-bottom: 40px;
}

.contents04 .midashi-box h3 {
	font-size: 45px;
}

.contents04 .midashi-box h3::before {
	margin-right: 30px;
}

.contents04 .midashi-box h3::after {
	margin-left: 30px;
}

.contents04 .midashi-box h4 {
	font-size: 14px;
	padding-top: 10px;
}

.contents04 .box-in {
	width: 100%;
  justify-content: center;
	gap:25px 20px;
}

.contents04 .box {
	width: 280px;
}


/* contents05 */

.contents05 {
	width: 100%;
	margin-bottom: 60px;
	gap:35px 0px;
	flex-direction: column;
}

.contents05 .midashi-box {
	width: 85%;
	margin-right: 0px;
	padding: 30px 30px;
	text-align: left;
}
	
.contents05 .midashi-box img {
	height: 90px;
	width: auto;
}

.contents05 .news-box {
	width: 90%;
	margin: 0px auto;
}

.contents05 .news {
	height: 300px;
}

.contents05 .news .box a {
	padding: 22px 10px;
}



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