@charset "UTF-8";



/* common --------------------------------------------------------------- */
.fs-l-main {
	margin-top: 0;
	margin-bottom: 0;
	}

.fs-l-main,
.fs-l-pageMain {
	width: 100%;
	max-width: none;
	padding: 0;
	}

#LP_wrapper div,
#LP_wrapper ul,
#LP_wrapper li,
#LP_wrapper h1,
#LP_wrapper h2,
#LP_wrapper h3,
#LP_wrapper h4,
#LP_wrapper h5,
#LP_wrapper h6,
#LP_wrapper p,
#LP_wrapper span,
#LP_wrapper a {
	zoom: 1;
	background-repeat: no-repeat;
	}

#LP_wrapper img {	
	border: 0;
	line-height: 0;
	vertical-align: bottom;
	}

#LP_wrapper ul {
	clear: both;
	list-style: none;
	}

#LP_wrapper ul,
#LP_wrapper ul li,
#LP_wrapper dl,
#LP_wrapper dl dt,
#LP_wrapper dl dd,
#LP_wrapper h1,
#LP_wrapper h2,
#LP_wrapper h3,
#LP_wrapper h4,
#LP_wrapper h5,
#LP_wrapper h6,
#LP_wrapper p,
#LP_wrapper span,
#LP_wrapper a {
	display: block;
	margin: 0;
	padding: 0;
	}

#LP_wrapper br {
	letter-spacing: 0;
	}

#LP_wrapper ul,
#LP_wrapper li,
#LP_wrapper h1,
#LP_wrapper h2,
#LP_wrapper h3,
#LP_wrapper h4,
#LP_wrapper h5,
#LP_wrapper h6,
#LP_wrapper p,
#LP_wrapper span,
#LP_wrapper a {
	display: block;
	}

#LP_wrapper a {
	outline: none;
	text-decoration: none;
	}



/* desktop / mobile --------------------------------------------------------------- */
.dsk {
	display: block !important;
	}

.mob {
	display: none !important;
	}
	
	
@media(max-width: 991px){
	.dsk {
		display: none !important;
		}
	
	.mob {
		display: block !important;
		}
	}



/* wrapper --------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

#LP_wrapper {
	margin: 0 auto;
	}

#LP_wrapper,
#LP_wrapper a {
	color: #333333;
	/*font-family: 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;*/
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	font-weight: 400;
	}

@media(min-width: 1px) and (max-width:768px){
	#LP_wrapper {
		}
	}


/* visual --------------------------------------------------------------- */
#LP_visual {
	width: 100%;
	height: 80vh;
	max-height: 700px;
	background-image: url("https://piit.itembox.design/item/omhz_01_visual_KV.jpg");
	background-position: center center;
	background-size: cover;
	position: relative;
	}
	
	#LP_visual #LP_visual_h1 {
		width: 450px;
		transform: translate(0, -50%);
		position: absolute;
		left: 7%;
		top: 40%;
		}

		#LP_visual #LP_visual_h1 img {
			width: 100%;
			}

@media(min-width: 1441px){
	}

@media(max-width: 991px){
	#LP_visual,
	#LP_visual #LP_visual_text {
		height: 50vh;
		min-height: 400px;
		}
	
	#LP_visual #LP_visual_h1 {
		width: 40%;
		left: 5%;
		top: 60%;
		}
	}

@media(min-width:501px) and (max-width:990px){
	#LP_visual,
	#LP_visual #LP_visual_text {
		height: 40vh;
		min-height: 400px;
		}
	
	#LP_visual #LP_visual_h1 {
		width: 40%;
		left: 5%;
		top: 36%;
		}
	}

@media(max-width: 500px){
	#LP_visual,
	#LP_visual #LP_visual_text {
		height: 35vh;
		min-height: inherit;
		}
	
	#LP_visual #LP_visual_h1 {
		width: 45%;
		left: 5%;
		top: 35%;
		}
	}



/* info --------------------------------------------------------------- */
#LP_info {
	margin: 0;
	margin-left: 16.5%;
	padding: 30px 0;
	overflow: hidden;
	}
	
	#LP_info #LP_infoL {
		float: left;
		margin-right: 70px;
		}

		#LP_info #LP_infoL h2 {
			font-size: 20px;
			font-weight: bold;
			line-height: 30px;
			border-bottom: #B91440 solid 3px;
			
			margin: 0;
			padding: 0;
			margin-top: -8px;
			}

	#LP_info #LP_infoR {
		float: left;
		}

		#LP_info #LP_infoR dl {
			display: table;
			margin: 0;
			padding: 0;
			}

			#LP_info #LP_infoR dl dt,
			#LP_info #LP_infoR dl dd {
				padding: 0;
				margin: 0;
				display: table-cell;
				vertical-align: top;
				font-size: 15px;
				line-height: 1.5;
				}

			#LP_info #LP_infoR dl dt {
				width: 8em;
				}

			#LP_info #LP_infoR dl dd {
				}

				#LP_info #LP_infoR dl dd a {
					display: inline;
					text-decoration: underline;
					line-height: 1.5;
					}

