section{
    display: flex;
    width: 100%;
    background: #FAF8F5;
}
p,
span{
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

body{
    margin: 0;
    padding: 0;
}
.section_main{
    display: flex;
    width: 95%;
    justify-content: center;
    max-width: 1440px;
}

/* logo */
header {
    position: fixed;
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 30px;
	z-index: 44;
}
header .logosmain{
    display: flex;
    width: 98%;
    justify-content: space-between;
}
header .logosmain .logoimg{
    display: flex;
    max-width: 160px;
}
header .logosmain .logoimg img{
    display: block;
    width: 100%;
    height: auto;
}
header .logosmain .hrightbtns{
    display: flex;
    gap: 10px;
}
header .logosmain .hrightbtns a{
    text-decoration: none;
    cursor: pointer;
    max-width: 185px;
}
header .logosmain .hrightbtns a img{
    display: block;
    width: 100%;
    height: auto;
}
header .globalnav_bg_lp{
	display: none;
/* 	display: flex; */
	width: 100%;
	position: absolute;
	top: 0;
	height: 100px;
	background: #fff;
	opacity: .5;
}

header .logosmain a:hover{
	opacity: .5;
	transition: all .3s;
	cursor: pointer;
}

@media screen and (max-width: 660px) {
	header {
		padding-top: 10px;
	}
	header .logosmain {
		width: 93.6%;
	}
	header .logosmain .logoimg {
		max-width: 90px;
	}
	header .logosmain .hrightbtns a {
		max-width: 116px;
	}
	header .logosmain .hrightbtns {
		align-items: center;
	}
}

.fvbox{
    /* background: ; */
    display: flex;
    justify-content: center;

    background-image: url('../images/fv_bg.png');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
	min-height: 750px;
}
.fvbox .section_main{
	flex-direction: column;
	align-items: center;
}
.fvbox .titlebox{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    margin-top: 136px;
}
.fvbox .titlebox .imgbox{
    display: flex;
    max-width: 889px;
}

.fvbox .titlebox .imgbox img{
    display: block;
    width: 100%;
    height: auto;
}
.fvbox .titlebox p{
    color: #000;
    text-align: center;
    font-size: 22px;
    line-height: 150%; /* 33px */
}
.fvbox .titlebox p br{
    
}

.fvbox .videobox{
	display: flex;
	max-width: 860px;
/* 	border: 18px solid #FFF; */
	background: #D8D8D8;
/* 	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.20); */
	margin-top: 28px;
	
	position: relative;
    width: 95%;
    aspect-ratio: 860 / 280;
}

.fvbox .videobox video{
	display: block;
	width: 100%;
	height: auto;
	border: 18px solid #FFF;
	width: calc(100% - 18px - 18px);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.20);
	position: absolute;
}
@media screen and (max-width: 780px) {
    .fvbox {
        background-position: -112px;
    }
}
@media screen and (max-width:660px) {
	.fvbox {
		min-height: 465px;
	}
	.fvbox .titlebox {
		margin-top: 68px;
	}
	.fvbox .titlebox p {
		font-size: 14px;
		line-height: 150%; /* 21px */
	}
	.fvbox .videobox video{
		border: 7.095px solid #FFF;
		width: calc(100% - 7.095px - 7.095px);
		box-shadow: 0 1.577px 7.884px 0 rgba(0, 0, 0, 0.20);
	}
}

