@charset "UTF-8";



/*  ----------------------------------------------------------

common

----------------------------------------------------------  */
.txt {
	background: #fff;
	border: solid 0.2rem var(--red);
	padding: 4rem 5rem;
	position: relative;
	z-index: 99;
}
.txt p {
	line-height: 2.2;
}
.txt .more {
	margin: 3rem auto 0 auto;
}
@media screen and (max-width: 768px) {
	.txt {
		padding: 3rem 3rem;
	}
}



/*  ----------------------------------------------------------

kv

----------------------------------------------------------  */
.top-kv {
	position: relative;
}
.top-kv::before {
	content: "";
	width: 100%;
	height: 50%;
	/* background: url(../img/deco-1.png) no-repeat left bottom;
	background-size: 100% auto; */
	position: absolute;
	left: 0;
	bottom: -0.1rem;
	z-index: 3;
}
.top-kv .wrap {
	color: #fff;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 6rem;
	text-shadow: 0 0 1rem rgba(0,0,0,1);
}
.top-kv h2 {
	font-weight: 900;
	text-align: center;
	font-size: 3.6rem;
	margin-bottom: 2rem;
}
.top-kv .wrap > div {
	font-size: 2.2rem;
	text-align: center;
}
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 56rem;
}
@media screen and (max-width: 768px) {
	.top-kv .wrap {
		padding-bottom: 0;
	}	
	.top-kv h2 {
		font-size: 2.8rem;
	}
	.top-kv .wrap > div {
		font-size: 1.8rem;
	}
	#main {
		height: 40rem;
	}	
}



/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.top-news {
    padding: 4rem 0 8rem 0;
}
.top-news .wrap {
	width: 80rem;
	margin: 0 auto 4rem auto;
}
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}
/* CMS-NEWS */
.CMS-NEWS-INDEX {
    position: relative;
    padding-bottom: 10rem;
}
.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: flex;
	align-items: center;
    border-bottom: dotted 0.15rem #999;
    padding: 1.2rem 1.5rem 1.3rem 1.5rem;
}
.CMS-NEWS-ITEM a:hover {
    opacity: 1;
	background: #fafafa;
}
.CMS-NEWS-TIME {
    font-size: 1.2rem;
    width: 20%;
	text-align: center;
	color: var(--red);
	font-weight: 900;
}
.CMS-NEWS-LINK {
    width: 80%; 
}
/* read more */
.CMS-NEWS-MORE-READ {
    background: var(--red);
	font-weight: 900;
    border:none;
    text-align: center;
    padding: 1.6rem 0 1.7rem 0;
    font-size: 1.4rem;
    color: #fff !important;
    text-align: center;
    width: 28rem;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
/* detail */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(0,0,0,0.2);
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}
.CMS-NEWS-TITLE:after {
    border-bottom: solid 4px var(--red);
    bottom: -4px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}
.CMS-NEWS-CONTENT img {
    width: 70%;
    height: auto;
    display: block;
    margin: 4rem auto;
}
@media screen and (max-width: 768px) {
	.top-news {
		padding: 4rem 3rem 6rem 3rem;
	}
	.top-news .wrap {
		width: auto;
		margin: 0 auto 4rem auto;
	}  
    .CMS-NEWS-ITEM a {
        display: block;
		padding: 2rem 0;
    }
    .CMS-NEWS-TIME {
        width: 100%;
		text-align: left;
    }
    .CMS-NEWS-LINK {
        width: 100%;    
    }   
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
    .CMS-NEWS-INDEX > * img {
        height: auto;
    }
}