@media(min-width: 1441px){
	}

@media(max-width: 991px){
	#LP_info {
		margin: 0 5%;
		padding: 30px 0;
		}

		#LP_info #LP_infoL {
			float: none;
			margin: 0 auto 10px auto;
			}

			#LP_info #LP_infoL h2 {
				display: inline-block;
				font-size: 18px;
				position: static;
				}

		#LP_info #LP_infoR {
			float: none;
			}

				#LP_info #LP_infoR dl dt {
					width: 7em;
					}
	}

@media(min-width:1px) and (max-width:767px){
	}



/* service --------------------------------------------------------------- */
#LP_service {
	padding: 150px 0;
	text-align: center;
	background-image: url("https://piit.itembox.design/item/omhz_02_service_bg01.png"), url("https://piit.itembox.design/item/omhz_02_service_bg02.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left bottom;
	background-size: 680px auto, 680px auto;
	background-color: #f5f5f5;
	}

	#LP_service h2 {
		display: inline-block;
		margin: 0 auto 100px auto;
		font-size: 21px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 2px !important;
		border-bottom: #B91440 solid 3px;
		}

	#LP_service .LP_serviceT {
		margin-bottom: 20px;
		}

		#LP_service .LP_serviceT .LP_serviceT_arrow {
			width: 30px;
			margin: 70px auto 0 auto;
			}

			#LP_service .LP_serviceT .LP_serviceT_arrow img {
				width: 100%;
				}

	#LP_service .LP_serviceB {
		}

	#LP_service ul {
		text-align: center;
		}

		#LP_service ul li {
			display: inline-block;
			vertical-align: top;
			width: 270px;
			margin: 0 20px 30px 20px;
			}

			#LP_service ul li p:first-of-type {
				margin-bottom: 20px;
				}

				#LP_service ul li p:first-of-type img {
					width: auto;
					height: 90px;
					}

			#LP_service .LP_serviceB ul li p:nth-of-type(2) {
				margin-bottom: 15px;
				padding-bottom: 15px;
				text-align: left;
				border-bottom: #333333 solid 1px;
				}

				#LP_service .LP_serviceB ul li p:nth-of-type(2) img {
					width: auto;
					height: 30px;
					}

			#LP_service ul li p:last-of-type {
				font-size: 15px;
				}

				#LP_service ul li p:last-of-type span {
					font-size: 12px;
					}

@media(min-width: 1441px){
	}

@media(max-width: 991px){
	#LP_service {
		background-image: url("https://piit.itembox.design/item/omhz_02_service_bg_mob.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto 100%;
		}
	}

@media(min-width: 1px) and (max-width:767px){
	#LP_service {
		padding: 70px 0;
		}
	
			#LP_service ul li {
				margin: 0 20px 50px 20px;
				}
	}




/* outline --------------------------------------------------------------- */
#LP_outline {
	padding: 150px 0 50px 0;
	text-align: center;
	}

	#LP_outline h2 {
		display: inline-block;
		margin: 0 auto 50px auto;
		font-size: 21px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 2px !important;
		border-bottom: #B91440 solid 3px;
		}

	#LP_outline .LP_outlineT {
		margin-bottom: 70px;
		}

		#LP_outline .LP_outlineT p {
			width: 930px;
			margin: 0 auto;
			padding: 80px;
			box-sizing: border-box;
			background: #F0DFDB;
			}

			#LP_outline .LP_outlineT p img {
				width: 100%;
				}

	#LP_outline .LP_outlineB {
		}

		#LP_outline .LP_outlineB h3 {
			margin-bottom: 50px;
			font-size: 21px;
			font-weight: bold;
			line-height: 1.5;
			text-align: center;
			letter-spacing: 2px;
			}

			#LP_outline .LP_outlineB h3 span {
				font-size: 12px;
				text-align: center;
				letter-spacing: 0;
				padding-top: 10px;
				}

		#LP_outline .LP_outlineB p {
			font-size: 15px;
			line-height: 2;
			text-align: center;
			margin-bottom: 2em;
			}

@media(min-width: 1441px){
	}

@media(max-width: 991px){
		#LP_outline .LP_outlineT {
			margin-bottom: 0px;
			padding: 30px;
			}

			#LP_outline .LP_outlineT p {
				width: 100%;
				margin: 0 auto;
				padding: 30px;
				}

				#LP_outline .LP_outlineT p img {
					width: 170px;
					}
	
		#LP_outline .LP_outlineB {
			padding: 0 5%;
			}
	}

