
/***********************************************************************************************************************

home.css

***********************************************************************************************************************/
.home .wrapper{
	overflow: hidden;
}

.home .contents{
	padding-top: 0;
}


/* home用に変更 *************************************************************/
.home .list_wstservice{
	width: 90%;
	margin: 0 auto;
}
.home .list_wstservice li{
	width: calc(24% - 2px); /*calc(31.67777777% - 2px)*/
}

@media screen and (max-width: 1111px) {
.home .list_wstservice li{
	width: calc(48% - 2px); 
	margin-top: 4%;
}
}

@media screen and (max-width: 639px) {
.home .list_wstservice li{
	width: calc(90% - 2px); 
	margin: 20px auto 0;
}
}




/* sec *************************************************************/
.sec_hd{
	position: relative;
}

.sec_advantage,
.sec_wst{
	position: relative;
	padding: 10% 0 0;
}
.sec_case{
	position: relative;
	margin: 10% 0 0;
	padding: 5% 0;
	background: rgba(120,152,203,0.15) url("/img/bg_case.svg") center center no-repeat;
	background-size: cover;
}
.sec_recruit{
	padding: 10% 0 0;
}
.sec_pickup{
	padding: 80px 0 0;
}
.sec_news{
	padding: 10% 0 0;
}


@media screen and (max-width: 639px) {
.sec_advantage,
.sec_wst{
	padding: 24% 0 0;
}
.sec_case{
	margin: 24% 0 0;
}
.sec_pickup{
	padding: 40px 0 0;
}
.sec_recruit{
	padding: 24% 0 0;
}
.sec_news{
	padding: 20% 0 0;
}
}




/* line *************************************************************/
.line01,
.line02,
.line03,
.line04,
.line05,
.line06{
	position: absolute;
	/*transform: skewX(15deg);*/ /*elements.cssで設定*/
	mix-blend-mode: multiply;
}

.line01{
	top: -14%;
	right: 17%;
	width: 2.8%;
	height: 22%;
	background-color: rgba(120,152,203,0.4);
}
.line02{
	top: -8%;
	right: 4%;
	width: 7%;
	height: 41%;
	background-color: rgba(26,39,77,0.1);
}

.line03{
	top: -13%;
	left: 12%;
	width: 2.8%;
	height: 22%;
	background-color: rgba(120,152,203,0.7);
}
.line04{
	top: -10%;
	left: 3.5%;
	width: 7%;
	height: 41%;
	background-color: rgba(26,39,77,0.1);
}

.line05{
	top: -5%;
	left: 22%;
	width: 3%;
	height: 22%;
	background-color: rgba(120,152,203,0.4);
}
.line06{
	bottom: -7%;
	right: 17%;
	width: 12%;
	height: 60%;
	background-color: rgba(26,39,77,0.1);
}



@media screen and (max-width: 639px) {
.line01{
	top: -8%;
	right: 24%;
	height: 18%;
}
.line02{
	top: -3%;
	right: 8%;
	height: 26%;
}

.line03{
	top: -3%;
	left: 12%;
	height: 12%;
}
.line04{
	top: 2%;
	left: 3.5%;
	height: 20%;
}
.line05{
	left: 20%;
	height: 12%;
}
.line06{
	right: 22%;
	height: 30%;
}
}




/* main *************************************************************/
.main_wrap{
	position: relative;
	/*overflow: hidden;*/
	width: 74.305555556%;
	margin-left: auto;
}
.main_wrap:before{
	content: "";
	position: absolute;
	z-index: 1;
	top: -5%;
	left: -7%;;
	width: 14%;
	height: 110%;
	background-color: #fff;
	transform: skewX(10deg);
}

#slide_main{
	padding-top: 65.4205607476636%;
	background-size: contain;
}


@media screen and (max-width: 639px) {
.main_wrap{
	width: 91%;
}
}



/* scroll *************************************************************/
.scroll{
	position: absolute;
	z-index: 2;
	bottom: 2%;
	left: 16%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #7898cb;
}
.scroll span{
	display: block;
	position: absolute;
	bottom: 20px;
	left: -20px;
	transform: rotate(90deg);
}


/* 線の描写 */
.scroll::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 40px;
	background: #7898cb;
    /*線の動き2秒かけて動く。永遠にループ*/
	animation: pathmove 2s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height: 40px;
		opacity: 1;
	}
	100%{
		height:0;
		top: 60px;
		opacity: 0;
	}
}


@media screen and (max-width: 639px) {
.scroll{
	bottom: -44%;
	left: 5%;
}
.scroll span{
	transform: scale(0.8, 0.8) rotate(90deg);
}
}




/* h1〜 *************************************************************/
h1.h1_hd{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	font-size: 3vw;
	font-weight: 600;
	line-height: 1.8em;
}

.h2_wrap{
	position: relative;
	z-index: 2;
	width: 88%;
	text-align: right;
	margin: 0 auto;
}
.sec_wst .h2_wrap{
	text-align: left;
}
.sec_case .h2_wrap{
	text-align: center;
}
.sec_news .h2_wrap{
	text-align: center;
	margin-bottom: 3em;
}


