body{
	padding: 0 0 130px !important;
	--mainCol: #043786;
	overflow-x: visible !important;
}

#header, .footer, .quickBar, .quickForm{
	display: none !important;
}

.subVisual{
	padding-top: 190px !important;
}

.inner{
	max-width: 1530px;
}

.pb0{
	padding-bottom: 0 !important;
}

.pt0{
	padding-top: 0 !important;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

.section .tit{
	font-family: "pb";
}

/* header */
.pHeader{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	transition: all 0.4s;
	z-index: 100;
}

.pHeader.on{
	background: var(--mainCol);
}

.pHeader .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}

.pHeader .logo{
	width: 126px;
}

.pHeader .logo img{
	width: 100%;
}

.pHeader nav ul{
	display: flex;
	align-items: center;
}

.pHeader nav ul li{
	margin-left: 40px;
}

.pHeader nav ul li a{
	color: #fff;
	font-family: "pm";
	font-size: 18px;
}

/* perForm */
.perForm{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
	background: #191919;
	overflow-x: hidden;
	transition: all 0.3s;
	transform: translateY(100%);
}

.perForm.on{
	transform: translateY(0);
}

.perForm.off{
	transform: translateY(100%) !important;
}

.perForm .closeBtn{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
}

.perForm .closeBtn::before,
.perForm .closeBtn::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
}

.perForm .closeBtn::before{
	transform: translate(-50%,-50%) rotate(45deg);
}

.perForm .closeBtn::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}

.perForm .inner{
	display: flex;
	align-items: center;
	position: relative;
}

.perForm .inner .leftBox{
	width: 350px;
	height: 130px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	background: #1d4b92;
}

.perForm .inner .leftBox::before{
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1b4b92;
}

.perForm .inner .leftBox p{
	color: #fff;
	font-family: "pm";
	font-size: 24px;
	line-height: 1;
	margin-bottom: 10px;
	width: 100%;
}

.perForm .inner .leftBox a{
	display: flex;
	align-items: center;
	
}

.perForm .inner .leftBox a img{
	width: 24px;
	margin-right: 7px;
}

.perForm .inner .leftBox a span{
	font-family: "pb";
	color: #fff;
	font-size: 32px;
}

.perForm .rightBox{
	width: calc(100% - 350px - 80px);
}

.perForm .rightBox form article{
	display: flex;
	align-items: center;
	justify-content: center;
}

.perForm .rightBox form article > div{
}

.perForm .rightBox form article > div + div{
	margin-left: 20px;
}

.perForm .rightBox form article .inputBox{
	width: 20%;
	
}

.perForm .rightBox form article .inputBox input{
	background: transparent;
	border: 1px solid #fff;
	box-sizing: border-box;
	height: 40px;
	width: 100%;
	font-family: "pr";
	color: #fff;
	font-size: 16px;
	padding-left: 10px;
}

.perForm .rightBox form article .inputBox input::placeholder{
	color: #fff;
}

.perForm .rightBox form article .perBox{
	display: flex;
	align-items: center;
}

.perForm .rightBox form article .perBox span{
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border: 1px solid #fff;
	position: relative;
	display: block;
}

.perForm .rightBox form article .perBox span .fa{
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	opacity: 0;
}

.perForm .rightBox form article .perBox input{
	display: none;
}

.perForm .rightBox form article .perBox input:checked + span .fa{
	opacity: 1;
}

.perForm .rightBox form article .perBox label{
	color: #fff;
	font-family: "pl";
	font-size: 14px;
	line-height: 1;
	margin-left: 4px;
}

.perForm .rightBox form article .okBox{
	width: 20%;
}

.perForm .rightBox form article .okBox a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	color: #fff;
	background: var(--mainCol);
	font-family: "pm";
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

/* pFooter */
.pFooter{
	border-top: 1px solid #545454;
	padding: 50px 0;
}

.pFooter .inner{
	position: relative;
}

.pFooter .fLogo{
	margin-bottom: 40px;
	width: 403px;
}

.pFooter .fLogo img{
	max-width: 100%;
}

.pFooter p{
	font-size: 16px;
	font-family: "pr";
	line-height: 2.5;
}

.pFooter p strong{
	font-family: "pb";
}

.pFooter p .copy{
	color: #828282;
	font-family: "pr";
	display: block;
}

