@charset "UTF-8";
.message_movie{
	display:flex;
	align-items:center;
	gap:60px;
	padding:80px 20px 80px 0;
	background:#f7fbfe;
}

.message_movie__video{
	width:54%;
}

.message_movie__content{
	flex:1;
}


/*----------------------------
動画カード
----------------------------*/

.movie_card{
	position:relative;
	display:block;
	border-radius:12px;
	overflow:hidden;
	color:#fff;
	text-decoration:none;
}

.movie_thumb img{
	display:block;
	width:100%;
	height:auto;
}

.movie_overlay{
	position:absolute;
	inset:0;
	padding:32px;
	background:linear-gradient(
		90deg,
		rgba(0,0,0,.45) 0%,
		rgba(0,0,0,.18) 55%,
		rgba(0,0,0,0) 100%
	);
}

.movie_label{
	margin:0 0 28px;
	font-size:14px;
	font-weight:700;
}

.movie_title{
	margin:0 0 26px;
	font-size:48px;
	line-height:1.35;
	font-weight:700;
}

.movie_company{
	margin:0;
	font-size:16px;
	opacity:.9;
}

.movie_name{
	margin:8px 0 0;
	font-size:28px;
	font-weight:700;
}

.movie_play{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:88px;
	height:88px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.movie_play img{
	width:100%;
}

.movie_time{
	position:absolute;
	left:32px;
	bottom:32px;
	display:inline-flex;
	align-items:center;
	padding:10px 18px;
	border-radius:999px;
	background:#007d87;
	font-size:14px;
	font-weight:700;
}

.message_title{
	margin:0 0 32px;
	font-size:3rem;
	line-height:1.45;
	font-weight:700;
	color:#13274a;
	letter-spacing:.03em;
}

.message_text p{
	margin:0 0 24px;
	font-size:1.6rem;
	line-height:2;
	color:#333;
}

.message_text p:last-child{
	margin-bottom:40px;
}


/*----------------------------
ボタン
----------------------------*/

.movie_btn{
	display:inline-flex;
	align-items:center;
	gap:16px;
	padding:20px 32px;
	border:1px solid #d9e2ea;
	border-radius:10px;
	background:#fff;
	text-decoration:none;
	color:#13274a;
	font-weight:700;
	transition:.3s;
}

.movie_btn:hover{
	box-shadow:0 10px 25px rgba(0,0,0,.08);
	transform:translateY(-2px);
}

.movie_btn_icon{
	width:28px;
	height:28px;
	border-radius:4px;
	background:#0a7d84;
	display:flex;
	align-items:center;
	justify-content:center;
}

.movie_btn_icon img{
	width:10px;
}

.movie_btn_text{
	font-size:18px;
}


/*----------------------------
SP
----------------------------*/

@media screen and (max-width:768px){

.message_movie{
	display:block;
	padding:60px 20px;
}
.message_movie__content {
    padding:0 20px;
}
.message_movie__video{
	width:100%;
	margin-bottom:40px;
}

.movie_overlay{
	padding:24px;
}

.movie_title{
	margin-bottom:18px;
	font-size: 2rem;
	color:#fff;
}

.movie_name{
	font-size:22px;
}

.movie_play{
	width:48px;
	height:48px;
}

.movie_time{
	left:24px;
	bottom:24px;
	padding:8px 16px;
	font-size:13px;
}

.message_title{
	margin-bottom:24px;
	font-size: 2rem;
}

.message_text p{
	margin-bottom:18px;
	font-size:16px;
	line-height:1.9;
}

.movie_btn{
	width:100%;
	justify-content:center;
	padding:18px 20px;
}

.movie_btn_text{
	font-size:16px;
}

}


.message_box{
	font-size:1.4rem;
    width: 1440px;
    line-height:2;
    max-width: 95%;
    margin: 0 auto;
    padding: 20px 20px;
    margin-bottom:40px;
}

.message_box .message_box__content p {
        font-size: 1.3rem;
    }

#mv_new{
	background-image: linear-gradient(0deg, #eef6f9, #f8fcfe);
	margin-top:80px;
	padding:40px 0;
	margin-bottom:20px;
}
#mv_new .inner{
	width: 90%;
	max-width: 1080px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#mv_new .inner .txt{
	width: 52%;
}
#mv_new .inner .txt .ttltop{
	font-weight:900;
	font-size:1.3em;
	letter-spacing:0.1em;
	padding-bottom:0.8em;
}
#mv_new .inner .txt h2{
	font-weight:700;
	font-size:2.8em;
	line-height:1.3;
	padding-bottom:0.5em;
	letter-spacing:0;
}
#mv_new .inner .txt h2 small{
	font-weight:700;
	font-size:0.7em;
}
#mv_new .inner .txt h2 em{
	color:#005AD2;
	font-style:normal;
}
#mv_new .inner .txt p{
	font-size:1.2em;
	line-height:1.7;
	font-weight:500;
	letter-spacing:0.1em;
	padding-bottom:1em;
}
#mv_new .mvform{
	width: 43%;
	background: #fff;
	border-radius: 1em;
	box-shadow: 0 0 1em rgba(0,45,84,0.15);
	padding:1.5em 2em;
}
#mv_new .mvform .mvformtxt{
	text-align: center;
	margin-bottom:1em;
}
#mv_new .mvform .mvformtxt span{
	position: relative;
	display: inline-block;
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding:0 1.5em;
}
#mv_new .mvform .mvformtxt span::before,
#mv_new .mvform .mvformtxt span::after{
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 90%;
	background: #000;
	top:0;
}
#mv_new .mvform .mvformtxt span::before{
	left:0;
	transform: rotate(-10deg);
}
#mv_new .mvform .mvformtxt span::after{
	right:0;
	transform: rotate(10deg);
}

