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


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


/* main-img-top */


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

.main-img-top .box-img {
  justify-content: center;
}

.main-img-top .box-img::before {
	display: none;
}

.main-img-top .box-inner .box {
	width: 100%;
	position: relative;
}
	
.main-img-top .box:nth-child(1)::before {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	width: 100%;
	height: 100%;
	background : -moz-linear-gradient(50% 100% 90deg,rgba(63, 59, 58, 1) 0%,rgba(255, 255, 255, 1) 46.8%,rgba(221, 221, 221, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(63, 59, 58, 1) 0%, rgba(255, 255, 255, 1) 46.8%, rgba(221, 221, 221, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0.8% ,color-stop(0,rgba(63, 59, 58, 1) ),color-stop(0.468,rgba(255, 255, 255, 1) ),color-stop(1,rgba(221, 221, 221, 1) ));
  background : -o-linear-gradient(90deg, rgba(63, 59, 58, 1) 0%, rgba(255, 255, 255, 1) 46.8%, rgba(221, 221, 221, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(63, 59, 58, 1) 0%, rgba(255, 255, 255, 1) 46.8%, rgba(221, 221, 221, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3F3B3A', endColorstr='#DDDDDD' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(63, 59, 58, 1) 0%, rgba(255, 255, 255, 1) 46.8%, rgba(221, 221, 221, 1) 100%);
  opacity : 0.75;
	mix-blend-mode: multiply;
}
	
.main-img-top .box:nth-child(2)::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	width: 100%;
	height: 100%;
	background : -moz-linear-gradient(50% 0% -90deg,rgba(63, 59, 58, 1) 0%,rgba(255, 255, 255, 1) 46.8%,rgba(221, 221, 221, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(63, 59, 58, 1) 0%, rgba(255, 255, 255, 1) 46.8%, rgba(221, 221, 221, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 99.2% ,color-stop(0,rgba(63, 59, 58, 1) ),color-stop(0.468,rgba(255, 255, 255, 1) ),color-stop(1,rgba(221, 221, 221, 1) ));
  background : -o-linear-gradient(-90deg, rgba(63, 59, 58, 1) 0%, rgba(255, 255, 255, 1) 46.8%, rgba(221, 221, 221, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(63, 59, 58, 1) 0%, rgba(255, 255, 255, 1) 46.8%, rgba(221, 221, 221, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3F3B3A', endColorstr='#DDDDDD' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(63, 59, 58, 1) 0%, rgba(255, 255, 255, 1) 46.8%, rgba(221, 221, 221, 1) 100%);
  opacity : 0.75;
	mix-blend-mode: multiply;
}

.main-img-top img {
	height: 50vh;
}

.main-img-top .box-text {
	position: absolute;
left: 0%;
bottom: 0%;
	height: 90%;
	display: flex;
  justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
	padding: 0px 5%;
	padding-bottom: 15vh;
}

.main-img-top h2 {
	font-size: 34px;
}

.main-img-top p {
letter-spacing: 0em;
	padding-top: 30px;
}


/* box-title-top */

.box-title-top {
	margin-bottom: 20px;
}

.box-title-top h2 {
	padding-left: 40px;
	margin-bottom: 5px;
}

.box-title-top h2::before {
	width: 30px;
}

.box-title-top h3 {
	font-size: 40px;
}

/* more-btn */

.more-btn a, .more-btn h6 {
    font-size: 16px;
}

	
/* contents01 */

.contents01 .box-inner {
	width: 88%;
	padding: 50px 0px 130px;
  justify-content: center;
	position: relative;
	gap:30px;
}
	
.contents01 .box-inner .more-btn {
	position: absolute;
left: 0px;
bottom: 50px;
}

.contents01 .lay01 {
	width: 100%;
}

.contents01 .box-title-top {
	margin-bottom: 0px;
}

.contents01 .lay02 {
	width: 100%;
	padding-top: 0px;
}

.contents01 .news {
	height: 360px;
}

.contents01 .news .box a {
	flex-direction: column;
	padding: 20px 0px;
}

.contents01 h5 {
	width: 100%;
	font-size: 16px;
	padding-left: 0px;
}

.contents01 p {
	width: 100%;
}


/* contents02 */

.contents02 .box-inner {
	height: auto;
	width: 88%;
	padding: 50px 0px;
}

.contents02 .lay01 {
	width: 100%;
	padding-left: 0px;
	position: relative;
}

.contents02 .box-menu {
	padding-top: 30px;
}

.contents02 .box-menu .box a {
	font-size: 16px;
	padding-left: 115px;
	position: relative;
}

.contents02 .box-menu .box a::before {
	content: "";
	position: absolute;
left: 0px;
top: 13px;
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100px;
	height: 70px;
	border-radius: 10px;
	overflow: hidden;
}
	
.contents02 .box-menu .box:nth-child(1) a::before {
	background-image: url("../../images/top/img01-sp.jpg");
}
	
.contents02 .box-menu .box:nth-child(2) a::before {
	background-image: url("../../images/top/img02-sp.jpg");
}
	
.contents02 .box-menu .box:nth-child(3) a::before {
	background-image: url("../../images/top/img03-sp.jpg");
}

.contents02 .lay01::before {
	width: 100%;
	height: 150px;
	margin-right: -10px;
	margin-top: -90px;
}
	
.contents02 .box-menu .box a .link-text {
    padding-top: 40px;
    padding-bottom: 40px;
}
	
.contents02 .box-menu .box a .icon {
    background-position: right top 25px;
}

.contents02 .box-menu .box a .icon::before {
	top:25px;
}
	
.contents02 .box-menu .box a .icon-s {
	top:45px;
}

.contents02 .lay02 {
	display: none;
}


/* contents03 */

.contents03 {
	padding: 60px 0px;
}

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

.contents03 .lay01 {
	width: 100%;
	margin-bottom: 30px;
}

.contents03 .lay02 {
  justify-content: center;
	gap:30px 4%;
}

.contents03 .lay02 .box {
	width: 48%;
	background-size: 40px;
}
	
@media screen and (max-width: 640px) {
	.contents03 .lay02 .box {
	width: 100%;
}
}
	
.contents03 .lay02 .box::before {
	width: 42px;
	height: 42px;
}

.contents03 .lay02 .box h6::before {
	top:17px;
	left:17px;
}

.contents03 .lay02 .box-text {
	margin-bottom: 10px;
}

.contents03 .lay02 h6 {
	font-size: 20px;
	padding: 8px 0px;
	padding-left: 50px;
}

/* more-btn */

.more-btn h6 .icon {
    background-position: left top 5px;
    background-size: 40px auto;
    padding-left: 50px;
}

.more-btn h6 .icon::before {
	width: 42px;
	height: 42px;
	top:4px;
}

.more-btn h6 .icon-s{
	top:23px;
	left:17px;
}




/* contents04 */

.contents04 {
	width: 100%;
	height: 630px;
	padding-top: 60px;
}

.contents04::before {
	width: 90%;
}

.contents04 .box-inner {
	gap:50px 0px;
}

.contents04 .lay01 {
	width: 90%;
}

.contents04 .lay02 {
	width: 90%;
}

.contents04 .lay02 img {
	height: 230px;
}

.contents04 ul {
	width: 80%;
}
	
.contents04 ul li a {
	font-size: 20px;
}

.contents04 ul li a::before {
right: 0px;
	background-size: auto 42px;
}

.contents04 ul li a:hover::before {
right: 0px;
}


/* contents05 */

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

.contents05 .box-inner {
	width: 88%;
	height: auto;
	background-image: none;
  justify-content: flex-start;
}

.contents05 .lay01 {
	padding-right: 0px;
	position: relative;
}
	
.contents05 .box-img {
	position: relative;
	margin-bottom: 30px;
}
	
.contents05 .box-img::after {
	content: "";
	position: absolute;
right: 0px;
top: 0px;
	background-image: url("../../images/top/text01.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 161px;
	height: 60px;
	margin-top: -40px;
}

.contents05 .lay01::after {
	display: none;
}



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