@charset "utf-8";
/* 

	color:#86979C;

 */
/* // base
----------------------------------------------- */
html, body {
	min-height:100vh;
	color:#fff;
	font-weight: 400;
	background-color:#000;
	line-height:2;
	font-size:17px;
	font-family: 'Open Sans', sans-serif;
}
html {
}
html.on {
	overflow:auto;
}
html{
}
body {
	padding-top:0;
}

body.pageBg1 {
}
a {
    color: #fff;
}
a:not(.nohover):hover {
    color: #DDD;
}


/* ________SP________ */
@media screen and (max-width: 800px)  {
	html, body {
		// padding-top:50px;
		font-size:14px;
	}
}


/* // Container / ContentsWrap
----------------------------------------------- */
#Container {
	position:relative;
	margin:0 auto;
	overflow:hidden;
}
html.top #Container {
	padding-top:0;
}
#ContentsWrap {
	position:relative;
	z-index:50;
	margin:0 auto;
	padding-bottom:120px;
	min-height: 400px;
}

html.top #ContentsWrap {
/* 
	margin-top:100vh;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.14);
 */
	padding-top:150px;
	background-color: #FFF;
}
#ContentsWrap.noTitle {
}

#luxy {
	padding-top: 120px;
}

/* ________SP________ */
@media screen and (max-width: 800px)  {
	#Container {
		padding-top:0px;
	}
	#ContentsWrap {
		padding-bottom:45px;
		min-height: 300px;
	}
	#ContentsWrap.noTitle {
		padding-top:45px;
	}
	html.top #ContentsWrap {
		padding-top:80px;
	}
	#luxy {
		padding-top: 90px;
		margin-top: -90px;
	}

}

/* // formStyleA
----------------------------------------------- */
.formStyleA .checkbox:before {
	border-right-color: #000;
	border-bottom-color:  #000;
}
.formStyleA .radio:before {
	background-color: #000;
}
.formStyleA input[type="button"],
.formStyleA input[type="submit"],
.formStyleA button[type="button"],
.formStyleA button[type="submit"]:not(.btnSubmit),
.formStyleA button.submit{
	background-color: #000;
}

.formStyleA input[type="button"]:before,
.formStyleA input[type="submit"]:before,
.formStyleA button[type="button"]:before,
.formStyleA button[type="submit"]:not(.btnSubmit):before,
.formStyleA button.submit:before{
	background-color: #fff !important;
	opacity: 0.3;
}
.formStyleA select:focus,
.formStyleA input:focus,
.formStyleA textarea:focus {
	border-color:#000 !important;
	outline: 1px solid #000;
}
.formStyleA select{
	border-radius: 0px;
}


/* // ボタン設定
----------------------------------------------- */
.btnA{
	min-width: 0;
	color:#FFF;
	background-color: #000;
	height:90px;
	width:420px;
}
.btnA .icon{
	right:17px;
	font-size: 14px;
}
.btnA .tx{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	align-content:center;
	-ms-align-content:center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	height:100%;
	font-size: 17px;
	font-weight: 500;
	line-height:1.3;
}
.btnA:before{
	background-color: #FFF;
	opacity:0.08;
}
.btnA.cv1{
	background-color: #081018;
	font-weight: 600;
}
.btnA.cv1:before{
	background-color: #FFF;
	opacity:0.12;
}
.btnA.cv2{
	background-color: #326E61;
	font-weight: 600;
}


.btnA.b1{
}




/* ________SP________ */
@media screen and (max-width: 800px)  {
	.btnA {
		min-width:0;
		max-width: 100%;
	}
	.btnA{
		height:80px;
		width:100%;
	}
	.btnA .icon{
		right:10px;
		font-size: 12px;
	}
	.btnA .tx{
		font-size: 15px;
	}
	.btnA.cv{
	}
	.btnA.cv .tx{
	}
	.btnA.cv .en {
		display:block;
		margin-bottom: 9px;
		font-weight: 600;
		color:#9BB092;
		font-size: 17px;
		letter-spacing: 3px;
		width: 100%;
	}
	.btnA.cv .ja {
		font-size: 14px;
	}

	.btnA.b1{
	}
}


/* // tableA
----------------------------------------------- */
.tableA > tbody > tr > th {
	text-align:left;
}