@media(min-width: 1px) and (max-width:767px){
	#LP_outline {
		padding: 40px 0 0 0;
		}
	
		#LP_outline h2 {
			margin: 0 auto;
			}
	}




/* slide --------------------------------------------------------------- */
#LP_slide {
	margin: 0;
	padding: 100px 0;
	text-align: center;
	background-color: #f5f5f5;
	}

	#LP_slide h2 {
		display: inline-block;
		margin: 0 auto 80px auto;
		font-size: 21px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 2px;
		border-bottom: #B91440 solid 3px;
		}

	#LP_slide #LP_slideWrap {
		display: block;
		max-width: 1100px;
		width: 95%;
		padding: 40px 40px 20px 40px;
		margin: 0 auto;
		box-sizing: border-box;
		background-color: #ffffff;
		}

	#LP_slide #LP_slideWrap .panel {
		display: none;
		}

	#LP_slide #LP_slideWrap .panel.active {
		display: block;
		}

		#LP_slide #LP_slideWrap .panel p:first-of-type {
			margin-bottom: 15px;
			}

			#LP_slide #LP_slideWrap .panel p:first-of-type img {
				width: 100%;						
				}

		#LP_slide #LP_slideWrap .panel p:last-of-type {
			}

			#LP_slide #LP_slideWrap .panel p:last-of-type span {
				font-size: 15px;
				line-height: 1.6;
				letter-spacing: 0.04em;
				text-align: left;
				padding-left: 15px;
				position: relative;
				}

		#LP_slide #LP_slideWrap .panel p:last-of-type span::before {
			width: 3px;
			height: 17px;
			height: 70%;
			background-color: #B91440;
			content: "";
			transform: translate(0,-50%);
			position: absolute;
			left: 0;
			top: 50%;
			}

	#LP_slide #LP_trg {
		}

		#LP_slide #LP_trg ul {
			max-width: 1100px;
			width: 95%;
			display: flex;
			cursor: pointer;
			margin: 0 auto;
			}

		#LP_slide #LP_trg ul li {
			width: calc(100%/3);
			padding: 10px 0 20px 0;
			box-sizing: border-box;
			background-color: #f6f6f6;
			border: #333 solid 1px;
			border-bottom-color: #f6f6f6;
			}

			#LP_slide #LP_trg ul li.active {				
				background-color: #fff;
				border-top-color: #fff;
				border-bottom-color: #333;
				}

		#LP_slide #LP_trg ul li:first-of-type {
			border-left: 0;
			border-right-color: #f6f6f6;
			}

			#LP_slide #LP_trg ul li:first-of-type.active {
				border-right-color: #333;
				}

		#LP_slide #LP_trg ul li:nth-of-type(2) {
			border-left-color: #f6f6f6;
			border-right-color: #f6f6f6;
			}

			#LP_slide #LP_trg ul li:nth-of-type(2).active {
				border-left-color: #333;
				border-right-color: #333;
				}

		#LP_slide #LP_trg ul li:last-of-type {
			border-left-color: #f6f6f6;
			border-right: 0;
			}

			#LP_slide #LP_trg ul li:last-of-type.active {
				border-left-color: #333;
				}				

			#LP_slide #LP_trg ul li div {
				margin: 0 45px;
				opacity: 0.7;
				position: relative;
				}

			#LP_slide #LP_trg ul li.active div {
				opacity: 1;
				}

				#LP_slide #LP_trg ul li div p.number {
					height: 50px;
					margin: 20px 0 10px 0;
					position: relative;
					text-align: left;
					}

					#LP_slide #LP_trg ul li div p.number img {
						height: 100%;
						}

					#LP_slide #LP_trg ul li div p.number img.active_on {
						opacity: 0;
						}

					#LP_slide #LP_trg ul li div p.number img.active_off {
						opacity: 1;
						position: absolute;
						left: 0;
						top: 0;
						}

				#LP_slide #LP_trg ul li div p.txt {
					width: auto;
					text-align: left;
					
					font-size: 18px;
					line-height: 45px;
					border-bottom: #333333 solid 1px;					
					position: absolute;
					left: 100px;
					top: -5px;
					}

		#LP_slide .LP_slideB {
			margin-top: 70px;
			}

			#LP_slide .LP_slideB p {
				font-size: 15px;
				line-height: 2;
				text-align: center;
				margin-bottom: 2em;
				}

