@charset "UTF-8";



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

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
.top-kv .wrap {
	position: absolute;
	left: 12rem;
	top: 23rem;
}
.top-kv-catch {
	font-family: var(--font-serif);
	font-size: 2rem;
	margin-bottom: 3rem;
}
.top-kv-catch strong {
	font-size: 3.2rem;
	font-weight: normal;
}
.top-kv p {
	width: 36rem;
}
@media screen and (max-width: 768px) {
	.top-kv {
		overflow: hidden;
	}
	.top-kv img {
		width: 130%;
		margin-left: -30%;
	}
	.top-kv .wrap {
		left: 2.5rem;
		top: 8rem;
	}
	.top-kv-catch {
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}
	.top-kv-catch strong {
		font-size: 1.8rem;
		font-weight: normal;
	}
	.top-kv p {
		width: 40%;
		font-size: 1rem;
		line-height: 1.6;
	}
}
.scroll {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 10;
    font-size: 1rem;
	left: 4rem;
	bottom: -4rem;
	color: var(--prime);
	font-family: var(--font-en);
}
.scroll span {
    margin-top: 0.6rem;
    width: 0.1rem;
    height: 6rem;
    background: var(--prime);
    animation: scroll infinite 1s;
}
@media screen and (max-width: 768px) {
	.scroll {
		left: 1rem;
	}
}
@keyframes scroll {
    0% {
        transform: scale(1,1);
        transform-origin: bottom;
    }
    100% {
        transform: scale(1,0);
        transform-origin: bottom;
    }
}



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

news

------------------------------------------- */
.top-news {
	background: url(../img/deco-1.png) no-repeat right -2.5rem top 5rem;
	background-size: 9rem auto;
    padding: 12rem 0 0 0;
	position: relative;
	z-index: 10;
}
.top-news .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3rem;
}
.top-news h2 {
	margin: 0;
	flex-direction: row;
	align-items: flex-end;
}
.top-news h2 .jp {
	margin-top: 0;
	margin-left: 2rem;
	margin-bottom: 0.8rem;
	
}
@media screen and (max-width: 768px) {
    .top-news {
		background: url(../img/deco-1.png) no-repeat right -1.5rem top 3.5rem;
		background-size: 9rem auto;		
        padding: 8rem 3rem 2rem 3rem;
		display: flex;
		flex-direction: column
    }   
	.top-news > * {
		width: 100%;
	}	
	.top-news .wrap {
		display: contents;
		margin-bottom: 0;
	}
	.top-news h2 {
		margin: 0 0 3rem 0;
	}
	.top-news .more-wrap {
		order: 3;
		margin-top: 4rem;
	}
}
/* cms */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}



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

about

------------------------------------------- */
.top-about {
	background: 
		url(../img/deco-2.png) no-repeat left 5rem top 2.5rem,
		url(../img/wave-1.jpg) no-repeat center top;
	background-size: 
		6.5rem auto,
		100% auto;
	background-color: var(--green-light);
	position: relative;
	padding: 10rem 0 8rem 0;
}
.top-about::before {
	content: "";
	width: 82%;
	height: 30rem;
	background: var(--prime);
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 4rem 4rem 0;
}
.top-about .wrap {
	padding: 0 10rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: relative;
	z-index: 10;
}
.top-about .wrap > * {
	width: 46%;
}
.top-about img {
	border-radius: 4rem;
}
.top-about p {
	margin-bottom: 4rem;
}
.top-about .more {
	margin: 0 0 0 auto;
}
.txt {
	background: #fff;
	border: solid 0.3rem var(--prime);
	box-shadow: 0.15rem 0.15rem 0.5rem rgba(0,0,0,0.25);
	padding: 6rem 3.5rem 3.5rem 3.5rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	.top-about {
		background: 
			url(../img/deco-2.png) no-repeat left 2rem top 2.5rem,
			url(../img/wave-1.jpg) no-repeat center top;
		background-size: 
			6.5rem auto,
			100% auto;
		background-color: var(--green-light);
		padding: 8rem 3rem 6rem 3rem;
	}
	.top-about::before {
		width: 80%;
		height: 30rem;
	}
	.top-about .wrap {
		padding: 0;
		display: block;
	}
	.top-about .wrap figure {
		margin-bottom: 3rem;
	}
	.top-about .wrap > * {
		width: 100%;
	}
	.top-about img {
		border-radius: 4rem;
	}
	.top-about p {
		margin-bottom: 3rem;
	}
	.top-about .more {
		margin: 0 0 0 auto;
	}
	.txt {
		padding: 3rem;
	}	
}



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

