@charset "utf-8";

html {
	font-size: 62.5%;
}
body {
	position: relative;
	color: #1f1714;
	font-family: "Noto Sans JP", "sans-serif";
	font-size: 16px;
	line-height: 1.0;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	width: 100%;
	min-width: 1220px;
	/*min-width: 1240px;*/
	margin: 0;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 13px;
		font-size: 1.3rem;
		min-width: inherit;
		min-width: auto;
	}
}
@media screen and (max-width: 350px) {
	body {
		font-size: 12px;
		font-size: 1.2rem;
		min-width: inherit;
		min-width: auto;
	}
}
/* -------------------------------------
	common
----------------------------------------*/
a {
	color: inherit;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
img {
	vertical-align: bottom;
}
.mover {
	transition: opacity 0.2s ease-out;
}
.mover:hover {
	opacity: 0.8;
	cursor: pointer;
}
.mode_pc {
	display: block;
}
.mode_pc_ib {
	display: inline-block;
}
.mode_sp,
.mode_sp_ib{
	display: none;
}
.mail a {
	cursor: pointer;
}
.ib{
	display: inline-block;
}
img {
	max-width: 100%;
}
.inner,
.pc_inner {
	width: 1200px;
	margin: auto;
}
.inner02,
.pc_inner02 {
	width: 1080px;
	margin: auto;
}
.anchor {
	margin-top: -90px;
	padding-top: 90px;
}
.tel a, .mail a {
	pointer-events: none;
}
#lpcontents {
	padding-bottom: 148px;
}
.center{
	text-align: center;
}
.centerSet img{
	margin: auto;
}
@media screen and (max-width: 1310px) {
	#lpcontents {
		padding-bottom: 148px;
	}
}
@media screen and (max-width: 767px) {
	.mode_pc,
	.mode_pc_ib {
		display: none;
	}
	.mode_sp {
		display: block;
	}
	.mode_sp_ib {
		display: inline-block;
	}
	.tel a, .mail a {
		pointer-events: auto;
	}
	.inner,
	.sp_inner,
	.inner02 {
		width: 90%;
		margin: auto;
	}
	.pc_inner,
	.pc_inner02 {
		width: 100%;
	}
	.sp_inner02 {
		width: 96.8%;
		padding: 0 1.6%;
	}
	.anchor {
		margin-top: -51px;
		padding-top: 51px;
	}
	#lpcontents {
		padding-bottom: 145px;
	}
	.sp_center {
		text-align: center;
	}
}
/* -------------------------------------
.btnCont
----------------------------------------*/
.btnCont {
	text-align: center;
}
.btnCont .btn {
	display: inline-block;
	position: relative;
	width: 520px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.btnCont .btn:after {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	border: 3px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	z-index: 1;
}
.btnCont .documentBtn:after {
	border-color: #0064c6 #0064c6 transparent transparent;
}
.btnCont .detailBtn {
	width: 600px;
	background-image: linear-gradient(90deg,#f07a2d,#ef514e);
}
.btnCont .documentBtn {
	background-color: #ffff00;
	background-image: url(../img/btn_bg.png);
	background-position: 30px 10px;
	background-repeat: no-repeat;
	color: #0064c6;
}
.btnCont .btn a {
	display: block;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.14em;
	padding: 33px 0;
}
.btnCont .btn+.btn {
	margin-left: 36px;
}
@media screen and (max-width: 767px) {
	.lpBtn {
		width: 170px;
	}
	.lpBtn a {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.btnCont .btn {
		display: block;
		width: 94%;
		margin: auto;
	}
	.btnCont .btn+.btn {
		margin: 10px 0 0;
	}
	.btnCont .btn a {
		font-size: 16px;
		padding: 20px 0;
	}
	.btnCont .detailBtn {
		width: 94%;
		margin: auto;
	}
	.btnCont .documentBtn {
		background-size: 60px;
		background-position: 10px 5px;
	}
	.btnCont .btn:after {
		width: 5px;
		height: 5px;
		border: 2px solid;
		border-color: #fff #fff transparent transparent;
	}
}
@media screen and (max-width: 350px) {
	.lpBtn {
		width: 160px;
	}
	.lpBtn a {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.btnCont .btn a {
		font-size: 14px;
		letter-spacing: 0.05em;
		padding: 20px 0;
	}
}
/* -------------------------------------
	#lp header
----------------------------------------*/
#lp header {
	position: relative;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 100;
    padding: 21px 30px 21px 24px;
}
#lp header .lplogoArea {
	display: flex;
    width: 43%;
}
#lp header>div {
	/*min-width: 1024px;*/
	margin: auto;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#lp header .lplogo {
	width: 100%;
	max-width: 347px;
}
#lp header .read{
	display: inline-block;
	margin-left: 6.4%;
	max-width: 327px;
    width: 90%;
}
#lp header .lplink {
	float: right;
	display: flex;
	align-items: center;
	width: 51%;
	justify-content: flex-end;
}
#lp header .lplink>div {
	display: inline-block;
	text-align: center;
	margin-right: min(2%,35px);
}
/*#lp header .lplink>div.tel{
	margin-right: 5.4%;
    max-width: 238px;
    width: 100%;
}*/
#lp header .lplink>div>div p {
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	vertical-align: middle;
}
#lp header .lplink>div>p {
	font-size: 13px;
	font-size: 1.25rem;
	font-weight: 700;
	padding-bottom: 8px;
}
#lp header .lplink>div,
#lp header .lplink>div>div img,
#lp header .lplink>a>img {
	vertical-align: middle;
}
#lp header .lplink a {
	display: inline-block;
	padding-left: 8px;
	max-width: 32px;
    width: 100%;
}
#lp header .lplink .tel a{
	padding-left: 0;
	max-width: none;
}
#lp header .lplink .tel img {
	width: 230px;
}
#lp header .lplink .access {
	display: inline-block;
	padding-left: 15px;
	max-width: 48px;
    width: 100%;
}
#lp header .lplink .document {
	position: relative;
	z-index: 1;
	max-width: 295px;
	/*width: 100%;*/
	width: 20vw;
	border-radius: 50px;
	overflow: hidden;
	cursor: pointer;
	box-sizing: border-box;
	margin-left: 15px;
	margin-left: 2.3%;
}
#lp header .lplink .document::before,
#lp header .lplink .document::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
#lp header .lplink .document:before{
	background: linear-gradient( 45deg, #e83f24 0%, #eb5a0d 70%, #e83820 100%);
}
#lp header .lplink .document:after{
	background: linear-gradient(45deg, #e83820 0, #eb5a0d 70%,#e83f24 100%);
}
#lp header .lplink .document p{
	position: relative;
	padding: 14px 0 14px 70px;
	z-index: 2;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.17em;
}
#lp header .lplink .document p:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	display: inline-block;
	content: "";
	width: 35px;
	height: 35px;
	background-image: url(../img/icon_note.svg);
	background-position: center center;
	background-repeat: no-repeat;
	margin: auto;
	background-size: contain;
}
#lp header .lplink .document p:after{
	position: absolute;
	right: 11px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	z-index: 1;
	width: 14px;
	height: 14px;
	background-image: url(../img/btn_arrow04.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#lp header .lplink .document::before {
	transition: 0.6s;
	z-index: -1;
}
#lp header .lplink .document:hover::before {
	opacity: 0;
}
#lp header .lplink .document::after {
	z-index: -2;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform 0.6s;
}
#lp header .lplink .document:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
@media screen and (max-width: 1420px) {
	#lp header .lplink{
		width: 52vw;
	}
	#lp header .lplink .document p{
		font-size: 1.1vw;
	}
	#lp header .lplink>div>p{
		font-size: 0.8vw;
	}
	#lp header .lplink .tel a{
		width: 14vw;
	}
}
@media screen and (max-width: 1240px) {
	/* #lp header .lplogo{
		width: 18%;
	}
	#lp header .read{
		width: 23.8%;
	} */
	#lp header .lplink{
		width: 54.2%;
	}
	#lp header .lplink .document p{
		font-size: 13px;
	}
	#lp header .lplink>div>p{
		font-size: 10px;
	}
	#lp header .lplink .tel a{
		width: 75%;
	}
}
@media screen and (max-width: 767px) {
	#lp header>div {
		max-width: auto;
		max-width: inherit;
		min-width: auto;
		min-width: inherit;
	}
	#lp header {
		text-align: center;
		padding: 10px 0;
	}
	#lp header .lplogoArea{
		width: 100%;
	}
	#lp header .lplogo {
		float: none;
		width: 216px;
		margin: auto;
		padding-top: 0;
	}
	#lp header .lplink {
		display: none;
	}
	#lp header .read{
		display: none;
	}
}