@media(max-width: 991px){
	#LP_slide #LP_slideWrap {
		padding: 20px;
		}
	
	#LP_slide #LP_trg ul li div p.number {		
		width: 45%;
		height: auto;
		margin: 10px auto 5px auto;
		}

		#LP_slide #LP_trg ul li div p.number img {
			width: 100%;
			height: auto;			
			}
	
	#LP_slide #LP_trg ul li div {
		margin: 0;
		}
	
		#LP_slide #LP_trg ul li div p.txt {
			display: none;
			}
	
	#LP_slide #LP_trg #LP_slide_mobtxt {
		width: 95%;
		margin: 0 auto;
		padding: 0 0 20px 20px;
		text-align: left;
		background-color: #fff;
		box-sizing: border-box;
		}
	
		#LP_slide #LP_trg #LP_slide_mobtxt p {
			display: none;
			font-size: 18px;
			font-weight: bold;
			line-height: 1.2;
			letter-spacing: 0.04em;
			}
	
		#LP_slide #LP_trg #LP_slide_mobtxt p.active {
			display: block;
			}
	
		#LP_slide .LP_slideB {
			margin: 50px 5% 0 5%;
			}
	}

@media(min-width: 1341px) and (max-width: 1440px){
	#LP_slide #LP_trg ul li div {
		margin: 0 40px;
		}
	}

@media(min-width: 1241px) and (max-width: 1340px){
	#LP_slide #LP_trg ul li div {
		margin: 0 35px;
		}
	}

@media(min-width: 1141px) and (max-width: 1240px){
	#LP_slide #LP_trg ul li div {
		margin: 0 30px;
		}
	}

@media(min-width: 992px) and (max-width: 1140px){
	#LP_slide #LP_trg ul li div {
		margin: 0 25px;
		}
	}

@media(min-width: 992px) and (max-width: 1040px){
	#LP_slide #LP_trg ul li div {
		margin: 20px;
		}
	}

@media(min-width: 1px) and (max-width:767px){
	#LP_slide {
		padding: 50px 0;
		}
	
		#LP_slide h2 {
			margin: 0 auto 20px auto;
			}

		#LP_slide #LP_slideWrap .panel p:last-of-type span::before {
			height: 90%;
			}
	}




/* cloud --------------------------------------------------------------- */
#LP_cloud {
	padding: 100px 0 150px 0;
	text-align: center;
	background: #F0DFDB;
	}

	#LP_cloud h2 {
		display: inline-block;
		margin: 0 auto 50px auto;
		padding-top: 70px;
		font-size: 21px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 2px;
		background-image: url("https://piit.itembox.design/item/omhz_05_cloud_img01.png");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 45px 45px;
		}

		#LP_cloud p:first-of-type {
			font-size: 15px;
			line-height: 2;
			text-align: center;
			margin-bottom: 50px;
			}

		#LP_cloud p:last-of-type {
			width: 100%;
			max-width: 870px;
			margin: 0 auto;
			}

			#LP_cloud p:last-of-type img {
				width: 100%;
				}

@media(min-width: 1441px){
	}

@media(max-width: 991px){
	#LP_cloud {
		padding: 50px 5%;
		}

		#LP_cloud h2 {
			margin: 0 auto 30px auto;
			}

			#LP_cloud p:first-of-type {
				margin-bottom: 20px;
				}

			#LP_cloud p:last-of-type {
				margin: 0 auto;
				}

				#LP_cloud p:last-of-type img {
					width: 100%;
					}
	}

@media(min-width: 1px) and (max-width:767px){
	}



/* flow --------------------------------------------------------------- */
#LP_flow_lineup_hozon {
	margin: 0 auto;
	padding: 150px 0;
	background-color: #f5f5f5;
	background-image: url("https://piit.itembox.design/item/omhz_06_flow_bg01.png"), url("https://piit.itembox.design/item/omhz_06_flow_bg02.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right 5%, left 73%;
	background-size: 680px auto, 680px auto;
	}

