/* 20230911 修正 */
/* 40over */


.home-trouble:before{
	display: none;
}

.img_obi{
    width: 9em;
    margin-top: -74.6px;
    margin-left: 541px;
    position: absolute;
	pointer-events: none;

}

.l-main-img{
	min-height: 760px;
	position: relative;
	background-image: url("../img/home/bg_mv04_pc.jpg");
}
.l-main-img .l-main-img__inner{
	min-height: unset;
}
.l-main-img .l-main-img__elem{
	width: 100%;
	height: 760px;
	position: relative;
	padding-top: 140px;
}
.l-main-img .l-main-img__copy{
	position: relative;
	width: 48%;
	left: 6%;
    top: -60px;
	/* max-width:632px; */
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 28px;
}
.l-main-img .l-main-img__copy p{
	font-weight: normal;
	 text-shadow: 2px 2px 10px #fff,
                     -2px 2px 10px #fff,
                     2px -2px 10px #fff,
                     -2px -2px 10px #fff;
}
.l-main-img .l-main-img__copy .copy01{
	font-size: 2.5rem;
	color: #000;
	letter-spacing: .3em;
	margin-left: 0.5rem;
}
.l-main-img .l-main-img__copy .copy02{
	/* font-size: 6rem; */
	font-size: 3.4vw;
	-webkit-text-stroke: 1px;
	color: #44387C;
	line-height: 1.2;
}
.l-main-img .l-main-img__copy .copy02 br{
	display: none;
}
.l-main-img .l-main-img__copy .copy03{
	font-size: 2.2rem;
	color: #000;
}
.l-main-img .l-main-img__mp{
	position: relative;
	width: 48%;
	left: 10%;
	margin-top: -4%;
}
.l-main-img .l-main-img__mp ul{
	display: flex;
	flex-direction: column;
	padding-left: 40px;
}
.l-main-img .l-main-img__mp li{
	margin-bottom: 30px;
}
.l-main-img .l-main-img__mp li:nth-child(2){
	padding-left: 40px;
}
.l-main-img .l-main-img__mp ul img{
	width: auto;
	/* height: 90px; */
	height: 5vw;
}

.l-container{
	padding-top: 0;
}
.l-contents .l-main-msg{
	background-image: url(../img/home/bg_mv_msg_pc.png);
	position: relative;
	padding: 30px 0;
}
.l-contents .l-main-msg::before{
	content:"";
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	width: 100%;
	height: 2px;
	background-color: #F5FE00;
}
.l-contents .l-main-msg::after{
	content:"";
	display: block;
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 100%;
	height: 2px;
	background-color: #F5FE00;
}
.l-contents .l-main-msg .ttl{
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1;
}
.l-contents .l-main-msg .ttl .b1{
	font-size: 3.0rem;
}
.l-contents .l-main-msg .ttl .b2{
	font-size: 1.4rem;
}
.l-contents .l-main-msg .ttl br{
	display: none;
}
.l-contents .l-main-msg .text{
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
	position: relative;
}
.l-contents .l-main-msg .text::before{
	content:"";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -17em;
	bottom: 0;
	width: 1px;
	height: 30px;
	background-color: #fff;
	transform: rotate(-30deg);
}
.l-contents .l-main-msg .text::after{
	content:"";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: 17em;
	bottom: 0;
	width: 1px;
	height: 30px;
	background-color: #fff;
	transform: rotate(30deg);
}
.l-contents .l-main-msg .text br{
	display: none;
}

