@charset "utf-8";

/*===COMMON===*/
body{
	font-family: 'Noto Sans JP', 'Zen Kaku Gothic New', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	background-color: #034387;
}

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

input,select{
	cursor: pointer;
}

*:focus{
	outline: none;
}

a{
	display: inline-block;
}

.-body-bg{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url(/assets/images/common/bg-gradation.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#-loading,
#-top-loading{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: radial-gradient(circle, #2E7BB2 0%, #034387 100%);
}

#-top-loading svg{
	width: 400px;
	margin-top: -30px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}


.-opening-fadein,
.-opening-fadein-dotted01,
.-opening-fadein-dotted02,
.-opening-fadein-dotted03{
	opacity: 0;
}

.-load-animation .-opening-fadein,
.-load-animation .-opening-fadein-dotted01,
.-load-animation .-opening-fadein-dotted02,
.-load-animation .-opening-fadein-dotted03{
	animation-name: anime-loading-fadein;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease;
}

.-opening-fadein{
	animation-delay: 0s;
}

.-load-animation .-opening-fadein-dotted01{
	animation-delay: 1s;
}

.-load-animation .-opening-fadein-dotted02{
	animation-delay: 1.25s;
}
.-load-animation .-opening-fadein-dotted03{
	animation-delay: 1.5s;
}