realestate

------------------------------------------- */
.top-realestate {
	background: url(../img/deco-2.png) no-repeat right 11rem top 18rem;
	background-size: 6.5rem auto;
	padding: 12rem 0 8rem 0;
	position: relative;
}
.top-realestate > img {
	position: absolute;
	left: 6rem;
	top: -1.5rem;
	width: 9.5rem;
}
.top-realestate ul li {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding-bottom: 5rem;
}
.top-realestate ul li::before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #def0db;
}
.top-realestate ul li:nth-child(odd)::before {
	left: 0;
	bottom: 0;
	width: 65%;
	height: 50%;
	border-radius: 0 4rem 4rem 0;
}
.top-realestate ul li:nth-child(even)::before {
	right: 6rem;
	bottom: 0;
	width: 75%;
	height: 50%;
	border-radius: 4rem;
}
.top-realestate ul li:nth-child(even) {
	flex-direction: row-reverse;
}
.top-realestate ul li:not(:last-child) {
	margin-bottom: 5rem;
}
.top-realestate ul li > figure {
	width: 60%;
}
.top-realestate ul li:nth-child(odd) figure img {
	border-radius: 0 4rem 4rem 0;
}
.top-realestate ul li:nth-child(even) figure img {
	border-radius: 4rem 0 0 4rem;
}
.top-realestate ul li > div {
	width: 42rem;
	margin-top: 6rem;
	position: relative;
}
.top-realestate ul li:nth-child(odd) > div {
	margin-left: -7.5rem;
}
.top-realestate ul li:nth-child(even) > div {
	right: -7.5rem;
}
.top-realestate ul li > div > div:nth-of-type(1) {
	color: var(--red);
	font-family: var(--font-serif);
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
	line-height: 1.3;
}
.top-realestate p {
	margin-bottom: 4rem;
}
.top-realestate .more {
	margin: 0 0 0 auto;
}
.top-realestate .txt > img {
	position: absolute;
	left: -2.2rem;
	top: -3.5rem;
	width: 6.5rem;
}
@media screen and (max-width: 768px) {
	.top-realestate {
		background: url(../img/deco-2.png) no-repeat right 2rem top 4rem;
		background-size: 4rem auto;
		padding: 10rem 0 8rem 0;
	}
	.top-realestate > img {
		left: 1.5rem;
	}
	.top-realestate ul li {
		display: block;
		padding-bottom: 4rem;
	}
	.top-realestate ul li:nth-child(odd)::before {
		width: 80%;
	}
	.top-realestate ul li:nth-child(even)::before {
		width: 80%;
	}
	.top-realestate ul li:nth-child(even) {
		flex-direction: row-reverse;
	}
	.top-realestate ul li:not(:last-child) {
		margin-bottom: 5rem;
	}
	.top-realestate ul li > figure {
		width: 100%;
	}
	.top-realestate ul li > div {
		width: calc(100% - 4rem);
	}
	.top-realestate ul li:nth-child(odd) > div {
		margin: -3rem auto 0 auto;
	}
	.top-realestate ul li:nth-child(even) > div {
		margin: -3rem auto 0 auto;
		right: 0;
	}
	.top-realestate ul li > div > div:nth-of-type(1) {
		color: var(--red);
		font-family: var(--font-serif);
		font-size: 2.4rem;
		margin-bottom: 1.5rem;
		line-height: 1.3;
	}
	.top-realestate p {
		margin-bottom: 3rem;
	}
	.top-realestate .more {
		margin: 0 0 0 auto;
	}

}



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