.l-main-txt{
	padding: 40px 0;
	background: linear-gradient(to right, #E7E7FF, #FFFFFF);
}
.l-main-txt h2{
	color: #44387C;
	font-size: 3rem;
	text-align: center;
	font-weight: bold;
}
.l-main-txt h2 span{
	font-size: 3.6rem;
	display: block;
}
.l-main-txt .lead{
	text-align: center;
	font-size: 2.4rem;
	margin: 20px auto;
}
.l-main-point{
	width: 1120px;
	margin: 40px auto 0;
	display: flex;
}
.l-main-point .point{
	width: 350px;
	margin-right: 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.l-main-point .point:last-child{
	margin-right: 0;
}
.l-main-point .point .point_num{
	width: 60px;
	height: 60px;
}
.l-main-point .point .ttl{
	text-align: center;
	height: 100px;
	margin-top: 30px;
}
.l-main-point .point .ttl img{
	width: auto;
}
.l-main-point .point .text{
	font-size: 2rem;
	line-height: 1.7;
}



@media all and (min-width: 600px) and (max-width: 1300px){
	.l-main-img{
		min-height: 640px;
		background-image: url("../img/home/bg_mv04_pc.jpg");
	}
	.l-main-img .l-main-img__elem{
		min-height: 640px;
		padding-top: 100px;
	}
	.l-main-img .l-main-img__copy{
		width: 50%;
		left: 4%;
		max-width:600px;
		margin-bottom: 28px;
	}
	.l-main-img .l-main-img__copy .copy01{
		font-size: 2rem;
	}
	.l-main-img .l-main-img__copy .copy02{
		font-size: 4rem;
	}
	.l-main-img .l-main-img__copy .copy03{
		font-size: 2rem;
	}
	.l-main-img .l-main-img__mp{
		width: 46%;
		left: 10%;
		margin-top: 40px;
	}
	.l-main-img .l-main-img__mp ul img{
		/* height: 80px; */
		height: 60px;
	}

	.l-contents .l-main-msg .ttl{
		font-size: 2rem;
	}
	.l-contents .l-main-msg .ttl .b1{
		font-size: 2.8rem;
	}
	.l-contents .l-main-msg .ttl .b2{
		font-size: 1.4rem;
	}
	.l-contents .l-main-msg .text{
		font-size: 1.6rem;
	}

	.l-main-txt h2{
		font-size: 2.8rem;
	}
	.l-main-txt h2 span{
		font-size: 3.2rem;
	}
	.l-main-txt .lead{
		font-size: 2rem;
	}
	.l-main-point{
		width: 96%;
	}
	.l-main-point .point{
		width: 33%;
		margin-right: 2%;
	}
	.l-main-point .point:last-child{
		margin-right: 0;
	}
	.l-main-point .point .ttl{
		height: 90px;
		margin-top: 20px;
	}
	.l-main-point .point .text{
		font-size: 1.8rem;
		line-height: 1.6;
	}

}

@media all and (max-width: 599px){
	
	.img_obi {
        margin-left: 4.5em;
		pointer-events: all;
		position: absolute;
        bottom: 10px;
        width: 10em;
	}

	.l-main-img{
		height: 455px;
		min-height: unset;
		background: linear-gradient(to right, #E7E7FF, #FFFFFF);
	}
	.l-main-img .l-main-img__inner{
		height: 417px;
		background-image: url("../img/home/bg_mv04_sp.jpg");
		background-position: center;
		background-size: cover;
	}
	.l-main-img .l-main-img__elem{
		height: 100%;
		padding-top: 0px;
	}
	.l-main-img .l-main-img__copy{
		width: 100%;
		margin-left: 0%;
        text-align: left;
		top: 50%;
		max-width:unset;
		margin-bottom: 0px;
	}
	.l-main-img .l-main-img__copy p{
		text-align: right;
	}
	.l-main-img .l-main-img__copy .copy01{
		font-size: 1.1rem;
		width: 100%;
		text-align: left;
		margin-left: 1%;
		letter-spacing: .2em;
	}
	.l-main-img .l-main-img__copy .copy02{
		font-size: 2.5rem;
	}
	.l-main-img .l-main-img__copy .copy02 br{
		display: block;
	}
	.l-main-img .l-main-img__copy .copy03{
		font-size: 1rem;
	}
	.l-main-img .l-main-img__mp{
		position: absolute;
		width: 100%;
		left: unset;
		bottom: -70px;
		margin: 0;
	}
	.l-main-img .l-main-img__mp ul{
		display: flex;
		flex-direction: row;
		padding: 0;
		width: 90%;
		margin: auto;
		justify-content: space-between;
	}
	.l-main-img .l-main-img__mp li{
		margin-right: 0;
		width: 32%;
		padding: 0;
		margin: 0;
	}
	.l-main-img .l-main-img__mp li:nth-child(2){
		padding: 0;
	}
	.l-main-img .l-main-img__mp ul img{
		width: 100%;
		height: auto;
	}

	.l-container{
		padding-top: 0;
	}
	.l-contents .l-main-msg{
		background-image: url(../img/home/bg_mv_msg_pc.png);
		background-size: cover;
		padding: 20px 0;
	}
	.l-contents .l-main-msg .ttl{
		font-size: 1.6rem;
		line-height: 1.5;
		font-weight: bold;
	}
	.l-contents .l-main-msg .ttl .b1{
		font-size: 2.0rem;
	}
	.l-contents .l-main-msg .ttl .b2{
		font-size: 1.2rem;
	}
	.l-contents .l-main-msg .ttl br{
		display: block;
	}
	.l-contents .l-main-msg .text{
		font-size: 1.4rem;
		margin-top: 10px;
		line-height: 1.5;
	}
	.l-contents .l-main-msg .text::before{
		margin-left: -11.5em;
		height: 40px;
	}
	.l-contents .l-main-msg .text::after{
		margin-left: 11.5em;
		height: 40px;
	}
	.l-contents .l-main-msg .text br{
		display: block;
	}

	.l-main-txt{
		padding: 24px 0 40px;
	}
	.l-main-txt h2{
		font-size: 1.8rem;
		line-height: 1.6;
	}
	.l-main-txt h2 span{
		font-size: 2.2rem;
	}
	.l-main-txt .lead{
		font-size: 1.5rem;
		line-height: 1.6;
		margin: 12px auto;
	}
	.l-main-point{
		width: 90%;
		margin: 20px 5%;
		display: flex;
		flex-direction: column;
	}
	.l-main-point .point{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		flex-direction: unset;
		flex-wrap: wrap;
	}
	.l-main-point .point:last-child{
		margin-right: 0;
		margin-bottom: 0;
	}
	.l-main-point .point .point_num{
		width: 10%;
		height: auto;
		margin-right: 10px;
	}
	.l-main-point .point .point_num img{
		width: 100%;
		height: auto;
	}
	.l-main-point .point .ttl{
		text-align: left;
		height: auto;
		margin-top: 0;
	}
	.l-main-point .point .ttl img{
		width: auto;
		height: 27px;
	}
	.l-main-point .point .text{
		font-size: 1.5rem;
		line-height: 1.6;
		margin-top: 10px;
		padding-left: calc(10% + 10px);
	}
	.l-main-point .point .text br{
		display: none;
	}

	/* scroll */
	.l-main-img__btn{
		bottom: 120px;
	}

	@media all and (min-width: 420px) and (max-width: 599px){
		.l-main-img{
			height: calc(100vw + 170px);
		}
		.l-main-img .l-main-img__inner{
			height: calc(100vw + 100px);
			background-image: url("../img/home/bg_mv04_sp.jpg");
			background-position: bottom;
		}
		.l-main-img .l-main-img__elem{
			height: calc(100vw + 100px);
		}
		.l-main-img .l-main-img__copy .copy01{
			font-size: 3.2vw;
			text-align: left;
			width: 100%;
			margin-left: 1%;
	}
		}
		.l-main-img .l-main-img__copy .copy02{
			font-size: 7.5vw;
			text-align: left;
            width: 100%;
			margin-left: 0%;
		}
		.l-main-img .l-main-img__copy .copy03{
			font-size: 2.8vw;
			text-align: left;
			width: 100%;
		}
		.l-main-img .l-main-img__mp{
			bottom: -26px;
		}
	}
	@media all and (max-width: 359px){
		.l-main-img .l-main-img__copy .copy01{
			font-size: 2.8vw;
		}
		.l-main-img .l-main-img__copy .copy02{
			font-size: 7vw;
		}
		.l-main-img .l-main-img__copy .copy03{
			font-size: 2.8vw;
		}
		.l-contents .l-main-msg .text{
			font-size: 1.2rem;
		}
		.l-main-point .point .ttl img{
			width: auto;
			height: 22px;
		}
	}

