﻿@charset “UTF-8”;

/*     トップキービジュアル    */

.p-kv{
  position: relative;
  z-index: 0;
}
.p-kv__slider{
	width: 100%;
	height: 100vh;
/*	max-height: 840px;*/
}
.p-kv__catch{
	position: absolute;
	top: 44%;
	left: 0;
	width: 100%;
	color: #ffffff;
	text-align: center;
}
.p-kv__catch-main{
	font-size: 2.25rem;
	font-weight: 600;
	margin-bottom: .8rem;
}
.p-kv__catch-sub{
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .28rem;
}

.l-main{
	width: 100%;
}

@media screen and (min-width:768px){
	.p-kv__catch{
		top: 48%;
		left: 8%;
		text-align: left;
		width: auto;
}
	.p-kv__catch-main{
		font-size: 5rem;
		margin-bottom: 1.2rem;
	}
	.p-kv__catch-sub{
		font-size: 1.05rem;
	}
}

@media screen and (min-width:992px){
}


/* キャッチ　アニメーション */

.p-kv__catch-main span{
    filter: blur(10px);
    transform: translateX(-15px) scale(1.1);
    display: inline-block;
}

.p-kv__catch-main span{
    opacity: 0;
    transition: all .8s ease;
}

.p-kv__catch-main.act-start-main span{
	opacity: 1;
	filter: blur(0);
	transform: translateX(0) scale(1);
}

.p-kv__catch-main span:nth-of-type(1){
	transition-delay: 0;
}
.p-kv__catch-main span:nth-of-type(2){
	transition-delay: 100ms;
}
.p-kv__catch-main span:nth-of-type(3){
	transition-delay: 200ms;
}
.p-kv__catch-main span:nth-of-type(4){
	transition-delay: 300ms;
}
.p-kv__catch-main span:nth-of-type(5){
	transition-delay: 400ms;
}
.p-kv__catch-main span:nth-of-type(6){
	transition-delay: 500ms;
}
.p-kv__catch-main span:nth-of-type(7){
	transition-delay: 600ms;
}
.p-kv__catch-main span:nth-of-type(8){
	transition-delay: 700ms;
}
.p-kv__catch-main span:nth-of-type(9){
	transition-delay: 800ms;
}
.p-kv__catch-main span:nth-of-type(10){
	transition-delay: 900ms;
}
.p-kv__catch-main span:nth-of-type(11){
	transition-delay: 1000ms;
}
.p-kv__catch-main span:nth-of-type(12){
	transition-delay: 1100ms;
}
.p-kv__catch-main span:nth-of-type(13){
	transition-delay: 1200ms;
}
.p-kv__catch-main span:nth-of-type(14){
	transition-delay: 1300ms;
}
.p-kv__catch-main span:nth-of-type(15){
	transition-delay: 1400ms;
}
.p-kv__catch-main span:nth-of-type(16){
	transition-delay: 1500ms;
}
.p-kv__catch-main span:nth-of-type(17){
	transition-delay: 1600ms;
}
.p-kv__catch-main span:nth-of-type(18){
	transition-delay: 1700ms;
}
.p-kv__catch-main span:nth-of-type(19){
	transition-delay: 1800ms;
}

.p-kv__catch-sub{
	opacity: 0;
	transform: translate(-20px,0);
	transform-origin: top left;
	transition: all 1s  ease;
}
.p-kv__catch-sub.act-start-sub{
	opacity: 1;
	transform: translate(0,0);
}

/*     polisy    */

.p-top-about{
	margin: 70px 0 0;
}

.p-top-about__textarea{
	position: relative;
	z-index: 10;
	width: 95%;
	margin: auto;
	padding: 0;
	text-align: center;
}
.p-top-about__ttl{
	margin: 24px 0 16px;
}

.p-top-about__img{
	position: relative;
	z-index: 0;
	width: 90%;
	margin: auto;
	background: url(../img/top/p-top-about_sp.jpg) no-repeat center center/cover;
}
.p-top-about__img::before{
	content: "";
	display: block;
	padding-top: 57.78%;
}