#LP_flow {
	margin: 0 auto 180px auto;
	padding: 0;
	text-align: center;
	}

	#LP_flow h2 {
		display: inline-block;
		margin: 0 auto 80px auto;
		font-size: 21px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 2px;
		border-bottom: #B91440 solid 3px;
		}

	#LP_flow .LP_flow_img {
		width: 90%;
		max-width: 930px;
		margin: 0 auto 50px auto;
		}

		#LP_flow .LP_flow_img img {
			width: 100%;
			}

	#LP_flow #LP_flow_shosai {
		width: 90%;
		max-width: 930px;
		margin: 0 auto 50px auto;
		padding: 20px 0;
		border-top: 1px solid #D0D4D8;
		border-bottom: 1px solid #D0D4D8;
		}

		#LP_flow #LP_flow_shosai .LP_flow_shosai_trg {
			display: inline-block;
			color: #B91440;
			cursor: pointer;
			font-size: 15px;
			position: relative;
			}

			#LP_flow #LP_flow_shosai .LP_flow_shosai_trg::after {
				content: "";
				width: 20px;
				height: 1px;
				background-color: #B91440;
				transform: translate(0, -50%);
				position: absolute;
				right: -40px;
				top: 50%;
				}

			#LP_flow #LP_flow_shosai .LP_flow_shosai_trg::before {
				content: "";
				width: 1px;
				height: 20px;
				background-color: #B91440;
				transform: translate(0, -50%);
				position: absolute;
				right: -30px;
				top: 50%;
				}

			#LP_flow #LP_flow_shosai .LP_flow_shosai_trg.active::before {
				content: none;
				}

	#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap {
		display: none;
		margin: 0;
		padding: 50px 0;
		}

		#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap dl {
			overflow: hidden;
			margin: 0;
			padding: 0;
			}

			#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap dl dt {
				float: left;
				width: 90px;
				
				margin: 0;
				padding: 3px 0;
				}

				#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap dl dt img {
					width: 100%;
					}

			#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap dl dd {
				float: right;
				width: 810px;
				
				margin: 0;
				padding: 3px 0;
				}

				#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap dl dd h3 {
					color: #B91440;
					font-size: 21px;
					font-weight: bold;
					text-align: left;
					line-height: 1.5 !important;
					margin-bottom: 30px;
					}

				#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap dl dd p {
					font-size: 15px;
					line-height: 2;
					text-align: left;
					margin-bottom: 2em;
					}

					#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap dl dd p a {
						color: #B91440;
						display: inline;
						text-decoration: underline;
						}

				#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap dl dd span {
					color: #676767;
					font-size: 13px;
					line-height: 2;
					text-align: left;
					margin-bottom: 50px;
					}

	#LP_flow .LP_flow_button {
		width: 100%;
		text-align: center;
		}

		#LP_flow .LP_flow_button a {
			width: 244px;
			margin: 0 auto;
			padding: 10px 0;
			font-size: 15px;
			text-align: center;
			transition: all 0.5s;
			border-radius: 50px;
			line-height: 26px;
			border: solid 1px;
			color: #ffffff;
			border-color: #B91440;
			background-color: #B91440;
			position: relative;
			}

		#LP_flow .LP_flow_button a::after {
			width: 0.5em;
			height: 0.5em;
			transform: translateY(-50%) rotate(45deg);
			border-right: 1px solid currentColor;
			border-top: 1px solid currentColor;
			content: "";
			position: absolute;
			right: 1.5em;
			top: 50%;
			}

		#LP_flow .LP_flow_button a:hover {
			color: #B91440;				
			background-color: #ffffff;
			}
		
		#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap .LP_flow_shosai_trg_close {
			margin-top: 30px;
			padding: 0;
			text-align: center;
			}

			#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap .LP_flow_shosai_trg_close p {
				width: 244px;
				margin: 0 auto;
				padding: 10px 0;
				color: #333333;				
				font-size: 15px;
				font-weight: 400;
				line-height: 26px;
				letter-spacing: 0.05em;
				text-align: center;
				transition: all 0.5s;
				border-radius: 50px;
				border: #333333 solid 1px;
				position: relative;
				cursor: pointer;
				}

			#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap .LP_flow_shosai_trg_close p::after {
				width: 15px;
				height: 15px;
				transform: translateY(-3px) rotate(-45deg);
				border-right: 1px solid currentColor;
				border-top: 1px solid currentColor;
				content: "";

				position: absolute;
				right: 30px;
				top: 50%;
				}

			#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap .LP_flow_shosai_trg_close p:hover {
				color: #333333;				
				background-color: #ffffff;
				}

@media(min-width: 1441px){
	}

@media(max-width: 991px){
	#LP_flow_lineup_hozon {
		padding: 100px 0;
		background-image: url("https://piit.itembox.design/item/omhz_02_service_bg_mob.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto 100%;
		}

	#LP_flow {
		margin: 0 auto 100px auto;
		}

		#LP_flow .LP_flow_button a {
			display: inline-block;
			}
	
		#LP_flow h2 {
			margin: 0 auto 50px auto;
			}

		#LP_flow .LP_flow_img {
			margin: 0 auto 50px auto;
			}

		#LP_flow #LP_flow_shosai {
			margin: 0 auto 50px auto;
			}
	
				#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap dl dt {
					display: none;
					}

				#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap dl dd {
					float: none;
					width: 100%;
					}
	
					#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap dl dd h3 {
						margin-bottom: 30px;
						padding-left: 50px;
						background-position: left center;
						background-size: auto 30px;
						}
	
					#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap dl:first-of-type dd h3 {
						background-image: url("https://piit.itembox.design/item/omhz_06_flow_num01.png");
						}
	
					#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap dl:nth-of-type(2) dd h3 {
						background-image: url("https://piit.itembox.design/item/omhz_06_flow_num02.png");
						}
					
					#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap dl:nth-of-type(3) dd h3 {
						background-image: url("https://piit.itembox.design/item/omhz_06_flow_num03.png");
						}
	
					#LP_flow #LP_flow_shosai #LP_flow_shosai_wrap dl:last-of-type dd h3 {
						background-image: url("https://piit.itembox.design/item/omhz_06_flow_num04.png");
						}
	}

