/*=============================
メインビジュアル
=============================*/
#mv {
	width: calc(100% - 0.40rem);
	position: relative;
	left: 0.20rem;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#mv {
		width: 100%;
		left: 0;
	}
}

#mv .mov_wrap {
	position: relative;
	z-index: 0;
	height: 46vw;
	min-height: 5.70rem;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	#mv .mov_wrap {
		height: 40vh;
		min-height: 3.50rem;
	}
}

#mv .mov_wrap video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

@media screen and (max-width: 599px) {
	#mv .mov_wrap video {
		width: auto;
		height: 115vw;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}


/* トピックス */
.topics_wrap {
	position: absolute;
	right: 0.40rem;
	bottom: 0;
	z-index: 1;
	max-width: 5.00rem;
}

@media screen and (max-width: 599px) {
	.topics_wrap {
		right: auto;
		max-width: auto;
		width: calc(100% - 0.20rem);
		left: 0.10rem;
	}
}

.topics_wrap a {
	color: #FFF;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0.25rem 0.70rem 0.25rem 0.20rem;
	position: relative;
	background-color: #163953;
}

@media screen and (max-width: 599px) {
	.topics_wrap a {
		padding: 0.15rem 0.50rem 0.15rem 0.15rem;
	}
}

.topics_wrap a:hover {
	background-color: #456175;
}

.topics_wrap a .date {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 0.12rem;
	letter-spacing: 0.10em;
	width: 0.90rem;
}

@media screen and (max-width: 599px) {
	.topics_wrap a .date {
		font-size: 0.11rem;
		padding-bottom: 0.07rem;
		width: 100%;
	}
}

.topics_wrap a .title {
	font-size: 0.15rem;
	letter-spacing: 0.10em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 0.90rem);
	position: relative;
	top: -0.02rem;
}

@media screen and (max-width: 599px) {
	.topics_wrap a .title {
		font-size: 0.14rem;
		width: 100%;
		top: 0;
	}
}

.topics_wrap a::after {
	content: "";
	width: 0.17rem;
	height: 0.11rem;
	background-image: url(../img/link_arrow_w.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.20rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	.topics_wrap a::after {
		content: "";
		width: 0.17rem;
		height: 0.11rem;
		background-image: url(../img/link_arrow_w.svg);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		right: 0.15rem;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.3s;
	}
}

.topics_wrap a:hover::after {
	right: 0.15rem;
}


/*=============================
ABOUT
=============================*/
#about {
	padding: 1.00rem 0;
}

@media screen and (max-width: 599px) {
	#about {
		padding: 0.60rem 0;
	}
}

#about .about_wrap {
	padding-bottom: 0.50rem;
}

#about .about_wrap .textbox {
	width: 100%;
	max-width: 8.50rem;
}

#about .about_wrap .sec_title {
	font-family: 'Jost', sans-serif;
	font-size: 0.18rem;
	letter-spacing: 0.10em;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#about .about_wrap .sec_title {
		font-size: 0.15rem;
		padding-bottom: 0.15rem;
	}
}

#about .about_wrap .catch {
	font-size: 0.30rem;
	font-weight: 700;
	color: #004279;
	line-height: 1.66;
	letter-spacing: 0.10em;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#about .about_wrap .catch {
		font-size: 0.22rem;
	}
}

#about .about_wrap .text {
	font-size: 0.15rem;
	line-height: 2.26;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
	#about .about_wrap .text {
		font-size: 0.15rem;
		line-height: 2;
		text-align: justify;
	}
}

/* 作例 */
#about .example_wrap {
	width: 100%;
	height: 100%;
	max-width: 5.74rem;
	max-height: 5.80rem;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 45%;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	#about .example_wrap {
		height: 4.50rem;
		position: relative;
		z-index: 1;
		right: 0;
		top: auto;
		transform: none;
		margin-bottom: 0.40rem;
	}
}

#about .example_wrap .ph_wrap {
	width: 96%;
	position: absolute;
	right: 0;
	top: 48%;
	transform: translateY(-50%);
}