/*  ----------------------------------------------------------

about

----------------------------------------------------------  */
.top-about {
	padding: 6rem 0;
	position: relative;
}
.top-about::before {
	content: "";
	width: 90%;
	height: 90%;
	background: url(../img/ptn.png) center top;
	background-size: 3rem auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.top-about::after {
	content: "";
	width: 75%;
	height: calc(100% - 6rem);
	background: var(--bg-grey);
	position: absolute;
	left: 0;
	top: 6rem;
	z-index: 1;
}
.top-about figure {
	width: 108rem;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.top-about .txt {
	width: 48rem;
	margin-left: 12rem;
	margin-top: -24rem;
}
@media screen and (max-width: 768px) {
	.top-about {
		padding: 6rem 0;
	}
	.top-about figure {
		width: 100%;
		overflow: hidden;
	}
	.top-about figure img {
		width: 140%;
		margin-left: -20%;
	}
	.top-about .txt {
		width: calc(100% - 6rem);
		margin: -4rem auto 0 auto;
	}
}



/*  ----------------------------------------------------------

service

----------------------------------------------------------  */
.top-service {
	padding-top: 8rem;
}
.top-service .ttl-wrap + p {
	text-align: center;
	margin-bottom: 6rem;
}
.top-service .wrap {
	background: var(--bg-grey);
	padding-bottom: 3rem;
	position: relative;
}
.top-service .wrap::before {
	content: "";
	width: calc(100% - 18rem);
	height: 100%;
	background: #fff;
	position: absolute;
	left: 9rem;
	bottom: 0;
}
.top-service ul {
	padding: 0 12rem;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 99;
	margin-top: -22rem;
}
.top-service ul li {
	width: 32%;
	background: #fff;
	border: solid 0.15rem var(--red);
	padding: 1.5rem 1.5rem 3rem 1.5rem;
}
.top-service dl {
	margin-bottom: 2rem;
}
.top-service dl dt {
	color: var(--red);
	font-weight: 900;
	font-size: 1.8rem;
	margin: 1.5rem 0 0.6rem 0;
	text-align: center;
}
.top-service .more {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.top-service {
		padding-top: 6rem;
	}
	.top-service .ttl-wrap + p {
		text-align: left;
		margin-bottom: 3rem;
		padding: 0 3rem;
	}
	.top-service .wrap {
		padding-bottom: 0;
	}
	.top-service .wrap > figure {
		overflow: hidden;
	}
	.top-service .wrap > figure img {
		width: 140%;
		margin-left: -20%;
	}
	.top-service .wrap::before {
		display: none;
	}
	.top-service ul {
		padding: 0 3rem;
		display: block;
		margin-top: -4rem;
	}
	.top-service ul li {
		width: 100%;
	}
	.top-service ul li:not(:last-child) {
		margin-bottom: 2rem;
	}
	.top-service dl dt {
		font-size: 2.2rem;
	}
}



/*  ----------------------------------------------------------

works

----------------------------------------------------------  */
.top-works {
	background: var(--bg-grey);
	padding-top: 10rem;
}
.top-works .ttl-wrap + p {
	text-align: center;
	margin-bottom: 6rem;
}
.top-works .wrap {
	background: 
		url(../img/top-bg-3.jpg) no-repeat center top,
		url(../img/ptn.png) center top;
	background-size:
		100% auto,
		3rem auto;
	padding: 20rem 0 6rem 0;
}
#loopslider {
	margin: 0 auto 4rem auto;
	width: 100%;
	height: 200px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#loopslider ul {
	height: 200px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0!important;
	padding: 0!important;
}
#loopslider ul li {
	width: 260px;
	height: 200px;
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#loopslider ul {
	display: inline-block;
	overflow: hidden;
}
#loopslider img {
	height: 200px;
	padding: 0 1rem;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	.top-works {
		padding-top: 8rem;
	}
	.top-works .ttl-wrap + p {
		text-align: left;
		padding: 0 3rem;
		margin-bottom: 3rem;
	}
	.top-works .wrap {
		background-size:
			150% auto,
			3rem auto;
		padding: 10rem 0 6rem 0;
	}	
	#loopslider {
		height: 140px;
	}
	#loopslider ul {
		height: 140px;
	}
	#loopslider ul li {
		width: 180px;
		height: 140px;
	}
	#loopslider img {
		height: 140px;
	}	
}