@media(min-width: 1px) and (max-width:767px){
	}




/* lineup --------------------------------------------------------------- */
#LP_lineup {
	margin: 0 auto 200px auto;
	padding: 0;
	text-align: center;
	}

	#LP_lineup h2 {
		display: inline-block;
		margin: 0 auto 50px auto;
		font-size: 21px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 2px;
		border-bottom: #B91440 solid 3px;
		}

	#LP_lineup ul {
		width: 930px;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
		list-style-type: none;
		}

		#LP_lineup ul li {
			float: left;
			width: 450px;
			margin-right: 30px;
			}

		#LP_lineup ul li:last-of-type {
			margin-right: 0;
			}

			#LP_lineup ul li img {
				width: 100%;
				}

		#LP_lineup ul li a {
			width: 244px;
			margin: 40px auto 0 auto;
			padding: 10px 0;
			font-size: 15px;
			text-align: center;
			transition: all 0.5s;
			border-radius: 50px;
			line-height: 26px;
			border: solid 1px;
			color: #ffffff;
			border-color: #B91440;
			background-color: #B91440;
			position: relative;
			}

		#LP_lineup ul li a::after {
			width: 0.5em;
			height: 0.5em;
			transform: translateY(-50%) rotate(45deg);
			border-right: 1px solid currentColor;
			border-top: 1px solid currentColor;
			content: "";
			position: absolute;
			right: 1.5em;
			top: 50%;
			}

		#LP_lineup ul li a:hover {
			color: #B91440;				
			background-color: #ffffff;
			}

@media(min-width: 1441px){
	}

@media(max-width: 991px){
	#LP_lineup {
		margin: 0 auto 100px auto;
		}

		#LP_lineup ul {
			width: 90%;
			}

			#LP_lineup ul li {
				float: left;
				width: 48%;
				margin: 0 4% 0 0;
				}
		
				#LP_lineup ul li a {
					margin: 20px auto 0 auto;
					}
	}

@media(min-width: 1px) and (max-width:767px){
			#LP_lineup ul li {
				float: none;
				width: 100%;
				max-width: 400px;
				margin: 0 auto 50px auto;
				}
	
			#LP_lineup ul li:last-of-type {
				margin-right: auto;
				}
	}



/* hozon --------------------------------------------------------------- */
#LP_hozon {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}

	#LP_hozon h2 {
		display: inline-block;
		margin: 0 auto 50px auto;
		font-size: 21px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 2px;
		border-bottom: #B91440 solid 3px;
		}

	#LP_hozon .LP_hozon_wrap {
		width: 90%;
		max-width: 900px;
		margin: 0 auto;
		padding: 20px 0;
		border-top: 1px solid #D0D4D8;
		}

	#LP_hozon .LP_hozon_wrap:last-of-type {
		border-bottom: 1px solid #D0D4D8;
		}

		#LP_hozon .LP_hozon_wrap .LP_hozon_trg {
			padding: 4px 40px 4px 50px;
			cursor: pointer;
			font-size: 18px;
			text-align: left;
			background-image: url("https://piit.itembox.design/item/omhz_08_hozon_Q.png");
			background-position: left center;
			background-repeat: no-repeat;
			background-size: 24px auto;
			position: relative;
			}

			#LP_hozon .LP_hozon_wrap .LP_hozon_trg::after {
				content: "";
				width: 20px;
				height: 1px;
				background-color: #B91440;
				transform: translate(0, -50%);
				position: absolute;
				right: 0;
				top: 50%;
				}

			#LP_hozon .LP_hozon_wrap .LP_hozon_trg::before {
				content: "";
				width: 1px;
				height: 20px;
				background-color: #B91440;
				transform: translate(0, -50%);
				position: absolute;
				right: 10px;
				top: 50%;
				}

			#LP_hozon .LP_hozon_wrap .LP_hozon_trg.active::before {
				content: none;
				}

			#LP_hozon .LP_hozon_wrap p {
				display: none;
				margin: 15px 0 0 50px;
				padding: 0 10% 0 30px;
				font-size: 15px;
				line-height: 2;
				text-align: left;
				border-left: 2px solid #B91440;
				}

				#LP_hozon .LP_hozon_wrap p span {
					display: inline-block;
					color: #B91440;
					margin-top: 5px;
					padding-right: 10px;
					cursor: pointer;
					position: relative;
					}

				#LP_hozon .LP_hozon_wrap p span::after {
					width: 0.5em;
					height: 0.5em;
					transform: translateY(-50%) rotate(45deg);
					border-right: 1px solid currentColor;
					border-top: 1px solid currentColor;
					content: "";
					position: absolute;
					right: 0;
					top: 50%;
					}

