@charset 'UTF-8';
/*************
/* 100%表示用
*************/
/* 基本設定 */
#page-main {
  width: 100%;
}
#page-main img {
  max-width: 100%;
  height: auto;
}

/*******************************
/* スタッフ
*******************************/
.staff_block{
	margin-bottom: 0;
}
.staff_block li{
	list-style: none;
}
.staff_block li + li{
	margin-top: 4.01538rem;
}
.staff_img img{
	border-radius: 5px;
}
.staff_yaku{
	color: #515151;
	letter-spacing: 0;
	font-size: 0.923rem;
	margin-bottom: 0.4384rem;
}
.staff_name{
	letter-spacing: 0;
	font-size: 1.538rem;
	margin-bottom: 1.4023rem;
}
.staff_name span{
	display: block;
	color: #515151;
	font-size: 0.923rem;
	margin-top: -0.246rem;
}
.staff_txtArea .txt_block{
	text-align: justify;
	line-height: 1.8;
	font-size: 0.923rem;
}
@media screen and (min-width: 768px){
	.staff_block li{
		display: flex;
		justify-content: space-between;
	}
	.staff_img{
		width: 51.6438%;
	}
	.staff_txtArea{
		width: 42.8767%;
		align-self: center;
	}
}
@media screen and (min-width: 992px){
	.staff_img{
		width: 61.6438%;
	}
	.staff_txtArea{
		width: 32.8767%;
	}
}
@media screen and (min-width: 1200px){
	.staff_block li + li{
		margin-top: 5rem;
	}
	.staff_img img{
		border-radius: 10px;
	}
	.staff_yaku{
		font-size: 0.928rem;
		margin-bottom: 0.6428rem;
	}
	.staff_name{
		font-size: 2.1428rem;
		margin-bottom: 3.0285rem;
	}
	.staff_name span{
		font-size: 0.928rem;
		margin-top: -0.1714rem;
	}
	.staff_txtArea .txt_block{
		font-size: 0.928rem;
	}
}
@media screen and (min-width: 1700px){
	.staff_img{
		height: 600px;
	}
	#page-main .staff_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width: 767px){
	.staff_img{
		margin-bottom: 2.2923rem;
	}
}

/*******************************
/* 会社概要
*******************************/
.company-flex{
	margin-top: 5.3846rem;
}
.company_contents .youtube{
	aspect-ratio: 3 / 2;
	padding-top: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}
@media screen and (min-width: 768px){
	.company-flex{
		display: flex;
		justify-content: space-between;
	}
	.company_contents{
		width: 71.4285%;
		padding-top: 1.5rem;
	}
}
@media screen and (min-width: 1200px){
	.company-flex{
		margin-top: 7.5rem;
	}
	.company_contents{
		padding-top: 1rem;
	}
}
@media screen and (max-width: 767px){
	.company-flex .c-title2{
		text-align: center;
		padding-top: 24px;
	}
	.company-flex .c-title2::before{
		left: 50%;
		transform: translateX(-50%);
	}
	.company_contents .youtube{
		border-radius: 10px;
	}
}

/*******************************
/* 無料相談・お問い合わせ
*******************************/
.bg_white.contact_outer{
	padding: 3.538rem 0 5.769rem;
}
.bg_white.contact_outer::before{
	border-radius: 10px;
}
.contact_outer .inner{
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
}
@media screen and (min-width: 1200px){
	.bg_white.contact_outer{
		padding: 6.7857rem 0 12.1428rem;
	}
	.bg_white.contact_outer::before{
		border-radius: 15px;
	}
}

/*******************************
/* 送信完了
*******************************/
.thanks_block_outer {
	text-align: center;
}
.thanks_block {
	display: inline-block;
	text-align: left;
}
.thanks_block .txt_block p + p{
	margin-top: 0.923rem;
}
.thanks_block .vm {
	margin-top: 3.246rem;
}
@media screen and (min-width: 1200px) {
	.thanks_block .vm {
		margin-top: 3.6857rem;
	}
	.thanks_block{
		font-size: 1.1428rem;
	}
}

/*******************************
/* 性能と品質 
*******************************/
.spec-quality_main{
	margin-top: 5.6538rem;
}
.sq_main_tit{
	text-align: center;
	font-size: 1.615rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.75;
	margin-bottom: 0.823rem;
}
.sq_main_copy{
	text-align: center;
	font-size: 1.0769rem;
	line-height: 1.5;
	margin-bottom: 0;
}
.spec-quality_main ul{
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	width: 100%;
	max-width: 1160px;
	margin-top: 3.446rem;
	margin-right: auto;
	margin-left: auto;
}
.spec-quality_main ul li{
	list-style: none;
	width: calc((100% - 30px)/3);
}
.sq_circle{
	background-color: #fff;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sq_circle .inner{
	display: flex;
	align-items: center;
	justify-content: center;
}
.sq_circle .item{
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0;
	margin-right: 2px;
}
.sq_number{
	letter-spacing: -0.1em;
	font-size: 4.615rem;
	position: relative;
	line-height: 1;
	color: #f27518;
}
.sq_number .value{
	position: absolute;
	display: block;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.05em;
	width: 46px;
	height: 21px;
	line-height: 21px;
	top: -26px;
	left: calc(50% + 0.3rem);
	transform: translateX(-50%);
}
.sq_circle .txt{
	font-size: 1rem;
	line-height: 1.3;
	writing-mode: vertical-rl;
	margin-left: 3px;
	margin-bottom: -1rem;
}
.spec-quality_main ul li p{
	font-size: 1rem;
	line-height: 1.3;
	margin-top: 1.0538rem;
	margin-bottom: 0;
}
.sq_main_emphasis{
	display: inline-block;
	background-color: #f27518;
	color: #fff;
	letter-spacing: 0;
	font-size: 1.538rem;
	width: 100%;
	max-width: 692px;;
	border-radius: 95px;
	margin-top: 4.3153rem;
}
@media screen and (min-width: 576px){
	.sq_main_emphasis{
		height: 73px;
		line-height: 73px;
	}
}
@media screen and (min-width: 768px){
	.sq_main_tit{
		font-size: 2.0769rem;
	}
	.sq_main_copy{
		font-size: 1.23rem;
	}
	.spec-quality_main ul{
		column-gap: 40px;
	}
	.spec-quality_main ul li{
		width: 200px;
	}
	.sq_circle .item{
		font-size: 1.5rem;
	}
	.sq_number{
		font-size: 5rem;
	}
	.sq_number .value{
		width: 53.7px;
		height: 24.7px;
		line-height: 24.7px;
		top: -29px;
		left: calc(50% + 0.4rem);
		font-size: 1.0769rem;
	}
	.sq_circle .txt{
		font-size: 1.0769rem;
		margin-left: 5px;
	}
	.spec-quality_main ul li p{
		font-size: 1.1538rem;
		margin-top: 1.723rem;
	}
}
@media screen and (min-width: 992px){
	.spec-quality_main ul{
		column-gap: 50px;
	}
}
@media screen and (min-width: 1200px){
	.spec-quality_main{
		margin-top: 7.6714rem;
	}
	.sq_main_tit{
		font-size: 2.6428rem;
		margin-bottom: 1.9714rem;
	}
	.sq_main_copy{
		font-size: 1.2857rem;
	}
	.spec-quality_main ul{
		column-gap: 45px;
		margin-top: 5.0714rem;
	}
	.spec-quality_main ul li{
		width: 320px;
	}
	.sq_circle .item{
		font-size: 2.5rem;
		margin-right: 0.8428rem;
	}
	.sq_number{
		font-size: 8.214rem;
	}
	.sq_number .value{
		width: 76px;
		height: 35px;
		line-height: 35px;
		top: -46px;
		left: calc(50% + 0.6rem);
		font-size: 1.5rem;
		letter-spacing: 0.08em;
	}
	.sq_circle .txt{
		font-size: 1.5rem;
		margin-left: 10px;
		margin-bottom: -3rem;
	}
	.spec-quality_main ul li p{
		font-size: 1.5rem;
		margin-top: 1.9428rem;
	}
	.sq_main_emphasis{
		font-size: 1.857rem;
		max-width: 900px;
		height: 95px;
		line-height: 95px;
		margin-top: 6.7428rem;
	}
}
@media screen and (min-width: 1400px){
	.spec-quality_main ul{
		column-gap: 35px;
	}
}
@media screen and (min-width: 1600px){
	.spec-quality_main ul{
		column-gap: 55px;
	}
	.spec-quality_main ul li{
		width: 350px;
	}
}
@media screen and (min-width: 1700px){
	.spec-quality_main ul{
		column-gap: 0;
		justify-content: space-between;
	}
}
@media screen and (max-width: 575px){
	.spec-quality_main ul li{
		width: calc((100% - 15px)/2);
	}
	.sq_main_emphasis{
		padding: 1rem 0;
		font-size: 1.23rem;
	}
	.sq_main_emphasis span{
		display: block;
		margin-top: -0.6rem;
	}
}

