@charset "utf-8";


/* all
-------------------------------------------------------------------*/
html {
	background: #FFFFFF;
	color: #333333;
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 10px;
	line-height: 1.4;
}
html .goti,
html form * {
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
html .min,
html .min form * {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body {
	width: 100%;
	font-size: 1.8rem;
	text-align: center;
	overflow-x: hidden;
}
.sitewrap {
	width: 1200px;
	min-width: 1200px;
	overflow: visible;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media screen and (max-width:1240px) {
	.sitewrap > *{
		padding-left:2%;
		padding-right:2%;
	}
}
@media screen and (max-width:768px) {
	html {
		color: #000000;
		font-size: 7.77px;
	}
	.sitewrap {
		width: 100%;
		min-width: 0;
	}
	.sitewrap>* {
		padding-left: 15px;
		padding-right: 15px;
	}
	.sitewrap img {
		max-width: 100%;
		height: auto;
	}
}
/* header
-------------------------------------------------------------------*/
header {
	position: absolute;
	z-index: 10;
	margin: auto;
	inset: 0 0 auto;
}
header .head_text{
	background: #ffe100;
	font-size: min(2.8rem , 2vw);
	font-weight: 600;
	padding: 0.6em 1em;
	color: #000;
}
@media screen and (max-width:767px){
	header .head_text{
		font-size: min(2.8rem , 4vw);
		padding: 1em 1em;
	}
	header .head_text .head_line{
		display: none;
	}
}

/* contents
-------------------------------------------------------------------*/

main {
	display: block;
}
section.kv {
	background: url(../img/mv_bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
section.kv:after{
	display: block;
	position: absolute;
	z-index: -2;
	margin: auto;
	width: 100% !important;
	height: 25%;
	content: "";
	inset: auto 0 0;
	background: #022578;
}
section.kv:before{
	display: block;
	position: absolute;
	z-index: -1;
	margin: auto;
	width: 95%;
	max-width: 1688px;
	min-width: 1640px;
	height: 100%;
	content: "";
	inset: 15%  calc(50% - 810px) auto auto;
	background: url(../img/mv_bg02.png) no-repeat;
	background-size: contain;
}
section.kv .illust img {
	margin: auto;
}
section.kv .box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 0 50px;
	color: #fff;
	text-align: center;
	gap: 10%;
}
section.kv .box h1 {
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: -0.03em;
	line-height: 1.5;
}
section.kv .box .logo {
	margin-block: 80px 50px;
}
section.kv .box .lead{
	width: 55%;
}
section.kv .box .mv_items{
	display: flex;
	justify-content: center;
	gap: 3%;
	margin-bottom: 7em;
}
section.kv .box .mv_items .mv_item{
	width: calc((100% - 12%) / 3);
	border-radius: 10px;
	background-image: linear-gradient(134deg, rgb(253 244 172), rgb(223 187 86) 50%, rgb(161 125 22));
	padding: 6px;
}
section.kv .box .mv_items .item_inner{
	background: #fff;
	padding: 0.75em;
	color: #282828;
	border-radius: 10px;
	filter: drop-shadow(6px 6px 10px rgb(0 0 0 / 42%));
}
section.kv .box .mv_items .mv_item .item_lead{
	font-weight: 600;
	margin-block: 0.25rem;
	line-height: 1.2;
}
section.kv .box .mv_items .mv_item .item_text{
	font-size: 1.6rem;
	font-weight: 500;	
}
section.kv .box .common_btn a{
	filter: drop-shadow(6px 6px 0px rgb(0 0 0));
	max-width: 630px;
	height: 90px;
	margin-inline: 0 auto;
	position: relative;
	z-index: 0;
	text-align: left;
}
section.kv .box .common_btn a span{
	position: unset;
	font-size: 2.5rem;
}
section.kv .box .common_btn a span:after {
	right: 1.5em;
}
section.kv .illust{
	position: relative;
	z-index: 0;
}
section.kv .illust:before{
	display: block;
	position: absolute;
	z-index: -2;
	margin: auto;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	content: "";
	inset: 0 0 0;
	border-radius: 40px;
	background: url(../img/img-mv-postar.jpg) no-repeat center / contain;
}
section.kv .illust:after{
	display: block;
	position: absolute;
	z-index: -3;
	margin: auto;
	width: calc(100% - 3px);
	height: calc(100% - 2px);
	content: "";
	inset: 0 0 0;
	border-radius: 40px;
	background:#000;
}
section.kv .illust .iframe{
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: 0;
	padding: 0.5em;
	height: fit-content;
}
section.kv .illust .iframe_item{
	aspect-ratio: 280 / 500;
	border-radius: 20px;
	overflow: hidden;
}
@media screen and (max-width:1640px){
	section.kv:before{
		min-width:0;
		right:3%;
	}
}
@media screen and (max-width:767px){
	section.kv {
		background-image: url(../img/mv_bg_sp.jpg) ;
	}
	
	section.kv:after{
		display: none;
	}
	section.kv:before{
		display: none;
	}
	section.kv .box {
		padding: 70px 15px 0;
		gap: 4em;
		width: 100%;
	}
	section.kv .box h1 {
		width: 80%;
		margin: auto;
	}
	section.kv .box .logo {
		margin-block: 40px 50px;
	}
	section.kv .box .lead{
		width: 100%;
	}
	section.kv .box .mv_items{
		gap: 1em;
		margin-bottom: 4em;
		flex-direction: column;
		padding-left: 51%;
	}
	section.kv .box .mv_items .mv_item{
		width: 100%;
		border-radius: 5px;
		padding: 4px;
	}
	section.kv .box .mv_items .item_inner{
		border-radius: 5px;
		filter: drop-shadow(6px 6px 10px rgb(0 0 0 / 30%));
		padding: 0.5em 0.5em 0.5em 0em;
	}
	section.kv .box .mv_items .mv_item .textarea{
		display: flex;
		gap: 0;
		margin-bottom: 0.25em;
		justify-content: center;
		align-items: center;
	}
	section.kv .box .mv_items .mv_item .textarea img{
		max-height: 40px;
		width: auto;
	}
	section.kv .box .mv_items .mv_item:first-child  .textarea img{
		margin-right: 0.5em;
	}
	section.kv .box .mv_items .mv_item .item_lead{
		margin-bottom: 0.25em;
		line-height: 1.2;
		text-align: left;
		
	}
	section.kv .box .mv_items .mv_item .item_text{
		font-size: 1.6rem;
		font-weight: 500;
	}
	section.kv .box .common_btn{
		padding: 2em 15px;
		margin-inline: -15px;
		background: #022578;
	}
	section.kv .box .common_btn a span{
		position: unset;
		font-size: min(2rem , 4vw);
	}
	section.kv .box .common_btn a span:after {
		right: .5em;
		width: 20px;
		height: 20px;
	}
	section.kv .box .common_btn a{
		filter: drop-shadow(4px 4px 0px rgb(0 0 0));
		max-width: 630px;
		height: 56px;
		/* padding: 0 2em 0 1.25em; */
	}
	section.kv .illust{
		position: absolute;
		z-index: 0;
		margin: auto;
		width: 44vw;
		inset: 13.5em auto auto 15px;
	}
	section.kv .illust:before{
		width: calc(100% - 2px);
		height: calc(100% - 2px);
		border-radius: 30px;
	}
	section.kv .illust:after{
		width: calc(100% - 2px);
		height: calc(100% - 2px);
		border-radius: 30px;
	}
	section.kv .illust .iframe{
		padding: 0.1em 1px 0.1em;
		height: fit-content;
	}
	section.kv .illust .iframe_item{
		aspect-ratio: 272 / 500;
		border-radius: 20px;
		overflow: hidden;
	}
}



section.case {
	padding: 7em 0 7em;
}
section.case .case_lead{
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1em;
}
section.case .accordion {
	margin-top: 3em;
	max-width: calc(1100px + 4%);
	padding-inline: 2%;
	margin-inline: auto;
}
.accordion dl {
	border: solid 1px #1775cd;
	border-radius: 10px;
	overflow: hidden;
}
.accordion dt {
	position: relative;
	cursor: pointer;
}
.accordion dt:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(135deg);
	position: absolute;
	right: 40px;
	top: 50%;
	bottom: 0;
	margin-top: -12px;
	transition: transform .4s;
}
.accordion dt.opened:after {
	transform: rotate(135deg) scale(-1);
	margin-top: -5px;
}
.accordion dl {
	margin-bottom: 20px;
}
.accordion dt h3 {
	display: flex;
	background: #1775cd;
	color: #fff;
	align-items: center;
	padding: 15px 60px 15px 40px;
	border-radius: 8px;
}
.accordion dt span {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	color: #1775cd;
	font-weight: bold;
	padding: 5px 25px;
	border-radius: 5px;
	margin-right: 20px;
}
.accordion dt strong {
	font-size: 2.4rem;
	line-height: 1;
}
.accordion dd {
	padding: 1em 1em 2em;
}
.accordion dd .box {
	display: flex;
	align-items: flex-start;
	border-bottom: solid 1px #d9d9d9;
	padding: 1em 1em 2em;
	margin-bottom: 1.5em;
	font-weight: bold;
}
.accordion dd .box .box_icon{
	width: 112px;
	margin-right: 1em;
}
.accordion dd .box .box_icon{
	width: 112px;
	margin-right: 1em;
}
.accordion dd .textarea .box_lead{
	font-size: 2.6rem;
	font-weight: 600;
	color: #1775cd;
	margin-bottom: 0.75em;
}
.accordion dd .textarea .box_text{
	display: flex;
}
.accordion dd .textarea .box_text p{
	font-size: 3rem;
	line-height: 1;
}
.accordion dd .textarea .box_text p em{
	font-size: 5.6rem;
	line-height: 0.7;
}
.accordion dd .textarea .box_text p + p{
	padding-left: 1em;
	margin-left: 1em;
	border-left: 2px solid;
}
.accordion dd .box_sns{
	padding-left: 2.5em;
}
.accordion dd .box_sns p span{
	background: #333333;
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	text-align: center;
	padding: 0.3em 0.5em;
	border-radius: 5px;
	min-width: 8em;
	margin-bottom: 1em;
}
.accordion dd .box_sns .box_sns_icons{
	display: flex;
	gap: 0.5em;
}

.accordion dd .box02 table{
	margin-inline: auto;
}
.accordion dd .box02 tbody{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em 4%;
	max-width: 800px;
	margin-inline: auto;
}
.accordion dd .box02 tbody tr{
	width: 48%;
	/* width: fit-content; */
}
.accordion dd tbody th p{
	background: #333333;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	padding: 0.3em 0.5em;
	border-radius: 5px;
	margin-right: 1em;
	min-width: 8em;
}

.accordion dd .box03{
	display: flex;
	justify-content: space-between;
	padding-inline: 1em;
}
.accordion dd .box03 tbody{
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}
.accordion dd .box03 .box03_icons{
	display: flex;
	align-items: center;
	gap: 0.5em;
}
.accordion dd .box03 .box_ad{
	position: relative;
	z-index: 0;
	padding: 1.25em 3em 1em;
	border: 4px solid #e0ebfd;
	border-radius: 10px;
	margin-top: 0.5em;
}
.accordion dd .box03 .box_ad .ad_lead{
	background: #022578;
	font-size: 1.4rem;
	padding: 0.5rem 1em;
	border-radius: 5px;
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: -1.5em 0 auto;
	width: fit-content;
	color: #fff;
}
.accordion dd .box03 .box_ad .ad_lead::after{
    position: absolute;
    z-index: 1;
    margin: auto;
    inset: auto 0 -10px 0;
    display: block;
    content: "";
    width:0;
    height:0;
    border-style:solid;
    border-width: 12px 8px 0 8px;
    border-color: #022578 transparent transparent transparent;
}
.accordion dd .box03 .box_ad .ad_lead img{
	margin-right: 0.25em;
}
.accordion dd .box03 .box_ad p{
	background: #dcdcdc;
	color: unset;
}
.accordion dd .box03 .box_ad em{
	font-weight: 600;
}
section.case .btnarea{
	margin-top: 4em;
}
section.case .btnarea .short_lead{
	font-size: 2.8rem;
	margin-bottom: 1em;
	font-weight: 600;
	text-align: center;
	margin-top: 3.5em;
	color: #000;
}
section.case .btnarea .short_lead span{
	position: relative;
	z-index: 0;
	display: inline-block;
	padding-inline: 1em;
}
section.case .btnarea .short_lead span::before,
section.case .btnarea .short_lead span::after{
    content: "";
    position: absolute;
    z-index: 1;
	inset: auto auto 4px 0;
    width: 2px; 
    height: 80%; 
    background: #000000;
    display: block;
    transform: rotate(-24deg);
}
section.case .btnarea .short_lead span::after{
	inset: auto 0 4px auto;
	transform: rotate(24deg);
}
@media screen and (max-width:767px){
	section.case {
		padding: 40px 0 40px;
	}
	section.case .accordion {
		margin-top: 30px;
	}
	.accordion dl {
		border-radius: 5px;
	}
	.accordion dt:after {
		width: 10px;
		height: 10px;
		right: 18px;
		margin-top: -10px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}
	.accordion dt.opened:after {
		margin-top: -5px;
	}
	.accordion dt h3 {
		padding: 15px 35px 15px 15px;
	}
	.accordion dt span {
		padding: 2px 8px;
		border-radius: 3px;
		margin-right: 10px;
		min-width: 4em;
	}
	.accordion dt strong {
		font-size: 2.4rem;
		line-height: 1.4;
	}
	.accordion dd {
		padding: 15px;
	}
	.accordion dd .box .pht {
		width: 80px;
		margin-right: 10px;
	}
	.accordion dd .box table {
		width: calc(100% - 90px);
		display: block;
	}
	.accordion dd .box table tbody,
	.accordion dd .box table tr,
	.accordion dd .box table th,
	.accordion dd .box table td {
		display: block;
	}
	.accordion dd .box table th {
		padding: 0;
	}
	.accordion dd h4 {
		padding: 10px 0 0;
		margin: 10px 0;
	}
	.accordion dd ul {
		margin: 0;
		flex-wrap: wrap;
	}


	section.case {
		padding: 3em 0 3em;
	}
	section.case .case_lead{
		font-size: 2.2rem;
	}
	section.case .accordion {
		margin-top: 2em;
		padding-inline: 15px;
	}
	.accordion dl {
		border-radius: 5px;
	}
	.accordion dt h3 {
		border-radius: 3px;
	}
	.accordion dd {
		padding: 0em 1em 2em;
	}
	.accordion dd .box {
		padding: 0.5em 0em 1.5em;
		margin-bottom: 1.5em;
		gap: 1em 10px;
		flex-wrap: wrap;
	}
	.accordion dd .box .box_icon{
		width: 80px;
		margin-right: 1em;
	}
	.accordion dd .textarea{
		width:100%;
	}
	.accordion dd .textarea .box_leadarea{
		display: flex;
		width: 100%;
		align-items: center;
		margin-bottom: 1em;
	}
	.accordion dd .textarea .box_lead{
		font-size: 2.6rem;
		margin-bottom: 1em;
		width: calc(100% - 40px - 1em);
	}
	.accordion dd .textarea .box_text{
		display: flex;
		margin-bottom: 1em;
	}
	.accordion dd .textarea .box_text p{
		font-size: 1.9rem;
		line-height: 1;
	}
	.accordion dd .textarea .box_text p em{
		font-size: min(3.4rem , 6vw);
	}
	.accordion dd .textarea .box_text p + p{
		border-left: 1px solid;
	}
	.accordion dd .box_sns{
		padding-left: 0;
		display: flex;
		gap: 0.5em;
		align-items: center;
	}
	.accordion dd .box_sns p span{
		font-size: 1.4rem;
		padding: 0.5em 0.5em;
		border-radius: 3px;
		margin-bottom: 0;
	}
	.accordion dd .box_sns .box_sns_icons{
		display: flex;
		gap: 0.5em;
	}
	.accordion dd .box_sns .box_sns_icons img{
		max-height: 34px;
		width: auto;
	}
	.accordion dd .box02 table{
		margin-inline: 0;
	}
	.accordion dd .box02 tbody{
		justify-content: flex-start;
		gap: 1em 4%;
		flex-direction: column;
	}
	.accordion dd .box02 tbody tr{
		width: 100%;
	}
	.accordion dd tbody th p{
		border-radius: 3px;
	}

	
	.accordion dd .box03{
		padding-inline: 0em;
		flex-direction:column;
	}
	.accordion dd .box03 tbody{

	}
	.accordion dd .box03 .box03_icons{
		display: flex;
		align-items: center;
		gap: 0.5em;
	}
	.accordion dd .box03 .box03_icons img{
		max-height: 34px;
		width: auto;
	}
	.accordion dd .box03 .box_ad{
		padding: 2em 2em 1em;
		margin-top: 3em;
	}
	.accordion dd .box03 .box_ad .ad_lead{
		background: #022578;
		font-size: 1.6rem;
	}
	section.case .btnarea{
		margin-top: 2em;
	}
	section.case .btnarea .short_lead{
		font-size: 2rem;
		margin-top: 3em;
	}	
}
section.form {
	background: rgb(23, 117, 205);
	background: linear-gradient(145deg, rgba(23, 117, 205, 1) 0%, rgba(42, 89, 167, 1) 100%);
	padding-block: 40px 100px;
}
section.form .tit_sec.lead {
	background: #fff;
	overflow: hidden;
}
section.form .tit_sec.btn {
	padding-bottom: 50px;
	position: relative;
	z-index: 5;
}
section.form .tit_sec h2 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 55px;
}
section.form .tit_sec h2 strong {
	display: inline-block;
	font-size: 3.6rem;
	position: relative;
	z-index: 5;
	color: #1775cd;
	letter-spacing: -0.03em;
	margin: 0.1em;
}
section.form .tit_sec h2 strong:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0.5em;
	background: #f5ff00;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
section.form .body_sec {
	padding-top: 35px;
	position: relative;
	z-index: 1;
}
section.form .body_sec h2 {
	text-align: center;
	font-size: 3.8rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
}
section.form .body_sec .form_lead{
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin-bottom: 2.5em;
}
.form_wrap {
	background: #fff;
	border-radius: 10px;
	padding: 30px 95px 85px;
	font-size: 1.6rem;
	box-shadow: 0 10px 30px 0px rgba(20, 70, 140, 1);
}
.form_wrap .checkes {
	display: flex;
	border: solid 1px #e0e0e0;
	padding: 15px 30px;
	margin: 15px 0;
	background: #f2f6ff;
	border-radius: 8px;
	gap: 1em;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.form_wrap .checkes .checkes_ann{
	text-align:right;
}
.form_wrap .checkes:has(.error_txt) .checkes_ann{
	width:100%;
}
.form_wrap .checkes label {
	cursor: pointer;
	flex-basis: fit-content;
}
.form_wrap .checkes label input {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.form_wrap .tables {
	display: table;
}
.form_wrap .tables dl {
	display: table-row;
}
.form_wrap .tables dl dt,
.form_wrap .tables dl dd {
	display: table-cell;
	vertical-align: top;
}
.form_wrap .tables dl dt {
	width: 280px;
}
.form_wrap .tables dl dt span {
	padding: 10px 40px 10px 0;
	font-weight: bold;
	display: block;
	position: relative;
}
.form_wrap .tables dl dt span i {
	display: inline-block;
	background: #ff3333;
	color: #fff;
	font-weight: normal;
	font-size: 1.2rem;
	padding: 2px 4px;
	position: absolute;
	right: 20px;
	vertical-align: middle;
}
.form_wrap .tables dl dd {
	width: 730px;
}
.form_wrap .tables dl dd .wrap {
	padding: 0 0 20px;
}
.form_wrap .tables dl dd .wrap p {
	padding-top: 10px;
}
.form_wrap .tables dl dd .wrap label {
	margin-right: 1em;
}
.form_wrap .tables dl dd .wrap .menu_caution {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	padding: 0;
}
.form_wrap .tables input[type="text"],
.form_wrap .tables input[type="email"],
.form_wrap .tables input[type="tel"],
.form_wrap .tables textarea {
	appearance: none;
	display: inline-block;
	vertical-align: middle;
	border: solid 1px #e0e0e0;
	border-radius: 5px;
	font-size: 1.6rem;
	padding: 0 1em;
	height: 3em;
	background: #f2f6ff;
	width: 100%;
}
.form_wrap .tables input.p-postal-code{
	width:auto;
}
.form_wrap .tables .wrap textarea {
	height: auto;
	padding: 1em;
}
.form_wrap .tables .wrap input:first-child:last-child,
.form_wrap .tables .wrap textarea:first-child:last-child {
	display: block;
	width: 100%;
}
.form_wrap .tables .wrap>span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}
.form_wrap .tables .wrap>span:nth-of-type(n+1) {
	margin-left: 0.5em;
}
.form_wrap .tables .wrap i {
	display: inline-block;
	vertical-align: bottom;
	font-size: 1.4rem;
	margin-left: 0.5em;
}
.form_wrap .centering {
	text-align: center;
	margin: 45px 0 40px;
}
.form_wrap .centering p {
	margin-bottom: 30px;
}
.form_wrap .centering label {
	cursor: pointer;
}
.form_wrap label * {
	display: inline-block;
	vertical-align: middle;
}
.form_wrap label input[type="checkbox"] {
	/* appearance:none; */
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 29px;
	height: 29px;
	background: #fff;
	border: solid 1px #999;
}
.form_wrap .send_area {
	display: flex;
	justify-content: center;
}
.form_wrap .send_area .input_wrap {
	position: relative;
	z-index: 5;
	background: #1775cd;
	border: solid 1px #1775cd;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 10px 2px;
	cursor: pointer;
	transition: transform .4s, background .4s;
}
.form_wrap .send_area .input_wrap input {
	appearance: none;
	border: none;
	background: transparent;
	color: #fff;
	font-size: 1.8rem;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 78px;
	width: 398px;
	cursor: pointer;
	transition: color .4s;
}
.form_wrap .send_area .input_wrap:after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	border: #1775cd solid 1px;
	border-radius: 50%;
	background: url(../img/ico_arrow2.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: transform .4s;
}
.form_wrap .send_area .input_wrap:hover {
	background: #fff;
	transform: translateY(2px);
}
.form_wrap .send_area .input_wrap:hover:after {
	transform: rotate(360deg);
}
.form_wrap .send_area .input_wrap:hover input {
	color: #1775cd;
}
.form_wrap .send_area .input_wrap.prev,
.form_wrap .send_area .input_wrap.prev:after {
	border-color: #666;
}
.form_wrap .send_area .input_wrap.prev {
	background: #666;
}
.form_wrap .send_area .input_wrap.prev:hover {
	background: #fff;
}
.form_wrap .send_area .input_wrap.prev:hover input {
	color: #666;
}
.card_style {
	margin-top: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.card_style li {
	width: 32%;
	border-radius: 15px;
	padding: 20px 22px 25px;
	text-align: center;
	box-shadow: 0 0 1px 1px rgba(23, 117, 205, 0.07), 0 0 10px 1px rgba(23, 117, 205, 0.07);
}
.card_style li h3 strong {
	display: block;
	color: #022578;
	font-size: 2.4rem;
	margin: 30px 0 20px;
}
.card_style li .text {
	font-size: 1.6rem;
	min-height: 5.4em;
}
.logos_tit {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 0 auto 30px;
	font-size: 3.8rem;
	font-weight: bold;
	/* color: #000; */
}
.logos_tit span {
	display: inline-block;
	line-height: 1;
	margin-left: 10px;
}
.common_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2px;
	font-size: 3rem;
	font-weight: 600;
	text-decoration: none;
	color: #1775cd;
	background: #ffe100;
	border: #ffffff solid 3px;
	max-width: 800px;
	border-radius: 8px;
	height: 114px;
	transition: transform .4s, background .4s, color .4s, filter .4s;
	filter: drop-shadow(8px 8px 0px rgb(4 61 115));
}
.common_btn a span {
	display: inline-block;
	padding-right: 45px;
	position: relative;
	font-size: 3rem;
}
.common_btn a span:after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	border: #ffe100 solid 2px;
	border-radius: 50%;
	background: url(../img/ico_arrow.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: transform .4s;
}
.common_btn a:hover {
	background: #1775cd;
	color: #ffe100;
	transform: translateY(2px);
	filter: none;
}
.common_btn a:hover span:after {
	transform: rotate(360deg);
}
.text_link a {
	color: #1775cd;
}
.text {
	line-height: 1.8;
}
.texts p {
	font-size: 2.2rem;
	line-height: 1.8;
}
.error_txt {
	color: red
}
/* footer
-------------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 15px;
	right: 3%;
	width: 70px;
	height: 70px;
	z-index: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	/* flex-direction: column; */
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	transition: transform .4s, background .4s, color .4s;
	box-shadow: 0 0 1px 1px rgba(0, 60, 140, 0.2), 0 0 10px 1px rgba(0, 60, 140, 0.4);
}
#pageTop:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: solid 3px #1775cd;
	border-right: solid 3px #1775cd;
	transform: rotate(-45deg);
	transition: border-color .4s;
}
#pageTop:hover {
	transform: translateY(-2px);
	background: #1775cd;
}
#pageTop:hover:before {
	border-color: #fff;
}
.form-link {
	position: fixed;
	bottom: 150px;
	right: 1%;
	width: 150px;
	height: 150px;
	z-index: 500;
}
.form-link a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffe100;
	border:2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	text-decoration: none;
	box-shadow: 0 0 1px 1px rgba(0, 60, 140, 0.2), 0 0 10px 1px rgba(0, 60, 140, 0.4);
	flex-direction: column;
	font-size: 1.8rem;
	font-weight: bold;
	color: #1775cd;
	transition:.4s box-shadow,.4s transform;
}
.form-link a span{
	padding-top:3em;
	position:relative;
}
.form-link a span:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background:url(../img/icon-form.png) no-repeat center / contain;
	position:absolute;
	inset:0 0 auto;
	margin:auto;
	filter: brightness(0) saturate(100%) invert(35%) sepia(36%) saturate(2808%) hue-rotate(188deg) brightness(94%) contrast(89%);
}
.form-link a:hover{
	transform:translateY(5px);
	box-shadow: 0 0 0px 0px rgba(0, 60, 140, 0.2);
}