@keyframes anime-loading-fadein{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

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

.-pc,
.-pctab{
	display: block !important;
}

.-pctab-inline{
	display: inline !important;
}

.-sp,
.-sptab,
.-tab{
	display: none !important;
}

.-contents{
	width: 100%;
}

.-hidden-x{
	overflow-x: hidden;
}

.-contents-lead + .-contents,
.-contents + .-hidden-x{
	margin-top: 160px;
}

.-section + .-section{
	margin-top: 160px;
}

.-section-inner + .-section-inner{
	margin-top: 100px;
}

.-section-inner + .-section-inner.-close{
	margin-top: 40px;
}

.-section.-v-close + .-section.-v-close{
	margin-top: 10px;
}

.-section-bg-overlay{
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

.-section-bg-overlay.-close{
	padding-top: 72px;
	padding-bottom: 72px;
}

.-section-bg-overlay-inner{
	position: relative;
	z-index: 1;
}

.-section-bg-overlay:after{
	content: "";
	width: calc(100% - 20px);
	height: 100%;
	display: block;
	border-radius: 50px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.-section-bg-overlay.-inner-bg:after{
	width: 100%;
}

.-section-bg-overlay.-black:after{
	background-color: #000000;
	mix-blend-mode: overlay;
	opacity: 0.5;
}

.-section-bg-overlay.-white:after{
	background-color: #FFFFFF;
	opacity: 0.9;
}

.-section-bg-overlay.-white-filled:after{
	background-color: #FFFFFF;
	opacity: 1;
}

.-section-bg-overlay.-white-bright:after{
	backdrop-filter: brightness(160%) blur(30px);
	--webkit-backdrop-filter: brightness(160%) blur(30px);
	background-color: rgba(255, 255, 255, 0.51);
}

.-section-bg-overlay.-lower{
	padding-top: 0;
}

.-section-bg-overlay.-lower:after{
	top: max(360px, 23.81vw);
	height: clamp(100% - 360px, 100% - 30.81vw, 100% - 360px);
}

.-inner-regular{
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 100px;
	padding-left: 100px;
}

.-inner-small{
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 100px;
	padding-left: 100px;
}

.-inner-minimum{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 100px;
	padding-left: 100px;
}

.-pd-close{
	padding-right: 10px;
	padding-left: 10px;
}

.-pd-right-close{
	max-width: 100%;
	padding-right: 10px;
}

.-p-btn-wrapper{
	margin-top: 60px;
}

.-p-btn-wrapper.-close{
	margin-top: 16px;
}

.-p-btn-wrapper a,
.-p-btn-wrapper button{
	width: 350px;
}

.-p-btn-wrapper.-tac a,
.-p-btn-wrapper.-tac button{
	margin-left: auto;
	margin-right: auto;
}

.-p-btn-wrapper.-tar{
	display: flex;
	justify-content: flex-end;
}

.-p-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.6;
	padding-top: 28px;
	padding-bottom: 28px;
	padding-left: 55px;
	padding-right: 55px;
	min-height: 80px;
	position: relative;
	box-shadow: 0px 10px 30px rgba(5, 59, 116, 0.7);
	border-radius: 100px;
	background-color: rgba(0, 65, 130, 0.7);
}

.-p-btn span{
	display: block;
	position: relative;
	z-index: 1;
}

.-p-btn:after,
.-inc-icon:after{
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(/assets/images/common/icon-arrow-next-round.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	z-index: 1;
}

.-p-btn.-arrow-under:after{
	background-image: url(/assets/images/common/icon-arrow-under-round.svg);
}

.-p-btn.-arrow-back:after{
	right: auto;
	left: 30px;
	background-image: url(/assets/images/common/icon-arrow-prev-round.svg);
}

.-p-btn:before{
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, #2027db 0%, #2c93fe 50%, #2c96ff 100%);
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 0;
}

.-p-btn.-white{
	color: #2E7BB2;
	background-color: rgba(255, 255, 255, 1);
}

.-p-btn.-white.-no-shadow{
	box-shadow: 0px 0px 0px rgba(5, 59, 116, 0);
}

.-p-btn.-white:after{
	background-image: url(/assets/images/common/icon-arrow-next-round-db.svg);
}

.-p-btn.-white:before{
	display: none;
}

.-p-btn.-medium{
	height: 100%;
	min-height: auto;
	padding-top: 18px;
	padding-bottom: 18px;
}

.-p-btn.-small,
.-inc-icon.-small{
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 44px;
	padding-right: 44px;
	height: auto;
	min-height: 40px;
}

.-p-btn.-small:after,
.-inc-icon.-small:after{
	right: 10px;
}

.-inc-icon.-small.-tal{
	text-align: left;
	padding-left: 16px;
}


.-p-btn-ol{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.6;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
	padding-right: 18px;
	min-width: 200px;
	min-height: 60px;
	position: relative;
	border-radius: 100px;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #FFFFFF;
}

.-p-btn-ol span{
	display: block;
	position: relative;
	z-index: 1;
}

.-p-btn-wrapper a.-p-btn-ol,
.-p-btn-wrapper button.-p-btn-ol{
	width: 200px;
}

.-p-btn.-download:after,
.-p-btn-ol.-download:after{
	background-image: url(/assets/images/common/icon-downlaod-round.svg);
}


.-link-blank{
	background-image: url(/assets/images/common/icon-blank-w.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px 12px;
	padding-right: 24px;
}

.-link-pagetop{
	width: 60px;
	height: 60px;
	background-image: url(/assets/images/common/icon-arrow-upper-round.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.-link-list li + li{
	margin-top: 10px;
}

.-link-list-anchor{
	display: block;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 20px;
	padding-top: 28px;
	padding-bottom: 28px;
	padding-left: 100px;
	padding-right: 132px;
	position: relative;
}

.-link-list-anchor:after{
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(/assets/images/common/icon-arrow-next-round-b.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translateY(-50%);
}

.-link-list-label{
	display: flex;
}

.-link-list-label-item + .-link-list-label-item{
	margin-left: 20px;
}

.-link-list-label + .-link-list-tit{
	margin-top: 10px;
}

.-link-bnr{
	display: block;
	position: relative;
}

.-link-bnr:after{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50px;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(113deg, #2E7BB2 20%, #0158AD 80%);
}

.-link-bnr-inner{
	position: relative;
	z-index: 1;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	padding-right: 60px;
}

.-link-bnr-thum{
	display: flex;
	justify-content: flex-end;
}

.-link-bnr-thum-inner{
	width: 81.5%;
	max-width: 360px;
}

.-link-bnr-thum-images img{
	border-radius: 15px;
}

.-link-bnr-thum-txt{
	display: block;
	min-height: 96px;
	margin-top: 40px;
}

.-link-bnr-inner-item + .-link-bnr-inner-item{
	margin-top: 40px;
}

.-link-bnr-tit{
	position: relative;
	padding-right: 68px;
	word-break: break-all;
}

.-link-bnr-tit:after{
	content: "";
	width: 60px;
	height: 60px;
	background-image: url(/assets/images/common/icon-arrow-next-round.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.-link-bnr-full{
	display: block;
	padding-top: 72px;
	padding-bottom: 100px;
}

.-link-bnr-full-inner{
	display: flex;	
}

.-link-bnr-full-inner-item{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.-link-bnr-full-logo{
	max-width: 385px;
	padding-left: 40px;
	padding-right: 40px;
}

.-link-bnr-full-arrow{
	position: relative;
}

.-link-bnr-full-arrow:after{
	content: "";
	width: 60px;
	height: 60px;
	background-image: url(/assets/images/common/icon-arrow-next-round-b.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	bottom: -68px;
	right: 100px;
	z-index: 1;
}

.-link-card{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 20px;
}

.-link-arrow-next,
.-link-arrow-prev{
	display: inline-block;
	position: relative;
}

.-link-arrow-next{
	padding-right: 68px;
}

.-link-arrow-next.-arrow-large{
	padding-right: 80px;
}

.-link-arrow-prev{
	padding-left: 68px;
}

.-link-arrow-prev.-arrow-large{
	padding-left: 80px;
}

.-link-arrow-next-inner,
.-link-arrow-prev-inner{
	display: flex;
	align-items: center;
	min-height: 40px;
}

.-link-arrow-next.-arrow-large .-link-arrow-next-inner,
.-link-arrow-prev.-arrow-large .-link-arrow-prev-inner{
	min-height: 60px;
}

.-link-arrow-next:after,
.-link-arrow-prev:before{
	content: "";
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100px;
}

.-link-arrow-next.-arrow-large:after,
.-link-arrow-prev.-arrow-large:before{
	width: 60px;
	height: 60px;
	background-size: 10px;
}

.-link-arrow-next:after{
	right: 0;
}

.-link-arrow-prev:before{
	left: 0;
}

.-link-arrow-next.-arrow-blue,
.-link-arrow-prev.-arrow-blue{
	color: #2E7BB2;
}

.-link-arrow-next.-arrow-blue:after,
.-link-arrow-prev.-arrow-blue:before{
	background-color: #2E7BB2;
}

.-link-arrow-next.-arrow-white:after,
.-link-arrow-prev.-arrow-white:before{
	background-color: #FFFFFF;
}

.-link-arrow-next.-arrow-blue:after{
	background-image: url(/assets/images/common/icon-arrow-next.svg);
}

.-link-arrow-next.-arrow-white:after{
	background-image: url(/assets/images/common/icon-arrow-next-b.svg);
}

.-link-arrow-prev.-arrow-blue:before{
	background-image: url(/assets/images/common/icon-arrow-prev.svg);
}

.-link-arrow-prev.-arrow-white:before{
	background-image: url(/assets/images/common/icon-arrow-prev-b.svg);
}

.-link-showmore{
	width: auto;
	padding-top: 70px;
	text-align: center;
	background-image: url(/assets/images/common/icon-arrow-s-under-round.svg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 60px;
}

.-txtlink{
	color: #2E7BB2;
	line-height: 1.4;
}

.-txtlink.-light{
	color: #71C4FF;
}

.-txtlink.-white{
	color: #FFFFFF;
}

.-tit-type00{
	font-size: 100px;
	line-height: 1.2;
	letter-spacing: 0.06em;
}

.-tit-type01{
	font-size: 60px;
}

.-tit-type01 + *{
	margin-top: 32px;
}

.-tit-type01 span{
	display: block;
}

.-tit-type01-jp{
	font-size: 16px;
	font-weight: 600;
}

span + .-tit-type01-jp{
	margin-top: 10px;
}

.-tit-type01-en{
	line-height: 1.1;
}

.-tit-type02{
	font-size: 40px;
	font-weight: 600;
	line-height: 1.5;
}

.-tit-type02 + *{
	margin-top: 60px;
}

.-tit-type02.-far + *{
	margin-top: 100px;
}

.-tit-type02.-near + *{
	margin-top: 20px;
}

.-subtit-type01{
	font-size: 24px;
	line-height: 1.8;
}

.-subtit-type01 + *{
	margin-top: 60px;
}

.-subtit-type01.-close + *{
	margin-top: 30px;
}

.-tit-no-l-space{
	letter-spacing: 0 !important;
}

.-number-panel-list+*{
	margin-top: 40px;
}

.-number-panel-list .-number-panel-item:not(:first-child){
	margin-left: 50px;
}

.-number-panel-list-tit{
	display: flex;
	align-items: flex-end;
}

.-number-panel-list-tit span + span{
	display: block;
	line-height: 1.2;
	margin-left: 20px;
	position: relative;
    top: -12px;
}

.-number-panel-list-tit.-underline{
	border-bottom: 1px solid #044387;
	padding-bottom: 16px;
}

.-number-panel-list-tit.-underline+*{
	margin-top: 20px;
}

.-number-panel-inner{
	background-color: #FFFFFF;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-right: 35px;
	padding-left: 35px;
	border-radius: 20px;
	flex: 1;
}

.-number-panel-icon{
	width: 90px;
	margin-right: auto;
	margin-left: auto;
}

.-number-panel-icon.-large{
	width: 100%;
	max-width: 288px;
}

.-number-panel-icon + *{
	margin-top: 24px;
}

.-subtit-type02{
	font-size: 20px;
	line-height: 1.6;
}

.-subtit-functions-dib + *{
	margin-top: 40px;
}

.-subtit-functions{
	display: flex;
	align-items: center;
	min-height: 24px;
	position: relative;
	background-repeat: no-repeat;
	background-position: right center;
}

.-subtit-functions-dib .-subtit-functions{
	display: inline-block;
}

.-subtit-functions.-gps{
	background-image: url(/assets/images/common/icon-gps.svg);
	background-size: 23px 24px;
	padding-right: 43px;
}

.-subtit-functions.-reservation{
	background-image: url(/assets/images/common/icon-reservation.svg);
	background-size: 24px 24px;
	padding-right: 44px;
}

.-subtit-functions.-analyze{
	background-image: url(/assets/images/common/icon-analyze.svg);
	background-size: 25px 24px;
	padding-right: 45px;
}

.-subtit-functions.-cooperation{
	background-image: url(/assets/images/common/icon-cooperation.svg);
	background-size: 38px 24px;
	padding-right:  58px;
}

.-txtkeep{
	font-size: 16px;
}

.-txtsmall{
	font-size: 12px;
	line-height: 1.6;
}

.-caption{
	font-size: 10px;
	line-height: 1.6;
}

.-txtblack{
	color: #000000;
}

.-txtgrey{
	color: #8B8B8B;
}

.-txtblue{
	color: #2E7BB2;
}

.-txtdarkblue{
	color: #034387;
}

.-bold{
	font-weight: 600;
}

.-tac{
	text-align: center;
}

.-ellipsis{
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.-ellipsis.-line01{
	-webkit-line-clamp: 1;
}

.-ellipsis.-line02{
	-webkit-line-clamp: 2;
}

.-ellipsis.-line03{
	-webkit-line-clamp: 3;
}

.-fixed{
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
}

.-card{
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-right: 10px;
	border-radius: 20px;
	position: relative;
}

.-card.-bg-blue{
	background-color: rgba(2,39,102,0.8);
}

.-card.-bg-blue-multiply:after{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-color: #2E7BB2;
	mix-blend-mode: multiply;
}

.-card-images{
	max-width: 100%;
  	height: 13.5vw;
	max-height: 200px;
}

.-card-images img{
	object-fit: cover;
	height: 100%;
	border-radius: 15px;
}

.-card-jsb-wrapper{
	justify-content: space-between;
	padding-bottom: 25px;
}

.-card-jsb-inner+.-card-jsb-inner{
	margin-top: 24px;
}

.-card-jsb-item{
	padding-right: 30px;
	padding-left: 30px;
}

.-card-iframe{
	aspect-ratio: 16 / 9;
}

.-card-iframe + *{
	margin-top: 12px;
}

.-card-iframe iframe{
	border-radius: 20px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.-card-inner{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
}

.-card-inner.-close{
	padding-top: 12px;
}

.-card-inner + .-card-inner{
	padding-top: 0;
	margin-top: auto;
	padding-bottom: 25px;
}

.-card-tit + .-card-txt{
	margin-top: 16px;
}

.-card-tit-logo{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.-card-icon{
	display: flex;
	justify-content: space-between;
}

.-card-icon-item span{
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
}

.-card-icon-item.-user span{
	background-image: url(/assets/images/common/icon-user.svg);
	background-size: 20px 21px;
	padding-left: 30px;
}

.-card-icon-item.-beacon span{
	background-image: url(/assets/images/common/icon-beacon.svg);
	background-size: 21px 22px;
	padding-left: 31px;
}

* + .-card-icon{
	margin-top: 30px;
}

.-card-icon-item{
	display: flex;
	align-items: center;
	width: 100%;
}

.-card-icon-item:last-child{
	border-left: 1px solid #DDDDDD;
	justify-content: flex-end;
	margin-left: 12px;
	padding-left: 12px;
}

* + .-card-tag-list{
	margin-top: 10px;
}

.-card-tag-list{
	display: flex;
	flex-wrap: wrap;
}

.-card-tag-list-item{
	margin-right: 8px;
}

.-card-row-list li + li{
	margin-top: 40px;
}

.-card-row{
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.-card-row-inner + .-card-row-inner{
	width: 53%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 60px;
	padding-right: 100px;
} 

.-card-row-images{
	width: 47%;
	height: auto;
	overflow: hidden;
	border-radius: 20px 0 0 20px;
}

.-card-row-images img{
	object-fit: cover;
	height: 100%;
}

.-card-row-tit + .-card-row-txt,
.-card-row-tit + .-card-anchor,
.-card-row-txt + .-card-anchor{
	margin-top: 20px;
}

.-card-row-tit-bold{
	font-weight: 400;
}

.-card-default-mh{
	min-height: 300px;
}

.-card-default-mh .-card-row-inner{
	display: flex;
	align-items: center;
	justify-content: center;
}

.-card-default-mh .-card-row-inner+.-card-row-inner{
	flex-direction: column;
}

.-card-anchor{
	display: flex;
}

.-card-anchor-right{
	justify-content: flex-end;
}

.-outline-row-card{
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 194px;
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	padding-top: 64px;
	padding-bottom: 64px;
	padding-left: 100px;
	padding-right: 100px;
}

.-outline-row-card + .-outline-row-card{
	margin-top: 20px;
}

.-outline-card-tit{
	display: flex;
	align-items: center;
	width: 234px;
}

.-outline-card-name{
	flex: 1;
}

.-outline-card-tit-icon{
	display: block;
	width: 55px;
	margin-right: 30px;
}

.-outline-card-txt{
	flex: 1;
	width: 100%;
	margin-left: 100px;
}

.-thum.-row{
	display: flex;
	align-items: center;
}

.-thum-images{
	max-width: 360px;
  	height: 13.5vw;
	max-height: 200px;
	position: relative;
}

.-thum.-row .-thum-images{
	width: 44%;
	min-width: 279px;
	min-height: 155px;
}

.-thum-images img{
	object-fit: cover;
	height: 100%;
	border-radius: 15px;
}

.-thum .-thum-inner{
	margin-top: 20px;
}

.-thum.-row .-thum-inner{
	flex: 1;
	width: 56%;
	margin-top: 0;
	margin-left: 50px;
}

.-thum-label{
	display: flex;
}

* + .-thum-label{
	margin-top: 32px;
}

.-thum-label-item{
	display: flex;
	align-items: center;
}

.-thum-label-item + .-thum-label-item{
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #FFFFFF;
}

.-hover-cover{
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.-card .-hover-cover{
	border-radius: 20px;
	background-color: rgba(46, 123, 178, 0.4);
}

.-thum .-hover-cover{
	border-radius: 15px;
	background-color: rgba(46, 123, 178, 0.6);
}

.-row03{
	display: flex;
	flex-wrap: wrap;
	margin-top: -60px;
}

.-row03 li{
	margin-top: 60px;
}

.-row03.-card-list{
	margin-left: -50px;
}

.-row03.-card-list li{
	display: flex;
	width: calc((100% - 150px)/3);
	margin-left: 50px;
}

.-row03.-thum-list{
	margin-left: -80px;
}

.-row03.-thum-list li{
	display: flex;
	width: calc((100% - 240px)/3);
	margin-left: 80px;
}

.-indent,
.-indent-list li{
	padding-left:1em;
	text-indent:-1em;
}

.-cv-common{
	margin-top: 100px;
	margin-bottom: 100px;
}

.-cv-common-inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.-cv-common-inner-item{
	width: 100%;
}

.-cv-common-inner-item + .-cv-common-inner-item{
	margin-left: 20px;
	margin-top: 60px;
}

.-sticky-cv{
	width: calc(100% - 42px);
	position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    transition: all 0.4s ease;
}

.-sticky-cv.-is-hide{
	bottom: -100px;
	z-index: -1;
	pointer-events: none;
}

.-sticky-cv-list{
	display: flex;
	justify-content: flex-end;
}

.-sticky-cv-list li{
	display: flex;
    max-width: 352px;
    width: 100%;
}

.-sticky-cv-list li a{
	width: 100%;
}

.-sticky-cv-list li .-sticky-btn,
.-sticky-cv-list li .-sticky-btn:before{
	border-radius: 0;
}

.-sticky-cv-list li:first-child .-sticky-btn,
.-sticky-cv-list li:first-child .-sticky-btn:before{
	border-radius: 10px 0 0;
}

.-lower-main-inner{
	padding-top: 260px;
	padding-bottom: 160px;
}

.-lower-main-inner.-close{
	padding-bottom: 60px;
}

.-lower-tit span{
	display: block;
}

.-lower-tit span + span{
	margin-top: 10px;
}

.-lower-lead-inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.-lower-lead-txt{
	width: 90%;
	margin-top: 32px;
}

.-lower-lead-images{
	margin-left: 4px;
	max-width: 688px;
	width: 53%;
}

.-lower-lead-images-right-fixed{
	max-width: 720px;
	width: 69%;
}

.-lower-lead-copy + *{
	margin-top: 60px;
}

.-full-row{
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.-full-row-base{
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.-full-row-base-ver{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.-full-row-base.-static{
	width: 50%;
	padding-right: 40px;
	position: static;
	top: 0;
	left: 0;
	transform: translateX(0);
}

.-full-row-option{
	width: 50%;
	max-width: 710px;
}

.-full-row-option-inner{
	padding-left: 60px;
	padding-right: 100px;
}

.-full-row-option-inner.-close{
	padding-right: 60px;
}

.-full-row-base-inner-item{
	width: calc(50% - 40px);
}

.-images-row{
	display: flex;
}

.-images-row + .-images-row{
	margin-top: 80px;
}

.-images-row-item + .-images-row-item{
	margin-left: 100px;
}

.-images-row-desc{
	flex: 1;
}

.-images-row-desc.-gap{
	margin-top: 50px;
}

.-images-row-pic{
	width: 50%;
}

.-images-row-pic img{
	border-radius: 20px;
}

.-images-row-tit+*{
	margin-top: 24px;
}

*+.-ac-wrapper {
	margin-top: 80px;
}

.-ac-wrapper{
	position: relative;
}

.-ac-wrapper.-ac-open{
	padding-bottom: 80px;
}

.-ac-btn{
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.-ac-open .-ac-btn-wrapper{
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.-ac-contents{
	display: none;
	border-top: 1px solid #044387;
	padding-top: 80px;
	padding-bottom: 80px;
}

.-ac-btn-txt{
	display: block;
	transition: all 0.4s ease;
}

.-ac-open-txt{
	opacity: 1
}

.-ac-wrapper.-ac-open .-ac-open-txt{
	opacity: 0;
}

.-ac-wrapper span.-ac-close-txt{
	opacity: 0;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.-ac-wrapper.-ac-open .-ac-close-txt{
	opacity: 1;
}

.-ac-btn.-arrow-under:after{
	transition: all 0.4s ease;
}

.-ac-wrapper.-ac-open .-ac-btn.-arrow-under:after{
	transform: translateY(-50%) rotate(180deg);
}

.-form-ex{
	margin-top: 0;
}

.-form-ex + *{
	margin-top: 60px;
}

.-form-block-tit{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 16px;
	margin-bottom: 30px;
}

.-black .-form-block-tit{
	border-bottom: 1px solid #FFFFFF;
}

.-form-block-tit .-form-block-name{
	margin-right: 20px;
}

.-form-label{
	display: flex;
	align-items: center;
}

.-form-label + *{
	margin-top: 4px;
}

.-form-label-name{
	margin-right: 20px;
}

.-required{
	display: inline-block;
	min-width: 57px;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 100px;
	color: #FFFFFF;
	background-color: #FF0058;
}

.-form-input-item,
.-form-textarea-item{
	display: block;
	background-color: #FFFFFF;
	border-radius: 10px;
}

.-form-input input,
.-form-textarea textarea{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #C9C9C9;
	border-radius: 10px;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

.-form-textarea textarea{
	min-height: 228px;
	resize: vertical;
}

.-form-checkbox{
	cursor: pointer;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.-form-checkbox label{
	display: flex;
	align-items: center;
}

.-form-checkbox-item,
.-form-radio-item{
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
}

.-form-radio label{
	position: relative;
	cursor: pointer;
}

.-form-radio-item{
	position: absolute;
	top: 3px;
}

.-form-checkbox-item:after,
.-form-checkbox-item:before,
.-form-radio-item:after,
.-form-radio-item:before{
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	border: 1px solid #C9C9C9;
}

.-form-radio-item:after,
.-form-radio-item:before{
	border-radius: 100px;
}

.-form-checkbox-item:before{
	z-index: 1;
}

.-form-checkbox-item:after{
	z-index: 0;
}

.-form-checkbox-item input,
.-form-radio-item input{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.-form-checked,
.-form-radio-checked{
	opacity: 0;
}

.-form-checked:before{
	content: "";
	width: 16px;
	height: 12px;
	background-image: url(/assets/images/common/icon-checked-db.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
}

.-form-radio-checked:before{
	content: "";
	width: 16px;
	height: 16px;
	background-color: #034387;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
}

.-form-checkbox-item input[type=checkbox]:checked + .-form-checked,
.-form-radio-item input[type=radio]:checked + .-form-radio-checked{
	opacity: 1;
}

.-form-checkbox-txt{
	display: block;
	margin-left: 20px;
}

.-form-radio-txt{
	display: block;
	padding-left: 34px;
}

.-form-radio-list li:not(:first-child){
	margin-top: 20px;
}

* + .-form-caption{
	margin-top: 10px;
}

.-form-btn{
	display: flex;
	align-items: center;
	justify-content: center;
}

.-form-block + .-form-block,
.-form-btn{
	margin-top: 80px;
}

.-form-btn.-close{
	margin-top: 50px;
}

.-form-block-item + .-form-block-item{
	margin-top: 30px;
}

.-form-error + .-form-ex{
	margin-top: 60px;
}

.-form-item.-form-error .-form-checkbox-item:before,
.-form-item.-form-error input,
.-form-item.-form-error textarea,
.-form-item.-form-error .-form-radio-item:before{
	background-color: rgba(255, 0, 0, 0.2);
	z-index: 1;
}

.-form-error-txt{
	color: #FF0000;
	display: block;
	margin-top: 10px;
	line-height: 1.4;
}

.-form-radio-list + .-form-error-txt,
.-form-textarea-item + .-form-error-txt{
	margin-top: 30px;
}

.-form-error-message{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	border-radius: 20px;	
}

.-form-error-message + *{
	margin-top: 100px;
}

.-form-error-message.-close + *{
	margin-top: 60px;
}

.-form-an-label + .-form-an-txt{
	margin-top: 15px;
	margin-bottom: 50px;
}

.-step + *{ 
	margin-top: 60px;
}

.-step-list{
	display: flex;
	justify-content: center;
}

.-step-list li{
	display: flex;
	align-items: center;
	justify-content: center;
}

.-step-list li:not(:first-child):before{
	content: "";
	display: block;
	width: 46px;
	height: 100%;
	margin-left: 51px;
	margin-right: 51px;
	background-repeat: no-repeat;
	background-image: url(/assets/images/common/step-dotted.svg);
	background-size: 46px 10px;
	background-position: left bottom;
	position: relative;
	top: -6px;
}

.-step-list-inner{
	text-align: center;
}

.-step-number{
	display: block;
	width: 30px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FFFFFF;
	border-radius: 100px;
	position: relative;
}

.-current .-step-number{
	background-color: #FFFFFF;
	color: #2E7BB2;
}

.-step-number-inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.-step-tit{
	margin-top: 5px;
}


.-current .-step-tit{
	font-weight: 600;
}

.-swiper-alcenter-arrow{
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
}

.-swiper-alcenter-arrow.-swiper-alcenter-arrow-prev{
	background-image: url(/assets/images/common/icon-arrow-prev-round-b.svg);
	left: 18px;
}

.-swiper-alcenter-arrow.-swiper-alcenter-arrow-next{
	background-image: url(/assets/images/common/icon-arrow-next-round-b.svg);
	right: 18px;
}

.-swiper-alcenter-arrow:after{
	display: none;
}

.-swiper-alcenter-pagination.swiper-pagination{
	position: static;
	margin-top: 30px;
	font-size: 0;
}

.-swiper-alcenter-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 4px;
	border-radius: 100px;
	line-height: 1;
    font-size: 0;
    background-color: #C9C9C9;
    opacity: 1;
}

.-swiper-alcenter-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #2E7BB2;
}

.-swiper-loop-wrapper{
	transition-timing-function: linear;
}

* + .-pager{
	margin-top: 80px;
}

.-pager-inner{
	display: flex;
	justify-content: space-between;
	padding-left: 120px;
	padding-right: 120px;
}

.-pager-inner-item{
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.-pager-inner-item + .-pager-inner-item{
	justify-content: flex-end;
}

.-article + .-article{
	margin-top: 80px;
}

.-article-main-tit + *{
	margin-top: 100px;
}

.-article-images + *{
	margin-top: 40px;
}

.-article-images.-b-r img{
	 border-radius: 15px;
}

.-article-images-cover{
	max-width: 100%;
    height: 49.45vw;
    max-height: 560px;
}

.-article-images-cover img{
	object-fit: cover;
    height: 100%;
    border-radius: 15px;
}

.-article-logo-images{
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.-article-images-cover + .-article-logo-images{
	margin-top: 60px;
}

* + .-article-lead{
	margin-top: 60px;
}

* + .-article-body{
	margin-top: 80px;
}

.-article-tit{
	line-height: 1.6 !important;
}

.-article-txt {
	word-break: break-all;
}

.-article-txt + .-article-txt{
	margin-top: 40px;
}

.-article-tit + *,
.-article-txt + .-article-images,
.-article-images + .-article-images{
	margin-top: 35px !important;
}

.-article-check{
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #FFFFFF;
}

* + .-article-check-list{
	margin-top: 40px;
}

.-article-check-list li{
	background-image: url(/assets/images/common/icon-checked.svg);
	background-repeat: no-repeat;
	background-position: left top 10px;
	background-size: 16px 12px;
	padding-left: 26px;
}

.-article-check-list.-check-blue li{
	background-image: url(/assets/images/common/icon-checked-b.svg);
}

.-article-check-list li + li{
	margin-top: 10px;
}

* + .-article-summary{
	margin-top: 40px;
}

.-article-summary{
	display: flex;
	justify-content: space-between;
}

.-article-summary-inner{
	width: calc(100% - 20px);
}

.-article-summary-inner + .-article-summary-inner{
	margin-left: 40px;
}

.-article-summary-details{
	border-top: 1px solid #C9C9C9;
	padding-top: 20px;
}

.-article-summary-details + .-article-summary-details{
	margin-top: 20px;
}

.-article-summary-details-tit{
	font-weight: 400;
}

.-article-summary-details-tit + .-article-summary-details-txt{
	margin-top: 5px;
}

.-article-summary-details-txt-inner{
	display: flex;
}

.-article-summary-details-label{
	min-width: 85px;
}

.-article-summary-details-item + .-article-summary-details-item{
	flex: 1;
	margin-left: 20px;
}

* + .-article-point{
	margin-top: 60px;
}

.-article-bg{
	background-color: rgba(46, 123, 178, 0.1);
	border-radius: 20px;
}

.-article-bg-inner{
	padding-top: 53px;
	padding-bottom: 53px;
	padding-left: 100px;
    padding-right: 100px;
}

.-article-update{
	display: flex;
}

.-article-update + *{
	margin-top: 35px;
}

.-article-update-item{
	display: flex;
	align-items: center;
}

.-article-update-item + .-article-update-item{
	flex: 1;
	margin-left: 20px;
	margin-top: 0;
}

.-article-update.-ol .-article-update-item + .-article-update-item{
	border-left: 1px solid #FFFFFF;
	padding-left: 20px;
}

.-sort-selectbox{
	font-size: 13px;
	display: flex;
	justify-content: flex-end;
}

.-sort-selectbox + *{
	margin-top: 40px;
}

.-sort-select-label + .-sort-select{
	margin-left: 20px;
}

.-sort-select{
	position: relative;
}

.-sort-select select{
	width: 120px;
	padding-right: 18px;
	padding-bottom: 3px;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	z-index: 1;
}

.-tab-menu + *{
	margin-top: 80px;
}

.-tab-list{
	display: flex;
}

.-tab-list .-tab-list-item{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	max-height: 60px;
    line-height: 1.2;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 15px;
	border: 1px solid #FFFFFF;
}

.-tab-list .-tab-list-item:not(:first-child){
	margin-left: 13px;
}

.-tab-list .-tab-list-item{
	cursor: pointer;
}

.-tab-list .-tab-list-item.-is-active{
	background-color: #FFFFFF;
	color: #2E7BB2;
	cursor: default;
	pointer-events: none;
}

.-linked-select select{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 42px;
	border-radius: 100px;
	background-color: #FFFFFF;
	color: #2E7BB2;
	background-image: url(/assets/images/common/icon-arrow-under-round-b.svg);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: right 10px center;
}

.-sort-select .-select-dogleg{
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 0;
	transform: translateY(-50%);
	background-image: url(/assets/images/common/icon-dogleg-under-w.svg);
	background-repeat: no-repeat;
	background-size: 10px 6px;
	background-position: right center;
	margin-top: -2px;
}

.-showmore{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.-number-panel-list{
	display: flex;
}

.-number-panel-list li{
	width: 100%;
}

.-number-panel-list li{
	display: flex;
	flex-direction: column;
}

.-number-panel-list-number{
	font-size: 100px;
	line-height: 1;
}

.-scroll-fadein,
.-scroll-fadein-bg-overlay-inner{
	opacity: 0;
	transform: translateY(-24px);
	transition: all 0.8s ease;
}

.-loading-fadein{
	opacity: 0;
	transition: all 0.8s ease;
}

.-scroll-fadein.-is-fadein,
.-loading-fadein.-is-fadein,
.-is-fadein .-scroll-fadein-bg-overlay-inner{
	transform: translateY(0);
	opacity: 1;
}

.-scroll-fadein-bg-overlay.-section-bg-overlay.-white-bright:after{
	transition: all 0.8s ease;
	transform: translateX(-50%) translateY(-24px);
	backdrop-filter: brightness(160%) blur(30px) opacity(0);
    --webkit-backdrop-filter: brightness(160%) blur(30px) opacity(0);
    background-color: rgba(255, 255, 255, 0);
}

.-scroll-fadein-bg-overlay.-is-fadein.-section-bg-overlay.-white-bright:after{
	transform: translateX(-50%) translateY(0);
	backdrop-filter: brightness(160%) blur(30px) opacity(1);
    --webkit-backdrop-filter: brightness(160%) blur(30px) opacity(1);
    background-color: rgba(255, 255, 255, 0.51);
}

/*===HEADER===*/

#header,
#header.-is-hide{
	width: 100%;
	position: fixed;
	top: -120px;
	left: 0;
	z-index: 10;
	transition: all 0.4s ease;
}

#header.-is-show{
	top: 0;
	z-index: 20;
}

.header-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
	padding-left: clamp(0.5rem, -5.212rem + 8.92vw, 2.813rem);
	padding-right: clamp(0.5rem, -0.581rem + 1.69vw, 0.938rem);
}

.header-inner-left{
	min-height: 90px;
	border-radius:15px;
	background-color: #FFFFFF;
}

.header-inner-left{
	display: flex;
	justify-content: space-between;
	width: 58%;
    max-width: 885px;
}

.header-inner-right{
	display: flex;
	justify-content: flex-end;
	margin-left: 8px;
}

.header-logo{
	display: flex;
	align-items: center;
	padding-top: 6px;
	padding-bottom: 16px;
	padding-left: clamp(24px, 2.5vw, 35px);
}

.header-logo a{
	width: clamp(6.75rem, 0.267rem + 10.12vw, 9.375rem);
}

.header-menu{
	display: flex;
	padding-right: clamp(32px, 2.5vw, 35px);
	padding-left: 24px;
	position: relative;
}

.header-menu-list{
	display: flex;
	justify-content: flex-end;
}

.header-menu-list li{
	display: flex;
}

.header-menu-list li:not(:first-child){
	margin-left: clamp(0.5rem, -1.352rem + 2.89vw, 1.25rem);
}

.header-menu-list-link{
	display: flex;
	align-items: center;
	padding-top: 16px;
	padding-bottom: 16px;
	color: #000000;
	font-size: clamp(13px, 1.1vw, 16px);
    word-break: keep-all;
}

.header-inc-under-layer-name{
	height: 100%;
	position: relative;
	padding-right: 12px;
}

.header-inc-under-layer-name:after{
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(/assets/images/common/icon-dogleg-under-b.svg);
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: center;
}

.header-under-layer-menu{
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 66px;
}

.header-under-layer-menu-list{
	display: flex;
	border-radius: 15px;
    background-color: #FFFFFF;
    padding-left: clamp(24px, 2.5vw, 35px);
    padding-right: clamp(32px, 2.5vw, 35px);
}

.header-under-layer-menu-inner{
	padding-top: 36px;
}

.header-under-layer-menu-list li{
	display: flex;
}

.header-under-layer-menu-list li:not(:first-child){
	margin-left: clamp(0.5rem, -1.352rem + 2.89vw, 1.25rem);
}

.header-cv{
	display: flex;
	align-items: center;
}

.header-cv li + li{
	margin-left: 5px;
}

.header-cv a{
	font-size: clamp(0.75rem, 0.133rem + 0.96vw, 1rem);
	min-height: 56px;
	text-align: left;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 16px;
	padding-right: 56px;
	word-break: keep-all;
}

.header-cv .header-cv-small a{
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: clamp(0.625rem, 0.316rem + 0.48vw, 0.75rem)
}

.header-cv .header-cv-small a span{
	text-align: center;
}

.header-cv a:after{
	right: 20px;
}

.header-sp-cv-list,
.header-sp-meun{
	display: none;
}

/*=== / HEADER===*/

/*===FOOTER===*/

#footer{
	margin-top: 200px;
	padding-top: 89px;
	padding-bottom: 89px;
	position: relative;
}

#footer:after{
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.3;
	mix-blend-mode: overlay;
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.footerr-wrapper{
	position: relative;
	z-index: 1;
}

.footer-logo{
	width: 180px;
}

.footer-inner + .footer-inner{
	margin-top: 45px;
}

.footer-inner-row{
	display: flex;
	justify-content: space-between;
}

.footer-menu{
	display: flex;
	margin-left: 30px;
}

.footer-menu-inner{
	padding-right: 80px;
}

.footer-menu-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.footer-menu-list + .footer-menu-list,
.footer-menu-list + .footer-cv{
	margin-top: 40px;
}

.footer-menu-list li{
	margin-right: 30px;
	word-break: keep-all;
}

.footer-under-layer-menu{
	border-left: 1px solid #FFFFFF;
	margin-top: 10px;
	padding-left: 10px;
}

.footer-menu-list-link{
	word-break: keep-all;
}

.footer-under-layer-menu-list li{
	width: 100% !important;
	margin-right: 0 !important;
}

.footer-under-layer-menu-list li+li{
	margin-top: 5px !important;
}

.footer-under-layer-menu-list .footer-menu-list-link{
	font-size: 12px;
	line-height: 1.4;
}

.footer-address{
	font-size: 10px;
}

.footer-menu-sub{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #FFFFFF;
	margin-top: 40px;
	padding-top: 40px;
}
.footer-menu-sub .footer-menu-list-link{
	font-size: 12px;
	opacity: 0.7;
}

.footer-copy{
	font-size: 10px;
	color: #E6E6E6;
}

.footer-cv{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-cv .footer-menu-list{
	width: 100%;
	flex: 1;
}

.footer-cv-link{
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*=== / FOOTER===*/

.top-main-wrapper{
	position: relative;
	padding-bottom: 100px;
}

.top-main-wrapper:after{
	content: "";
	display: block;
	width: calc(100% - 20px);
	height:calc(100% - 10px);
	border-radius: 20px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	backdrop-filter: brightness(160%) blur(30px);
	--webkit-backdrop-filter: brightness(160%) blur(30px);
	background-color: rgba(255, 255, 255, 0.51);
}

.top-main-visual{
	position: relative;
}

.top-main-cv-list{
	display: flex;
	justify-content: center;
	width: calc(100% - 20px);
	position: absolute;
	bottom: 11%;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%);
}

.top-main-cv-list li{
	display: flex;
	max-width: 352px;
	width: 100%;
}

.top-main-cv-list li + li{
	margin-left: 20px;
}

.top-main-cv-list li a{
	width: 100%;
}

.top-main-record-share img{
	max-width: 269px;
	margin-left: auto;
	margin-right: auto;
}

.top-main-record{
	margin-top: 60px;
}

.top-main-record-list{
	display: flex;
}

.top-main-record-list li{
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-main-record-list li:first-child{
	max-width: 38%;
}

.top-main-record-list li:not(:first-child){
	position: relative;
	width: 31%;
}

.top-main-record-list li:not(:first-child):after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	opacity: 0.5;
	backdrop-filter: brightness(115%) blur(30px);
	--webkit-backdrop-filter: brightness(115%) blur(30px);
	background-color: rgba(255, 255, 255, 0.51);
	border-radius: 20px;
}

.top-main-inner{
	position: relative;
	z-index: 1;
}

.top-main-record-list li + li{
	margin-left: 40px;
}

.top-main-record-inner{
	position: relative;
	z-index: 1;
}

.top-main-record-icon{
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
}

.top-main-record-share img + .top-main-record-tit{
	margin-top: 10px;
}

.top-main-record-icon + .top-main-record-tit{
	margin-top: 40px;
	text-align: center;
}

.top-main-record-data .-en{
	font-size: 32px;
	font-weight: 600;
}

.top-main-record-data span + span{
	padding-left: 8px;
}

.top-main-record-footnote{
	text-align: right;
	margin-top: 10px;
}

.top-raise-question-images{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.top-raise-question-txt{
	margin-top: 40px;
}

.top-raise-question-txt-list{
	display: flex;
}

.top-raise-question-txt-list li{
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #FFFFFF;
	border-radius: 20px;
}

.top-raise-question-txt-list li span{
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 14px;
	padding-right: 14px;
}

.top-raise-question-txt-list li:not(:first-child){
	margin-left: 40px;
}

.top-raise-question-copy{
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

.top-raise-question-logo{
	max-width: 710px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.top-functions{
	position: relative;
}

.top-functions-scrollfix{
	width: 100%;
	position: relative;
	padding-left: 100px;
}

.top-functions-images-base.top-functions-images{
	position: relative;
}

.top-functions-images{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.top-functions-images img{
	opacity: 0;
}

.top-functions-images.-is-show img{
	opacity: 1;
}

.top-functions-message{
	width: 50%;
	opacity: 0;
	transition: all 0.4s ease;
}

.top-functions-message.-is-show{
	opacity: 1;
}

.top-functions-message + .top-functions-message{
	padding-top: 100px;
	padding-bottom: 200px;
}

.top-functions-message:last-child{
	padding-bottom: 100px;
}

.top-functions-subtit{
	display: flex;
	align-items: flex-end;
	width: 90%
}

.top-functions-subtit-number{
	font-size: 100px;
	line-height: 1;
}

.top-functions-subtit span + span{
	margin-left: 20px;
	top: -7px;
}

.top-functions-txt{
	border-top: 1px solid #FFFFFF;
	padding-top: 30px;
	margin-top: 30px;
}

.top-functions-txt span{
	display: block;
	width: 90%;
}

.top-functions-box-images-fixed{
	width: calc(60% - 100px);
	max-width: 688px;
	position: absolute;
	top: 0;
	right:0;
}

.top-functions-btn{
	margin-top: 100px;
}

.top-functions-tit{
	width: 74px !important;
	position: absolute;
    top: -60px;
    left: 85px;
    padding-top: 60px;
}

.top-about-exoffice-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-about-exoffice-row .top-about-exoffice-images{
	max-width: 620px;
	width: 50%;
	margin-left: 76px;
}

.top-clients{
	padding-top: 0 !important;
}

.top-clients-card-list{
	display: flex;
	justify-content: space-between;
}

.top-clients-card-list-item{
	width: calc((100% - 100px) / 3);
}

.top-clients-card-list-item:nth-child(2){
	margin-top: 326px;
	margin-left: 50px;
	margin-right: 50px;
}

.top-clients-card-list-item:nth-child(3){
	margin-top: 103px;
}

.top-clients-inner{
	position: relative;
}

.top-clients-tit{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}


.top-clients-loop{
	position: relative;
	z-index: 1;
}

.top-clients-loop-container{
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

.top-clients-loop + *{
	margin-top: 100px;
}

.top-clients-btn{
	position: absolute;
    bottom: 0;
    right: 100px;
    z-index: 2;
    width: 25%;
}

.top-blog-inner{
	display: flex;
	justify-content: space-between;
}

.top-blog-item:first-child{
	width: 35%;
	min-width: max-content;
}

.top-blog-item + .top-blog-item{
	width: 65%;
	max-width: 810px;
	margin-left: 40px;
}

.top-partner-tit{
	position: relative;
}

.top-partner-tit-caption{
	position: absolute;
	bottom: 0;
	right: 0;
	margin-top: 0;
}

.top-partner-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.top-partner-list li{
	width: calc((100% - 40px) / 6);
	margin-top: 10px;
	margin-right: 8px;
}

.top-partner-list li:nth-of-type(6n){
	margin-right: 0;
}

.top-partner-list li img{
	border-radius: 15px;
}

.top-thum-list li + li{
	margin-top: 40px;
}

.plan-row{
	overflow: hidden;
	margin-top: 60px;
}

.plan-option-item + .plan-option-item{
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #FFFFFF;
}

.plan-option-list{
	display: flex;
	flex-wrap: wrap;
}

.plan-option-list li{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: calc((100% - 20px) / 2);
	margin-top: 20px;
	margin-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #FFFFFF;
	border-radius: 100px;
	height: 60px;
	line-height: 1.2;
}

.plan-option-list li:first-child,
.plan-option-list li:nth-child(2){
	margin-top: 0;
}

.plan-option-list li:nth-of-type(2n){
	margin-right: 0;
}

.plan-base-item{
	display: flex;
	align-items: center;
}

.plan-base-icon{
	width: 65px;
}

.plan-base-item-inner + .plan-base-item-inner{
	flex: 1;
	margin-left: 35px;
}

.plan-base-caption{
	margin-top: 20px;
}

.plan-base-item{
	border-top: 1px solid #FFFFFF;
	padding-top: 40px;
	margin-top: 40px;
}

.plan-base-item:first-child{
	margin-top: 0;
}

.plan-base{
	margin-top: 100px;
}

.plan-price-details{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.plan-price-details-copy{
	text-align: center;
}

.plan-price-details-item{
	display: flex;
	justify-content: center;
}

.plan-price-details-plus{
	width: 3.4%;
	max-width: 51px;
	min-width: 32px;
}

.plan-price-details-inner{
	width: 100%;
	flex: 1;
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 40px;
}

.plan-price-details-txt  + .plan-price-details-link,
.plan-price-details-txt  + .plan-price-details-txt{
	margin-top: 20px;
}

.plan-price-details-message{
	margin-top: 60px;
}

.plan-app{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.plan-app-item{
	width: 50%;
}

.plan-app-details{
	padding-left: 100px;
	padding-right: 60px;
}

.plan-app-name{
	display: flex;
	align-items: center;
}

.plan-app-name-icon{
	display: block;
	width: 18%;
	max-width: 81px;
	min-width: 40px;
}

.plan-app-name-txt{
	margin-left: 20px;
}

.plan-app-copy{
	margin-top: 40px;
}

.plan-app-caption-list{
	margin-top: 10px;
}

.plan-app-caption{
	margin-top: 40px;
}

.plan-light-lead-images-copy{
	width: 382px;
	margin-bottom: 40px;
}

.plan-light-raise-question-logo{
	max-width: 510px;
	margin-left: auto;
	margin-right: auto;
}

.plan-light-raise-question-images{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.plan-table{
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}


.plan-table:after{
	content: "";
	display: block;
	width: 33.333333%;
	height: 100%;
	border-radius: 50px;
	color: #FFFFFF;
	background: linear-gradient(to right, #2e7bb2 0%, #0158ad 100%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
}

.plan-table-inner{
	position: relative;
	z-index: 1;
}

.plan-table-row{
	display: flex;
	justify-content: space-between;
}

.plan-table-data{
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	background-color: #FFFFFF;
}

.plan-table-data-center{
	color: #FFFFFF;
	background-color: rgba(255,255,255,0);
}

.plan-table-inner .plan-table-row:first-child .plan-table-data:first-child{
	border-radius: 50px 0 0 0;
}

.plan-table-inner .plan-table-row:first-child .plan-table-data:last-child{
	border-radius: 0 50px 0 0;
}

.plan-table-inner .plan-table-row:last-child .plan-table-data:first-child{
	border-radius: 0 0 0 50px;
}

.plan-table-inner .plan-table-row:last-child .plan-table-data:last-child{
	border-radius: 0 0 50px 0;
}

.plan-table-data-inner{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-right: 16px;
	padding-left: 16px;
	border-bottom: 2px dashed #6F7070;
}

.plan-table-data-center .plan-table-data-inner{
	border-bottom: 2px dashed #FFFFFF;
}

.plan-table-inner .plan-table-row:last-child .plan-table-data-inner{
	border-bottom: 0px solid #FFFFFF;
}

.plan-table-data-logo{
	width: 80%;
	max-width: 238px;
	margin-right: auto;
	margin-left: auto;
}

.plan-table-data-logo + .plan-table-data-type{
	margin-top: 16px;
}

.plan-table-data-icon{
	width: 56px;
	margin-right: auto;
	margin-left: auto;
}

.plan-table-data-txt{
	line-height: 1.4;
}

.plan-table-data-number{
	font-size: 53px;
	font-weight: 400;
}

.plan-table-data-percent{
	font-size: 24px;
	font-weight: 400;
}

.plan-table-data-icon + .plan-table-data-txt{
	margin-top: 8px;
}

.plan-table-inner .plan-table-row:last-child .plan-table-data-inner{
	justify-content: flex-start;
}

.plan-table-inner .plan-table-row:last-child .plan-table-data-center .plan-table-data-inner,
.plan-table-inner .plan-table-row:last-child .plan-table-data:last-child .plan-table-data-inner{
	text-align: left;
}

.flow-material-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flow-material-list li{
	width: calc((100% - 20px) / 3);
	margin-right: 10px;
	max-width: 300px;
}

.flow-material-list li:nth-of-type(3n){
	margin-right: 0;
}

.flow-material-txt{
	margin-top: 20px;
}

.flow-dounyuu{
	margin-top: 100px;
}

.flow-dounyuu-image{
	margin-top: 40px;
}

.feature-lead-images-copy{
	width: 378px;
	margin-bottom: 40px;
}

.feature-raise-question-copy01{
	max-width: 639px;
	margin-left: auto;
	margin-right: auto;
}

.feature-raise-question-copy02{
	text-align: center;
}

.feature-raise-question-copy02 .feature-raise-question-copy02-inner{
	display: inline-block;
	padding-right: 52px;
	padding-left: 52px;
	background-repeat: no-repeat;
	background-position: right bottom 10px;
	background-image: url(/assets/images/features/raise-question-copy-bg.png);
	background-size: 42px auto;
}

.feature-raise-question-copy01 + *,
.feature-raise-question-copy02 + *{
	margin-top: 80px;
}


.feature-col + .feature-col{
	margin-top: 94px;
}

.feature-number-bg,
.feature-txt-bg{
	position: relative;
	padding-top: 40px;
}

.feature-number-bg:after,
.feature-txt-bg:after{
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left top;
}

.feature-number-bg:after{
	width: 43%;
	max-width: 642px;
}

.feature-number-bg.feature-number-01:after{
	background-image: url(/assets/images/features/bg-01.png);
}

.feature-number-bg.feature-number-02:after{
	background-image: url(/assets/images/features/bg-02.png);
}

.feature-number-bg.feature-number-03:after{
	background-image: url(/assets/images/features/bg-03.png);
}

.feature-number-bg.feature-number-04:after{
	background-image: url(/assets/images/features/bg-04.png);
}

.feature-txt-bg.feature-txt-01:after{
	width: 128%;
    max-width: 1828px;
    top: -2%;
	background-image: url(/assets/images/features/bg-addon.png);
}

.feature-txt-bg.feature-txt-02:after{
	width: 103%;
	max-width: 1483px;
	background-image: url(/assets/images/features/bg-smart.png);
}

.feature-txt-bg.feature-txt-03:after{
	width: 109%;
	max-width: 1573px;
	background-image: url(/assets/images/features/bg-support.png);
}

.feature-txt-bg.feature-txt-04:after{
	width: 98%;
	max-width: 1407px;
	background-image: url(/assets/images/features/bg-other.png);
}

.feature-bg-inner{
	position: relative;
	z-index: 1;
}

.features-row{
	display: flex;
	align-items: center;
}

.features-row-tit{
	flex: 1;
	padding-left: 100px;
}

.features-row-image{
	width: 52%;
	max-width: 640px;
	border-radius: 20px;
	background-color: #FFFFFF;
	border: 12px solid #FFFFFF;
}

.features-row-image img{
	border-radius: 20px;
}

.features-row-item + .features-row-item{
	margin-left: 100px;
}

.feature-details{
	margin-top: 60px;
	display: flex;
	justify-content: flex-end;
}

.feature-details + .feature-details{
	margin-top: 40px;
}

.feature-details-images{
	flex: 1;
}

.feature-details-images img{
	border-radius: 15px;
}

.feature-detail-ex{
	display: flex;
	justify-content: flex-start;
	width: 52%;
	max-width: 640px;
	margin-left: 35px;
	border-top: 1px solid #FFFFFF;
	padding-top: 48px;
}

.feature-details-icon{
	width: 80px;
}

.feature-details-icon img{
	width: 65px
}

.feature-details-app img{
	border-radius: 10px;
}

.feature-details-txt + .feature-details-caption{
	margin-top: 20px;
}

.feature-details-message{
	flex: 1;
	margin-left: 20px;
}

.feature-details-icon-inner + .feature-details-icon-inner{
	margin-top: 10px;
}

.feature-details-label .feature-details-icon-inner{
	display: flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    text-align: center;
    border-radius: 100px;
	background-color: #FFFFFF;
	margin-top: 5px;
}

.feature-details-btn{
	max-width: 350px;
}

.feature-details-caption + .feature-details-btn,
.feature-details-caption + .feature-details-btn{
	margin-top: 16px;
}

#download .-card-row-txt br{
	display: none;
}

@media only screen and (min-width:1536px){
	.-section{
		max-width: 1680px;
		margin-left: auto;
		margin-right: auto;
	}
	.top-main-cv-list{
		bottom: calc(11% + 40px);
	}
}

@media only screen and (min-width:1025px){

	a,
	a:before,
	a:after,
	a img,
	button,
	button:before,
	button:after,
	a .-hover-cover,
	a .-thum-tit,
	.-p-btn,
	.-p-btn-ol,
	.-tab-list-item,
	.-link-bnr-full,
	.header-inc-under-layer .header-inc-under-layer-name{
		transition: all 0.4s ease;
	}

	.-p-btn:hover:before{
    	opacity: 0;
	}

	.-p-btn-ol:hover{
		color: #034387;
		background-color: rgba(255, 255, 255, 1);
	}

	.header-menu-list-link:hover{
		color: #2E7BB2;
	}

	.footer-menu-list-link:hover,
	.-link-pagetop:hover,
	.-link-imgage:hover img,
	.-link-arrow-prev:hover,
	.-link-arrow-next:hover,
	.-txtlink:hover,
	.-tab-list-item:hover,
	.-link-bnr-full:hover{
		opacity: 0.4;
	}

	.-link-list-anchor:hover,
	.-link-card:hover{
		background-color: rgba(255,255,255,0.8);
	}

	.-link-card.-nolink:hover{
		background-color: rgba(255,255,255,1);
	}

	.-link-bnr:hover:after{
		transform: scale(0.93);
	}

	a:hover .-hover-cover,
	.-tab-list .-tab-list-item.-is-active:hover{
		opacity: 1;
	}

	a:hover .-thum-tit{
		font-weight: 700;
	}

	.header-inc-under-layer:hover .header-inc-under-layer-name:after{
		transform: rotate(180deg) translateY(-50%);
		margin-top: -6px;
	}
}

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

	body{
		font-size: clamp(13px, 2.2vw, 16px);
		line-height: 1.8;
	}

	#-top-loading svg{
		max-width: 400px;
		width: 64%;
	}

	.-pc,
	.-sp{
		display: none !important;
	}
	
	.-tab,
	.-pctab,
	.-sptab{
		display: block !important;
	}

	.-contents-lead + .-contents,
	.-contents + .-hidden-x{
		margin-top: 80px;
	}

	.-section + .-section{
		margin-top: 60px;
	}

	.-section + .-section.-sp-far{
		margin-top: 100px;
	}

	.-section-inner + .-section-inner{
		margin-top: 40px;
	}

	.-section-inner + .-section-inner.-close{
		margin-top: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	.-section-bg-overlay{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.-section-bg-overlay.-close{
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.-section-bg-overlay:after{
		border-radius: 35px;
	}

	.-section-bg-overlay.-lower:after{
		top: clamp(100px,23.81vw,264px);
    	height: max(100% - 360px, 100% - 23.81vw);
	}

	.-inner-regular,
	.-inner-small,
	.-inner-minimum{
		padding-left: 40px;
		padding-right: 40px;
	}

	.-pd-right-close{
		padding-right: 10px;
	}

	.-sptab-inner-close{
		padding-left: 10px;
		padding-right: 10px;
	}

	.-p-btn-wrapper{
		margin-top: 40px;
	}

	.-p-btn-wrapper.-sptab-tac a,
	.-p-btn-wrapper.-sptab-tac button{
		margin-left: auto;
		margin-right: auto;
	}

	.-p-btn{
		font-size: 13px;
		padding-top: 18px;
    	padding-bottom: 18px;
    	padding-left: 40px;
    	padding-right: 40px;
    	height: 80px;
    	min-height: auto;
	}

	.-p-btn:after{
		width: 20px;
		height: 20px;
		right: 20px;
	}

	.-p-btn.-arrow-back:after{
		right: auto;
		left: 20px;
	}

	.-p-btn-ol{
		padding-top: 10px;
		padding-bottom: 10px;
		min-height: 40px;
	}

	.-sticky-btn{
		font-size: 13px;
		padding-top: 11px;
    	padding-bottom: 11px;
		padding-left: 26px;
		padding-right: 56px;
		height: auto;
		min-height: 60px;
	}

	.-sticky-btn-single{
		padding-left: 56px;
	}

	.-link-pagetop{
		width: 32px;
		height: 32px;
	}

	.-link-list-anchor{
		padding-left: 60px;
		padding-right: 100px;
	}

	.-link-list-anchor:after{
		right: 60px;
	}

	.-link-bnr:after{
		border-radius: 20px;
	}

	.-link-bnr-inner{
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.-link-bnr-tit{
		padding-right: 0;
	}

	.-link-bnr-tit:after{
		width: 30px;
		height: 30px;
	}

	.-link-bnr-full-logo{
		min-width: 210px;
	}

	.-link-bnr-full-arrow:after{
		width: 30px;
		height: 30px;
		bottom: -40px;
		right: 40px;
	}

	.-link-arrow-next{
		padding-right: 0;
	}

	.-link-arrow-next-inner,
	.-link-arrow-prev-inner{
		min-height: 24px;
	}

	.-link-arrow-next:after,
	.-link-arrow-prev:after{
		width: 24px;
		height: 24px;
	}

	.-link-arrow-next.-arrow-large{
		padding-right: 50px;
	}

	.-link-arrow-prev.-arrow-large{
		padding-left: 50px;
	}

	.-link-arrow-next.-arrow-large .-link-arrow-next-inner,
	.-link-arrow-prev.-arrow-large .-link-arrow-prev-inner{
		min-height: 40px;
	}

	.-link-arrow-next.-arrow-large:after,
	.-link-arrow-prev.-arrow-large:before{
		width: 40px;
		height: 40px;
	}

	.-tit-type00{
		font-size: clamp(40px, 7.4vw, 90px);
		line-height: 1.2;
		letter-spacing: 0.06em;
	}

	.-tit-type01{
		font-size: clamp(32px, 5.9vw, 40px);
	}

	.-tit-type01 + *{
		margin-top: 24px;
	}

	.-tit-type01-jp{
		font-size: clamp(12px, 2.2vw, 16px);
	}

	.-tit-type02{
		font-size: clamp(24px, 4.4vw, 32px);
	}

	.-tit-type02 + *{
		margin-top: 30px;
	}

	.-tit-type02.-far + *{
		margin-top: 60px;
	}

	.-subtit-type01{
		font-size: clamp(16px, 3vw, 20px);
		line-height: 1.4;
	}

	.-subtit-type01.-sp-tit-bigger{
		font-size: clamp(18px, 3.32vw, 20px);
		line-height: 1.6;
	}

	.-subtit-type01 + *{
		margin-top: 30px;
	}

	.-subtit-type01.-close + *{
		margin-top: 20px;
	}

	.-sp-tit-regular{
		font-size: 16px !important;
		line-height: 1.75;
	}

	.-sp-tit-min{
		font-size: clamp(12px, 2.2vw, 16px) !important;
	}

	.-sp-tit-min-txtkeep{
		font-size: 12px;
	}

	.-subtit-type02{
		font-size: clamp(16px, 3vw, 20px);
	}

	.-subtit-functions-dib + *{
		margin-top: 20px;
	}

	.-subtit-functions.-gps{
		background-size: 14%;
		padding-right: calc(3% + 20px);
	}
	
	.-subtit-functions.-reservation{
		background-size: 10%;
		padding-right: calc(2% + 20px);
	}
	
	.-subtit-functions.-analyze{
		background-size: 16%;
		padding-right: calc(2% + 20px);
	}
	
	.-subtit-functions.-cooperation{
		background-size: 13%;
		padding-right: calc(3% + 20px);
	}

	.-ellipsis.-tab-line01{
		-webkit-line-clamp: 1;
	}

	.-ellipsis.-tab-line02{
		-webkit-line-clamp: 2;
	}

	.-ellipsis.-tab-line03{
		-webkit-line-clamp: 3;
	}

	.-card-inner{
		padding-left: 12px;
		padding-right: 12px;
	}

	.-card-jsb-item{
		padding-left: 12px;
		padding-right: 12px;
	}

	.-card-tit + .-card-txt{
		margin-top: 10px;
	}

	.-card-images{
		height: clamp(144px,31vw,311px);
		max-height: 100%;
	}

	.-card-row-list li + li{
		margin-top: 30px;
	}

	.-card-row-inner + .-card-row-inner{
		width: 50%;
		padding-left: 40px;
		padding-right: 40px;
	}

	.-card-row-images{
		width: 50%;
	}

	.-card-row-tit + .-card-row-txt,
	.-card-row-tit + .-card-anchor,
	.-card-row-txt + .-card-anchor{
		margin-top: 10px;
	}

	.-card-anchor .-link-arrow-next{
		padding-right: 32px;
	}

	.-outline-row-card{
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.-outline-card-tit-icon{
		width: 40px;
		margin-right: 20px;
	}

	.-outline-card-tit{
		width: 41%;
    	max-width: 223px;
	}

	.-outline-card-txt{
		margin-left: 40px;
	}

	.-thum.-row .-thum-inner{
		margin-left: 20px;
	}

	.-thum-images{
		max-width: 100%;
		height: 24.5vw;
		max-height: 100%;
	}

	.-thum.-row .-thum-images{
		max-width: 360px;
		min-width: 202px;
		height: clamp(112px,19.5vw,200px);
		max-height: 100%;
		min-height: 112px;
	}

	* + .-thum-label{
		margin-top: 20px;
	}

	.-tab-row02.-card-list{
		margin-top: -24px;
		margin-left: -24px;
	}

	.-tab-row02.-card-list li{
		width: calc((100% - 48px)/2);
		margin-top: 24px;
		margin-left: 24px;
	}

	.-tab-row02.-thum-list{
		margin-top: -40px;
		margin-left: -40px;
	}

	.-tab-row02.-thum-list li{
		width: calc((100% - 80px)/2);
		margin-top: 40px;
		margin-left: 40px;
	}

	.-tab-row02.-card-list .-card-images{
		height: clamp(117px,22vw,240px);
	}

	.-tab-menu + .-tab-row02.-thum-list{
		margin-top: 40px;
	}

	.-tab-menu + .-tab-row02.-card-list{
		margin-top: 56px;
	}

	.-cv-common-inner-item + .-cv-common-inner-item{
		margin-left: 10px;
	}

	.-lower-main-inner{
		padding-top: 177px;
		padding-bottom: 107px;
	}

	.-lower-main-inner.-close{
		padding-bottom: 40px;
	}

	.-lower-lead-images{
		margin-left: 40px;
	}

	.-lower-lead-inner-item,
	.-lower-lead-images-right-fixed{
		width: 50%;
	}

	.-lower-tit span + span{
		margin-top: 20px;
	}

	.-sp-lower-category + *{
		margin-top: 100px;
	}

	.-full-row{
		display: block;
	}

	.-full-row-base{
		position: static;
		transform: translateX(0);
	}

	.-full-row-base.-static{
		width: 100%;
		padding-right: 40px;}

	.-full-row-item + .-full-row-item{
		margin-top: 60px;
	}

	.-full-row-option{
		width: 100%;
		max-width: 100%;
	}

	.-full-row-option-inner,
	.-full-row-option-inner.-close{
		padding-left: 40px;
		padding-right: 40px;
	}

	.-full-row-base-inner-item{
		width: 100%;
	}

	.-images-row-item + .-images-row-item{
		margin-left: clamp(1.875rem, -3.025rem + 14.49vw, 6.25rem);
	}


	.-images-row-desc.-gap{
		margin-top: 0;
	}

	.-ac-contents{
		padding-top: clamp(2.5rem, -0.3rem + 8.28vw, 5rem);
		padding-bottom: clamp(2.5rem, -0.3rem + 8.28vw, 5rem);
	}

	* + .-ac-wrapper,
	.-images-row + .-images-row{
		margin-top: clamp(2.5rem, -0.3rem + 8.28vw, 5rem);
	}

	* + .-pager{
		margin-top: 60px;
	}

	.-pager-inner{
		padding-left: 0;
		padding-right: 0;
	}

	.-form-ex + *{
		margin-top: 40px;
	}

	.-form-block-tit{
		padding-bottom: 10px;
	}

	.-form-block-item + .-form-block-item{
		margin-top: 20px;
	}

	.-required{
		min-width: auto;
		padding-left: 8px;
		padding-right: 8px;
	}

	.-form-block-tit .-form-block-name{
		margin-right: 10px;
	}

	.-form-label-name{
		margin-right: 10px;
	}

	.-form-block + .-form-block,
	.-form-btn{
		margin-top: 60px;
	}

	.-form-checkbox-item,
	.-form-checkbox-item:after,
	.-form-checkbox-item:before,
	.-form-radio-item,
	.-form-radio-item:after,
	.-form-radio-item:before{
		width: 16px;
		height: 16px;
	}

	.-form-radio-item{
		top: 6px;
	}

	.-form-checked:before{
		width: 8px;
		height: 4px;
	}

	.-form-radio-checked:before{
		width: 8px;
		height: 8px;
	}

	.-form-checkbox-txt{
		flex: 1;
		margin-left: 10px;
		text-align: left;
	}

	.-form-checkbox-txt a{
		display: inline;
	}

	.-form-radio-txt{
		padding-left: 26px;
	}

	.-form-an-label + .-form-an-txt{
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.-step + *{
		margin-top: 40px;
	}

	.-step-list li:not(:first-child):before{
		margin-left: 44px;
		margin-right: 44px;
		top: -8%;
	}

	.-article + .-article,
	.-article-main-tit{
		margin-top: 60px;
	}

	.-article-tit + *,
	.-article-txt + .-article-images,
	.-article-images + .-article-images{
		margin-top: 25px !important;
	}

	.-article-images.-b-r img{
		border-radius: 10px;
	}

	.-article-images-cover + .-article-logo-images,
	* + .-article-summary{
		margin-top: 20px;
	}

	.-article-check-list li{
    	background-size: 12px 9px;
    	padding-left: 22px;
	}

	.-article-check{
		padding-top: 40px;
		margin-top: 40px;
	}

	* + .-article-check-list{
		margin-top: 30px;
	}

	.-article-summary-inner{
		width: calc(100% - 10px);
	}

	.-article-summary-inner + .-article-summary-inner{
		margin-left: 20px;
	}

	* + .-article-lead,
	* + .-article-point,
	* + .-article-body{
		margin-top: 40px;
	}

	* + .-article-body{
		margin-top: 80px;
	}


	.-article-logo-images{
		max-width: clamp(317px,47vw,480px);
	}

	.-article-bg{
		border-radius: 10px;
	}

	.-article-bg-inner{
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 40px;
    	padding-right: 40px;
	}

	.-article-update + *{
		margin-top: 15px;
	}

	.-number-panel-list-number{
		font-size: clamp(60px, 11vw, 100px);
	}

	.-number-panel-list{
		display: block;
	}

	.-number-panel-list .-number-panel-item:not(:first-child){
		margin-left: 0;
		margin-top: 24px;
	}

	.-number-panel-list+*{
		margin-top: clamp(1.25rem, -0.15rem + 4.14vw, 2.5rem);
	}

	.-sp-horizontal-scroll{
		overflow-x: scroll;
	}

	.-number-panel-inner{
		display: flex;
		align-items: center;
	}

	.-number-panel-icon + *{
		margin-top: 0;
		margin-left: 24px;
	}

	.-number-panel-icon.-large{
		width: 40%;
	}

	.-number-panel-txt{
		flex: 1;
	}
	
	/*===HEADER===*/

	.header-wrapper{
		padding-left: 12px;
		padding-right: 12px;
	}

	.header-inner-right,
	.header-sp-memu{
		display: none;
	}

	.header-sp-memu{
    	position: fixed;
    	height: calc(100svh - 20px);
    	width: calc(100% - 20px);
    	top: -100svh;
    	left: 50%;
    	transform: translateX(-50%);
    	overflow-y: auto;
    	transition: all 0.4s ease;
    	max-width: 100%;
	}

	.header-sp-cv{
		padding-bottom: 40px;
	}

	.header-sp-cv-list{
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}

	.header-sp-cv-list li{
		display: flex;
		width: 100%;
	}

	.header-sp-cv-list li + li{
		margin-left: 10px;
	}

	.header-sp-cv-link{
		max-width: 467px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}

	.header-sp-cv-link a{
		font-size: 18px;
		height: auto;
		text-align: left;
	}

	.header-sp-meun{
		display: block;	
		width: 100%;
		border-radius: 20px;
		background: #FFFFFF;
		box-shadow: 0px 10px 10px rgba(5, 59, 116, 0.3);
	}

	.header-sp-h-meun-inner{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.header-sp-h-meun-logo{
		width: 98px;
	}

	.header-sp-h-meun-open,
	.header-sp-h-meun-close{
		display: block;
		width: 40px;
		height: 40px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 40px;
	}

	.header-sp-h-meun-open{
		background-image: url(/assets/images/common/icon-header-h-menu-open.svg);
	}

	.header-sp-h-meun-close{
		background-image: url(/assets/images/common/icon-header-h-menu-close.svg);
	}

	.header-logo{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding-top: 0;
		padding-left: 0;
		padding-bottom: 0;
		max-width: 100%;
		position: sticky;
		top: 0;
		z-index: 10;
	}

	.header-logo img{
		width: 98px;
	}

	.header-inner-left{
		padding-top: 40px;
		padding-bottom: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.header-menu{
		display:  block;
		margin-top: 40px;
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px;
	}

	.header-menu-list{
		display: block;
	}

	.header-menu-list li{
		position: relative;
	}

	.header-menu-list li:not(:first-child){
		margin-top: 20px;
		margin-left: 0;
	}


	.header-menu-list li:before{
		content: "";
		display: block;
		width: 4px;
		height: 100%;
		border-radius: 100px;
		background-color: #EAF2F7;
		position: absolute;
		top: 0;
		left: 0;
	}

	.header-menu-list-link{
		display: block;
		font-weight: 600;
		font-size: 12px;
		color: #2E7BB2;
		position: relative;
		padding-left: 24px;
		padding-top: 0;
		padding-bottom: 0;
	}


	.header-sp-cv-bnr{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-radius: 20px;
		color: #FFFFFF;
		background: linear-gradient(to right, #2e7bb2 0%, #0158ad 100%);
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 20px;
		padding-right: 20px;
		position: relative;
	}

	.header-sp-cv-bnr:after{
		content: "";
		width: 15px;
		height: 15px;
		background-image: url(/assets/images/common/icon-arrow-next-round.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		position: absolute;
		bottom: 9px;
		right: 12px;
	}

	.header-sp-cv-bnr-images{
		max-width: 120px;
		flex: 1;
    	margin-left: 8px;
	}

	.header-sp-cv-bnr-images img{
		border-radius: 10px;
	}

	.header-menu-list li{
		display: block;
	}

	.header-menu-list-link .-en,
	.header-sp-cv-bnr .-en{
		font-size: 20px;
		font-weight: 400;
	}

	.header-menu-list-link span + span,
	.header-sp-cv-bnr span + span{
		margin-top: 4px;
	}

	.header-under-layer-menu{
		position: static;
		padding-top: 24px;
	}

	.header-under-layer-menu-inner{
		padding-top: 0;
	}

	.header-under-layer-menu-list{
		display: block;
		background-color: transparent;
		padding-left: 0;
		padding-right: 0;
	}

	.header-under-layer-menu-list .header-menu-list-link{
		font-size: 16px;
		font-weight: 500;
		padding-top: 0;
		padding-left: 32px;
		padding-right: 0;
		padding-bottom: 0;
	}

	.header-under-layer-menu-list li:not(:first-child){
		margin-top: 16px;
	}

	.header-under-layer-menu-list li:before{
		display: none;
	}

	.header-inc-under-layer-name{
		padding-right: 24px;
	}

	.header-inc-under-layer-name:after{
		width: 16px;
		height: 16px;
		background-size: 16px;
		transition: all 0.4s ease;
	}

	.-click-open .header-inc-under-layer-name:after{
		transform: rotate(180deg) translateY(-50%);
		margin-top: -16px;
	}

	/*=== / HEADER===*/

	/*===FOOTER===*/

	#footer{
		margin-top: 160px;
		padding-top: 40px;
		padding-bottom: 68px;
	}

	.footer-menu{
		display: block;
	}

	.footer-inner + .footer-inner{
		padding-top: 40px;
	}

	.footer-menu-sub{
		display: block;
	}

	.footer-row-tab04 li{
		width: calc((100% - 48px) / 4);
	}

	.footer-row-tab04 li{
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
		margin-right: 16px;
	}

	.footer-row-tab04 li:nth-of-type(4n){
		margin-right: 0;
	}

	.footer-row-tab04 li:first-child,
	.footer-row-tab04 li:nth-child(2),
	.footer-row-tab04 li:nth-child(3),
	.footer-row-tab04 li:nth-child(4){
		margin-top: 0;
	}

	.footer-menu-list-link{
		font-size: 12px;
		word-break: break-all;
	}

	.footer-inner-row{
		display: block;
		position: relative;
	}

	.footer-inner + .footer-inner{
		margin-top: 40px;
		padding-top: 30px;
		border-top: 1px solid #FFFFFF;
	}

	.footer-menu{
		margin-left: 0;
		margin-top: 40px;
	}

	.footer-menu-list li{
		margin-top: 20px;
		word-break: break-all;
	}

	.footer-menu-pagetop{
		position: absolute;
		top: 16px;
		right: 0;
	}

	.footer-logo{
		width: 150px;
	}

	.footer-menu-inner{
		padding-right: 0;
	}

	.footer-inne-col-reverse{
		display: flex;
		flex-direction: column-reverse;
	}

	.footer-menu-sub{
		border-top: 0 solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
    	margin-top: 0;
    	margin-bottom: 40px;
    	padding-top: 0;
    	padding-bottom: 40px;
	}

	.footer-copy{
		margin-top: 40px;
	}

	.footer-cv .footer-menu-list li{
		margin-top: 0;
	}

	/*=== / FOOTER===*/

	.top-main-wrapper{
		padding-bottom: 55px;
	}
	
	.top-main-record{
		margin-top: 40px;
	}

	.top-main-record-list li:not(:first-child){
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 32px;
		padding-right: 32px;
	}

	.top-main-record-list li:nth-child(2){
		margin-left: 30px;
	}

	.top-main-record-list li + li{
		margin-left: 10px;
	}

	.top-main-record-icon{
		width: 60%;
		min-width: 60px;
	}

	.top-main-record-data{
		line-height: 1.4;
		margin-top: 8px;
	}

	.top-main-record-data .-en{
		font-size: clamp(24px, 4.4vw, 32px);
	}

	.top-main-record-data span + span{
		padding-left: 0;
	}

	.top-raise-question-txt-list li{
		min-height: 64px;
	}

	.top-raise-question-txt-list li span{
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.top-raise-question-txt-list li:not(:first-child){
		margin-left: 8px;
	}

	.top-raise-question-line{
		display: block;
	}

	.top-raise-question-images{
		max-width: 768px;
	}

	.top-raise-question-copy{
		max-width: 640px;
	}

	.top-raise-question-logo{
		max-width: 510px;
	}

	.top-raise-question-logo span{
		display: block;
		padding-right: 25px;
		padding-left: 25px;
	}

	.top-functions{
		padding-left: 60px;
		padding-right: 60px;
	}

	.top-functions-row{
		position: relative;
	}

	.top-functions-row + .top-functions-row{
		margin-top: 60px;
	}

	.top-functions-message{
		width: 70%;
		min-height: 26vw;
		opacity: 1;
	}

	.top-functions-images{
		opacity: 1;
		width: 55%;
		max-width: 452px;
		right: 0;
		left: auto;
		top: 50%;
		transform: translateY(-50%);
	}

	.top-functions-images img{
		opacity: 1;
	}

	.top-functions-subtit{
		width: 66%;
	}

	.top-functions-subtit-number{
		font-size: clamp(60px, 11vw, 100px);
	}

	.top-functions-tit{
		width: 100%;
		position: static;
		padding-top: 0;
	}

	.top-functions-txt{
		margin-top: 17px;
		padding-top: 15px;
	}

	.top-functions-txt span{
		width: 60%;
	}

	.top-functions-btn{
		margin-top: 60px;
	}

	.top-about-exoffice-row .top-about-exoffice-images{
		width: 67%;
		margin-left: clamp(16px, 3vw, 40px);
	}

	.top-clients-tit{
		position: static;
		transform: translateX(0);
	}

	.top-clients-card-list{
		display: block;
		margin-top: 40px;
		position: relative;
		overflow: hidden;
		padding-left: 30px;
		padding-right: 30px;
	}

	.top-clients-card-list-item{
		width: 100%;
		height: auto;
	}

	.top-clients-card-list-item:nth-child(2){
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	
	.top-clients-card-list-item:nth-child(3){
		margin-top: 0;
	}

	.top-clients-loop + *{
		margin-top: 60px;
	}

	.top-clients-btn{
		position: static;
		width: auto;
	}

	.top-blog-inner{
		display: block;
	}

	.top-blog-item + .top-blog-item{
		width: 100%;
		margin-top: 24px;
		margin-left: 0;
	}

	.top-partner-list li{
		width: calc((100% - 32px) / 5);
		margin-top: 10px;
		margin-right: 8px;
	}

	.top-partner-list li:nth-of-type(5n){
		margin-right: 0;
	}
	
	.top-partner-list li:nth-of-type(6n){
		margin-right: 8px;
	}

	.top-thum-list li + li{
		margin-top: 30px;
	}

	.plan-option-list li{
		width: calc((100% - 20px) / 3);
		margin-right: 10px;
		margin-top: 10px;
		letter-spacing: 0;
		height: 50px;
	}

	.plan-option-list li:first-child, 
	.plan-option-list li:nth-child(2),
	.plan-option-list li:nth-child(3){
		margin-top: 0;
	}

	.plan-option-list li:nth-of-type(2n){
		margin-right: 10px;
	}
	.plan-option-list li:nth-of-type(3n){
		margin-right: 0;
	}

	.plan-base-item{
		margin-top: 30px;
		padding-top: 30px;
	}

	.plan-base-icon{
		width: 7%;
    	min-width: 50px;
    	max-width: 65px;
	}

	.plan-base-item-inner + .plan-base-item-inner{
		margin-left: 20px;
	}

	.plan-base-caption {
    	margin-top: 10px;
	}

	.plan-base{
		margin-top: 0;
	}

	.plan-option-item + .plan-option-item{
		margin-top: 30px;
		padding-top: 30px;
	}

	.plan-price-details-inner{
		padding-top: 32px;
		padding-bottom: 32px;
		padding-left: 32px;
		padding-right: 32px;
	}

	.plan-app-details{
		padding-left: 10px;
		padding-right: 0px;
	}

	.plan-app-copy {
    	margin-top: 30px;
	}

	.plan-light-lead-images-copy{
		width: 90%;
		min-width: 205px;
		margin-bottom: 30px;
	}

	.plan-light-raise-question-logo{
		display: block;
		padding-right: 65px;
		padding-left: 65px;
	}

	.flow-dounyuu{
		margin-top: 40px;
	}

	.feature-col + .feature-col{
		margin-top: 40px;
	}	


	.feature-lead-images-copy{
		width: 90%;
		min-width: 205px;
		margin-bottom: 30px;
	}

	.feature-raise-question-copy01{
		width: 65%;
		min-width: 355px;
	}

	.feature-raise-question-copy02 .feature-raise-question-copy02-inner{
		background-size: 9%;
	}

	.feature-raise-question-copy01 + *,
	.feature-raise-question-copy02 + *{
		margin-top: 40px;
	}

	.feature-number-bg:after,
	.feature-txt-bg:after{
		left: -10px;
	}

	.features-row-image{
		width: 50%;
		border: 6px solid #FFFFFF;
	}

	.features-row-item + .features-row-item{
		margin-left: 30px;
	}

	.features-row-tit{
		padding-left: 0;
	}

	.feature-details{
		margin-top: 40px;
	}

	.feature-details + .feature-details{
		margin-top: 20px;
	}

	.feature-detail-ex{
		width: 50%;
		margin-left: 30px;
		padding-top: 20px;
	}

	.feature-details-icon{
		width: 64px;
	}

	.feature-details-icon img{
		width: 40px;
	}

	.feature-details-app img{
		border-radius: 8px;
	}

	.feature-details-label .feature-details-icon-inner{
		margin-top: 2px;
	}

	.plan-table{
		min-width: 714px;
	}

	.plan-table-data-inner{
		padding-right: 0;
		padding-left: 0;
		margin-left: 16px;
		margin-right: 16px;
	}
}

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

	body {
    	font-size: 13px;
    	line-height: 1.8;
	}

	.-body-bg{
		background-image: url(/assets/images/common/bg-gradation-sp.png);
	}

	.-pc,
	.-pctab,
	.-pctab-inline,
	.-tab{
		display: none !important;
	}
	
	.-sp,
	.-sptab{
		display: block !important;
	}

	.-section-bg-overlay.-lower:after{
		top: 100px;
    	height: calc(100% - 100px);
	}

	.-sp-inner-close{
		padding-left: 10px;
		padding-right: 10px;
	}

	.-sp-pd-right-close-inner{
		padding-right: 40px;
	}

	.-p-btn-wrapper a,
	.-p-btn-wrapper button{
		width: 250px;
	}

	.-p-btn-wrapper.-sp-tac{
		display: block;
	}

	.-p-btn-wrapper.-sp-tac a,
	.-p-btn-wrapper.-sp-tac button{
		margin-left: auto;
		margin-right: auto;
	}

	.-p-btn{
		height: 60px;
	}

	.-tit-type01{
		font-size: 32px;
	}

	.-tit-type01-jp{
		font-size: 12px;
	}

	.-tit-type02{
		font-size: 24px;
	}

	.-subtit-type01{
		font-size: 16px;
	}

	.-subtit-type01 + *{
		margin-top: 30px;
	}

	.-subtit-type02{
		font-size: 16px;
	}

	.-subtit-functions-dib + *{
		margin-top: 20px;
	}

	.-subtit-functions.-gps{
		background-size: 21px 20px;
		padding-right: 31px;
	}
	
	.-subtit-functions.-reservation{
		background-size: 20px 20px;
		padding-right: 30px;
	}
	
	.-subtit-functions.-analyze{
		background-size: 19px 20px;
		padding-right: 39px;
	}
	
	.-subtit-functions.-cooperation{
		background-size: 20px 12px;
		padding-right:  30px;
	}

	.-sp-tit-min{
		font-size: 12px !important;
	}

	.-sp-tal{
		text-align: left;
	}

	.-ellipsis.-sp-line01{
		-webkit-line-clamp: 1;
	}

	.-ellipsis.-sp-line02{
		-webkit-line-clamp: 2;
	}

	.-ellipsis.-sp-line03{
		-webkit-line-clamp: 3;
	}

	.-link-list-anchor{
		padding-top: 18px;
		padding-bottom: 18px;
		padding-left: 20px;
		padding-right: 60px;
	}

	.-link-list-anchor:after{
		right: 20px;
		top: 16px;
		transform: translateY(0);
	}

	.-link-list-anchor.-sp-anchor-center:after{
		top: 50%;
		transform: translateY(-50%);
	}

	.-link-bnr-tit{
		padding-right: 34px;
	}

	.-link-bnr-full-inner{
		display: block;
	}

	.-link-bnr-full-logo{
		min-width: auto;
		max-width: 210px;
		padding-right: 0;
		padding-left: 0;
	}

	.-link-bnr-full{
		padding-bottom: 72px;
	}

	.-link-bnr-full-details{
		justify-content: flex-start;
	}

	.-link-bnr-full-inner-item + .-link-bnr-full-inner-item{
		margin-top: 24px;
	}

	.-card-images{
		height: 42.9vw;
		max-height: 100%;
	}

	.-card-row{
		display: block;
	}

	.-card-default-mh{
		min-height: auto;
	}

	.-sp-card-inside-image{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.-card-row-images{
		width: 100%;
		height: 40vw;
		position: static;
		transform: translateY(0);
		border-radius: 20px 20px 0 0;
	}

	.-sp-card-inside-image .-card-row-images{
		height: 42.8vw;
		border-radius: 20px;
	}

	.-card-row-inner + .-card-row-inner{
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.-outline-row-card{
		display: block;
	}

	.-outline-card-tit{
		width: 100%;
		max-width: 100%;
	}

	.-outline-card-txt{
		margin-left: 0;
		margin-top: 20px;
	}

	.-thum.-sp-col{
		display: block;
	}

	.-thum .-thum-images,
	.-thum.-sp-col .-thum-images{
		width: 100%;
		max-width: 100%;
		height: 44vw;
		max-height: 100%;
	}

	.-thum.-sp-col .-thum-images{
		min-height: auto;
		min-width: auto;
	}

	.-thum .-thum-inner,
	.-thum.-sp-col .-thum-inner{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.-sp-col01 li,
	.-sp-col01.-card-list li,
	.-sp-col01.-thum-list li{
		width: 100%;
		margin-right: 0;
		display: block;
		margin-top: 40px;
		margin-left: 0;
	}

	.-sp-col01.-card-list,
	.-sp-col01.-thum-list{
		margin-top: -40px;
		margin-left: 0;
	}

	.-tab-menu + .-sp-col01.-card-list,
	.-tab-menu + .-sp-col01.-thum-list{
		margin-top: 0;
	}

	.-sp-col01.-card-list .-card-images{
		height: 42.9vw;
		max-height: 100%;
	}
	
	.-cv-common-inner{
		display: block;
	}

	.-cv-common-inner-item + .-cv-common-inner-item{
		margin-left: 0;
		margin-top: 10px;
	}

	.-lower-lead-inner{
		display: block;
	}

	.-lower-lead-inner-item, .-lower-lead-images-right-fixed{
		width: 100%;
	}

	.-lower-lead-images {
    	margin-left: 0;
    	margin-top: 30px;
	}

	.-lower-lead-txt {
    	width: 100%;
    	margin-top: 20px;
	}

	.-form-radio-item{
		top: 3px;
	}

	.-step-list li:not(:first-child):before{
		display: none;
	}

	.-step-list li:not(:first-child){
		margin-left: 50px;
	}

	.-article-check-list li{
		background-position: left top 8px;
	}

	.-article-images-cover{
		height: clamp(160px,42vw,248px);;
		max-height: 100%;
	}

	.-article-logo-images{
		max-width: 69%;
	}

	.-article-summary{
		display: block;
	}
	
	.-article-summary-inner{
		width: 100%;
	}

	.-article-summary-inner + .-article-summary-inner{
		margin-left: 0;
		margin-top: 20px;
	}

	.-article-bg-inner{
		padding-top: 32px;
    	padding-bottom: 32px;
    	padding-left: 20px;
    	padding-right: 20px;
	}

	.-article-tit{
		line-height: 2 !important;
	}

	.-tab-menu + *{
		margin-top: 40px;
	}

	.-number-panel-list-number{
		font-size: 60px;
	}

	.-number-panel-inner{
		display: block;
	}

	.-number-panel-icon + *{
		margin-top: 24px;
		margin-left: 0;
	}

	.-number-panel-icon.-large{
		width: 100%;
	}

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

	.-images-row-item + .-images-row-item{
		margin-left: 0;
		margin-bottom: 24px;
	}

	.-images-row-pic{
		width: 100%;
	}

	/*===HEADER===*/

	.header-sp-cv-list,
	.header-sp-cv-list li{
		display: block;
	}

	.header-sp-cv-list li + li{
		margin-left: 0;
		margin-top: 10px;
	}

	.header-sp-cv-link a{
		line-height: 1.2;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 24px;
	}

	/*=== / HEADER===*/

	/*===FOOTER===*/

	.footer-row-sp02 li{
		width: calc((100% - 16px) / 2);
	}

	.footer-row-sp02 li:nth-of-type(2n){
		margin-right: 0;
	}

	.footer-row-sp02 li:nth-of-type(4n){
		margin-right: 0;
	}

	.footer-row-sp02 li:nth-child(3),
	.footer-row-sp02 li:nth-child(4){
		margin-top: 20px;
	}

	.footer-row-sp01{
		display: block;
	}

	.footer-row-sp01 li{
		width: auto;
	}

	.footer-row-sp01 li + li,
	.footer-row-sp01 li:nth-child(2),
	.footer-row-sp01 li:nth-child(3),
	.footer-row-sp01 li:nth-child(4){
		margin-top: 20px;
	}

	.footer-menu-inner-row-sp02{
		display: flex;
	}

	.footer-menu-inner-row-sp02 .footer-menu-list{
		width: 100%;
	}

	.footer-menu-inner-row-sp02 .footer-menu-list + .footer-menu-list{
		margin-top: 0;
	}

	.footer-cv{
		margin-top: 32px;
	}

	/*=== / FOOTER===*/

	.top-main-record-list{
		display: block;
	}

	.top-main-record-list li:first-child,
	.top-main-record-list li:not(:first-child){
		width: 100%;
		max-width: 100%;
	}

	.top-main-record-list li:nth-child(2){
		margin-left: 0;
		margin-top: 30px;
	}

	.top-main-record-list li + li{
		margin-left: 0;
		margin-top: 10px;
	}

	.top-main-record-share img{
		max-width: 200px;
	}

	.top-main-record-icon{
		width: 60px;
		margin-left: 0;
	}

	.top-main-record-list li:not(:first-child){
		justify-content: flex-start;
	}

	.top-main-record-list li:not(:first-child) .top-main-record-inner{
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.top-main-record-icon + .top-main-record-tit{
		text-align:left;
		margin-top: 0;
		margin-left: 30px;
	}

	.top-main-record-data{
		margin-top: 0;
	}

	.top-main-record-data .-en{
		font-size: 24px;
	}

	.top-raise-question-txt-list{
		display: block;
	}

	.top-raise-question-txt-list li:not(:first-child) {
		margin-top: 10px;
    	margin-left: 0;
	}

	.top-raise-question-line{
		max-width: 230px;
		margin-left: auto;
		margin-right: auto;
	}

	.top-raise-question-logo{
		margin-top: 10px;
	}

	.top-functions{
		padding-left: 40px;
		padding-right: 40px;
	}

	.top-functions-sp-col{
		display: flex;
		flex-direction: column-reverse;
	}

	.top-functions-images{
		position: static;
		transform: translateY(0);
		width: 100%;
		max-width: 100%;
	}

	.top-functions-message{
		min-height: auto;
		width: 100%;
	}

	.top-functions-subtit,
	.top-functions-txt span{
		width: 100%;
	}

	.top-functions-subtit-number{
		font-size: 60px;
	}

	.top-about-exoffice-row{
		flex-direction: column-reverse;
	}

	.top-about-exoffice-row .top-about-exoffice-images{
		margin-left: 0;
		width: 100%;
	}

	.top-about-exoffice-txt{
		margin-top: 40px;
		width: 100%;
	}

	.top-partner-tit-caption{
		position: static;
	}

	.top-partner-list{
		margin-top: 25px;
	}

	.top-partner-list li{
		width: calc((100% - 8px) / 2);
		margin-top: 5px;
	}

	.top-partner-list li:nth-of-type(2n),
	.top-partner-list li:nth-of-type(6n){
		margin-right: 0;
	}
	
	.top-partner-list li:nth-of-type(5n){
		margin-right: auto;
	}

	.plan-option-list li{
		width: 100%;
		margin-right: 0!important;
		padding-top: 4px;
		padding-bottom: 4px;
		height: 30px;
	}

	.plan-option-list li:nth-child(2), .plan-option-list li:nth-child(3){
		margin-top: 10px;
	}

	.plan-base-item-inner + .plan-base-item-inner{
		margin-top: 10px;
	}

	.plan-base-item{
		align-items: flex-start;
	}

	.plan-price-details{
		flex-direction: column;
    	align-items: center;
	}

	.plan-price-details-txt + .plan-price-details-link,
	.plan-price-details-txt  + .plan-price-details-txt{
		margin-top: 10px;
	}

	.plan-price-details-message{
		margin-top: 40px;
		letter-spacing: 0;
	}

	.plan-app{
		flex-direction: column-reverse;
	}

	.plan-app-item{
		width: 100%;
	}
	
	.plan-app-details{
		padding-left: 0;
		padding-right: 0;
	}

	.plan-app-name-icon{
		width: 40px;
	}

	.plan-light-lead-images-copy{
		width: 205px;
	}

	.plan-light-raise-question-logo{
		padding-right: 0;
		padding-left: 0;
		max-width: 270px;
	}

	.plan-table-data-logo{
		max-width: 140px;
	}

	.flow-material-list{
		justify-content: flex-start;
	}

	.flow-material-list li{
		width: calc((100% - 15px) / 2);
		margin-right: 15px;
		margin-top: 20px;
	}

	.flow-material-list li:first-child,
	.flow-material-list li:nth-child(2){
		margin-top: 0;
	}

	.flow-material-list li:nth-of-type(2n){
		margin-right: 0;
	}

	.flow-material-txt{
		margin-top: 10px;
	}

	.feature-col + .feature-col{
		margin-top: 0;
	}

	.feature-lead-images-copy{
		width: 205px;
	}

	.feature-raise-question-copy01{
		width:100%;
		min-width: auto;
		max-width: 375px;
    	padding-left: 10px;
    	padding-right: 10px;
	}

	.feature-raise-question-copy02{
		padding-right: 40px;
		padding-left: 40px;
	}

	.feature-raise-question-copy02 .feature-raise-question-copy02-inner{
		background-size: 33px auto;
		padding-right: 35px;
		padding-left: 0;
	}

	.feature-raise-question-copy01 + *,
	.feature-raise-question-copy02 + *{
		margin-top: 0;
		padding-top: 0;
	}

	.feature-number-bg:after,
	.feature-txt-bg:after{
		display: none;
	}

	.features-row{
		display: block;
	}

	.features-row-item + .features-row-item{
		margin-left: 0;
	}

	.features-row-image{
		width: 100%;
	}

	.features-row-tit{
		position: relative;
		padding-top: 80px;
    	padding-bottom: 80px;	
	}

	.features-row-tit:after{
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		top: 0;
		left: -40px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: left center;
	}
	
	.feature-number-bg .features-row-tit:after{
		width: 261px;
	}
	
	.feature-number-01 .features-row-tit:after{
		background-image: url(/assets/images/features/bg-01.png);
	}

	.feature-number-02 .features-row-tit:after{
		background-image: url(/assets/images/features/bg-02.png);
	}

	.feature-number-03 .features-row-tit:after{
		background-image: url(/assets/images/features/bg-03.png);
	}

	.feature-number-04 .features-row-tit:after{
		background-image: url(/assets/images/features/bg-04.png);
	}

	.feature-txt-01 .features-row-tit:after{
		width: 171%;
        max-width: 673px;
        background-image: url(/assets/images/features/bg-addon.png);
	}
	
	.feature-txt-02 .features-row-tit:after{
		width: 200%;
		max-width: 602px;
		background-image: url(/assets/images/features/bg-smart.png);
	}
	
	.feature-txt-03 .features-row-tit:after{
		width: 215%;
		max-width: 638px;
		background-image: url(/assets/images/features/bg-support.png);
	}
	
	.feature-txt-04 .features-row-tit:after{
		width: 192%;
		max-width: 571px;
		background-image: url(/assets/images/features/bg-other.png);
	}


	.features-row-tit-inner{
		position: relative;
		z-index: 1;
	}

	.feature-details{
		display: block;
		border-top: 1px solid #FFFFFF;
		padding-top: 20px;
	}

	.feature-detail-ex{
		width: 100%;
		margin-top: 20px;
		padding-top: 0;
		margin-left: 0;
		border-top: 0;
	}

	.feature-details-images{
		padding-right: 45px;
	}

	.feature-details-icon{
		width: 40px;
	}

	.feature-details-btn{
		max-width: 100%;
		letter-spacing: -0.02em;
	}
}

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

	.-sticky-cv{
		width: calc(100% - 16px);
	}

	.-sticky-btn{
		font-size: 10px;
	}

}