/* 作例のキャプション上段 */
#about .example_wrap .caption01 {
	position: absolute;
	top: 0;
	left: 1.57rem;
}

@media screen and (max-width: 599px) {
	#about .example_wrap .caption01 {
		left: auto;
		right: 1.00rem;
	}
}

#about .example_wrap .caption01::before {
	content: "";
	width: 1px;
	height: 1.00rem;
	background-color: #999;
	position: absolute;
	bottom: -1.10rem;
	left: 1.50rem;
}

@media screen and (max-width: 599px) {
	#about .example_wrap .caption01::before {
		height: 0.90rem;
		bottom: -1.00rem;
		left: 1.30rem;
	}
}

#about .example_wrap .caption01::after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 5px;
	background-color: #999;
	position: absolute;
	bottom: -1.10rem;
	left: 1.48rem;
}

@media screen and (max-width: 599px) {
	#about .example_wrap .caption01::after {
		width: 7px;
		height: 7px;
		bottom: -1.00rem;
		left: 1.27rem;
	}
}

/* 作例のキャプション下段 */
#about .example_wrap .caption02 {
	position: absolute;
	bottom: 0;
	left: 1.57rem;
}

@media screen and (max-width: 599px) {
	#about .example_wrap .caption02 {
		left: auto;
		right: 0.20rem;
	}
}

#about .example_wrap .caption02::before {
	content: "";
	width: 1px;
	height: 0.90rem;
	background-color: #999;
	position: absolute;
	top: -1.00rem;
	left: 0.50rem;
}

#about .example_wrap .caption02::after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 5px;
	background-color: #999;
	position: absolute;
	top: -1.00rem;
	left: 0.47rem;
}

@media screen and (max-width: 599px) {
	#about .example_wrap .caption02::after {
		width: 7px;
		height: 7px;
	}
}

#about .example_wrap .title {
	font-size: 0.14rem;
	font-weight: 500;
	letter-spacing: 0.10em;
}

#about .example_wrap .text {
	font-size: 0.11rem;
	letter-spacing: 0.10em;
	line-height: 1.85;
}

/* よくある質問のリンク */
#about .example_wrap .more_btn {
	width: 100%;
	max-width: 3.00rem;
	position: absolute;
	bottom: -0.60rem;
	left: 54%;
	transform: translateX(-50%);
}

#about .example_wrap .more_btn a {
	display: block;
	line-height: 0;
	font-size: 0.16rem;
	font-weight: 700;
	text-align: center;
	background-color: #00b900;
	padding: 0.20rem 0 0.21rem;
	border-radius: 0.20rem;
	color: #FFF;
	text-decoration: none;
}

/* プロフィール */
#about .profile {
	background-color: #f7f7f0;
	padding: 0.40rem 0;
}

@media screen and (max-width: 599px) {
	#about .profile {
		margin-top: 1.00rem;
	}
}

#about .profile .profile_wrap {
	display: flex;
	flex-wrap: wrap;
}

#about .profile .profile_wrap .ph_wrap {
	width: 1.25rem;
	padding-right: 0.25rem;
}

@media screen and (max-width: 599px) {
	#about .profile .profile_wrap .ph_wrap {
		width: 1.00rem;
		padding-right: 0;
		margin: 0 auto 0.10rem;
	}
}

#about .profile .profile_wrap .textbox {
	width: calc(100% - 1.50rem);
	max-width: 6.00rem;
}

@media screen and (max-width: 599px) {
	#about .profile .profile_wrap .textbox {
		width: 100%;
		max-width: 4.76rem;
	}
}

#about .profile .profile_wrap .textbox .name {
	font-size: 0.18rem;
	letter-spacing: 0.10em;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#about .profile .profile_wrap .textbox .name {
		text-align: center;
	}
}

#about .profile .profile_wrap .textbox .name span {
	font-family: 'Jost', sans-serif;
	font-size: 0.12rem;
}

#about .profile .profile_wrap .textbox .text {
	font-size: 0.15rem;
	line-height: 1.85;
	letter-spacing: 0.10em;
	text-align: justify;
}