footer {
	display: block;
	padding: 20px 0;
	background: #f2f4f5;
}
footer ul {
	float: left;
}
footer ul li {
	float: left;
	padding: 0 30px 0 0;
}
footer .copy {
	text-align: right;
	padding: 10px 0 0;
	float: right;
}
@media screen and (max-width: 768px) {
	footer ul {
		float: none;
	}
	footer ul li {
		float: none;
		padding: 5px 0 0 0;
		text-align: center;
	}
	footer .copy {
		float: none;
		padding: 15px 0 0 0;
		text-align: center;
		display: block;
	}
}
@media screen and (max-width: 1430px) {
	section.form .tit_sec.btn:after {
		background-size: contain;
		background-position: top center;
	}
}
@media screen and (max-width: 1240px) {
	section.form .body_sec {
		padding-inline: 2%;
	}
}
@media screen and (max-width: 768px) {
	section.form {
		padding-bottom: 75px;
	}
	section.form .tit_sec.btn {
		padding-bottom: 30px;
		z-index: 5;
		background: url(../img/bg_form_sp.png) no-repeat top center;
		background-size: 100% 100%;
	}
	section.form .tit_sec.btn:after {
		display: none;
	}
	section.form .tit_sec h2 {
		font-size: 2rem;
		margin-bottom: 30px;
	}
	section.form .tit_sec h2 strong {
		font-size: 3.6rem;
	}
	section.form .tit_sec ul {
		display: block;
	}
	section.form .tit_sec li {
		padding: 10px;
		width: auto;
		margin: 0 0 15px;
		border-radius: 5px;
	}
	section.form .body_sec {
		padding-top: 35px;
		position: relative;
		z-index: 1;
	}
	section.form .body_sec h2 {
		font-size: 3.5rem;
	}
	.form_wrap {
		margin: 0 10px;
		border-radius: 8px;
		padding: 20px 10px 20px;
	}
	.form_wrap .checkes {
		display: block;
		padding: 10px;
		margin: 15px 0;
		border-radius: 4px;
	}
	.form_wrap .checkes label {
		display: block;
		margin: 5px 0;
	}
	.form_wrap .checkes label input {
		width: 16px;
		height: 16px;
		margin-right: 5px;
	}
	.form_wrap .tables,
	.form_wrap .tables dl,
	.form_wrap .tables dl dt,
	.form_wrap .tables dl dd {
		display: block;
	}
	.form_wrap .tables dl dt {
		width: auto;
	}
	.form_wrap .tables dl dt span {
		padding: 10px 0;
		font-size: 16px;
	}
	.form_wrap .tables dl dt span i {
		position: static;
		margin-left: 10px;
	}
	.form_wrap .tables dl dd {
		width: auto;
	}
	.form_wrap .tables dl dd .wrap {
		padding: 0 0 5px;
	}
	.form_wrap .tables input[type="text"],
	.form_wrap .tables input[type="email"],
	.form_wrap .tables input[type="tel"],
	.form_wrap .tables textarea {
		font-size: 16px;
		padding: 0 0.5em;
		height: 3em;
	}
	.form_wrap .tables dl dd .wrap p {
		padding: 0;

	}
	.form_wrap .tables .wrap textarea {
		height: auto;
		padding: 0.5em;
	}
	.form_wrap .tables .wrap i {
		margin-left: 0;
	}
	.form_wrap .centering {
		margin: 20px 0 20px;
	}
	.form_wrap .centering p {
		margin-bottom: 10px;
		text-align: left;
	}
	.form_wrap label * {
		display: inline;
	}
	.form_wrap label input[type="checkbox"] {
		width: 20px;
		height: 20px;
	}
	.form_wrap .send_area {
		flex-direction: column;
	}
	.form_wrap .send_area .input_wrap input {
		appearance: none;
		border: none;
		background: transparent;
		color: #fff;
		font-size: 1.8rem;
		border-radius: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 65px;
		width: 100%;
		cursor: pointer;
		transition: color .4s;
		order: 1;
	}
	.form_wrap .send_area .input_wrap.prev {
		order: 5;
		margin-top: 15px;
	}
	.form_wrap .send_area .input_wrap:after {
		width: 23px;
		height: 23px;
	}
	.card_style {
		margin-top: 30px;
		display: block;
	}
	.card_style li {
		width: auto;
		border-radius: 10px;
		padding: 15px;
		margin-bottom: 20px;
	}
	.card_style li h3 strong {
		font-size: 2.4rem;
		margin: 10px 0 10px;
	}
	.card_style li .text {
		font-size: 1.6rem;
		min-height: 0;
	}
	.card_style li img {
		max-width: 325px;
		margin: auto;
	}
	.logos_tit {
		font-size: 4vw;
		display: block;
		margin-bottom: 15px;
		text-align: center;
	}
	.logos_tit img {
		width: 44%;
		height: auto;
	}
	.logos_tit img.display_sp {
		display: inline;
	}
	.logos_tit span {
		margin-left: 1%;
		display: inline;
	}
	.common_btn {
		padding: 0 4px 4px 0;
	}
	.common_btn a {
		font-size: 16px;
		max-width: 100%;
		padding-inline: 0.75em;
		border-radius: 6px;
		height: 65px;
		filter: drop-shadow(4px 4px 0px rgb(4 61 115));
	}
	.common_btn a span {
		padding-right: 38px;
		font-size: 2rem;
		font-size: min(2rem , 4vw);
	}
	.common_btn a span:after {
		width: 24px;
		height: 24px;
	}
	.text {
		line-height: 1.7;
	}
	.texts p {
		font-size: 2.2rem;
		line-height: 1.7;
	}
	#pageTop {
		position: fixed;
		bottom: 70px;
		right: 10px;
		width: 50px;
		height: 50px;
	}
	#pageTop:before {
		margin: 0;
		margin-bottom: -5px;
	}
	footer {
		padding: 10px 10px 70px;
	}
}
@media screen and (max-width:460px) {
	section.kv .box h1 {
		font-size: 4.0vw;
	}
	section.cta h2,
	section.form .body_sec h2 {
		font-size: 6.0vw;
	}
	section.feature .feature_list li .data .h_body {
		font-size: 5.5vw;
	}
	section.form .tit_sec h2 strong {
		font-size: 6.5vw;
	}
}