cleanout

------------------------------------------- */
.top-cleanout {
	padding: 0 0 10rem 0;
}
.top-cleanout ul {
	display: flex;
	justify-content: space-between;
}
.top-cleanout ul li {
	width: 32%;
}
.top-cleanout ul a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
	height: 17rem;
	border: solid 0.2rem #fff;
	background: url(../img/wave-3.jpg) no-repeat center bottom;
	background-size: 100% auto;
	font-size: 2.2rem;
	padding-bottom: 2rem;
	padding-left: 0.7rem;
}
@media screen and (max-width: 768px) {
	.top-cleanout {
		padding: 0 3rem 8rem 3rem;
	}
	.top-cleanout h2 .jp {
		text-align: center;
		line-height: 1.3;
	}	
	.top-cleanout ul {
		display: block;
	}
	.top-cleanout ul li {
		width: 100%;
	}
	.top-cleanout ul li:not(:last-child) {
		margin-bottom: 2.5rem;
	}	
}



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

faq

------------------------------------------- */
.top-faq {
	padding: 10rem 0;
	background: url(../img/deco-2.png) no-repeat right 7rem top 5rem;
	background-size: 7rem auto;
	background-color: var(--green-light);
	position: relative;
}
.top-faq > img {
	position: absolute;
	left: 14rem;
	top: -4rem;
	width: 9.5rem;
}
@media screen and (max-width: 768px) {
	.top-faq {
		padding: 8rem 3rem;
		background: url(../img/deco-2.png) no-repeat right 2rem top 3rem;
		background-size: 5rem auto;
		background-color: var(--green-light);		
	}
	.top-faq > img {
		position: absolute;
		left: 2rem;
		top: -4rem;
		width: 7rem;
	}	
}

.top-faq .wrap dl:not(:last-of-type) {
	margin-bottom: 2rem;
}
.faq-ttl {
	background: #fff;
	position: relative;
	transition: all .3s;
	font-size: 1.6rem;
	font-weight: 500;
}
.faq-ttl:hover {
	cursor: pointer;
	color: var(--prime);
}
.faq-ttl i {
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translate(0,-50%);
	color: var(--prime);
	transition: all .3s;
}
.faq-ttl.open i {
	transform: translate(0,-50%) rotate(180deg);
} 
.faq-ttl,
.faq-content {
	display: flex;
}
.faq-ttl {
	padding: 1.5rem 4rem 1.5rem 2rem;
	align-items: center;
}
.faq-content {
	padding: 1.5rem 2rem;	
	background: #fff;
}
.faq-ttl span:nth-child(1),
.faq-content span:nth-child(1) {
	width: 4rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	font-family: var(--font-en);
	font-weight: 300;
	font-size: 2.4rem;
	padding-left: 0.2rem;
	padding-bottom: 0.15rem;
}
.faq-ttl span:nth-child(1) {
	background: var(--prime);
}
.faq-content span:nth-child(1) {
	background: var(--red);
}
.faq-ttl span:nth-child(2),
.faq-content span:nth-child(2) {
	padding-left: 2rem;
	width: calc(100% - 4rem);
} 
.faq-content span:nth-child(2) {
	padding-top: 0.5rem;
}
@media screen and (max-width: 768px) {
	
}



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

property