.pFooter .snsUl{
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.pFooter .snsUl li + li{
	margin-left: 20px;
}

.pFooter .snsUl li{
	width: 27px;
}

.pFooter .snsUl li img{
	max-width: 100%;
}

.pFooter .siteBox{
	position: absolute;
	top: 0;
	right: 0;
}

.pFooter .siteBox h5{
	font-size: 18px;
	font-family: "pr";
	width: 250px;
	height: 60px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #545454;
	cursor: pointer;
}

.pFooter .siteBox h5 .fa{
	margin-left: 4px;
}

.pFooter .siteBox .link{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border: 1px solid #545454;
	display: none;
}

.pFooter .siteBox .link a{
	font-size: 16px;
	font-family: "pr";
	padding: 10px 0;
	display: block;
	text-align: center;
	transition: all 0.3s;
}

.pFooter .siteBox .link a:hover{
	background: var(--mainCol);
	color: #fff;
}

.pFooter .siteBox .link a + a{
	border-top: 1px solid #545454;
}



/* ----------------------------------------responsive 720px */
@media screen and (max-width: 720px){

body{
	padding: 0 0 145px !important;
	/* overflow-x: hidden; */
}

.subVisual{
	padding-top: calc(60px + 15vw) !important;
}

/* header */
.pHeader{
}

.pHeader .inner{
	height: 60px;
}

.pHeader .logo{
	width: 80px;
}

.pHeader .logo img{
	width: 100%;
}

.pHeader nav{
	/* display: none; */
	position: absolute;
	top: 60px;
	left: 110%;
	background: #fff;
	width: 100%;
	height: 100vh;
	z-index: 50;
	transition: all 0.4s;
}

.pHeader nav.on{
	left: 0;
}

.pHeader nav ul{
	display: block;
}

.pHeader nav ul li{
	margin-left: 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.pHeader nav ul li a{
	font-size: 14px;
	color: #333;
	text-align: center;
	display: block;
	padding: 20px 0;
}

.pHeader .menuBtn{
	width: 20px;
	height: 16px;
	position: relative;
}

.pHeader .menuBtn span{
	width: 100%;
	position: absolute;
	height: 2px;
	border-radius: 100px;
	background: #fff;
	transition: all 0.3s;
}

.pHeader .menuBtn span:nth-child(1){
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}

.pHeader .menuBtn span:nth-child(2){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.pHeader .menuBtn span:nth-child(3){
	top: 100%;
	left: 50%;
	transform: translate(-50%,-100%);
}

.pHeader .menuBtn.on span:nth-child(1){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}

.pHeader .menuBtn.on span:nth-child(2){
	opacity: 0;
}

.pHeader .menuBtn.on span:nth-child(3){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* perForm */
.perForm{
	transform: translateY(calc(100% - 54px))
}

.perForm .closeBtn{
	width: 14px;
	height: 14px;
	top: 21px;
	right: 15px;
	cursor: pointer;
	/* transform: rotate(45deg); */
	transition: all 0.3s;
}

.perForm.on .closeBtn{
	transform: rotate(0deg);
}

.perForm .inner{
	flex-wrap: wrap;
	width: 100%;
}

.perForm .inner .leftBox{
	width: 100%;
	height: auto;
	background: #1d4b92;
	padding: 0 5%;
	height: 54px;
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
}

.perForm .inner .leftBox::before{
	content: '';
	position: absolute;
	right: 0%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1b4b92;
	display: none;
}

.perForm .inner .leftBox p{
	font-size: 16px;
	margin-bottom: 0px;
	margin-right: 10px;
	width: auto;
}

.perForm .inner .leftBox a img{
	width: 16px;
	margin-right: 5px;
}

.perForm .inner .leftBox a span{
	font-size: 20px;
}

.perForm .rightBox{
	width: calc(100%);
}

.perForm .rightBox form article{
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px 5%;
}

.perForm .rightBox form article > div{
	width: 100%;
}

.perForm .rightBox form article > div:nth-child(1){
	order: 0;
	width: calc(30% - 10px);
}

.perForm .rightBox form article > div:nth-child(2){
	order: 1;
	width: calc(40%);
}

.perForm .rightBox form article > div:nth-child(3){
	order: 3;
}

.perForm .rightBox form article > div:nth-child(4){
	order: 2;
}

.perForm .rightBox form article > div + div{
	margin-left: 0px;
}

.perForm .rightBox form article .inputBox{
	width: calc(100%/2 - 10px/2);
}

.perForm .rightBox form article .inputBox input{
	height: 35px;
	font-size: 13px;
	padding-left: 10px;
}

.perForm .rightBox form article .perBox{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0 0;
}

.perForm .rightBox form article .perBox span{
	width: 10px;
	height: 10px;
}

.perForm .rightBox form article .perBox span .fa{
	font-size: 8px;
}

.perForm .rightBox form article .perBox label{
	font-size: 12px;
	margin-left: 4px;
}

.perForm .rightBox form article .okBox{
	width: 30%;
}

.perForm .rightBox form article .okBox a{
	height: 35px;
	font-size: 13px;
}

/* pFooter */
.pFooter{
	padding: 10vw 0;
}

.pFooter .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pFooter .fLogo{
	margin-bottom: 7vw;
	max-width: 403px;
	width: 26%;
	margin-right: 5vw;
	order: 0;
}

.pFooter p{
	font-size: 12px;
	width: 100%;
	order: 2;
}

.pFooter .snsUl{
	margin-top: 4vw;
	width: 100%;
	order: 3;
}

.pFooter .snsUl li + li{
	margin-left: 3vw;
}

.pFooter .snsUl li{
	width: 22px;
}

.pFooter .siteBox{
	position: relative;
	top: 0;
	right: 0;
	height: auto;
	order: 1;
	margin-bottom: 5vw;
}

.pFooter .siteBox .link{
	top: 35px;
}

.pFooter .siteBox h5{
	font-size: 11px;
	width: 150px;
	height: 35px;
}

.pFooter .siteBox h5 .fa{
	margin-left: 4px;
}

.pFooter .siteBox .link a{
	font-size: 10px;
	padding: 5px 0;
	background: #fff;
}



}