@media screen and (max-width: 599px) {
	#about .profile .profile_wrap .textbox .text {
		font-size: 0.14rem;
		line-height: 1.85;
		letter-spacing: 0.05em;
	}
}

/*=============================
 制作事例
=============================*/
#works .in {
	box-sizing: inherit;
}

@media screen and (max-width: 599px) {
	#works .in {
		box-sizing: border-box;
	}
}

#works .sec_title {
	font-size: 0.30rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	padding-bottom: 0.50rem;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#works .sec_title {
		font-size: 0.24rem;
	}
}

#works .sec_title span {
	font-family: 'Jost', sans-serif;
	font-size: 0.16rem;
	display: block;
	padding-top: 0.20rem;
	opacity: 0.5;
	font-weight: 400;
}

@media screen and (max-width: 599px) {
	#works .sec_title span {
		font-size: 0.14rem;
		padding-top: 0.15rem;
	}
}

/* 事例 */
#works .works_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 0.60rem;
	margin-bottom: 0.70rem;
}

@media screen and (max-width: 599px) {
	#works .works_wrap {
		padding-bottom: 0.30rem;
	}

	#works .works_wrap:last-child {
		margin-bottom: 0;
	}
}

#works .works_wrap::before {
	content: "";
	width: 100%;
	height: calc(100% - 0.50rem);
	background-color: #f2f2f2;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	#works .works_wrap::before {
		width: calc(100% + 0.40rem);
		left: -0.20rem;
	}
}

#works .works_wrap:nth-child(odd)::before {
	background-color: #e8edef;
}

#works .works_wrap .slider_wrap {
	width: 6.40rem;
	height: 4.25rem;
	/*	overflow: hidden;*/
	position: relative;
	z-index: 1;
	margin-right: 0.20rem;
}

@media screen and (max-width: 599px) {
	#works .works_wrap .slider_wrap {
		width: 100%;
		height: 59.00vw;
		margin-right: 0;
	}
}

#works .works_wrap .slider_wrap .slider {
	/*	overflow: hidden;*/
}

#works .works_wrap .slider_wrap .slider .slick-slide img {
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1.0s;
	opacity: 0.5;
}

#works .works_wrap .slider_wrap .slider .slick-active img {
	opacity: 1;
}

/* スライド枚数ボックス */
#works .works_wrap .slider_wrap .slick-counter {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	background-color: #1b4a66;
	width: 1.00rem;
	padding: 0.24rem 0 0.26rem;
	color: #FFF;
	text-align: center;
	font-weight: 100;
	font-size: 0.16rem;
	line-height: 0;
	letter-spacing: 0.10em;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 599px) {
	#works .works_wrap .slider_wrap .slick-counter {
		width: 0.90rem;
		padding: 0.25rem 0 0.15rem;
		font-size: 0.13rem;
	}
}

/* 現在のスライド数 */
#works .works_wrap .slider_wrap .slick-counter .current {
	display: inline-block;
	font-weight: 400;
}

/* スライドのセパレーター */
#works .works_wrap .slider_wrap .slick-counter .separator {
	display: inline-block;
	padding: 0 0.10rem;
}

/* スライドのトータル数 */
#works .works_wrap .slider_wrap .slick-counter .total {
	display: inline-block;
	font-weight: 400;
}

/* 前のスライド */
#works .works_wrap .slider_wrap .slick-prev,
#works .works_wrap .slider_wrap .slick-next {
	width: 0.50rem;
	height: 0.50rem;
	background-color: #FFF;
	position: absolute;
	top: inherit;
	bottom: 0;
	z-index: 10;
	transform: none;
}

@media screen and (max-width: 599px) {

	#works .works_wrap .slider_wrap .slick-prev,
	#works .works_wrap .slider_wrap .slick-next {
		width: 0.40rem;
		height: 0.40rem;
	}
}

#works .works_wrap .slider_wrap .slick-prev {
	left: calc(50% - 1.00rem);
}

@media screen and (max-width: 599px) {
	#works .works_wrap .slider_wrap .slick-prev {
		left: calc(50% - 0.80rem);
	}
}