.spec-quality_contents{
	margin-top: 6.1538rem;
}
.sq_block + .sq_block{
	margin-top: 5.3846rem;
}
.sq_img img{
	border-radius: 10px;
}
.sq_tit{
	font-size: 1.923rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 1.292rem;
}
.sq_tit span{
	color: #f27518;
	letter-spacing: -0.12em;
	margin-right: 0.12em;
	font-size: 5rem;
}
.sq_copy{
	font-size: 1.307rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.75;
	margin-bottom: 2.746rem;
}
.sq_txtArea ul{
	margin-bottom: 0;
}
.sq_txtArea ul li{
	list-style: none;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 1.0769rem;
	padding-bottom: 1.538rem;
}
.sq_txtArea ul li + li{
	margin-top: 1.423rem;
}
.sq_txtArea ul li::before{
	content: "";
	display: block;
	background-image: url("../images/page/checkbox.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 14.3px;
	height: 12.3px;
	margin-right: 8px;
}
.sq_txtArea ul li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
	bottom: 0;
	left: 0;
}
.spec-quality_contents .sq_main_tit{
	margin-top: 4.11538rem;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.sq_block{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.sq_block:nth-of-type(odd){
		flex-direction: row-reverse;
	}
	.sq_img{
		width: 54.5238%;
	}
	.sq_txtArea{
		width: 36.746%;
	}
}
@media screen and (min-width: 992px){
	.sq_img{
		width: 56.5238%;
	}
	.sq_txtArea{
		width: 34.746%;
	}
}
@media screen and (min-width: 1200px){
	.spec-quality_contents{
		margin-top: 10.714rem;
	}
	.sq_block + .sq_block{
		margin-top: 8.5714rem;
	}
	.sq_img{
		width: 54.5238%;
	}
	.sq_img img{
		border-radius: 15px;
	}
	.sq_txtArea{
		width: 36.746%;
	}
	.sq_tit{
		font-size: 2.5rem;
		margin-bottom: 1.6714rem;
	}
	.sq_tit span{
		font-size: 8.2142rem;
	}
	.sq_copy{
		font-size: 1.5rem;
		margin-bottom: 3.842rem;
	}
	.sq_txtArea ul li{
		font-size: 1.1428rem;
		padding-bottom: 1.7142rem;
	}
	.sq_txtArea ul li + li{
		margin-top: 1.6428rem;
	}
	.sq_txtArea ul li::before{
		width: 16.3px;
		height: 14px;
		margin-right: 10px;
	}
	.spec-quality_contents .sq_main_tit{
		margin-top: 6.2428rem;
	}
}
@media screen and (min-width: 1600px){
	.sq_img{
		width: 58.5238%;
	}
	.sq_txtArea{
		width: 32.746%;
	}
}
@media screen and (min-width: 1700px){
	.sq_img{
		width: 59.5238%;
		height: 550px;
	}
	.sq_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.sq_txtArea{
		width: 31.746%;
	}
}
@media screen and (max-width: 767px){
	.sq_img{
		margin-bottom: 1.90769rem;
	}
}
@media screen and (max-width: 575px){
	.spec-quality_contents .sq_main_tit{
		margin-right: -1.2rem;
		margin-left: -1.2rem;		
	}
}
@media screen and (max-width: 379px){
	.spec-quality_contents .sq_main_tit{
		letter-spacing: -0.02em;
	}
}




.sq_tech-box{
	position: relative;
	display: block;
	z-index: 1;
	padding: 4.615rem 0 5.769rem;
	margin-top: 6.9923rem;
}
.sq_tech-box::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f6ece5;
	border-radius: 10px;
	z-index: -1;
}
.sq_tech-box .inner{
	width: 80%;
	max-width: 1130px;
	margin-right: auto;
	margin-left: auto;
}
.sq_tech-tit{
	font-size: 1.5384rem;
	line-height: 1.67;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 1.207rem;
}
.sq_tech-txtArea .txt_block{
	font-size: 1rem;
	line-height: 1.7;
}
.sq_tech-txtArea ul{
	margin-top: 1.4076rem;
	margin-bottom: 0;
}
.sq_tech-txtArea ul li{
	list-style: none;
	display: flex;
	font-size: 0.923rem;
	position: relative;
	padding-bottom: 0.769rem;
}
.sq_tech-txtArea ul li + li{
	margin-top: 1.1384rem;
}
.sq_tech-txtArea ul li::before{
	content: "";
	background-image: url("../images/page/checkbox.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 15px;
	height: 12.8px;
	margin-top: 5px;
	margin-right: 8px;
	display: block;
}
.sq_tech-txtArea ul li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
	bottom: 0;
	left: 0;
}
.techSwiper-navigation{
	display: flex;
	justify-content: center;
	column-gap: 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.techSwiper-button-prev, .techSwiper-button-next{
	display: block;
	width: 48px;
	height: 24px;
	border-radius: 30px;
	background-color: #f27518;
	z-index: 10;
	position: relative;
	pointer-events: auto; /* ←ボタンだけ有効化 */
}
.techSwiper-button-prev::after, .techSwiper-button-next::after{
	position: absolute;
	content: "";
	background-image: url("../images/arrow_w.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 8.8px;
	height: 7.2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.techSwiper-button-prev::after{
	transform: translate(-50%,-50%) rotate(180deg);
}
.techSwiper-button-prev.swiper-button-disabled, .techSwiper-button-next.swiper-button-disabled{
	background-color: rgba(0,0,0,0.2);
}
@media screen and (min-width: 992px){
	.sq_tech-flex-outer{
		position: relative;
		padding-bottom: 24px;
	}
	.sq_tech-flex{
		display: flex;
		justify-content: space-between;
		padding-bottom: 30px;
	}
	.sq_tech-imgArea{
		width: 53.0973%;
	}
	.sq_tech-txtArea{
		width: 39.823%;
	}
}
@media screen and (min-width: 1200px){
	.sq_tech-box{
		padding: 7.1428rem 0 9.2857rem;
		margin-top: 10.128rem;
	}
	.sq_tech-box::before{
		border-radius: 15px;
	}
	.sq_tech-box .c-title2{
		margin-bottom: 4.5rem;
	}
	.sq_tech-flex-outer{
		padding-bottom: 30px;
	}
	.sq_tech-flex{
		padding-bottom: 50px;
	}
	.sq_tech-imgArea{
		width: 48.097%;
	}
	.sq_tech-txtArea{
		width: 44.823%;
	}
	.sq_tech-tit{
		font-size: 2rem;
		margin-bottom: 2.2714rem;
	}
	.sq_tech-txtArea ul{
		margin-top: 2.8714rem;
	}
	.sq_tech-txtArea ul li{
		font-size: 0.928rem;
		padding-bottom: 0.928rem;
	}
	.sq_tech-txtArea ul li + li{
		margin-top: 1.3857rem;
	}
	.sq_tech-txtArea ul li::before{
		width: 16.3px;
		height: 14px;
		margin-top: 4px;
		margin-right: 10px;
	}
	.techSwiper-navigation{
		column-gap: 25px;
		bottom: 0;
	}
	.techSwiper-button-prev, .techSwiper-button-next{
		width: 60px;
		height: 30px;
	}
	.techSwiper-button-prev::after, .techSwiper-button-next::after{
		width: 11px;
		height: 9px;
	}
}
@media screen and (min-width: 1400px){
	.sq_tech-imgArea{
		width: 53.0973%;
	}
	.sq_tech-txtArea{
		width: 39.823%;
	}
	.sq_tech-tit{
		font-size: 2.1428rem;
	}
}
@media screen and (max-width: 991px){
	.sq_tech-imgArea{
		margin-bottom: 2.5769rem;
		position: relative;
	}
	.techSwiper-navigation{
		top: 50%;
		bottom: unset;
		transform: translate(-50%, -50%);
		z-index: 2;
		justify-content: space-between;
		pointer-events: none; /* ←重要 */
	}
	.techSwiper-button-prev, .techSwiper-button-next{
		position: absolute;
	}
	.techSwiper-button-prev{
		left: -32px;
	}
	.techSwiper-button-next{
		right: -32px;
	}
}
.sq_faq{
	margin-top: 6.1538rem;
}
.sq_faq-contents .accordion_one{
	position: relative;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
}
.sq_faq-contents .accordion_one + .accordion_one{
	margin-top: 10px;
}
.sq_faq-contents .accordion_one .ac_header {
	display: flex;
	justify-content: space-between;
	z-index: 0;
	cursor: pointer;
	transition: .3s;
}
.sq_faq-flex{
	display: flex;
}
.ac_qa{
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	width: 60px;
	min-height: 60px;
	font-size: 1.538rem;
}
.ac_qa.question{
	background-color: #f27518;
	color: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	transition: .3s;
}
.open .ac_qa.question{
	border-bottom-right-radius: 0;
	transition: .3s;
}
.ac_qa.answer{
	background-color: #f6ece5;
	color: #f27518;
	border-bottom-right-radius: 4px;
}
.sq_faq-con{
	width: calc(100% - 60px);
	padding: 0 15px;
}
.sq_faq-head{
	font-size: 1.1538rem;
	letter-spacing: 0;
	line-height: 1.6;
	position: relative;
}
.sq_faq-head .inner{
	padding: 1.5rem 25px 1.2rem 0;
}
.sq_faq-contents .accordion_one .ac_header .i_box {
	position: absolute;
	top: 24px;
	right: 15px;
	width: 13px;
	height: 13px;
}
.sq_faq-contents .accordion_one .ac_header .i_box:before, .sq_faq-contents .accordion_one .ac_header .i_box:after {
	position: absolute;
	content: "";
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
}
.sq_faq-contents .accordion_one .ac_header .i_box:before {
	border-top: 2px solid #f27518;
	width: 13px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.sq_faq-contents .accordion_one .ac_header .i_box:after {
	border-left: 2px solid #f27518;
	width: 0;
	height: 13px;
	top: 0;
	bottom: 0;
	right: 6px;
	transition: .3s;
}
.sq_faq-contents .accordion_one .ac_header.open .i_box:after {
	height: 0;
}
.ac_inner{
	display: none;
}
.ac_inner .sq_faq-con .inner{
	position: relative;
	padding: 2.0769rem 0;
}
.ac_inner .sq_faq-con .inner::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.ac_inner .sq_faq-con p{
	margin-bottom: 0;
	text-align: justify;
	line-height: 1.7;
}
@media screen and (min-width: 768px){
	.sq_faq{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.sq_faq-contents{
		width: 61.64383%;
		padding-top: 1.5rem;
	}
	.sq_faq-con{
		padding: 0 20px;
	}
	.sq_faq-contents .accordion_one .ac_header .i_box{
		right: 20px;
	}
}
@media screen and (min-width: 1200px){
	.sq_faq{
		margin-top: 9.857rem;
	}
	.sq_faq-contents{
		padding-top: 1rem;
	}
	.sq_faq-contents .accordion_one{
		border-radius: 6px;
	}
	.sq_faq-contents .accordion_one + .accordion_one{
		margin-top: 15px;
	}
	.ac_qa{
		width: 80px;
		min-height: 80px;
		font-size: 2.1428rem;
	}
	.ac_qa.question{
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
	}
	.ac_qa.answer{
		border-bottom-right-radius: 6px;
	}
	.sq_faq-con{
		width: calc(100% - 80px);
		padding: 0 30px;
	}
	.sq_faq-head{
		font-size: 1.5rem;
	}
	.sq_faq-head .inner{
		padding: 1.7rem 40px 1.5rem 0;
	}
	.sq_faq-contents .accordion_one .ac_header .i_box{
		width: 15px;
		height: 15px;
		right: 30px;
		top: 32px;
	}
	.sq_faq-contents .accordion_one .ac_header .i_box::before{
		width: 15px;
	}
	.sq_faq-contents .accordion_one .ac_header .i_box::after{
		height: 15px;
	}
	.ac_inner .sq_faq-con .inner{
		padding: 2.5714rem 0;
	}
}
@media screen and (max-width: 767px){
	.sq_faq .c-title2{
		text-align: center;
		padding-top: 24px;
	}
	.sq_faq .c-title2::before{
		left: 50%;
		transform: translateX(-50%);
	}
	.ac_inner .sq_faq-con p{
		font-size: 0.923rem;
	}
}

.sq_fin{
	margin-top: 8.4615rem;
}
.sq_fin-img img{
	border-radius: 5px;
}
.sq_fin .sq_tech-tit{
	margin-bottom: 1.5923rem;
}
.sq_fin-txtArea .txt_block{
	line-height: 2;
}
.sq_fin-txtArea .txt_block p + p{
	margin-top: 1.20769rem;
}
.sq_fin-txt{
	font-size: 1.923rem;
	letter-spacing: 0;
	line-height: 1.75;
	margin-top: 4.7538rem;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.sq_fin-flex{
		display: flex;
		justify-content: space-between;
	}
	.sq_fin-img{
		width: 36.794%;
	}
	.sq_fin-txtArea{
		width: 56.329%;
		align-self: center;
	}
	.sq_fin .sq_tech-tit{
		text-indent: -0.6em;
	}
}
@media screen and (min-width: 992px){
	.sq_fin-img{
		width: 49.794%;
	}
	.sq_fin-txtArea{
		width: 42.3287%;
	}
}
@media screen and (min-width: 1200px){
	.sq_fin{
		margin-top: 12.1428rem;
	}
	.sq_fin-img{
		width: 44.794%;
	}
	.sq_fin-img img{
		border-radius: 10px;
	}
	.sq_fin-txtArea{
		width: 47.329%;
	}
	.sq_fin .sq_tech-tit{
		margin-bottom: 2.4285rem;
	}
	.sq_fin-txtArea .txt_block{
		font-size: 1.1428rem;
	}
	.sq_fin-txtArea .txt_block p + p{
		margin-top: 2.3714rem;
	}
	.sq_fin-txt{
		font-size: 2.2857rem;
		margin-top: 7.6714rem;
	}
}
@media screen and (min-width: 1400px){
	.sq_fin-img{
		width: 50.794%;
	}
	.sq_fin-txtArea{
		width: 41.329%;
	}
}
@media screen and (min-width: 1600px){
	.sq_fin-img{
		width: 54.794%;
	}
	.sq_fin-txtArea{
		width: 37.3287%;
	}
}
@media screen and (max-width: 767px){
	.sq_fin-img{
		margin-bottom: 2.9615rem;
	}
	.sq_fin .sq_tech-tit{
		text-align: center;
	}
}

/*******************************
/* プライバシーポリシー
*******************************/
.policy_block + .policy_block{
	margin-top: 2.1769rem;
}
.policy-tit{
	font-size: 1.1538rem;
	letter-spacing: 0;
	line-height: 1.75;
	margin-bottom: 0.538rem;
}
.policy-contact{
	position: relative;
	padding-top: 4.615rem;
	margin-top: 4.615rem;
}
.policy-contact::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
	top: 0;
	left: 0;
}
.policy-contact-flex{
	margin-top: 1.70769rem;
}
.policy-contact-box{
	position: relative;
	display: block;
	z-index: 1;
	text-align: center;
	padding: 2rem 0.5rem;
}
.policy-contact-box::before{
	position: absolute;
	content: "";
	background-color: #f6ece5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 5px;
	z-index: -1;
}
.policy-contactInner .txt{
	letter-spacing: 0;
}
.policy-tel a{
	display: inline-flex;
	align-items: center;
	color: #323232;
	font-size: 2.3076rem;
	line-height: 1;
	letter-spacing: 0;
	transition: .3s;
}
.policy-tel a::before{
	content: "";
	display: block;
	background-image: url("../images/icon_tel.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 25px;
	margin-right: 5px;
}
.policy-tel a:hover{
	text-decoration: none;
}
.policy-tel-txt{
	font-size: 0.846rem;
}
@media screen and (min-width: 768px){
	.policy-contact-flex{
		display: flex;
		justify-content: space-between;
		margin-top: 2.4769rem;
	}
	.policy-contact-box{
		width: calc((100% - 10px)/2);
	}
}
@media screen and (min-width: 1200px){
	.policy_block + .policy_block{
		margin-top: 2.5714rem;
	}
	.policy-tit{
		font-size: 1.2857rem;
		margin-bottom: 0.7857rem;
	}
	.policy-contact{
		padding-top: 7rem;
		margin-top: 7.1428rem;
	}
	.policy-contact .txt_block{
		font-size: 1.1428rem;
	}
	.policy-contact-flex{
		margin-top: 2.9714rem;
	}
	.policy-contact-box{
		width: calc((100% - 20px)/2);
	}
	.policy-contact-box::before{
		border-radius: 10px;
	}
	.policy-contactInner .txt{
		font-size: 1.1428rem;
	}
	.policy-tel-txt{
		font-size: 0.857rem;
		margin-top: 0.428rem;
	}
}
@media screen and (max-width: 767px){
	.policy-contact-box + .policy-contact-box{
		margin-top: 10px;
	}
}
@media screen and (max-width: 339px){
	.contact_outer.policy .inner{
		width: 84%;
	}
}

/*******************************
/* コンセプト
*******************************/
/* concept_main */
.concept_main{
	text-align: center;
	font-size: 1.11538rem;
	line-height: 1.67;
	letter-spacing: 0.08em;
	margin-top: 5.0846rem;
}
.concept_main p{
	margin-bottom: 0;
}
@media screen and (min-width: 1200px){
	.concept_main{
		font-size: 1.2857rem;
		margin-top: 8.1714rem;
	}
}
/* concept_important */
.concept_important{
	position: relative;
	width: 100%;
	z-index: 1;
	display: block;
	margin-top: 5.6538rem;
	padding: 3.71428rem 0 7.1538rem;
}
.concept_important::before{
	position: absolute;
	content: "";
	width: 93.75%;
	height: 100%;
	background-color: #fff;
	border-radius: 0 10px 10px 0;
	top: 0;
	left: 0;
	z-index: -1;
}
.concept_important .c-title2{
	margin-bottom: 3.446rem;
}
.concept_important-inner{
	width: 76.25%;
	margin-left: 8.75%;
}
.conImp-couter{
	display: flex;
	line-height: 1;
	letter-spacing: 0.08em;
}
.conImp-couter .count{
	color: #f27518;
	font-size: 1.523rem;
}
.conImp-couter .all{
	position: relative;
	color: #ccc;
	font-size: 0.9rem;
	padding-top: 30px;
	padding-left: 13px;
}
.conImp-couter .all::after{
	position: absolute;
	content: "";
	width: 51px;
	height: 0.5px;
	background-color: #ccc;
	transform: rotate(-45deg);
	top: 24px;
	right: -2px;
}
.conImp-block + .conImp-block{
	margin-top: 5.3846rem;
}
.conImp-img img{
	border-radius: 5px;
}
.conImp-tit{
	font-size: 1.692rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
	margin-bottom: 1.738rem;
}
.conImp-tit span{
	display: block;
	color: #515151;
	font-size: 0.846rem;
	letter-spacing: 0.03em;
	margin-top: 0.7384rem;
}
.conImp-copy{
	font-size: 1.23rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.7;
}
.conImp-txtInner .txt_block{
	text-align: justify;
	font-size: 1rem;
	line-height: 1.86;
}
@media screen and (min-width: 768px){
	.concept_important .c-title2{
		margin-bottom: 3.821rem;
	}
	.concept_important-inner{
		width: 81.25%;
		margin-left: 6.25%;
	}
	.conImp-contents{
		position: relative;
	}
	.conImp-couter{
		position: absolute;
		top: 0;
		left: 0;
		transition: opacity 0.3s;
	}
	.conImp-couter.pc-none{
		display: none;
	}
	.conImp-block{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.conImp-img{
		width: 55.147%;
	}
	.conImp-txtArea{
		width: 36.02941%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		position: relative;
	}
	.conImp-txtInner{
		width: 77.5510%;
		margin-left: auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.conImp-img{
		width: 43.147%;
	}
	#page-main .conImp-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.conImp-txtArea{
		width: 48.029%;
	}
}
@media screen and (min-width: 1200px){
	.concept_important{
		margin-top: 9.857rem;
		padding: 7.42857rem 0 10.714rem;
	}
	.concept_important::before{
		width: 93.0588%;
		border-radius: 0 30px 30px 0;
	}
	.concept_important .c-title2, .concept-message .c-title2{
		font-size: 2.6428rem;
	}
	.concept_important .c-title2{
		margin-bottom: 7.457rem;
	}
	.concept_important-inner{
		width: 80%;
		margin-left: 7.0588%;
	}
	.conImp-couter .count{
		font-size: 1.5714rem;
	}
	.conImp-couter .all{
		font-size: 0.928rem;
	}
	.conImp-couter .all::after{
		width: 56.6px;
	}
	.conImp-block + .conImp-block{
		margin-top: 7.1428rem;
	}
	.conImp-img{
		width: 50.147%;
	}
	.conImp-img img{
		border-radius: 10px;
	}
	.conImp-txtArea{
		width: 41.029%;
	}
	.conImp-tit{
		font-size: 2.2857rem;
		margin-bottom: 3.457rem;
	}
	.conImp-tit span{
		font-size: 1.1428rem;
		margin-top: 0.785rem;
	}
	.conImp-copy{
		font-size: 1.5rem;
		margin-bottom: 1.357rem;
	}
}
@media screen and (min-width: 1400px){
	.conImp-img{
		width: 51.47%;
	}
	.conImp-txtArea{
		width: 38.2352%;
	}
}
@media screen and (min-width: 1700px){
	.conImp-img{
		height: 500px;
	}
	#page-main .conImp-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width: 767px){
	.conImp-couter{
		margin-bottom: 2.7769rem;
	}
	.conImp-couter.sp-none{
		display: none;
	}
	.conImp-img{
		margin-bottom: 3.30769rem;
	}
}
/* concept-message */
.concept-message{
	margin-top: 6.15384rem;
}
.concept-message .c-title2{
	margin-bottom: 3.446rem;
}
.conMes-img{
	margin-bottom: 2.8615rem;
}
.concept-message .txt_block{
	text-align: center;
	font-size: 1.23rem;
	font-weight: 400;
	line-height: 2;
}
@media screen and (min-width: 1200px){
	.concept-message{
		margin-top: 10.71428rem;
	}
	.concept-message .c-title2{
		margin-bottom: 6.6428rem;
	}
	.conMes-img{
		margin-bottom: 4.3rem;
	}
	.concept-message .txt_block{
		font-size: 1.5rem;
		line-height: 2.14;
	}
}


/*******************************
/* design
*******************************/
/* コンセプト */
.design-concept{
	margin-top: 4.6538rem;
}
.desCon-img img{
	border-radius: 5px;
}
.desCon-txtArea .c-title1{
	margin-bottom: 2.946rem;
}
.desCon-txtArea .sq_main_tit{
	text-align: left;
	margin-bottom: 1.9769rem;
}
.desCon-txtArea .conImp-copy{
	margin-bottom: 0.6923rem;
}
@media screen and (min-width: 768px){
	.design-concept{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		margin-top: 6.1538rem;
	}
	.desCon-img{
		width: 42.857%;
	}
	.desCon-txtArea{
		width: 46.0317%;
		align-self: center;
	}
}
@media screen and (min-width: 1200px){
	.design-concept{
		margin-top: 8.5714rem;
	}
	.desCon-img img{
		border-radius: 12px;
	}
	.desCon-txtArea .c-title1{
		margin-bottom: 4.514rem;
	}
	.desCon-txtArea .sq_main_tit{
		margin-bottom: 3.3rem;
	}
	.desCon-txtArea .conImp-copy{
		margin-bottom: 1.1857rem;
	}
}
@media screen and (min-width: 1700px){
	.desCon-txtArea .sq_main_tit{
		text-wrap: nowrap;
	}
}
@media screen and (max-width: 767px){
	.desCon-img{
		margin-top: 3.246rem;
	}
}
/* こう暮らしたい、から考える */
.design-life{
	margin-top: 6.26153rem;
}
.desLife-main{
	margin-bottom: 4.0153rem;
}
.desLife-main .txt_block{
	text-align: center;
	font-size: 1.11538rem;
	line-height: 1.67;
	letter-spacing: 0.08em;
}
.desLife-con-outer{
	position: relative;
	width: 100%;
	display: block;
	z-index: 1;
	padding: 4.61538rem 0 6.1538rem;
}
.desLife-con-outer::before{
	position: absolute;
	content: "";
	width: 93.75%;
	height: 100%;
	background-color: #fff;
	border-radius: 10px 0 0 10px;
	top: 0;
	right: 0;
	z-index: -1;
}
.desLife-con{
	width: 85%;
	margin-left: auto;
	position: relative;
}
.desLife-titArea .no{
	color: #f27518;
	line-height: 1;
	font-size: 1.1538rem;
	letter-spacing: 0.08em;
	margin-bottom: 0.5538rem;
}
.desLife-titArea .tit{
	font-size: 1.307rem;
	line-height: 1.7;
	margin-bottom: 0;
}
.desLife-img{
	margin-top: 1.7rem;
	margin-bottom: 1.138rem;
}
.desLife-img img{
	border-radius: 3px;
}
.desLife-txt{
	font-size: 1.1538rem;
	line-height: 1.75;
}
.desLife-ingenuity{
	margin-top: 1.138rem;
}
.ingenuity{
	background-color: #f27518;
	color: #fff;
	border-radius: 30px;
	text-align: center;
	font-size: 1.11538rem;
	line-height: 40px;
	height: 40px;
	position: relative;
	margin-bottom: 0.984rem;
}
.ingenuity::after{
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 90;
	border-top: 10px solid #f27518;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 0;
	content: "";
}
.desLife-ingenuity .txt_block{
	font-size: 1.11538rem;
	letter-spacing: 0.08em;
	line-height: 2;
}
.desLife-swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 40px;
	gap: 7px;
}
.desLife-swiper-pagination .swiper-pagination-bullet{
	background-color: #bebebe;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	opacity: 1;
	transition:	background-color 0.3s ease,	width 0.3s ease, border-radius 0.3s ease;
}
.desLife-swiper-pagination .swiper-pagination-bullet-active{
	background-color: #f27518;
	width: 18px;
	height: 7px;
	border-radius: 4px;
}

.desLife-swiper-button-prev, .desLife-swiper-button-next{
	position: absolute;
	content: "";
	display: block;
	width: 48px;
	height: 24px;
	border-radius: 30px;
	background-color: #f27518;
	transform: translateY(-50%);
	z-index: 10;
}
.desLife-swiper-button-prev{
	left: -24px;
}
.desLife-swiper-button-next{
	right: calc(10.25% - 24px);
}
.desLife-swiper-button-prev::after, .desLife-swiper-button-next::after{
	position: absolute;
	content: "";
	background-image: url("../images/arrow_w.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 8.8px;
	height: 7.2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.desLife-swiper-button-prev::after{
	transform: translate(-50%,-50%) rotate(180deg);
}
.desLife-swiper-button-prev.swiper-button-disabled, .desLife-swiper-button-next.swiper-button-disabled{
	background-color: rgba(0,0,0,0.2);
}
@media screen and (min-width: 768px){
	.desLife-con{
		width: 87.5%;
	}
	.desLife-swiper-pagination{
		justify-content: flex-start;
	}
	.desLife-swiper-button-prev{
		left: -38px;
	}
	.desLife-swiper-button-next{
		right: calc(10.294% - 35px);
	}
}
@media screen and (min-width: 1200px){
	.design-life{
		margin-top: 10.357rem;
	}
	.desLife-main{
		margin-bottom: 6.6428rem;
	}
	.desLife-con-outer{
		padding: 7.1428rem 0 8.5714rem;
	}
	.desLife-main .txt_block{
		font-size: 1.2857rem;
	}
	.desLife-con-outer::before{
		width: 93.0588%;
		border-radius: 30px 0 0 30px;
	}
	.desLife-con{
		width: 84.1176%;
	}
	.desLife-titArea .no{
		font-size: 1.1428rem;
		margin-bottom: 0.728rem;
	}
	.desLife-titArea .tit{
		font-size: 1.586rem;
	}
	.desLife-img{
		margin-top: 2.984rem;
		margin-bottom: 2.357rem;
	}
	.desLife-img img{
		border-radius: 7px;
	}
	.desLife-txt{
		font-size: 1.328rem;
	}
	.desLife-ingenuity{
		margin-top: 2.157rem;
	}
	.ingenuity{
		font-size: 1.2857rem;
		height: 54px;
		line-height: 54px;
		margin-bottom: 2.114rem;
	}
	.ingenuity::after{
		bottom: -7px;
		border-top: 14px solid #f27518;
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
	}
	.desLife-ingenuity .txt_block{
		font-size: 1.1857rem;
	}
	.desLife-swiper-pagination{
		margin-top: 4.3rem;
		gap: 14px;
	}
	.desLife-swiper-button-prev, .desLife-swiper-button-next{
		width: 60px;
		height: 30px;
	}
	.desLife-swiper-button-prev{
		left: -45px;
	}
	.desLife-swiper-button-next{
		right: calc(10.294% - 55px);
	}
	.desLife-swiper-button-prev::after, .desLife-swiper-button-next::after{
		width: 11px;
		height: 9px;
	}
}
@media screen and (min-width: 1400px){
	.desLife-swiper-button-next{
		right: calc(18.82% - 50px);
	}
}
@media screen and (min-width: 1600px){
	.desLife-con-outer{
		padding: 8.928rem 0 11.214rem;
	}
}
@media screen and (min-width: 1700px){
	.desLife-titArea .tit{
		font-size: 1.7857rem;
	}
	.desLife-txt{
		font-size: 1.428rem;
	}
	.desLife-ingenuity .txt_block{
		font-size: 1.2857rem;
	}
}
@media screen and (max-width: 991px){
	.desLife-txt{
		font-size: 1.038rem;
	}
	.desLife-ingenuity .txt_block{
		font-size: 0.923rem;
	}
}
@media screen and (max-width: 767px){
	.desLife-swiper{
		width: 89.705%;
		margin-left: 0;
	}
	.desLife-ingenuity .txt_block{
		font-size: 0.923rem;
	}
	.desLife-swiper-pagination{
		width: 89.705% !important;
	}
}
@media screen and (max-width: 399px){
	.desLife-txt{
		font-size: 0.923rem;
	}
	.desLife-ingenuity .txt_block{
		font-size: 0.846rem;
	}
}
/* デザインテイスト */
.design-taste{
	margin-top: 6.2615rem;
}
.desTaste-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  display: flex;
}
.desTaste-swiper .swiper-slide {
	width: 350px;
}
.desTaste-swiper .swiper-slide img{	
	border-radius: 5px;
	width: 100%;
}
.design-taste .vm{
	margin-top: 50px;
}
@media screen and (min-width: 400px){
	.desTaste-swiper .swiper-slide{
		width: 400px;
	}
}
@media screen and (min-width: 768px){
	.desTaste-swiper .swiper-slide{
		width: 370px;
	}
}
@media screen and (min-width: 1200px){
	.design-taste{
		margin-top: 10.3571rem;
	}
	.desTaste-swiper .swiper-slide{
		width: 400px;
	}
	.desTaste-swiper .swiper-slide img{
		border-radius: 10px;
	}
	.design-taste .vm{
		margin-top: 80px;
	}
}
@media screen and (min-width: 1400px){
	.desTaste-swiper .swiper-slide{
		width: 450px;
	}
}
@media screen and (min-width: 1600px){
	.desTaste-swiper .swiper-slide{
		width: 500px;
	}
}
/* 家づくりの流れ */
.design-flow{
	margin-top: 7.307rem;
}
.design-flow.container_1260{
	max-width: 1260px;
}
.desFlow-main{
	font-size: 1.11538rem;
	line-height: 1.67;
	letter-spacing: 0.08em;
	margin-bottom: 3.3461rem;
}
.desFlow-block{
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1070px;
	margin-left: auto;
}
.desFlow-block::before{
	position: absolute;
	content: "";
	width: 1px;
	height: var(--line-height, 0);
	top: 0;
	left: 25px;
	background-color: #f27518;
	z-index: -1;
}
.desFlow-flex{
	display: flex;
	justify-content: space-between;
}
.desFlow-no{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #f27518;
	border: 1px solid #f27518;
	border-radius: 50%;
	letter-spacing: 0.08em;
	font-size: 1rem;
}
.pick .desFlow-no{
	background-color: #f27518;
	color: #fff;
}
.desFlow-con{
	width: calc((100% - 50px) - 30px);
	padding-top: 0.8rem;
}
.desFlow-con .txt_block{
	letter-spacing: 0;
}
.desFlow-tit{
	font-size: 1.307rem;
	line-height: 1.8;
	margin-bottom: 1.4384rem;
}
.desFlow-img{
	margin-top: 2.8615rem;
}
@media screen and (min-width: 768px){
	.desFlow-block::before{
		left: 40px;
	}
	.desFlow-flex{
		height: 180px;
	}
	.desFlow-flex:last-of-type{
		height: auto;
	}
	.desFlow-flex.pick{
		height: 455px;
	}
	.desFlow-no{
		width: 80px;
		height: 80px;
		font-size: 1.538rem;
	}
	.desFlow-con{
		width: calc((100% - 80px) - 40px);
		padding-top: 1.8rem;
	}
	.desFlow-img{
		display: flex;
		gap: 30px;
	}
}
@media screen and (min-width: 992px){
	.desFlow-block::before{
		left: 50px;
	}
	.desFlow-flex.pick{
		height: 520px;
	}
	.desFlow-no{
		width: 100px;
		height: 100px;
		font-size: 1.923rem;
	}
	.desFlow-con{
		width: calc((100% - 100px) - 60px);
		padding-top: 2.5rem;
	}
	
}
@media screen and (min-width: 1200px){
	.design-flow{
		margin-top: 10.714rem;
	}
	.desFlow-main{
		font-size: 1.2857rem;
		margin-bottom: 6.757rem;
	}
	.desFlow-main .c-title2{
		margin-bottom: 4.1rem;
	}
	.desFlow-block::before{
		left: 60px;
	}
	.desFlow-flex{
		height: 217px;
	}
	.desFlow-flex.pick{
		height: 591px;
	}
	.desFlow-no{
		width: 120px;
		height: 120px;
		font-size: 2.1428rem;
	}
	.desFlow-con{
		width: calc((100% - 120px) - 70px);
	}
	.desFlow-tit{
		font-size: 1.7857rem;
		margin-bottom: 2.385rem;
	}
	.desFlow-img{
		gap: 40px;
		margin-top: 5.0714rem;
	}
}
@media screen and (min-width: 1400px){
	.desFlow-flex{
		height: 237px;
	}
	.desFlow-flex.pick{
		height: 611px;
	}
}
@media screen and (max-width: 767px){	
	.desFlow-main{
		text-align: center;
	}
	.desFlow-main .c-title2{
		text-align: center;
		padding-top: 24px;
	}
	.desFlow-main .c-title2::before{
		left: 50%;
		transform: translateX(-50%);
	}
	.desFlow-flex + .desFlow-flex{
		margin-top: 3.246rem;
	}
	.desFlow-img div + div{
		margin-top: 15px;
	}
}
/* メッセージ */
.design-message.container_1260{
	max-width: 1260px;
}
.design-message{
	position: relative;
	z-index: 1;
	padding: 4.23rem 0 6.3rem;
	margin-top: 7.092rem;
}
.design-message::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: -1;
	border-radius: 10px;
}
.desMes-flex{
	width: 84.1269%;
	margin-right: auto;
	margin-left: auto;
}
.desMes-img img{
	border-radius: 5px;
}
.desMes-txtArea .txt_block{
	letter-spacing: 0;
}
.desMes-copy{
	font-size: 1.1538rem;
	letter-spacing: 0;
	margin-top: 0.823rem;
}
.desMes-vm{
	margin-top: 2.3769rem;
}
@media screen and (min-width: 768px){
	.desMes-flex{
		display: flex;
		justify-content: space-between;
	}
	.desMes-img{
		width: 37.7358%;
	}
	.desMes-txtArea{
		width: 52.9245%;
		align-self: center;
	}
}
@media screen and (min-width: 1200px){
	.design-message{
		padding: 6.4285rem 0 8.928rem;
		margin-top: 12.357rem;
	}
	.design-message::before{
		border-radius: 15px;
	}
	.design-message .c-title2{
		margin-bottom: 4.857rem;
	}
	.desMes-img img{
		border-radius: 10px;
	}
	.desMes-copy{
		font-size: 1.357rem;
		margin-top: 1.157rem;
	}
	.desMes-vm{
		margin-top: 3.5857rem;
	}
}
@media screen and (min-width: 1700px){
	.desMes-copy{
		text-wrap: nowrap;
	}
}
@media screen and (max-width: 767px){
	.desMes-img{
		margin-bottom: 2.96rem;
	}
	.desMes-vm{
		text-align: center;
	}
}


/*******************************
/* アフターサポート
*******************************/

.after_main .conteiner_1260{
	max-width: 1260px;
}
.after_anchor{
	width: 100%;
	max-width: 1190px;
	margin: 3.546rem auto 0;
	display: flex;
	flex-wrap: wrap;
}
.after_anchor li{
	list-style: none;
	position: relative;
	width: calc(100% / 3);
}
.after_anchor li::before, .after_anchor li::after{
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	background-color: #f27518;
}
.after_anchor li::before{
	content: "";
	left: 0;
}
.after_anchor li a{
	display: block;
	color: #f27518;
	font-size: 1.0769rem;
	text-align: center;
	height: 35px;
	line-height: 35px;
	transition: .4s;
}
.after_anchor li a:hover{
	text-decoration: none;
	opacity: 0.8;
}
@media screen and (min-width: 768px){
	.after_anchor li{
		width: calc(100% / 6);
	}
	.after_anchor li:last-child::after{
		content: "";
		right: 0;
	}
}
@media screen and (min-width: 1200px){
	.after_anchor{
		margin-top: 6.384rem;
	}
	.after_anchor li a{
		font-size: 1.285rem;
		height: 50px;
		line-height: 50px;
	}
}
@media screen and (max-width: 767px){
	.after_main .sq_main_tit{
		margin: 0 -1.4rem 0.823rem;
	}
	.after_anchor li:nth-child(1), .after_anchor li:nth-child(2), .after_anchor li:nth-child(3){
		margin-bottom: 15px;
	}
	.after_anchor li:nth-child(3n)::after{
		content: "";
		right: 0;
	}
}
.after_outer{
	position: relative;
	z-index: 1;
	max-width: 1460px;
	padding: 4.6153rem 0 6.5384rem;
	margin-top: 3.846rem;
}
.after_outer::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: -1;
	border-radius: 10px;
}
.after_outer .inner{
	width: 84.9315%;
	margin-right: auto;
	margin-left: auto;
}
.after-flex + .after-flex{
	margin-top: 4.1153rem;
}
.after-tit{
	font-size: 1.692rem;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 1.7923rem;
}
.after-copy{
	font-size: 1.23rem;
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 1.67;
	margin-bottom: 0.923rem;
}
.after-txtArea .txt_block{
	text-align: justify;
}
.after-txtArea .txt_block p + p{
	margin-top: 0.923rem;
}
.after-img img{
	border-radius: 5px;
}
@media screen and (min-width: 768px){
	.after-flex{
		display: flex;
		justify-content: space-between;
	}
	.after-flex.rev{
		flex-direction: row-reverse;
	}
	.after-txtArea{
		width: 45.484%;
		align-self: center;
		padding-right: 1.612%;
	}
	.rev .after-txtArea{
		padding-right: 0;
		padding-left: 1.612%;
	}
	.after-img{
		width: 46.452%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	#page-main .after-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (min-width: 992px){
	.after-txtArea{
		width: 41.484%;
	}
	.after-img{
		width: 50.452%;
	}
}
@media screen and (min-width: 1200px){
	.after_outer{
		padding: 8.571rem 0 12.1428rem;
		margin-top: 6.428rem;
	}
	.after_outer::before{
		border-radius: 20px;
	}
	.after-flex + .after-flex{
		margin-top: 8.5714rem;
	}
	.after-txtArea{
		width: 42.484%;
	}
	.after-tit{
		font-size: 2rem;
		margin-bottom: 3.571rem;
	}
	.after-copy{
		font-size: 1.285rem;
		margin-bottom: 1.757rem;
	}
	.after-txtArea .txt_block p + p{
		margin-top: 1.95rem;
	}
	.after-img{
		width: 49.452%;
	}
	.after-img img{
		border-radius: 10px;
	}
}
@media screen and (min-width: 1400px){
	.after-txtArea{
		width: 43.484%;
	}
	.after-tit{
		font-size: 2.2857rem;
	}
	.after-copy{
		font-size: 1.5rem;
	}	
	.after-img{
		width: 48.452%;
	}
}
@media screen and (min-width: 1600px){
	.after-txtArea{
		width: 35.4838%;
	}
	.after-img{
		width: 56.4516%;
	}
}
@media screen and (max-width: 767px){
	.after-img{
		margin-bottom: 2.592rem;
	}
}
.after-con-outer{
	position: relative;
	margin-top: 5.938rem;
	padding-top: 6.538rem;
}
.after-con-outer::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(180,180,180,0.5);
	top: 0;
	left: 0;
}
.after-con + .after-con{
	margin-top: 6.823rem;
}
.after-tenkenImg{
	margin-top: 2.4769rem;
}
.after-con-block + .after-con-block{
	margin-top: 4.215rem;
}
.after-areaTitle{
	display: flex;
	align-items: center;
	margin-bottom: 2.546rem;
}
.after-areaTitle .areaNumber{
	color: #f27518;
	letter-spacing: 0;
	font-weight: 400;
	line-height: 1;
	font-size: 5.384rem;
}
.after-areaTitle .txt{
	line-height: 1;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 1.384rem;
	margin-left: 0.369rem;
}
.after-areaTitle .txt span{
	display: block;
	font-size: 1.6923rem;
	margin-bottom: 0.4692rem;
}
.after-area-txtArea ul{
	margin-bottom: 0;
}
.after-area-txtArea ul li{
	list-style: none;
	position: relative;
	padding-left: 1.869rem;
	font-size: 1.0769rem;
	line-height: 1.6;
	padding-bottom: 0.769rem;
}
.after-area-txtArea ul li + li{
	margin-top: 1.138rem;
}
.after-area-txtArea ul li::before{
	position: absolute;
	content: "";
	display: block;
	background-image: url("../images/page/checkbox.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 14.3px;
	height: 12.3px;
	top: 5px;
	left: 0;
}
.after-area-txtArea ul li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
	bottom: 0;
	left: 0;
}
.after-con .accordion_one{
	position: relative;
	padding: 2.0769rem 0 1.846rem;
}
.after-con .accordion_one::before, .after-con .accordion_one::after{
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: rgba(200,200,200,0.5);
	left: 0;
}
.after-con .accordion_one:first-child::before{
	content: "";
	top: 0;
}
.after-con .accordion_one::after{
	content: "";
	bottom: 0;
}
.after-con .accordion_one .ac_header .i_box{
	position: absolute;
	top: 6px;
	right: 0;
	width: 11px;
	height: 11px;
}
.after-con .accordion_one .ac_header .i_box::before, .after-con .accordion_one .ac_header .i_box::after{
	position: absolute;
	content: "";
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
}
.after-con .accordion_one .ac_header .i_box::before{
	border-top: 1px solid rgba(0,0,0,0.7);
	width: 11px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.after-con .accordion_one .ac_header .i_box::after{
	border-left: 1px solid rgba(0,0,0,0.7);
	width: 0;
	height: 11px;
	top: 0;
	bottom: 0;
	right: 5px;
	transition: .3s;
}
.after-con .accordion_one .ac_header.open .i_box::after{
	height: 0;
}
.af6_faq-head, .af6_faq-inner{
	padding: 0 1rem 0 2.692rem;
}
.af6_faq-head{
	position: relative;
	cursor: pointer;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.7;
	font-size: 1.1538rem;
}
.af6_faq-inner{
	position: relative;
	margin-top: 1.123rem;
}
.af6_faq-head .ac_qa.question, .af6_faq-inner .ac_qa.answer{
	position: absolute;
	display: block;
	background-color: transparent;
	width: 16px;
	height: auto;
	color: #f27518;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	left: 0;
	line-height: 1;
	min-height: unset;
	text-align: center;
}
.af6_faq-con p{
	margin-bottom: 0;
	color: #323232;
	text-align: justify;
	letter-spacing: 0.02em;
	line-height: 2;
}
@media screen and (min-width: 768px){
	.after-con{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	#after5.after-con .contents{
		width: 77.777%;
	}
	.after-area-flex{
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
	}
	.after-area-txtArea{
		width: 40.816%;
		min-width: 240px;
	}
	.after-areaImg{
		width: 300px;
		position: relative;
		margin-left: -10rem;
		z-index: -1;
	}
	#after6.after-con .contents{
		width: 63.492%;
	}
	.af6_faq-head, .af6_faq-inner{
		padding-right: 1.5rem;
	}
}
@media screen and (min-width: 992px){
	.after-area-flex{
		flex-direction: row-reverse;
		align-items: center;
	}
	.after-area-txtArea{
		min-width: 320px;
	}
	.after-areaImg{
		width: 61.224%;
		margin-top: 0;
		margin-left: -1.04%;
	}
}
@media screen and (min-width: 1200px){
	.after-con-outer{
		margin-top: 10.714rem;
		padding-top: 10.714rem;
	}
	.after-con + .after-con{
		margin-top: 10.357rem;
	}
	.after-tenkenImg{
		margin-top: 5.214rem;
	}
	.after-con-block + .after-con-block{
		margin-top: 6.2428rem;
	}
	.after-area-txtArea{
		min-width: 350px;
	}
	.after-areaTitle{
		margin-bottom: 4.0142rem;
	}
	.after-areaTitle .areaNumber{
		font-size: 8.214rem;
	}
	.after-areaTitle .txt{
		font-size: 2.068rem;
		margin-left: 0.7857rem;
	}
	.after-areaTitle .txt span{
		font-size: 2.5rem;
		margin-bottom: 0.9857rem;
	}
	.after-area-txtArea ul li{
		font-size: 0.928rem;
		padding-bottom: 0.857rem;
	}
	.after-area-txtArea ul li + li{
		margin-top: 1.285rem;
	}
	.after-con .accordion_one{
		padding: 2.5rem 0 2.6428rem;
	}
	.after-con .accordion_one .ac_header .i_box{
		top: 9px;
		width: 14px;
		height: 14px;
	}
	.after-con .accordion_one .ac_header .i_box::before{
		width: 14px;
	}
	.after-con .accordion_one .ac_header .i_box::after{
		border-left: 1px solid rgba(0,0,0,0.7);
		height: 14px;
		right: 6px;
	}
	.af6_faq-head{
		font-size: 1.428rem;
	}
	.af6_faq-inner{
		margin-top: 1.5rem;
	}
	.af6_faq-head, .af6_faq-inner{
		padding-left: 4.6428rem;
	}
	.af6_faq-head .ac_qa.question, .af6_faq-inner .ac_qa.answer{
		width: 19px;
		font-size: 1.6428rem;
	}
	.af6_faq-head .ac_qa.question{
		top: 4px;
	}
	.af6_faq-inner .ac_qa.answer{
		top: 0;
	}
	
}
@media screen and (max-width: 767px){
	.after-areaImg{
		margin-bottom: 2.307rem;
	}
}

/*******************************
/* よくある質問
*******************************/
.page-faq .sq_faq-contents{
	width: 100% !important;
	padding: 0;
}
.page-faq .sq_faq-contents + .sq_faq-contents{
	margin-top: 5.084rem;
}
@media screen and (min-width: 1200px){
	.page-faq .sq_faq-contents + .sq_faq-contents{
		margin-top: 6.7428rem;
	}
}

