  @charset "utf-8";

#modelhouseSCT .block:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#modelhouseSCT .block {
zoom: 1;
}

#headSCT {
position: relative;
background-color: #f2f2f2;
}
#headSCT .image {
height: 300px;
}
#headSCT .image img {
object-fit: cover;
display: block;
width: 100%;
height: 300px;
}
#headSCT .pack {
transform: translate(-50%,-50%);
position: absolute;
left: 50%;
top: 50%;
padding-top: 55px;
text-align: center;
color: #fff;
}
#headSCT h1 {
margin-bottom: 30px;
white-space: nowrap;
font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
font-weight: normal;
font-size: 28px;
text-shadow: 0 0 10px rgba(0,0,0,1);
}
#headSCT .en {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 20px;
text-shadow: 0 0 10px rgba(0,0,0,1);
}
#headSCT .link {
transform: translateY(50%);
position: absolute;
left: 0;
bottom: 0;
font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
font-weight: normal;
font-size: 12px;
}
#headSCT .link a {
display: block;
background-color: #138c56;
border-radius: 0 99999px 99999px 0;
padding: 12px 15px 12px 40px;
color: #fff;
text-decoration: none;
}
#headSCT .link a::before {
transform: translateY(-50%);
content: '';
box-sizing: border-box;
display: block;
position: absolute;
left: 10px;
top: 50%;
background-color: #fff;
border-radius: 50%;
width: 24px;
height: 24px;
}
#headSCT .link a::after {
transform: translateY(-50%) rotate(45deg);
content: '';
box-sizing: border-box;
display: block;
position: absolute;
left: 20px;
top: 50%;
border-bottom: 1px solid #0b5f3d;
border-left: 1px solid #0b5f3d;
width: 6px;
height: 6px;
}
@media (min-width: 768px) {
	#headSCT {
	position: relative;
	background-color: #f2f2f2;
	}
	#headSCT .image {
	margin-right: 60px;
	border-radius: 0 0 20px 0;
	height: 360px;
	}
	#headSCT .image img {
	border-radius: 0 0 20px 0;
	height: 360px;
	}
	#headSCT .pack {
	padding-top: 170px;
	}
	#headSCT h1 {
	margin-bottom: 40px;
	font-size: 40px;
	}
	#headSCT .en {
	font-size: 22px;
	}
	#headSCT .link {
	transform: translateY(0);
	bottom: 30px;
	font-size: 16px;
	}
	#headSCT .link a {
	padding: 15px 22px 15px 62px;
	}
	#headSCT .link a::before {
	left: 17px;
	width: 26px;
	height: 26px;
	}
	#headSCT .link a::after {
	left: 27px;
	right: 10px;
	width: 7px;
	height: 7px;
	}
	#headSCT .link a span {
	transition: background 0.3s ease;
	background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
	}
	#headSCT .link a:hover span {
	background-size: 100% 1px;
	}
}

#listSCT {
background-color: #f2f2f2;
text-align: center;
}
#listSCT .cont {
padding: 60px 0 10px 0;
}
#listSCT .catch {
margin-bottom: 50px;
font-weight: normal;
font-size: 20px;
line-height: 1.4;
color: #003333;
}
#listSCT .block {
position: relative;
background-color: #fff;
margin-bottom: 50px;
padding-bottom: 50px;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#listSCT .block:last-child {
margin-bottom: 0;
}
#listSCT .block .image {
margin-bottom: 40px;
}
#listSCT .block .image img {
display: block;
width: 100%;
height: auto;
}
#listSCT .block h3 {
margin-bottom: 20px;
font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
font-weight: normal;
font-size: 18px;
line-height: 1.44;
}
#listSCT .block h3 img {
display: block;
margin: 0 auto 10px auto;
width: 44px;
height: auto;
}
#listSCT .block p {
margin: 0 25px 30px 25px;
font-size: 16px;
line-height: 1.44;
}
#listSCT .block .link {
margin: 0 auto;
width: 230px;
font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
font-weight: normal;
font-size: 14px;
}
#listSCT .block .link a {
display: block;
position: relative;
background-color: #138c56;
border-radius: 5px;
padding: 9px 15px 9px 15px;
color: #fff;
text-decoration: none;
}
#listSCT .block .link a::before {
transform: translateY(-50%);
content: '';
box-sizing: border-box;
display: block;
position: absolute;
right: 33px;
top: 50%;
background-color: #fff;
border-radius: 50%;
width: 17px;
height: 17px;
}
#listSCT .block .link a::after {
transform: translateY(-50%) rotate(45deg);
content: '';
box-sizing: border-box;
display: block;
position: absolute;
right: 40px;
top: 50%;
border-top: 1px solid #0b5f3d;
border-right: 1px solid #0b5f3d;
width: 5px;
height: 5px;
}
@media (min-width: 768px) {
	#listSCT .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 80px 30px 40px 30px;
	max-width: 1120px;
	}
	#listSCT .catch {
	margin-bottom: 65px;
	font-size: 32px;
	line-height: 1.32;
	}
	#listSCT .list {
	margin: 0 auto;
	width: 940px;
	}
	#listSCT .block {
	margin-bottom: 90px;
	padding-bottom: 60px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}
	#listSCT .block .image {
	margin-bottom: 50px;
	}
	#listSCT .block .image img {
	display: block;
	width: 100%;
	height: auto;
	}
	#listSCT .block h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	font-size: 36px;
	line-height: 1.44;
	}
	#listSCT .block h3 img {
	display: inline;
	margin: 0 35px 0 0;
	width: 55px;
	height: auto;
	}
	#listSCT .block p {
	margin: 0 25px 30px 25px;
	font-size: 18px;
	line-height: 1.44;
	}
	#listSCT .block .link {
	margin: 0 auto;
	width: 400px;
	font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
	font-weight: normal;
	font-size: 20px;
	}
	#listSCT .block .link a {
	padding: 16px 15px 16px 15px;
	}
	#listSCT .block .link a::before {
	right: 33px;
	width: 26px;
	height: 26px;
	}
	#listSCT .block .link a::after {
	right: 44px;
	width: 7px;
	height: 7px;
	}
	#listSCT .block .link a span {
	transition: background 0.3s ease;
	background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
	}
	#listSCT .block .link a:hover span {
	background-size: 100% 1px;
	}
}