@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Allura&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background: rgb(236,234,227);
	background: linear-gradient(0deg, rgba(236,234,227,1) 0%, rgba(230,234,226,1) 50%, rgba(220,235,225,1) 100%);
	color: #222222;
}
body.on::after{
	opacity: 0.7;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url("https://fact-base.co.jp/system_panel/uploads/images/top_bg.png");
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	mix-blend-mode: multiply;
}
body > #root{
	position: relative;
	z-index: 2;
}
body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #222222;
}
.imgbox img{
	border-radius: 10px;
}
.font-eb{
	font-family: "EB Garamond", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-allura{
	font-family: "Allura", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}
.default_title{
	font-size: 40px;
	font-weight: 500;
}
.default_title2{
	font-size: 30px;
	font-weight: 500;
}
.default_title3{
	font-size: 22px;
}
.default_txt{
	font-size: 18px;
}
.default_txt2{
	font-size: 20px;
}

/* ---------- common ---------- */
.company_list img{
	margin: 0 15px;
}
.commingsoon_area{
	position: relative;
}
body.on .commingsoon_area::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body.on .commingsoon_area::before{
	content: "Comming Soon";
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 5vw;
	font-family: "Allura", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	text-align: center;
	color: #42856D;
	text-shadow: 0 0 20px rgba(0,0,0,0.3);
	z-index: 99;
}
body.on .commingsoon_area > div{
	position: relative;
	-ms-filter: blur(6px);
	filter: blur(6px);	
}
.faq_box .box_wrap .box{
	border-bottom: 1px solid #707070;
}
.faq_box .box_wrap .box .icon{
	line-height: 1;
	text-align: center;
	width: 60px;
}
.faq_box .box_wrap .box .q_box h3,.faq_box .box_wrap .box .a_box > div > div{
	width: calc(100% - 60px);
}
.faq_box .box_wrap .box .q_box{
	position: relative;
	padding: 20px 0;
	padding-right: 30px;
	cursor: pointer;
}
.faq_box .box_wrap .box .q_box .open_icon{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
}
.faq_box .box_wrap .box .q_box .open_icon::before,.faq_box .box_wrap .box .q_box .open_icon::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);

	background-color: #222;
	transition: ease 0.4s;
}
.faq_box .box_wrap .box .q_box.on .open_icon::after{
	transform: translate(-50%,-50%) rotate(90deg);
}
.faq_box .box_wrap .box .q_box .open_icon::before{
	width: 100%;
	height: 2px;
}
.faq_box .box_wrap .box .q_box .open_icon::after{
	width: 2px;
	height: 100%;
}
.faq_box .box_wrap .box .a_box{
	padding-bottom: 20px;
}
body.on .faq_box .box_wrap .box .a_box{
	display: none;
}

.housemaker_box .box_wrap .box{
	background-color: #F6F6F6;
	border: 1px solid #D8D8D8;
	padding: 5%;
	border-radius: 10px;
}
.housemaker_box .box_wrap .box:not(:last-of-type){
	margin-bottom: 50px;
}
.housemaker_box .box_wrap .box .leftbox h3{
	padding: 15px 20px;
	border-radius: 200px;
}
.housemaker_box .box_wrap .box .imgwrap{
	gap: 20px;
	justify-content: flex-start;
	align-items: flex-start;
}
.housemaker_box .box_wrap .box .imgwrap img{
	width: calc(100% / 3 - 40px /3);
}
.contents_links{
	gap: 15px;
	align-items: stretch;
}
.contents_links a{
	width: calc(100% / 3 - 30px / 3);
	padding: 5%;
}
body.on .contents_links a.more2::after{
	opacity: 0.6;
}
body.on .contents_links a.more2.onpage::after,body.on .contents_links a.more2:hover::after{
	opacity: 0.2;
}
body.on .contents_links a.more2.onpage{
	pointer-events: none;
}
.contents_links a .top_title1 .en{
	font-family: "EB Garamond", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 5vw;
	letter-spacing: 0.5vw;
	color: #FFFFFF;
	opacity: 0.4;
	line-height: 1;
	margin-bottom: 10px;
}
.contents_links a .top_title1 .title{
	position: relative;
	font-weight: 500;
	padding-left: 15px;
	color: #fff;
}
.contents_links a .top_title1 .title::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 6px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #fff;
}

.contents_links a{}
.precautions_icon img{
	width: 26px;
	margin-bottom: 15px;
}
.precautions_box .contents{
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	background-color: #fff;
	padding: 5%;
	border: 1px solid #D8D8D8;
}
.precautions_box .linkbox{
	gap: 20px;
}
.precautions_box .linkbox > p{
	font-weight: normal;
}