.colsbox{
    display: flex;
    max-width: 1000px;
    width: 95%;
    gap: 50px;
	margin-bottom: 80px;
}
.colsbox .ctxtbox{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.colsbox .ctxtbox .ctxtitle{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.colsbox .ctxtbox .ctxtitle h3{
    margin: 0;
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%; /* 43.52px */
}
.colsbox .ctxtbox .ctxtitle img{
    display: block;
    width: 100%;
    height: auto;
}
.colsbox .ctxtbox ul{
    padding: 0;
    gap: 20px;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.colsbox .ctxtbox ul li{
    display: flex;
    gap: 8px;
	
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 21.6px */
}
.colsbox .ctxtbox ul li div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.colsbox .ctxtbox ul li div img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 22px;
	min-width: 22px;
}
.colsbox .cimgbox{
    display: flex;
    width: 100%;
    max-width: 450px;
    align-items: center;
}
.colsbox .cimgbox img{
    display: block;
    width: 100%;
    height: auto;
}
.lpmainsection{
    justify-content: center;
    flex-direction: column;
/*     gap: 80px; */
    align-items: center;
/*     padding-top: 290px; */
	padding-bottom: 96px;
}

.lpmainsection .tr_imgbox{
	display: flex;
    width: 100%;
    max-width: 860px;
/*     height: 200px; */
    aspect-ratio: 860 / 270;
}

.lpmainsection .formbox{
    display: flex;
	flex-direction: column;
    max-width: 1000px;
    width: 95%;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}
.lpmainsection .formbox .formboxtitle{
    position: relative;
}
.lpmainsection .formbox .formboxtitle .formboxtitleimgbox{
    position: relative;
/*     top: -20.8%; */
	display: flex;
}
.lpmainsection .formbox .formboxtitle .formboxtitleimgbox img{
    display: block;
    width: 100%;
    height: auto;
}
.lpmainsection .formbox .formboxtitle .formboxtitleimgbox picture{
	width: 100%;
}

.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .yellow_boxs{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .yellow_boxs .ye_top{
	background: #FFDE00;
	display: flex;
	width: 100%;
	aspect-ratio: 1000 / 130;
}
.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .yellow_boxs .ye_bot{
	display: flex;
	width: 100%;
	aspect-ratio: 1000 / 100;
}
.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .yellow_boxs .ye_bot svg{
	display: block;
	width: 100%;
	height: auto;
}
.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .ye_textsps{
	display: flex;
	position: absolute;
	justify-content: end;
	top: 11%;
    right: 3%;
	width: 68%;
}
.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .ye_textsps .ye_textsps_main{
	display: flex;
	flex-direction: column;
	gap: 9px;
	width: 100%;
	max-width: 660px;
/*     max-width: 660px; */
}
.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .ye_textsps .ye_textsps_main p{
	margin: 0;	
	color: #000;
	font-family: "Noto Sans JP";
/* 	font-size: 30px; */
	font-size: 1.8em;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 39px */
}
.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .ye_textsps .ye_textsps_main ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	list-style: none;
} 
.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .ye_textsps .ye_textsps_main ul li{
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
	letter-spacing: 0.7px;
}

.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .form_ribbon_box{
	display: flex;
	width: 100%;
	position: absolute;
	top: -54px;
	z-index: 3;
}
.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .form_ribbon_box img{
	display: block;
	width: 100%;
	height: auto;
	max-width: 250px;
}


.lpmainsection .formbox .formstack{
	display: flex;
    width: 95%;
    max-width: 760px;
    align-self: center;
	justify-content: center;
}


.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .yellow_boxs .ye_bot_pc{
	display:flex;
}
.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .yellow_boxs .ye_bot_sp{
	display: none;
}

@media screen and (max-width:880px) {
    .colsbox {
        flex-direction: column;
        align-items: center;
     }
	.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .form_ribbon_box{
		top: -22px;
	}
	.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .form_ribbon_box img{
		max-width: 380px;
		width: 47%;
	}
	.colsbox {
        margin-bottom: 56px;
     }
	.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .yellow_boxs .ye_top{
		background: #FFDE00;
		display: flex;
		width: 100%;
		aspect-ratio: 375 / 150;
	}
	.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .ye_textsps{
		top: 5%;
        right: 2%;
        width: 50%;
	}
	.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .yellow_boxs .ye_bot_sp{
		display:flex;
		top: -2px;
        position: relative;
	}
	.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .yellow_boxs .ye_bot_pc{
		display: none;
	}
	
}
@media screen and (max-width:660px) {
	.colsbox {
		gap: 24px;
		width: 91.47%;
     }
	.colsbox .ctxtbox .ctxtitle {
		gap: 16px;
	}
	.colsbox .ctxtbox .ctxtitle h3 {
		font-size: 20px;
		line-height: 136%; /* 27.2px */
	}
	.colsbox .ctxtbox ul li{
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 19.2px */
	}
	
	.lpmainsection .formbox {
		width: 100%;
		box-shadow: none;
	}
	.lpmainsection {
		padding-bottom: 0;
	}
}
@media screen and (max-width:600px) {
	.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .ye_textsps .ye_textsps_main p {
		margin: 0;
		color: #000;
		font-family: "Noto Sans JP";
		font-size: 15px;
		line-height: 130%; /* 19.5px */
	}
}
@media screen and (max-width:600px) {
	.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .ye_textsps .ye_textsps_main p {
		margin: 0;
		color: #000;
		font-family: "Noto Sans JP";
		font-size: 1.5em;
		line-height: 130%; /* 19.5px */
	}
}
@media screen and (max-width:500px) {
	.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .ye_textsps .ye_textsps_main p {
		font-size: 1.2em;
	}
	.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .ye_textsps .ye_textsps_main ul li {
		font-size: .7em;
	}
}
@media screen and (max-width:400px) {
	.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .ye_textsps .ye_textsps_main p {
		font-size: .9em;
	}
	.lpmainsection .formbox .formboxtitle .formboxtitleimgbox .ye_textsps .ye_textsps_main ul li {
		font-size: .5em;
	}
}

.lpvideosection{
    justify-content: center;
    position: relative;
    /* padding-bottom: 270px; */
}
.lpvideosection .section_main{
    position: relative;
    /* top: -200px; */
    /* padding-bottom: 270px;
    transform: translateY(-270px); */
}
.lpvideosection .section_main .videobox{
    border: 18px solid #FFF;
    background: #D8D8D8;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);

    display: flex;
    width: 95%;
    max-width: 860px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    aspect-ratio: 860/484;
    position: absolute;
    transform: translateY(-270px);
}
.lpvideosection .section_main .videobox video{
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width:660px) {
	.lpvideosection .section_main .videobox {
		transform: translateY(-221px);
	}
}

footer{
	display: flex;
	justify-content: center;
}
footer .footer_main{
	display: flex;
	gap: 64px;
	flex-direction: column;
	margin-top: 40px;
    margin-bottom: 48px;
}
footer .footer_main .f_ul_lists{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}
footer .footer_main .f_ul_lists > a{
	display: flex;
}
footer .footer_main .f_ul_lists > a img{
	display: block;
	width: 100%;
	height: auto;
	max-width: 94px;
}
footer .footer_main .f_ul_lists > ul{
	list-style: none;
	padding: 0;
	margin: 0;
	
	display: flex;
	flex-direction: row;
	gap: 40px;
}
footer .footer_main .f_ul_lists > ul li{
	
}
footer .footer_main .f_ul_lists > ul li a{
	text-decoration: none;
	
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
}
footer .footer_main .f_ul_lists > ul li a:hover{
	opacity: .5;
	transition: all .3s;
	cursor: pointer;
}
footer .footer_main .f_cptxt{
	
}
footer .footer_main .f_cptxt p{
	margin: 0;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

@media screen and (max-width: 660px){
	footer .footer_main {
		gap: 56px;
		margin-top: 32px;
		margin-bottom: 40px;
	}
	footer .footer_main .f_ul_lists {
		
	}
	footer .footer_main .f_ul_lists > a img {
		max-width: 67px;
	}
	footer .footer_main .f_ul_lists > ul li a {
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
}