@charset "utf-8";

.sans-en{
	font-family: 'Syncopate', sans-serif;
}


.zen{
	font-family: 'Zen Maru Gothic', sans-serif;
}

.serfi{
	font-family: 'Noto Serif JP', serif;
}

.col_w{
	color: #fff;
}

.reverse{
	flex-direction: row-reverse;
}

svg{
	width: 100%;
	height: 100%;
}

.form-arrow{
	position: relative;
}

.form-arrow::after{
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translatey(-50%);
	width: 20px;
	height: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/arrow.svg);
}

.bb{
	position: relative;
}

.bb::before,.bb::after{
	width: 20px;
	height: 1px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.bb::before{
	background-color: #053D90;
	z-index: 2;
}

.bb::after{
	width: 40px;
	background-color: #5DCAF9;
}

.bt{
	position: relative;
}

.bt::before,.bt::after{
	width: 20px;
	height: 1px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
}

.bt::before{
	background-color: #053D90;
	z-index: 2;
}

.bt::after{
	width: 40px;
	background-color: #5DCAF9;
}

.btn-404{
	margin: 0 auto;
}

/* ---------------------------------------
* common
------------------------------------------ */

.MainWrap,main,.PageHeading{
	position: relative;
}

.PageHeading{
	overflow: hidden;
}

.page-bg{
	position: absolute;
	right: 0;
	top: 0;
	width: 45%;
}

.headerLogo a{
	display: block;
	overflow: hidden;
	line-height: 0;
	white-space: nowrap;
	text-indent: 100%;
	width: 52px;
}


.headerLogo a h1{
	width: 100%;
	height: 52px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/logo02.png);
}


.footer_logo{
	display: block;
	overflow: hidden;
	line-height: 0;
	white-space: nowrap;
	text-indent: 100%;
	width: 171px;
}

.footer_logo h2{
	width: 100%;
	height: 34px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/footer-logo02.png);
}

.logo-other{
	width: 120px;
}

.btn.sp{
	display: none;
}

.col-b{
	color: #065FE3;
}

.col-w{
	color: #fff;
}

.bt{
	border-top: solid 1px #0D0D0D;
	padding-top: 30px;
}

.access a{
	display: block;
	text-decoration: underline;
}

.ma{
	margin: 0 auto;
}

.tag-listItem{
	display: inline-block;
	transition: all .3s;
}

.tag-listItem:hover{
	color: #065FE3;
}

.tag-listItem:not(:first-of-type){
	margin-left: 30px;
}

.tag-listItem span{
	display: inline-block;
	vertical-align: middle;
}

.tag-listItem span:first-of-type{
	padding: 2px 0;
	position: relative;
}

.tag-listItem span:first-of-type::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #065FE3;
	opacity: 0;
	transition: all .3s;
}

.tag-listItem:hover span:first-of-type::after{
	opacity: 1;
}

.tag-listItem span:last-of-type{
	width: 26px;
	height: 26px;
}


/* --------------------------------
* Top ページ
----------------------------------- */

.mv{
	padding: 160px 0 120px;
	background-color: #F2F6FD;
	position: relative;
}

.mv-bg{
	position: absolute;
	left: 0;
	top: 0;
}

.mv .inner_l{
	position: relative;
	z-index: 2;
}

.mv-l{
	width: 38.8888%;
}

.mv-l h2{
	font-size: 52px;
	line-height: 140%;
	letter-spacing: normal;
	font-weight: 600;
	padding-bottom: 20px;
}

.mv-l p{
	letter-spacing: normal;
	font-weight: 600;
}

.mvBtn-listItem{
	width: 47.6%;
	border-radius: 5px;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: normal;
	font-weight: 600;
	box-shadow: 0 4px 4px rgba(0,0,0,.15);
	transition: all .3s;
	border: solid 1px #0D0D0D;
	background-color: #fff;
}

.mvBtn-listItem:hover{
	background-color: #0D0D0D;
	color: #fff;
}

.mvBtn-listItem:last-of-type{
	background: rgb(6,95,227);
	background: -moz-linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
	background: linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#065fe3",endColorstr="#5ec0f8",GradientType=1);
	color: #fff;
	border: unset;
	padding: 1px;
}

.mvBtn-listItem:hover:last-of-type{
	background-color: #065FE3;
	color: #065FE3;
}

.mvBtn-listItem a{
	padding: 24px 20px;
}

.mvBtn-listItem:last-of-type a{
	border-radius: 5px;
	background: rgb(6,95,227);
	background: -moz-linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
	background: linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#065fe3",endColorstr="#5ec0f8",GradientType=1);
}

.mvBtn-listItem:last-of-type:hover a{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff",endColorstr="#fff",GradientType=1);
}

.mvBtn-listItem a span:last-of-type{
	display: block;
	width: 18px;
	height: 18px;
}

.mvBtn-listItem a span:last-of-type path{
	transition: all .3s;
}

.mvBtn-listItem:hover a span:last-of-type path{
	stroke: #fff;
}

.mvBtn-listItem:last-of-type:hover a span:last-of-type path{
	stroke: #065FE3;
}

.mv-r{
	width: 55.5555%;
}

.mvLogo-wrapper{
	padding: 14px 0;
	background-color: #fff;
	overflow: hidden;
	border-radius: 100px;
}

.banner-wrap{
	width: calc(117vw * 3);
}

.banner-img{
	display: inline-block;
	width: 114.5vw;
	margin-right: 1.666vw;
}

.sec01{
	position: relative;
}

.sec01-bg{
	position: absolute;
	z-index: -1;
}

.sec01-bg01{
	right: 0;
	top: 0;
	width: 35%;
}

.sec01-bg02{
	width: 20%;
	left: 0;
	top: 570px;
}

.sec01-listItem{
	width: 31.4%;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 4px 4px 20px rgba(38,45,51,.15);
}

.sec01-listTxt{
	padding: 30px;
}

.sec01-listTxt h3{
	font-size: 22px;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: normal;
	padding-bottom: 20px;
}

.sec01-other h3{
	font-weight: 600;
	font-size: 36px;
	line-height: 160%;
	letter-spacing: normal;
}

.sec01-other h3 span{
	color: #065FE3;
}

.sec01-otherListItem{
	width: 23.6%;
}