@media screen and (min-width:768px){
	.p-top-about{
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 180px 0 0;
	}
	.p-top-about__textarea{
		position: relative;
		z-index: 10;
		flex: 0 0 40%;
		max-width: 750px;
		margin: 0;
		padding: 0 0 0 110px;
		text-align: left;
	}
	.p-top-about__ttl{
		margin: 0 0 33px;
	}
	.p-top-about__img{
		position: relative;
		width: 36%;
		max-width: 500px;
		margin: 0;
		background: url(../img/top/p-top-about_pc.jpg) no-repeat center center/cover;
	}
	.p-top-about__img::before{
		padding-top: 140%;
	}
}

/*     service    */

.p-service{
	background: #000000;
	margin: 80px 0 0;
	width: 100%;
}

.p-service__ttl-group{
	padding: 50px 0 20px;
	color: #ffffff;
}
.p-service__ttl-group__inner{
	margin: 0 5% 0 5%;
}
.p-service__mainttl{
	position: relative;
	margin: 0 0 36px;
	color: #ffffff;
}
.p-service__mainttl::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	height: 1px;
	width: 55px;
	background: #ffffff;
}
.p-service__subttl{
	font-size: 0.8rem;
	line-height: 2.2;
	color: #ffffff;
}
.p-service__item{
	position: relative;
	box-sizing: border-box;
	height: 180px;
	color: #ffffff;
}

.p-service__item::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #1b1b1b;
	opacity: .3;
	transition: all .35s ease-in-out;
}
.p-service__item::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all .35s ease-in-out;
}

.p-service__bg1::after{
	background: url(../img/top/p-service_bg_carrier.jpg) no-repeat center center/cover;
}
.p-service__bg2::after{
	background: url(../img/top/p-service_bg_web.jpg) no-repeat center center/cover;
}
.p-service__bg3::after{
	background: url(../img/top/p-service_bg_adv.jpg) no-repeat center center/cover;
}
.p-service__bg4::after{
	background: url(../img/top/p-service_bg_system.jpg) no-repeat center center/cover;
}
.p-service__bg5::after{
	background: url(../img/top/p-service_bg_media.jpg) no-repeat center center/cover;
}
.p-service__bg6::after{
	background: url(../img/top/p-service_bg_hrd.jpg) no-repeat center center/cover;
}
/*
.p-service__item a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #ffffff;
}
*/
.p-service__list-ttl{
	position: absolute;
	bottom: 20%;
	left: 18px;
	z-index: 10;
	font-size: 1.4rem;
	text-shadow: 0 0 3px #000000;
}

@media screen and (min-width:768px){
	.p-service{
		display: flex;
		align-items: center;
		margin: 180px 0 0;
		width: 94%;
	}
	.p-service__ttl-group{
		padding: 20px 0 0;
		width: 38%;
		padding: 10px 0 0;
	}
	.p-service__ttl-group__inner{
		margin: 0 6% 0 6%;
	}
	.p-service__mainttl{
		margin: 0 0 42px;
	}
	.p-service__mainttl::after{
		bottom: -19px;
		left: 0;
		margin: 0;
		width: 100px;
	}
	.p-service__list-wrap{
		flex: 1 1 64%;
	}
	.p-service__list{
		display: flex;
		flex-flow: row wrap;
	}
	.p-service__item{
		position: relative;
		overflow: hidden;
		width: calc(100% / 2);
		height: 280px;
	}
	.p-service__list-ttl{
		bottom: 40%;
		left: 36px;
		font-size: 1.4rem;
	}
/*
	.p-service__item:hover::before{
		opacity: .7;
	}
	.p-service__item:hover::after{
		transform: scale(1.06);
	}
*/
}

/*    works    */

.p-works{
	margin: 80px 0 0 0;
}

.p-works__mainttl{
	text-align: center;
}

