@charset "utf-8";

/*-------------- lp_header --------------*/

.lp_header{

}

.lp_main{

}

/*-------------- lp_kv --------------*/

.lp_intro{
	padding: 0.8rem;
	text-align:center;
	font-size: 1.8rem;
	font-weight:500;
	border-top:1px solid #dedede;
	background:#F9F9F9;
}
.lpkv{
	display:flex;
	justify-content:space-between;
	align-items: stretch;
	border-bottom: 1px solid var(--white);
}
.lpkv_bodyContainer{
	width:50%;
	padding:4rem 8rem 4rem 4rem;
	background: var(--blue);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
@media screen and (max-width: 1080px){
	.lpkv_bodyContainer{
		width:50%;
		padding:1rem 2rem 1rem 0rem;
	}
}
@media screen and (max-width: 767px){
	.lpkv_bodyContainer{
		width: 100%;
		padding:24px 0 48px;
	}
}
.lpkv_body{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* width:100%; */
}
.lpkv_image{
	position:relative;
	width:50%;
	background: url(../images/lp_kv_bg.jpg) no-repeat left 85% bottom;
	background-size: cover;
	height: 66.0rem;
	padding-top: 8.0rem;
}
.lpkv_image::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.lpkv_movieContainer{
	position: absolute;
	bottom: 4%;
	right: 4%;
	width: 85%;
	max-width: 440px;
}
.lpkv_movie{
	aspect-ratio: 16/9;
	width: 100%;
	max-width: 100%;
	border-radius: 8px;
}

@media screen and (max-width: 1360px){
	.lpkv_movieContainer{
		right: 4%;
		max-width: 340px;
	}
}
@media screen and (max-width: 880px){
	.lpkv_movieContainer{
		right: 4%;
	}
}
@media screen and (max-width: 767px){
	.lpkv_movieContainer{
		display: none;
	}
}
.movie_sp{
	display: none;
}
.movie_sp_text{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #272C30;
	line-height: 1;
	margin: 12px auto;
}
.movie_sp_textImg{
	margin: auto;
	display: block;
}
@media screen and (max-width: 767px){
	.movie_sp{
		display: block;
		max-width: 100%;
		width: 100%;
		padding: 64px 20px;
	}
}
@media screen and (max-width: 767px){
	.lpkv_movie--sp{
		display: block;
		max-width: 640px;
		width: 100%;
		border-radius: 8px;
		aspect-ratio: 16/9;
		margin: auto;
	}
}
.lpkv_movieText{
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	font-size: clamp(14px, 1.5vw, 20px);
	margin-bottom: 8px;
	text-shadow: 5px 5px 8px  rgba(0,0,0,0.3);
}
.lpkv_readText{
	text-align: left;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	max-width: 518px;
}
@media screen and (max-width: 767px){
	.lpkv_readText{
		font-size: 13px;
	}
}

.lpkv_ctaBtn{
	display: block;
	width: 100%;
	font-size: clamp(16px, 1.75vw, 24px);
	font-weight: 700;
	padding: 22px 0;
	border-radius: 100px;
	line-height: 1;
	color: #0080C7;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	max-width: 503px;
	margin: 28px auto 18px;
	box-shadow: 12px 12px 12px rgba(51, 51, 51, .2);
	transition: .3s;
	position: relative;
}
@media screen and (max-width: 767px){
	.lpkv_ctaBtn{
		font-size: 16px;
		padding: 14px 0;
		margin: 14px auto 14px;
	}
}

.lpkv_ctaBtn:hover{
	transform: translateY(-2px);
	box-shadow: 12px 14px 12px rgba(51, 51, 51, .06);
}
.lpkv_ctaBtn::after{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #0080C7;
	border-right: 2px solid #0080C7;
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px){
	.lpkv_ctaBtn::after{
		width: 8px;
		height: 8px;
	}
}

.lpkv_image_text{
	position:absolute;
	top:2rem;
	right:calc(50% - 25.5rem);
	font-size: 1.8rem;
	color: var(--white);
	font-weight:500;
	text-align:right;
	text-shadow: 0 0 9px rgba(0,0,0,0.7);
}

.lpkv_image_text .kv_text_head1{
	font-size: 3.2rem;
	margin-bottom:0.5rem;
}

.kv_text_head2 p {
    font-size: 1.9rem;
}


/*-------------- lp_point --------------*/
.point{
	display: flex;
	justify-content: center;
	background-color: #F9F9F9;
}
.point_inner{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1200px;
	width: 92%;
	padding: 120px 20px 80px;
}

.point_imgTitle{
	display: block;
	margin-bottom: 72px;
	max-width: 486px;
	width: 100%;
}

.point_contents{
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-bottom: 24px;
}

.point_content{
	background-color: #fff;
}

.point_heading{
	font-size: 48px;
	font-weight: 900;
	font-style: oblique;
	line-height: 1.2;
	letter-spacing: -0.03;
	color: #fff;
	text-align: center;
	box-shadow: 16px 16px 16px 0 rgba(55, 55, 55, .15);
	border-radius: 12px;
	padding: 80px 0 72px;
	background-color: #0080C7;
	position: relative;
}
.point_cautionPoint{
	display: block;
	font-size: 12px;
	position: absolute;
	bottom: 5em;
	right: 20%;
}
.point_spanText-3{
	margin-bottom: -24px;
}
.point_strongth{
	font-size: 72px;
}
.point_spanText{
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
}
.point_info{
	padding: 64px 32px;
}
.point_title{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #262C30;
	text-align: center;
	margin-bottom: 32px;
	position: relative;
}
.point_titleCaution{
	position: absolute;
	bottom: 0;
	right: 4em;
	font-size: 12px;
}
.point_text{
	font-size: 14px;
	font-weight: 500;
	color: #262C30;
	line-height: 1.7;
}
.point_br {
	display: none;
}
.point_caution{
	width: 100%;
	font-size: 10px;
	font-weight: 500;
	color: #262C30;
	line-height: 1.4;
	text-align: left;
	margin-top: .8em;
}

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

.point_inner {
		max-width: 100%;
	}



	.point_heading {
		font-size: 34px;
	}

	.point_cautionPoint {
		font-size: 10px;
	}

	.point_spanText-3 {
		margin-bottom: -12px;

	}

	.point_strongth {
		font-size: 48px;
	}

	.point_spanText {
		font-size: 16px;
	}

	.point_info {
		padding: 48px 20px;
	}

	.point_title {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.point_titleCaution {
		right: 1em;
		font-size: 10px;
	}

	.point_text {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px){
.point_contents {
		flex-direction: column;
	}

	.point_content {
		display: flex;

	}

	.point_heading {
		flex-shrink: 0;
		flex-basis: 240px;
	}


	.point_info {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0;
		padding: 0 1.2em;
	}

	.point_title {
		text-align: left;
	}
}

@media screen and (max-width: 450px){
.point_inner {
		width: 100%;
		padding: 48px 15px 40px 20px;
	}

	.point_imgTitle {
		margin: 0;
		max-width: 80%;
	}

	.point_contents {
		gap: 16px;
	}

	.point_content {
		align-items: center;
		padding: 32px 0;
	}

	.point_heading {
		border-radius: 50%;
		font-size: 16px;
		transform: translateX(-1em);
		box-shadow: 4px 4px 4px rgba(55, 55, 55, 0.1);
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex: 0 0 120px;
		padding: 0;
		height: 120px;
	}

	.point_cautionPoint {
		bottom: 2em;
	}

	.point_spanText-3 {
		margin: 0;
	}

	.point_strongth {
		font-size: 18px;
	}

	.point_spanText {
		font-size: 10px;
		font-weight: 400;
		line-height: 1.2;
		margin-bottom: 4px;
	}

	.point_br {
		display: block;
	}

	.point_info {
		padding: 0 12px 0 0;
	}

	.point_title {
		margin-bottom: 12px;
	}

	.point_titleCaution {
		right: 2em;
	}

	.point_text {
		font-size: 10px;
	}
}

/*-------------- lp_feature --------------*/

.lp_about_head{
	padding:1.4rem 1.6rem 3.2rem;
}

.lp_feature{
	width:100%;
	padding-bottom:1rem;
	margin-bottom: 1px;
}

.lp_feature_body{
	position: relative;
	width: 100%;
	max-width: 108.0rem;
	margin: 0 auto;
}

.lp_feature_box{
	display: flex;
	padding: 6rem 4rem 4.2rem;
	border-bottom: 1px solid #D3D3D3;
	gap:3.2rem;
}

.lp_feature_box:last-child{
	border:none;
}

.lp_feature_desc_no{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6.8rem;
	height: 6.8rem;
	flex-shrink: 0;
	background: #333333;
	color: var(--white);
	font-size: 28px;
	font-family: 'open sans';
}

.lp_feature_desc{
	display:flex;
	flex-direction:column;
	gap:2.4rem;
	padding:0 2.4rem 0 0.8rem;
}

.lp_feature_desc_catch h3{
	font-size:2.1rem;
	line-height:1.5;
	font-weight:600;
}

.lp_feature_desc_fig{
	width: 29rem;
	flex-shrink: 0;
}

/*-------------- problem --------------*/

.problem{
	width:100%;
	margin-bottom: 1px;
	background:#F7F7F7;
}

.problem_body{
	position: relative;
	width: 100%;
	max-width: 108.0rem;
	margin: 0 auto;
	text-align:center;
	padding-top: 7.2rem;
}

.problem_title{
	font-size:2.8rem;
	font-weight:600;
}

.problem_voices{
	display:flex;
	flex-direction:column;
	margin-top:6rem;
	background: url(../images/problem_fig.png) no-repeat center bottom;
	background-size:15.0rem;
	min-height:30rem;
}

.problem_voice{
	width:43%;
	margin-top:-0.4rem;
	padding:1.2rem;
	border:1px solid #D4DADD;
	background: var(--white);
	border-radius:0.8rem;
	font-weight:500;
}

.problem_voice:nth-child(even){
	align-self: flex-end;
}



/*-------------- lp_case --------------*/

.lp_case{
	width:100%;
	padding-bottom:6rem;
	margin-bottom: 1px;
}

.lp_case_body{
	position: relative;
	width: 100%;
	max-width: 108.0rem;
	margin: -3rem auto 0;
}

.lp_case_box{
	display: flex;
	margin: 0 2rem 2rem;
	padding: 6rem 4rem 4.2rem;
	gap:3.2rem;
	background: var(--white);
}

.lp_case_desc_no{
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	width: 6.8rem;
	height: 6.8rem;
	flex-shrink: 0;
	background: var(--blue);
	color: var(--white);
	font-size: 2.8rem;
	line-height:1.3;
	font-family: 'open sans';
}
.lp_case_desc_no span{
	font-size: 1.4rem;
	line-height:1.3;
}
.lp_case_desc{
	display:flex;
	flex-direction:column;
	gap:2rem;
	padding:0 2.4rem 0 0.8rem;
}

.lp_case_desc_catch h3{
	font-size:2.1rem;
	line-height:1.5;
	font-weight:600;
}

.lp_case_desc_fig{
	width: 29rem;
	flex-shrink: 0;
}

.lp_case_desc_read{

}

.lp_case_desc_read strong{
	font-weight: 600;
}


.lp_bottom{
	display:flex;
	flex-direction:column;
	gap:2rem;
	width:100%;
	padding:5rem 1.6rem;
	text-align:center;
}
.lp_bottom h4{
	font-size:2.4rem;
	color:var(--blue);
	font-weight:600;
}
.lp_bottom strong{
	font-size:1.8rem;
	font-weight:600;
}


.lp_fixed_cta{
	display:block;
	position:fixed;
	bottom:-10.8rem;
	left:0;
	width:100%;
	height:10.8rem;
	overflow:hidden;
	background: linear-gradient(90deg, rgba(0,126,253,1) 50%, rgba(0,180,234,1) 100%);
	transition: bottom 0.2s ease-in-out;
}

.lp_fixed_cta.show{
	bottom:0;
}

.lp_fixed_cta_body{
	position: relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	width: 100%;
	height: 100%;
	max-width: 124.0rem;
	margin: 0 auto;
	padding: 0.4rem 0rem 0.2rem 2.4rem;
}

.fixed_cta_btns{
	width:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}
.fixed_cta_btn{
	display:flex;
	justify-content:center;
	align-items:center;
	color: var(--white);
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.8rem;
	padding: 1.6rem 3.2rem;
	text-decoration:none;
	border-radius:8rem;
	background: rgba(255,255,255,0);
	border:1px solid var(--white);
	transition: .3s;
	min-width:30rem;
}
.fixed_cta_btn:hover{
	background: rgba(255,255,255,1);
	color:var(--blue);
}

.footer {
    padding-bottom: 10rem;
}



/*====================================
tablet
====================================*/

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

.header_cta{
	display:flex;
}

.lpkv{
	display:flex;
	justify-content:space-between;
	align-items: stretch;
	border-bottom: 1px solid var(--white);
}
.lpkv_body{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	background: var(--blue);
	width: 80%;
}
.lpkv_image{
	display:flex;
	justify-content:flex-end;
	position:relative;
	width:50%;
	height: 58.5rem;
	background: url(../images/lp_kv_bg.jpg) no-repeat left 70% bottom;
	background-size: cover;
}

.lpkv_image_text{
	position:absolute;
	top:2rem;
	right:calc(50% - 22.5rem);
	font-size: 1.4rem;
	color: var(--white);
	font-weight:500;
	text-align:right;
	text-shadow: 0 0 9px rgba(0,0,0,0.7);
}

.lpkv_image_text .kv_text_head1{
	font-size: 2.6rem;
	margin-bottom:0.5rem;
}

.kv_text_head2 p {
    font-size: 1.5rem;
}

.lp_fixed_cta_body{
	padding: 0.4rem 0rem 0.2rem 0;
}
.lp_fixed_cta_fig{
	display:none;
}


.problem_body {
    padding: 7.2rem 2rem 0;
}

.problem_voices{
	padding-bottom:2rem;
}

/*-------------- lp_case --------------*/

.lp_case{
	width:100%;
	padding-bottom:6rem;
	margin-bottom: 1px;
}

.lp_case_body{
	position: relative;
	width: 84%;
	max-width: 108.0rem;
	margin: -3rem auto 0;
}

.lp_case_box{
	flex-wrap:wrap;
}

}


@media screen and (max-width: 920px) {
.lpkv_image_text {
    right: 0;
}
}

/*====================================
smartphone
====================================*/


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

.header_cta{
	padding-right:8px;
}

.lp_intro {
    padding: 0.6rem;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0;
    font-weight: 500;
    border-top: 1px solid #dedede;
    background: #F9F9F9;
}

.lpkv_image_text {
    position: absolute;
    top: 0.8rem;
    left: 1rem;
    right:auto;
    font-size: 1.4rem;
    line-height:1.4;
    color: var(--white);
    font-weight: 500;
    text-align: left;
    text-shadow: 0 0 9px rgba(0,0,0,0.7);
}

.lpkv {
    display: flex;
    flex-direction:column-reverse;
    justify-content: space-between;
    align-items: stretch;
    border-bottom: 1px solid var(--white);
}

.lpkv_body {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 4rem 1.6rem 4rem 1.6rem;
    background: var(--blue);
}

.lpkv_image {
    position: relative;
    width: 100%;
    background: url(../images/lp_kv_bg.jpg) no-repeat center bottom;
    background-size: cover;
    height: 75vw;
    padding-top: 8rem;
}

.lpkv_body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2.4rem 3rem 3.2rem 3rem;
    background: var(--blue);
}