/*  ----------------------------------------------------------

property

----------------------------------------------------------  */
.top-property {
	margin-top: 8rem;
	margin-bottom: 10rem;
	background: url(../img/top-bg-4.jpg) no-repeat center top;
	background-size: 100% auto;
	padding-top: 15rem;
}
.top-property .wrap {
	padding: 0 12rem;
	display: flex;
	align-items: flex-start;
}
.top-property .txt {
	width: 48rem;
	margin-left: -4rem;
}
.top-property figure {
	width: calc(100% - 44rem);
	margin-top: 8rem;
}
@media screen and (max-width: 768px) {
	.top-property {
		margin-top: 6rem;
		margin-bottom: 6rem;
		background: none;
		padding-top: 0;
	}
	.top-property .wrap {
		padding: 0;
		display: block;
	}
	.top-property .txt {
		width: calc(100% - 6rem);
		margin: -4rem auto 0 auto;
	}
	.top-property figure {
		width: auto;
		margin-top: auto;
	}
	.top-property figure img {
		height: 24rem;
		object-fit: cover;
	}
}



/*  ----------------------------------------------------------

mado

----------------------------------------------------------  */
.top-mado {
	background: linear-gradient(to bottom, transparent 12%, var(--bg-grey) 12%);
	padding: 8rem 12rem 16rem 12rem;
	background-color: var(--bg-grey);
}
.top-mado .wrap {
	display: flex;
	align-items: flex-end	;
}
.top-mado .txt {
	width: 68rem;
}
.top-mado figure {
	width: calc(100% - 58rem);
	margin-left: -10rem;
	margin-bottom: -8rem;
}
.top-mado .ttl-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-mado .ttl-wrap > img {
	width: 6rem;
	margin-right: 2rem;
	margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
	.top-mado {
		padding: 0 0 6rem 0;
	}
	.top-mado .wrap {
		flex-direction: column-reverse;
	}
	.top-mado .txt {
		width: calc(100% - 6rem);
		margin: -4rem auto 0 auto;
	}
	.top-mado figure {
		width: 100%;
		margin-left: 0;
		margin-bottom: 0;
	}
	.top-mado figure img {
		height: 24rem;
		object-fit: cover;
	}
	.top-mado .ttl-wrap {
		flex-direction: column;
	}
	.top-mado .ttl-wrap > img {
		width: 5rem;
		margin-right: 0;
		margin-bottom: 1.5rem;
	}
}



/*  ----------------------------------------------------------

company

----------------------------------------------------------  */
.top-company {
	background: url(../img/top-bg-5.jpg) no-repeat center / cover;
	padding: 8rem 12rem;
}
.top-company .wrap {
	background: rgba(255,255,255,0.9);
	display: flex;
	justify-content: space-between;
	padding: 4rem 3rem;
	align-items: center;
	margin-bottom: 4rem;
}
.top-company .wrap > * {
	width: 48%;
}
.top-company .gmap {
	border: solid 0.15rem var(--red);
}
.top-company .gmap iframe {
	height: 32rem;
}
@media screen and (max-width: 768px) {
	.top-company {
		padding: 6rem 3rem;
	}
	.top-company .wrap {
		display: block;
		padding: 3rem 3rem;
		margin-bottom: 3rem;
	}
	.top-company .wrap > * {
		width: 100%;
	}
	.top-company .gmap {
		margin-bottom: 2rem;
	}
}



