@media (max-width:896px){
	body {
		padding-bottom: 59px;
	}
}
.swiper{
	line-height: 0;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 30px!important;
}
.swiper .swiper-pagination-bullet{
	width: 24px;
	height: 3px;
	border-radius: 0;
	background: #fff;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev{
	background: url(../images/slider-arrow.svg)no-repeat;
	width: 64px;
	height: 64px;
}
.swiper .swiper-button-prev{
	-webkit-transform: rotate( 180deg );
	        transform: rotate( 180deg );
	left: 0;
}
.swiper .swiper-button-next{
	right: 0;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after{
	content: none;
}
.swiper img{
	width: 100%;
	height: auto;
}
.swiper a {
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	position: relative;
}
.swiper a:hover{
	opacity: 0.9;
}
.slideNone .swiper-button-next,
.slideNone .swiper-button-prev {
    display: none;
}
@media (max-width:896px){
	.swiper{
		/* margin-top: 62px; */
	}
	/*.swiper .swiper-button-next,
	.swiper .swiper-button-prev{
		display: none;
	}*/
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 10px!important;
	}
	.swiper .swiper-button-next,
	.swiper .swiper-button-prev{
		background-size: cover;
		width: 47px;
		height: 47px;
	}
}
.floating__banner{
	z-index: 999;
}
.floating__banner .inner .img{
	z-index: 999;
}
.floating__banner_close{
	z-index: 999;
}
.floating__banner .inner{
	z-index: 99;
}
.floating__banner .inner .text{
	z-index: 999;
}
.top_information{
	padding: 120px 0;
	margin-bottom: -40px;
}

.top_information h2 {
	margin-bottom: 32px;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.48;
    text-align: center;
    color: #FFF;
}