------------------------------------------- */
.top-property {
	background: 
		url(../img/deco-1.png) no-repeat right 12rem top 3.5rem,
		url(../img/wave-2.jpg) no-repeat center top;
	background-size: 
		10rem auto,
		100% auto;
	padding: 10rem 0 0 0;
	margin-top: 6rem
}
.top-property .wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 3rem;
}
.top-property h2 {
	margin: 0;
	flex-direction: row;
	align-items: flex-end;
}
.top-property h2 .en {
	color: #fff;
	text-align: left;
}
.top-property h2 .jp {
	margin-left: 2.5rem;
	margin-top: 0;
	margin-bottom: 0.8rem;
}
.top-property .more {
	background: #fff;
	color: var(--prime);
}
@media screen and (max-width: 768px) {
	.top-property {
		background: 
			url(../img/deco-1.png) no-repeat right 2rem top 1rem,
			url(../img/wave-2.jpg) no-repeat center top;
		background-size: 
			8rem auto,
			200% auto;
		padding: 8rem 0 4rem 0;
		background-color: #b7e2b4;
		display: flex;
		flex-direction: column;
	}
	.top-property .wrap {
		display: contents;
		margin-bottom: 3rem;
	}
	.top-property h2 {
		margin-left: 3rem;
		margin-bottom: 2rem;
	}
	.top-property h2 .en {
		text-align: left;
	}
	.top-property .more-wrap {
		order: 3;
	}
	.top-property .more {
		background: #fff;
		color: var(--prime);
	}	
}
#loopslider figure {
	padding: 0 0.8rem;
}
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
	height: 160px;
	border-radius: 2rem;
}
#loopslider ul li {
	width: 240px;
}
#loopslider img {
	object-fit: cover;
}
#loopslider {
	margin: 0 auto 4rem auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}
#loopslider ul {
	display: inline;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#loopslider ul li {
	display: inline;
	float: left;
	overflow: hidden;
}
#loopslider ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#loopslider ul {
	display: inline-block;
	overflow: hidden;
}



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

access

