@charset "UTF-8";

/*===============*/
/*! top_visual */
/*===============*/
main .top_visual {
	position: relative;
	background: #fff;
}
@keyframes colors {
    0%{
        background-position: 0% 50%;
    }
    50%{
        background-position: 100% 50%;
    }
    100%{
        background-position: 0% 50%;
    }
}

main .top_visual>div {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

main .top_visual>div>img.pc {
	position: relative;
	min-width: 1200px;
	left: 50%;
	transform: translateX(-50%)
}

main .top_visual h2 {
	position: absolute;
	top: 65%;
	left: 35%;
	width: 60%;
	transform: translate(-50%, -50%);
	min-width: 400px;
	/*opacity: 0;*/
	text-align: center;
}

main .top_visual i {
	position: absolute;
	bottom: 5%;
	left: 50%;
	overflow: hidden;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	transform: translateX(-50%);
}

main .top_visual i::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 50%;
}

main .top_visual i img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 36px;
	height: 72px;
	animation: arrow 1s linear infinite;
}

@keyframes arrow {
	0% {
		bottom: 0;
	}

	100% {
		bottom: -36px;
	}
}

@media screen and (max-width:768px) {
	main .top_visual h2 {
		max-width:%;
		top: 60%;
		left: 40%;
	}

	main .top_visual h2 i {
		width: 2em;
		height: 2em;
		bottom: 0;
	}

	main .top_visual h2 i img {
		width: 2em;
		height: 4em;
		animation: arrow_sp 1s linear infinite;
	}

	main .top_visual h2 img {
		max-width: 70%;
	}
}

@keyframes arrow_sp {
	0% {
		bottom: 0;
	}

	100% {
		bottom: -100%;
	}
}

/*===============*/
/*! top_title */
/*===============*/
main .top_title {
	padding: 100px 0;
}