.listtxt p{
	position: relative;
	padding-left: 20px;
}
.listtxt p::after{
	content: "";
	position: absolute;
	top: 0.5rem;
	left: 0;
	width: 0.7rem;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #42856D;
}
.listtxt p:not(:last-of-type){
	margin-bottom: 15px;
}
.title_line4{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.title_line4 .title{
	position: relative;
	padding-left: 70px;
	padding-right: 70px;
	font-weight: 500;
}
.title_line4 .title::before,.title_line4 .title::after{
	content: "";
	width: 50px;
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: left center;
}
.title_line4 .title::before{
	background-image: url("https://fact-base.co.jp/system_panel/uploads/images/line4-1.png");
	left: 0px;
}
.title_line4 .title::after{
	background-image: url("https://fact-base.co.jp/system_panel/uploads/images/line4-2.png");
	right: 0px;
}

.title_line2{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.title_line2 .title{
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
	color: #ADAAAA;
	font-family: "EB Garamond", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.title_line2 .title::before,.title_line2 .title::after{
	content: "";
	width: 40px;
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: left center;
}
.title_line2 .title::before{
	background-image: url("https://fact-base.co.jp/system_panel/uploads/images/lile_title1-1.png");
	left: 0px;
}
.title_line2 .title::after{
	background-image: url("https://fact-base.co.jp/system_panel/uploads/images/lile_title1-2.png");
	right: 0px;
}
.top_box_layout1{
}
.top_box_layout1 .box:not(:last-of-type){
	margin-bottom: 100px;
}
.top_box_layout1 .box:nth-of-type(odd){
	flex-direction: row-reverse;
}
.top_box_layout1 .box > div{
	width: 50%;
}
.top_box_layout1 .box:nth-of-type(odd) .txtbox{
	padding-right: 5%;
}
.top_box_layout1 .box:nth-of-type(even) .txtbox{
	padding-left: 5%;
}

.title_line1{
	background-image: url("https://fact-base.co.jp/system_panel/uploads/images/line2.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 42px auto;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.pagetitle .txtbox{
	padding: 100px 0 100px;
	background-image: url("https://fact-base.co.jp/system_panel/uploads/images/line3.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 60px;
	margin-bottom: 20px;
}
.pagetitle .txtbox .en{
	text-align: center;
	font-family: "EB Garamond", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 6vw;
	letter-spacing: 0.5vw;
	opacity: 0.4;
}
.pagetitle .txtbox h1{
	font-weight: 500;
}
.pagetitle .pagetitle_img{
	height: 460px;
}
.pagetitle2{
	padding: 150px 0 100px;
}
.pagetitle2 .txtbox .en{
	text-align: center;
	font-family: "EB Garamond", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 4vw;
	letter-spacing: 0.5vw;
	opacity: 0.4;
}

.youtubebox{
	aspect-ratio: 1.6 / 0.9;
	position: relative;
}
.youtubebox iframe{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.more a{
	position: relative;
	min-width: 300px;
	text-align: center;
	padding: 10px 0;
}
.more a:hover{
	opacity: 1;
}
.more a::before,.more a::after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	transition: ease 0.4s;
}
.more a::before{
	top: 0;
	left: 0;
	border-top: 2px solid #222;
	border-left: 2px solid #222;
}
.more a::after{
	bottom: 0;
	right: 0;
	border-bottom: 2px solid #222;
	border-right: 2px solid #222;
}
.more a:hover::before,.more a:hover::after{
	width: 100%;
	height: 100%;
	border-color: #ADAAAA;
}

.more a p{
	position: relative;
	padding: 15px 20px;
	font-weight: 500;
	transition: ease 0.4s;
}
.more a:hover p{
	color: #42856D;
}
.more a p::before,.more a p::after{
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	background-color: #222;
	transition: ease 0.4s;
}
.more a p::before{
	top: 2px;
	left: 0;
}
.more a p::after{
	bottom: 2px;
	right: 0;
}
.more a:hover p::before,.more a:hover p::after{
	opacity: 0;
}
.more2{
	position: relative;
	background-color: #000;
	overflow: hidden;
}
.more2:hover{
	opacity: 1;
}
body.on .more2::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #222222;
	opacity: 0.4;
	transition: ease 0.3s;
}
body.on .more2:hover::after{
	opacity: 0.1;
}
body.on .more2 p{
	color: #fff;
}
.more2 > div{
	position: relative;
	z-index: 2;
}
.more2 .more > div{
	display: inline-block;
	border: 1px solid #fff;
	padding: 8px 20px;
	min-width: 240px;
}
/* ---------- header ---------- */
.header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 20px 30px;
	flex-wrap: nowrap;
}
.header::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color:rgba(255,255,255,0.90);
	opacity: 0;
	transition: ease 0.4s;
}
.header.on::after{
	opacity: 1;
}
.header > div{
	position: relative;
	z-index: 2;
}
.header .logo{
	width: 30%;
	max-width: 210px;
}
.header .head_menu .ul{
	justify-content: flex-end;
}
.header .head_menu .en,.contact_bt .en{
	font-family: "EB Garamond", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	color: #222222;
	font-size: 24px;
}
.header .head_menu .jp,.contact_bt .jp{
	position: relative;
	font-size: 14px;
	font-weight: 500;
	padding-left: 15px;
}
.header .head_menu .jp::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 6px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #222;
}
.header .head_menu,.header .head_menu .ul{
	gap: 30px;
}
.contact_bt a{
	padding: 10px 30px;
	border: 1px solid #222;
	border-radius: 200px;
	text-align: left;
}
.contact_bt .flex{
	gap: 15px;
}
.contact_bt img{
	width: 20px;
}
.contact_bt .jp{
	padding-left: 0;
}
.contact_bt .jp::after{
	display: none;
}
.header .menu-bt{
	display: none;
}





/* ---------- footer ---------- */
.footer_contact{
	background-color: #ECEAE3;
	padding-top: 60px;
	padding-bottom: 60px;
}
.footer_contact .titlebox{
	position: relative;
	text-align: center;
}
.footer_contact .titlebox p{
	font-family: "EB Garamond", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 8vw;
	letter-spacing: 0.5vw;
	color: #fff;
	opacity: 0.7;
	line-height: 1;
	margin-bottom: 20px;
}
.footer_contact .titlebox h2{
	position: absolute;
	font-weight: 500;
	top: 60%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
.footer_contact .linkbox{
	gap: 20px;
}
.footer_contact .linkbox > p{
	font-weight: normal;
}

.footer_contact .map{
	position: relative;
	max-width: 1500px;
	margin: 60px auto 0;
	height: 540px;
	overflow: hidden;
}
.footer_contact .map iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 10px);
	height: calc(100% + 10px);
}
.footer{
	background-color: #574F4C;
	padding-top: 60px;
	padding-bottom: 60px;
}
.footer p,.footer i{
	color: #fff;
}
.footer .logo{
	max-width: 400px;
}