@media(min-width: 1441px){
	}

@media(max-width: 991px){
			#LP_hozon .LP_hozon_wrap p {
				padding: 0 12% 0 20px;
				line-height: 1.6;
				}
	}

@media(min-width: 1px) and (max-width:767px){
	#LP_hozon .LP_hozon_wrap .LP_hozon_trg {
		font-size: 16px;
		}
	}

@media(min-width: 1px) and (max-width:400px){
	#LP_hozon .LP_hozon_wrap .LP_hozon_trg {
		font-size: 15px;
		}
	}




/* modal --------------------------------------------------------------- */
.LP_modal,
.LP_modal .LP_mask {
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	}

.LP_modal {
	display: none;
	z-index: 9999999;
	}

	.LP_modal .LP_mask {
		background-color: rgba(30,30,30,0.8);
		}

	.LP_modal .LP_detail {
		width: 90vw;
		max-width: 810px;
		height: 95vh;
		transform: translate(-50%,-50%);
		position: absolute;
		left: 50%;
		top: 50%;
		}

		.LP_modal .LP_detail .LP_detailwrap {
			display: none;
			width: 100%;
			height: 100%;
			box-sizing: border-box;
			padding: 70px 70px 50px 70px;
			overflow-y: scroll;
			text-align: left;
			background-color: #ffffff;
			}

			.LP_modal .LP_detail .LP_detailwrap .LP_de01 {
				margin-bottom: 50px;
				font-size: 15px;
				line-height: 2;
				}

			.LP_modal .LP_detail .LP_detailwrap .LP_de01:last-of-type {
				margin-bottom: 0;
				}

				.LP_modal .LP_detail .LP_detailwrap .LP_de01 h4 {
					display: block;
					color: #B91440;
					font-size: 21px;
					font-weight: bold;
					line-height: 1.6;
					text-align: left;
					margin-bottom: 10px !important;
					}

				.LP_modal .LP_detail .LP_detailwrap .LP_de01 img {
					}

		.LP_modal .LP_close {
			width: 50px;
			height: 50px;
			cursor: pointer;
			background-image: url("https://piit.itembox.design/item/omhz_08_hozon_close.png");
			background-position: center center;
			background-size: 100% auto;
			position: absolute;
			right: 20px;
			top: 10px;
			}

@media(min-width: 1441px){
	}

@media(max-width: 991px){
			.LP_modal .LP_detail .LP_detailwrap {
				padding: 70px 20px 0 20px;
				}

				.LP_modal .LP_detail .LP_detailwrap .LP_de01 {
					line-height: 1.6;
					}
	
					.LP_modal .LP_detail .LP_detailwrap .LP_de01 h4 {
						font-size: 16px;
						}
	}

@media(min-width: 1px) and (max-width:767px){
	}

@media(min-width: 1px) and (max-width:400px){
	}