main .top_title>div {
	position: relative;
	z-index: 10;
	display: table;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main .top_title>div>div {
	display: table-cell;
	vertical-align: middle;
}

main .top_title h3 {
	position: relative;
	padding-bottom: 50px;
}

main .top_title h3::before {
	position: absolute;
	bottom: 0;
	width: 57px;
	height: 3px;
	background-color: #1F2A66;
	content: "";
}

main .top_title img {
	width: auto;
}

main .top_title p {
	margin-left: 95px;
	padding: .5em 0;
	letter-spacing: .05em;
	font-size: 95%;
	line-height: 3;
}

.top_text img{
	filter: drop-shadow(0.5px 0.5px 0.5px gray);
}


@media screen and (max-width:768px) {
	main .top_title {
		padding: 3em 0;
	}

	main .top_title>div {
		display: block;
		max-width: none;
	}

	main .top_title>div>div {
		display: block;
	}

	main .top_title h3 {
		margin-bottom: 1.5em;
		padding-bottom: 1.5em;
	}

	main .top_title h3::before {
		left: calc(50% - 1.5em);
		width: 3em;
		height: 2px;
	}

	main .top_title img {
		display: block;
		margin: 0 auto;
		width: 80%;
	}

	main .top_title p {
		margin-left: 0;
		padding: .25em 0;
		letter-spacing: .0;
		font-size: 100%;
		line-height: 2.4;
	}
	
	.top_text img{
		filter: drop-shadow(1px 1px 1px #000);
	}
}

/*===============*/
/*! sect */
/*===============*/
main .sect {
	position: relative;
	padding: 100px 0;
}

main .sect>div {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main .sect.bg_pattern_bl {
	background-color: #EFEFEF;
}

main .sect h1,
main .news h1,
main .work h1 {
	padding-left: .05em;
	color: #0e283a;
	text-align: center;
	letter-spacing: .05em;
	font-weight: 900;
	font-size: 300%;
	font-family: urw-din, sans-serif;
	line-height: 1.2;
}

main .news h1 {
	padding-left: 0;
	color: #FFF;
	text-align: left;
	font-size: 280%;
}

main .sect h1::first-letter,
main .news h1::first-letter,
main .work h1::first-letter {
	color: #B62B00;
}

main .sect h1+p,
main .news h1+p,
main .work h1+p {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}

main .news h1+p {
	margin-bottom: 0;
	text-align: left;
}

main .sect h1+p small,
main .news h1+p small,
main .work h1+p small {
	display: block;
	color: #808080;
	font-size: 90%;
}

main .news h1+p small {
	color: #FFF;
}

@media screen and (max-width:768px) {
	main .sect {
		padding: 3em 0;
	}

	main .sect>div {
		max-width: none;
	}

	main .sect h1,
	main .news h1,
	main .work h1 {
		font-size: 240%;
	}

	main .news h1 {
		text-align: center;
		font-size: 240%;
	}

	main .sect h1+p,
	main .news h1+p,
	main .work h1+p {
		margin-bottom: 2em;
	}

	main .news h1+p {
		margin-bottom: 2em;
		text-align: center;
	}

	main .sect h1+p small,
	main .news h1+p small,
	main .work h1+p small {
		font-size: 80%;
	}
}

/*===============*/
/*! news */
/*===============*/
main .news {
	position: relative;
	padding: 50px 0;
	background-color: #0e283a;
}

main .news>div {
	display: table;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main .news>div>div {
	display: table-cell;
	vertical-align: middle;
}

main .news>div>div:first-child {
	width: 160px;
}

main .news ul {
	display: block;
	overflow-y: scroll;
	padding: 1px;
	height: calc(20em + 2px);
	/*width: 500px;*/
}

main .news ul li {
	display: table;
	min-height: 4em;
	width: 98%;
	border-bottom: 1px dotted #FFF;
}

main .news ul li:first-child {
	border-top: 1px dotted #FFF;
}

main .news ul li>* {
	display: table-cell;
	height: calc(4em - 1px);
	color: #FFF;
	vertical-align: middle;
	text-align: left;
}

main .news ul li time {
	width: 6em;
	font-size: 90%;
}

main .news ul li h2 {
	width: 6em;
	text-align: center;
	font-size: 90%;
}

main .news ul li h2 a,
main .news ul li h2 span {
	display: inline-block;
	padding: 0 .5em;
	background-color: #999;
	color: #1F2A66;
	font-weight: 700;
	font-size: 85%;
	line-height: 2.4em;
}

main .news ul li h2.info a,
main .news ul li h2.info span {
	background-color: #A2CDEE;
}

main .news ul li h2.jinji a,
main .news ul li h2.jinji span {
	background-color: #fccf01;
}

main .news ul li p {
	position: relative;
	overflow: hidden;
	padding-left: 1em;
	height: 1.6em;
	line-height: 1.6;
}

main .news ul li p::before {
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	z-index: 10;
	width: 4em;
	background: linear-gradient(90deg, rgba(14, 40, 58, 0), rgba(14, 40, 58, 1));
	content: "";
}

main .news ul li p a,
main .news ul li p span {
	position: absolute;
	color: #FFF;
	white-space: nowrap;
	font-size: 90%;
}

@media screen and (max-width:768px) {
	main .news {
		padding: 3em 0;
	}

	main .news>div {
		display: block;
		max-width: none;
	}

	main .news>div>div {
		display: block;
	}

	main .news>div>div:first-child {
		width: 100%;
	}

	main .news ul {
		overflow-y: auto;
		height: auto;
		width: 100%;
	}

	main .news ul li {
		display: block;
		padding: 1em .25em 1.25em;
		min-height: 0;
		width: 100%;
	}

	main .news ul li:nth-child(n+6) {
		display: none;
	}

	main .news ul li>* {
		display: inline-block;
		height: auto;
		vertical-align: middle;
	}

	main .news ul li time {
		width: auto;
	}

	main .news ul li h2 {
		margin-left: .5em;
		width: auto;
	}

	main .news ul li h2 a,
	main .news ul li h2 span {
		line-height: 1.6;
	}

	main .news ul li div {
		display: block;
		margin-top: .25em;
	}

	main .news ul li p {
		overflow: visible;
		padding-left: 0;
		height: auto;
		line-height: 1.4;
	}

	main .news ul li p::before {
		display: none;
	}

	main .news ul li p a,
	main .news ul li p span {
		position: static;
		white-space: normal;
	}
	main .news>div>div.twitter {
		display: none;
	}
}

/*===============*/
/*! company */
/*===============*/
main .company ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

/* 5つ↓ *
main .company ul:after {
	display: block;
	clear: both;
	content: "";
}

main .company ul li {
	float: left;
	margin-left: 24px;
	width: calc(33.3333% - 16px);
	text-align: center;
}

main .company ul li:first-child {
	margin-left: 0;
}

main .company ul li:nth-last-child(2) {
	margin-left: calc(16.6666%);
}
/* 5つ↑ */


/* 6つ */
main .company ul li {
	width: 24%;
	text-align: center;
	margin-bottom: 48px;
}


main .company ul li.line {
	width: 100%;
	height: 24px;
}

main .company ul li a {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 230px;
}

main .company ul li a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #0e283a;
	border-radius: 50%;
	content: "";
	opacity: 0;
	cursor: pointer;
	transition-delay: .2s;
	transition-timing-function: linear;
	transition-duration: .05s;
	transition-property: top, right, bottom, left, opacity, border;
}

body.dv_pc main .company ul li a:hover::before {
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	opacity: .7;
}

main .company ul li h2 {
	margin-top: 10px;
}

main .company ul li h2 strong {
	display: block;
	padding-left: .05em;
	color: #0e283a;
	letter-spacing: .05em;
	font-weight: 900;
	font-size: 180%;
	font-family: urw-din, sans-serif;
	line-height: 1.1;
	margin-bottom: 5px;
}

main .company ul li h2 small {
	display: block;
	padding-left: .05em;
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 90%;
	line-height: 1.2;
}

main .company .movie_wrap {
	margin-top: 50px;
}
main .company .movie_wrap h2 {
	text-align: center;
	margin-bottom: 30px;
}
main .company .movie_wrap h2 strong {
	display: block;
	padding-left: .05em;
	color: #1F2A66;
	letter-spacing: .05em;
	font-weight: 900;
	font-size: 180%;
	font-family: urw-din, sans-serif;
	line-height: 1.1;
	margin-bottom: 5px;
}
main .company .movie_inner {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
main .company .movie_inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

main .company .campaign_wrap {
	margin-top: 50px;
}
main .company .campaign_wrap h2 {
	text-align: center;
	margin-bottom: 30px;
}
main .company .campaign_wrap h2 strong {
	display: block;
	padding-left: .05em;
	color: #0e283a;
	letter-spacing: .05em;
	font-weight: 900;
	font-size: 180%;
	font-family: urw-din, sans-serif;
	line-height: 1.1;
	margin-bottom: 5px;
}
main .company .campaign_wrap p {
	text-align: center;
}
main .company .campaign_wrap img {
	width: auto;
}

@media screen and (max-width:768px) {
	main .company ul {
		max-width: none;
	}

	/* 5つ↓ *
	main .company ul li {
		margin-bottom: 2.5em;
		margin-left: 0;
		width: calc(50% - .5em);
	}

	main .company ul li:first-child {
		margin-left: 0;
	}

	main .company ul li:nth-child(odd),
	main .company ul li:last-child {
		margin-left: 0;
	}

	main .company ul li:nth-last-child(2) {
		margin-left: 0;
	}

	main .company ul li:last-child {
		margin-bottom: 0;
	}
	/* 5つ↑ */

	/* 6つ↓ */
	main .company ul li {
		margin-bottom: 2.5em;
		width: calc(50% - .5em);
		margin-left: 0;
	}

	main .company ul li:first-child {
		margin-left: 0;
	}

	main .company ul li:nth-child(odd),
	main .company ul li:last-child {
		margin-left: 0;
	}

	main .company ul li:last-child {
		margin-bottom: 0;
	}
	/* 6つ↑ */


	main .company ul li a {
		max-width: none;
	}

	main .company ul li a::before {
		display: none;
	}

	main .company ul li h2 {
		margin: .5em 0 0;
	}

	main .company ul li h2 strong {
		font-size: 160%;
	}

	main .company ul li h2 small {
		padding-left: 0;
		letter-spacing: 0;
		font-size: 85%;
	}

	main .company .movie_wrap {
		margin-top: 1em;
	}
	main .company .movie_wrap h2,
	main .company .campaign_wrap h2 {
		margin-bottom: 1em;
	}
	main .company .movie_wrap h2 strong,
	main .company .campaign_wrap h2 strong {
		font-size: 160%;
	}
	main .company .campaign_wrap {
		margin-top: 3em;
	}
	main .company .campaign_wrap img {
		width: 100%;
	}
}

/*===============*/
/*! business */
/*===============*/
main .business {
	overflow: hidden;
	padding: 100px 0 250px;
}

main .business::before {
	background-position: center;
}

main .business .wrap {
	position: relative;
}

main .business .wrap>div {
	position: relative;
	z-index: 10;
	background-color: #0e283a;
}

main .business .wrap>div>figure {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

main .business .wrap>img,
main .business .wrap>div>figure>img {
	position: absolute;
	width: auto;
}

main .business .wrap img.it {
	top: -150px;
	right: -310px;
}

main .business .wrap img.en {
	top: 480px;
	left: -250px;
}

main .business .wrap img.va {
	bottom: -200px;
	right: -220px;
}

main .business .wrap ul {
	display: block;
	margin-top: 119px;
}

main .business .wrap ul::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background: url(../img/common/pattern_plus_wh.png) center top;*/
	content: "";
	opacity: .2;
}

main .business .wrap ul li {
	position: relative;
	display: block;
	height: 310px;
}

main .business .wrap ul li.it-solution,
main .business .wrap ul li.engineering {
	margin-bottom: 70px;
}

main .business .wrap ul li.engineering {
	height: 380px;
}

main .business .wrap ul li img {
	position: absolute;
	width: auto;
	height: 380px;
}

main .business .wrap ul li.it-solution img {
	bottom: 0;
	left: -100px;
}

main .business .wrap ul li.engineering img {
	top: 0;
	right: -100px;
}

main .business .wrap ul li.validation-service img {
	top: 0;
	left: -100px;
}

main .business .wrap ul li h2 {
	position: absolute;
	z-index: 10;
	color: #FFF;
}

main .business .wrap ul li.it-solution h2 {
	right: 130px;
	top: 140px;
}

main .business .wrap ul li.engineering h2 {
	top: 20px;
	left: 130px;
}

main .business .wrap ul li.validation-service h2 {
	right: 130px;
	top: 0;
}

main .business .wrap ul li h2 a {
	display: block;
	margin: 30px;
	color: #FFF;
	position: relative;
    padding-right: 40px;
	background: url(../img/company/index_arrow.png) 100% center no-repeat;
}

main .business .wrap ul li h2 a::before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #fccf01;
	content: "";
	transition: background-color .2s .2s;
}

main .business .wrap ul li h2 a strong {
	display: block;
	color: #fccf01;
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 260%;
	font-family: urw-din, sans-serif;
	line-height: 1;
	margin-bottom: 5px;
}

main .business .wrap ul li h2 small {
	display: block;
	letter-spacing: .05em;
	font-size: 110%;
	padding-bottom: 15px;
}

body.dv_pc main .business .wrap ul li h2 a strong {
	transition: color .2s .2s;
}

body.dv_pc main .business .wrap ul li h2 a:hover strong {
	color: #B62B00;
}

body.dv_pc main .business .wrap ul li h2 a strong::before {
	transition: background-color .2s .2s;
}

body.dv_pc main .business .wrap ul li h2 a:hover strong::before {
	background-color: #B62B00;
}

main .business .wrap ul li h2 a:hover::before {
	background-color: #B62B00;
}

@media screen and (max-width:768px) {
	main .business {
		padding: 3em 0 4em;
	}

	main .business .wrap>img,
	main .business .wrap>div>figure>img {
		position: absolute;
		width: auto;
	}

	main .business .wrap img.it {
		top: -2em;
		right: -8em;
		width: 19em;
	}

	main .business .wrap img.en {
		top: 24em;
		left: -3em;
		width: 18.5em;
	}

	main .business .wrap img.va {
		bottom: -3.5em;
		right: -3.25em;
		width: 16em;
	}

	main .business .wrap ul {
		margin-top: 0;
		padding: 2em 0;
	}

	main .business .wrap ul::before {
		opacity: .15;
	}

	main .business .wrap ul li {
		height: 15em;
	}

	main .business .wrap ul li.it-solution,
	main .business .wrap ul li.engineering {
		margin-bottom: 2em;
	}

	main .business .wrap ul li.engineering {
		height: 15em;
	}

	main .business .wrap ul li img {
		height: 15em;
	}

	main .business .wrap ul li.it-solution img {
		left: auto;
		right: 8em;
	}

	main .business .wrap ul li.engineering img {
		left: 8em;
		right: auto;
	}

	main .business .wrap ul li.validation-service img {
		right: 8em;
		left: auto;
	}

	main .business .wrap ul li.it-solution h2 {
		right: 1em;
		top: 8em;
	}

	main .business .wrap ul li.engineering h2 {
		top: .5em;
		left: 1em;
	}

	main .business .wrap ul li.validation-service h2 {
		right: 1em;
		top: 1.5em;
	}

	main .business .wrap ul li h2 a {
		margin: .5em;
		padding-right: 20px;
	}

	main .business .wrap ul li h2 a strong {
		font-size: 185%;
		margin-bottom:0;
	}

	main .business .wrap ul li h2 small {
		font-size: 85%;
		padding-bottom: .5em;
	}
}

/*===============*/
/*! work */
/*===============*/
main .work {
	position: relative;
	padding: 100px 0;
}

main .work>div {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 1360px;
}

main .work h2 {
	text-align: center;
	margin-bottom: 30px;
}

main .work h2 strong {
	display: block;
	padding-left: .05em;
	color: #0e283a;
	letter-spacing: .05em;
	font-weight: 900;
	font-size: 180%;
	font-family: urw-din, sans-serif;
	line-height: 1.1;
	margin-bottom: 5px;
}

main .work .more {
	margin: 0 auto 80px;
}

main .work .interview {
	margin-bottom: 50px;
	display: flex;
    flex-wrap: wrap;
}

main .work .interview::after {
	display: block;
	clear: both;
	content: "";
}

main .work .interview .interview-item {
	position: relative;
	display: block;
	overflow: hidden;
	width: calc((100% - 60px) / 3);
	padding: 10px;

}

body main .work .interview .interview-item a {
    margin: 0;
	display: block;
	position: relative;
	background: #efefef;
}

body.dv_pc main .work .interview .interview-item a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	transition: background-color .2s, border .2s, opacity .2s;
	width: 100%;
	height: 100%;
}
body.dv_pc main .work .interview .interview-item a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	transition: background-color .2s, border .2s, opacity .2s;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 2px #0e283a solid;
}

body.dv_pc main .work .interview .interview-item a:hover::before {
	opacity: 1;
	background-color: transparent;
}
body.dv_pc main .work .interview .interview-item a:hover::after {
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border: 2px #0e283a solid;
}

main .work .interview .interview-item img {
	position: relative;
	transition: transform .2s;
}

main .work .interview .interview-item a:hover img {
	transform: scale(1.2, 1.2);
}

main .work .interview .interview-item:first-child img {
	z-index: 0;
}

main .work .interview .interview-item:first-child h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	z-index: 15;
	padding-left: .1em;
	color: #fccf01;
	white-space: nowrap;
	letter-spacing: .1em;
	font-weight: 900;
	font-size: 200%;
	font-family: urw-din, sans-serif;
	transform: translate(-50%, -50%);
}

