@charset "UTF-8";

html {
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: 1px;
	overflow-x: hidden;
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #000;
}

body{
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background: #fff;
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.grecaptcha-badge { visibility: hidden; }

#wrapper a:link      { text-decoration: none; color: #00a1ca; }
#wrapper a:visited   { text-decoration: none; color: #00a1ca; }
#wrapper a:hover     { text-decoration: none; }
#wrapper a:active    { text-decoration: none; }

a[href^="tel:"] {
	pointer-events: none;
}

a,:focus {
	outline: none;
}

::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

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

.tb   { display: none!important;}
.tbsp { display: none!important;}
.sp   { display: none!important;}

.pc   { display: block!important;}
.pctb { display: block!important;}
.pcsp { display: block!important;}

.opacity a:hover,
.opacity input:hover {
	opacity: 0.60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none!important;
}

/*======================================================
  common
======================================================*/

.cntWrp {
	max-width: 1100px;
	margin: 0 auto;
}

.cntTtlBox {
	text-align: center;
	margin: 0 0 50px;
}

.cntTtlEn {
	width: 110px;
	height: 40px;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: -0.005em;
	margin: 0 auto 15px;
	padding: 15px 0 0;
	box-sizing: border-box;
	background: url(../images/bg_title.png) top no-repeat ;
	background-size: 110px auto;
}

.cntTtl {
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 1.3;
}

.cntTxt {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8;
}

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

.cntNbrBox {
	width: 150px;
	height: 40px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	padding: 8px;
	box-sizing: border-box;
	background: #000;
}

.cntNbr {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
}

.cntNbr .nbrTxt {
	font-size: 1.8rem;
	color: #00a1ca;
	margin: 0 0 0 5px;
}

.cntCthBox {
	text-align: center;
	margin: 0 0 60px;
}

.cntCthInr {
	min-width: 280px;
	display: inline-block;
	padding: 8px 15px;
	box-sizing: border-box;
	background: #000;
}

.cntCth {
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.3;
	color: #fff;
}

.cntCth .ylTxt {
	color: #f9fb70;
}

.cntCth .blTxt {
	color: #00a1ca;
}

.cntCthEn {
	position: relative;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
	color: #fff;
	margin: 0 0 10px;
}

.cntCthEn:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: -20px;
	width: calc(100% + 40px);
	height: 1px;
	background: rgba(255,255,255,0.35);
}

.cntBtn {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}

.cntBtn a {
	text-align: center;
	display: block;
	padding: 10px 5px;
	border-radius: 8px;
	background: #00a1ca;
}

.cntBtn span {
	display: inline-block;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
	padding: 20px 40px 20px 75px;
}

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

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

.wtLnk a:link,
.wtLnk a:visited {
	color: #fff!important;
}

.bkLnk a:link,
.bkLnk a:visited {
	color: #000!important;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.cntTtlBox {
		margin: 0 0 30px;
	}

	.cntTtlEn {
		width: 100px;
		height: 36px;
		font-size: 1.3rem;
		margin: 0 auto 10px;
		padding: 14px 0 0;
		background-size: 100px auto;
	}

	.cntTtl {
		font-size: 3rem;
	}

	.cntNbrBox {
		width: 140px;
		height: 36px;
		padding: 6px;
	}

	.cntNbr {
		font-size: 1.35rem;
	}

	.cntNbr .nbrTxt {
		font-size: 1.7rem;
	}

	.cntCthBox {
		margin: 0 0 40px;
	}

	.cntCthInr {
		min-width: 260px;
		padding: 6px 10px;
	}

	.cntCth {
		font-size: 1.8rem;
	}

	.cntCthEn {
		font-size: 1.8rem;
	}

	.cntBtn {
		max-width: 360px;
	}

	.cntBtn span {
		font-size: 1.7rem;
		padding: 15px 35px 15px 65px;
	}

	.cptBtn span {
		background: url(../images/img_pamphlet.png) left no-repeat,
		url(../images/arw_rt_wt.png) right no-repeat;
		background-size: 55px auto, 25px auto;
	}

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

@media screen and (max-width:767px) {
	.cntTtlBox {
		margin: 0 0 20px;
	}

	.cntTtlEn {
		width: 90px;
		height: 33px;
		font-size: 1.25rem;
		margin: 0 auto 5px;
		padding: 13px 0 0;
		background-size: 90px auto;
	}

	.cntTtl {
		font-size: 2rem;
	}

	.cntNbrBox {
		width: 100%;
		height: 35px;
		align-items: center;
		justify-content: center;
		padding: 5px;
	}

	.cntNbr {
		font-size: 1.5rem;
	}

	.cntNbr .nbrTxt {
		font-size: 1.6rem;
	}

	.cntCthBox {
		margin: 0 0 30px;
	}

	.cntCthInr {
		min-width: 200px;
		padding: 5px 10px;
	}

	.cntCth {
		font-size: 1.7rem;
	}

	.cntCthEn {
		font-size: 1.7rem;
	}

	.cntBtn {
		max-width: 100%;
	}
	
	.cntBtn a {
		padding: 10px 15px 10px 10px;
	}

	.cntBtn span {
		text-align: left;
		display: block;
		font-size: 1.6rem;
		padding: 5px 25px 5px 60px;
	}

	.cptBtn span {
		background: url(../images/img_pamphlet.png) left no-repeat,
		url(../images/arw_rt_wt.png) right no-repeat;
		background-size: 50px auto, 20px auto;
	}

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

/*======================================================
  header
======================================================*/

header {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	z-index: 10;
}

.hdrTtlBox {
	display: flex;
	align-items: center;
}

.hdrLg {
	max-width: 100px;
	margin: 0 20px 0 0;
}

.hdrTtl {
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 1;
}

.gNav {
	height: 100px;
	display: flex;
	align-items: center;
}

.gNav li {
	min-width: 180px;
}

.gNav li a {
	height: 100%;
	padding: 20px 15px;
	display: block;
}

.gNav li:nth-child(1) a {
	background: #00a1ca;
}

.gNav li:nth-child(2) a {
	background: #f9fb70;
}

.gNav li:nth-child(3) a {
	background: #000;
}

.gNavBox {
	display: flex;
	align-items: center;
}

.gNavImg {
	max-width: 60px;
	margin: 0 10px 0 0;
}

.gNavTtl {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: -0.005em;
}

.gNav li:nth-child(2) a .gNavTtl {
	color: #000!important;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	header {
		height: 80px;
	}

	.hdrLg {
		max-width: 80px;
		margin: 0 10px 0 0;
	}

	.hdrTtl {
		font-size: 3rem;
	}

	.gNav li {
		min-width: 160px;
	}

	.gNav li a {
		padding: 15px 10px;
	}

	.gNavImg {
		max-width: 50px;
	}

	.gNavTtl {
		font-size: 1.5rem;
	}
}