.top_information a.btn_default{
	width: 480px;
    display: inline-block;
    min-height: 64px;
    padding: 19px 16px;
    border-radius: 100px;
    font-size: 2rem;
    background-color: #0081cf;
    font-weight: 700;
    text-align: center;
    color: #fff;
    position: relative;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
	text-decoration: none;
	margin: 50px auto 0;
}
.top_information a.btn_default .btn_icon {
	right: 10px;
	fill: #FFF;
}
.top_information a.btn_default:hover{
	background: #fff;
	color: #0081CF;
	opacity: 1;
}
.top_information a.btn_default:hover .btn_icon{
	color: #0081CF;
	fill: #0081CF;
	opacity: 1;
}
.top_information .news-list{
	margin-top: -15px;
	width: 100%;
}
.top_information .news-list a,
.top_information .news-list .noCont {
	padding: 16px 30px 16px 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #0081cf;
}
.top_information .news-list .noCont {
	display: block;
	color: #FFF;
	font-weight: bold;
}
.top_information .news-list .time {
	min-width: 80px;
	font-size: 1.2rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.top_information .news-list .txt {
	width: calc(100% - 80px);
}
.top_information .btn.sp {
	display: none;
}
.top_information .news-list a .btn_icon{
	fill: currentColor;
}
@media (min-width: 897px) {
	.top_information .news-list a:hover {
		opacity: 1;
		border-color: #FFF;
	}
	.top_information a.btn_default:hover .btn_icon_svg {
		fill: currentColor;
	}

}
@media (max-width:896px){
	.top_information__inner{
		padding: 0 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.top_information .title-btn{
		padding-bottom: 20px;
	}
	.top_information .title-btn h2{
		margin-bottom: 8px;
		font-size: 2.4rem;
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.top_information .news-list .title{
		padding-right: 20px;
	}
	.top_information a .icon-arrow {
		right: 0;
	}
	.top_information .news-list {
		max-width: 100%;
	}
	.top_information .title-btn .btn {
		display: none;
	}
	.top_information .btn.sp {
		margin: 25px auto 0;
		display: block;
	}
	.top_information .btn.sp .btn_icon {
		right: 15px;
	}
	.top_information .news-list a {
		padding: 14px 30px 14px 0;
		display: block;
		margin-left: 0;
		font-size: 1.4rem;
	}
	.top_information .news-list .time {
		margin-bottom: 2px;
		display: block;
	}
}
.top_problem__item .inner{
	border-radius: 4px;
}
.top_solution__reason{
	border-radius: 4px;
	position: relative;
}
.top_solution__reason::before{
	content: "";
	width: 258px;
	height: 254px;
	background-image: url(../images/img-innovation.png);
	background-size: 258px 254px;
	background-repeat: no-repeat;
	position: absolute;
	top: -50px;
	right: -80px;
}
.top_solution__feature_items{
	margin-bottom: 32px;
}
.top_solution__feature_item{
	border-radius: 4px;
	height: 240px;
}
.top_solution__feature_item .img{
	width: 64px;
	height: 64px;
}
.top_solution__feature_item .text{
	font-size: 2.4rem;
	line-height: 1.4;
}
.top_solution__feature .btn{
	text-align: center;
}
@media (max-width: 896px){
	.top_solution {
		overflow-x: hidden;
	}
	.top_solution__reason::before{
		background-image: url(../images/img-innovation-sp.png);
		width: 214px;
		height: 214px;
		background-size: 214px 214px;
		background-repeat: no-repeat;
		top: -80px;
		right: -86px;
	}
	.top_solution__feature_item{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.top_solution__feature_item{
		width: calc((100% - 8px) /2);
		height: 168px;
		padding: 18px 5px;
	}
	.top_solution__feature_items{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.top_solution__feature_item .text{
		font-size: 1.6rem;
		text-align: center;
		margin:0;
	}
	.top_solution__feature_item .img{
		width: 48px;
		height: 48px;
		margin-bottom: 10px;
	}
	.top_solution__feature_items {
		margin-bottom: 14px;
	}
}
.top_features_list{
	margin-top: 80px;
}
.top_features_list h2{
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.47;
	text-align: center;
	color: #005bab;
}
.top_features_list_wrap{
	background: #fff;
	margin: 32px 0 0;
	padding: 23px 80px 48px;
	-webkit-box-shadow: 0 8px 16px 0 rgb(0 142 220 / 8%);
	        box-shadow: 0 8px 16px 0 rgb(0 142 220 / 8%);
}
.top_features_list_wrap ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.top_features_list_wrap ul li{
	width: calc((100% - 61px) / 3);
	min-height: 74px;
	font-weight: bold;
	margin-right: 30px;
	text-indent: -2.1rem;
	border-bottom: 1px solid #E2E6ED;
	/* padding: 0 0 20px 2.1rem; */
	padding: 24px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
/* .top_features_list_wrap ul li::before{
	content: '';
	background: url(../images/top_features_list.svg)no-repeat;
	background-size: 16px 16px;
	background-position: left bottom;
	width: 16px;
	height: 16px;
	display: inline-block;
	padding-left: 6px;
	padding-top: 4px;
} */
.top_features_list_wrap ul li:nth-child(3n){
	margin-right: 0;
}
.top_features_list_wrap ul li img {
	width: 17px;
	height: 17px;
}
.top_features_list_wrap ul li span {
	margin-left: 28px;
}
.top_features_list_wrap .btn{
	text-align: center;
	margin-top: 32px;
}
@media (max-width:896px) {
	.top_features_list {
		margin-top: 65px;
	}
	.top_features_list_wrap{
		margin-top: 24px;
		padding: 10px 15px 23px;
		-webkit-box-shadow: 0 8px 16px 0 rgb(0 142 220 / 8%),inset 0 0 0 0 rgb(0 0 0 / 0);
		        box-shadow: 0 8px 16px 0 rgb(0 142 220 / 8%),inset 0 0 0 0 rgb(0 0 0 / 0);
	}
	.top_features_list_wrap ul {
		padding-bottom: 56px;
	}
	.top_features_list_wrap ul li{
		padding: 12px 0;
		width: 100%;
		min-height: inherit;
		font-size: 1.4rem;
		margin-right: 0;
		text-indent: 0;
	}
	.top_features_list_wrap ul li span {
		margin-left: 8px;
		display: block;
	}
	.top_features_list_wrap .top_features_box {
		position: relative;
		max-height: 198px;
		overflow: hidden;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.top_features_list_wrap .top_features_btn {
		padding-top: 4px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
		background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
	}
	.top_features_list_wrap .top_features_btn a {
		margin: 0 auto;
		padding: 7px;
		max-width: 200px;
		display: block;
		position: relative;
		font-size: 1.4rem;
		font-weight: bold;
		border: 1px solid #E2E6ED;
		border-radius: 32px;
		background: #FFF;
	}
	.top_features_list_wrap .top_features_btn .icon {
		position: absolute;
		top: 10px;
		right: 16px;
	}
	.top_features_list_wrap .top_features_box.on .top_features_btn .icon {
		height: 2px;
		overflow: hidden;
		width: 17px;
		top: 18px;
	}
	.top_features_list_wrap .top_features_box.on .top_features_btn .icon svg {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.top_solution__feature .btn {
		margin-left: 15px;
		margin-right: 15px;
	}
	.top_features_list h2 {
		font-size: 2.4rem;
	}
	.top_features_list_wrap .inner {
		position: relative;
		height: 200px;
		overflow: hidden;
	}
	.top_features_list_wrap .inner .btn {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 100;
		height: 40px;
	}
	.top_features_list_wrap .inner .btn a {
		margin: 0 auto;
		padding: 5px;
		min-height: 40px;
		width: 200px;
		display: block;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 24px;
		text-align: center;
		color: #0a2054;
		text-align: center;
		border-radius: 20px;
		background: #fff;
		border: 1px solid #e2e6ed;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.top_features_list_wrap .inner::after {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 88px;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
		background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
		content: '';
	}
	.top_features_list_wrap .btn{
		margin-top: 22px;
	}
}
.top_solution__step{
	margin-top: 146px;
}
.top_solution__step h2:before{
	width: 343px;
	height: 44px;
	background-size: 343px 44px;
	background-image: url(../images/top_step.svg);
	background-position: 0 0;
}
.top_solution__step_item{
	border-radius: 4px;
}
.top_solution__step_item .inner{
	border-radius: 2px;
}
.top_solution__step_item .text{
	background-image: url(../images/top_step-cut01.svg);
	background-size: 79px 96px;
	width: calc(100% - 80px);
}
.top_solution__step_item .text--bg2{
	background-image: url(../images/top_step-cut00.svg);
	background-size: 96px 87px;
	width: calc(100% - 80px);
}
.top_solution__step_item .text--bg3 {
	background-image: url(../images/top_step-cut02.svg);
	background-size: 96px 96px;
}
.top_solution__step .btn{
	text-align: center;
	margin-top: 40px;
}
@media (max-width: 896px){
	.top_solution__step_item .text{
		margin-right: -10px;
		width: calc(100% - 53px);
	}
	.top_solution__step {
		padding-bottom: 65px;
		margin-top: 123px;
	}
	.top_solution__step h2::before {
		top: 10px;
	}
	.top_solution__step_item .inner {
		padding: 0 10px 0 16px;
	}
	.top_solution__step .btn{
		margin: 25px 15px 0;
	}
}
.top_solution__about_item .img{
	height: 120px;
}
.top_solution__about_item .badge{
	position: static;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.top_solution__about_item .badge img {
	height: inherit;
}
@media (max-width: 896px){
	.top_solution__about {
		padding-top: 32px;
	}
	.top_solution__about_item .badge img{
		width: 88px;
		height: 91px;
	}
	.top_solution__about_item .img{
		height: 74px;
	}
}
@media (max-width: 374px){
	.top_solution__about_item .badge img{
		width: 75px;
		height: auto;
	}
}
.top_results .results_wrap {
	margin-top: -64px;
	gap: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media (min-width:897px) {
	.top_results .results_wrap.case-count-1 {
		margin-top: -286px;
		margin-bottom: 46px;
	}
	.top_results .results_wrap.case-count-2 {
		margin-top: -280px;
	}
}
/*
.top_results .results_wrap::after {
	content: '';
	width: calc((100% - 60px) / 3);
}
*/
.top_results .noArticle {
	margin-top: -64px;
	background: #fff;
	-webkit-box-shadow: 0px 8px 16px rgba(0, 142, 220, 0.08);
	        box-shadow: 0px 8px 16px rgba(0, 142, 220, 0.08);
}
.top_results .top_results_item{
	border-radius: 4px;
	-webkit-box-shadow: 0 8px 16px 0 rgb(0 142 220 / 8%);
	        box-shadow: 0 8px 16px 0 rgb(0 142 220 / 8%);
	/*width: calc((100% - 60px) / 3);*/
	width: calc((100% / 3) - 20px);
}
@media (min-width:897px) {
	.top_results .results_wrap.case-count-1 a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				-ms-flex-direction: row;
						flex-direction: row;
	}
	.top_results .results_wrap.case-count-1 .top_results_item,
	.top_results .results_wrap.case-count-1 .top_results_item img  {
		width: 58%;
	}
	.top_results .results_wrap.case-count-2 .top_results_item {
		width: calc((100% / 3) - 40px);
	}
}

.top_results .top_results_item .txt{
	padding: 23px 24px 25px;
	background-image: linear-gradient(111deg,#008edc,#005bab 100%);
	border-radius: 0 0 4px 4px;
	position: relative;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
@media (min-width:897px) {
	.top_results .results_wrap.case-count-1 .top_results_item {
		-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, .4);
		        box-shadow: 0px 0px 10px rgba(255, 255, 255, .4);
	}
	.top_results .results_wrap.case-count-1 .top_results_item .txt {
		border-radius: 0 4px 4px 0;
	}
}

.top_results .top_results_item .txt::after{
	content: '';
	display: block;
	position: absolute;
	background: url(../images/dd-arrow.svg)no-repeat;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	right: 24px;
	bottom: 20px;
}
.top_results .top_results_item a{
	display: block;
	line-height: 0;
}
.top_results .top_results_item .txt p{
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
}
.top_results .top_results_item .txt span{
	/*font-size: 1.2rem;
	line-height: 1.4;
	color: #fff;
	padding-top: 14px;
	display: block;*/

	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	margin: 0 0 13px 0;
	padding: 0;
}

.top_results .top_results_item .case.txt p.txt {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.6rem;
}

.top_results .btn{
	text-align: center;
	margin-top: 32px;
}
@media (min-width:897px){
	.top_results .top_results_item a:hover .txt{
		background-image: linear-gradient(111deg,#74C6F4,#74C6F4 100%);
	}
}
@media (max-width:896px){
	.top_results .results_wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-top: -49px;
	}
	.top_results .noArticle{
		margin-top: -49px;
		padding: 45px 10px 35px;
		border-radius: 4px;
	}
	.top_results .top_results_item{
		width: 100%;
		margin-bottom: 24px;
	}
	.top_results__top_logos .img{
		height: auto;
	}
	.top_results .top_results_item img{
		width: 100%;
		height: auto;
	}
	.top_results .btn {
		margin: 0 15px;
	}
	.top_results .top_results_item .txt p {
		font-size: 1.6rem;
		line-height: 1.65;
	}
}

.top_future{
	padding: 120px 0;
}
.top_future h2{
	margin-bottom: 32px;
	font-size: 5.6rem;
	font-weight: 700;
	line-height: 1.48;
	text-align: center;
	color: #005bab;
}
.top_future .btn{
	margin-top: 30px;
	text-align: center;
}
.scroll_bana{
	position: relative;
	z-index: 999;
	display: block;
}
.top-scroll_bana {
	display: none;
}
@media (max-width:896px){
	.top_future{
		padding: 60px 0;
	}
	.top_future h2{
		margin-bottom: 0;
		font-size: 4rem;
	}
	.top_future .scroll_wrap{
		margin-top: 20px;
		overflow-x: auto;
		padding-bottom: 8px;
	}
	.top_future .scroll_wrap img {
		width: 1202px;
		max-width: unset;
	}
	.top_future .scroll_wrap::-webkit-scrollbar {
		height: 4px;
	}
	.top_future .scroll_wrap::-webkit-scrollbar-track {
		background: #E2E6ED;
	}
	.top_future .scroll_wrap::-webkit-scrollbar-thumb {
		background: #008EDC;
		border: none;
	}
}
.top_faq {
	margin-top: 0;
	padding-bottom: 80px;
}
.top_faq .btn{
	margin-top: 37px;
	text-align: center;
}

@media (max-width:896px) {
	.top_faq {
		padding-bottom: 30px;
	}
	.floating_nav {
		-webkit-transform: translateY(60px);
		        transform: translateY(60px);
		-webkit-transition-duration: 0.5s;
		        transition-duration: 0.5s;
	}
	.floating_nav--active {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}

div#n2-ss-2 .nextend-arrow img,
div#n2-ss-3 .nextend-arrow img {
	opacity: 0;
}
div#n2-ss-2 .nextend-arrow {
	width: 64px;
	height: 64px;
	background: url(../images/slider-arrow.svg) no-repeat center center;
}
div#n2-ss-3 .nextend-arrow {
	width: 48px;
	height: 48px;
	background: url(../images/slider-arrow.svg) no-repeat center center;
}
div#n2-ss-2 .nextend-arrow-previous,
div#n2-ss-3 .nextend-arrow-previous {
	-webkit-transform: rotate( 180deg );
	        transform: rotate( 180deg );
}

/*2022.04.19_左下ピクチャーインピクチャー型動画再生窓
---------------------------------------------------------------------------------------------------------------------------
*/

#movie_window_wrap {
	display: none;
}

#movie_window {
	position: fixed;
	width: 360px;
	height: auto;
	background-color: #1b94ff;
	color: #FFFFFF;
	bottom: 8px;
	left: 7px;
	padding: 4px;
	border-radius: 16px;
	z-index: 999;
  }
  @media all and (max-width: 896px) {
	#movie_window {
	  display: none;
	}
  }
  #movie_window .movie_window_inner {
	padding: 8px 16px 16px 16px;
	border-radius: 12px;
	border: thin solid #ffffff;
  }
  #movie_window .video_wrap {
	width: 100%;
  }
  #movie_window .video_wrap iframe {
	width: 100%;
	height: 178px;
  }
  #movie_window .bold {
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 0.5rem;
  }
  #movie_window a {
	display: block;
	/* text-align: right; */
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	/*
		&::after{
		  position: absolute;
		  content: "→";
		  right: -50px;
		  bottom:114px;
		  display: block;
		  background-color: rgb(255, 144, 144);
		  color: white;
		  padding: 8px 16px  8px 8px;
		  text-align: right;
		  border-radius: 0 48px 48px  0 ;
		  z-index: -999;
		  font-weight: bold;
		  font-size:1.6rem;
		}
	*/
  }
  #movie_window a.video_link--full{
	text-align: right;
	margin-top: 0.5em;
  }
  #movie_window a:hover{
	opacity: 0.8;
  }
  #movie_window .close_wrap {
	width: 100%;
  }
  #movie_window .close_wrap #close {
	width: 16px;
	height: auto;
	display: block;
	margin: 0 0 8px auto;
  }
  #movie_window .close_wrap #close:hover {
	cursor: pointer;
  }
  #movie_window .close_wrap #close img {
	width: 16px;
	height: 16px;
  }

	/*　2023.01.31 TOPスライド下 トライアルリンク追加
	----------------------------------------*/
	.trialLink {
		width: 100%;
		background-color: #0a2054;
		padding: 4rem 0;
		text-align: center;
	}
	.trialLink .linkText {
		padding: 1rem 3rem;
		border-radius: 80px;
		background-color: rgb(255, 0, 98);
		text-decoration: none;
		color: #FFF;
		font-size: 2rem;
		font-weight: 700;
	}
	.trialLink .linkText:hover {
		background-color: rgb(255, 86, 151);
	}