main .work .interview .interview-item .interview-wrap {
	position: absolute;
	bottom: 8%;
	left: 6%;
	z-index: 4;
	white-space: nowrap;
	display: block;
}

main .work .interview div .occupation {
	padding: 0 1.5em 0 1.55em;
	background-color: #FFF;
	color: #0e283a;
	text-align: left;
	letter-spacing: .05em;
	font-weight: 700;
	line-height: 2.4;
}

main .work .interview div .occupation::first-letter {
	color: #b62b00;
}

main .work .interview div .name {
	color: #FFF;
	white-space: nowrap;
	background: #0e283a;
    padding: 0em 1.5em;
    display: flex;
    align-items: center;
    width: auto;
}

main .work .interview div .name * {
	display: inline-block;
	letter-spacing: .1em;
}

main .work .interview div .name small {
	margin-right: .5em;
	font-size: 75%;
}

main .work .interview div .name strong {
	font-weight: 700;
	font-size: 140%;
}

main .work .interview .interview-item .number {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	letter-spacing: .05em;
    font-weight: 900;
    font-size: 250%;
	font-family: urw-din, sans-serif;
	line-height: 1;
	background: #fff;
	padding: .5rem 1rem;
	min-width: 2em;
    min-height: 1.5em;
	z-index: 6;
}

