@charset "utf-8";
/* Theme Name: CorporateDesing
Theme URI: https://corporate.coder-web.com/
Description: WordPressオリジナルテーマ / コーポレートサイト
Author: Hatomugi
Version: 1.2.1 2021/03/18 */

/* -----------------------共通(common)----------------------- */
#ascrail2000-hr {
	display: none;
}
body {
	font-family: 'Karla', sans-serif;
	font-size: 18px;
  	background: #eee;
	/* overflow-x: hidden; */
	-webkit-overflow-scrolling: touch;
}
a {
	text-decoration: none;
	color: #fff;
}
:focus {
    outline: none;
}

@keyframes bg-shadow {
	0% { text-shadow: 4px 4px 0px rgba(40, 166, 177, 0.5);}
	10% { text-shadow: 4px 4px 0px rgba(35, 158, 133, 0.5);}
	20% { text-shadow: 4px 4px 0px rgba(17, 132, 111, 0.5);}
  30% { text-shadow: 4px 4px 0px rgba(2, 113, 76, 0.5);}
  40% { text-shadow: 4px 4px 0px rgba(0, 113, 65, 0.5);}
  50% { text-shadow: 4px 4px 0px rgba(40, 140, 136, 0.5);}
	60% { text-shadow: 4px 4px 0px rgba(50, 174, 174, 0.5);}
  70% { text-shadow: 4px 4px 0px rgba(35, 152, 158, 0.5);}
  80% { text-shadow: 4px 4px 0px rgba(22, 113, 157, 0.5);}
  90% { text-shadow: 4px 4px 0px rgba(27, 129, 179, 0.5);}
  100% { text-shadow: 4px 4px 0px rgba(9, 140, 255, 0.5);}
}
@keyframes bg-color {
	0% { color: rgba(40, 166, 177);}
	10% { color: rgba(35, 158, 133);}
	20% { color: rgba(17, 132, 111);}
  30% { color: rgba(2, 113, 76);}
  40% { color: rgba(0, 113, 65);}
  50% { color: rgba(40, 140, 136);}
	60% { color: rgba(50, 174, 174);}
  70% { color: rgba(35, 152, 158);}
  80% { color: rgba(22, 113, 157);}
  90% { color: rgba(27, 129, 179);}
  100% { color: rgba(9, 140, 255);}
}

@keyframes bg-border {
	0% { border: 2px solid rgba(40, 166, 177);
		color: rgba(40, 166, 177);}
	10% { border: 2px solid rgba(35, 158, 133);
		color: rgba(35, 158, 133);}
	20% { border: 2px solid rgba(17, 132, 111);
		color: rgba(17, 132, 111);}
  30% { border: 2px solid rgba(2, 113, 76);
		color: rgba(2, 113, 76);}
  40% { border: 2px solid rgba(0, 113, 65);
		color: rgba(0, 113, 65);}
  50% { border: 2px solid rgba(40, 140, 136);
		color: rgba(40, 140, 136);}
	60% { border: 2px solid rgba(50, 174, 174);
		color: rgba(50, 174, 174);}
  70% { border: 2px solid rgba(35, 152, 158);
		color: rgba(35, 152, 158);}
  80% { border: 2px solid rgba(22, 113, 157);
		color: rgba(22, 113, 157);}
  90% { border: 2px solid rgba(27, 129, 179);
		color: rgba(27, 129, 179);}
  100% { border: 2px solid rgba(9, 140, 255);
		color: rgba(9, 140, 255);}
}
 /* -----------------------動画(main)----------------------- */