/* faq --------------------------------------------------------------- */
#LP_faq {
	margin: 0;
	padding-top: 100px;
	text-align: center;
	}

	#LP_faq h2 {
		display: inline-block;
		margin: 0 auto 50px auto;
		font-size: 21px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 2px !important;
		}

	#LP_faq .LP_faq_wrap {
		width: 90%;
		max-width: 900px;
		margin: 0 auto;
		padding: 20px 0;
		border-top: 1px solid #D0D4D8;
		}

	#LP_faq .LP_faq_wrap:last-of-type {
		border-bottom: 1px solid #D0D4D8;
		}

		/* 表示されているトリガー--------------------------------------------------------------- */
		#LP_faq .LP_faq_wrap .LP_faq_trg {
			padding: 4px 40px 4px 50px;
			cursor: pointer;
			font-size: 15px;
			line-height: 1.5;
			text-align: left;
			background-image: url("https://piit.itembox.design/item/omhz_08_hozon_Q.png");
			background-position: left center;
			background-repeat: no-repeat;
			background-size: 24px auto;
			position: relative;
			}

		#LP_faq .LP_faq_wrap .LP_faq_trg::after {
			content: "";
			width: 20px;
			height: 1px;
			background-color: #B91440;
			transform: translate(0, -50%);
			position: absolute;
			right: 0;
			top: 50%;
			}

		#LP_faq .LP_faq_wrap .LP_faq_trg::before {
			content: "";
			width: 1px;
			height: 20px;
			background-color: #B91440;
			transform: translate(0, -50%);
			position: absolute;
			right: 10px;
			top: 50%;
			}

		#LP_faq .LP_faq_wrap .LP_faq_trg.active::before {
			content: none;
			}

		#LP_faq .LP_faq_wrap p {
			display: none;
			margin: 15px 0 0 50px;
			padding: 0 10% 0 30px;
			font-size: 15px;
			line-height: 2;
			text-align: left;
			border-left: 2px solid #B91440;
			}


		/* 隠しているトリガー--------------------------------------------------------------- */
		#LP_faq #LP_faq_shosai_wrap {
			width: 90%;
			max-width: 900px;
			margin: 0 auto;
			display: none;
			}

			#LP_faq #LP_faq_shosai_wrap h3 {
				color: #B91440;
				font-size: 15px;
				font-weight: bold;
				text-align: left;			
				margin: 50px auto 20px auto;
				}

			#LP_faq #LP_faq_shosai_wrap .LP_faq_wrap {
				width: 100%;
				}

				#LP_faq #LP_faq_shosai_wrap .LP_faq_wrap .LP_faq_trg {
					background-image: url("https://piit.itembox.design/item/omhz_09_faq_Q.png");
					}

		#LP_faq .LP_faq_shosai_trg {
			width: 90%;
			max-width: 900px;
			margin: 0 auto;
			padding: 20px 0;
			cursor: pointer;
			border-top: 1px solid #D0D4D8;
			border-bottom: 1px solid #D0D4D8;
			}

		#LP_faq .LP_faq_shosai_trg.active {
			border-bottom: 0;
			}

			#LP_faq .LP_faq_shosai_trg p {
				display: inline-block;
				color: #B91440;
				font-size: 15px;
				position: relative;
				}

				#LP_faq .LP_faq_shosai_trg p::after {
					content: "";
					width: 20px;
					height: 1px;
					background-color: #B91440;
					transform: translate(0, -50%);
					position: absolute;
					right: 0;
					top: 50%;
					}

				#LP_faq .LP_faq_shosai_trg p::before {
					content: "";
					width: 1px;
					height: 20px;
					background-color: #B91440;
					transform: translate(0, -50%);
					position: absolute;
					right: 10px;
					top: 50%;
					}

				#LP_faq .LP_faq_shosai_trg.active p::before {
					content: none;
					}

			#LP_faq #LP_faq_shosai_wrap .LP_faq_shosai_trg_close {
				margin-top: 30px;
				padding: 0;
				text-align: center;
				}

				#LP_faq #LP_faq_shosai_wrap .LP_faq_shosai_trg_close p {
					width: 244px;
					margin: 0 auto;
					padding: 10px 0;
					color: #333333;				
					font-size: 15px;
					font-weight: 400;
					line-height: 26px;
					letter-spacing: 0;
					text-align: center;
					transition: all 0.5s;
					border-radius: 50px;
					border: #333333 solid 1px;
					position: relative;
					cursor: pointer;
					}

				#LP_faq #LP_faq_shosai_wrap .LP_faq_shosai_trg_close p::after {
					width: 15px;
					height: 15px;
					transform: translateY(-3px) rotate(-45deg);
					border-right: 1px solid currentColor;
					border-top: 1px solid currentColor;
					content: "";

					position: absolute;
					right: 20px;
					top: 50%;
					}

				#LP_faq #LP_faq_shosai_wrap .LP_faq_shosai_trg_close p:hover {
					color: #333333;				
					background-color: #f5f5f5;
					}

@media(min-width: 1441px){
	}

@media(max-width: 991px){
	#LP_faq {
		padding-top: 50px;
		}

		#LP_faq h2 {
			margin: 0 auto 20px auto;
			}

			#LP_faq .LP_faq_wrap p {
				padding: 0 12% 0 20px;
				line-height: 1.6;
				}
	}

@media(min-width: 1px) and (max-width:767px){
	}

@media(min-width: 1px) and (max-width:400px){
	}






/* cation --------------------------------------------------------------- */
#LP_cation {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
	}

	#LP_cation h2 {
		display: inline-block;
		margin: 0 auto 80px auto;
		font-size: 21px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 2px;
		}

	#LP_cation p {
		font-size: 13px;
		line-height: 2;
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
		}

	#LP_cation p:nth-of-type(2) {
		letter-spacing: -0.5px;
		}

@media(min-width: 1441px){
	}

@media(max-width: 991px){
		#LP_cation h2 {
			margin: 0 auto 20px auto;
			}

		#LP_cation p:nth-of-type(2) {
			letter-spacing: 0;
			}
	}

@media(min-width: 1px) and (max-width:767px){
	}

@media(min-width: 1px) and (max-width:400px){
	}