#mv_new .mvform .mvformtxt span strong{
	font-size: 1.3em;
	font-weight: 900;
	color:#005ad2;
}
#mv_new .mvform dl{
	padding-bottom:1em;
}
#mv_new .mvform dl dt{
	font-weight: bold;
	padding-bottom:0.2em;
}
#mv_new .mvform dl dd{
	padding-bottom:0.4em;
}
#mv_new .mvform dl dd input{
	width: 100%;
	height: 45px;
	border: solid 1px #cccccc;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#mv_new .mvform .submit{
	text-align: center;
}
#mv_new .mvform .submit input{
	background: #ffcc00 url(../img/btn_arrow.png) no-repeat 92% center;
	background-size: 0.5em auto;
	text-align: center;
	font-weight: bold;
	width: 90%;
	font-size: 1.2em;
	padding:0.5em 0 0.7em;
	border: none;
	font-family: "Noto Sans JP", sans-serif;
	border-radius: 10em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#mv_new .mvform .submit input:hover{
	opacity: 0.8;
}

.SP{display: none;}
@media screen and (max-width:768px){
	.PC{display: none;}
	.SP{display: block;}

	
#mv_new{
	background-image: linear-gradient(0deg, #eef6f9, #f8fcfe);
	margin-top:50px;
	padding:20px 0 0;
	margin-bottom:50px;
}
#mv_new .inner{
	width: 90%;
	max-width: 1080px;
	margin:0 auto;
}
#mv_new .inner .txt{
	width: 100%;
}
	#mv_new .inner .txt h2{
		font-size:8vw;	
	}
#mv_new .mvform{
	width: 100%;
	border-radius: 0.6em;
	padding:1.5em 1.5em;
	position: relative;
	top:20px;
}
#mv_new .mvform .mvformtxt{
	text-align: center;
	margin-bottom:1em;
}
#mv_new .mvform .mvformtxt span{
	font-size: 1em;
	font-weight: 700;
}

}