.sec02{
	padding: 68px 0 106px;
	background-color: #065FE3;
	border-radius: 5px;
	box-shadow: 0 -5px 30px rgba(38,45,51,.2);
}

.sec02-wrapper{
	padding-bottom: 60px;
	margin-bottom: 40px;
	border-bottom: solid 1px #D9D9D9;
}

.sec02-l{
	width: 44.4444%;
}

.sec02-r{
	width: 50%;
}

.video{
	width: 100%;
	object-fit: cover;
	padding-top: 62.5%;
	position: relative;
	border-radius: 20px;
}
.video-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	-o-object-fit: cover; 
	object-fit: cover;
	border-radius: 20px;
}

.sec02-listItem{
	width: 31.4%;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 20px rgba(38,45,51,.2);
}

.sec01-listImg img,.sec02-listImg img{
	border-radius: 20px 20px 0 0;
}

.sec02-listTxt{
	padding: 30px;
}

.sec02-listTxt h3{
	padding-bottom: 20px;
}

.sec02-listTxt h3 span{
	display: inline-block;
	vertical-align: middle;
}

.sec02-listTxt h3 span:first-of-type,.feature-listItem h3{
	font-size: 22px;
	line-height: 160%;
	letter-spacing: normal;
	font-weight: 600;
	margin-right: 12px;
	transition: all .3s;
}

.feature-listItem h3{
	margin-right: 0;
}

.sec02-listItem:first-of-type:hover .sec02-listTxt h3 span:first-of-type{
	color: #065FE3;
}

.sec02-listTxt h3 span:last-of-type{
	width: 32px;
	height: 33px;
}

.sec03{
	padding: 114px 0 78px;
	background-color: #065FE3;
	border-radius: 5px;
	box-shadow: 0 -5px 30px rgba(38,45,51,.2);
}

.sec03-list{
	row-gap: 20px;
}

.sec03-listItem{
	width: 49%;
	padding: 20px;
	border-radius: 10px;
	background-color: rgba(255,255,255,.1);
	backdrop-filter: blur(20px);
}

.sec03-listImg{
	width: 33.9%;
}

.sec03-listTxt{
	width: 52.83%;
	margin-left: 30px;
}

.sec03-listTxt h4{
	font-weight: 600;
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: normal;
}

.sec04{
	padding: 87px 0 103px;
	background-color: #F5F5F5;
}

.sec04-listItem{
	width: 31.4%;
}

.sec04-listTxt{
	padding-top: 20px;
}

.sec04-listItem button{
	text-align: right;
	display: block;
	margin-left: auto;
	padding-top: 20px;
	transition: all .3s;
}

.sec04-listItem button span{
	display: inline-block;
	vertical-align: middle;
}

.sec04-listItem button span:first-of-type{
	line-height: 160%;
	letter-spacing: 0.02em;
	position: relative;
}

.sec04-listItem button span:first-of-type::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #065FE3;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: all .3s;
}

.sec04-listItem:hover button span:first-of-type::after{
	opacity: 1;
}

.sec04-listItem button span:last-of-type{
	width: 32px;
	height: 32px;
}

.sec04-listItem:hover button{
	color: #065FE3;
}

.top_voice{
	padding-bottom: 100px;
	position: relative;
}

.voice-bg{
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 45%;
}

/* --------------------------------
* Feature ページ
----------------------------------- */

.section-benefit{
	padding-top: 96px;
}

.bene-wrapper{
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: solid 1px #D9D9D9;
}

.bene-l,.beneOther-l{
	width: 44.444%;
}

.bene-r,.beneOther-r{
	width: 50%;
}

.bene-otherListItem:not(:last-of-type){
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: solid 1px #D9D9D9;
}

.beneOther-r h3 span{
	display: inline-block;
	vertical-align: middle;
}

.beneOther-r h3 span:first-of-type{
	width: 30px;
	height: 30px;
}

.beneOther-r h3 span:last-of-type{
	font-weight: 600;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: normal;
	margin-left: 10px;
}

.bene-img{
	padding-top: 20px;
}

.section-function{
	margin-top: 158px;
	padding-bottom: 253px;
	background-color: #065FE3;
	box-shadow: 0 -15px 30px rgba(38,45,51,.2);
	border-radius: 5px;
}

.function-otherWrap:not(:last-of-type){
	padding-bottom: 80px;
}

.function-otherList{
	padding-top: 40px;
	margin-top: 40px;
	border-top: solid 1px #D9D9D9;
	column-gap: 2.777%;
	row-gap: 60px;
}

.function-otherListItem{
	width: 31.4%;
}

.function-otherTxt{
	padding-top: 20px;
}

.function-otherTxt h4{
	font-size: 18px;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: normal;
	padding-bottom: 20px;
}

.function-otherTxt p{
	font-size: 14px;
}

/* --------------------------------
* Office ページ
----------------------------------- */

