@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700&family=Noto+Sans:wght@200;300;400;500;600;700;800&display=swap');

/* Page style */
html {
	font-size: 62.5%; /* -> 10px */
	max-width: 1920px;
	width: 100%;
	height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	scroll-behavior: smooth;
	overscroll-behavior: none !important;
	overflow: scroll !important;
   }
body {
	font-family:'Noto Sans', 'Noto Sans JP', sans-serif;
	font-weight: 300 !important;
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
	background: #ffffff;
	color: #554A49;
	margin: 0 auto;
	padding: 0;
	letter-spacing: .15rem;
	backdrop-filter: none;
  	-webkit-backdrop-filter: none;
}
.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	text-align: center;
}
section{
	padding: 120px 0;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 767px) {
	section{
		padding: 60px 0;
	}
}

/* Common */
.title{
	font-size: 4.2rem;
	letter-spacing: .1em;
	margin-bottom: 40px;
	color: #E28188;
	font-weight: 600;
}
p{
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.7;
	white-space: normal;
}
.content_title{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 140%;
	margin-top: 20px;
}
.content_txt{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 140%;
	margin: 20px 0;
	text-align: left;
}
.small{
	font-weight: 400 !important;
	font-size: 1.2rem !important;
	letter-spacing: 1 !important;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
a{
	transition: 0.4s;
	text-decoration: none;
	color: #ffffff;
}
a:hover{
	cursor: pointer;
	opacity: .7;
}
@media (max-width: 767px) {
.small{
	font-size: 1.1rem;
}
.title{
	font-size: 3.5rem;
	margin: 0 20px 20px 20px;
	letter-spacing: .2rem;
}
.content_txt{
	margin: 0 auto;
	padding-bottom: 40px;
}
.content_title{
	font-size: 1.8rem;
	margin: 10px 0;
}
p{
	font-size: 1.5rem;
	line-height: 1.5;
}
}

/* PC SP only display */
.sp_only{
	display: none !important;
}
@media (max-width: 767px) {
	.sp_only{
		display: block !important;
	}
	.pc_only{
		display: none !important;
	}
}


/* Header */
.button_wrap{
	z-index: 9999;
	position: fixed;
	top: 20px;
	right: 20px;
	width: 100%;
	display: flex;
    justify-content: flex-end;
}
.button{
	font-size: 1.6rem;
	line-height: 52px;
	text-align: center;
	width: 280px;
	height: 52px;
	background: #E28188;
	border-radius: 8px;
	font-weight: 700;
	box-shadow: 0 12px 32px #4545451f;
	display: flex;
  	align-items: center;
	justify-content: center;
	border: none;
  	cursor: pointer;
}
.button img{
	margin-right: 10px;
}
.button:hover{
	transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
.button_wrap{
	bottom: 0;
	left: 0;
	justify-content: center;
    align-items:flex-start;
	top: auto;
}
.button_wrap a{
	display: contents;
}
.button{
	border-radius: 0;
	width: 100%;
	height: 62px;
	box-shadow: 0 -12px 32px #3636361f;
}
}

/* Footer */
.copyright {
	background-color: #39CBA8;
	color: #ffffff;
	font-weight: 500;
	font-size: 1.3rem;
	padding: 20px 60px;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.footer_links{
	align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 0 20px;
    position: relative;
}
.rectangle{
	background-color: #ffffff;
    flex: none;
    height: 1px;
    position: relative;
    width: 100%;
}
@media (max-width: 767px) {
.copyright {
	flex-direction: column;
	padding: 0;
}
.footer_links{
	flex-direction: column;
	margin: 20px 0;
	text-align: center;
}
.copy{
	align-items: center;
	font-size: 1rem;
}
}

/* main */
.main_wrap{
	width: 100%;
	background-image: url(../images/bg.png);
	background-position: right top;
	background-size: cover;
}
.main_wrap img{
	z-index: 999;
}
.txt_01, .txt_02, .txt_03{
	font-weight: 600;
	letter-spacing: .1em;
}
.txt_01{
	font-size: 1.6rem;
	line-height: 150%;
}
.txt_02{
	font-size: 2.4rem;
	line-height: 240%;
}
.txt_03{
	font-weight: 700;
	font-size: 4.5rem;
	line-height: 200%;
}
.txt_03 img{
	padding-top: 20px;
}
@media (max-width: 767px) {
.main_wrap{
	background-image: url(../images/bg_sp.png);
}
.txt_02{
	font-size: 2rem;
	line-height: 280%;
}
.txt_03{
	font-size: 3rem;
	line-height: 240%;
}
.txt_02 img{
	width: 20px;
	height: 20px;
}
.txt_03 img{
	width: 260px;
	padding-top: 0;
}
.sumufuku img{
	width: 300px;
}
}

/* feature */
.feature_wrap{
	background-image: url(../images/feature_bg.png);
	background-position: right top;
	background-size: cover;
	padding: 8%;
}
.feature_bg{
	align-items: center;
    background-color: #ffffff;
    border-radius: 60px;
    box-shadow: 0 12px 32px #4545451f;
    padding: 40px 0 60px 0;
	max-width: 1080px;
	width: 80%;
	margin: 0 auto;
	margin-top: -30px;
}
.feature_content_wrap{
    display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: center;
}
.feature_content{
	max-width: 300px;
	width: 100%;
	margin: 0 30px 0;
}
@media (max-width: 767px) {
.feature_content img{
	width: 120px;
}
.feature_bg{
	padding: 50px 30px 0px;
}
.feature_wrap{
	background-image: url(../images/feature_bg_sp.png);
	padding: 60px 15px;
}
.feature_content{
	margin: 0 10px 0;
}
}

/* contract */
.contract_wrap, .qa_wrap{
	background-image: url(../images/contract_bg.png);
	background-position: right top;
	background-size: cover;
	text-align: center;
}
.contract_content_wrap{
	display: flex;
	justify-content: space-evenly;
	max-width: 1080px;
	margin: 0 auto;
}
.contract_content img, .room_content img{
	max-width: 330px;
	width: 100%;
}
@media (max-width: 767px) {
	.catch img{
		width: 260px;
	}
	.step img{
		width: 128px;
	}
	.contract_content_wrap, .room_content_wrap{
		flex-direction: column;
		margin: 0 40px;
	}
	.contract_content img, .room_content img{
		max-width: 280px;
		width: 100%;
	}
}

/* merit */
.merit_wrap{
	background-image: url(../images/merit_bg.png);
	background-position: right top;
	background-size: cover;
	text-align: center;
}
.merit_content_wrap{
	display: flex;
  	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 40px;
}
.merit_box{
	border: solid 4px #f9e6b3;
    align-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 36px;
    box-shadow: 0 6px 16px #4545450f;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 20px;
	max-width: 300px;
}
.merit_box img{
	margin: 10px 20px 0 20px;
	max-width: 200px;
}
@media (max-width: 767px) {
	.merit_wrap{
		padding-bottom: 80px;
	}
	.merit_content_wrap{
		flex-direction: column;
		padding-top: 20px;
	}
	.merit_box{
		border: solid 3px #f9e6b3;
		flex-direction: row;
		margin-bottom: 20px;
		padding: 10px;
		text-align: left;
	}
	.merit_content_wrap :last-child{
		margin-bottom: 0;
	}
	.merit_box img{
		margin: 10px 10px 10px 0;
		max-width: 140px;
	}
}

/* room */
.room_wrap{
	background-image: url(../images/building_bg.png);
	background-position: right top;
	background-size: cover;
	text-align: center;
}
.room_content_wrap{
	max-width: 1080px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.room_title{
	font-size: 2rem;
	font-weight: 800;
}
.slideSet{
	max-width: 300px;
	margin: 0 auto;
}
.slideshow {
	display: inline-flex;
	justify-content: flex-start;
	overflow: hidden;
	width: 100%;
}
.slide {
	flex-shrink: 0;
	width: 100%;
	transition: transform 0.5s ease-in-out;
	margin-bottom: 20px;
}
.prevnext {
	display: flex;
	align-items: center;
	justify-content: center;
}
.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #554A49;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
}
.active {
	background-color:#E28188;
}
.prevButton{
	margin-right: 20px;
}
.nextButton{
	margin-left: 20px;
}
.prevButton:hover, .nextButton:hover{
	opacity: .7;
	transition: .4s;
}
.prevnext{
	display: flex;
	flex-direction: row;
}
.slideSet div.content_txt{
	margin:20px 0 40px 0;
	max-width: 320px;
}
@media (max-width: 767px) {
	.room_wrap{
		background-image: url(../images/building_bg_sp.png);
		padding-top: 20px !important;
	}
	.room_content img{
		padding-bottom: 20px;
	}
	.slide {
		margin:20px 0 0;
	}
}

/* voice */
.voice_wrap{
	background-image: url(../images/voice_bg.png);
	background-position: right top;
	background-size: cover;
	text-align: center;
}
.voice_box_wrap{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	height: 100%;
	justify-content: center;
}
.voice_txt{
	padding: 15px 20px 20px 0;
}
.voice_box{
    background-color: #ffffff;
    border-radius: 32px;
    box-shadow: 12px 12px 20px #0000000a;
    max-width: 520px;
	width: 90%;
	text-align: left;
	display: flex;
    flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.voice_box img{
		width: 120px;
	}
	.voice_wrap{
		background-image: url(../images/voice_bg_sp.png);
	}
}

/* QA */
.q_box{
	align-items: center;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 10px 30px;
	max-width: 1080px;
	width: 100%;
    box-shadow: 2px 2px 4px #0000000a;
	margin-top: 20px;
}
.question{
    display: flex;
    flex: none;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.q_txt{
    display: flex;
	flex-direction: row;
	align-items: center;
	text-align: left;
}
.q, .a{
	font-size: 2rem;
	line-height: 100%;
	font-weight: 700;
	align-items: center;
    background-color: #39CBA8;
	color: #ffffff;
    border-radius: 50px;
    display: flex;
	padding-bottom: 3px;
    height: 40px;
    justify-content: center;
    width: 43px;
	margin-right: 20px;
}
.a{
	background-color: #ffffff;
	color: #39CBA8;
	border: #39CBA8 3px solid;
	box-sizing: border-box;
	height: 43px;
}
.a_text{
	text-align: left;
	display: inline-block;
    width: 90%;
}
.answer {
    display: none;
}
.plus{
    background-color: #ffffff;
    color: #39CBA8;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 4rem;
	font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	border: none;
}
.minus{
    font-size: 8rem;
	font-weight: 200;
	align-items: center;
}
@media (max-width: 767px) {
	.q, .a{
		font-size: 1.9rem;
		height: 36px;
		width: 38px;
		margin-right: 15px;
	}
	.a{
		height: 38px;
	}
	.q_txt p{
		display: inline-block;
		width: 80%;
	}
	.q_box{
		max-width: 280px;
		padding: 0 20px;
	}
}


/* contact */
.contact_wrap p{
	font-weight: 700;
}
.contact_wrap a{
	color: #E28188;
	width: 80%;
}
.contact_button{
	display: block;
	color: #ffffff;
	font-size: 2.5rem;
	line-height: 52px;
	text-align: center;
	max-width: 700px;
	height: 100px;
	background: #E28188;
	border-radius: 8px;
	font-weight: 700;
	box-shadow: 0 12px 32px #4545451f;
	display: flex;
  	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 20px;
}
.contact_button img{
	margin-right: 15px;
}
@media (max-width: 767px) {
	.contact_button{
		height: 80px;
		font-size: 1.8rem;
	}
	.contact_button img{
		margin-right: 10px;
		width: 8px;
		height: 14px;
	}
	.contact_txt{
		font-size: 1.7rem;
	}
	.contact_tips{
		padding: 0 20px;
		text-align: left;
	}
}

/* Fade in */
.fade-in-element {
    opacity: 0;
    transform: translateY(80px);
    transition: .7s ease-in-out;
	transform:0.5s ease;
}
.fade-in-element.fade-in {
    opacity: 1;
    transform: translateY(0);
}
.fade-out {
	opacity: 0;
	pointer-events: none;
	transition: .3s ease-in-out;
  }

/* Margin */
.mt_160{
	margin-top: 160px;
}
.mt_60{
	margin-top: 60px;
}
.mt_50{
	margin-top: 50px;
}
.mt_40{
	margin-top: 40px;
}
.mt_30{
	margin-top: 30px;
}
.mt_20{
	margin-top: 20px;
}
.mt_10{
	margin-top: 10px;
}
.mt_0{
	margin-top: 0px;
}
.mb_5{
	margin-bottom: 5px;
}
.mr_40{
	margin-right: 40px;
}
.mr_20{
	margin-right: 20px;
}
.ml_30{
	margin-left: 30px;
}
.ml_20{
	margin-left: 20px;
}
.pt_60{
	padding-top: 60px;
}
.pt_80{
	padding-top: 80px;
}
.pr_20{
	padding-right: 20px;
}
.pl_20{
	padding-left: 20px;
}
.pt_0{
	padding-top: 0 !important;
}
.pb_0{
	padding-bottom: 0 !important;
}
.pb40{
	padding-bottom: 40px;
}
.plr_40{
	padding: 0 40px;
}


/* Mobile */
@media (max-width: 767px) {
	.pt_60{
		padding-top: 40px;
	}
	.ml_30{
		margin-left: 0 !important;
	}
	.mr_20{
		margin-right: 0 !important;
	}
	.mr_40{
		margin-right: 0 !important;
	}
}