@charset "UTF-8";
html, body {
	overflow-x: hidden;
}


/*------------------------------------
オープニング
------------------------------------*/
#loading {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #dde5e8;
	animation: fadeOut 2s ease 3s forwards;
	z-index: 9999;
}
#loading .logo {
	opacity: 0;
	animation: fadeInLogo 2s ease 0s forwards, fadeOut 2s ease 3s forwards;
}
@keyframes fadeOut {
	to {
		opacity: 0;
		visibility: hidden;
	}
}
@keyframes fadeInLogo {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media screen and (max-width: 768px) {}


/*------------------------------------
.mv
------------------------------------*/
.mv {
	position: relative;
	width: 100vw;
	height: 100vh;
	z-index: 0;
}
.mv-slider,
.mv-slider .slick-slide {
  width: 100vw;
  height: 100vh;
}

.mv-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(214deg, rgba(6, 57, 96, 0) 19.97%, rgba(3, 37, 63, 0.8) 81.36%);
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
@media screen and (max-width: 768px) {}

/*.lead*/
.mv .lead {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 40px;
	position: absolute;
	left: 60px;
	bottom: 120px;
	height: 100vh;
	color: #fff;
	z-index: 11;
}
.mv .lead p {
	color: #fff;
}
.mv .lead p.catch {
	font-size: 80px;
	line-height: 1.25;
}
.mv .lead p.desc {
	font-size: 28px;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.mv .lead {
		gap: 20px;
		left: 5vw;
		bottom: 160px;
		height: auto;
	}
	.mv .lead p.catch {
		font-size: 50px;
	}
	.mv .lead p.desc {
		font-size: 20px;
		line-height: 1.5;
	}
}

/*.news*/
.mv .news {
	position: absolute;
	right: 70px;
	bottom: 64px;
	z-index: 11;
}
.mv .news a {
	display: flex;
	align-items: center;
	background-color: rgba(53, 81, 101, 0.8);
	border-radius: 60px;
	width: 420px;
	height: 120px;
	padding: 0 6.4rem 0 3.2rem;
}
.mv .news a:after {
	content: "";
	display: block;
	position: absolute;
	right: 32px;
	background-image: url("../images/arrow_wh.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px 8px;
	border: 1px solid #fff;
	border-radius: 20px;
	width: 60px;
	height: 40px;
}
.mv .news a dl {
	display: flex;
	flex-direction: column;
	gap: 8px;
	color: #fff;
}
.mv .news a dl dt {
	letter-spacing: .08em;
	line-height: 1;
}
.mv .news a dl dd {
	line-height: 1.25;
	padding: 0;
}
@media screen and (max-width: 768px) {
	.mv .news {
		right: 5vw;
		bottom: 32px;
		left: 5vw;
	}
	.mv .news a {
		width: 100%;
		height: 80px;
	}
	.mv .news a:after {
		width: 54px;
		height: 36px;
	}
	.mv .news a dl dd {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 200px; /* 幅を調整して表示文字数をコントロール */
	}
}


/*------------------------------------
#concept
------------------------------------*/
#concept {
	padding: 100px 0;
}
#concept .container {
	max-width: 1400px;
	width: calc(100% - 10vw);
	text-align: center;
	margin: 0 auto;
}
#concept h1 {
	font-size: 40px;
	margin-bottom: 40px;
}
#concept .link {
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	#concept {
		padding: 50px 0;
	}
	#concept .container {
		text-align: left;
	}
	#concept h1 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	#concept .link {
		margin-top: 20px;
	}
}


/*------------------------------------
h2.ttl
------------------------------------*/
h2.ttl {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	font-size: 56px;
	line-height: 1;
	margin-bottom: 16px;
}
h2.ttl:after {
	content: "";
	background-color: #333;
	width: 1px;
	height: 30px;
	transform: rotate(45deg);
}
h2.ttl span.en {
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	h2.ttl {
		gap: 8px;
		font-size: 32px;
		margin-bottom: 8px;
	}
	h2.ttl:after {
		height: 20px;
	}
	h2.ttl span.en {
		font-size: 14px;
	}
}


/*------------------------------------
#services
------------------------------------*/
#services {
	background-color: #fff;
	padding: 120px 0;
}
#services .container {
	max-width: 1400px;
	width: calc(100% - 10vw);
	margin: 0 auto;
}
#services p {
	text-align: center;
	margin-bottom: 50px;
}
#services .flex {
	display: flex;
	flex-wrap: wrap;
}
#services .flex li {
	width: calc(100% / 3);
}
#services .flex li a {
	position: relative;
}
#services .flex li .img {
	position: relative;
}
#services .flex li .img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(51, 51, 51, 0.5);
	width: 100%;
	height: 100%;
}
#services .flex li .img img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}
#services .flex li .txt {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 0 50px 50px;
	z-index: 1;
}
#services .flex li .txt .arrow {
	background-image: url("../images/arrow_wh.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px 8px;
	border: 1px solid #fff;
	border-radius: 20px;
	width: 60px;
	height: 40px;
}
#services .flex li .txt h3 {
	font-size: 32px;
}
#services .link {
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
	#services {
		padding: 64px 0;
	}
	#services p {
		text-align: left;
		margin-bottom: 25px;
	}
	#services .flex li {
		width: 100%;
	}
	#services .flex li .img img {
		aspect-ratio: 5 / 3;
	}
	#services .flex li .txt {
		padding: 0 24px 32px;
	}
	#services .flex li .txt h3 {
		font-size: 24px;
	}
	#services .flex li .txt .arrow {
		width: 56px;
		height: 36px;
	}
}