@media screen and (max-width:767px) {
	header {
		height: auto;
		display: block;
	}
	
	.hdrTtlBox {
		width: 100%;
		justify-content: center;
		padding: 10px;
	}

	.hdrLg {
		max-width: 50px;
		margin: 0 10px 0 0;
	}

	.hdrTtl {
		font-size: 2.6rem;
	}
	
	.gNav {
		width: 100%;
		height: auto;
	}

	.gNav li {
		min-width: auto;
		width: 33.33%;
	}

	.gNav li a {
		padding: 7px 5px;
	}
	
	.gNavBox {
		text-align: center;
		display: block;
	}

	.gNavImg {
		max-width: 25px;
		margin: 0 auto 2px;
	}

	.gNavTtl {
		font-size: 1.35rem;
	}
}

/*======================================================
  mnAra
======================================================*/

.mnAra {
	height: 700px;
	position: relative;
	padding: 0 30px;
	box-sizing: border-box;
	z-index: 1;
}

.mnSldLst {
	width: 100%;
	height: 700px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
}

.mnSldLst li {
	height: 700px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mnWrp {
	max-width: 1200px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	display: flex;
	align-items: center;
	z-index: 3;
}

.mnImg {
	max-width: 450px;
	position: absolute;
	bottom: -60px;
	right: 0;
	z-index: 2;
}

.mnCth {
	font-weight: 700;
	font-size: 4rem;
	line-height: 1.5;
	margin: 0 0 15px;
	text-shadow: 0 0 15px rgba(247,226,194,1),
	0 0 15px rgba(247,226,194,1),
	0 0 15px rgba(247,226,194,1);
}

.mnCth rt {
	font-size: 1.4rem;
}

.mnTtlBox {
	margin: 0 0 40px;
}

.mnTtl {
	font-weight: 700;
	font-size: 6rem;
	line-height: 1;
	margin: 0 0 30px;
	text-shadow: 0 0 15px rgba(247,226,194,1),
	0 0 15px rgba(247,226,194,1),
	0 0 15px rgba(247,226,194,1);
}

.mnSubTtl {
	text-align: center;
	display: inline-block;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	padding: 5px 20px 8px;
	background: #000;
}

.mnSubTtl span {
	font-weight: 400;
	font-size: 2.4rem;
}

.dtaLst {
	display: flex;
	margin: 0 -10px;
}

.dtaLst li {
	max-width: 120px;
	margin: 0 10px;
}

.dtaLstCtr {
	width: 120px;
	height: 120px;
	padding: 4px;
	box-sizing: border-box;
	border: solid 1px #f9fb70;
	border-radius: 50%;
}

.dtaLstBox {
	text-align: center;
	width: 110px;
	height: 110px;
	background: #f9fb70;
	border-radius: 50%;
}

.dtaLstTtl {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
	padding: 25px 0 0;
}

.dtaLstTxt {
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: -0.005em;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.mnAra {
		height: 600px;
	}
	
	.mnSldLst {
		height: 600px;
	}

	.mnSldLst li {
		height: 600px;
	}

	.mnImg {
		max-width: 350px;
		bottom: -50px;
		right: -20px;
	}

	.mnCth {
		font-size: 3.6rem;
		margin: 0 0 10px;
	}

	.mnCth rt {
		font-size: 1.3rem;
	}

	.mnTtlBox {
		margin: 0 0 30px;
	}

	.mnTtl {
		font-size: 5rem;
		margin: 0 0 25px;
	}

	.mnSubTtl {
		font-size: 1.8rem;
		padding: 3px 15px 8px;
	}

	.mnSubTtl span {
		font-size: 2.2rem;
	}
	
	.dtaLst {
		margin: 0 -7.5px;
	}
	
	.dtaLst li {
		max-width: 110px;
		margin: 0 7.5px;
	}

	.dtaLstCtr {
		width: 110px;
		height: 110px;
	}

	.dtaLstBox {
		width: 100px;
		height: 100px;
	}

	.dtaLstTtl {
		font-size: 1.7rem;
	}

	.dtaLstTxt {
		font-size: 3.2rem;
	}
}

@media screen and (max-width:767px) {
	.mnAra {
		height: 500px;
	}
	
	.mnSldLst {
		height: 500px;
	}

	.mnSldLst li {
		height: 500px;
	}
	
	.mnWrp {
		padding: 50px 0 0;
		align-items: flex-start;
		justify-content: center;
		box-sizing: border-box;
	}

	.mnImg {
		max-width: 160px;
		bottom: -40px;
		right: calc(50% - 80px);
	}
	
	.mnBox {
		text-align: center;
	}

	.mnCth {
		font-size: 3rem;
		margin: 0 0 10px;
	}
	
	.mnCth:first-letter {
		padding: 0 0 0 15px;
	}
	
	.mnCth rt {
		font-size: 1rem;
	}

	.mnTtlBox {
		margin: 0 0 20px;
	}

	.mnTtl {
		font-size: 4rem;
		margin: 0 0 15px;
	}

	.mnSubTtl {
		font-size: 1.5rem;
		padding: 3px 10px 7px;
	}

	.mnSubTtl span {
		font-size: 1.8rem;
	}
	
	.dtaLst {
		margin: 0 -5px;
	}
	
	.dtaLst li {
		max-width: 90px;
		margin: 0 5px;
	}

	.dtaLstCtr {
		width: 90px;
		height: 90px;
	}

	.dtaLstBox {
		width: 80px;
		height: 80px;
	}

	.dtaLstTtl {
		font-size: 1.4rem;
		padding: 17px 0 0;
	}

	.dtaLstTxt {
		font-size: 2.8rem;
	}
}

/*======================================================
  content
======================================================*/

/* useAra */
.useAra {
	padding: 150px 30px 50px;
}

.useCthBox {
	text-align: center;
	margin: 0 0 140px;
}

.useCth {
	display: inline-block;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.8;
}

.useCth span {
	background: linear-gradient(transparent 70%, #f9fb70 30%);
}

.useLst {
	display: flex;
	margin: 0 -30px;
}

.useLst li {
	width: calc(50% - 60px);
	margin: 0 30px;
}

.useLstTtlBox {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 0 0 20px;
}

.useLstTtl {
	position: relative;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.3;
}

.useLstTtlEn {
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 4.5rem;
	line-height: 1;
	margin: 0 20px 0 0;
	z-index: 10!important;
}

.useLstTtlEn:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 22px;
	width: 18px;
	height: 18px;
	background: #00a1ca;
	border-radius: 50%;
	z-index: -1;
}

.useLstImg {
	margin: 0 0 40px;
}

.useLstCth {
	min-height: 75px;
	font-weight: 900;
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 0 0 40px;
}

.useLstCth .minTxt {
	font-size: 2rem;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.useAra {
		padding: 100px 30px 40px;
	}

	.useCthBox {
		margin: 0 0 90px;
	}

	.useCth {
		font-size: 2.4rem;
	}

	.useLst {
		margin: 0 -15px;
	}

	.useLst li {
		width: calc(50% - 30px);
		margin: 0 15px;
	}

	.useLstTtlBox {
		margin: 0 0 15px;
	}

	.useLstTtl {
		font-size: 2rem;
	}

	.useLstTtlEn {
		font-size: 4rem;
		margin: 0 15px 0 0;
	}

	.useLstTtlEn:before {
		top: 18px;
		left: 20px;
		width: 16px;
		height: 16px;
	}

	.useLstImg {
		margin: 0 0 30px;
	}

	.useLstCth {
		min-height: 55px;
		font-size: 2rem;
		margin: 0 0 30px;
	}

	.useLstCth .minTxt {
		font-size: 1.8rem;
	}
}

@media screen and (max-width:767px) {
	.useAra {
		padding: 60px 20px 30px;
	}

	.useCthBox {
		margin: 0 0 40px;
	}

	.useCth {
		font-size: 2rem;
	}

	.useLst {
		display: block;
		margin: 0;
	}

	.useLst li {
		width: 100%;
		margin: 0;
	}
	
	.useLst li:not(:last-child) {
		margin: 0 0 30px;
	}

	.useLstTtlBox {
		margin: 0 0 10px;
	}

	.useLstTtl {
		font-size: 2rem;
	}

	.useLstTtlEn {
		font-size: 3.2rem;
		margin: 0 10px 0 0;
	}

	.useLstTtlEn:before {
		top: 15px;
		left: 16px;
		width: 14px;
		height: 14px;
	}

	.useLstImg {
		margin: 0 0 15px;
	}

	.useLstCth {
		min-height: auto;
		font-size: 1.8rem;
		margin: 0 0 10px;
	}

	.useLstCth .minTxt {
		font-size: 1.6rem;
	}
}

/* cptAra */
.cptAra {
	padding: 100px 30px 0;
	background: url(../images/txt_concept.png) top no-repeat;
	background-size: 1300px auto;
}

.cptImg {
	max-width: 500px;
	margin: 0 auto 10px;
}

.cptTtl {
	text-align: center;
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 1.3;
	margin: 0 0 40px;
}

.cptDtaLst {
	display: flex;
	justify-content: center;
	margin: 0 -50px 60px;
}

.cptDtaLst li {
	text-align: center;
	margin: 0 50px;
}

 .cptDtaImg {
 	margin: 0 0 10px;
 }

.cptDtaLst li:nth-child(1) .cptDtaImg {
	max-width: 200px;
}

.cptDtaLst li:nth-child(2) .cptDtaImg {
	max-width: 400px;
}

.cptDtaTyp {
	display: inline-block;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1;
	color: #fff;
	padding: 3px 5px 6px;
	background: #000;
}

.cptDtaTyp .ylTxt {
	color: #f9fb70;
	margin: 0 5px 0 0;
}

.cptTxt {
	text-align: center;
	font-weight: 500;
	font-size: 2rem;
	line-height: 2;
	margin: 0 0 40px;
}

.cptAra .dtaLst {
	justify-content: center;
	margin: 0 0 20px;
}

.cptCapTxt {
	text-align: center;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.3;
	margin: 0 0 40px;
}

@media screen and (max-width:1300px) {
	.cptAra {
		background: url(../images/txt_concept.png) top 0 left 20px no-repeat;
		background-size: calc(100% - 40px) auto;
	}
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.cptAra {
		padding: 80px 30px 0;
	}

	.cptImg {
		max-width: 400px;
	}

	.cptTtl {
		font-size: 3rem;
		margin: 0 0 30px;
	}

	.cptDtaLst {
		margin: 0 -30px 40px;
	}

	.cptDtaLst li {
		margin: 0 30px;
	}

	.cptDtaLst li:nth-child(1) .cptDtaImg {
		max-width: 160px;
	}

	.cptDtaLst li:nth-child(2) .cptDtaImg {
		max-width: 340px;
	}

	.cptDtaTyp {
		font-size: 1.5rem;
	}

	.cptDtaTyp .ylTxt {
		margin: 0 3px 0 0;
	}

	.cptTxt {
		font-size: 1.8rem;
		margin: 0 0 30px;
	}

	.cptAra .dtaLst {
		margin: 0 0 15px;
	}

	.cptCapTxt {
		font-size: 1.4rem;
		margin: 0 0 30px;
	}
}

@media screen and (max-width:767px) {
	.cptAra {
		padding: 40px 20px 0;
	}

	.cptImg {
		max-width: 250px;
	}

	.cptTtl {
		font-size: 2.4rem;
		margin: 0 0 20px;
	}

	.cptDtaLst {
		margin: 0 -10px 30px;
	}

	.cptDtaLst li {
		margin: 0 10px;
	}

	.cptDtaLst li:nth-child(1) .cptDtaImg {
		max-width: 160px;
	}

	.cptDtaLst li:nth-child(2) .cptDtaImg {
		max-width: 340px;
	}

	.cptDtaTyp {
		font-size: 1.4rem;
	}

	.cptDtaTyp .ylTxt {
		margin: 0 3px 0 0;
	}

	.cptTxt {
		text-align: left;
		font-size: 1.7rem;
		margin: 0 0 20px;
	}

	.cptAra .dtaLst {
		margin: 0 0 15px;
	}

	.cptCapTxt {
		font-size: 1.3rem;
		margin: 0 0 20px;
	}
}

/* fetAra */
.fetAra {
	padding: 100px 0 0;
}

.fetLst li {
	display: flex;
}

.fetLst li:not(:last-child) {
	margin: 0 0 100px;
}

.fetLstImgBox {
	width: 50%;
}

.fetLst li:nth-child(even) .fetLstImgBox {
	order: 2;
}

.fetLstCntBox {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 50px;
	box-sizing: border-box
}

.fetLst li:nth-child(even) .fetLstCntBox {
	order: 1;
}

.fetLstCntInr {
	max-width: 480px;
}

.fetLst .cntNbrBox {
	margin: 0 0 60px;
}

.fetLstCth {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.3;
	margin: 0 0 15px;
}

.fetLstTtl {
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.3;
	margin: 0 0 30px;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.fetAra {
		padding: 80px 0 0;
	}

	.fetLst li:not(:last-child) {
		margin: 0 0 80px;
	}

	.fetLstCntBox {
		padding: 0 30px;
	}

	.fetLst .cntNbrBox {
		margin: 0 0 40px;
	}

	.fetLstCth {
		font-size: 1.5rem;
	}

	.fetLstTtl {
		font-size: 2.4rem;
		margin: 0 0 20px;
	}
}

@media screen and (max-width:767px) {
	.fetAra {
		padding: 40px 20px 0;
	}
	
	.fetLst li {
		display: block;
	}

	.fetLst li:not(:last-child) {
		margin: 0 0 30px;
	}
	
	.fetLstImgBox {
		width: 100%;
	}

	.fetLstCntBox {
		width: 100%;
		display: block;
		padding: 0;
	}
	
	.fetLstCntInr {
		max-width: 100%;
	}

	.fetLst .cntNbrBox {
		margin: 0 0 20px;
	}

	.fetLstCth {
		font-size: 1.4rem;
	}

	.fetLstTtl {
		font-size: 2rem;
		margin: 0 0 15px;
	}
}

/* utlAra */
.utlAra {
	padding: 100px 30px;
}

.utlLst {
	display: flex;
	margin: 0 0 30px;
	border: solid 1px #e5e5da;
	counter-reset: number 0; 
}

.utlLst li {
	width: 20%;
	height: 80px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.utlLst li:not(:last-child):after {
	content: "";
	position: absolute;
	top: 0;
	right: -19px;
	width: 20px;
	height: 100%;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #fff;
	z-index: 10!important;
}

.utlLst li:nth-child(even) {
	background: #e5e5da;
	z-index: 0;
}

.utlLst li:nth-child(even):after {
	background: #e5e5da;
}

.utlLstTtl {
	position: relative;
	display: inline-block;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1;
	white-space: nowrap;
	padding: 0 0 0 55px;
}

.utlLstTtl:before {
	text-align: center;
	counter-increment: number 1;
	content: counter(number) " ";
	position: absolute;
	top: calc(50% - 12.5px);
	left: 20px;
	width: 25px;
	height: 25px;
	color: #fff;
	padding: 1px 0 0;
	box-sizing: border-box;
	background: #000;
	border: solid 1px #000;
	border-radius: 3px;
}

.utlLst li:nth-child(even) .utlLstTtl:before {
	color: #000;
	background: #fff;
}

.utlImg {
	display: none;
}

.utlImgLst {
	list-style: none;
	display: flex;
	margin: 0 -5px;
}

.utlImgLst li {
	width: calc(20% - 10px);
	margin: 0 5px;
}

.capLst {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.3;
	margin: 30px 0 0;
}

.capLst li {
	position: relative;
	padding: 0 0 0 20px;
}

.capLst li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.capLst li:not(:last-child) {
	margin: 0 0 10px;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.utlAra {
		padding: 80px 30px;
	}

	.utlLst {
		margin: 0 0 20px;
	}

	.utlLst li {
		width: 20%;
		height: 60px;
	}

	.utlLst li:not(:last-child):after {
		right: -14px;
		width: 15px;
	}

	.utlLstTtl {
		font-size: 1.6rem;
		line-height: 1.2;
		padding: 0 0 0 40px;
	}

	.utlLstTtl:before {
		top: calc(50% - 10px);
		left: 15px;
		width: 20px;
		height: 20px;
		padding: 0;
		line-height: 1;
	}

	.utlImgLst {
		margin: 0 -3px;
	}

	.utlImgLst li {
		width: calc(20% - 6px);
		margin: 0 3px;
	}
	
	.capLst {
		margin: 20px 0 0;
	}
}

@media screen and (max-width:767px) {
	.utlAra {
		padding: 40px 20px;
	}
	
	.utlLst {
		width: 100%;
		display: block;
		margin: 0;
	}

	.utlLst li {
		text-align: center;
		width: 100%;
		height: auto;
		display: block;
		padding: 15px;
		box-sizing: border-box;
	}
	
	.utlLst li:not(:first-child) {
		padding: 25px 15px 15px;
	}

	.utlLst li:not(:last-child):after {
		height: 11px;
		width: 100%;
		clip-path: polygon(0 0, 50% 100%, 100% 0);
		top: auto;
		left: 0;
		right: auto;
		bottom: -10px;
	}

	.utlLstTtl {
		display: inline-block;
		font-size: 1.7rem;
		line-height: 1.2;
		padding: 0 0 0 40px;
	}

	.utlLstTtl:before {
		top: calc(50% - 10px);
		left: 15px;
		width: 20px;
		height: 20px;
		padding: 0;
		line-height: 1;
	}
	
	.utlImg {
		display: block;
		margin: 0 0 10px;
		overflow: hidden;
		border-radius: 5px;
	}
	
	.utlImgLst {
		display: none;
	}

	.capLst {
		margin: 20px 0 0;
	}
}

/* lupAra */
.lupAra {
	padding: 100px 30px;
	background: #edede5;
}

.lupLst {
	display: flex;
	margin: 0 -30px;
}

.lupLst li {
	width: calc(50% - 60px);
	position: relative;
	margin: 0 30px;
	padding: 0 0 320px;
	background: #fff;
}

.cntNbrCtr {
	display: flex;
	justify-content: flex-end;
}

.lupLstCntBox {
	padding: 30px;
}

.lupLstTtl {
	font-weight: 700;
	font-size: 3.4rem;
	line-height: 1.3;
	margin: 0 0 20px;
}

.lupLstImg {
	width: 100%;
	height: 320px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.lupLst li:first-child .lupLstImg {
	background: url(../images/bg_lineup_01.jpg) center no-repeat;
	background-size: cover;
}

.lupLst li:last-child .lupLstImg {
	background: url(../images/bg_lineup_02.jpg) center no-repeat;
	background-size: cover;
}

.lupPicLstBox {
	display: flex;
	overflow: hidden;
}

.lupPicLst {
	display: flex;
	list-style: none;
	padding: 0;
	animation: infinity-scroll-left 40s infinite linear 0.5s both;
}

.lupPicLstBox li {
	width: calc(100vw / 3);
}

@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.lupAra {
		padding: 80px 30px;
	}

	.lupLst {
		margin: 0 -15px;
	}

	.lupLst li {
		width: calc(50% - 30px);
		margin: 0 15px;
		padding: 0 0 260px;
	}

	.lupLstCntBox {
		padding: 20px;
	}

	.lupLstTtl {
		font-size: 2.8rem;
		margin: 0 0 15px;
	}

	.lupLstImg {
		height: 260px;
	}
}

@media screen and (max-width:767px) {
	.lupAra {
		padding: 40px 20px;
	}

	.lupLst {
		display: block;
		margin: 0;
	}

	.lupLst li {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.lupLst li:not(:last-child) {
		margin: 0 0 20px;
	}
	
	.lupLstCntBox {
		padding: 15px;
	}

	.lupLstTtl {
		text-align: center;
		font-size: 1.8rem;
		margin: 0 0 10px;
	}

	.lupLstImg {
		position: relative;
		height: 240px;
	}
	
	.lupPicLstBox li {
		width: calc(100vw / 2);
	}
}

/* mdhAra */
.mdhWrp {
	max-width: 1100px;
	margin: 0 auto;
	padding: 100px 30px;
}

.gMapBox {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 30%;
}

.gMapBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mdhPicLst {
	display: flex;
}

.mdhPicLst li {
	width: 50%;
	height: 400px;
}

.mdhPicLst li:nth-child(1) {
	background: url(../images/bg_model_01.jpg) center no-repeat;
	background-size: cover;
}

.mdhPicLst li:nth-child(2) {
	background: url(../images/bg_model_02.jpg) center no-repeat;
	background-size: cover;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.mdhWrp {
		padding: 80px 30px;
	}
	
	.gMapBox {
		padding-top: 35%;
	}

	.mdhPicLst li {
		height: 250px;
	}
}

@media screen and (max-width:767px) {
	.mdhWrp {
		padding: 40px 20px;
	}
	
	.gMapBox {
		padding-top: 60%;
	}

	.mdhPicLst li {
		height: 150px;
	}
}

/* abtAra */
.abtAra {
	padding: 100px 30px;
	background: url(../images/bg_about.png) right calc(50% - 200px) center no-repeat #eef3ef;
	background-size: auto 100%;
}

.abtWrp {
	max-width: 1200px;
	margin: 0 auto; 
}

.abtBox {
	display: flex;
}

.abtCntBox {
	max-width: 450px;
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 50px 0 0;
}

.abtImg {
	max-width: 300px;
	margin: 0 0 30px;
}

.abtTtl {
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 1.3;
	margin: 0 0 40px;
}

.abtNavBox {
	width: calc(100% - 500px);
	display: flex;
	align-items: flex-end;
}

.abtNav {
	display: flex;
	align-items: center;
	margin: 0 -25px;
}

.abtNav li {
	width: 190px;
	height: 190px;
	margin: 0 25px;
	border-radius: 50%;
}

.abtNav li:nth-child(1) {
	background: url(../images/arw_rt_wt.png) bottom 25px center no-repeat #00a1ca;
	background-size: 30px auto;
}

.abtNav li:nth-child(2) {
	background: url(../images/arw_rt_bk.png) bottom 25px center no-repeat #f9fb70;
	background-size: 30px auto;
}

.abtNav li:nth-child(3) {
	background: url(../images/arw_rt_wt.png) bottom 25px center no-repeat #000;
	background-size: 30px auto;
}

.abtNav li a {
	display: block;
	padding: 0 20px 20px;
}

.abtNavImg {
	max-width: 100px;
	margin: -10px auto 5px;
}

.abtNavTtl {
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
}

.abtNav li:nth-child(2) .abtNavTtl {
	color: #000!important;
}

.abtAra .cntTxt {
	text-shadow: 0 0 10px rgba(238,243,239,0.9),
	0 0 10px rgba(238,243,239,0.9),
	0 0 10px rgba(238,243,239,0.9),
	0 0 10px rgba(238,243,239,0.9);
}

@media screen and (max-width:1400px) {
	.abtAra {
		background: url(../images/bg_about.png) right calc(50% - 150px) center no-repeat #eef3ef;
		background-size: 900px auto;
	}

	.abtCntBox {
		max-width: 330px;
		margin: 0 20px 0 0;
	}

	.abtNavBox {
		width: calc(100% - 350px);
	}

	.abtNav {
		justify-content: center;
		margin: 0 -15px;
	}

	.abtNav li {
		width: 180px;
		height: 180px;
		margin: 0 15px;
	}

	.abtNav li a {
		padding: 0 15px 15px;
	}

	.abtNavImg {
		max-width: 90px;
		margin: -5px auto 5px;
	}

	.abtNavTtl {
		font-size: 1.7rem;
	}
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.abtAra {
		padding: 0;
		background: none;
	}
	
	.abtBox {
		padding: 80px 30px;
		display: block;
		background: url(../images/bg_about.png) right calc(50% - 150px) top 30px no-repeat #eef3ef;
		background-size:  800px auto;
	}
	
	.abtCntBox {
		max-width: 100%;
		margin: 0 0 60px;
	}
	
	.abtImg {
		max-width: 300px;
		margin: 0 0 30px;
	}

	.abtTtl {
		font-size: 3rem;
		margin: 0 0 30px;
	}

	.abtNavBox {
		width: 100%;
	}
	
	.abtNavBox nav {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.abtAra {
		padding: 0;
		background: none;
	}
	
	.abtBox {
		padding: 40px 20px 330px;
		display: block;
		background: url(../images/bg_about.png) right calc(50% + 0px) bottom no-repeat #eef3ef;
		background-size:  400px auto;
	}
	
	.abtCntBox {
		max-width: 100%;
		display: block;
		margin: 0 0 30px;
	}
	
	.abtImg {
		max-width: 250px;
		margin: 0 auto 15px;
	}

	.abtTtl {
		text-align: center;
		font-size: 2rem;
		margin: 0 0 15px;
	}

	.abtNavBox {
		width: 100%;
	}
	
	.abtNavBox nav {
		width: 100%;
	}
	
	.abtNav {
		display: block;
		margin: 0;
	}
	
	.abtNav li {
		width: 100%;
		height: auto;
		margin: 0;
		box-sizing: border-box;
		border-radius: 5px;
	}
	
	.abtNav li:not(:last-child) {
		margin: 0 0 15px;
	}

	.abtNav li:nth-child(1) {
		background: url(../images/arw_rt_wt.png) right 15px center no-repeat #00a1ca;
		background-size: 20px auto;
	}

	.abtNav li:nth-child(2) {
		background: url(../images/arw_rt_bk.png) right 15px center no-repeat #f9fb70;
		background-size: 20px auto;
	}

	.abtNav li:nth-child(3) {
		background: url(../images/arw_rt_wt.png) right 15px center no-repeat #000;
		background-size: 20px auto;
	}

	.abtNav li a {
		display: block;
		padding: 10px 30px 10px 10px;
	}
	
	.abtNavInr {
		display: flex;
		align-items: center;
	}

	.abtNavImg {
		max-width: 50px;
		margin: 0 5px 0 0;
	}

	.abtNavTtl {
		text-align: left;
		font-size: 1.5rem;
		letter-spacing: -0.005em;
	}
}

/* frmAra */
.frmAra {
	padding: 100px 30px;
	background: #edede5;
}

.frmWrp {
	max-width: 1000px;
	margin: 0 auto;
}

.errBox {
	margin: 0 0 50px;
	padding: 15px;
	background: #fff;
	border: solid 1px #ec0000;
}

.errLst {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #ec0000;
}

.errLst li:not(:last-child) {
	margin: 0 0 10px;
}

.errTxt {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #ec0000;
	margin: 10px 0 0;
}

.frmLst {
	margin: 0 0 50px;
}

.frmLst li:not(.frmSlcLst li) {
	display: flex;
}

.frmLst li:not(:last-child,.frmSlcLst li) {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: solid 1px #fff;
}

.frmLstTtlBox {
	max-width: 280px;
	width: 100%;
	display: flex;
	margin: 0 20px 0 0;
}

.frmIcnBox {
	margin: 0 15px 0 0;
}

.frmReqIcn {
	text-align: center;
	display: inline-block;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.3;
	color: #fff;
	padding: 3px 5px;
	background: #000;
}

.frmAnyIcn {
	text-align: center;
	display: inline-block;
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.3;
	padding: 3px 5px;
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #000;
}

.frmLstTtl {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
}

.frmLstCapTxt {
	font-weight: 500;
	font-size: 1.4rem;
}

.frmLstCntBox {
	width: calc(100% - 300px);
}

.frmBox01 {
	width: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #000;
	padding: 15px 15px;
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #828282;
}

.frmBox02 {
	width: 200px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #000;
	padding: 20px 15px;
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #828282;
}

.frmBox03 {
	width: 100%;
	height: 240px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #000;
	padding: 20px 15px;
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #828282;
}

input::placeholder,
textarea::placeholder {
	color: #a2a2a2;
}

.frmLstAdd {
	margin: 0 0 15px;
}

.frmSlcLst {
	display: flex;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
}

.frmSlcLst li:not(:last-child) {
	margin: 0 30px 0 0;
}

.frmSlcLst .wpcf7-list-item {
	margin-right: 20px;
	display: inline-block;
}

.frmSlcLst .wpcf7-list-item input {
	margin: 8px 10px 0 0;
}

.frmBtn {
	display: flex;
	justify-content: flex-end;
}

.frmBtn input {
	text-align: left;
	max-width: 700px;
	width: 100%;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1;
	color: #fff;
	padding: 40px 15px;
	background: url(../images/arw_lg_wt.png) right 15px center no-repeat #00a1ca;
	background-size: 80px auto;
	border: none;
	border-radius: 10px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.frmBtn input:hover {
	background: url(../images/arw_lg_wt.png) right 15px center no-repeat #000;
	background-size: 80px auto;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.frmAra {
		padding: 80px 30px;
	}

	.errBox {
		margin: 0 0 30px;
		padding: 10px;
	}
	
	.errLst {
		font-size: 1.5rem;
	}

	.errTxt {
		font-size: 1.5rem;
	}

	.frmLst {
		margin: 0 0 30px;
	}

	.frmLst li:not(:last-child,.frmSlcLst li) {
		margin: 0 0 15px;
		padding: 0 0 15px;
	}

	.frmLstTtlBox {
		max-width: 235px;
		margin: 0 15px 0 0;
	}

	.frmIcnBox {
		margin: 0 10px 0 0;
	}

	.frmLstTtl {
		font-size: 1.6rem;
	}

	.frmLstCapTxt {
		font-size: 1.3rem;
	}

	.frmLstCntBox {
		width: calc(100% - 250px);
	}

	.frmBox01 {
		font-size: 1.6rem;
		padding: 15px;
	}

	.frmBox02 {
		width: 180px;
		font-size: 1.6rem;
		padding: 15px;
	}

	.frmBox03 {
		height: 200px;
		font-size: 1.6rem;
		padding: 15px;
	}

	.frmSlcLst {
		font-size: 1.6rem;
	}

	.frmSlcLst li:not(:last-child) {
		margin: 0 20px 0 0;
	}

	.frmSlcLst li input {
		margin: 6px 8px 0 0;
	}

	.frmBtn input {
		max-width: 500px;
		font-size: 1.6rem;
		margin: 0 auto;
		padding: 30px 15px;
		border-radius: 8px;
	}
}

@media screen and (max-width:767px) {
	.frmAra {
		padding: 40px 20px;
	}

	.errBox {
		margin: 0 0 20px;
		padding: 10px;
	}
	
	.errLst {
		font-size: 1.4rem;
	}

	.errTxt {
		font-size: 1.4rem;
		margin: 10px 0 0;
	}

	.frmLst {
		margin: 0 0 20px;
	}
	
	.frmLst li:not(.frmSlcLst li) {
		display: block;
	}
	
	.frmLst li:not(:last-child,.frmSlcLst li) {
		margin: 0 0 15px;
		padding: 0 0 15px;
	}

	.frmLstTtlBox {
		max-width: 100%;
		margin: 0 0 10px;
	}

	.frmIcnBox {
		margin: 0 10px 0 0;
	}

	.frmLstTtl {
		font-size: 1.6rem;
	}

	.frmLstCapTxt {
		font-size: 1.3rem;
	}

	.frmLstCntBox {
		width: 100%;
	}

	.frmBox01 {
		font-size: 1.6rem;
		padding: 10px;
	}

	.frmBox02 {
		width: 180px;
		font-size: 1.6rem;
		padding: 10px;
	}

	.frmBox03 {
		height: 150px;
		font-size: 1.6rem;
		padding: 10px;
	}

	.frmLstAdd {
		margin: 0 0 10px;
	}

	.frmSlcLst {
		display: block;
		font-size: 1.6rem;
	}

	.frmSlcLst li:not(:last-child) {
		margin: 0 0 15px;
	}

	.frmSlcLst li input {
		margin: 6px 5px 0 0;
	}

	.frmBtn input {
		font-size: 1.6rem;
		padding: 25px 15px;
		background: url(../images/arw_rt_wt.png) right 15px center no-repeat #00a1ca;
		background-size: 20px auto;
		border-radius: 6px!important;
	}
	
	.frmBtn input:hover {
		background: url(../images/arw_rt_wt.png) right 15px center no-repeat #000;
		background-size: 20px auto;
	}
}

.screen-reader-response {
	display: none;
}

.wpcf7-not-valid-tip {
	display: none;
}

/*======================================================
  footer
======================================================*/

.ptpBtn {
	position: fixed;
	bottom: 140px;
	right: 30px;
	z-index: 100;
}

.ptpBtn a {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.3;
	padding: 5px 0 5px 15px;
	background: url(../images/arw_tp_gr.png) left no-repeat;
	background-size: 10px auto;
}

.ptpBtn a:link,
.ptpBtn a:visited {
	color: #575757!important;
}

.linBtn {
	max-width: 300px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}

.fltNavBox {
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 100;
}

.fltNav {
	background: #fff;
}

.fltNav li {
	width: 60px;
}

.fltNav li a {
	width: 60px;
	display: block;
	font-weight: 700;
	font-size: 1.45rem;
	line-height: 1.1;
	writing-mode: vertical-rl;
	text-orientation: upright;
	padding: 50px 15px 20px;
	box-sizing: border-box;
}

.fltNav li:nth-child(2) a:link,
.fltNav li:nth-child(2) a:visited {
	color: #000!important;
}

.fltNav li:nth-child(1) a {
	background: url(../images/icn_pamphlet_wt.png) top 20px center no-repeat #00a1ca;
	background-size: 20px auto;
}

.fltNav li:nth-child(2) a {
	background: url(../images/icn_contact_bk.png) top 20px center no-repeat #f9fb70;
	background-size: 20px auto;
}

.fltNav li:nth-child(3) a {
	background: url(../images/icn_model_wt.png) top 20px center no-repeat #000;
	background-size: 20px auto;
}

/* ftrAra */
.ftrAra {
	background: #000;
}

.ftrBox {
	display: flex;
	padding: 30px 30px 100px;
}

.ftrCntBox {
	max-width: 600px;
	width: 100%;
	margin: 0 50px 0 0;
}

.ftrDtaBox {
	display: flex;
	align-items: center;
	margin: 0 0 30px;
}

.ftrDtaLg {
	max-width: 120px;
	margin: 0 20px 0 0;
}

.ftrDtaCntBox {
	color: #fff;
}

.ftrDtaTtl {
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.3;
	margin: 0 0 10px;
}

.ftrDtaNme {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.3;
	margin: 0 0 5px;
}

.ftrDtaAdd {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.3;
}

.ftrSubNavBox {
	max-width: 450px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ftrSubNav {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.3;
}

.ftrSubNav li {
	position: relative;
}

.ftrNav li:not(:last-child),
.ftrSubNav li:not(:last-child) {
	margin: 0 40px 0 0;
}

.ftrNav li:not(:last-child):before,
.ftrSubNav li:not(:last-child):before {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	right: -20px;
	width: 1px;
	height: 14px;
	background: rgba(255,255,255,0.25);
}

.ftrSubNav li span {
	padding: 0 0 0 20px;
}

.ftrSubNav li:nth-child(1) span {
	background: url(../images/icn_tel_gr.png) left no-repeat;
	background-size: 15px auto;
}

.ftrSubNav li:nth-child(2) span {
	background: url(../images/icn_other_gr.png) left no-repeat;
	background-size: 15px auto;
}

.ftrSnsNav {
	display: flex;
	align-items: center;
}

.ftrSnsNav li:not(:last-child) {
	margin: 0 10px 0 0;
}

.ftrSnsNav li img {
	max-width: 25px;
}

.ftrNavBox {
	width: calc(100% - 650px);
	padding: 50px 0 0;
}

.ftrNav {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.3;
}

.ftrNav li {
	position: relative;
}

.ftrNav li span {
	padding: 0 0 0 30px;
}

.ftrNav li:nth-child(1) span {
	background: url(../images/icn_pamphlet_gr.png) left no-repeat;
	background-size: 20px auto;
}

.ftrNav li:nth-child(2) span {
	background: url(../images/icn_contact_gr.png) left no-repeat;
	background-size: 20px auto;
}

.ftrNav li:nth-child(3) span {
	background: url(../images/icn_model_gr.png) left no-repeat;
	background-size: 20px auto;
}

.cpyTxt {
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
	padding: 20px 30px;
	background: #333;
}

@media screen and (min-width:1040px) and (max-width:1500px) {
	.ftrNavBox {
		padding: 20px 0 0;
	}

	.ftrNav {
		display: block;
	}
	
	.ftrNav li:not(:last-child) {
		margin: 0 0 10px;
	}
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.ptpBtn {
		bottom: 115px;
		right: 30px;
	}

	.linBtn {
		max-width: 240px;
		bottom: 20px;
		right: 20px;
	}

	.fltNavBox {
		top: 80px;
	}

	.fltNav li {
		width: 50px;
	}

	.fltNav li a {
		width: 50px;
		font-size: 1.4rem;
		padding: 45px 10px 15px;
	}

	.fltNav li:nth-child(1) a {
		background: url(../images/icn_pamphlet_wt.png) top 15px center no-repeat #00a1ca;
		background-size: 20px auto;
	}

	.fltNav li:nth-child(2) a {
		background: url(../images/icn_contact_bk.png) top 15px center no-repeat #f9fb70;
		background-size: 20px auto;
	}

	.fltNav li:nth-child(3) a {
		background: url(../images/icn_model_wt.png) top 15px center no-repeat #000;
		background-size: 20px auto;
	}

	.ftrBox {
		display: block;
		padding: 20px 30px 100px;
	}

	.ftrCntBox {
		max-width: 500px;
		margin: 0 auto 30px;
	}

	.ftrDtaBox {
		justify-content: center;
		margin: 0 0 15px;
	}

	.ftrDtaLg {
		max-width: 100px;
		margin: 0 15px 0 0;
	}

	.ftrDtaTtl {
		font-size: 2.4rem;
		margin: 0 0 10px;
	}

	.ftrDtaNme {
		font-size: 1.7rem;
	}

	.ftrSubNavBox {
		max-width: 400px;
		margin: 0 auto;
	}

	.ftrSubNav {
		font-size: 1.7rem;
	}

	.ftrNavBox {
		width: 100%;
		padding: 0;
	}

	.ftrNav {
		justify-content: center;
	}

	.cpyTxt {
		text-align: center;
	}
}

@media screen and (max-width:767px) {
	.ptpBtn {
		bottom: 75px;
		right: 15px;
	}
	
	.ptpBtn a {
		font-size: 1.3rem;
		background-size: 7.5px auto;
	}
	
	.linBtn {
		max-width: 50px;
		bottom: 75px;
		left: 15px;
	}

	.fltNavBox {
		width: 100%;
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
	}
	
	.fltNav {
		width: 100%;
		display: flex;
	}
	
	.fltNav li {
		width: 33.33%;
	}

	.fltNav li a {
		text-align: center;
		width: 100%;
		font-size: 1.35rem;
		padding: 23px 5px 5px;
		writing-mode: horizontal-tb;
	}

	.fltNav li:nth-child(1) a {
		background: url(../images/icn_pamphlet_wt.png) top 7px center no-repeat #00a1ca;
		background-size: 15px auto;
	}

	.fltNav li:nth-child(2) a {
		background: url(../images/icn_contact_bk.png) top 7px center no-repeat #f9fb70;
		background-size: 15px auto;
	}

	.fltNav li:nth-child(3) a {
		background: url(../images/icn_model_wt.png) top 7px center no-repeat #000;
		background-size: 15px auto;
	}

	.ftrBox {
		display: block;
		padding: 20px 20px 60px;
	}

	.ftrCntBox {
		max-width: 500px;
		margin: 0 auto 30px;
	}

	.ftrDtaBox {
		justify-content: center;
		margin: 0 0 20px;
	}

	.ftrDtaLg {
		max-width: 100px;
		margin: 0 15px 0 0;
	}

	.ftrDtaTtl {
		font-size: 2.2rem;
		margin: 0 0 10px;
	}

	.ftrDtaNme {
		font-size: 1.6rem;
	}

	.ftrSubNavBox {
		max-width: 400px;
		display: block;
		margin: 0 auto;
	}

	.ftrSubNav {
		justify-content: center;
		font-size: 1.6rem;
		margin: 0 0 20px;
	}
	
	.ftrSubNav li:not(:last-child) {
		margin: 0 30px 0 0;
	}

	.ftrSubNav li:not(:last-child):before {
		top: calc(50% - 6px);
		right: -15px;
		height: 12px;
	}
	
	.ftrSnsNav {
		justify-content: center;
	}
	
	.ftrSnsNav li img {
		max-width: 30px;
	}
	
	.ftrNavBox {
		width: 100%;
		padding: 0;
	}

	.ftrNav {
		display: block;
	}
	
	.ftrNav li:not(:last-child) {
		margin: 0 0 10px;
	}
	
	.ftrNav li:not(:last-child):before {
		content: none;
	}
	
	.ftrNav a {
		display: block;
		padding: 15px;
		border: solid 1px #333;
		border-radius: 4px;
	}

	.cpyTxt {
		text-align: center;
		margin: 0 0 57.5px;
		padding: 15px 20px;
	}
}

/*======================================================
  thanks
======================================================*/

/* thkAra */
.thkAra {
	padding: 100px 30px;
	background: #edede5;
}

.thkWrp {
	max-width: 1000px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	background: #fff;
}

.thkCntBox {
	text-align: center;
}

.thkLg {
	max-width: 200px;
	margin: 0 auto 30px;
}

.thkTtl {
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.3;
	margin: 0 0 30px;
}

.thkTxt {
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.6;
	margin: 0 0 50px;
}

@media screen and (min-width:768px) and (max-width:1040px) {
	.thkAra {
		padding: 80px 30px;
	}

	.thkWrp {
		padding: 30px;
	}

	.thkLg {
		max-width: 150px;
		margin: 0 auto 20px;
	}

	.thkTtl {
		font-size: 2.6rem;
		margin: 0 0 20px;
	}

	.thkTxt {
		font-size: 1.8rem;
		margin: 0 0 30px;
	}
}

@media screen and (max-width:767px) {
	.thkAra {
		padding: 40px 20px;
	}

	.thkWrp {
		padding: 15px;
	}

	.thkLg {
		max-width: 100px;
		margin: 0 auto 15px;
	}

	.thkTtl {
		font-size: 2rem;
		margin: 0 0 15px;
	}

	.thkTxt {
		text-align: left;
		font-size: 1.6rem;
		margin: 0 0 20px;
	}
}

.frmBtn input:disabled {
	background-color: #666!important;
	cursor: default!important;
}

.frmBtn input:disabled:hover {
	background-color: #666!important;
	cursor: default!important;
}

.wpcf7-response-output {
	display: none;
}

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

TB

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

@media screen and (min-width:768px) and (max-width:1040px) {

	.pc   { display: none!important;}
	.pcsp { display: none!important;}
	.sp   { display: none!important;}
	
	.pctb { display: block!important;}
	.tb   { display: block!important;}
	.tbsp { display: block!important;}

}

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

SP

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

@media screen and (max-width:767px) {
	
	.pc   { display: none!important;}
	.tb   { display: none!important;}
	.pctb { display: none!important;}
	
	.pcsp { display: block!important;}
	.tbsp { display: block!important;}   
	.sp   { display: block!important;}
	
	.opacity a:active {
		opacity: 0.50;
		filter: alpha(opacity=50);
		-ms-filter: "alpha(opacity=50)";
		-moz-opacity: 0.50;
		-khtml-opacity: 0.50;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		text-decoration: none!important;
	}
	
	a[href^="tel:"] {
		pointer-events: auto!important;
	}
	
	input[type="button"],input[type="text"],input[type="submit"],input[type="image"],input[type="date"],textarea, select {
		-webkit-appearance: none;
		border-radius: 0;
	}

}