------------------------------------------- */
.top-access {
	padding: 10rem 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.top-access > img {
	position: absolute;
	right: 10rem;
	top: -2rem;
	width: 9.5rem;
}
.top-access > div:nth-of-type(1) {
	width: 45%;
}
.top-access > div:nth-of-type(2) {
	width: 50%;
	padding-right: 12rem;
}
.top-access .gmap iframe {
	border-radius: 0 4rem 4rem 0;
}
.top-access h2 {
	margin: 0;
	flex-direction: row;
	align-items: flex-end;
	margin-bottom: 3rem;
}
.top-access h2 .jp {
	margin-left: 2.5rem;
	margin-top: 0;
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
	.top-access {
		padding: 8rem 0;
		flex-direction: column;
	}
	.top-access > img {
		right: 2rem;
		width: 7.5rem;
	}
	.top-access > div:nth-of-type(1) {
		width: 100%;
		margin-bottom: 1rem;
	}
	.top-access > div:nth-of-type(2) {
		width: 100%;
		display: contents;
	}
	.top-access .gmap iframe {
		border-radius: 0;
	}
	.top-access h2 {
		flex-direction: column;
		align-items: center;
		margin-bottom: 3rem;
		order: -1
	}
	.top-access h2 .jp {
		margin-left: 0;
		margin-top: 0.5rem;
		margin-bottom: 0;
	}	
	.top-access dl {
		padding: 0 3rem;
	}
}



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

instagram

------------------------------------------- */
.top-insta {
	padding: 8rem 0;
	background: #93ca86;
}
.top-insta .wrap {
	margin: 0 auto;
	width: 80rem;
}
.top-insta h2 {
	color: #fff;
}
.top-insta h2 .en {
	color: #fff;
}
@media screen and (max-width: 768px) {
	.top-insta {
		padding: 7rem 0 8rem 0;
		background: #93ca86;
	}	
	.top-insta .wrap {
		padding: 0 3rem;
		width: auto;
	}
}
/* cms */
.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.CMS-INSTAGRAM-LIST > * {
    margin-right: 1rem;
	width: calc((100% - 2rem) / 3);
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(3n) {
    margin-right: 0;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 4) {
    margin-top: 1rem;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}



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

aside

------------------------------------------- */
aside {
	background: #f1f7d1;
	padding: 6rem 0;
}
aside ul {
	display: flex;
	justify-content: center;
}
aside ul li {
	width: 36rem;
}
aside ul li:nth-child(1) {
	margin-right: 3rem;
}
aside ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 12rem;
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	box-shadow: 0.15rem 0.15rem 0.5rem rgba(0,0,0,0.25);	
	font-weight: 500;
	font-size: 1.5rem;
}
aside ul li a i {
	font-size: 3.6rem;
	margin-left: 1rem;
}
@media screen and (max-width: 768px) {
	aside {
		padding: 6rem 3rem;
	}
	aside ul {
		display: block;
	}
	aside ul li {
		width: 100%;
	}
	aside ul li:nth-child(1) {
		margin-right: 0;
		margin-bottom: 2rem;
	}
}



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

contact

------------------------------------------- */
.contact-tel {
	background: var(--green-light);
	padding: 3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin-bottom: 6rem;
}
.contact-tel::before,
.contact-tel::after {
	content: "";
	width: 4rem;
	height: 4rem;
	position: absolute;
	box-sizing: border-box;
}
.contact-tel::before {
	left: 0;
	top: 0;
	border-top: solid 0.15rem var(--prime);
	border-left:  solid 0.15rem var(--prime);	
}
.contact-tel::after {
	right: 0;
	bottom: 0;
	border-bottom: solid 0.15rem var(--prime);
	border-right:  solid 0.15rem var(--prime);	
}
.contact-tel p {
	line-height: 1.6;
}
.contact-tel a {
	display: flex;
	align-items: center;
	font-family: var(--font-en);
	font-weight: bold;
	color: var(--prime);
	line-height: 1;
	font-size: 3.6rem;
	margin: 1.5rem 0 0.5rem 0;
	text-decoration: none;
}
.contact-tel a i {
	font-size: 2rem;
	margin-right: 0.5rem;
	margin-top: 0.3rem;
}



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

form

------------------------------------------- */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 30%;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    padding: 2rem;
    width: 70%;
}
.CMS-FORM-GROUP textarea {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    width: 70%;
    height: 16rem;
    padding: 2rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-INPUT,
    .CMS-FORM-EMAIL,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    width: 70%;
}
.CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-right: 2.5rem;
    margin-bottom: 1.2rem;
}
.CMS-FORM-RADIO > div {
    display: flex;
    align-items: center;
    width: calc(100% - 18px);
}
.CMS-FORM-RADIO > div label {
    margin-left: 0.5rem;
    margin-top: 0.3rem;
}
_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-RADIO {
        display: block;
        width: 100%;
        white-space:unset;
    }
    .CMS-FORM-RADIO > div:not(:last-of-type) {
        margin-bottom: 1.2rem;
    }
    .CMS-FORM-RADIO > div label {
        width: calc(100% - 24px);
    }
    _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
        margin-top: 0.7rem;
    }   
}
input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    background: rgba(245,245,245,1);
    border: solid 1px #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type="radio"]:checked:before {
    content: "";
    background: var(--prime);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
}
@media screen and (max-width: 768px) {
    input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    input[type="radio"]:checked:before {
        width: 12px;
        height: 12px;
    }
}
/* ---- submit ---- */
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--prime);
    color: #fff;
    display: block;
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.75rem 0;
    transition: all .3s;
    width: 24rem;
	border-radius: 10rem;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        font-size: 1.7rem;
    }   
}
/* ---- calendar ---- */
input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: #ddd solid 1px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 2rem;
    width: 70%;
}
@media screen and (max-width: 768px) {
    input[type="date"] {
        width: 100%;
    }
}
/* ---- select ---- */
.select-wrap {
    position: relative;
    width: 70%;
}
.select-wrap::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-right: solid 0.15rem #333;
    border-bottom: solid 0.15rem #333;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2rem;
    top: calc(50% - 0.6rem);
    z-index: 10;
}
select {
    appearance: none;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    color: #000;
    font-size: 1.4rem;
    padding: 1.6rem 4rem 1.5rem 1.5rem;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .select-wrap {
        width: 100%;
    }
}
/* ---- required ---- */
.required {
    background: var(--red);
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin-left: 1.0rem;
    padding: 0.2rem 0.7rem 0.35rem 0.7rem;
    vertical-align: 0.1rem;
	border-radius: 10rem;
}
/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input:focus,
    .CMS-FORM-GROUP textarea:focus {
        font-size: 16px;
    }
}



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

