@charset "utf-8";
.top-mv .top-mv-txt{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.top-mv .top-mv-txt h1{
	font-size: 37px;
	font-weight: 700;
}

.top-mv .top-mv-txt h1::before{
	content: "\f002";
	font: var(--fa-font-solid);
	color: var(--site-color);
	font-size: 45px;
	margin-right: 5px;
}

.top-mv .top-mv-txt .main-txt{
	color: #ffffff;
	font-size: 68px;
	font-weight: 700;
	text-shadow: 0 1px 6px #3698A3;
    line-height: 1.1;
	margin: 20px 0 25px;
}

.top-mv .top-mv-txt .mv-label{
	gap: 15px;
}

.top-mv .top-mv-txt .mv-label li{
	background: #ffffff;
	border-radius: 15px;
	border: 3px solid var(--site-color);
	color: var(--site-color);
	font-size: 29px;
	font-weight: 700;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 35px;
}

.top-mv .top-mv-btns{
	position: absolute;
	right: 1%;
	bottom: 50px;
	gap: 25px;
}

.top-mv .top-mv-btns a{
	width: 370px;
}

.about-user-sec{
	background: #FFF9EF;
	padding: 50px 0;
}

.about-user-flex{
	gap: 10px;
}

.about-user-flex a{
	background: #ffffff;
	border: 1px solid #E5E5E5;
	height: 150px;
	width: 445px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 45px;
}

.about-user-flex a span{
	font-size: 22px;
	font-weight: 500;
	line-height: 1.41;
}

.arrow-icon::after{
	content: "\f105";
	font: var(--fa-font-solid);
	color: var(--site-color);
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.arrow-icon.static::after{
	position: static;
	transform: none;
	margin-left: 10px;
}

.wrapper{
	padding: 40px 0 120px;
}

.wrapper .main-wrapper{
	max-width: 874px;
	width: 100%;
}

.wrapper .side-bar{
	width: 230px;
}

.sec-title{
	border-top: 1px solid var(--site-color);
	border-bottom: 1px solid var(--site-color);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	text-align: center;
	padding: 10px 0;
}

.sec-title.no-border{
	border: none;
}

.sec-title span{
	color: var(--site-color);
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
}

.side-bar .search-area{
	padding: 20px 10px;
}

.bg-orange{
	background: var(--site-thin-color);
}

.meikun-title{
	border-bottom: 1px solid var(--site-color);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: flex;
	align-items: flex-end;
}

.meikun-title::before{
	content: "";
	background: url(../images/top/meikun.png) no-repeat;
	background-size: cover;
	height: 40px;
	width: 45px;
	display: block;
}

.wrapper .main-wrapper section + section{
	margin-top: 70px;
}

.main-wrapper .history-sec{
	padding: 20px;
}

.place-list li{
	max-width: 260px;
}

.place-list li a{
	background: #ffffff;
	display: block;
	height: 100%;
}

.place-list li .label{
	color: #ffffff;
	text-align: center;
	padding: 2px 0;
}

.place-list li .label.ok{
	background: #3FBAC7;
}

.place-list li .label.ng{
	background: #E0572F;
}

.place-list li .main{
	padding: 10px 10px 20px;
}

.place-list li .main h4{
	font-size: 14px;
	font-weight: 500;
}

.place-list li .main .size{
	color: #A1A1AD;
	font-weight: 400;
}

.place-list li .main .contact-code{
	color: #A1A1AD;
	font-size: 12px;
	font-weight: 400;
	margin-top: 10px;
}

.place-list li .main .link-txt{
	color: var(--site-color);
	font-size: 12px;
	margin-top: 10px;
}

#g-map{
	margin-bottom: 20px;
	width: 100%;
	height: 500px;
	background-color: grey;
}

#g-map-single{
	width: 100%;
	height: 500px;
	background-color: grey;
}

.single-g-map .map-link{
	color: #416DB2;
	display: table;
	font-size: 14px;
	font-weight: 500;
	margin: 5px 0 20px;
}

.map-area-list-box{
	border: 1px solid var(--site-color);
}

.map-area-list-box h3{
	background: var(--site-color);
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 10px;
}

.map-area-list{
	padding: 20px;
	gap: 10px 20px;
}