.c-works-slide__wrap{
	margin: 30px 0 0;
}
.c-works-slide{
	margin: 0 0 40px;
	width: 100%;
}
.c-works-slide__item{
	position: relative;
	box-sizing: border-box;
	margin: 10px 14px 17px;
}
.c-works-slide__thumb{
	width: 100%;
	padding-top: 77.77777778%;
/*	height: 420px;*/
	box-shadow: 0 0 6px 1px rgba(0,0,0,.4);
	background: url(../img/top/p-service_02.jpg) no-repeat center/cover;
}

.c-works-slide__thumb.work1{
	background: url(../img/top/p-works-slide-thmb1.png) no-repeat center/cover;
}
.c-works-slide__thumb.work2{
	background: url(../img/top/p-works-slide-thmb2.png) no-repeat center/cover;
}
.c-works-slide__thumb.work3{
	background: url(../img/top/p-works-slide-thmb3.png) no-repeat center/cover;
}
.c-works-slide__thumb.work4{
	background: url(../img/top/p-works-slide-thmb4.png) no-repeat center/cover;
}
.c-works-slide__thumb.work5{
	background: url(../img/top/p-works-slide-thmb5.png) no-repeat center/cover;
}
.c-works-slide__thumb.work6{
	background: url(../img/top/p-works-slide-thmb6.png) no-repeat center/cover;
}
.c-works-slide__thumb.work7{
	background: url(../img/top/p-works-slide-thmb7.png) no-repeat center/cover;
}
.c-works-slide__thumb.work8{
	background: url(../img/top/p-works-slide-thmb8.png) no-repeat center/cover;
}

.c-works-slide__text-wrap{
	width: 97%;
	margin: 22px auto 0;
	color: #000000;
	text-align: center;
}
.c-works-slide__ttl{
	font-size: 1.2rem;
	margin: 0 0 12px;
}
.c-works-slide__text{
	font-size: 0.75rem;
	line-height: 1.8;
}

.c-works-slide__item a:hover .c-grid3card__thumb{
	transform: scale(1.04);
}

@media screen and (min-width:768px){
	.p-works{
		margin: 160px 0 0 0;
	}
	.c-works-slide__wrap{
		margin: 110px 0 0;
	}
	.c-works-slide{
		margin: 0 0 50px;
		min-width: 800px;
	}
	.c-works-slide__item{
		margin: 10px 20px 27px;
	}
}

/* スライド内 */
.slick-dots{
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
}
.slick-dots li button:before{
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    opacity: .25;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
		transition: all .3s;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
    color: #d45d5d;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
    color: #d45d5d;
		transform: scale(1.4);
}

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
		z-index: 10;
    display: block;
    width: 70px;
    height: 20px;
    transform: translate(0, -50%);
    cursor: pointer;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before{
    font-family: 'slick';
    font-size: 15px;
    line-height: 1;
    opacity: .75;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev{
    left: 15%;
}

.slick-prev:before{
    content: '←';
}

.slick-next{
    right: 15%;
}

.slick-next:before{
    content: '→';
}

/*    お知らせ    */

.p-news-top{
	margin: 80px auto 0;
	width: 90%;
}

.p-news-top__mainttl{
	font-size: 2.25rem;
	font-weight: 700;
	color: #0f0f0f;
	text-align: center;
}

.p-news-top__wrap{
	position: relative;
	margin: 30px 0 0;
}

.p-news-top__more{
	text-align: center;
	margin: 28px 0 0;
}
.p-news-top__more a{
	position: relative;
	display: inline-block;
	font-size: .9rem;
	transition: all .3s ease-in-out;
}

@media screen and (min-width:768px){
	.p-news-top{
		margin: 140px auto 0;
		max-width: 1200px;
		width: 90%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}
	.p-news-top__mainttl{
		flex: 0 0 20%;
		max-width: 200px;
		margin: 30px 0 0;
	}
	.p-news-top__wrap{
		position: relative;
		flex: 1 1 80%;
	}

	.p-news-top__more{
		text-align: right;
		margin: 32px 38px 0 0;
	}
	.p-news-top__more a{
		position: relative;
		display: inline-block;
		padding-left: 33px;
		font-size: .9rem;
		transition: all .3s ease-in-out;
	}
	.p-news-top__more a:hover{
		color: #aaaaaa;
	}

	.p-news-top__more a::before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 2px;
		margin: auto;
		width: 17px;
		height: 1px;
		background: #4e4e4e;
		transition: all .3s ease-in-out;
	}
	.p-news-top__more a::after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 15px;
		margin: auto;
		width: 5px;
		height: 5px;
		border-top: solid 1px #4e4e4e;
		border-right: solid 1px #4e4e4e;
		transform: rotate(45deg);
		transition: all .3s ease-in-out;
	}
	.p-news-top__more a:hover::before{
		background: #aaaaaa;
	  transform: translate(5px,0);
	}
	.p-news-top__more a:hover::after{
		border-top: solid 1px #aaaaaa;
		border-right: solid 1px #aaaaaa;
	  transform: translate(5px,0) rotate(45deg);
	}
}