/*------------------------------------
#works
------------------------------------*/
#works {
	padding: 80px 0;
}
#works .container {
	position: relative;
	max-width: 1400px;
	width: calc(100% - 10vw);
	margin: 0 auto;
}
#works .top {
	display: flex;
	justify-content: center;
	position: relative;
}
#works .top .link {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#works .works-list {
	width: calc(100% + (100vw - 100%) / 2);
}
@media screen and (max-width: 768px) {
	#works .top .link .en {
		display: none;
	}
}

/*.works-slider*/
#works .works-slider li {
	width: 435px;
	margin-right: 40px;
}
#works .works-slider li .img {
	width: 100%;
	height: auto;
}
#works .works-slider li .img img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
#works .works-slider li .txt {
	background-color: #fff;
	margin: 0 -16px 0 32px;
	padding: 32px;
	box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.1);
	translate: 0 -16px;
}
#works .works-slider li .txt h3 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 5px;
}
#works .works-slider li .txt .date {
	letter-spacing: .08em;
}
#works .works-slider li .txt .post-tags {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
#works .works-slider li .txt .post-tags li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 1px solid #333;
	border-radius: 16px;
	width: fit-content;
	height: 32px;
	line-height: 1;
	padding: 0 16px;
}
@media screen and (max-width: 768px) {
	#works .works-slider li {
		width: 280px;
	}
	#works .works-slider li .txt {
		margin-left: 12px;
		padding: 24px;
	}
	#works .works-slider li .txt h3 {
		font-size: 18px;
	}
	#works .works-slider li .txt .post-tags {
		margin-top: 10px;
	}
	#works .works-slider li .txt .post-tags li {
		height: 28px;
		font-size: 12px;
		padding: 0 12px;
	}
}

/*.slider-arrows*/
#works .slider-arrows.bottom {
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-top: 40px;
}
#works .slider-arrows .slick__prev,
#works .slider-arrows .slick__next {
	cursor: pointer;
	transition: .5s ease;
}
#works .slider-arrows .slick__prev:hover,
#works .slider-arrows .slick__next:hover {
	opacity: .6;
}
#works .slider-arrows .slick__prev:after,
#works .slider-arrows .slick__next:after {
	content: "";
	display: block;
	background-image: url("../images/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px 8px;
	border: 1px solid #333;
	border-radius: 20px;
	width: 60px;
	height: 40px;
}
#works .slider-arrows .slick__prev:after {
	transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
	#works .slider-arrows.bottom {
		margin-top: 20px;
	}
	#works .slider-arrows .slick__prev:after,
	#works .slider-arrows .slick__next:after {
		width: 56px;
		height: 36px;
	}
}


/*------------------------------------
#recruit
------------------------------------*/
#recruit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	background-image: url("../images/top/recruit-bg_pc.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 560px;
}
#recruit:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(51, 51, 51, 0.5);
	width: 100%;
	height: 100%;
	z-index: 0;
}
#recruit .container {
	position: relative;
	z-index: 1;
}
#recruit h2.ttl {
	color: #fff;
}
#recruit h2.ttl:after {
	background-color: #fff;
}
#recruit p {
	font-size: 40px;
	line-height: 1.375;
	text-align: center;
	color: #fff;
}
#recruit .link {
	margin-top: 50px;
}
#recruit .link a {
	color: #fff;
}
#recruit .link a:after {
	background-image: url("../images/arrow_wh.svg");
	border-color: #fff;
}
@media screen and (max-width: 768px) {
	#recruit {
		background-image: url("../images/top/recruit-bg_sp.jpg");
		height: auto;
		padding: 80px 0;
	}
	#recruit p {
		font-size: 24px;
	}
	#recruit .link {
		margin-top: 25px;
	}
}


/*------------------------------------
#company
------------------------------------*/
#company {
	padding: 160px 0;
}
#company .container {
	max-width: 1260px;
	width: calc(100% - 10vw);
	margin: 0 auto;
}
#company .img img {
	width: 100%;
}
#company .inner {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 80px;
}
@media screen and (max-width: 768px) {
	#company {
		padding: 80px 0;
	}
	#company .inner {
		padding-top: 40px;
	}
}

/*table*/
#company table {
	border-bottom: 1px solid #333;
	width: 100%;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
}
#company table th,
#company table td {
	border: none;
	border-top: 1px solid #333;
	min-height: 76px;
	line-height: 2.5;
	padding: 12px 10px 12px 30px;
}
#company table th {
	width: 164px;
	font-weight: 400;
}
#company table td {
	width:calc(100% - 164px);
}
@media screen and (max-width: 768px) {
	#company table th,
	#company table td {
		display: block;
		width: 100%;
		min-height: auto;
		line-height: 1.5;
		padding: 12px 0;
	}
	#company table td {
		border-top: none;
		padding-top: 0;
	}
}

/*.movie*/
#company .movie {
	position: relative;
	margin-top: 80px;
}
#company .movie video {
	width: 100%;
}
#company .movie .play-btn{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100px;
	cursor: pointer;
}
#company .movie .play-btn.playActive {
	display: none;
}
@media screen and (max-width: 768px) {
	#company .movie {
		margin-top: 40px;
	}
	#company .movie .play-btn{
		width: 56px;
	}
}