/* -------------------------------------
footer
----------------------------------------*/
#lp footer {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	z-index: 10;
	min-width: 1276px;
	box-sizing: border-box;
	margin: auto;
}
#lp footer>div {
	max-width: 1200px;
	padding: 0 10px 0;
	box-sizing: border-box;
	margin: auto;
}
#lp footer>div>div{
	padding: 10px 0 10px;
}
#lp footer .lplogo {
	float: left;
	padding-top: 10px;
}
#lp footer .lplink {
	float: right;
}
#lp footer .lplink>div {
	display: inline-block;
	text-align: center;
}
#lp footer .lplink>div>div p {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0;
	vertical-align: middle;
}
#lp footer .btnCont {
	margin-right: 10px;
}
#lp footer .lplink>div>p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding-bottom: 8px;
}
#lp footer .lplink>div,
#lp footer .lplink>div>div img,
#lp footer .lplink>a>img {
	vertical-align: middle;
}
#lp footer .lplink .access {
	display: inline-block;
	padding-left: 10px;
	width: 4vw;
	max-width: 60px;
}
#lp footer .copy {
	max-width: auto;
	max-width: inherit;
	min-width: auto;
	min-width: inherit;
	background-color: #f1f1f1;
	padding: 10px 0;
}
#lp footer .copy p {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 200;
}
#lp footer .lplink a.sp_tell {
	display: none;
}
#lp footer #toTop {
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
}
#toTop:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 14px;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
	border: 2px solid;
	border-color: #000 #000 transparent transparent;
	transform: rotate(-45deg);
	z-index: 1;
	pointer-events: none;
}
#toTop a {
	display: block;
	padding: 14px 0;
}
#toTop p {
	color: #808080;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	padding-top: 3px;
}
#lp footer .lplink .request {
	width: 420px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 50px;
}
#lp footer .lplink .request a{
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
}
#lp footer .lplink .request a::before,
#lp footer .lplink .request a::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
#lp footer .lplink .request a:before{
	background: linear-gradient(45deg, #e83f24 0%, #eb5a0d 70%, #e83820 100%);
}
#lp footer .lplink .request a:after{
	background: linear-gradient(45deg, #e83820 0, #eb5a0d 70%,#e83f24 100%);
}
#lp footer .lplink .request a::before {
	transition: 0.6s;
	z-index: -1;
}
#lp footer .lplink .request a::after {
	z-index: -2;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform 0.6s;
}
#lp footer .lplink .request a:hover::before {
	opacity: 0;
}
#lp footer .lplink .request a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
#lp footer .btnCont .btn a {
	padding: 22px 0;
}
#lp footer .lplink .request p{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	font-size: 23px;
	line-height: inherit;
	color: #fff;
	font-weight: bold;
	padding: 18px 20px 18px 60px;
	letter-spacing: 0.14em;
}
#lp footer .lplink .request p:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50px;
	display: inline-block;
	content: "";
	width: 48px;
	height: 49px;
	background-image: url(../img/icon_note.svg);
	background-position: center center;
	background-repeat: no-repeat;
	margin: auto;
	background-size: contain;
}
#lp footer .lplink .request p:after{
	position: absolute;
	right: 18px;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 22px;
	height: 19px;
	margin: auto;
	background-image: url(../img/btn_arrow04.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	background-size: contain;
}
#lp footer .sp_request{
	display: none;
}
@media screen and (max-width: 1410px) {
	#lp footer .lplink>div {
		margin-left: 5px;
	}
	#lp footer .lplogo {
		width: 30%;
		padding-top: 5px;
	}
	#lp footer .lplink .request {
		width: 380px;
	}
	#lp footer .lplink>a {
		width: 42%;
	}
	/*#lp footer .lplink .access {
		width: auto;
	}*/
}
@media screen and (max-width: 1024px) {
	#lp footer .lplink .tel a {
		display: inline-block;
		margin: 0;
	}
	#lp footer .lplink {
		padding-right: 2%;
	}
}
@media screen and (max-width: 767px) {
	#lp footer {
		min-width: auto;
		min-width: inherit;
		max-width: auto;
		max-width: inherit;
		padding: 0;
	}
	#lp footer>div {
		max-width: auto;
		max-width: inherit;
		padding: 0;
		box-sizing: border-box;
		margin: auto;
	}
	#lp footer .lplogo,
	#lp footer .lplink {
		float: none;
	}
	#lp footer>div>div {
		padding: 0;
	}
	#lp footer .lplogo {
		display: none;
		padding: 20px 0 30px;
	}
	#lp footer .lplogo img {
		width: 240px;
	}
	#lp footer .lplink {
		width: auto;
		background-color: #fff;
		padding: 0 0 15px 0;
	}
	#lp footer .lplink>div {
		display: none;
	}
	#lp footer .lplink p {
		display: block;
		font-weight: 700;
		padding: 15px 0 10px;
	}
	#lp footer .lplink a {
		display: inline-block;
		width: 174px;
		vertical-align: bottom;
		margin: 0 auto;
	}
	#lp footer .lplink a+a {
		width: 82px;
	}
	#lp footer .lplink .access {
		width: 38px;
		padding: 0 0 0 5px;
	}
	#lp footer .copy p {
		font-size: 11px;
		font-size: 1.1rem;
	}
	#lp footer .lplink a.sp_tell {
		display: inline-block;
		padding: 0 0 0 5px;
	}
	#lp footer #toTop {
		display: block;
		position: relative;
		background-color: #faf7f7;
		margin: 0px auto;
	}
	#toTop a {
		display: block;
		padding: 12px 0;
	}
	#toTop:after {
		top: 11px;
		width: 10px;
		height: 10px;
	}
	footer .copy {
		background-color: #faf7f7;
	}
	#lp footer .sp_request{
		position: relative;
		z-index: 1;
		display: inline-block;
		width: 174px;
		vertical-align: bottom;
		margin: 0 auto;
		overflow: hidden;
		cursor: pointer;
		border-radius: 50px;
	}
	#lp footer .sp_request::before,
	#lp footer .sp_request::after{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
	}
	#lp footer .sp_request:before{
		background: linear-gradient(45deg, #e83f24 0, #eb5a0d 30%,#e83820 100%);
	}
	#lp footer .sp_request:after{
		background: linear-gradient(45deg, #e83820 0, #eb5a0d 30%,#e83f24 100%);
	}
	#lp footer .sp_request::before {
		transition: 0.6s;
		z-index: -1;
	}
	#lp footer .sp_request::after {
		z-index: -2;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform 0.6s;
	}
	#lp footer .sp_request:hover::before {
		opacity: 0;
	}
	#lp footer .sp_request:hover::after {
		transform-origin: left top;
		transform: scale(1, 1);
	}
	#lp footer .sp_request p{
		position: relative;
		color: #fff;
		width: 100%;
		box-sizing: border-box;
		font-size: 11px;
		line-height: inherit;
		font-weight: bold;
		padding: 10px 10px 10px 15px;
		letter-spacing: 0.14em;
	}
	#lp footer .sp_request p:before{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 15px;
		display: inline-block;
		content: "";
		width: 18px;
		height: 19px;
		background-image: url(../img/icon_note.svg);
		background-position: center center;
		background-repeat: no-repeat;
		margin: auto;
		background-size: contain;
	}
	#lp footer .sp_request p:after{
		position: absolute;
		right: 8px;
		top: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 12px;
		height: 9px;
		margin: auto;
		background-image: url(../img/btn_arrow04.png);
		background-position: center center;
		background-repeat: no-repeat;
		z-index: 1;
		background-size: contain;
	}
}
@media screen and (max-width: 350px) {
	#lp footer .copy p {
		font-size: 10px;
		font-size: 1.0rem;
	}
}
