@charset "UTF-8";

@font-face {
	font-family: "CenturyGothicCustom";
	src:
		url("../fonts/century-gothic-regular.woff2") format("woff2"),
		url("../fonts/century-gothic-regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "CenturyGothicCustom";
	src:
		url("../fonts/century-gothic-bold.woff2") format("woff2"),
		url("../fonts/century-gothic-bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: 
		url("../fonts/Poppins-Medium.woff") format("woff"),
		url("../fonts/Poppins-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src:
		url("../fonts/Poppins-Bold.woff") format("woff"),
		url("../fonts/Poppins-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}


.cago {
	font-family: "CenturyGothicCustom", sans-serif;
	position: relative;
	padding-right: 0.3em;
	display: inline-block;
	  font-weight: 700;
}

body {
	font-family: "Noto Sans JP", sans-serif;
}

.cago .min {
	font-size: 0.5em!important;
	position: absolute;
	top: 0;
	right: 0;
}



.f_naiyo .wpcf7-list-item.first {

	font-family: "Century Gothic"!important;	
}

@media screen and (max-width: 767px) {

	.cago {
		padding-right: 0.5em;
	}

	.cago .min {
		font-size: 0.6em!important;
		top: 0.3em;
		right: 0.1em;
	}	
}

.cago:not(:has(.min)) {
	padding-right: 0!important;
}

header {
	position: relative;
}

.hdrLg {
	position: absolute;
	top: 0;
	left: 0;
	max-width:100%;
	z-index: 2;
	height: 100px;
}

.hdrLg img {
	width: auto;
	height: 100px;
}

@media screen and (max-width: 1024px) {
	.hdrLg {
		height: 80px;
	}

	.hdrLg img {
		height: 80px;
	}	
}

@media screen and (max-width: 767px) {
	.hdrLg {
		position: relative;
		top: 0;
		left: 0;
		max-width:100%;
		z-index: 2;
		height: 60px;
	}

	.hdrLg img {
		width: auto;
		height: 60px;
	}	
}

/*======================================================================

メインビジュアル

======================================================================*/

.mnAra {
	background: url("../images/main-image.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	height: calc(100svh - 100px);
	font-weight: 700;
	line-height: 1;
	padding-top: 70px;
	min-height: 880px;
}
.mnAra01 {
	color: #38504b;
	font-size: 68px;
	margin-bottom: 10px;
}
.mnAra02 {
	font-size: 52px;
	margin-bottom: 50px;
}
.mnAra03 {
	font-size: 24px;
	line-height: 1.5;
}

.mnAra01 span {
	position: absolute;
}

@media screen and (min-width: 1281px) {
	.mnAra03 br {
		display: none
	}
}


@media screen and (min-width: 1025px) {
	.mnAra .spimg {
		display: none;
	}
}


@media screen and (max-width: 1024px) {

	.mnAra {
		background: none;
		background-color: #bcd9f6;
		padding: 50px 0 0;
		margin: 0;
		min-height: initial;
		height: auto;
	}
	.mnAra01 {
		font-size: 32px;
		margin-bottom: 10px;
		position: relative;
	}
	.mnAra01 span {
		position: absolute;
	}
	
	.mnAra02 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.mnAra03 {

		font-size: 16px;
		position: relative;
		z-index: 2;
	}	
}

@media screen and (max-width: 767px) {
	.gNav li {
		height: 70px;		
		overflow: hidden;
	}
	
	.gNav li:nth-child(2) .gNavTtl {
		padding-top: 0px;
	}
}
/*======================================================================

耐震性と省エネ性に優れた6畳の小屋ユニット。

======================================================================*/

.useAra {
	background: #f1f1e9;
	position: relative;
}
.useCthBox h2 {
	margin-bottom: 150px;
}
.useAraBox {
	box-sizing: border-box;
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}
.useAraBox:before {
	content: "";
	display: block;
	width: 50vw;
	height: 530px;
	background: url("../images/about.jpg") center center no-repeat;
	background-size: cover;
	position: absolute;
	top: -120px;
	right: 550px;
}
.useAraBoxInr {
	position: relative;
	width: 640px;
	background: rgba(255,255,255,0.9);
	box-sizing: border-box;
	padding: 60px 40px;
	text-align: left;
	margin-left: calc(100% - 640px);
	margin-top: 120px;
}
.useAraBoxInr h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 25px;
}

.useAraBoxInr p {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2;
}

@media screen and (min-width: 1025px) {
	.useAra .spimg {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.useCth {
		font-size: 1.6rem;

	}
	.useCthBox {
		margin: 0;
	}
	.useCthBox h2 {
		margin-bottom: 30px;	
	}

	.useAra {
		padding: 30px 20px;
	}
	.useAraBoxInr img {
		width: calc(100% + 60px);
		height: auto;
		margin: 0 -30px 30px;
		
	}
	
	.useAraBoxInr {
		width: 100%;
		margin: 0;
		padding: 30px 0;
	}
	
	.useAraBoxInr h3 {
		font-size: 17px;
		text-align: center;
		letter-spacing: -0.05rem;
		white-space: nowrap
	}
	
	.useAraBoxInr p {
		line-height: 1.5;
		padding: 0 30px;
	}
	.useAraBox::before {
		display: none;
	}
}

/*======================================================================

標準仕様・性能

======================================================================*/

.spcAra {
	padding: 180px 20px;
	position: relative;
}
.spcAra:before {
	content: "SPEC";
	font-weight: 700;
	font-family: "Poppins";
	color: #f1f1e9;
	line-height: 1;
	font-size: 360px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 2000px;
	margin-left: -1000px;
	text-align: center;		
	z-index: -1;
}
.spcAra h2 {
	line-height: 1;
}
.spcInrBox {
	display: flex;
	margin-bottom: 60px;
}
.spcInrBoxL {
	width: 440px;
	margin-right: 60px;
	text-align: center;
}
.spcInrBoxL img {
	width: 100%;
	height: auto;
	max-width: 440px;
	margin-top: 15px;
}
.spcInrBoxR {
	width: calc(100% - 500px);
}
.spcInrBoxR h3 {
	font-size: 36px;
	font-weight: 700;
}
.spcInrBoxR p {
	font-size: 30px;
	font-weight: 700;
}
.spcInrBoxR table {
	border-top: 1px solid #e4e4e4;
	font-size: 18px;
	width: 100%;
}
.spcInrBoxR th {
	border-bottom: 1px solid #e4e4e4;
	font-weight: 600;
	padding: 15px 0;
}
.spcInrBoxR td {
	border-bottom: 1px solid #e4e4e4;
	padding: 15px 0;
}
.cntCth {
	padding: 5px 25px;
}
.cntCthBox {
	margin-bottom: 100px;
}

.cntCth {
	margin: 0 20px;
	padding-bottom: 5px!important;
}
.cntCth strong {
	font-size: 24px;
}
.cntCth strong span {
	font-size: 32px;
}

.spcDtl {
	text-align: center;
	margin-bottom: 100px;
}
.spcDtl h3 {
	font-size: 34px;
	color: #38504b;
	font-weight: 700;
	margin-bottom: 30px;
}
.spcDtl ul {
	display: flex;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 24px;
	gap: 30px;
}
.spcDtl ul li {
	width: 240px;
	font-weight: 600;
	border: 1px solid #030302;
	padding-bottom: 2px;
}
.spcDtl p {
	font-size: 14px;
}
.spcPnt ul {
	display: flex;
	gap: 36px;
}
.spcPnt li {
	width: calc(100% - 24px);
}
.spcPnt li img {
	width: 100%;
	height: auto;
}

.spcPnt li h3:before {
	content: "";
	display: block;
	width: 68px;
	height: 68px;
	margin: -34px auto 5px;
	z-index: 2;
	position: relative;
}

.spcPnt li:nth-child(1) h3:before { background: url("../images/icon01.png"); background-size: contain; }
.spcPnt li:nth-child(2) h3:before { background: url("../images/icon02.png"); background-size: contain; }
.spcPnt li:nth-child(3) h3:before { background: url("../images/icon03.png"); background-size: contain; }

.spcPnt h3 {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}
.spcPnt h4 {
	color: #38504b;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}
.spcPnt p {
	font-size: 16px;
}

@media screen and (max-width: 1024px) {

	.spcAra {
		padding: 50px 0;
		position: relative;
	}
	.spcAra:before {
		font-size: 120px;
	}
	.spcAra h2 {
		line-height: 1;
		margin-bottom: 45px;
	}
	.spcInrBox {
		display: block;
		margin-bottom: 0;
	}
	.spcInrBoxL {
		width: 100%;
		margin: 0;
		padding: 0 30px 30px;
		box-sizing: border-box;
	}
	
	.spcInrBoxL img {
		margin-top: 0;
		max-width: 260px;
	}
	.spcInrBoxR {
		width: 100%;
		margin: 0;
		padding: 0 30px 30px;
		box-sizing: border-box;
	}
	.spcInrBoxR h3 {
		font-size: 24px;
	}
	.spcInrBoxR p {
		font-size: 17px;
		margin-bottom: 20px;
	}
	.spcInrBoxR table {
		font-size: 15px;
	}
	.spcInrBoxR th {
		padding: 15px 0;
	}
	.spcInrBoxR td {
		border-bottom: 1px solid #e4e4e4;
		padding: 15px 0;
	}
	.cntCthBox {
		padding: 0 20px;
		box-sizing: border-box;
	}
	.cntCth {
		margin: 0 20px;
		padding-bottom: 5px!important;
	}
	.cntCth strong {
		font-size: 14px;
	}
	.cntCth strong span {
		font-size: 24px;
	}
	
	
	
	
	.cntCthBox {
		margin-bottom: 30px!important;
	}
	.cntCthInr {
		min-width: auto!important;
		width: 100%;
		box-sizing: border-box;
	}
	
	.spcDtl {
		text-align: center;
		margin-bottom: 30px;
	}
	.spcDtl h3 {
		font-size: 20px;
		padding: 0 20px;
		margin-bottom: 20px;
		white-space: nowrap;
	}

	
	.spcDtl ul {
		display: flex;
		font-size: 13px;
		gap: 9px;
		padding: 0 20px;
	}
	.spcDtl ul li {
		width: auto;
		width: calc(33.33% - 6px);
		letter-spacing: 0;
		white-space: nowrap;
	}
	.spcDtl p {
		font-size: 14px;
		text-align: left;
		padding: 0 20px;
	}
	.spcPnt ul {
		display: block;
	}
	.spcPnt li {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		margin-bottom: 45px;
	}
	.spcPnt li img {
		width: 100%;
		height: auto;
	}

	.spcPnt li h3:before {
		width: 50px;
		height: 50px;
		margin: -25px auto 5px;
	}
	
	.spcPnt h3 {
		font-size: 32px;
	}
	.spcPnt h4 {
		color: #38504b;
		font-size: clamp(13px, 4.03vw, 17px);
		text-align: center;
		margin-bottom: 5px;
	}
	.spcPnt p {
		font-size: 15px;
	}
	
}

/*======================================================================

mita cago®で選べる多彩な仕様

======================================================================*/

.valAra {
	background: #e4e4e4;
	position: relative;
	padding: 0 20px;
}

.valAra:before {
	content: "";
	position: absolute;
	left: 0;
	top: -45px;
	width: 100%;
	height: 50px;
	background: #e4e4e4;
	clip-path: polygon(
		0 50%,
		100% 0,
		100% 100%,
		0 100%
	);
}

.valBox {
	width: 590px;
	position: relative;
	padding: 80px 0;
	padding-right: calc(100% - 590px);
}

.valBox ul {
	display: flex;
	flex-wrap: wrap;
	width: 430px;
	gap: 15px;
	position: absolute;
	top: 80px;
	right: 0;
	flex-wrap: wrap;
}

.valBox ul li {
	width: calc(50% - 15px);
}

.valBox ul img {
	width: 100%;
	height: auto;
}

.valBox h2 {
	color: #258cb3;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 20px;
}


.valBox .p01 {
	font-size: 17px;
	margin-bottom: 30px;
	white-space: nowrap;
	letter-spacing: -0.01rem;
}

.valBox ol {
	border: 1px solid #258cb3;
	padding: 30px;
	background: #fff;
	font-size: 18px;
	list-style: none;
	margin-bottom: 30px;
}


.valBox h3 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 10px;
}


.valBox .p02 {
	font-size: 14px;
}

@media screen and (max-width: 1124px) {
	.valBox {
		width: 500px;
		padding-right: calc(100% - 500px);
	}
	
	.valBox .p01 {
		text-align: center;
	}
}

@media screen and (max-width: 1024px) {

	.valAra {
		padding: 0 20px;
	}

	.valAra:before {
		top: -45px;
	}

	.valBox {
		width: 100%;
		padding: 10px 0 30px;
		box-sizing: border-box;
	}

	.valBox ul {
		flex-wrap: wrap;
		width: 100%;
		gap: 15px;
		box-sizing: border-box;
		position: relative;
		top: auto;
		right: auto;
		flex-wrap: wrap;
		padding: 0 20px;
		margin-bottom: 30px;
	}

	.valBox ul li {
		width: calc(50% - 15px);
	}

	.valBox ul img {
		width: 100%;
		height: auto;
	}

	.valBox h2 {
		font-size: 18px;
		margin-bottom: 15px;
		letter-spacing: -0.02rem;
		white-space: nowrap;
		text-align: center;
		margin-right: 5px;
		font-size: max(18px, 5.8vw);
		white-space: nowrap;		
	}

	.valBox .p01 {
		font-size: 15px;
		margin: 0 0 20px;
		white-space: normal;
	}

	.valBox ol {
		font-size: 15px;
		padding: 20px;
		margin-bottom: 20px;
	}


	.valBox h3 {
		font-size: 20px;
		text-align: center;
	}

}

/*======================================================================

ラインナップ

======================================================================*/

.lupAra {
	padding: 180px 20px 80px;
	position: relative;
	background: none;
}
.lupAra:before {
	content: "LINEUP";
	font-weight: 700;
	font-family: "Poppins";
	color: #f1f1e9;
	line-height: 1;
	font-size: 360px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 2000px;
	margin-left: -1000px;
	text-align: center;		
	z-index: -1;
	white-space: nowrap;
}

.lupAra h2 {
	line-height: 1;
	margin-bottom: 180px;
}

.lupAra ul {
  display: flex;
  gap: 36px;
}

.lupAra ul li {
  width: calc(100% - 24px);
}

.lupAra ul li img {
	width: 100%;
	height: auto;
}

.lupAra ul li h3 {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 0 10px 5px;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.lupAra ul li .lupAraCth {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.lupAra ul li .lupAraTxt {
	font-size :16px;
}

@media screen and (max-width: 1024px) {
	.lupAra {
		padding: 50px 20px 50px;
		position: relative;
		background: none;
	}
	.lupAra:before {
		font-size: 120px;
	}

	.lupAra h2 {
		line-height: 1;
		margin-bottom: 50px
	}

	.lupAra ul {
		gap: 30px;
		flex-direction: column;
	}

	.lupAra ul li {	
		width: 100%;
	}

	.lupAra ul li img {
		width: 100%;
		height: auto;
	}

	.lupAra ul li h3 {
		font-size: 20px;
	}

	.lupAra ul li .lupAraCth {
		font-size: 18px;
	}

	.lupAra ul li .lupAraTxt {
		font-size :15px;
	}		
}

/*======================================================================

mita cago®ができるまで

======================================================================*/

.cntCth {
	/*
	text-shadow:
		0 -2px 0 #000,
		0  2px 0 #000,
		-2px 0 0 #000,
		 2px 0 0 #000,
		-1px -1px 0 #000,
		 1px -1px 0 #000,
		-1px  1px 0 #000,
		 1px  1px 0 #000,
		-1px -2px 0 #000,
		 1px -2px 0 #000,
		-1px  2px 0 #000,
		 1px  2px 0 #000,
		-2px -1px 0 #000,
		 2px -1px 0 #000,
		-2px  1px 0 #000,
		 2px  1px 0 #000;
	*/
}

.utlAra h2 {
	font-weight: 900;
}

.cntCth .marker {
	/*background: linear-gradient(transparent 70%, #f9fb70 30%);*/
	border-bottom: 3px solid #f9fb70;
}

.cntCthBox {
	margin-bottom: 50px
}

.cntCthInr {
	min-width: 400px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.utlLstTtl .tb {
		display: inherit!important;
	}
}

@media screen and (min-width: 360px) {
	.utlAra h2 br {
		display: none;
	}	
}

@media screen and (max-width: 1024px) {
	
	.utlLst li div {
		display: flex;
		align-items: center;
	}
	
	.utlImg {
		width: 70px!important;
	}
	
	.utlAra h2 {
		font-size: 2.4rem;
	}

	.cntCth {
		font-size: 16px;
		margin: 0;
		padding: 0;
	}


	.capLst {
		font-size: 15px;
	}
}

/*======================================================================

mita cago® お客様の活用事例

======================================================================*/

.case {
	padding: 80px 0;
	background: #f1f1e9
}

.caseSlider {
	overflow: hidden;
	padding-bottom: 35px;
}

.caseSlider .slick-list {
	overflow: visible;
}

.caseSlider__item {

	background: #fff;
	padding: 30px;
	margin: 0 15px;
}

.caseSlider__item img {
	display: block;
	width: 100%;
	height: auto;
}

/* 左右を少し薄く */
.caseSlider .slick-slide {
	opacity: .35;
	transition: opacity .4s;
}

.caseSlider .slick-center {
	opacity: 1;
}

/* dots */
.caseSlider .slick-dots {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.caseSlider .slick-dots button {
	width: 18px;
	height: 18px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #ddd;
	font-size: 0;
}

.caseSlider .slick-dots .slick-active button {
	background: #222;
}

@media screen and (max-width: 1024px) {

	.case {
		padding: 50px 0;
	}

	.caseSlider {
		overflow: hidden;
		padding-bottom: 0px;
	}
	.caseSlider__item {

		background: #fff;
		padding: 10px;
		margin: 0 0px;
	}


	.caseSlider .slick-dots button {
		width: 14px;
		height: 14px;
	}
	.caseBox {
		background: #f1f1e9;
		padding: 10px 15px;
	}
	.caseBox h4 {
		border-bottom: 1px solid #222;
		padding: 0 0 5px;
		margin: 0 0 px;
		font-size: 14px;
		font-weight: bold;
	}
	.caseBox p {
		font-size: 12px;
	}
	.caseBox p:not(:last-child){
		margin: 0 0 10px;
	}
	
	.caseBox p .cago {
		font-weight: 400!important;
	}
	
}

@media screen and (max-width: 1024px) {
	
	.case .cntTtl {
		font-size: 2.4rem;
	}

	.caseSlider .slick-track {
		display: flex;
		align-items: stretch;
	}

	.caseSlider .slick-slide {
		height: auto;
		display: flex;
	}

	.caseSlider .slick-slide > div {
		display: flex;
		width: 100%;
		height: 100%;
	}

	.caseSlider__item {
		display: flex !important;
		flex-direction: column;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}

	.caseSlider__item img {
		flex-shrink: 0;
	}

	.caseBox {
		flex: 1;
		height: auto;
	}
}

/*======================================================================

モデルハウスのご案内

======================================================================*/

.mdhAra {
	position: relative;
	background: #f1f1e9;
}
.mdhAra:before {
	content: "MODEL HOUSE";
	font-weight: 700;
	font-family: "Poppins";
	color: #fff;
	line-height: 1;
	font-size: 260px;
	position: absolute;
	top: 50px;
	left: 50%;
	width: 2000px;
	margin-left: -1000px;
	text-align: center;		
	white-space: nowrap;
}

.mdhWrp {
	padding: 150px 0;
}

.mdhAra h2 {
	margin-bottom: 150px;
}

.mdhAra h2 span {
	z-index: 2;
	position: relative;
}

.mdhBox {
	display: flex;
}

.mdhBoxL {
	width: 50%;
	margin-right: 5%;
}

.mdhBoxL h3 {
	font-size: 34px;
	color: #258cb3;
	font-weight: 700;
	margin-bottom: 15px;
	letter-spacing: 0;
}

.mdhBoxL p {
	font-size: 16px;
	margin-bottom: 20px;
}

.mdhBoxL table {
	font-size: 16px;
	border-top :1px solid #cccccc;
	width: 100%;
	margin-bottom: 20px;
}

.mdhBoxL table th {
	border-bottom :1px solid #cccccc;
	padding: 10px 0;
	font-weight: 700;
}

.mdhBoxL table td {
	border-bottom :1px solid #cccccc;
	padding: 10px;
}

.mdhBoxL ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.mdhBoxL ul li {
	width: calc(50% - 10px);
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #258cb3;
	padding: 15px 0;
}

.mdhBoxR {
	width: 45%;
}

.mdhBoxR img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 1024px) {


	.mdhAra:before {
		font-size: 50px;
		top: 40px;
	}

	.mdhWrp {
		padding: 50px 0;
	}

	.mdhAra h2 {
		margin-bottom: 30px;
		font-size: 2.4rem;
	}


	.mdhBox {
		flex-direction: column;
		padding: 0 20px;
	}

	.mdhBoxL {
		width: 100%;
		margin-right: 0;
		order: 2;
	}

	.mdhBoxL h3 {
		font-size: 17px;
		text-align: center;
	}
	

	.mdhBoxL p {
		font-size: 15px;
	}
	.mdhBoxL p br {
		display: none;
	}

	.mdhBoxL table {
		font-size: 15px;
	}

	.mdhBoxL table th {
		white-space: nowrap;
	}


	.mdhBoxL ul {
		gap: 10px;
	}

	.mdhBoxL ul li {
		width: 100%;
		box-sizing: border-box;
		font-size: 14px;
		padding: 10px 0;
	}

	.mdhBoxR {
		width: 100%;
		order: 1;
		box-sizing: border-box;
		padding: 0 30px 30px;
	}	
}

/*======================================================================

詳しく知る

======================================================================*/

.knwAra {
	text-align: center;
	padding: 80px 0;
}

.knwAra .logo {
	margin-bottom: 30px;
}

.knwAra .logo img {
	width: 234px;
	height: auto;
}

.knwAra h2 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 20px;
}

.knwAra .p01 {
	font-size: 30px;
	font-weight: 700;
	color: #38504b;
	margin-bottom: 30px;
}

.knwAra .p02 {
	font-size: 16px;
	margin-bottom: 40px;
}

.knwAra nav {
	display: flex;
	justify-content: center;
}

.abtNav li:nth-child(2) .abtNavTtl {
	padding-top: 10px;
}

.wpcf7-list-item {
	line-height: 1.5;
}

.fltNav li:nth-child(2) a span{
	position: relative;
	left: -7px;
}

.ftrDtaTtl .cagTxt::after {
	right: -4px;
	top: 7px;
}

.knwAra {
	padding: 0;
	display: flex;
}

.knwAra .cntWrp {
	width: 50%;
	box-sizing: border-box;
	padding: 50px;
}

.knwAra:after {
	content: "";
	display: block;
	width: 50%;
	background : url(../images/bg.png) center center no-repeat;
	box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
	.knwAra .logo img {
		width: 300px;
		height: auto;
	}
	
	.knwAra h2 {
		font-size: 32px;
	}
	
	.knwAra .p01 {
		font-size: 24px;
	}
	
	.knwAra .p02 {
		font-size: 14px;
	}
	.knwLgo {
		display: flex;
		background: #000;
		height: 400px;
		align-items: center;
	}
	.knwLgo .logo {
		width: 50%; 
	}
	
	.knwLgo .logo img {
		width: 200px;
		height: 200px;
	}
	.knwAra:after {
		display: none;
	}
	.knwLgo:after {
		content: "";
		display: block;
		width: 50%;
		height: 400px;
		background : url(../images/bg.png) center center no-repeat;
		background-size: cover;
		box-sizing: border-box;
	}
	.knwAra .cntWrp {
		width: 100%;
		padding: 0;
	}
	
	.knwBox {
		padding: 20px;
	}

}

@media screen and (max-width: 1024px) {

	.knwAra {
		padding: 0 0 50px;
	}

	.knwAra .logo {
		margin-bottom: 20px;
	}

	.knwAra .logo img {
		width: 150px;
		height: auto;
	}

	.knwAra h2 {
		font-size: 20px;
	}

	.knwAra .p01 {
		font-size: 14px;
		margin-bottom: 20px;
		text-align: center;
		padding: 0 0;
	}


	.knwAra .p02 {
		font-size: 13px;
		margin-bottom: 30px;
		text-align: center;
		padding: 0 0;
	}
	

	
	.knwLgo {
		height: 200px;
	}
	
	.knwLgo .logo img {
		width: 130px;
		height: 130px;
	}
	.knwLgo:after {
		height: 200px;
	}

}

@media screen and (max-width: 767px) {
	.fltNav li  a {
		height: 60px;
	}
	.fltNav li:nth-child(2) a span {
		left: auto;
		top: 10px;
	}
	.ftrDtaTtl .cagTxt::after {
		right: -4px;
		top: 6px;
	}
	.abtNav li a {
		padding-right: 60px;
	}
	.abtNav li:nth-child(2) .abtNavTtl {
		padding-top: 0;
	}
}

.mdhBtn span {
	background: url(../images/img_model_n.png) left no-repeat, url(../images/arw_rt_wt.png) right no-repeat;
    background-size: auto, auto;
	background-size: 65px auto,30px auto;
}