privacy

------------------------------------------- */
.privacy {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1.2rem;
    height: 20rem;
    overflow: auto;
    padding: 1.7rem 2rem;
}
.privacy-note {
    font-size: 1.2rem;
    margin: 5rem 0 2rem 0;
}



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

thanx

------------------------------------------- */
.thanx {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}
.back {
    display: block;
    text-align: center;
}
.back a {
    color: var(--prime);
}



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

about

------------------------------------------- */
.about-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6rem;
}
.about-wrap > * {
	width: 48%;
}
.about-wrap p a {
	color: var(--prime);
}
@media screen and (max-width: 768px) {
	.about-wrap {
		display: block;
	}
	.about-wrap > * {
		width: 100%;
	}
	.about-wrap > *:nth-of-type(1) {
		margin-bottom: 8rem
	}
}
.img-wrap {
	margin-bottom: 6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.img-wrap li {
	width: 25%;
}
.img-wrap li img {
	object-fit: contain;
	height: 20rem;
}
@media screen and (max-width: 768px) {
	.img-wrap li {
		width: 50%;
	}
	.img-wrap li img {
		height: 20rem;
	}
}



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

tab

------------------------------------------- */
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab-label {
	background: linear-gradient(to right,#f6f6cd,#d0ecce);
    order: -1;
    width: 32.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.6rem;
	padding-bottom: 0.15rem;
    transition: all .3s;
	border-radius: 1rem;
}
@media screen and (max-width: 768px) {
	.tab-label {
		height: 6.4rem;
		font-size: 1.4rem;
		line-height: 1.3;
		text-align: center;
	}
}
.tab-label:hover {
    cursor: pointer;
    background: var(--prime);
    color: #fff;
}
.tab-content {
    width: 100%;
    display: none;
    margin-top: 4rem;
}
/* ---- active ---- */
.tab-switch:checked+.tab-label {
    background: var(--prime);
    color: #fff;
}
.tab-switch:checked + .tab-label + .tab-content {
    display: block;
}
/* radio */
.tab-switch {
    display: none;
}





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

物件

------------------------------------------- */
.CMS-ARTICLE-INDEX,
.CMS-ARTICLE-CATEGORY-INDEX {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 10rem;
}
.CMS-ARTICLE-INDEX > *,
.CMS-ARTICLE-CATEGORY-INDEX > * {
    width: 31%;
    margin-right: 3.5%;
}
.CMS-ARTICLE-INDEX > *:nth-of-type(3n),
.CMS-ARTICLE-CATEGORY-INDEX > *:nth-of-type(3n) {
    margin-right: 0;    
}
.CMS-ARTICLE-INDEX > *:nth-of-type(n + 4),
.CMS-ARTICLE-CATEGORY-INDEX > *:nth-of-type(n + 4) {
    margin-top: 3.5rem;
}
.CMS-ARTICLE-ITEM a {
    transition: all .3s;
    display: block;
}
.CMS-ARTICLE-ITEM a:hover {
    opacity: 0.6;
}
.CMS-ARTICLE-TIME {
    font-size: 1.2rem;
    margin: 1.8rem 0 0.6rem 0;
    line-height: 1;
}
.CMS-ARTICLE-LINK {
    font-size: 1.4rem;
    line-height: 1.8;
}
.CMS-ARTICLE-INDEX > * img,
.CMS-ARTICLE-CATEGORY-INDEX > * img {
    height: 18rem;
    width: 100%;
    object-fit: cover;  
	border-radius: 2rem;
}
.CMS-ARTICLE-CATEGORY-NAME {
	background: var(--prime);
	display: inline-block;
	font-size: 1.2rem;
	margin-top: 1rem;
	color: #fff;
	padding: 0.2rem 1rem 0.3rem 1.1rem;
	border-radius: 10rem;
}
/* read more */
.CMS-ARTICLE-MORE-READ {
    background: var(--prime);
    border: none;
    padding: 1.3rem 0 1.5rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    width: 31%;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    font-size: 1.2rem;    
}
.CMS-ARTICLE-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
/* detail */
.CMS-ARTICLE-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 3rem auto;
}
@media screen and (max-width: 768px) {
    .CMS-ARTICLE-INDEX,
	.CMS-ARTICLE-CATEGORY-INDEX {
        display: block;
    }
    .CMS-ARTICLE-INDEX > *,
	.CMS-ARTICLE-CATEGORY-INDEX > * {
        width: 100%;
        margin-right: 0;
    }
    .CMS-ARTICLE-INDEX > *:nth-of-type(n + 4),
	.CMS-ARTICLE-CATEGORY-INDEX > *:nth-of-type(n + 4) {
        margin-top: 0;
    }
    .CMS-ARTICLE-INDEX > *:nth-of-type(n + 2),
	.CMS-ARTICLE-CATEGORY-INDEX > *:nth-of-type(n + 2) {
        margin-top: 3.5rem;
    }        
    .CMS-ARTICLE-TIME {
        margin: 1.5rem 0 0.3rem 0;
    }   
    .CMS-ARTICLE-INDEX > * img,
	.CMS-ARTICLE-CATEGORY-INDEX > * img {
        height: 24rem;
    }
    .CMS-ARTICLE-CONTENT img {
        width: 100%;
    }
}



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

cleanout

------------------------------------------- */
.cleanout-qca > div {
	border: solid 0.2rem var(--prime);
	padding: 2rem 2.5rem;
	margin-top: 3rem;
	font-size: 1.6rem;
}
.cleanout-qca > div > div {
	margin-bottom: 1.5rem;
	font-size: 1.4rem;
}
.cleanout-qca ul {
	margin-left: 2rem;
}
.cleanout-qca ul li {
	list-style: disc;
}
.cleanout-qca ul li::marker {
	color: var(--prime);
}

.cleanout-case ul {
	font-family: var(--font-serif);
	font-size: 1.8rem;
}
.cleanout-case ul li:not(:last-child) {
	margin-bottom: 1rem;
}
.cleanout-case ul li {
	display: flex;
	align-items: center;
	position: relative;
}
.cleanout-case ul li i {
	color: var(--prime);
	margin-right: 1rem;
	margin-top: 0.3rem;
}

.cleanout-flow ul li {
	border: solid 0.2rem #ddd;
	padding: 2rem 2.5rem;
	position: relative;
}
.cleanout-flow ul li:not(:last-child) {
	margin-bottom: 4rem;
}
.cleanout-flow ul li dt {
	font-family: var(--font-serif);
	font-size: 1.8rem;
	border-bottom: dotted 0.3rem #ccc;
	margin-bottom: 1rem;
	padding-bottom: 0.6rem;
}
.cleanout-flow ul li:not(:last-child)::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 1.5rem solid transparent;
	border-right: 1.5rem solid transparent;
	border-top: 1.5rem solid var(--prime);	
	position: absolute;
	left: calc(50% - 1.5rem);
	bottom: -3rem;
}
.cleanout-flow li a {
	color: var(--prime);
}