/*  ----------------------------------------------------------

contact

----------------------------------------------------------  */
.top-contact {
	background: url(../img/ptn.png) center top;
	background-size: 3rem auto;
	padding: 8rem 12rem;
}
.top-contact ul {
	display: flex;
	justify-content: space-between;
}
.top-contact ul li {
	width: 48%;
	background: #fff;
	border: solid 0.3rem var(--red);
	padding: 3rem 0;
}
.top-contact dl {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-contact dl dt {
	font-size: 2.2rem;
	line-height: 1;
	font-weight: 900;
	color: var(--red);
	margin-bottom: 2.5rem;
}
.top-contact .mail a img {
	width: auto;
	height: 2rem;
	position: absolute;
	left: 2rem;
	top: calc(50% - 1rem)
}
.top-contact .tel dt {
	margin-bottom: 3rem;
}
.top-contact .tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 900;
	font-size: 3.2rem;
	line-height: 0;
	margin-bottom: 1rem;
}
.top-contact .tel img {
	width: 2.5rem;
	margin-right: 0.6rem;
	margin-top: 0.4rem;
}
.top-contact .tel span {
	background: var(--bg-yellow);
	font-size: 1.2rem;
	border-radius: 0.8rem;
	padding: 0.4rem 2rem 0.6rem 2rem;
}
@media screen and (max-width: 768px) {
	.top-contact {
		padding: 6rem 3rem;
	}
	.top-contact ul {
		display: block;
	}
	.top-contact ul li {
		width: 100%;
	}
	.top-contact ul li:not(:last-child) {
		margin-bottom: 3rem;
	}
	.top-contact .tel span {
		padding: 0.4rem 1rem 0.6rem 1rem;
	}
}



/*  ----------------------------------------------------------

works

----------------------------------------------------------  */
/* .gallery-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}	
.gallery-list > li {
	width: 48%;
}
.gallery-list img {	
	height: 16rem;
	object-fit: cover;	
}
.gallery-list figcaption {
	text-align: center;
	margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
	.gallery-list img {	
		height: 14rem;
	}
} */



/*  ----------------------------------------------------------

service

----------------------------------------------------------  */
#sec-1,
#sec-2,
#sec-3 {
	padding-top: 16.6rem;
	margin-top: -16.6rem;
}
@media screen and (max-width: 768px) {
	#sec-1,
	#sec-2,
	#sec-3 {
		padding-top: 0;
		margin-top: 0;
	}
}



/*  ----------------------------------------------------------

contact

----------------------------------------------------------  */
#faq,
#form {
	padding-top: 16.6rem;
	margin-top: -16.6rem;
}
#faq dl dt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--bg-yellow);
	padding: 1.5rem 2rem 1.6rem 1.5rem;
	margin-bottom: 2rem;
	font-size: 1.8rem;
	font-weight: bold;
	border-radius: 1rem;
	line-height: 1.5;
}
#faq dl dt span:nth-child(1) {
	width: 4.4rem;
	height: 4.4rem;
	background: var(--red);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 900;
	padding-bottom: 0.4rem
}
#faq dl dt span:nth-child(2) {
	width: calc(100% - 6rem);
}
#faq dl dd {
	display: flex;
	justify-content: space-between;
	padding: 0 1.5rem;
	margin-bottom: 2rem;
} 
#faq dl dd span:nth-child(1) {
	width: 4.4rem;
	height: 4.4rem;
	background: var(--bg-grey);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 900;
	padding-bottom: 0.3rem;
	padding-left: 0.18rem;
}
#faq dl dd span:nth-child(2) {
	width: calc(100% - 6rem);
}
@media screen and (max-width: 768px) {
	#faq,
	#form {
		padding-top: 0;
		margin-top: 0;
	}
}



/*  ----------------------------------------------------------

form

----------------------------------------------------------  */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
}
.CMS-FORM-GROUP label {
    width: 30%;
    font-weight: bold;
}
.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
    width: 70%;
    padding: 2rem;
    border: #ddd solid 1px;
    box-sizing: border-box;
}
.CMS-FORM-CHECKBOX {
	width: 70%;
}
.CMS-FORM-GROUP input[type="checkbox"] {
	width: 5%;
}
.CMS-FORM-GROUP input[type="checkbox"]:not(:first-of-type) {
	margin-left: 2rem;
}