.delivery_wrap{
	padding-block: 6em 4em;
}
.delivery_wrap .delivery_cont{
	border: 2px solid #bfbfbf;
	border-radius: 20px;
	padding: 6em 2em 2em 6em;
	display: flex;
	position: relative;
	z-index: 0;
}
.delivery_wrap .delivery_cont .delivery_ttl{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: -2.5em 0 auto;
}
.delivery_wrap .delivery_cont .delivery_ttl span{
	position: relative;
	z-index: 1;
	background: #1775cd;
	font-size: 3.8rem;
	font-weight: 600;
	color: #fff;
	padding: .875em 1em;
	display: block;
	max-width: 1100px;
	margin: auto;
	text-align: center;
	border-radius: 16px;
}
.delivery_wrap .delivery_cont .delivery_ttl span::after{
    position: absolute;
    z-index: 1;
    margin: auto;
    inset: auto 0 -20px 0;
    display: block;
    content: "";
    width:0;
    height:0;
    border-style:solid;
    border-width: 22px 16px 0 16px;
    border-color: #1775cd transparent transparent transparent;
}
.delivery_wrap .delivery_cont .textarea{
	width: 61%;
}
.delivery_wrap .delivery_cont .textarea ul li{
	font-size: 2.8rem;
	font-weight: 500;
	margin-bottom: 1em;
	padding-left: 1.25em;
	position: relative;
	z-index: 0;
	color: #000;
	letter-spacing: -1px;
}
.delivery_wrap .delivery_cont .textarea ul li::before{
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    width: 34px;
    height: 34px;
    background-image:url(../img/delivery_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin:auto;
    inset: 10px auto auto -14px;
    transition:background 0.3s;
}
.delivery_wrap .delivery_cont .textarea ul li span{
	font-size: 3.1rem;
	background: linear-gradient(transparent 60%, #ffe100 60%);
}
.delivery_wrap .delivery_cont .img_area{
	width: 39%;
}
.delivery_wrap .delivery_cont .img_area img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width:1240px){
	.delivery_wrap .delivery_cont{
		padding: 6em 1em 2em 4em;
	}
}
@media screen and (max-width:767px){
	.delivery_wrap{
		padding-block: 4em 2em;
	}
	.delivery_wrap .delivery_cont{
		border: 2px solid #bfbfbf;
		border-radius: 10px;
		padding: 4em 1em 1em 1.75em;
		flex-direction: column;
	}
	.delivery_wrap .delivery_cont .delivery_ttl{
		inset: -2.5em 0 auto;
	}
	.delivery_wrap .delivery_cont .delivery_ttl span{
		font-size: min(2.5rem , 5.4vw);
		padding: .5em 1em;
		border-radius: 10px;
		width: 80%;
	}
	.delivery_wrap .delivery_cont .delivery_ttl span::after{
	    inset: auto 0 -14px 0;
	    border-width: 16px 10px 0 10px;
	}
	.delivery_wrap .delivery_cont .textarea{
		width: 100%;
	}
	.delivery_wrap .delivery_cont .textarea ul li{
		font-size: 1.7rem;
		margin-bottom: 1em;
		padding-left: 0.75em;
	}
	.delivery_wrap .delivery_cont .textarea ul li::before{
	    width: 20px;
	    height: 20px;
	    inset: 4px auto auto -14px;
	}
	.delivery_wrap .delivery_cont .textarea ul li span{
		font-size: 2.1rem;
	}
	.delivery_wrap .delivery_cont .img_area{
		width: 90%;
		margin: 1em auto;
	}
}
.point_wrap{
    background: url(../img/point_01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-block: 6em 4.5em;
}
.point_wrap .point_title{
	border-bottom: 2px solid #fff;
	font-size: 3.8rem;
	font-weight: 600;
	margin: 0 auto 2em;
	max-width: 920px;
	text-align: center;
	color: #fff;
	padding-bottom: 0.75em;
}
.point_wrap .point_title img{
	vertical-align: bottom;
	margin: 0 0.25em 0.15em 0;
	height: auto;
}
.point_wrap .point_list{
	
}
.point_wrap .point_list .point_item{
	background: #fff;
	margin-bottom: 2em;
	border-radius: 10px;
	padding: 2em 1.5em;
	display: flex;
	align-items: center;
	gap: 2%;
}
.point_wrap .point_list .point_item .logoarea{
	width: 12%;
}
.point_wrap .point_list .point_item .logoarea .item_num{
	color: #022578;
	font-weight: 600;
	font-size: 2.2rem;
	position: relative;
	z-index: 0;
	padding: 0em 0.5em;
	line-height: 1;
	margin-bottom: 0.5em;
}
.point_wrap .point_list .point_item .logoarea .item_num span{
	font-size: 6.7rem;
	font-weight: 800;
	font-family: "Roboto", sans-serif;
}
.point_wrap .point_list .point_item .logoarea .item_num::before {
	width: 100%;
	position: absolute;
	z-index: -1; 
	width: 100%;
	height: 40px;
	inset: auto 0 0;
	content: "";
	background: #ffe100;
}
.point_wrap .point_list .point_item .textarea{
	width: 62%;
}
.point_wrap .point_list .point_item .textarea .item_title{
	font-size: 2.8rem;
	font-weight: 500;
	color: #022578;
	margin-bottom: 0.5em;
	letter-spacing: -0.5px;
}
.point_wrap .point_list .point_item .textarea .item_line{
	margin-bottom: 0.75em;
}
.point_wrap .point_list .point_item .textarea .item_title span{
	font-size: 3.6rem;
	font-weight: 600;
}
.point_wrap .point_list .point_item .textarea .item_text{
	font-size: 1.8rem;
	/* font-weight: 500; */
	line-height: 1.8;
}
.point_wrap .point_list .point_item .imgarea{
	width: 25%;
}
.point_wrap .point_list .point_item .imgarea img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width:767px){
	.point_wrap{
	    background-image: url(../img/point_01_sp.jpg);
	    padding-block: 4em 2em;
	}
	.point_wrap .point_title{
		border-bottom: 1px solid #fff;
		font-size: 2.8rem;
		margin: 0 auto 1.5em;
	}
	.point_wrap .point_title img{
		margin: 0 0.25em 0.25em 0;
		max-width: 160px;
	}
	.point_wrap .point_list .point_item{
		margin-bottom: 1.5em;
		border-radius: 5px;
		padding: 2em 1em;
		gap: 1em;
		flex-direction: column;
		align-items: flex-start;
	}
	.point_wrap .point_list .point_item .logoarea{
		width: 100%;
		display: flex;
		gap: 1em;
		align-items: center;
	}
	.point_wrap .point_list .point_item .logoarea .item_num{
		font-size: 1.5rem;
		padding: 0em 0.5em;
		margin-bottom: 0em;
	}
	.point_wrap .point_list .point_item .logoarea .item_num span{
		font-size: 5rem;
	}
	.point_wrap .point_list .point_item .logoarea .item_num::before {
		height: 26px;
	}
	.point_wrap .point_list .point_item .logoarea .item_icon{
		max-width: 100px;
	}
	.point_wrap .point_list .point_item:nth-child(2) .logoarea .item_icon{
		margin-inline: -1.5em;
	}
	.point_wrap .point_list .point_item:nth-child(3) .logoarea .item_icon{
		margin-inline: -1.5em;
	}
	.point_wrap .point_list .point_item .textarea{
		width: 100%;
	}
	.point_wrap .point_list .point_item .textarea .item_title{
		font-size: 2rem;
		margin-bottom: 0.25em;
		letter-spacing: -0.5px;
	}
	.point_wrap .point_list .point_item .textarea .item_line{
		margin-bottom: 0.25em;
	}
	.point_wrap .point_list .point_item .textarea .item_title span{
		font-size: 2.2rem;
	}
	.point_wrap .point_list .point_item .imgarea{
		width: 80%;
		margin: auto;
	}
	.point_wrap .point_list .point_item:first-child .imgarea{
		width: 70%;
		margin-block: -1em;
	}
	.point_wrap .point_list .point_item:nth-child(2) .imgarea{
		width: 84%;
		margin-block: -3em;
	}
}
.qa_wrap{
	background: #f2f4f5;
	padding-block: 5em;
}
.qa_wrap .qa_inner{
	max-width: 1000px;
	margin-inline: auto;
}
.qa_wrap .logos_tit{
	margin-bottom: 2em;
}
.qa_wrap .accordion dl{
	border: none;
	border-radius: 5px;
}
.qa_wrap .accordion h3{
	background: #022578;
	padding: 10px 60px 10px 40px;
}
.qa_wrap .accordion h3.q_text{
	font-size: 2rem;
	font-weight: 500;
	border-radius: 5px;
}
.qa_wrap .accordion h3.q_text em{
	font-size: 3.6rem;
	font-weight: 500;
	color: #ffe100;
	vertical-align: text-top;
	padding-right: 0.5em;
	line-height: 1;
	margin-bottom: 0.2em;
}
.qa_wrap .accordion dl dd{
	background: #fff;
	padding: 1.5em 3em 2em;
}
.qa_wrap .accordion dl dd .a_text{
	font-size: 1.6rem;	
}
@media screen and (max-width:767px){
	.qa_wrap{
		padding-block: 3em;
	}
	.qa_wrap .logos_tit{
		margin-bottom: 1.25em;
		font-size: 3rem;
	}
	.qa_wrap .accordion h3{
		padding: 10px 40px 10px 20px;
	}
	.qa_wrap .accordion h3.q_text{
		font-size: 1.8rem;
	}
	.qa_wrap .accordion h3.q_text em{
		font-size: 3rem;
	}
	.qa_wrap .accordion dl dd{
		padding: 1em 1em 1.5em;
	}
	.qa_wrap .accordion dl dd .a_text{
		font-size: 1.8rem;	
	}	
}
.short_wrap{
	padding-block: 5em 6em;
	overflow: hidden;
}
.short_wrap .short_title{
	font-size: 3.2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 1.5em;
}
.short_wrap .textarea{
	text-align: center;
}
.short_wrap .textarea .short_lead{
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 1em;
	color: #000;
}
.short_wrap .textarea .short_lead span{
	position: relative;
	z-index: 0;
	display: inline-block;
	padding-inline: 1em;
}
.short_wrap .textarea .short_lead span::before,
.short_wrap .textarea .short_lead span::after{
    content: "";
    position: absolute;
    z-index: 1;
	inset: auto auto 4px 0;
    width: 2px; 
    height: 80%; 
    background: #000000;
    display: block;
    transform: rotate(-24deg);
}
.short_wrap .textarea .short_lead span::after{
	inset: auto 0 4px auto;
	transform: rotate(24deg);
}
.short_wrap .textarea .short_text{
	font-size: 2rem;
	margin-bottom: 3em;
}
.short_wrap .movie_wrap .short_slide{
	margin-bottom: 3em;
}
.short_wrap .movie_wrap .short_slide .slick-list{
	overflow: visible;
}
.short_wrap .movie_wrap .slide_item{
	margin-inline: 0.75em;
}
.short_wrap .movie_wrap .slide_item iframe{
	aspect-ratio: 280 / 500;
	border-radius: 20px;
	overflow: hidden;
	pointer-events: none;
}
body.home .modal-video-movie-wrap{
	aspect-ratio: 260 / 460;
    width: 50%;
    padding: 0;
    height: auto;
}
@media screen and (max-width:767px){
	.short_wrap{
		padding-block: 3em 3em;
	}
	.short_wrap .short_title{
		font-size: 2.5rem;
		margin-bottom: 1em;
	}
	.short_wrap .textarea .short_lead{
		font-size: 2.4rem;
		font-weight: 600;
		margin-bottom: 1em;
	}
	.short_wrap .textarea .short_text{
		margin-bottom: 2em;
	}
	.short_wrap .movie_wrap .short_slide{
		margin-bottom: 2em;
	}
	.short_wrap .movie_wrap .short_slide .slick-list{
		overflow: visible;
	}
	.short_wrap .movie_wrap .slide_item{
		margin-inline: 0.5em;
	}
	.short_wrap .movie_wrap .slide_item iframe{
		aspect-ratio: 280 / 500;
		border-radius: 10px;
		overflow: hidden;
	}
	.form-link {
		bottom: 0;
		right: 0;
		width:100%;
		height:60px;
	}
	.form-link a{
		width:100%;
		height:100%;
		border:none;
		border-radius:0;
		font-size: 2rem;
	}
	.form-link a span{
		padding-top:0;
		padding-left:2.5em;
	}
	.form-link a span:before {
		width:30px;
		height:30px;
		inset:0 auto 0 0;
	}
	.form-link a:hover{
		transform:translateY(0);
		box-shadow: 0 0 1px 1px rgba(0, 60, 140, 0.2), 0 0 10px 1px rgba(0, 60, 140, 0.4);
	}
	body.home .modal-video-movie-wrap{
	    width: 85%;
	}
}