main .work .interview .interview-item .number.new {
	min-width: 3em;
	letter-spacing: .01em;
	background: #fccf01;
}

main .work .interview .interview-item .number.new {
	text-transform: uppercase;
}

.slick-prev,
.slick-next {
	color: inherit;
	height: 40px;
    width: 40px;
	z-index: 10;
}
.slick-prev:before,
.slick-prev:after,
.slick-next:before,
.slick-next:after {
	content: '';
	opacity: 1;
	height: 40px;
    width: 40px;
	position: absolute;
    top: 0;
    left: 0;
}
.slick-next:before,
.slick-prev:before {
	background: url(../img/common/icon_pagetop.png) no-repeat center center;
	background-color: #0e283a;
}
.slick-next:hover:after,
.slick-prev:hover:after {
	background: url(../img/common/icon_pagetop_hover.png) no-repeat center center;
}
.slick-prev:after,
.slick-prev:before {
    transform: rotate(-90deg);
}
.slick-next:after,
.slick-next:before {
    transform: rotate(90deg);
}

.slick-dots li button:before {
    color: #0e283a;
	font-size: .8rem;
}


main .work .technology {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main .work .technology a h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	padding-left: .1em;
	color: #FFF;
	white-space: nowrap;
	letter-spacing: .1em;
	font-size: 160%;
	line-height: 1.2;
	transform: translate(-50%, -50%);
}