/*     採用    */
.p-recruit__ttl{
	text-align: center;
}

.p-recruit{
	position: relative;
	margin: 80px 0 0;
	width: 100%;
	height: 400px;
	background: rgba(30,43,89,.5);
}
.p-recruit::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -10;
	background: url(../img/top/p-recruit_bg_sp.jpg) no-repeat center center/cover;
}
.p-recruit__textbox{
	margin: 0 20px;
	text-align: center;
	padding: 100px 0 0;
}
.p-recruit__ttl{
	margin: 0 0 16px;
	color: #ffffff;
}
.p-recruit__text{
	font-size: .8rem;
	color: #ffffff;
	line-height: 1.8;
}

@media screen and (min-width:768px){
	.p-recruit{
		margin: 160px 0 0;
		height: 600px;
	}
	.p-recruit::before{
		background-image: url(../img/top/p-recruit_bg_pc.jpg)
	}
	.p-recruit__textbox{
		padding: 170px 0 0;
	}
}

/*     お問い合わせ    */

.p-contact{
	margin: 80px auto 0;
	padding: 0 0 70px;
	width: 92%;
}
.p-contact__mainttl{
	text-align: center;
}
.p-contact__textbox{
	text-align: center;
}
.p-contact__mainttl{
	margin: 0 0 12px;
}
.p-contact__text{
	font-size: .8rem;
	line-height: 1.8;
}

.p-contact__btn_wrap{
	width: 100%;
	margin-top: 25px;
}

.p-contact__btn{
	position: relative;;
	flex: 0 0 50%;
}
.p-contact__btn__inner{
	position: relative;
	overflow: hidden;
}
.p-contact__btn__inner::after{
	content: "";
	display: block;
	width: 100%;
	padding-top: 60%;
	transition: all .3s ease-in;
}

.p-contact__btn:hover > .p-contact__btn__inner::after{
	transform: scale(1.05);
}

.p-contact__corporations::after{
	background: url(../img/top/p-contact__corporations_sp.jpg) no-repeat center/cover;
}
.p-contact__individuals::after{
	background: url(../img/top/p-contact__individuals_sp.jpg) no-repeat center/cover;
}
.p-contact__btn__text{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	z-index: 10;
	width: 58%;
	padding: 23px;
	color: #ffffff;
	border: solid 2px #ffffff;
	text-align: center;
	background: rgba(0,0,0,.3);
}

@media screen and (min-width:768px){
	.p-contact{
		margin: 160px auto 0;
		padding: 0 0 70px;
		width: 78%;
		max-width: 1200px;
	}
	.p-contact__text{
		font-size: .8rem;
		line-height: 2.2;
	}
	.p-contact__btn_wrap{
		display: flex;
	}
	.p-contact__btn__inner::after{
		width: 100%;
		padding-top: 87.5%;
	}
	.p-contact__corporations::after{
		background-image: url(../img/top/p-contact__corporations_pc.jpg);
	}
	.p-contact__individuals::after{
		background-image: url(../img/top/p-contact__individuals_pc.jpg);
	}
}