.map-area-list li a{
	color: #416DB2;
	font-size: 14px;
	font-weight: 500;
}

.map-area-list li span{
	font-size: 12px;
}

.number-ul{
	counter-reset: listnum;
}

.place-list.number-ul li .img::before{
	counter-increment: listnum;
	content: counter(listnum);
	font-family: "Inter", sans-serif;
	background: var(--site-color);
	border-radius: 0 0 10px 0;
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	height: 40px;
	width: 40px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bar-title{
	background: var(--site-color);
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bar-title .num{
	background: #ffffff;
	border-radius: 5px;
	color: var(--site-color);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	padding: 3px 10px;
}

.bar-title .num .number{
	color: var(--black-color);
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	margin: 0 5px;
}

.link-btn{
	background: transparent;
	border: 1px solid var(--black-color);
	border-radius: 2px;
	font-size: 14px;
	font-weight: 500;
	height: 50px;
	max-width: 318px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.link-btn.arrow-icon::after{
	color: var(--black-color);
}

.area-info-sec .area-blo + .area-blo{
	margin-top: 40px;
}

.wide-wrapper section{
	margin: 0 -50%;
	padding: 60px 50%;
}

.merit-list{
	gap: 30px;
}

.merit-list .blo{
	background: #ffffff;
	padding: 55px 12px 60px;
	margin-top: 34px;
	width: calc((100% / 3) - 20px);
}

.merit-list.number-ul .blo::before{
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
	font-family: din-2014, sans-serif;
	background: var(--site-color);
	border-radius: 50%;
	color: #ffffff;
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	height: 74px;
	width: 74px;
	position: absolute;
	left: 50%;
	top: -34px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
}

.merit-list .blo h3{
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

.merit-list .blo .img{
	margin: 20px 0;
	text-align: center;
}

.blog-list{
	gap: 30px;
}

.blog-list li{
	width: calc((100% / 3) - 20px);
}

.blog-list li h3{
	color: #416DB2;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0 5px;
}

.blog-list li p,
.blog-list li time{
	font-size: 12px;
}

.blog-list li time{
	color: #86869D;
	font-weight: 500;
	margin-top: 10px;
}

.flow-list li{
	background: #ffffff;
	padding: 30px 13px;
	position: relative;
	width: calc(20% - 10px);
}

.flow-list li:not(:last-child)::after{
	content: "";
	border-left: 10px solid var(--site-color);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
}

.flow-list li .img{
	min-height: 102px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flow-list li .txt{
	margin-top: 20px;
}

.flow-list li h3{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 10px;
}

.faq-list .blo{
	background: #ffffff;
	padding: 15px 40px;
}

.faq-list .blo:not(:last-child){
	margin-bottom: 15px;
}

.faq-list .blo .q p{
	font-size: 16px;
	letter-spacing: 0.04em;
}

.faq-list .blo .a p{
	letter-spacing: 0.04em;
}

.faq-list .blo > div{
	padding: 0 40px;
}

.faq-list .blo > div::before{
	font-family: "Inter", sans-serif;
	position: absolute;
	left: 0;
	top: -3px;
	font-size: 28px;
	font-weight: 500;
}

.faq-list .blo .q::before{
	content: "Q";
	color: var(--site-color);
}

.faq-list .blo .q::after{
	content: "\f107";
	font: var(--fa-font-solid);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.faq-list .blo .q.open::after{
	content: "\f106";
}

.faq-list .blo .a::before{
	content: "A";
	color: #3FBAC6;
}

.faq-list .blo .q{
	cursor: pointer;
}

.faq-list .blo .a{
	display: none;
	margin-top: 20px;
}

.news-list li:not(:last-child){
	margin-bottom: 15px;
}

.news-list li a{
	background: #ffffff;
	padding: 15px 40px;
	gap: 20px;
}

.news-list li .arrow-icon::after{
	color: var(--black-color);
}

.news-list li time{
	color: #86869D;
	font-size: 12px;
	font-weight: 500;
}

.news-list li .cate{
	border-radius: 13px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	height: 26px;
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-list li .cate.news{
	background: #3FBAC7;
}

.news-list li .cate.topics{
	background: #E07D1B;
}

.news-list li h4{
	color: #416DB2;
	font-size: 16px;
	font-weight: 500;
}

.breadcrumbs{
	font-size: 14px;
	padding-top: 40px;
}

.breadcrumbs a span{
	color: var(--site-color);
}

.breadcrumbs span{
	color: #86868D;
}

.breadcrumbs .fa-angle-right{
	color: #86868D;
	margin: 0 8px;
	font-size: 10px;
	position: relative;
	top: -1px;
}

.archive-blo{
	padding: 0 25px;
}

.archive-blo .place-list{
	gap: 30px 22px;
}

.single-page .single-label{
	background: #3FBAC7;
	color: #ffffff;
	text-align: center;
	display: table;
	padding: 1px 10px;
	font-weight: 700;
	margin-bottom: 5px;
}

.single-page .single-label.ok{
	background: #3FBAC7;
}

.single-page .single-label.ng{
	background: #E0572F;
}

.page-title{
	border-bottom: 1px solid var(--site-color);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.single-wrapper .imgs{
	max-width: 500px;
	width: 100%;
}

.single-wrapper .txt-box{
	max-width: 563px;
	width: 100%;
}

.site-table .row{
	border-top: 1px solid #E5E5E5;
}

.site-table .row:last-child{
	border-bottom: 1px solid #E5E5E5;
}

.site-table .row > div{
	padding: 15px;
}

.site-table .row > div.th{
	background: #F4F4F4;
	width: 115px;
}

.site-table .row > div.td p{
	font-weight: 400;
}

.remarks-box{
	border: 1px solid #E5E5E5;
}

.remarks-box > div{
	padding: 7px 15px;
}

.remarks-box .th{
	background: #61616A;
}

.remarks-box .th p{
	color: #ffffff;
	font-size: 16px;
}

.remarks-box .td p{
	font-weight: 400;
}

.s-contact-btn{
	background: var(--site-color);
	border-radius: 2px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	height: 50px;
	max-width: 346px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.s-contact-btn::before{
	content: "\f0e0";
	font: var(--fa-font-solid);
	font-size: 19px;
}

.contact-link-area{
	padding: 70px 20px;
	gap: 60px;
}

.contact-link-area .link-btn{
	background: #ffffff;
	max-width: 400px;
	gap: 10px;
}

.contact-link-area .link-btn::before{
	font: var(--fa-font-solid);
	color: var(--site-color);
}

.contact-link-area .link-btn.search-link::before{
	content: "\f002";
}

.contact-link-area .link-btn.map-link::before{
	content: "\f3c5";
}

.street-view-link{
	background: var(--site-color);
	border-radius: 2px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	height: 50px;
	max-width: 250px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.street-view-link::before{
	content: "\f21d";
	font: var(--fa-font-solid);
	font-size: 19px;
}

.contact-area-box{
	padding: 40px 0;
}

.contact-area-box .area-inner{
	margin: 0 auto;
	max-width: 868px;
	width: 90%;
}

.contact-area-box h3{
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	text-align: center;
}

.contact-area-box h4{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
	text-align: center;
}

.contact-area-box .area-box-blo{
	border-top: 1px solid #707070;
	padding: 25px 0;
}

.road-ck-flex{
	gap: 20px;
}

.road-ck-flex label{
	font-size: 14px;
	font-weight: 500;
}

.contact-area-box .tel-box .tel {
	color: #416DB2;
	font-size: 32px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
}

.contact-area-box .tel-box .tel::before{
	content: "\f095";
	font: var(--fa-font-solid);
	background: var(--site-color);
	border-radius: 50%;
	color: #ffffff;
	height: 32px;
	width: 32px;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-area-box .tel-box p{
	text-align: right;
}

.bg-orange-tile{
	background: var(--site-color);
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px;
}

.lower-top{
	border-bottom: 1px solid var(--site-color);
}

.lower-page-title{
	margin-top: 20px;
}

.lower-page-title span{
	background: var(--site-color);
	border-radius: 4px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	display: table;
	padding: 2px 8px;
	left: 15px;
	margin-bottom: 5px;
}

.lower-page-title span::before,
.lower-page-title span::after{
	content: "";
	background: var(--site-color);
	height: 6px;
	width: 6px;
	display: block;
	position: absolute;
	top: 100%;
}

.lower-page-title span::before{
	left: 10px;
}

.lower-page-title span::after{
	right: 10px;
}

.lower-page-title h1{
	background: #ffffff;
	border: 1px solid var(--site-color);
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	color: var(--site-color);
	display: table;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 10px 25px;
	position: relative;
	bottom: -1px;
}

.ex-p{
	letter-spacing: 0.03em;
	line-height: 1.78;
	text-align: center;
}

.lower-contents section{
	margin: 0 -50%;
	padding: 60px 50%;
}

.merit-list.str-list .blo{
	padding: 55px 12px 30px;
}

.merit-list.str-list .blo h3{
	font-size: 18px;
	letter-spacing: 0.07em;
	margin-bottom: 15px;
}

.btm-border-title{
	border-bottom: 1px solid #707070;
	font-size: 24px;
	letter-spacing: 0.07em;
	margin-bottom: 30px;
	padding-bottom: 10px;
	text-align: center;
}

* + .btm-border-title{
	margin-top: 40px;
}

.plan-flex .blo{
	border: 1px solid #2C2C3A;
}

.plan-flex .blo h4{
	background: #2C2C3A;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	letter-spacing: 0.07em;
	padding: 5px 0;
}

.plan-flex .blo .txt{
	padding: 15px;
	text-align: center;
}

.plan-flex .blo .txt h5{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.07em;
}

.plan-flex .blo .txt .price{
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.07em;
}

.plan-flex .blo .txt .price span{
	color: var(--site-color);
	font-size: 64px;
	font-weight: 600;
	letter-spacing: 0;
	margin-right: 5px;
}

.price-sec .plan-flex{
	gap: 30px;
}

.price-sec .plan-flex .blo{
	width: calc((100% / 3) - 20px);
}

.price-sec .plan-flex .blo.wide-blo{
	border-color: #3FBAC6;
	width: 100%;
}

.plan-flex .blo.wide-blo h4{
	background: #3FBAC6;
}

.lower-contents .area-sec .area-p{
	font-size: 18px;
	margin: 40px auto;
	max-width: 850px;
	text-align: center;
}

.lower-contents section.how-to-sec{
	background: linear-gradient(180deg, transparent 0%, transparent 160px, var(--site-thin-color) 160px, var(--site-thin-color) 100%);
	padding-top: 0;
	padding-bottom: 100px;
}

.how-to-box{
	background: #ffffff;
	border: 2px solid #2C2C3A;
	padding: 40px;
	box-shadow: 10px 10px 0 var(--site-color);
}

.how-to-box .txt{
	width: calc(100% - 390px);
}

.how-to-box .txt h3{
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.how-to-box .txt h3 span{
	color: var(--site-color);
}

.how-to-box .txt p{
	letter-spacing: 0.03em;
}

.dott-title{
	margin-bottom: 30px;
	z-index: 2;
}

* + .dott-title{
	margin-top: 100px;
}

.dott-title span{
	background: var(--site-thin-color);
	font-size: 24px;
	font-weight: 800;
	display: table;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 0 10px;
}

.dott-title::before{
	content: "";
	background-image: radial-gradient(circle, #2c2c3a 2px, transparent 2px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 15px 4px;
	position: absolute;
	left: 0;
	top: 50%;
	height: 4px;
	width: 100%;
	z-index: -1;
	transform: translateY(-50%);
}

.effect-list .blo{
	background: #ffffff;
	border: 1px solid var(--black-color);
	padding: 20px 40px;
}

.effect-list .blo:not(:last-child){
	margin-bottom: 20px;
}

.effect-list .blo h5{
	color: var(--site-color);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin-bottom: 10px;
}

.model-list h5{
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	letter-spacing: 0.07em;
	padding: 5px;
}

.model-list{
	gap: 30px;
}

.model-list .blo{
	background: #ffffff;
	width: calc((100% / 3) - 20px);
}

.model-list.col-2 .blo{
	width: calc((100% / 2) - 15px);
}

.model-list h5 span{
	display: block;
	font-size: 14px;
	letter-spacing: 0;
}

.model-list p{
	line-height: 1.85;
	padding: 20px;
}

.green-blo{
	border: 1px solid #3FBAC6;
}

.green-blo h5{
	background: #3FBAC6;
}

.orange-blo{
	border: 1px solid #E07D1B;
}

.orange-blo h5{
	background: #E07D1B;
}

.blue-blo{
	border: 1px solid #416DB2;
}

.blue-blo h5{
	background: #416DB2;
}

.how-to-box .fukidashi{
	color: var(--black-color);
	position: absolute;
	top: -30px;
	left: 40px;
	font-size: 33px;
	height: 60px;
	border-radius: 30px;
}

.how-to-box .summary-txt p{
	font-size: 16px;
	line-height: 2;
}

.main-contents.about-page .wrapper{
	padding-bottom: 0;
}

.lower-mv-imgs{
	padding: 40px 0;
}

.top-mv-slider .slick-slide{
	margin: 5px 2.5px;
}

.contact-table{
	max-width: 800px;
	margin: 0 auto;
}

.contact-table .row > div{
	vertical-align: middle;
	padding: 15px 0;
}

.contact-table .row .th{
	width: 256px;
}

.contact-table .row > div p{
	line-height: 1.57;
}

.contact-table .row .th p{
	font-weight: 700;
	letter-spacing: 0.025em;
	display: flex;
	align-items: center;
	gap: 10px;
}

.contact-table .row .td p + p{
	margin-top: 10px;
}

.contact-table .row .th.hissu p::after{
	content: "必須";
	color: #ffffff;
	font-size: 10px;
	background: #DD5815;
	border-radius: 2px;
	padding: 1px 9px;
}

.contact-table .row.note .th{
	vertical-align: top;
}

.contact-table select{
	border: 1px solid #EFEFEF;
	border-radius: 3px;
	background: transparent;
	height: 50px;
	padding: 0 10px;
	width: 100%;
}

.contact-mail-sec .privacy-txt{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1.83;
	margin: 50px auto;
}

.contact-table input[type="text"],
.contact-table input[type="tel"],
.contact-table input[type="email"]{
    padding: 0 10px;
	border: 1px solid #EFEFEF;
	border-radius: 3px;
    background: none;
	height: 50px;
	width: 100%;
}

.contact-table textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 10px;
	border: 1px solid #EFEFEF;
	border-radius: 3px;
	background: transparent;
	height: 200px;
	width: 100%;
}

.contact-table .mid{
	max-width: 372px;
}

.submit-btn{
	max-width: 330px;
	margin: 40px auto 0;
}

.submit-btn input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	border-radius: 5px;
	background: var(--site-color);
	font-size: 18px;
	height: 60px;
	width: 100%;
	color: #ffffff;
	cursor: pointer;
}

.slider-list li.slick-slide,
.slider-pc-list li.slick-slide{
	margin-right: 10px;
}

.items-thumb-slider{
	margin-top: 10px;
}

.items-thumb-slider .slick-track {
	transform: unset !important;
	width: 100% !important;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}

.items-thumb-slider .slick-slide {
	display: block!important;
	float: none !important;
	margin: 5px;
	width: 95px;
}

.slick-btn{
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	z-index: 2;
	height: 100%;
	padding: 0 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
}

.slick-btn.prev-btn{
	left: 0;
}

.slick-btn.next-btn{
	right: 0;
}

.blog-wrapper{
	max-width: 800px;
	margin: 0 auto;
}

.blog-wrapper .eyecatch{
	display: table;
	margin: 0 auto 40px;
}

.slick-circle-btn{
	background: #999999;
	border: 1px solid #ffffff;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	height: 24px;
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
}

.slick-circle-btn.prev-btn{
	left: -10px;
}

.slick-circle-btn.next-btn{
	right: -10px;
}

.slick-circle-btn.slick-disabled{
	opacity: 0;
	right: unset;
	left: -100%;
}

.privacy-sec{
	max-width: 800px;
	margin: 0 auto;
}

.privacy-sec h4{
	border-left: 3px solid var(--site-color);
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	padding-left: 20px;
}

.privacy-sec p + h4{
	margin-top: 40px;
}

.js-mw-checkbox{
	display: table;
	margin: 40px auto 0;
}

.u-link{
	font-weight: 500;
	text-decoration: underline;
}

.pager{
	display: table;
	margin: 60px auto 0;
}

.pager .wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.pager .wp-pagenavi span.pages{
	display: none;
}

.pager .wp-pagenavi a,
.pager .wp-pagenavi span{
	background: #ffffff;
	border: 2px solid var(--site-color);
	border-radius: 3px;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 57px;
	width: 62px;
	color: var(--site-color);
	margin: 0;
}

.pager .wp-pagenavi a:hover,
.pager .wp-pagenavi span.current {
	background: var(--site-thin-color);
	border-color: var(--site-color);
}

.pager .wp-pagenavi span.current {
	font-weight: 500;
}

.gm-style .img {
	width: 180px;
	margin: 0 auto 10px;
}

.gm-style .img img {
	height: auto;
	max-width: 100%;
}

.neighborhood-info .place-list {
	gap: 15px 28px;
}

.company-table .row{
	border-bottom: 1px dotted var(--site-color);
}

.company-table .row > div{
	padding: 20px 0;
}

.company-table .row .th{
	width: 250px;
}

.company-table .row .th p{
	font-size: 16px;
	font-weight: 700;
}

.company-table .row .td p{
	font-size: 16px;
}

.map-link-btn {
	display: table;
	margin: 0 auto 10px;
	background: var(--site-color);
	color: #ffffff;
	font-size: 12px;
	padding: 10px;
	font-weight: 500;
	width: 100%;
	text-align: center;
}

.map-link-btn.arrow-icon::after {
	color: #ffffff;
	right: 15px;
}

.merit-list.worries-list .blo{
	background: var(--site-thin-color);
	padding: 55px 15px 30px;
	width: calc((100% / 4) - 25px);
}

.nodate-img-txt-flex{
	padding: 30px 30px 60px;
	gap: 30px;
}

.nodate-img-txt-flex .blo h4{
	background: #ffffff;
	margin-top: 10px;
	text-align: center;
}

.landowner-page .size-ex{
	border: 3px solid var(--site-color);
	border-radius: 25px;
	text-align: center;
	display: table;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: -25px auto 10px;
	background: #ffffff;
}

.landowner-page .size-ex span{
	color: var(--site-color);
	font-size: 18px;
}

.landowner-merit-box .blo{
	background: #ffffff;
	display: flex;
	gap: 20px;
	padding: 20px;
}

.landowner-merit-box .blo .in{
	width: calc(100% - 70px);
}

.landowner-merit-box .blo:not(:last-child){
	margin-bottom: 15px;
}

.landowner-merit-box .blo::before{
	counter-increment: listnum;
	content: counter(listnum, decimal-leading-zero);
    font-family: din-2014, sans-serif;
    background: var(--site-color);
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landowner-merit-box .blo h3{
	color: var(--site-color);
	font-size: 20px;
	margin-bottom: 5px;
}

.free-offer-sec .flex{
	gap: 20px;
}

.detail-table .row{
	border-top: 1px solid #ccc;
}

.detail-table .row:last-child{
	border-bottom: 1px solid #ccc;
}

.detail-table .row > div{
	padding: 20px;
}

.detail-table .th{
	background: #ececec;
}

.main-contents.landowner-page .wrapper {
	padding-bottom: 0;
}

@media all and (min-width: 768px){
	.link-btn:hover{
		background: var(--black-color);
		color: #ffffff;
	}
	
	.blank-link:hover{
		background: #ffffff;
		color: var(--black-color);
	}

}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.top-mv .top-mv-txt h1 {
		font-size: 21px;
	}
	
	.top-mv .top-mv-txt h1::before{
		font-size: 27px;
	}
	
	.top-mv .top-mv-txt .main-txt {
		font-size: 38px;
		margin: 10px 0 15px;
	}
	
	.top-mv .top-mv-txt .mv-label li {
		border-radius: 7px;
		border: 2px solid var(--site-color);
		font-size: 19px;
		height: 42px;
		padding: 0 23px;
	}
	
	.top-mv .top-mv-txt {
		top: 20px;
		transform: unset;
	}
	
	.top-mv .top-mv-btns{
		bottom: 20px;
		gap: 0;
		width: 90%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	.top-mv .top-mv-btns a{
		width: calc(50% - 5px);
	}
	
	.about-user-sec {
		padding: 20px 0;
	}
	
	.about-user-flex a {
		height: 170px;
		width: calc(50% - 5px);
		flex-direction: column;
		gap: 15px;
	}
	
	.about-user-flex a img{
		height: 60px;
	}
	
	.about-user-flex a span {
		font-size: 18px;
		text-align: center;
	}
	
	.arrow-icon::after{
		right: 15px;
	}
	
	.sec-title{
		font-size: 20px;
	}
	
	.sec-title span{
		font-size: 14px;
	}
	
	.price-img-flex{
		gap: 20px;
		justify-content: center;
	}
	
	.wrapper .main-wrapper section{
		margin: 0 -10%;
		padding-left: 10%;
		padding-right: 10%;
	}
	
	.map-area-list-box h3 {
		font-size: 16px;
		padding: 5px;
	}
	
	.map-area-list {
		padding: 15px 20px;
		gap: 10px 0;
	}
	
	.map-area-list li{
		width: 50%;
	}
	
	.wrapper .main-wrapper section + section {
		margin-top: 60px;
	}
	
	.bar-title {
		font-size: 16px;
		padding: 5px 10px;
	}
	
	.bar-title .num{
		border-radius: 4px;
		font-size: 10px;
		font-weight: 700;
		padding: 3px 10px;
	}
	
	.bar-title .num .pc-num{
		display: none;
	}
	
	.bar-title .num .number{
		font-size: 18px;
		margin: 0 5px 0 0;
	}
	
	.place-side{
		gap: 10px;
	}
	
	.place-side li {
		max-width: 100%;
		width: 100%;
	}
	
	.place-side.slider-pc-list li:not(:last-child){
		margin-bottom: 10px;
	}
	
	.place-side li .main {
		padding: 0;
		width: calc(100% - 165px);
	}
	
	.place-side li a {
		display: flex;
		justify-content: space-between;
		padding: 10px;
	}
	
	.place-side li .img{
		width: 150px;
	}
	
	.place-side li .main h4{
		font-size: 13px;
	}
	
	.link-btn{
		max-width: 100%;
	}
	
	.wrapper .side-bar{
		display: none;
	}
	
	.wrapper {
		padding: 40px 0;
	}
	
	.merit-list {
		gap: 20px;
	}
	
	.merit-list .blo {
		padding: 55px 15px 30px;
		margin-top: 0;
		width: 100%;
	}
	
	.merit-list.number-ul .blo::before {
		border-radius: 0 0 17px 17px;
		font-size: 35px;
		height: 55px;
		width: 55px;
		left: 10px;
		top: 0;
		transform: unset;
	}
	
	.merit-list .blo h3{
		font-size: 20px;
	}
	
	.merit-list .blo .img {
		margin: 15px auto;
		width: 80%;
	}
	
	.blog-list{
		gap: 10px;
	}
	
	.blog-list li {
		width: 100%;
	}
	
	.blog-list li a{
		display: flex;
		justify-content: space-between;
	}
	
	.blog-list li .img{
		width: 150px;
	}
	
	.blog-list li .txt{
		width: calc(100% - 165px);
	}
	
	.blog-list li h3 {
		font-size: 14px;
		margin: 0 0 5px;
	}
	
	.flow-list{
		gap: 20px;
	}
	
	.flow-list li {
		padding: 20px;
		width: 100%;
	}
	
	.flow-list li:not(:last-child)::after {
		border: none;
		border-top: 10px solid var(--site-color);
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		top: calc(100% + 5px);
		left: 50%;
		transform: translateX(-50%);
	}
	
	.faq-list .blo {
		padding: 15px 20px;
	}
	
	.faq-list .blo > div {
		padding: 0 30px;
	}
	
	.faq-list .blo > div::before {
		font-size: 24px;
	}
	
	.faq-list .blo .q p {
		font-size: 14px;
	}
	
	.news-list li a {
		padding: 15px 30px 15px 20px;
		gap: 10px;
	}
	
	.news-list li .cate {
		font-size: 12px;
		height: 23px;
		width: 65px;
	}
	
	.breadcrumbs {
		font-size: 12px;
		padding-top: 20px;
	}
	
	.archive-blo {
		padding: 0;
	}
	
	.archive-blo .place-list {
		gap: 10px;
	}
	
	.page-title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.single-wrapper .txt-box{
		margin-top: 30px;
	}
	
	.contact-link-area {
		padding: 40px 10%;
		margin: 30px -10% 0;
		gap: 20px;
	}
	
	.street-view-link{
		max-width: 100%;
	}
	
	.contact-area-box h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.bg-orange-tile {
		font-size: 16px;
		padding: 5px 10px;
	}
	
	.lower-page-title h1 {
		font-size: 20px;
		padding: 10px 15px;
	}
	
	.lower-page-title span{
		font-size: 14px;
	}
	
	.lower-contents section {
		padding: 40px 50%;
	}
	
	.merit-list.str-list .blo {
		padding: 75px 15px 30px;
	}
	
    .merit-list.str-list.number-ul .blo::before {
		left: 50%;
		transform: translateX(-50%);
    }
    
    .btm-border-title{
    	font-size: 20px;
    }
    
    .price-sec .plan-flex {
		gap: 20px;
	}

    .price-sec .plan-flex .blo {
		width: 100%;
	}
	
	.plan-flex .blo h4 {
		font-size: 20px;
	}
	
	.lower-contents .area-sec .area-p {
		font-size: 16px;
		margin: 30px auto;
	}
	
	.how-to-box {
		padding: 20px;
		box-shadow: 5px 5px 0 var(--site-color);
		gap: 15px;
	}
	
	.how-to-box .txt{
		width: 100%;
	}
	
	.how-to-box .txt h3 {
		font-size: 22px;
		margin-bottom: 15px;
		text-align: center;
	}
	
	.how-to-box .txt p {
		font-size: 16px;
		letter-spacing: 0;
		line-height: 1.81;
	}
	
	* + .dott-title {
		margin-top: 60px;
	}
	
	.dott-title span {
		font-size: 20px;
		text-align: center;
	}
	
	.dott-title {
		padding: 15px 0;
	}
	
	.dott-title::before{
		transform: unset;
		top: 0;
	}
	
	.dott-title::after{
		content: "";
		background-image: radial-gradient(circle, #2c2c3a 2px, transparent 2px);
		background-position: left top;
		background-repeat: repeat-x;
		background-size: 15px 4px;
		position: absolute;
		left: 0;
		bottom: 0;
		height: 4px;
		width: 100%;
		z-index: -1;
	}
	
	.effect-list .blo {
		padding: 20px;
	}
	
	.effect-list .blo h5,
	.model-list h5{
		font-size: 20px;
	}
	
	.model-list {
		gap: 20px;
	}
	
	.model-list .blo,
	.model-list.col-2 .blo{
		width: 100%;
	}
	
	.how-to-box .fukidashi {
		top: -25px;
		left: 20px;
		font-size: 24px;
		height: 50px;
	}
	
	.how-to-box.summary-box{
		padding: 40px 20px 30px;
	}
	
	.lower-mv-imgs {
		padding: 20px 0;
	}
	
	.lower-contents section.how-to-sec{
		padding-bottom: 60px;
	}
	
	#side-rireki{
		display: none;
	}
	
	.pager .wp-pagenavi {
		gap: 10px;
	}
	
	.pager .wp-pagenavi a,
	.pager .wp-pagenavi span {
		font-size: 15px;
		height: 40px;
		width: 40px;
	}
	
	.company-table .row > div{
		display: block;
	}
	
	.company-table .row .th {
		width: 100%;
		padding-bottom: 0;
	}
	
	.company-table .row .td {
		padding-top: 5px;
	}
	
	.merit-list.worries-list .blo {
		padding: 65px 18px 30px;
		width: calc(50% - 10px);
	}
	
	.landowner-page .size-ex {
		font-size: 12px;
	}
	
	.landowner-page .size-ex span {
		font-size: 16px;
	}
	
	.landowner-merit-box .blo h3 {
		font-size: 18px;
	}
	
}