.video-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mask {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background: url(img/bg_line.png) repeat;
	z-index: 10000;
}
@media all and (-ms-high-contrast:none){
  .mask {
		display: none;
	}
}
video {
	top: 0;
  position: absolute;
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-aspect-ratio: 16/9) {
  video {
		width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* -----------------------ヘッダー(header)----------------------- */
.wrap {
	width: 100%;
	overflow-x: hidden;
}
header {
	width: 100%;
	max-width: 100%;
	height: 750px;
	margin: 0 auto;
	overflow: hidden;
}
/* -----------------------ナビゲーション(nav)----------------------- */
.nav_pcver nav ul {
	display: block;
}
.nav_pcver {
	margin: 0px auto 0;
	letter-spacing: 0.15em;
}
.nav_pcver nav li a::before {
	content: '';
	width: 0;
	left: 0;
	bottom: 0px;
	transition: all 0.3s ease;
	border-bottom: 2px solid #fff;
	position: absolute;
	display: block;
}
.nav_pcver nav li a:hover::before {
	width: 98%;
	border-bottom: 2px solid #fff;
}
@media (min-width: 701px) {
						.nav_pcver {
							width: 100%;
							max-width: 700px;
							margin: 30px auto 0;
							position: fixed;
							left: 0;
							right: 0;
							z-index: 10;

						}
						.nav_pcver nav ul {
							display: flex;
							justify-content: space-between;
						}
						.nav_pcver nav li a {
							color: #fff;
							font-weight: bold;
							display: block;
							position: relative;
						}
						.nav_pcver nav li a:hover {
							filter: drop-shadow(0px 0px 5px rgba(255,255,255,.5));
						}
						.nav_pcver nav li a::before {
							bottom: -10px;
						}
						.nav_pcver nav .color_01 a::before {border-bottom: 2px solid #28a7b2;}
						.nav_pcver nav .color_01 a:hover::before {border-bottom: 2px solid #28a7b2;}
						.nav_pcver nav .color_02 a::before {border-bottom: 2px solid #20947a;}
						.nav_pcver nav .color_02 a:hover::before {border-bottom: 2px solid #20947a;}
						.nav_pcver nav .color_03 a::before {border-bottom: 2px solid #165358;}
						.nav_pcver nav .color_03 a:hover::before {border-bottom: 2px solid #165358;}
						.nav_pcver nav .color_04 a::before {border-bottom: 2px solid #067acb;}
						.nav_pcver nav .color_04 a:hover::before {border-bottom: 2px solid #067acb;}
						.nav_pcver nav .color_05 a::before {border-bottom: 2px solid #0e2c52;}
						.nav_pcver nav .color_05 a:hover::before {border-bottom: 2px solid #0e2c52;}
}
/* -----------------------ロゴ(logo)----------------------- */
#logo {
	background: url(img/logo.png) no-repeat;
	width: 393px;
	height: 189px;
	position: absolute;
	top: 360px;
	left: 50%;
	z-index: 10;
	margin: 0 auto;
	transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#logo:hover {
	filter: drop-shadow(0px 0px 10px rgba(49,255,226,.9));
	opacity: .9;
	transition: .5s;
}
/* -----------------------コンテンツ(contents)h2共通----------------------- */
#contents {
	padding: 0px 0;
	background: linear-gradient(to right, #0e2c52, #067acb);
	position: relative;
}
#contents_topic, #news_topic ,#work_topic {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 250px;
	background: url('img/bg_visual_01.jpg') repeat-y;
	background-position: center bottom;
	background-size: 120% 120%;
	background-attachment: fixed;
}
#news_topic {
	background: url('img/bg_visual_02.jpg') repeat-y;
	background-position: center bottom;
	background-size: 120% 120%;
	background-attachment: fixed;
}
#work_topic {
	background: url('img/bg_visual_03.jpg') repeat-y;
	background-position: center bottom;
	background-size: 120% 120%;
	background-attachment: fixed;
	top: -190px;
}
#contents_topic h2, #news_topic h2 ,#work_topic h2 {
	background: url('img/logo_ico.png') no-repeat;
	background-position: center 46px;
	background-size: 80px 60px;
	padding: 50px 0px;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	color: rgba(255,255,255,0.9);
	letter-spacing: 17px;
	transition: .5s;
	animation: bg-shadow 10s infinite;
}
#news_topic h2 {
	top: 70px;
}
.pagination {
	font-size: 20px;
	text-align: center;
	padding: 60px 0 250px 0px;
}
.pagination.news_page {
	padding: 0px 0 0 0;
}
.page-numbers {
	color: #fff;
	text-decoration: none;
}
.current {
	color: #0c113a;
	font-weight: bold;
}
.pagination a {
	color: #0b1a31;
}
.pagination a:hover {
	color: #48cc90;
}
.pagination .next.page-numbers,
.pagination .prev.page-numbers {
	color: #081a33;
	font-size: 15px;
}
.pagination .next.page-numbers:hover,
.pagination .prev.page-numbers:hover {
	color: #48cc90;
}
/* Firefox */
/* @-moz-document url-prefix() {
    #contents_topic, #news_topic ,#work_topic {
      transform: none;
			height: 400px;
    }
		#contents_topic h2, #news_topic h2, #work_topic h2 {
		  transform: none;
			top: 125px;
		}
}
@supports (-ms-ime-align: auto) {
	#contents_topic, #news_topic ,#work_topic {
		transform: none;
		height: 400px;
	}
	#contents_topic h2, #news_topic h2, #work_topic h2 {
		transform: none;
		top: 125px;
	}
} */
/* -----------------------サムネイル(thumbnail)----------------------- */
#contents .outer {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 130px 0 50px 0;
}
#contents .outer .thumbnail {
	width: 300px;
	height: 220px;
	margin: 50px 10px 0 10px;
}
/* -----------------------ニュース(news)----------------------- */
#news {
	background:linear-gradient(to right ,#20947a, #28a7b2);
	position: relative;
}
.padding_top {
	padding: 200px 0 0 0;
}
.padding_bottom {
	padding: 0px 0 60px 0;
}
#news .outer {
	max-width: 950px;
	margin: 0 auto;
}
#news .outer .caption .time {
	color: #dbdbdb;
}
#news .outer .caption p a{
	color: rgba(255,255,255,0.5);
	text-align: center;
}
#news .outer .caption p {
	margin: 0 auto;
}
#news .outer .caption {
	display: flex;
	margin: 22px 30px 22px 30px;
	padding: 0 0 23px 0;
	text-align: center;
	border-bottom: 1px solid #959595;
	font-size: 1.0em;
	line-height: 30px;
	position: relative;
}
#news .outer .caption::after {
	content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  display: inline-block;
  width: 100%;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #737373;
}
#news .outer .caption a:hover {
	opacity: 0.5;
}
#news .outer .caption:first-child {
	margin: 0 30px 30px 30px;
}
#news .outer .caption .time {
	width: 13%;
	padding: 0 20px 0 0;
}
#news .outer .caption h4 {
	width: 87%;
	padding: 0 0 0 50px;
}
#news .news_text {
	margin: 80px auto 0;
	color: rgba(0,0,0,0.9);
}
#news .news_text .caption h4 {
	color: rgba(62,62,62,0.8);
}
/* ------------------ポートフォリオ&ワーク(portfoloo$work)------------------- */
#work {
	width: 100%;
	background: #d7e9e9;
	position: relative;
	padding: 0 0 150px 0;
}
#work h3{
	font-size: 20px;
	margin: 80px auto 15px;
	border: 2px solid #fff;
	text-align: center;
	padding: 15px;
	width: 300px;
	transition: .5s;
	animation: bg-color 10s infinite;
	animation: bg-border 10s infinite;
}
#work h3:hover {
	color: #82d7ff;
	border: 2px solid #82d7ff;
}
#work .time {
	font-size: 13px;
	color: rgba(1,1,1,0.5);
	text-align: center;
	margin: 10px 0 0 0;
}