.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP textarea {
    height: 16rem;
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--red);
    border: none;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    width: 24rem;
    padding: 2rem 0;
    margin: 0 auto;
    transition: all .3s;
    display: block;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
.CMS-FORM-RADIO input[type="radio"] {
    width: 2rem;
    height: 2rem;
    display: block;
    margin-top: 0.9rem;
    border-radius: 50%;
}
.CMS-FORM-RADIO {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
}
.CMS-FORM-RADIO label{
    display: block;
    width: calc(100% - 3.5rem);
}
.CMS-FORM-RADIO > label {
    font-weight: normal;
    padding-top: 0.8rem;
}
.CMS-FORM-RADIO > label:not(:last-of-type) {
    margin-bottom: 1rem;
}
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-appearance: button;
    appearance: button;
    border: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .CMS-FORM-GROUP input,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
    .CMS-FORM-RADIO input[type="radio"] {
        width: 2rem;
        height: 2rem;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
    .CMS-FORM-RADIO {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .CMS-FORM-RADIO label{
        width: calc(100% - 3.5rem);
        padding-top: 0;
        margin-top: -0.1rem;
    }
    .CMS-FORM-RADIO > label {
        font-weight: normal;
    }
    .CMS-FORM-RADIO > label:not(:last-of-type) {
        margin-bottom: 0;
    }   
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        padding: 2rem 0;
        font-size: 1.8rem;
    }  
	.CMS-FORM-CHECKBOX {
        width: 100%;
	}
	.CMS-FORM-CHECKBOX label {
		display: inline-block;
        width: 70%;
	}
	.CMS-FORM-GROUP input[type="checkbox"]:not(:first-of-type) {
		margin-left: 4px;
	}
	
}
.his {
    background: var(--red);
    line-height: 1;
    color: #fff;
    font-size: 1rem;
    padding: 0.2rem 0.7rem 0.3rem 0.7rem;
    margin-left: 1.6rem;
    vertical-align: 0.1rem;
}
.thanx {
    text-align: center;
}
.back {
    text-align: center;
    display: block;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}



/*  ----------------------------------------------------------

privacy

----------------------------------------------------------  */
.privacy {
    width: auto;
    margin: 0 auto 7rem;
    border: 0.2rem solid #ccc;
    padding: 2rem;
    height: 48rem;
    overflow: auto;
}
.privacy-notes {
    margin: 0 auto 3rem;
}
@media screen and (max-width: 768px) {
    .privacy {
        width: 100%;
        margin: 0px auto 7rem;
    }
}



/*  ----------------------------------------------------------

property

----------------------------------------------------------  */
.property-img {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}
.property-img li {
    width: calc((100% - 2rem) / 3);
    margin-right: 1rem;
}
.property-img li:nth-child(3n) {
    margin-right: 0;
}
.property-img li:nth-child(n + 4) {
    margin-top: 1rem;
}
@media screen and (max-width: 768px) {
	.property-img {
		justify-content: space-between;
		margin-bottom: 2rem;
	}
	.property-img li {
		width: 49%;
		margin-right: 0;
		margin-bottom: 2%;
	}
	.property-img li:nth-child(n + 4) {
		margin-top: 0;
	}
}



/*  ----------------------------------------------------------

works

----------------------------------------------------------  */
.works-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.works-wrap > * {
	width: 44%;
}
.works-wrap > *:nth-of-type(n + 3) {
	margin-top: 6rem;
}
@media screen and (max-width: 768px) {
	.works-wrap {
		display: block;
	}
	.works-wrap > * {
		width: 100%;
	}
	.works-wrap > *:nth-of-type(n + 3) {
		margin-top: 0;
	}
	.works-wrap > *:nth-of-type(n + 2) {
		margin-top: 5rem;
	}
}