#works .works_wrap .slider_wrap .slick-next {
	left: calc(50% - 0.50rem);
}

@media screen and (max-width: 599px) {
	#works .works_wrap .slider_wrap .slick-next {
		left: calc(50% - 0.40rem);
	}
}

#works .works_wrap .slider_wrap .slick-prev::before {
	content: "";
	width: 0.09rem;
	height: 0.16rem;
	background-image: url(../img/slider_prev_arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#works .works_wrap .slider_wrap .slick-prev::after {
	content: "";
	width: 1px;
	height: 0.36rem;
	background-color: #CCC;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	#works .works_wrap .slider_wrap .slick-prev::after {
		height: 0.30rem;
	}
}

#works .works_wrap .slider_wrap .slick-next::before {
	content: "";
	width: 0.09rem;
	height: 0.16rem;
	background-image: url(../img/slider_next_arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#works .works_wrap .textbox {
	width: 100%;
	max-width: 4.10rem;
	padding-top: 1.50rem;
	position: relative;
	z-index: 1;
	margin-left: 0.20rem;
}

@media screen and (max-width: 599px) {
	#works .works_wrap .textbox {
		padding-top: 0.20rem;
		margin-left: 0;
	}
}

#works .works_wrap .textbox .title {
	font-size: 0.26rem;
	padding-bottom: 0.30rem;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	#works .works_wrap .textbox .title {
		font-size: 0.20rem;
		padding-bottom: 0.10rem;
		line-height: 1.55;
		text-align: center;
	}
}

#works .works_wrap .textbox .title span {
	font-family: 'Jost', sans-serif;
	font-size: 0.16rem;
	font-weight: 400;
	color: #b3b3b3;
	display: block;
	padding-bottom: 15px;
}

@media screen and (max-width: 599px) {
	#works .works_wrap .textbox .title span {
		font-size: 0.12rem;
		padding-bottom: 0;
	}
}

#works .works_wrap .textbox .text {
	font-size: 0.15rem;
	line-height: 2;
	letter-spacing: 0.10em;
	text-align: justify;
}

@media screen and (max-width: 599px) {
	#works .works_wrap .textbox .text {
		font-size: 0.14rem;
		line-height: 1.85;
	}
}

/*==========================
gallery
==========================*/
#gallery {
	position: relative;
	padding-bottom: 1.00rem;
}

@media screen and (max-width: 599px) {
	#gallery {
		position: relative;
		padding-bottom: 0.30rem;
	}
}

#gallery::before {
	content: "";
	width: 100%;
	height: calc(100% - 1.00rem);
	background-color: #163953;
	position: absolute;
	top: 1.00rem;
	left: 0;
	z-index: 0;
}

#gallery .in {
	z-index: 1;
}

#gallery .in .list {
	display: flex;
	flex-wrap: wrap;
}

#gallery .in .detail {
	width: 25%;
	height: 3.00rem;
}

@media screen and (max-width: 599px) {
	#gallery .in .detail {
		width: 50%;
		height: 44.67vw;
	}
}

#gallery .in .detail.title {
	background-color: #000;
	position: relative;
}

#gallery .in .detail.title span {
	font-family: 'Jost', sans-serif;
	font-size: 0.30rem;
	letter-spacing: 0.10em;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #FFF;
}

@media screen and (max-width: 599px) {
	#gallery .in .detail.title span {
		font-size: 0.20rem;
	}
}

#gallery .in .detail.ph {
	overflow: hidden;
}

#gallery .in .detail.ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*=========================
MOVIE
=========================*/
#movie .mov_preview {
	position: relative;
	cursor: pointer;
	background-color: #000;
}

#movie .mov_preview a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#movie .mov_preview img {
	display: block;
	position: relative;
	z-index: 0;
	transition: all 0.3s;
	opacity: 0.5;
}

#movie .mov_preview:hover img {
	opacity: 1;
}

#movie .mov_preview::after {
	content: "";
	width: 1.28rem;
	height: 1.28rem;
	background-image: url(../img/mov_play_btn.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#movie .mov_preview::after {
		width: 0.90rem;
		height: 0.90rem;
	}
}