.office-mv{
	padding-top: 140px;
	position: relative;
	background: rgb(242,246,253);
	background: -moz-linear-gradient(180deg, rgba(242,246,253,1) 0%, rgba(242,246,253,1) 75%, rgba(234,238,244,0) 75%, rgba(34,34,34,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(242,246,253,1) 0%, rgba(242,246,253,1) 75%, rgba(234,238,244,0) 75%, rgba(34,34,34,0) 100%);
	background: linear-gradient(180deg, rgba(242,246,253,1) 0%, rgba(242,246,253,1) 75%, rgba(234,238,244,0) 75%, rgba(34,34,34,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f6fd",endColorstr="#222222",GradientType=1);
}

.office-mvBg{
	position: absolute;
	left: 0;
	top: 0;
}

.office-mvContents{
	position: relative;
	z-index: 2;
}

.office-btnList{
	justify-content: center;
}

.office-btnListItem{
	width: 230px;
	border: solid 1px #0D0D0D;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 4px rgba(38,45,51,.15);
	transition: all .3s;
}

.office-btnListItem:last-of-type{
	margin-left: 20px;
}

.office-btnListItem:hover{
	background-color: #0D0D0D;
	color: #fff;
}

.office-btnListItem:last-of-type{
	border-radius: 5px;
	padding: 1px;
	border: unset;
	color: #fff;
	background: rgb(6,95,227);
	background: -moz-linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
	background: linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#065fe3",endColorstr="#5ec0f8",GradientType=1);
}

.office-btnListItem:last-of-type a{
	border-radius: 5px;
	background: rgb(6,95,227);
	background: -moz-linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
	background: linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#065fe3",endColorstr="#5ec0f8",GradientType=1);
}

.office-btnListItem:hover:last-of-type{
	color: #065FE3;
}

.office-btnListItem:last-of-type:hover a{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff",endColorstr="#fff",GradientType=1);
}

.office-btnListItem a{
	padding: 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: normal;
}

.office-btnListItem span{
	display: block;
}

.office-btnListItem span:last-of-type{
	width: 18px;
	height: 18px;
}

.office-btnListItem path{
	transition: all .3s;
}

.office-btnListItem:hover path{
	stroke: #fff;
}

.mvBtn-listItem:hover a span:last-of-type path{
	stroke: #fff;
}

.office-btnListItem:last-of-type:hover a span:last-of-type path{
	stroke: #065FE3;
}

.office-mvImg{
	padding-top: 70px;
}

.mvLogo-wrapper02{
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90%;
	z-index: 3;
}

.sec02-office{
	padding: 114px 0 95px;
}

.section-function02{
	background-color: unset;
	box-shadow: unset;
	padding-top: 95px;
	padding-bottom: 110px;
	margin-top: 0;
}

.section-function02 .function-otherTxt h4{
	padding-bottom: 0;
}

.officeFun-wrapper{
	padding: 40px 0;
	background-color: #F2F6FD;
	border-radius: 10px;
	position: relative;
}

.officeFun-bg{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 28.8%;
}

.officeFun-txt{
	position: relative;
	z-index: 2;
}

.officeFun-wrapper p{
	padding-top: 20px;
}

.media-list{
	column-gap: 2.08%;
	row-gap: 30px;
}

.media-listItem{
	width: 23.4375%;
	box-shadow: 0 4px 10px rgba(0,0,0,.1);
	border-radius: 5px;
}

/* --------------------------------
* price ページ
----------------------------------- */

.section-price{
	padding: 65px 0 89px;
	background-color: #065FE3;
}

.price-tabList{
	justify-content: center;
	margin: 40px auto 0;
	width: 406px;
	padding: 10px;
	border-radius: 100px;
	background-color: #fff;
}

.price-tabListItem{
	cursor: pointer;
	width: 190px;
	text-align: center;
	font-weight: 600;
	transition: all .3s;
	position: relative;
	padding: 10px 0;
}

.price-tabListItem::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #065FE3;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0 2px 5px rgba(38,45,51,.2);
	opacity: 0;
	z-index: 1;
	transition: all .3s;
}

.price-tabListItem:last-of-type{
	margin-left: 6px;
}

.price-tabListItem.active,.price-tabListItem:hover{
	color: #fff;
}

.price-tabListItem.active::after,.price-tabListItem:hover::after{
	opacity: 1;
}

.price-tabListItem p,
.price-tabListItem button{
	position: relative;
	z-index: 2;
}

.price-tabListItem span{
	display: inline-block;
	font-size: 14px;
}

.price-wrapper{
	padding-top: 74px;
}

.price-contents{
	display: none;
	transition: all .3s;
}

.price-contents.active{
	display: block;
}

.price-listItem{
	background-color: #fff;
	width: 32%;
	border-radius: 10px;
	position: relative;
}

.reccomend{
	position: absolute;
	right: 20px;
	top: -36px;
	display: inline-block;
	padding: 10px 20px;
	background-color: #F2D431;
	border-radius: 5px 5px 0 0;
	line-height: 100%;
	letter-spacing: normal;
	font-weight: 600;
}

.priceType{
	border-radius: 10px 10px 0 0;
	padding: 5px 0;
	font-weight: 600;
	color: #fff;
	background-color: #162945;
}

.priceType.bg-lb{
	background-color: #2196F3;
}

.priceTxt{
	padding: 40px 25px;
}

.price-ttl p:first-of-type{
	line-height: 100%;
	letter-spacing: normal;
	font-weight: 600;
	font-size: 20px;
	color: #065FE3;
	padding-bottom: 10px;
}

.price-ttl p:last-of-type{
	letter-spacing: normal;
	line-height: 120%;
	font-size: 18px;
	font-weight: 900;
}

.price-ttl p:last-of-type span{
	font-size: 42px;
	display: inline-block;
	line-height: 120%;
}

.priceDetail{
	padding: 30px 0 40px;
}

.priceDetail p{
	letter-spacing: normal;
	line-height: 160%;
	font-weight: 600;
}

.priceDetail p:not(:last-of-type){
	padding-bottom: 6px;
}

.price-btn{
	display: block;
	width: 100%;
	padding: 20px 0;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: normal;
	border: solid 1px #065FE3;
	background-color: #065FE3;
	color: #fff;
	transition: all .3s;
}

.price-listItem:first-of-type .price-btn{
	border: solid 1px #0D0D0D;
	background-color: #fff;
	color: #0D0D0D;
}

.price-btn:hover{
	color: #065FE3;
	background-color: #fff;
	border-color: #065FE3;
}

.price-listItem:first-of-type .price-btn:hover{
	background-color: #0D0D0D;
	color: #fff;
}

.price-caution{
	padding-top: 10px;
	color: #808080;
	line-height: 160%;
	letter-spacing: normal;
	font-size: 14pxs;
}

.caution{
	padding-top: 20px;
	color: #fff;
	height: 160%;
	letter-spacing: normal;
	font-size: 14px;
}

.price-online{
	background-color: #fff;
	padding: 40px 60px;
	border-radius: 10px;
}

.online-txt h3{
	font-size: 24px;
	line-height: 100%;
	letter-spacing: normal;
	padding-bottom: 10px;
	font-weight: 600;
}

.online-txt p{
	letter-spacing: normal;
	font-size: 14px;
	color: #808080;
	font-weight: 600;
}

.price-online .btn{
	background-color: #fff;
	border: solid 1px #065FE3;	
	color: #065FE3;
}

.price-online .btn:hover{
	background-color: #065FE3;
	color: #fff;
}

.price-online .btn path{
	stroke: #065FE3;
}

.price-online .btn:hover span path{
	stroke: #fff;
}

.section-compare{
	background-color: #F5F5F5;
	padding: 95px 0 0;
}

.function-detail{
	padding: 40px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(38,45,51,.05);
}

.table-price{
	width: 100%;
}

.table-price th,.table-price td{
	vertical-align: middle;
	text-align: center;
}


.table-price .price_ttl{
	font-size: 14px;
	line-height: 200%;
	letter-spacing: normal;
	font-weight: 600;
	padding: 12px 0;
	width: 23%;
	text-align: left;
	vertical-align: middle;
}

.table-price .price_ttl02{
	padding: 20px 0;
	font-size: 16px;
	color: #808080;
	position: relative;
	background-color: #fff;
	z-index: 2;
}

.table-price .price_ttl02::after{
	content: "";
	display: block;
	width: 64.1vw;
	height: 1px;
	background-color: #D9D9D9;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}


.price_txt{
	font-weight: 600;
	line-height: 200%;
	letter-spacing: normal;
	width: 19.25%;
	font-size: 14px;
	vertical-align: middle;
}

.price_txt span{
	display: block;
	letter-spacing: normal;
}

.price_txt span:first-of-type{
	color: #065FE3;
	line-height: 100%;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
}

.price_txt span:last-of-type{
	font-size: 14px;
	color: #808080;
}

.fun-icon{
	margin: 0 auto;
	width: 17px;
	height: 16px;
}

tr:first-of-type .price_ttl{
	color: #808080;
	font-size: 16px;
}

.fun-caution{
	line-height: 160%;
	letter-spacing: normal;
	text-align: right;
	padding-top: 27px;
}

.fun-caution a{
	display: inline-block;
	color: #065FE3;
	text-decoration: underline;
}

.section--option{
	padding-top: 27px;
	background-color: #F5F5F5;
}

.option-listItem{
	padding: 40px 60px;
	background-color: #fff;
	border-radius: 10px;
}

.option-listItem:not(:first-of-type){
	margin-top: 30px;
}

.option-l,.option-r{
	width: 50%;
}

.option-l h3{
	font-size: 24px;
	line-height: 100%;
	letter-spacing: normal;
	padding-bottom: 10px;
	font-weight: 600;
}

.option-l p{
	letter-spacing: normal;
	font-size: 14px;
	color: #808080;
	font-weight: 600;
}

.option-r{
	text-align: right;
	font-size: 24px;
	letter-spacing: normal;
	line-height: 120%;
	font-weight: 600;
}

.option-r a{
	display: inline-block;
	color: #065FE3;
	text-decoration: underline;
}

.section-qa{
	padding: 80px 0 92px;
	background-color: #F5F5F5;
}

.qa-wrapper{
	padding: 40px 60px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(38,45,51,.05);
}

.qa-defList{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: solid 1px #DFDFDF;
}

.qa-defList:last-of-type{
	margin-bottom: 0;
}

.qa-defTtl{
	font-size: 20px;
	line-height: 160%;
	letter-spacing: normal;
	padding-bottom: 20px;
}

/* --------------------------------
* company ページ
----------------------------------- */

.section-mission .inner_l{
	margin-left: 0;
}

.mission-l{
	width: 50%;
}

.mission-r{
	width: 44.4444%;
}

.section-member{
	padding: 100px 0;
	background-color: #065FE3;
}

.mem-list{
	column-gap: 2.6%;
	row-gap: 40px;
}

.mem-listItem{
	width: 22.9%;
}

.mem-listTxt{
	padding-top: 20px;
}

.mem-listTxt p:first-of-type{
	font-size: 14px;
	line-height: 160%;
	letter-spacing: normal;
	font-weight: 600;
	padding-bottom: 6px;
}

.info-defList{
	padding: 30px 0;
	border-bottom: 1px solid #E5E5E5;
}

.info-defList:first-of-type{
	padding-top: 0;
}

.info-defTitle{
	width: 240px;
	flex: 0 0 240px;
}

.info-defDesc{
	flex: 1 1 auto;
}

.info-defDesc p:not(:last-of-type){
	padding-bottom: 30px;
}

.info-defDesc p span{
	display: block;
}

.info-defDesc p span:first-of-type{
	font-weight: 700;
}

.access-wrap h3{
	margin-bottom: 20px;
	padding-left: 24px;
	font-size: 14px;
	font-weight: 600;
	line-height: 100%;
	position: relative;
}

.access-wrap h3::before{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #3C73F6;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100px;
}

.maps-wrapper{
	padding-bottom: 20px;
}

.info-defDesc a{
	display: inline;
	outline: none;
	text-decoration: underline;
	color: #000;
	padding-top: 18px;
}

/* --------------------------------
* DESKTOP ページ
----------------------------------- */

.desktop-listItem{
	width: 46.875%;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 20px rgba(38,45,51,.15);
	border: solid 1px #D9D9D9;
}

.desktop-listTxt{
	padding: 30px 30px 20px;
}

.desktop-listTxt p span{
	text-decoration: underline;
}

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


	/* ---------------------------------------
	* common
	------------------------------------------ */
	body {
		font-size: 14px;
	}

	.tag-list{
		padding: 0;
		row-gap: 20px;
		column-gap: 30px;
	}

	.tag-listItem a span:last-of-type{
		width: 20px;
		height: 20px;
	}

	.tag-listItem a span:last-of-type svg{
		width: 100%;
	}



	.btn.sp{
		display: flex;
	}

	.btn.pc{
		display: none;
	}

	.headerLogo a{
		width: 40px;
	}

	.headerLogo a h1 {
		height: 40px;
	}


	.footer_logo{
		width: 165px;
	}

	.footer_logo h2 {
		width: 100%;
		height: 32px;
	}

	.btn{
		margin: 0 auto;
	}

	.btn-news{
		margin: 40px auto 0;
	}

	.page-bg {
		width: 70%;
	}

	/* --------------------------------
	* Top ページ
	----------------------------------- */

	.mv{
		padding: 120px 0 80px;
	}

	.mv-wrapper{
		display: flex;
		flex-direction: column-reverse;
	}

	.mv-l{
		width: 100%;
		padding-top: 30px;
	}

	.mv-l h2{
		font-size: 32px;
		padding-bottom: 20px;
	}

	.mvBtn-listItem{
		width: 100%;
		border-radius: 5px;
		font-size: 14px;
	}

	.mvBtn-listItem:first-of-type{
		margin-bottom: 20px;
	}

	.mvBtn-listItem a{
		padding: 20px;
	}

	.mv-r{
		width: 100%;
	}

	.mvLogo-wrapper{
		padding: 14px 0;
	}

	.banner-wrap{
		width: calc(165vw * 3);
	}

	.banner-img{
		width: 160vw;
	}

	.sec01-bg01{
		width: 40%;
	}

	.sec01-bg02{
		width: 30%;
		top:200px;
	}

	.sec01-listItem{
		width: 100%;
	}

	.sec01-listItem:not(:last-of-type){
		margin-bottom: 40px;
	}

	.sec01-listTxt{
		padding: 30px;
	}

	.sec01-listTxt h3{
		font-size: 18px;
		padding-bottom: 20px;
	}

	.sec01-other h3{
		font-size: 28px;
	}

	.sec01-otherListItem{
		width: 100%;
	}

	.sec01-otherListItem:not(:last-of-type){
		margin-bottom: 30px;
	}

	.sec02{
		padding: 80px 0;
	}

	.sec02-wrapper{
		padding-bottom: 60px;
		margin-bottom: 40px;
		border-bottom: solid 1px #D9D9D9;
	}

	.sec02-l{
		width: 100%;
	}

	.sec02-r{
		padding-top: 40px;
		width: 100%;
	}

	.sec02-listItem{
		width: 100%;
	}

	.sec02-listItem:not(:last-of-type){
		margin-bottom: 30px;
	}

	.sec02-listTxt{
		padding: 30px;
	}

	.sec02-listTxt h3{
		padding-bottom: 20px;
	}

	.sec02-listTxt h3 span:first-of-type,.feature-listItem h3{
		font-size: 20px;
		margin-right: 10px;
	}

	.feature-listItem h3{
		margin: 0;
	}

	.sec02-listTxt h3 span:last-of-type{
		width: 28px;
		height: 29px;
	}

	.sec03{
		padding: 80px 0;
	}

	.sec03-listItem{
		width: 100%;
		padding-bottom: 30px;
	}

	.sec03-listItem:not(:last-of-type){
		margin-bottom: 30px;
	}

	.sec03-listImg{
		width: 100%;
	}

	.sec03-listTxt{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.sec03-listTxt h4{
		font-size: 18px;
	}

	.sec04{
		padding: 80px 0;
	}

	.sec04-listItem{
		width: 100%;
	}

	.sec04-listItem:not(:last-of-type){
		margin-bottom: 30px;
	}



	.voice-bg{
		width: 85%;
	}

	/* --------------------------------
	* Feature ページ
	----------------------------------- */

	.section-benefit{
		padding-top: 80px;
	}



	.bene-l{
		width: 100%;
	}

	.bene-r{
		width: 100%;
		padding-top: 30px;
	}

	.bene-otherListItem{
		display: flex;
		flex-direction: column-reverse;
	}

	.beneOther-l{
		width: 100%;
		padding-top: 30px;
	}

	.beneOther-r{
		width: 100%;
	}

	.bene-otherListItem:not(:last-of-type){
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

	.beneOther-r h3{
		display: flex;
	}

	.beneOther-r h3 span{
		display: inline-block;
		vertical-align: middle;
	}

	.beneOther-r h3 span:first-of-type{
		margin-top: 2px;
		width: 16px;
		height: 16px;
	}

	.beneOther-r h3 span:last-of-type{
		font-size: 16px;
		margin-left: 10px;
	}

	.bene-img{
		padding-top: 20px;
	}

	.section-function{
		margin-top: 80px;
		padding-bottom: 80px;
	}

	.function-otherWrap:not(:last-of-type){
		padding-bottom: 80px;
	}

	.function-otherList{
		padding-top: 30px;
		margin-top: 30px;
	}

	.function-otherListItem{
		width: 100%;
	}

	.function-otherListItem:not(:last-of-type){
		margin-bottom: 40px;
	}

	.function-otherTxt{
		padding-top: 20px;
	}


	/* --------------------------------
	* Office ページ
	----------------------------------- */

	.office-mv{
		padding-top: 100px;
		position: relative;
		background: rgb(242,246,253);
		background: -moz-linear-gradient(180deg, rgba(242,246,253,1) 0%, rgba(242,246,253,1) 85%, rgba(234,238,244,0) 85%, rgba(34,34,34,0) 100%);
		background: -webkit-linear-gradient(180deg, rgba(242,246,253,1) 0%, rgba(242,246,253,1) 85%, rgba(234,238,244,0) 85%, rgba(34,34,34,0) 100%);
		background: linear-gradient(180deg, rgba(242,246,253,1) 0%, rgba(242,246,253,1) 85%, rgba(234,238,244,0) 85%, rgba(34,34,34,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f6fd",endColorstr="#222222",GradientType=1);
	}


	.office-btnList{
		justify-content: center;
	}

	.office-btnListItem{
		margin: 0 auto;
		width: 230px;
	}

	.office-btnListItem:first-of-type{
		margin-bottom: 20px;
	}

	.office-btnListItem:last-of-type {
		margin-left: auto;
	}


	.office-btnListItem a{
		font-size: 14px;
	}

	.office-mvImg{
		padding-top: 40px;
	}

	.mvLogo-wrapper02{
		bottom: -30px;
	}

	.sec02-office{
		padding: 80px 0;
	}

	.section-function02{
		padding-top: 0;
		padding-bottom: 80px;
	}


	.officeFun-wrapper{
		padding: 40px 30px;
	}

	.officeFun-txt { text-align: left; }
	.officeFun-wrapper p { padding-top: 40px; }

	.officeFun-bg{
		width: 60%;
	}


	.media-list{
		column-gap: 4%;
		row-gap: 20px;
	}

	.media-listItem{
		width: 48%;
	}

	/* --------------------------------
	* price ページ
	----------------------------------- */

	.section-price{
		padding: 80px 0;
	}

	.price-tabList{
		justify-content: space-between;
		margin: 40px auto 0;
		width: 100%;
	}

	.price-tabListItem{
		width: 49%;
		padding: 10px 0;
		font-size: 14px;
	}

	.price-tabListItem:last-of-type{
		margin-left: 0;
	}


	.price-tabListItem span{
		font-size: 12px;
	}

	.price-wrapper{
		padding-top: 40px;
	}

	.price-listItem{
		width: 100%;
	}

	.price-listItem:not(:last-of-type){
		margin-bottom: 40px;
	}

	.price-listItem-re{
		margin-top: 60px;
	}

	.reccomend{
		top: -34px;
	}

	.priceTxt{
		padding: 40px 20px;
	}

	.price-ttl p:last-of-type span{
		font-size: 38px;
	}

	.priceDetail{
		padding: 30px 0;
	}


	.price-online{
		text-align: center;
		padding: 30px 20px;
	}

	.online-txt{
		padding-bottom: 20px;
	}

	.online-txt h3{
		font-size: 20px;
	}


	.section-compare{
		padding: 80px 0 0;
	}

	.function-wrapper{
		overflow: scroll;
	}

	.function-detail{
		width: 300%;
	}

	.table-price .price_ttl02::after{
		width: 188.1vw;
	}

	.section--option{
		padding-top: 60px;
	}

	.option-listItem{
		padding: 30px 20px;
		text-align: center;
	}

	.option-listItem:not(:first-of-type){
		margin-top: 30px;
	}

	.option-l,.option-r{
		width: 100%;
	}

	.option-r{
		padding-top: 30px;
	}

	.option-l h3{
		font-size: 24px;
	}

	.option-r{
		text-align: center;
		font-size: 18px;
	}


	.section-qa{
		padding: 80px 0 92px;
		background-color: #F5F5F5;
	}

	.qa-wrapper{
		padding: 30px 20px;
	}

	.qa-defList{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.qa-defTtl{
		font-size: 18px;
	}

	.scroll-hint-icon{
		z-index: 3;
	}

	/* --------------------------------
	* company ページ
	----------------------------------- */

	.section-mission .inner_l{
		margin-left: 0;
		width: 100%;
	}

	.mission-l{
		width: 90%;
	}

	.mission-r{
		width: calc(100% - 40px);
		margin: 60px auto 0;
	}

	.section-member{
		padding: 80px 0;
	}

	.mem-list{
		column-gap: 4%;
		row-gap: 30px;
	}

	.mem-listItem{
		width: 48%;
	}

	.mem-listTxt .ttl3_main{
		font-size: 18px;
	}


	.info-defList{
		padding: 20px 0;
	}

	.info-defTitle{
		width: 100%;
		flex: unset;
	}

	.info-defDesc{
		padding-top: 10px;
	}

	.info-defDesc p:not(:last-of-type){
		padding-bottom: 30px;
	}

	.access-wrap h3{
		padding-left: 20px;
	}

	.access-wrap h3::before{
		width: 12px;
		height: 12px;
	}

	.maps-wrapper{
		width: 100%;
		padding-bottom: 20px;
	}

	.maps-wrapper iframe{
		width: 100%;
	}

	/* --------------------------------
	* DESKTOP ページ
	----------------------------------- */

	.desktop-listItem{
		width: 100%;
	}

	.desktop-listTxt{
		padding: 30px 30px;
	}

	.desktop-listItem:first-of-type{
		margin-bottom: 30px;
	}




}

.cv-wrapper{
	background-color: #065FE3;
	border-radius: 10px;
	padding: 80px 120px;
}

.cv-wrapper h2{
	color: #fff;
	font-size: 32px;
	line-height: 160%;
	letter-spacing: normal;
	font-weight: 600;
	padding-bottom: 40px;
}

.cv-list{
	justify-content: center;
	margin-right: -30px;
}

.cv-listItem{
	width: 32.1%;
}

.cv-listItem:not(:last-of-type){
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid rgba(255,255,255,.2);
}

.cv-listItem:last-of-type{
	padding-right: 30px;
}

.cv-listItem p{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: normal;
	color: #fff;
}

.cv-listItem a{
	margin-top: 20px;
	padding: 24px;
	border: solid 2px #fff;
	border-radius: 5px;
	color: #fff;
	line-height: 100%;
	letter-spacing: normal;
	font-weight: 600;
	transition: all .3s;
}

.cv-listItem:last-of-type a{
	background-color: #fff;
	color: #0D0D0D;
}

.cv-listItem:hover a{
	background-color: #fff;
	color: #0D0D0D;
}

.cv-listItem:last-of-type:hover a{
	background-color: #065FE3;
	color: #fff;
}

.cv-listItem a span:last-of-type{
	display: block;
	width: 18px;
	height: 18px;
}

.cv-listItem a span:last-of-type path{
	transition: all .3s;
}

.cv-listItem:hover a span:last-of-type path{
	stroke: #0D0D0D;
}

.cv-listItem:last-of-type a span:last-of-type path{
	stroke: #0D0D0D;
}

.cv-listItem:last-of-type:hover a span:last-of-type path{
	stroke: #fff;
}

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

	.cv-wrapper{
		padding: 60px 40px;
	}

	.cv-wrapper h2{
		font-size: 24px;
		padding-bottom: 40px;
	}

	.cv-list{
		margin-right: 0;
	}

	.cv-listItem{
		width: 100%;
	}

	.cv-listItem:not(:last-of-type){
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-right: unset;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}

	.cv-listItem:last-of-type{
		padding-right: 0;
	}


	.cv-listItem a{
		padding: 20px;
	}

}

/* --------------------------------
* 助成金
----------------------------------- */

.teleMv{
	position: relative;
	padding: 90px 0 60px;
	background-color: #F2F6FD;
}

.teleMvShape{
	position: absolute;
}

.teleMvShape01{
	top: 0;
	right: 0;
	width: 37.5%;
}

.teleMvShape02{
	bottom: 0;
	right: 60px;
	width: 50%;
}

.teleMv .inner{
	position: relative;
	z-index: 2;
}

.teleMv-l{
	width: 50%;
}

.teleMvTtl p{
	font-weight: 600;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: normal;
}

.teleMvTtl p span{
	display: inline-block;
	padding: 2px 8px;
	background-color: #fff;
	border-radius: 5px;
	color: #065FE3;
	margin: 0 4px;
}

.teleMvTtl h3{
	color: #065FE3;
	font-size: 48px;
	line-height: 160%;
	letter-spacing: normal;
	padding-top: 12px;
	font-weight: 600;
}

.teleMvTxt{
	padding: 30px 60px 40px 0;
	font-weight: 600;
	letter-spacing: normal;
}

.teleMv-r{
	width: 50%;
}

.section-tetleMerit{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/telework/meritbg.png);
}

.bene-list{
	column-gap: 30px;
}

.bene-listItem{
	position: relative;
	width: calc( (100% - ( 30px * 2 )) / 3);
	padding: 40px 30px 30px;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0,0,0,.2);
	background-color: #fff;
}

.num{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	top: -25px;
	margin: 0 auto;
}

.num::after{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #053D90;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.num p{
	position: relative;
	z-index: 2;
	line-height: 100;
	letter-spacing: normal;
	font-size: 24px;
	font-weight: 700;
	font-family: "Manrope", sans-serif;
}

.bene-listItem h3{
	padding-bottom: 20px;
}

.bene-listItem h3 span{
	display: block;
	letter-spacing: normal;
	font-weight: 600;
}

.bene-listItem h3 span:first-of-type{
	line-height: 140%;
	padding-bottom: 4px;
}

.bene-listItem h3 span:last-of-type{
	line-height: 160%;
	font-size: 22px;
	color: #065FE3;
}

.beneTxt{
	padding-top: 20px;
}

.cvBanner{
	position: relative;
	margin-top: 40px;
	padding: 40px 60px;
	border-radius: 10px;
	background-color: #F2F6FD;
}

.cvBannerShape{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 32%;
}

.cvBannerImg{
	width: 43.75%;
	position: relative;
	z-index: 2;
}

.cvBannerTxt{
	width: 50%;
	position: relative;
	z-index: 2;
}

.cvBannerTxt h3{
	font-size: 28px;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: normal;
}

.cvBannerTxt h3 span{
	color: #065FE3;
}

.cvBannerTxt p{
	padding: 20px 0 30px;
}

.btn03{
	background: rgb(6,95,227);
	background: linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
}

.btn03:hover{
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
}

.aboutTele-list{
	column-gap: 40px;
}

.aboutTele-listItem{
	width: calc((100% - (40px * 1)) / 2);
	background-color: #065FE3;
	padding: 40px 30px 30px;
	border-radius: 10px;
	position: relative;
}

.aboutTeleShape{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 57.6%;
}

.aboutTeleContents{
	position: relative;
	z-index: 2;
}

.aboutTeleContents h3,.aboutTeleTerm h3{
	font-size: 18px;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: normal;
	padding-bottom: 10px;
}

.aboutTeleCheck{
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}

.aboutTeleCheck-listItem{
	padding-left: 24px;
	position: relative;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: normal;
}

.aboutTeleCheck-listItem:not(:last-of-type){
	margin-bottom: 10px;
}

.aboutTeleCheck-listItem::before{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/telework/check.png);
	position: absolute;
	left: 0;
	top: 2px;
}

.aboutTeleContents>p{
	line-height: 160%;
	letter-spacing: normal;
	font-size: 14px;
}

.aboutTeleEx{
	margin-top: 20px;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	border-radius: 10px;
}

.aboutTeleEx h4{
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: normal;
}

.aboutTeleEx{
	font-size: 14px;
}

.aboutTeleTerm{
	position: relative;
	margin-top: 40px;
	padding: 40px;
	background-color: #065FE3;
	border-radius: 10px;
}

.aboutTeleTermShape{
	width: 27.77%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.termContent{
	position: relative;
	z-index: 2;
	background-color: #fff;
	border-radius: 10px;
}

.termContent-defTtl{
	flex: 0 0 300px;
	width: 300px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #065FE3;
	line-height: 160%;
	letter-spacing: normal;
	padding: 60px 0 ;
}

.termContent-defList:not(:last-of-type){
	border-bottom: solid 1px #D8D8DA;
}

.termContent-defDesc{
	flex: 1 1 auto;
	font-weight: 600;
	line-height: 160%;
}

.termCaution{
	font-size: 14px;
	color: #808080;
	line-height: 160%;
	letter-spacing: normal;
	padding-top: 10px;
	font-weight: 400;
}

.section-simulation{
	margin-top: 100px;
	background-color: #F5F5F5;
}

.simulationWrap{
	background-color: #fff;
	margin-top: 40px;
	padding: 40px 60px;
}

.simulationCase{
	padding: 30px;
	border-radius: 10px;
	background-color: #F2F6FD;
}

.simulationCase h3{
	font-weight: 600;
	line-height: 160%;
	letter-spacing: normal;
	padding-left: 20px;
	position: relative;
}

.simulationCase h3::before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: #065FE3;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.caseDetail{
	padding-top: 16px;
}

.caseDetail-defList:not(:last-of-type){
	padding-bottom: 10px;
}

.caseDetail-defTtl{
	flex: 0 0 160px;
	width: 160px;
	line-height: 160%;
	letter-spacing: normal;
}

.caseDetail-defDesc{
	flex: 1 1 auto;
	line-height: 160%;
	letter-spacing: normal;
}

.caseTxt p{
	font-weight: 600;
	font-size: 28px;
	line-height: 100%;
	letter-spacing: normal;
}

.caseTxt p:not(:last-of-type){
	padding-bottom: 8px;
}

.caseTxt p span{
	display: inline-block;
	font-size: 48px;
	color: #065FE3;
	line-height: 100%;
	letter-spacing: normal;
}


.faq-defList{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: solid 1px #E5E5E5;
}

.faq-defList:last-of-type{
	margin-bottom: 0;
}

.faq-defTtl{
	font-size: 20px;
	line-height: 160%;
	letter-spacing: normal;
	padding-bottom: 20px;
}

.teleCvarea{
	padding: 60px 60px 60px 0;
	background-color: #065FE3;
	position: relative;
	overflow: hidden;
}

.teleCvareaBg{
	position: absolute;
	right: 0;
	top: 0;
	width: 70.5%;
}

.teleCvareaWrap{
	position: relative;
	z-index: 2;
}

.teleCvareaImg{
	width: 52.6%;
}

.teleCvareaTxt{
	width: 42.1%;
}

.teleCvareaTxt h3{
	font-size: 40px;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: normal;
}

.teleCvareaTxt p{
	padding: 20px 0 30px;
}

.btnCv{
	color: #fff;
	border: solid 1px #000;
	background-color: #000000;
}

.btnCv:hover{
	color: #000;
}

.btnCv:hover path{
	stroke: #000!important;
}

.teleBanner{
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 405px;
	z-index: 100;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0,0,0,.05);
}

.teleBanner-l{
	flex: 0 0 160px;
	width: 160px;
}

.teleBanner-l img{
	border-radius: 10px 0 0 10px
}

.teleBanner-r{
	flex: 1 1 auto;
	padding: 0 20px;
}
.teleBanner-r h3{
	font-weight: 600;
	line-height: 160%;
	letter-spacing: normal;
	padding-bottom: 10px;
}

.teleBanner-r h3 span{
	color: #065FE3;
}

.teleBanner-r p span{
	display: block;
}

.teleBanner-r p span:first-of-type{
	font-size: 12px;
	letter-spacing: normal;
	line-height: 160%;
	margin-right: 10px;
}

.teleBanner-r p span:last-of-type{
	width: 18px;
	height: 18px;
	position: relative;
}

.teleBanner-r p span:last-of-type svg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


@media screen and (max-width:768px) {
	/* --------------------------------
	* 助成金
	----------------------------------- */

	.ttlTele{
		font-size: 24px;
	}

	.teleMv{
		padding: 120px 0 60px;
	}


	.teleMvShape01{
		top: 0;
		right: 0;
		width: 80%;
	}

	.teleMvShape02{
		bottom: 0;
		right: 0;
		width: 100%;
	}


	.teleMv-l{
		width: 100%;
	}

	.teleMvTtl p{
		font-size: 14px;
	}

	.teleMvTtl p span{
		padding: 2px 8px;
		margin: 0 2px;
	}

	.teleMvTtl h3{
		font-size: 30px;
		padding-top: 10px;
	}

	.teleMvTxt{
		padding: 30px 0;
	}

	.teleMv-r{
		width: 100%;
	}

	.section-tetleMerit{
		background-image: url(../img/telework/meritbg.png);
	}

	.bene-list{
		padding-top: 60px;
	}

	.bene-listItem{
		width: 100%;
		padding: 40px 20px 30px;
	}

	.bene-listItem:not(:last-of-type){
		margin-bottom: 60px;
	}

	.num{
		width: 40px;
		height: 40px;
		top: -20px;
	}

	.num p{
		font-size: 20px;
	}


	.bene-listItem h3 span:last-of-type{
		font-size: 24px;
	}

	.cvBanner{
		margin-top: 40px;
		padding: 40px 30px;
	}

	.cvBannerShape{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 32%;
	}

	.cvBannerImg{
		width: 100%;
	}

	.cvBannerTxt{
		padding-top: 30px;
		width: 100%;
	}

	.cvBannerTxt h3{
		text-align: center;
		font-size: 28px;
	}

	.cvBannerTxt h3 span{
		display: block;
		font-size: 28px;
	}

	.cvBannerTxt p{
		padding: 20px 0 30px;
	}

	.aboutTele-listItem{
		width:100%;
		padding: 30px 20px;
	}

	.aboutTele-listItem:not(:last-of-type){
		margin-bottom: 20px;
	}

	.aboutTeleShape{
		width: 80%;
	}

	.aboutTeleContents{
		position: relative;
		z-index: 2;
	}

	.aboutTeleContents h3,.aboutTeleTerm h3{
		font-size: 16px;
	}

	.aboutTeleCheck{
		padding: 20px;
	}

	.aboutTeleCheck-listItem{
		padding-left: 20px;
		font-size: 14px;
	}

	.aboutTeleCheck-listItem:not(:last-of-type){
		margin-bottom: 12px;
	}

	.aboutTeleCheck-listItem::before{
		width: 14px;
		height: 14px;
		top: 3px;
	}

	.aboutTeleEx h4{
		padding-bottom: 4px;	
	}

	.aboutTeleTerm{
		margin-top: 20px;
		padding: 30px 20px;
	}

	.aboutTeleTermShape{
		width: 70%;
	}

	.termContent-defTtl{
		flex: 100%;
		width: 100%;
		font-size: 16px;
		padding: 20px 20px 0;
	}

	.termContent-defList:not(:last-of-type){
		border-bottom: solid 1px #D8D8DA;
	}

	.termContent-defDesc{
		padding: 20px;
		text-align: center;
		font-weight: 600;
		line-height: 160%;
	}

	.termCaution{
		text-align: left;
		font-size: 12px;
		line-height: 200%;
	}

	.section-simulation{
		margin-top: 80px;
	}

	.simulationWrap{
		margin-top: 40px;
		padding: 30px;
		border-radius: 10px;
	}

	.simulationCase{
		padding: 20px;
	}

	.caseDetail-defList:not(:last-of-type){
		padding-bottom: 10px;
	}

	.caseDetail-defTtl{
		width: 100%;
	}

	.caseDetail-defDesc{
		padding-top: 8px;
	}

	.caseImgWrap{
		overflow: scroll;
	}

	.caseImg{
		width: 250%;
	}

	.caseTxt p{
		font-size: 20px;
	}

	.caseTxt p span{
		font-size: 32px;
	}


	.faq-defList{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.faq-defTtl{
		font-size: 16px;
	}

	.teleCvarea{
		padding: 40px 0;
	}

	.teleCvareaBg{
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}

	.teleCvareaImg{
		width: 80%;
		margin: 0 auto;
	}

	.teleCvareaTxt{
		width: calc(100% - 40px);
		margin: 0 auto;
		padding-top: 30px;
		text-align: center;
	}

	.teleCvareaTxt h3{
		text-align: center;
		font-size: 28px;
	}

	.teleCvareaTxt p{
		padding: 20px 0 30px;
	}

	.teleBanner{
		position: fixed;
		right: 20px;
		bottom: 20px;
		width: 280px;
	}

	.teleBanner-l{
		flex: 0 0 100px;
		width: 100px;
	}

	.teleBanner-l img{
		border-radius: 10px 0 0 10px
	}



}
/* Catalog pricing remains fresh even when WordPress caches the page shell. */
.price-tabListItem button { background: transparent; border: 0; color: inherit; font: inherit; width: 100%; cursor: pointer; }
.catalog-status { color: #fff; text-align: center; margin-bottom: 20px; }
.catalog-retry { display: block; margin: 0 auto 24px; padding: 10px 20px; cursor: pointer; }
.catalog-retry[hidden] { display: none; }
.price-btn[aria-disabled="true"] { opacity: .55; cursor: not-allowed; }
.price-ttl p:last-of-type [data-price] { font-size: 34px; }
.price-ttl [data-price-unit] { display: block; font-size: 16px; }