h2.h2_ttl{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 65px;
	font-size: clamp(26px, 5vw, 80px); /*clamp(24px, 5vw, 65px)*/
  display: inline-block;
background: linear-gradient(to right, #1a274d, #00c8ef);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sec_case h2.h2_ttl,
.sec_news h2.h2_ttl{
	font-size: 50px;
	font-size: clamp(24px, 5vw, 50px); 
}
h2.h2_recruit{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 50px;
	font-size: clamp(24px, 5vw, 50px); 
	color: #fff;
	margin-bottom: 0.4em;
}

h3.h3_ttl{
	font-size: 28px;
	font-size: clamp(17px, 3vw, 28px);
	font-weight: 600;
	line-height: 1.8em;
	text-align: right;
	margin-bottom: 0.8em;
}

.reverse h3.h3_ttl{
	text-align: left;
}



@media screen and (max-width: 767px) {
.sec_news .h2_wrap{
	margin-bottom: 1em;
}
}


@media screen and (max-width: 639px) {
h1.h1_hd{
	font-size: 22px;
	font-size: clamp(22px, 3vw, 60px);
	line-height: 1.5em;
	text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 0 1px 1px #fff, 1px 0 1px #fff;
	top: auto;
	bottom: -14%;
	transform: none;
}
}





/* .element *************************************************************/
.element_wrap{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 5% 0 0;
}
.element_wrap.reverse{
	flex-direction: row-reverse;
}

.element_txt{
	position: relative;
	z-index: 2;
	order: 2;
	width: 29.16666667%;
	min-width: 420px;
	margin: 0 auto;
}

.element_txt p{
	text-align: justify;
}

.element_photo,
.element_zu{
	position: relative;
	order: 1;
	width: 54.861111111%;
}

.element_photo:before{
	content: "";
	position: absolute;
	z-index: 1;
	top: -5%;
	right: -7%;
	width: 14%;
	height: 110%;
	background-color: #fff;
	transform: skewX(10deg);
}


.element_photo img{
	width: 100%;
	height: auto;
}
.element_zu img{
	width: 80%;
	max-width: 540px;
	height: auto;
}

.element_zu{
	max-height: 460px;
}
.element_zu .inner{
	position: relative;
	padding-top: 92%;
	max-width: 540px;
}
.element_zu iframe{
	 position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


@media screen and (max-width: 1119px) {
.element_txt{
	width: 34%;
	min-width: auto;
}

.reverse .element_txt{
	width: 45%;
	margin: 0 0 0 5%;
}

.element_photo:before{
	right: -8%;
}

.element_zu{
	width: 40%;
	margin-right: 5%;
	align-self: center;
}
.element_zu img{
	width: 100%;
}
}


@media screen and (max-width: 980px) {
.element_txt{
	width: 46%;
	margin-right: 5%;
}
.element_photo{
	width: 45%;
}
.element_photo:before{
	right: -12%;
	width: 20%;
}
}

@media screen and (max-width: 639px) {
.element_wrap{
	margin: -10px 0 0;
}
.element_txt,
.reverse .element_txt{
	width: 86%;
	margin: 7% auto 0;
}
.element_photo{
	width: 76%;
}

.element_zu{
	width: 70%;
	margin: 25px auto 0;
}

}






/* .list_service *************************************************************/
.list_service{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 30px 0 0;
}

.list_service li{
	width: calc(32% - 2px);
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 44px;
	height: 44px;
	text-align: center;
	background: linear-gradient(to right, #378796, #64deb0);
	border-radius: 22px;
	padding: 1px;
	transition: all .3s linear;
}

.list_service li.service_solution{
	background: linear-gradient(to right, #4653c2, #57b0ea);
}
.list_service li.service_service{
	background: linear-gradient(to right, #ab3778, #ea7397);
}


.list_service li a{
	display: block;
	font-weight: 600;
	border-radius: 21px;
	background-color: #fff;
	transition: all .3s linear;
}

.list_service li a span{
	display: inline-block;
background: linear-gradient(to right, #378796, #64deb0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all .3s linear;
}

.list_service li.service_solution a span{
background: linear-gradient(to right, #4653c2, #57b0ea);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.list_service li.service_service a span{
	background: linear-gradient(to right, #ab3778, #ea7397);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.list_service li a:hover{
	background: linear-gradient(to right, #64deb0, #378796);
}
.list_service li.service_solution a:hover{
	background: linear-gradient(to right, #57b0ea, #4653c2);
}
.list_service li.service_service a:hover{
	background: linear-gradient(to right, #ea7397, #ab3778);
}


.list_service li a:hover span,
.list_service li.service_solution a:hover span,
.list_service li.service_service:hover span{
	background: linear-gradient(to right, #fff, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


@media screen and (max-width: 767px) {
.list_service li{
	font-size: 14px;
}
}




/* roop *************************************************************/
.roop_wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 40px 0 10px;
}

.roop {
  display: flex;
  -webkit-animation: loop-slide 30s infinite linear 1s both;
  animation: loop-slide 30s infinite linear 1s both;
}
.roop > li {
	display: flex;
	flex-direction: column;
	width: 280px;
	background-color: #fff;
}

/* ホバー時に動きを止める*/
.slide-paused:hover .roop {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.slide-paused .roop > li {
	position: relative;
  transition: all 0.2s;
  margin-right: 20px;
  border-radius: 8px;
}
.slide-paused .roop > li:hover {
	top: -10px;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

.slide-paused .roop > li a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slide-paused .roop > li .inner{
	margin: 20px;
}

.slide-paused .roop > li .inner h4.h4_case{
	font-size: 18px;
	font-weight: 600;
	color: #1a274d;
	text-align: center;
	margin-bottom: 0.8em;
}
.slide-paused .roop > li .inner h5.h5_case{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #7898cb;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.slide-paused .roop > li .inner h6.h6_case{
	font-size: 12px;
	font-weight: 500;
	color: #7898cb;
	text-align: left;
	margin: 10px 0 10px;
}
.slide-paused .roop > li .inner p{
	font-size: 12px;
	line-height: 1.8em;
}


.slide-paused .roop > li .btn_more{
	position: relative;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 10px;
	text-align: right;
	color: #7898cb;
	padding: 0 22px 0 0;
	margin: auto 20px 10px 0;
	transition: all .3s linear;
}
.slide-paused .roop > li:hover .btn_more{
	color: #1a274d;
	padding-right: 18px;
}

.slide-paused .roop > li .btn_more:after{
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	right:0;
	width: 17px;
	height: 3px;
	margin-top: -4px;
	border-bottom: 1px solid #7898cb;
	border-right: 2px solid #7898cb;
 	transform: skew(60deg);
	transition: all .3s linear;
}
.slide-paused .roop li:hover .btn_more:after{
	right: -4px;
	border-color: #1a274d;
}



@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}




/* list_used *************************************************************/
.list_used{
	
}
.list_used li{
	position: relative;
	font-size: 12px;
	margin: 4px 0;
	padding-left: 8px;
}
.list_used li:before{
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50% 50%;
	background-color: #7898cb;
}



/* recruit_box *************************************************************/
.recruit_box{
	position: relative;
	display: table;
	width: 100%;
	background-color: #1a274d;
	transition: all .3s linear;
}
.recruit_box:hover{
	background-color: #7898cb;
}

.recruit_box a{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.recruit_box dt{
	position: relative;
	display: table-cell;
	vertical-align: center;
	width: 45%;
	padding: 30px 20px 30px 30px;
	color: #fff;
}
.recruit_box dt:after{
	content: "";
	position: absolute;
	z-index: 1;
	right: -50px;
	top: 0;
	width: 100px;
	height: 100%;
	transform: skewX(15deg);
	background-color: #1a274d;
	transition: all .3s linear;
}
.recruit_box:hover dt:after{
	background-color: #7898cb;
}

.recruit_box dt p{
	position: relative;
	z-index: 2;
	font-size: 16px;
	font-size: clamp(13px, 3vw, 16px);
}

.recruit_box dd{
	display: table-cell;
	position: relative;
	vertical-align: bottom;
	width: 55%;
	padding: 0 15px 5px 0;
}

.recruit_box dd:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("/img/bg_recruit.jpg") center center no-repeat;
	background-size: cover;
	opacity: 0.6;
	transition: all .3s linear;
}

.recruit_box:hover dd:after{
	opacity: 1;
}

.recruit_box dd .list_link{
	position: relative;
}



/* @2x Images (Pixel Ratio of 1.25+) */
@media only screen and (-o-min-device-pixel-ratio: 5/4),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 1.25dppx) {
.recruit_box dd:after{
	background-image: url("/img/bg_recruit@2x.jpg");
}
}


@media screen and (max-width: 639px) {
.recruit_box{
	display: block;
	width: auto;
}
.recruit_box dt{
	display: block;
	width: auto;
	padding: 20px 20px 0;
}
.recruit_box dt:after{
	width: 0;
	height: 0;
	background-color: transparent;
}
.recruit_box dd{
	display: block;
	width: auto;
	padding: 30% 15px 5px 0;
}
}



/* news_wrap *************************************************************/
.news_wrap{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.news_ttl{
	display: flex;
	flex-direction: column;
	width: 280px;
}
.news_txt{
	width: calc(100% - 320px);
}

.news_ttl figure{
	margin-top: auto;
}

.news_ttl figure a,
.only_sp_ms{
	position: relative;
	display: block;
}
.news_ttl figure a:before,
.only_sp_ms a:before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
}
.news_ttl figure a:hover,
.only_sp_ms a:hover{
	opacity: 0.7;
}


.only_sp_ms{
	display: none;
}



@media screen and (max-width: 767px) {
.news_ttl{
	width: 100%;
}
.news_txt{
	width: 100%;
}
.news_ttl figure{
	display: none;
}
.only_sp_ms{
	display: block;
	width: 60%;
	max-width: 300px;
	margin: 40px auto 0;
}
}