main .work .technology a h2 i {
	display: inline-block;
	vertical-align: middle;
}

main .work .technology a h2 em {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 140%;
}

body.dv_pc main .work .technology a h2::before {
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 0;
	height: 1px;
	background-color: #FFF;
	content: "";
	transition: width .1s 0s ease-in;
	transform: translateX(-50%);
}

body.dv_pc main .work .technology a:hover h2::before {
	width: 100%;
	transition: width .5s .2s ease-in;
}

body.dv_pc main .work .technology a h2 em {
	transition: color .1s 0s ease-in;
}

body.dv_pc main .work .technology a:hover h2 em {
	color: #fccf01;
	transition: color .5s .2s ease-in;
}

@media screen and (max-width:768px) {
	main .work {
		padding: 3em 0;
	}

	main .work>div {
		max-width: none;
	}

	main .work .interview {
		margin-bottom: 5em;
	}

	main .work h2 {
		margin-bottom: 1em;
	}

	main .work .interview .interview-item .interview-wrap {
		bottom: 30%;
	}

	main .work .interview div .occupation {
		position: absolute;
		padding: 0 .75em;
		letter-spacing: 0;
		font-size: inherit;
		line-height: 2;
	}

	main .work .interview div .name {
		position: absolute;
		top: 2em;
		padding: 0 .75em;
	}

	main .work .interview div .name small {
		display: block;
		font-size: 70%;
		line-height: 1.4;
	}

	main .work .interview div .name strong {
		display: block;
		font-size: 120%;
		line-height: 1.4;
	}

	main .work .interview .interview-item .number {
		font-size: 200%;
	}

	.slick-prev {
		left: 10px;
	}
	.slick-next {
		right: 10px;
	}

	main .work .technology {
		max-width: none;
	}

	main .work .technology a h2 {
		font-size: 120%;
	}
}