/* // カラー設定
----------------------------------------------- */
.fcWhite {	color:#fff !important;	}

.fcA {	color:#3E8476;	}



/* // bg
----------------------------------------------- */
.bgcA {
	background-color: #232C31 !important;
}
.bgcBlack {
	background-color: #000 !important;
}
.bgcWhite {
	background-color:#fff !important;
}

.bgImg1 {
	background:url(../img/cmn_bg_01.jpg) no-repeat center center  / cover;
}

/* ________SP________ */
@media screen and (max-width: 800px)  {

}



/* // sp_modalMenu //
----------------------------------------------- */
/* ________PC________ */
@media screen and (min-width: 801px)  {
	.sp_modalMenu {
		display:none !important;
	}
}
/* ________SP________ */
@media screen and (max-width: 800px)  {
	.sp_modalMenu {
		display:block !important;
	}
}

.sp_modalMenu .modalNavilistA {
	padding-top:17px;
	padding-bottom:10px;
	font-weight:400;
	color:#000 !important;
}
.sp_modalMenu .modalNavilistA li {
	line-height:1.4;
	border:0 !important;
	position:relative;
}
.sp_modalMenu .modalNavilistA li.parent {
	/*! border-bottom:1px dotted #AEAEAE !important; */
}
.sp_modalMenu .modalNavilistA li.parent:first-of-type {
	// border-top:1px dotted #AEAEAE !important;
}
.sp_modalMenu .modalNavilistA li a {
	padding:17px 15px 17px 27px;
	display:block;
	position:relative;
	color:#fff !important;
	font-size: 106%;
}
.sp_modalMenu .modalNavilistA li.parent > a:not(.noClose):after {
	position: absolute;
	right:21px;
	top: 50%;
	font-size:70%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content:"";
	font-family: iconfontA;
	color: #273C7C;
}
.sp_modalMenu .modalNavilistA li.parent.on > a:after {
	display: none;
}
/*
.sp_modalMenu .modalNavilistA li.parent > a.noClose:after {
	content:"\e917";
}
.sp_modalMenu .modalNavilistA li.parent > a.noClose.minus:after {
	content:"\e915";
}
 */
.modalMenuBox .modalNavilistA li.parent .naviChildrenWrap {
	display:block;
}
.modalMenuBox .modalNavilistA li.parent.on .naviChildrenWrap {
	display:block;
}

.sp_modalMenu .modalNavilistA li.child._1 {
	margin-left: 20px;
}
.sp_modalMenu .modalNavilistA li.child a {
	padding:8px 8px;
	color:#000;
}
.modalMenuBox .modalNavilistA .naviChildren {
	padding-top: 0px;
	padding-bottom: 11px;
	padding-left: 40px;
	font-size: 90%;
	font-weight:300;
	margin-top: 0px;
	/*! display: none; */
}
.sp_modalMenu .modalNavilistA li.parent.on > a,
.sp_modalMenu .modalNavilistA li.child.on a {
	/*! background-color:#FFEBEE; */
	font-weight:500;
	color:#273C7C !important;
}
.sp_modalMenu .modalNavilistA li.on > a:before {
	 content:" ";
	 position:absolute;
	 display:block;
	 width:11px;
	 height:3px;
	 background-color:#273C7C;
	 left:10px;
	 top:50%;
	 transform: translateY(-50%);
}
.sp_modalMenu .modalNavilistA li.child.on a:before {
	 content:" ";
	 position:absolute;
	 display:block;
	 background-color:#273C7C;
	 top:50%;
	 transform: translateY(-50%);
	 width:10px;
	 height:2px;
	 left:-8px;
}

.sp_modalMenu .modalNavilistA li.parent a:not(.noClose) {
	
}

/* s1  */
.sp_modalMenu .modalNavilistA.s1 {
}
.sp_modalMenu .modalNavilistA.s1 li {
	border-bottom:1px dotted #CCC !important;
}
.sp_modalMenu .modalNavilistA.s1 li:first-of-type {
	border-top:1px dotted #CCC !important;
}
.sp_modalMenu .modalNavilistA.s1 li a {
	padding:10px 0;
	font-size:80%;
	color:#333;
}

/* // spModalCtaA
----------------------------------------------- */
.spModalCtaA {
	margin-top: 30px;
	padding: 0px 10px;
}
.spModalCtaA a {
	line-height: 1.5 !important;
}



/* // modal WH CUSTOMIZE //
----------------------------------------------- */
@media screen and (max-width: 800px)  {
	.modalBtn.rightFix {
		top:5px;
		right:5px;
		width: 50px;
		height: 50px;
		background-color: rgba(0,0,0,0.7);
	}	
	.modalBtn.rightFix.active {
		right:calc(100% - 15px);
		transform: translateX(100%);
	}
	.modalBtn.rightFix .line,
	.modalBtn.rightFix .line:before,
	.modalBtn.rightFix .line:after {
		background-color: #fff;
	}

	.modalMenuBox > .inner {
		background-color: rgba(0,0,0,0.7);
	}
	.modalMenuBox > .inner > .menuWrap {
		right: -80px;
		padding-right: 80px;
		border-left: 0 #DFDFDF solid;
		background-color: #484848;
	}

}


/* // section
----------------------------------------------- */
/* sectionA  */
.sectionA {
	padding:120px 0;
	position:relative;
}
.sectionA.arrow:before {
	content:" ";
	position:absolute;
	display:block;
	left:50%;
	top:0%;
	transform: translateX(-50%); 
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 65px 0 65px;
	border-color: #fff transparent transparent transparent;
}
.sectionA.arrow.c1:before {
	border-color: #000 transparent transparent transparent;
}
.sectionA.arrow.c2:before {
	border-color: #232C31 transparent transparent transparent;
}

/* ________SP________ */
@media screen and (max-width: 800px)  {
	/* sectionA  */
	.sectionA {
		padding:70px 0;
		position:relative;
	}
	.sectionA.arrow:before {
		border-width: 35px 40px 0 40px;
	}
}



/* // img
----------------------------------------------- */
img.shadowA {
	box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
}

/* ________SP________ */
@media screen and (max-width: 800px)  {

}


/* // **************************************************************************************************** */
/* // **************************************************************************************************** */



/* // sectionTitle
----------------------------------------------- */
/* sectionTitleA  */
.sectionTitleA {
	font-weight: 700;
	font-size: 45px;
	line-height: 1.5;
	padding: 29px 43px 17px;
	border-bottom:2px solid #2D6459;
	background:url(../img/titile_bg_01.png) no-repeat left bottom / cover;
	color:#FFF;
	margin-bottom: 70px;
	text-align:center;
}


/* ________SP________ */
@media screen and (max-width: 800px)  {
	/* sectionTitleA  */
	.sectionTitleA {
		font-size: 29px;
		line-height: 1.3;
		padding: 21px 7px 21px;
		color:#FFF;
		margin-bottom: 29px;
		background-size: cover;
		background-position: center left;
	}

}

 
 
/* // pc_header
----------------------------------------------- */
.pc_header {
	top:0px;
	left:0px;
	height:70px;
	position:relative;
	/*! background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0) 100%); */
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	width:100%;
	transition-delay:0.2s;
	transition-duration:1s;
	z-index: 20;
}
.pc_header.hide {
	transform: translateY(-110%);
}
.pc_header .wrap {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	height:100%;
}
.pc_header .logo {
	width:210px;
	padding: 15px;
}
.pc_header .logo .w {
	display:block;
}
.pc_header .logo .b {
	display:none;
}
.pc_header.b .logo .w {
	display:none;
}
.pc_header.b .logo .b {
	display:block;
}
.pc_header .navi {
	flex:1;
	padding-left: 15px;
}
.pc_header .cta {
	width:400px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
}
.pc_header .cta li {
	text-align:center;
}
.pc_header .cta .btn a {
	width:200px;
	padding: 0px;
	height: 70px;
}
.pc_header .cta .btn a .tx {
	padding: 0px;
}

/* ________SP________ */
@media screen and (max-width: 800px)  {
	.pc_header {
		display:none;
	}
}

/* // pc_gnavi
----------------------------------------------- */
.pc_gnavi {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	font-size: 15px;
}
.pc_gnavi li {
	margin-right: 8px;
	line-height: 1.3;
	text-align: center;
}
.pc_gnavi li a {
	height:45px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	padding: 10px 8px;
	color:#FFF !important;
	cursor:pointer;
	font-weight: 600;
}

/* ________SP________ */
@media screen and (max-width: 800px)  {
	display:none;
}



/* // btmCta
----------------------------------------------- */
.btmCta {
	width:100%;
	position:fixed;
	left:0px;
	bottom:0px;
	padding: 6px;
	background-color: rgba(255, 255, 255, 0.82);
	line-height:1;
	border-top: 1px solid #E1E1E1;
	transform: translateY(110%);
	transition-delay:0.2s;
	transition-duration:0.5s;
	z-index:15;
}
.btmCta.view {
	transform: translateY(0%);
}
.btmCta .cta {
	width:100%;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.btmCta .cta li {
	text-align:center;
}
.btmCta .cta .btn a {
	width:320px;
	padding: 0px;
	height: 65px;
	width: 400px;
}


/* ________SP________ */
@media screen and (max-width: 800px)  {
	.btmCta {
		width:100%;
		position:fixed;
		left:0px;
		bottom:0px;
		padding: 6px;
		background-color: rgba(255, 255, 255, 0.82);
		line-height:1;
		border-top: 1px solid #E1E1E1;
		transform: translateY(110%);
		transition-delay:0.2s;
		transition-duration:0.5s;
		z-index:1500;
	}
	.btmCta.view {
	}
	.btmCta .cta {
	}
	.btmCta .cta li {
		text-align:center;
		width: 50%;
	}
	.btmCta .cta .tel {
		margin-right: 5px;
	}
	.btmCta .cta .tel a { 
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-align-items: center;
		justify-content: center;
		-ms-justify-content: center;
    background-color: #000 ;
		width: 60px;
    height:60px;
		border-radius: 100px;
	}
	.btmCta .cta .tel a .tx1 {
		display:none;
	}
	.btmCta .cta .tel a .num {
		display:none;
	}
	.btmCta .cta .tel a .icon {
		display:inline-block;
		font-size: 43px;
		color: #fff;
		margin: -2px  0  0 ;
	}
	.btmCta .cta .btn a {
		width:100% !important;
		padding: 0px;
		height: 60px;
		width: auto;
	}
	.btmCta .cta .btn a .tx {
		font-size: 13px;
	}

}

/* // sp_header
----------------------------------------------- */
/* ________PC________ */
@media screen and (min-width: 801px)  {
	.sp_header {
		display:none !important;
	}
}

.sp_header {
	height:62px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	position:relative;
	z-index:15;
	margin-bottom: -62px;
}
.sp_header .logo {
	display:block;
	width:120px;
}


/* // sp_modalBtn
----------------------------------------------- */
/* ________PC________ */
@media screen and (min-width: 801px)  {
	.sp_modalBtn {
		display:none;
	}
}


/* // fv
----------------------------------------------- */
.fv {
	height:850px;
	background:url(../img/fv_main.jpg?ver=001) center center no-repeat;
	background-size:auto 100%;
}
.fv > .inner {
	position:relative;
	height:100%;
}
.fv > .inner > .wrap {
	position:absolute;
	left:0px;
	top:calc(50% + 10px);
	transform: translateY(-50%);
	text-align:left;
}
.fv .logo {
	width:615px;
	margin-bottom: 21px;
}
.fv .text1 {
	line-height: 1.5;
	font-weight: 700;
	font-size: 43px;
	margin-bottom: 41px;
}
.fv .qr {
	display: flex;
	display: -ms-flexbox;
	margin-bottom: 61px;
}
.fv .qr .img {
	width:140px;
	margin-right: 20px;
}
.fv .qr .text {
	flex:1;
}
.fv .qr .text .tx1 {
	margin-bottom: 14px;
	margin-top: 11px;
}
.fv .qr .text .tx1 .icon {
	display:none;
}
.fv .qr .text .tx1 > .in {
	display:inline-block;
	line-height: 1;
	padding: 8px 10px;
	font-weight: 700;
	font-size: 133%;
	background-color: #000;
}
.fv .qr .text .tx2 {
	line-height: 1.55;
	font-weight: 600;
	font-size: 129%;
}
.fv .text2 {
	text-align:left;
}
.fv .text2 > .in {
	display:inline-block;
	background:url(../img/fv_bg_01.jpg) center center no-repeat;
	background-size:cover;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	padding: 23px 50px;
}

/* ________SP________ */
@media screen and (max-width: 800px)  {
	.fv {
		height:auto;
		background:url(../img/fv_main_sp.jpg?ver=001) center center no-repeat;
		background-size:cover;
	}
	.fv > .inner > .wrap {
		position:relative;
		left:auto;
		top:auto;
		transform: translateY(0%);
		padding-top: 120px;
		padding-bottom: 78px;
	}
	.fv .logo {
		width:300px;
		margin-bottom: 40px;
		margin-left: -9px;
	}
	.fv .text1 {
		line-height: 1.2;
		font-weight: 700;
		font-size: 40px;
		margin-bottom: 64px;
	}
	.fv .qr {
		display: flex;
		display: -ms-flexbox;
		margin-bottom: 49px;
		display: none;
	}
	.fv .qr .img {
		display: none;
	}
	.fv .qr .text {
		flex:1;
	}
	.fv .qr .text .tx1 {
		margin-bottom: 10px;
	}
	.fv .qr .text .tx1 .icon {
		display:inline-block;
		margin-left: 21px;
		font-size: 80%;
		position: relative;
		top: -1px;
	}
	.fv .qr .text .tx1 > .in {
		display:inline-block;
		padding: 14px 6px 14px 36px;
		font-weight: 700;
		font-size: 139%;
	}
	.fv .qr .text .tx2 {
		line-height: 1.55;
		font-weight: 600;
		font-size: 136%;
	}
	.fv .qr .text .tx2 br{
		display:none;
	}
	
	.fv .text2 {
	}
	.fv .text2 > .in {
		display:inline-block;
		font-weight: 700;
		font-size: 27px;
		line-height: 1.2;
		padding: 16px 27px;
	}

}

/* // blockWrap1
----------------------------------------------- */
.blockWrap1 {
	position:relative;
	overflow:hidden;
}
.blockWrap1 .image1 {
	position:absolute;
	right:50%;
	top:50%;
	transform: translateY(-50%);
	margin-right:-120px;
}
.blockWrap1 .wrap {
	width:50%;
	position:relative;
	z-index:10;
	margin:0 0 0 auto;
	padding-top: 30px;
	padding-bottom: 100px;
}

/* ________SP________ */
@media screen and (max-width: 800px)  {
	.blockWrap1 {
		position:relative;
		overflow:hidden;
	}
	.blockWrap1 .image1 {
		position:relative;
		right:auto;
		top:auto;
		transform: translateY(0%);
		margin-right:0;
		width: 115%;
		max-width: 115%;
	}
	.blockWrap1 .wrap {
		width:100%;
		margin:-30px 0 0 auto;
		padding-top: 0;
		padding-bottom: 50px;
	}

}

/* // itemWrap1
----------------------------------------------- */
.itemWrap1 .item .image {
	margin-bottom: 25px;
}

/* ________SP________ */
@media screen and (max-width: 800px)  {
	.itemWrap1 .item .image {
		margin-bottom: 25px;
	}
}

/* // blockWrap2
----------------------------------------------- */
.blockWrap2 {
	position:relative;
}
.blockWrap2 .image1 {
	position:absolute;
	right:50%;
	top:50%;
	transform: translateY(-50%);
	margin-right: 40px;
}
.blockWrap2 .wrap {
	width:50%;
	position:relative;
	z-index:10;
	margin:0 0 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
}

/* ________SP________ */
@media screen and (max-width: 800px)  {
	.blockWrap2 {
		position:relative;
		overflow:hidden;
	}
	.blockWrap2 .image1 {
		position:relative;
		right:auto;
		top:auto;
		transform: translateY(0%);
		margin-right:0;
		width: 115%;
		max-width: 115%;
	}
	.blockWrap2 .wrap {
		width:100%;
		margin:0;
		padding: 0;
		padding-bottom: 34px;
	}
}


/* // moveiWrap1
----------------------------------------------- */
.moveiWrap1 {
	text-align:center;
}
.moveiWrap1 iframe {
	width:850px;
	height:calc(850px * 315 / 560);
}

/* ________SP________ */
@media screen and (max-width: 800px)  {
	.moveiWrap1 {
	}
	.moveiWrap1 iframe {
		width:100%;
		height:calc((100vw - 30px) * 315 / 560);
	}

}

/* // ctaBlockA
----------------------------------------------- */
.ctaBlockA {
	background:url(../img/cta_bg_01.jpg) no-repeat center center  / cover;
	padding: 90px 0;
	color:#FFF;
}
.ctaBlockA .title {
	line-height: 1.5;
	margin-bottom: 28px;
	font-size: 49px;
	text-align:center;
	font-weight: 700;
}
.ctaBlockA .btns {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.ctaBlockA .btns li {
	width:440px;
	margin: 20px;
}
.ctaBlockA .btns li .text {
	display:block;
	text-align:center;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 18px;
}
.ctaBlockA .btns li a {
	width:100%;
}

/* ________SP________ */
@media screen and (max-width: 800px)  {
	.ctaBlockA {
		padding: 50px 0 37px;
	}
	.ctaBlockA .title {
		line-height: 1.35;
		margin-bottom: 25px;
		font-size: 30px;
	}
	.ctaBlockA .btns {
		display: block;
	}
	.ctaBlockA .btns li {
		width:100%;
		margin: 0 0 31px;
	}
	.ctaBlockA .btns li .text {
		margin-bottom: 17px;
		font-size: 16px;
		line-height: 1;
	}
	.ctaBlockA .btns li a {
		width:100%;
	}

}

/* // itemWrap2
----------------------------------------------- */
.itemWrap2 .item {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	margin-bottom: 40px;
}
.itemWrap2 .item:last-of-type {
	margin-bottom: 0;
}
.itemWrap2 .item .contents {
	width:50%;
}
.itemWrap2 .item .contents .inner {
	width:580px;
	margin-right: 0px;
	margin-left: auto;
}
.itemWrap2 .item .image {
	width:50%;
	padding-left: 80px;
}
.itemWrap2 .item:nth-of-type(even) {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
.itemWrap2 .item:nth-of-type(even) .contents .inner {
	margin-right: auto;
	margin-left: 0px;
}
.itemWrap2 .item:nth-of-type(even) .image {
	padding-right: 80px;
	padding-left: 0;
}
.itemWrap2 .item .feature {
	line-height:1;
	background:url(../img/htx_bg_01.jpg) no-repeat left center / cover;
	margin-bottom: 32px;
	padding: 13px 16px;
}
.itemWrap2 .item .feature .in {
	font-weight: 700;
	font-size: 38px;
	font-style:italic;
	display:inline-block;
	position:relative;
}
.itemWrap2 .item .feature .num {
	font-size: 92px;
	font-style:italic;
	position:absolute;
	top:40%;
	left:calc(100% + 10px);
	transform: translateY(-50%);
}
.itemWrap2 .item .htx1 {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 26px;
}


/* ________SP________ */
@media screen and (max-width: 800px)  {
	.itemWrap2 .item {
		display: block;
		margin-bottom: 58px;
		padding: 0 15px;
	}
	.itemWrap2 .item:last-of-type {
		margin-bottom: 0;
	}
	.itemWrap2 .item .contents {
		width:100%;
		margin-bottom: 27px;
	}
	.itemWrap2 .item .contents .inner {
		width:100%;
		margin: 0px;
	}
	.itemWrap2 .item .image {
		width:100%;
		padding-left: 0;
	}
	.itemWrap2 .item:nth-of-type(even) {
	}
	.itemWrap2 .item:nth-of-type(even) .contents .inner {
		margin: 0px;
	}
	.itemWrap2 .item:nth-of-type(even) .image {
		padding: 0;
	}
	.itemWrap2 .item .feature {
		margin-bottom: 28px;
		padding: 11px 13px;
	}
	.itemWrap2 .item .feature .in {
		font-size: 31px;
	}
	.itemWrap2 .item .feature .num {
		font-size: 77px;
		left:calc(100% + 3px);
	}
	.itemWrap2 .item .htx1 {
		font-weight: 700;
		font-size: 24px;
		margin-bottom: 16px;
	}

}

/* // topicBlock
----------------------------------------------- */
.topicBlock {
	background:url(../img/cmn_bg_02.jpg) no-repeat center center / cover;
	padding: 54px 60px 40px;
}
.topicBlock .ttl {
	margin-bottom: 41px;
	position:relative;
	line-height: 1;
}
.topicBlock .ttl .tx {
	font-weight: 700;
	font-size: 36px;
	z-index:10;
	position:relative;
}
.topicBlock .ttl:after {
	content:" ";
	position:absolute;
	display:block;
	width:85px;
	height:85px;
	background-color:#418B86;
	left:-22px;
	top:50%;
	transform: translateY(-50%);
	z-index:5;
	border-radius: 200px;
}
.topicBlock .htx {
	margin-bottom: 41px;
	line-height: 1.5;
	font-weight: 700;
	font-size: 35px;
}


/* ________SP________ */
@media screen and (max-width: 800px)  {
	.topicBlock {
		padding: 48px 23px 28px;
	}
	.topicBlock .ttl {
		margin-bottom: 40px;
	}
	.topicBlock .ttl .tx {
		font-size: 32px;
	}
	.topicBlock .ttl:after {
		width:70px;
		height:70px;
		left:-18px;
	}
	.topicBlock .htx {
		margin-bottom: 21px;
		line-height: 1.5;
		font-size: 22px;
	}

}

/* // flowWrap1
----------------------------------------------- */
.flowWrap1 {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.flowWrap1 li {
	width:270px;
	height:270px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	border:2px solid #7A888C;
	background-color: #000;
	font-weight: 500;
	font-size: 120%;
	border-radius: 2000px;
	margin: 0 40px;
	position:relative;
}
.flowWrap1 li:after {
	content:" ";
	position:absolute;
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 0 19px 20px;
	border-color: transparent transparent transparent #545D60;
	top:50%;
	right:-50px;
	transform: translateY(-50%);
}
.flowWrap1 li:last-of-type:after {
	display:none;
}

.flowWrap1 li .step {
	position:absolute;
	left:50%;
	top:24px;
	line-height: 1;
	color:#3E8476;
	font-size: 25px;
	transform: translateX(-50%);
	font-weight: 700;
	font-style: italic;
}
.flowWrap1 li .step .num {
	font-size: 46px;
	font-style: italic;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	margin-top: -2px;
}
.flowWrap1 li .description {
	font-size: 16px;
	line-height: 2.0;
	padding: 37px 30px 0;
	text-align: center;
}


/* ________SP________ */
@media screen and (max-width: 800px)  {
	.flowWrap1 {
		display: block;
	}
	.flowWrap1 li {
		width:100%;
		height:auto;
		font-size: 120%;
		margin: 0 0 38px;
		position:relative;
	}
	.flowWrap1 li:last-of-type {
		margin: 0;
	}
	.flowWrap1 li:after {
		border-width: 16px 0 15px 15px;
		top:calc(100% + 8px);
		right:auto;
		left:50%;
		transform: translateX(-50%) rotate(90deg);
	}
	.flowWrap1 li .step {
		top:4px;
		font-size: 22px;
	}
	.flowWrap1 li .step .num {
		font-size: 35px;
		margin-left: 4px;
		margin-top: -2px;
	}
	.flowWrap1 li .description {
		font-size: 13px;
		line-height: 1.6;
		padding: 41px 30px 13px;
		text-align: center;
	}
}


/* // listItemWrap1
----------------------------------------------- */
.listItemWrap1 .item {
	border-left:5px solid #578C83;
	padding: 3px 0 3px 23px;
	margin-bottom: 24px;
}
.listItemWrap1 .item:last-of-type {
	margin-bottom: 0px;
}
.listItemWrap1 .item .htx1 {
	line-height: 1.5;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
}
.listItemWrap1 .item .htx1 ._1 {
	font-size: 133%;
	display:inline-block;
	margin-left: 10px;
}
.listItemWrap1 .item .list {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.listItemWrap1 .item .list li {
	width:50%;
	line-height: 1.5;
	margin-bottom: 7px;
	position:relative;
	padding-left: 15px;
	font-size: 86%;
}
.listItemWrap1 .item .list li:after {
	content:" ";
	position:absolute;
	display:block;
	width:3px;
	height:3px;
	background-color:#306A5E;
	left:0px;
	top:50%;
	transition:0.2s;
}

/* ________SP________ */
@media screen and (max-width: 800px)  {
	.listItemWrap1 .item {
		border-left-width:3px;
		padding: 3px 0 3px 18px;
		margin-bottom: 22px;
	}
	.listItemWrap1 .item:last-of-type {
		margin-bottom: 0px;
	}
	.listItemWrap1 .item .htx1 {
		font-size: 15px;
		margin-bottom: 11px;
	}
	.listItemWrap1 .item .htx1 ._1 {
		font-size: 130%;
		margin-left: 7px;
	}
	.listItemWrap1 .item .list {
		display: block;
	}
	.listItemWrap1 .item .list li {
		width:100%;
		margin-bottom: 5px;
		padding-left: 14px;
		font-size: 98%;
	}
	.listItemWrap1 .item .list li:after {
		width:3px;
		height:3px;
	}

}

/* // blockWrap3
----------------------------------------------- */
.blockWrap3 {
	margin-top: 55px;
}
.blockWrap3 .image1 {
	padding: 70px 60px;
	background:url(../img/cmn_bg_01.jpg) no-repeat center / cover;
	margin-bottom: 40px;
}
.blockWrap3 .image1 img {
	width:1000px;
}
.blockWrap3 .description {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-justify-content: center;
}
.blockWrap3 .description li {
	padding:0 15px;
	width: calc(100% / 5);
}
.blockWrap3 .description li .num {
	text-align:center;
	line-height:1;
	margin-bottom: 21px;
}
.blockWrap3 .description li .num .in {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	width:70px;
	height:70px;
	background-color: #3E8476;
	border-radius: 100px;
	position:relative;
	font-size: 43px;
	font-style:italic;
	margin: 0 auto;
	font-weight: 700;
	padding-right: 7px;
}
.blockWrap3 .description li .num .in:after {
	content:" ";
	position:absolute;
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 15px 0 15px;
	border-color: #3e8476 transparent transparent transparent;
	left:50%;
	top:86%;
	transform: translateX(-50%);
}
.blockWrap3 .description li .tx {
	text-align: left;
	font-size: 94%;
	line-height: 1.8;
}

/* ________SP________ */
@media screen and (max-width: 800px)  {
	.blockWrap3 {
		margin-top: 55px;
	}
	.blockWrap3 .image1 {
		padding: 20px 10px;
		margin-bottom: 30px;
	}
	.blockWrap3 .image1 img {
		width:1000px;
	}
	.blockWrap3 .description {
		flex-wrap: wrap;
	 -ms-flex-wrap: wrap;
		justify-content: flex-start;
		-ms-justify-content: flex-start;
	}
	.blockWrap3 .description li {
		padding:0 10px;
		width: calc(100% / 2);
		margin-bottom: 20px;
	}
	.blockWrap3 .description li .num {
		margin-bottom: 15px;
	}
	.blockWrap3 .description li .num .in {
		width:55px;
		height:55px;
		font-size: 38px;
		padding-right: 8px;
	}
	.blockWrap3 .description li .num .in:after {
		border-width: 18px 15px 0 18px;
		border-color: #3e8476 transparent transparent transparent;
		top:81%;
	}
	.blockWrap3 .description li .tx {
		text-align: left;
		font-size: 94%;
		line-height: 1.55;
	}

}

/* // voiceItems
----------------------------------------------- */
.voiceItems  {
	width:1000px;
	margin: 0 auto;
}
.voiceItems .item {
	margin-bottom: 5px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.voiceItems .item:last-of-type {
	margin-bottom: 0;
}
.voiceItems .item .icon {
	width:240px;
	text-align:center;
	padding-top: 28px;
}
.voiceItems .item .icon img {
	width:110px;
}
.voiceItems .item .icon .tx {
	text-align:center;
	margin-top: 3px;
	font-weight: 700;
	font-size: 87%;
}
.voiceItems .item .cmt {
	padding: 29px 48px;
	font-size: 100%;
	line-height: 1.9;
	border:1px solid #444B4E;
	border-radius: 6px;
	flex:1;
	position:relative;
}
.voiceItems .item .cmt:after {
	content:" ";
	position:absolute;
	display:block;
	width:18px;
	height:18px;
	left:calc(100% - 8px);
	top:50%;
	border-top:1px solid #444B4E;
	border-right:1px solid #444B4E;
	background-color: #000;
	transform: translateY(-50%) rotate(45deg);
}
.voiceItems .item:nth-of-type(even) {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
.voiceItems .item:nth-of-type(even) .cmt:after {
	left:auto;
	right:calc(100% - 8px);
	top:50%;
	transform: translateY(-50%) rotate(-135deg);
}

/* ________SP________ */
@media screen and (max-width: 800px)  {
	.voiceItems  {
		width:100%;
	}
	.voiceItems .item {
		margin-bottom: 21px;
	}
	.voiceItems .item:last-of-type {
		margin-bottom: 0;
	}
	.voiceItems .item .icon {
		width:70px;
		padding-top: 29px;
		margin-left: 15px;
	}
	.voiceItems .item .icon img {
		width:70px;
	}
	.voiceItems .item .icon .tx {
		margin-top: 8px;
		font-size: 79%;
		line-height: 1.3;
	}
	.voiceItems .item .cmt {
		padding: 15px 16px;
		font-size: 97%;
		line-height: 1.8;
		border-radius: 5px;
	}
	.voiceItems .item .cmt:after {
		width:13px;
		height:13px;
		left:calc(100% - 5px);
	}

  .voiceItems .item:nth-of-type(even) .icon {
		margin-left: 0;
		margin-right: 15px;
	}
	.voiceItems .item:nth-of-type(even) .cmt:after {
		left:auto;
		right:calc(100% - 5px);
	}
}

/* // slideDefinitionList //
----------------------------------------------- */
/*  |- slideDefinitionListA  */
.slideDefinitionListA .allSlideBtn {
}
.slideDefinitionListA .item {
	background-color:transparent;
	border:0;
	margin-bottom: 20px;
}
.slideDefinitionListA .item .definition {
	padding:18px 110px 18px 25px;
	color:#fff;
	overflow:hidden;
	border-bottom: 1px solid #4f4f4f;
}
.slideDefinitionListA .item .definition:before {
	content:" ";
	position:absolute;
	display:block;
	width:0%;
	height:100px;
	background-color:#f2f2f2;
	left:0px;
	top:0;
	z-index:5;
	transition:0.4s;
	opacity: 0.07;
}
.slideDefinitionListA .item .definition:hover:before {
	width:100%;
}
.slideDefinitionListA .item .definition:after {
	z-index:10;
}
.slideDefinitionListA .item .definition .btn {
	z-index:10;
}
.slideDefinitionListA .item .definition p {
	font-size:110%;
	z-index:10;
	position:relative;
	font-weight: 700;
}
.slideDefinitionListA .item .definition .btn {
	right:10px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
  background-color: #000;
	border-radius: 100px;
	width: 35px;
	height: 35px
}
.slideDefinitionListA .item .definition .btn .tx {
	font-size:95%;
}
.slideDefinitionListA .item .definition .btn .tx em {
	display: none;
}
.slideDefinitionListA .item .definition .btn .tx:after{
	font-size:95%;
}
.slideDefinitionListA .item .answer {
	padding:0 25px 20px 25px;
	margin-top:0px;
	font-size:104%;
}
.slideDefinitionListA .item .slideOpenBox {
	padding:23px 25px 20px 25px;
}

/*  |- slideDefinitionListA.faq  */
.slideDefinitionListA.faq .item .definition {
	padding-left:62px;
}
.slideDefinitionListA.faq .item .answer {
	padding-left:63px;
	font-weight: 700;
}
.slideDefinitionListA.faq .item .definition .num {
	font-size:30px;
	font-style: normal;
	font-weight: 700;
	color: #0276A2;
	position: absolute;
	left: 11px;
	top: 17px;
	line-height: 1;
	text-align: left;
}

.slideDefinitionListA.faq .item .definition:after {
	display:none;
}
/* 
.slideDefinitionListA.faq .item .definition:after {
	left: 25px;
	top: 17px;
	font-size:32px;
	font-weight: 700;
}
 */
.slideDefinitionListA.faq .item .answer:after {
    font-family: 'FT', sans-serif;
	color:#BC6272;
	left: 25px;
	top: 26px;
	font-size:30px;
    font-weight: 700;
}
.slideDefinitionListA .item .definition .btn {
}
.slideDefinitionListA .item .definition .btn .tx {
	display:inline-block;
	padding-right:0;
}
.slideDefinitionListA .item .definition .btn .tx:after{
	position : relative;
	right: auto;
	top: auto;
	font-size: 100%;
	transform: translateY(0%);
}
.slideDefinitionListA .item .definition .btn .cl .tx:after{
	content:'\ec07';
}
.slideDefinitionListA .item .definition .btn .op .tx:after{
	content:'\ec08';
}


/* ________SP________ */
@media screen and (max-width: 800px)  {
	/* //    |- slideDefinitionListA  */
	.slideDefinitionListA .allSlideBtn {
		margin-bottom:10px;
	}
	.slideDefinitionListA .item {
		margin-bottom:5px;
	}
	.slideDefinitionListA .item .definition {
		padding:10px 38px 10px 10px;
	}
	.slideDefinitionListA .item .definition p {
		font-size:100%;
	}
	.slideDefinitionListA .item .definition .btn {
		right:0px;
		text-align:center;
		line-height:1.3;
		width: 28px;
		height: 28px;
	}
	.slideDefinitionListA .item .definition .btn .tx {
		position:relative;
		display:block;
		padding-right:0;
		font-size:66%;
	}
	.slideDefinitionListA .item .definition .btn .tx:after{
		display:block;
		position: relative;
		right:auto;
		top: auto;
		font-size:100%;
		transform: translateY(0%);
	}
	.slideDefinitionListA .item .answer {
		padding:0 10px 12px 10px;
		margin-top:0;
		display:block;
		font-size:94%;
		line-height:1.8;
	}
	.slideDefinitionListA .item .slideOpenBox {
		padding:10px 0 10px 10px;
	}
	.slideDefinitionListA.faq .item .definition .num {
		font-size:18px;
		font-style: normal;
		font-weight: 700;
		color: #0276A2;
		position: absolute;
		left: 0;
		top: 12px;
		line-height: 1;
		text-align: left;
	}
	
	/* //    |- slideDefinitionListA.faq  */
	.slideDefinitionListA.faq .item .definition {
		padding-left:28px;
	}
	.slideDefinitionListA.faq .item .answer {
		padding-left:28px;
	}
	.slideDefinitionListA.faq .item .definition:after {
		position:absolute;
		left: 11px;
		top: 12px;
		font-size:18px;
	}
	.slideDefinitionListA.faq .item .answer:after {
		left: 11px;
		top: 12px;
		font-size:19px;
	}
}


/* // hideBLock1
----------------------------------------------- */
.hideBLock1 {
	display:none;
}


/* // hideBLockBtn1
----------------------------------------------- */
.hideBLockBtn1 {
	text-align:center;
	margin-top: 60px;
}
.hideBLockBtn1 a {
	border:1px solid #999;
	background-color: transparent;
}

/* ________SP________ */
@media screen and (max-width: 800px)  {
	.hideBLockBtn1 {
		margin-top: 45px;
	}
	.hideBLockBtn1 a {
	}

}

/* // contactWrap
----------------------------------------------- */

/* ________SP________ */
@media screen and (max-width: 800px)  {
	.contactWrap iframe {
		width: 100% !important;
		margin-left: 0;
	}
}

/* // footer
----------------------------------------------- */
.footer {
	background-color: #181B22;
	padding: 70px 0 110px;
}
.footer .wrap {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	margin-bottom: 60px;
}
.footer .wrap .logo {
	width:151px;
}
.footer .wrap .navi {
	flex:1;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	margin-left: 40px;
}
.footer .wrap .navi li {
	margin-right: 25px;
	line-height: 1.5;
	font-size: 90%;
}
.footer .wrap .navi li a {
	color:#FFF;
	font-weight: 700;
}
.footer .copy {
	color:#FFF;
	text-align:center;
	
	font-size: 11px;
}

/* ________SP________ */
@media screen and (max-width: 800px)  {
	.footer {
		background-color: #181B22;
		padding: 40px 0 91px;
	}
	.footer .wrap {
		display: block;
		margin-bottom: 22px;
	}
	.footer .wrap .logo {
		width:170px;
		display: inline-block;
		margin-bottom: 0;
	}
	.footer .wrap .navi {
		display: none;
		margin-left: 0;
	}
	.footer .wrap .navi li {
		margin-right: 39px;
		line-height: 1.5;
	}
	.footer .wrap .navi li a {
		color:#FFF;
	}
	.footer .copy {
		
		font-size: 10px;
	}

}


/* // thanksWrap
----------------------------------------------- */
.thanksWrap {
	margin-top: 190px;
	margin-bottom: 160px;
	text-align: center;
}
.thanksWrap .tx1 {
	text-align:center;
	font-size: 51px;
	margin-bottom: 55px;
	font-weight: 700;
}
.thanksWrap .tx2 {
	text-align:center;
	font-size: 18px;
	margin-bottom: 47px;
	display: inline-block;
	background-color: #015543;
	padding: 30px 45px;
	line-height: 2.4;
}
.thanksWrap .tx3 {
	text-align:center;
	font-size: 14px;
}

.thanksWrap .lnk1 {
	margin-top: 52px;
}
.thanksWrap .lnk1 li {
	margin-bottom: 3px;
	text-align: center;
}
.thanksWrap .lnk1 li a {
	color:#328CEC;
}
.thanksWrap .lnk1 li a:hover {
	text-decoration:underline;
}
.zalo-contact {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 100;
	transition-delay: 0.2s;
	transition-duration: 0.5s;
}

.zalo-contact.view {
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 100;
}

.text2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: nowrap;
}

.text2 .in {
  display: inline-block;
}

/* ________SP________ */
@media screen and (max-width: 800px)  {
	.zalo-contact {
		position: fixed;
		bottom: 10px;
		right: 5px;
		width: 160px;
        transition-delay: 0.2s;
        transition-duration: 0.5s;
	}

	.zalo-contact.view {
		position: fixed;
		bottom: 80px;
		right: 5px;
		width: 160px;
	}

    .text2 {
        flex-direction: column;
		align-items: flex-start;
        gap: 10px;
    }
    
    .fv .text2 > .in{
        display: block;
        width: 300px;
        text-align: center;
		font-size: 18px;
    }
    
    .text2 .in:not(:last-child)::after {
        display: none;
    }
}


/* // xxx
----------------------------------------------- */

/* xxx  */

/* ________SP________ */
@media screen and (max-width: 800px)  {

}