.footer .leftbox .item {
	gap: 15px;
}
.footer .leftbox .item .title{
	padding: 3px 10px;
	border: 1px solid #fff;
	border-radius: 3px;
	min-width: 100px;
}
.footer .rightbox{
	gap: 60px;
}
.footer .rightbox .title{
	font-weight: bold;
	margin-bottom: 20px;
}
.footer .rightbox .item:not(:last-of-type){
	margin-bottom: 15px;
}

/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{

	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

.c20247.box_wrap.width-1000-max.flex{
	gap: 30px;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #42856D}
.txt-color2{color: #F1F1E9}
.txt-color3{color: #ADAAAA}
.txt-color4{color: #D8D8D8}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #42856D}
.bg-color2{background-color: #F1F1E9}
.bg-color3{background-color: #ADAAAA}
.bg-color4{background-color: #D8D8D8}
.border-color1{border-color: #42856D}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #ADAAAA}
.border-color4{border-color: #D8D8D8}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #42856D}
.hvr-txt-color2:hover{color: #F1F1E9}
.hvr-txt-color3:hover{color: #ADAAAA}
.hvr-txt-color4:hover{color: #D8D8D8} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #42856D}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #ADAAAA}
.hvr-bg-color4:hover{background-color: #D8D8D8}
.hvr-border-color1:hover{border-color: #42856D}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #ADAAAA}
.hvr-border-color4:hover{border-color: #D8D8D8}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
	.default_title{
		font-size: 34px;
	}
	.default_title2{
		font-size: 26px;
	}
	.default_title3{
		font-size: 20px;
	}
	.default_txt{
		font-size: 16px;
	}
	.default_txt2{
		font-size: 18px;
	}


/* ---------- common ---------- */
/* ---------- header ---------- */
	.header{
		padding: 20px;
	}
	.header .head_menu, .header .head_menu .ul{
		gap: 20px;
	}
	.header .head_menu .en{
		font-size: 20px;
	}
	.contact_bt .jp{
		font-size: 13px;
	}
	.contact_bt a{
		padding: 5px 15px;
	}
	.contact_bt .flex{
		gap: 10px;
	}
	.contact_bt img{
		width: 16px;
	}
/* ---------- footer ---------- */
	.footer .rightbox{
		gap: 40px;
	}
	.footer .rightbox .box .item p{font-size: 14px;}
}
@media screen and (min-width: 1081px){
	.menu-wrap{display: none!important;}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.default_title{
		font-size: 30px;
	}
	.default_title2{
		font-size: 24px;
	}
/* ---------- common ---------- */
	body.on .commingsoon_area::before{
		font-size: 6vw;
	}
	.contents_links{
		gap: 15px;
		align-items: stretch;
	}
	.contents_links a{
		width: calc(100% / 2 - 15px / 2);
		padding: 5%;
	}
	.pagetitle .txtbox .en{
		font-size: 7vw;
		letter-spacing: 0.5vw;
	}
	.pagetitle .pagetitle_img{
		height: 400px;
	}
/* ---------- header ---------- */
	.header{
		padding: 10px 30px;
	}
	.header .logo{
		max-width: 240px;
	}
	.header .head_menu{
		display: none;
	}
	.header .menu-bt{
		display: block;
		position: relative;
		width: 36px;
	}
	.header .menu-bt .line{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 36px;
		height: 15px;
	}
	.header .menu-bt .line::before,.header .menu-bt .line::after{
		content: "";
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #000;
		left: 0;
		transition: ease 0.3s;
	}
	.header .menu-bt .line::before{
		top: 0;
	}
	.header .menu-bt .line::after{
		bottom: 0;
	}
	.header .menu-bt.active .line::before{
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}
	.header .menu-bt.active .line::after{
		bottom: 50%;
		transform: translateY(50%) rotate(-45deg);
	}
	.menu-wrap{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color:rgba(255,255,255,0.90);
		z-index: 998;
	}
	.menu-wrap > div{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.menu-wrap .menu-wrap-box{
		overflow: auto;
	}
	.menu-wrap > div .ul{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		gap: 40px;
		padding: 50px;
	}
	.menu-wrap > div .ul .li{
		min-width: calc(100% / 4 - 120px / 4);
		text-align: center;
	}
	.menu-wrap > div .ul .li a{
		margin: 0 auto;
	}
	.menu-wrap > div .ul .li a p{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		color: #222;
		font-size: 14px;
	}
	.menu-wrap > div .ul .li a p.en{
		font-size: 24px;
		font-family: "EB Garamond", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	}
	.menu-wrap > div .ul .snsbox{
		width: 100%;
		gap: 30px;
	}
	.menu-wrap > div .ul .snsbox a i{
		font-size: 20px;
	}


	.c29931.box{
		width: 80%;
	}

	.c47202.flex{
		width: 80%;
	}


/* ---------- footer ---------- */
	.footer_contact .map{
		margin: 60px auto 0;
		height: 480px;
	}
	.footer .rightbox{display: none;}
	.footer{
		justify-content: center;
		text-align: center;
		padding-bottom: 30px;
	}
	.footer .leftbox .snsbox{
		justify-content: center;
	}
	.footer .leftbox p{
		font-size: 14px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
	.default_title{
		font-size: 28px;
	}
/* ---------- common ---------- */
	body.on .commingsoon_area::before{
		font-size: 8vw;
	}
	.faq_box .box_wrap .box .icon{
		width: 50px;
	}
	.faq_box .box_wrap .box .q_box h3,.faq_box .box_wrap .box .a_box > div > div{
		width: calc(100% - 50px);
	}
	.housemaker_box .box_wrap .box .imgwrap{
		gap: 10px;
	}
	.housemaker_box .box_wrap .box .imgwrap img{
		width: calc(100% / 3 - 20px /3);
	}
	.contents_links a .top_title1 .en{
		font-size: 7vw;
	}
	.title_line4 .title{
		padding-left: 50px;
		padding-right: 50px;
	}
	.title_line4 .title::before, .title_line4 .title::after{
		width: 40px;
	}
	.top_box_layout1 .box:not(:last-of-type){
		margin-bottom: 80px;
	}
	.top_box_layout1 .box:nth-of-type(odd){
		flex-direction: row;
	}
	.top_box_layout1 .box > div{
		width: 70%;
	}
	.top_box_layout1 .box .imgbox{
		margin-bottom: 30px;
	}
	.top_box_layout1 .box:nth-of-type(odd) .txtbox{
		padding-right: 0;
	}
	.top_box_layout1 .box:nth-of-type(even) .txtbox{
		padding-left :0;
	}
	.pagetitle .txtbox{
		padding: 80px 0 80px;
		background-size: auto 50px;
	}
	.pagetitle .pagetitle_img{
		height: 300px;
	}
	.pagetitle2{
		padding: 100px 0 80px;
	}
	.pagetitle2 .txtbox .en{
		font-size: 6vw;
		letter-spacing: 0.5vw;
		opacity: 0.4;
	}
	.more a p{
		padding: 10px;
	}
	.more a{
		min-width: 240px;
	}
	.more2 .more > div{
		padding: 8px 20px;
		min-width: 200px;
	}

	.c10174.menubox{
		margin-bottom: 30px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.footer_contact .map{
		margin: 50px auto 0;
		height: 450px;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
	.default_title{
		font-size: 24px;
	}
	.default_title2{
		font-size: 20px;
	}
	.default_title3{
		font-size: 18px;
	}
	.default_txt{
		font-size: 14px;
	}
	.default_txt2{
		font-size: 16px;
	}
/* ---------- common ---------- */
	body.on .commingsoon_area::before{
		font-size: 10vw;
	}
	.faq_box .box_wrap .box .icon{
		width: 40px;
	}
	.faq_box .box_wrap .box .q_box h3,.faq_box .box_wrap .box .a_box > div > div{
		width: calc(100% - 40px);
	}
	.faq_box .box_wrap .box .q_box{
		padding-right: 20px;
	}
	.faq_box .box_wrap .box .q_box .open_icon{
		width: 18px;
		height: 18px;
	}
	.housemaker_box .box_wrap .box:not(:last-of-type){
		margin-bottom: 30px;
	}
	.housemaker_box .box_wrap .box .imgwrap{
		gap: 15px;
	}
	.housemaker_box .box_wrap .box .imgwrap img{
		width: 100%;
	}
	.contents_links a .top_title1 .en{
		font-size: 12vw;
	}
	.contents_links{
		gap: 10px;
		align-items: stretch;
	}
	.contents_links a{
		width: 100%;
		padding: 10% 5%;
	}
	.precautions_icon img{
		width: 20px;
		margin-bottom: 8px;
	}
	.precautions_box .linkbox > p{display: none;}
	.title_line4 .title,.title_line2 .title{
		padding-left: 40px;
		padding-right: 40px;
	}
	.title_line4 .title::before, .title_line4 .title::after,.title_line2 .title::before, .title_line2 .title::after{
		width: 30px;
	}
	.listtxt p{
		padding-left: 15px;
	}
	.listtxt p::after{
		top: 0.5rem;
		width: 0.5rem;
	}
	.title_line1{
		margin-bottom: 30px;
		padding-bottom: 10px;
	}
	.top_box_layout1 .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.top_box_layout1 .box > div{
		width: 100%;
	}
	.pagetitle .txtbox{
		padding: 80px 0 50px;
		background-size: auto 30px;
	}
	.pagetitle .txtbox .en{
		font-size: 10vw;
		letter-spacing: 0.5vw;
	}
	.pagetitle .pagetitle_img{
		height: 200px;
	}
	.more{
		text-align: center;
	}
	.more a{
		min-width: 220px;
	}
	.more a p{
		padding: 5px;
	}
/* ---------- header ---------- */
	.header{
		padding: 10px 15px;
	}
	.header .logo{
		width: 50%;
	}
	.header .menu-bt{
		display: block;
		position: relative;
		width: 36px;
	}
	.header .menu-bt .line{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 30px;
		height: 12px;
	}
	.header .logo{
		max-width: 240px;
		padding: 0px;
	}
	.menu-wrap > div .ul{
		gap: 30px 0;
		padding: 50px 20px;
		padding-top: 100px;
	}
	.menu-wrap > div .ul .li{
		width: 50%;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}
	.menu-wrap > div .ul .li a p.jp{
		font-size: 13px;
	}
	.menu-wrap > div .ul .li a p.en{
		font-size: 17px;
	}
/* ---------- footer ---------- */
	.footer_contact .map{
		margin: 30px auto 0;
		height: 350px;
	}
	.footer_contact .titlebox p{
		font-size: 11vw;
	}
	.footer_contact .linkbox > p{display: none;}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