/*===============*/
/*! recruit */
/*===============*/
main .recruit ul::after {
	display: block;
	clear: both;
	content: "";
}

main .recruit ul li {
	float: left;
	margin: 0 0 24px 24px;
	width: calc(33.3333% - 16px);
}

main .recruit ul li:nth-child(3n+1) {
	margin-left: 0;
}

main .recruit ul li a {
	position: relative;
	display: block;
	height: 7em;
	background-color: #0e283a;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	line-height: 1.6;
}

main .recruit ul li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

main .recruit>div>div a {
	position: relative;
	display: block;
	background-color: #004985;
	color: #FFF;
}

main .recruit>div>div a span {
	display: block;
	padding-left: .25em;
	text-align: center;
	letter-spacing: .25em;
	font-size: 120%;
	line-height: 110px;
}

body.dv_pc main .recruit ul li a::before,
body.dv_pc main .recruit>div>div a::before {
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 2px solid #FFF;
	content: "";
	transition-delay: .2s;
	transition-timing-function: linear;
	transition-duration: .05s;
	transition-property: top, right, bottom, left, opacity, border;
}

body.dv_pc main .recruit ul li a:hover::before,
body.dv_pc main .recruit>div>div a:hover::before {
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	border-width: 3px;
	border-color: #0e283a;
	opacity: 1;
}
body.dv_pc main .recruit>div>div a:hover::before {
	border-color: #004985;
}


@media screen and (max-width:768px) {
	main .recruit ul li {
		float: left;
		margin: 0 0 1em 1em;
		width: calc(50% - .5em);
	}

	main .recruit ul li:nth-child(3n+1) {
		margin-left: 1em;
	}

	main .recruit ul li:nth-child(2n+1) {
		margin-left: 0;
	}

	main .recruit ul li:nth-child(n+5) {
		margin-bottom: 2em;
	}

	main .recruit ul li a {
		height: 5em;
	}

	main .recruit>div>div a span {
		line-height: 4.5em;
	}

	body.dv_pc main .recruit ul li a::before,
	body.dv_pc main .recruit>div>div a::before {
		display: none;
	}
}