.kv_text_head2 p {
    background: var(--black);
    font-size: 1.3rem;
    padding: 0.2rem 0.6rem;
    color: var(--white);
    margin-top:0.2rem;
}

.lpkv_image_text .kv_text_head1{
	font-size: 2.2rem;
	margin-bottom:0rem;
}

.kv_text_head2 p:before,.kv_text_head2 p:after {
    display:none;
}

.lp_about_head {
    padding: 1.4rem 1.6rem 1rem;
}

.lp_feature_box {
    display: flex;
    flex-direction:column;
    padding: 3rem 1.6rem 2rem;
    border-bottom: 1px solid #D3D3D3;
    gap: 3.2rem;
}

.lp_feature_desc {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    padding: 0;
}

.lp_feature_desc_fig {
    width: 100%;
    flex-shrink: 0;
    text-align:center;
    padding:0 3.2rem;
}
.lp_feature_desc_fig img{
	margin:0 auto
}

.problem_title {
    font-size: 2.0rem;
    font-weight: 600;
}

.problem_voices {
    display: flex;
    flex-direction: column;
    margin-top: 6rem;
    background: url(../images/problem_fig.png) no-repeat right bottom;
    background-size: 12rem;
    min-height: 30rem;
    padding-bottom: 14rem;
}

.problem_voice {
    width: 48%;
    margin-top: -2em;
    padding: 0.8rem;
    border: 1px solid #D4DADD;
    background: var(--white);
    border-radius: 0.8rem;
    font-weight: 500;
    text-align:left;
}

.lp_case_desc_no{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2.6rem;
    flex-shrink: 0;
    background: var(--blue);
    color: var(--white);
    font-size: 1.6rem;
    line-height: 1.3;
    font-family: 'open sans';
}

.lp_case_box {
    display: flex;
    margin: 0 0.6rem 1rem;
    padding: 1.6rem 1.2rem 1.6rem;
    gap: 2rem
}

.lp_case_desc {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 0;
}

.lp_case_desc_catch h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600;
}

.lp_case_desc_read {
	font-size:1.3rem;
}
.lp_case_desc_fig {
    width: 100%;
    flex-shrink: 0;
}
.lp_fixed_cta {
    display: block;
    position: fixed;
    bottom: -10.8rem;
    left: 0;
    width: 100%;
    height: 10.8rem;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(0,126,253,1) 50%, rgba(0,180,234,1) 100%);
    transition: bottom 0.2s ease-in-out;
}

.fixed_cta_btns {
    width: 100%;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.fixed_cta_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding: 1rem 3.2rem;
    text-decoration: none;
    border-radius: 8rem;
    background: rgba(255,255,255,0);
    border: 1px solid var(--white);
    transition: .3s;
    min-width: 30rem;
}
}