.slider {
	position: relative;
		margin: 0px auto;
}
.slick-slide {
	margin: 0px;
}
.slick-slide img {
	width: 100%;
	height: 40%;
	border: 3px solid #fff;
	transform: rotate(3deg);
	transition: transform 0.3s linear;
}
.slick-slide img:hover {
	height: 40%;
	border: 3px solid #82d7ff;
	transform: scale(1.1);
	transition: transform 0.3s linear;
	transform: rotate(-3deg);
}
.slick-slide div {
	padding: 20px 0 0 0;
}
.slick-prev:before,
.slick-next:before {
	color: black;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: 1.0;
}
.slick-active {
	opacity: 1.0;
}
.slick-current {
	opacity: 1;
}
.slick-prev,.slick-prev:hover,.slick-prev:focus {
	background: url('img/arrow_prev.png') no-repeat;
	background-size: contain;
}
.slick-next,.slick-next:hover,.slick-next:focus {
	background: url('img/arrow_next.png') no-repeat;
	background-size: contain;
}
#work h4 {
	width: 320px;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.12em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 50px 0 0 0;
	margin: 0 auto;
	color: #20947a;
  background: -webkit-linear-gradient( #20947a,#28a7b2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#work h4:hover {
	color: #20947a;
  background: -webkit-linear-gradient( #0e2c52,#067acb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#work .text {
	width: 330px;
	text-align: center;
	font-size: 12px;
	color:rgba(0,0,0,.5);
	line-height: 1.5em;
	margin: 10px auto;
}
/* -----------------------フッター(footer)----------------------- */
footer {
	width: 100%;
	position: relative;
	text-align: center;
	background: #0c0e12;
	padding: 30px 0 30px 0;
	color: #2c2c2c;
}

#back-to-top {
	width: 70px;
	height: 70px;
	position: fixed;
	right: 25px;
	bottom: 25px;
	background: url('img/totop.png') no-repeat;
	background-size: contain;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition:0.3s linear;
	filter: drop-shadow(2px 2px 0px rgba(11,44,79,.8));
}
#back-to-top:hover {
	background: url('img/totop_hover.png') no-repeat;
	background-size: contain;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition:0.3s linear;
	filter: drop-shadow(2px 2px 0px rgba(32,150,129,.8));
}
