@charset "UTF-8";



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header .logo a .black {
	display: none;
}
#header .logo a .white {
	display: block;
}

#header ul.nav li a {
	color: #fff;
}

#header ul.nav li.cta a {
	background: url("../img/icon_circle_white.svg") no-repeat right 15px center / 6px;
	border: solid 1px #fff;
	color: #fff;
}
#header ul.nav li.cta a:hover {
	background: #B51A1F url("../img/icon_circle_white.svg") no-repeat right 15px center / 6px;
	border: solid 1px #B51A1F;
}
#header.is-animation ul.nav li.cta a {
	background: url("../img/icon_circle.svg") no-repeat right 15px center / 6px;
	border: solid 1px #B51A1F;
	color: #B51A1F;
}
#header.is-animation ul.nav li.cta a:hover {
	background: #B51A1F url("../img/icon_circle_white.svg") no-repeat right 15px center / 6px;
	border: solid 1px #B51A1F;
	color: #fff;
}
	



	
/* modal-video-close-btn
----------------------*/
.modal-video-inner {
    padding: 0 6%;
}
.modal-video-close-btn {
	right: 0;
}
	



	
/* FV
----------------------*/
#fv {
	width: 100%;
	overflow: hidden;
}
	#fv .swiper-container  {
		position: relative;
		padding: 0;
	}
		#fv .swiper-container .swiper-slide  {
			position: relative;
		}
		@keyframes zoomUp {
		  0% {
			transform: scale(1);
		  }
		  100% {
			transform: scale(1.15);
		  }
		}
		.swiper-slide-active .pht,
		.swiper-slide-duplicate-active .pht,
		.swiper-slide-prev .pht {
		  animation: zoomUp 7s linear 0s normal both;
		}
		.swiper-slide .pht img {
		  height: auto;
		  width: 100%;
		}
			#fv .swiper-container .swiper-slide .text  {
				width: 80%;
				color: #fff;
				position: absolute;
				bottom: 10%;
				left: 10%;
			}
				#fv .swiper-container .swiper-slide .text h2  {
					font-size: 5.6rem;
					font-weight: 700;
					line-height: 1.3em;
					margin-bottom: 25px;
				}

				#fv .swiper-container .swiper-slide .text .read  {
					font-size: 3.6rem;
					font-weight: 700;
					line-height: 1.4em;
					margin-bottom: 15px;
				}

				#fv .swiper-container .swiper-slide .text .en-txt  {
					text-align: right;
				}
					#fv .swiper-container .swiper-slide .text .en-txt img {
						max-width: 620px;
					}

		#fv .swiper-pagination-bullets {
			text-align: left;
			left: 10%;
			bottom: 10%;
		}
		#fv .swiper-pagination-bullet {
			width: 14px;
			height: 14px;
			margin: 0 10px;
			background: #fff;
			opacity: 0.5;
		}
		#fv .swiper-pagination-bullet-active {
			opacity: 1.0;
			background: #fff;
		}
@media screen and (max-width: 1200px) {
	#fv .swiper-container .swiper-slide .pht  {
		width: 100%;
		height: 100%;
		aspect-ratio: 4 / 3;
		overflow: hidden;
	}
		#fv .swiper-container .swiper-slide .pht img  {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
}
@media screen and (max-width: 1024px) {
	#fv .swiper-container .swiper-slide .text  {
		width: 90%;
		bottom: 6%;
		left: 5%;
	}
		#fv .swiper-container .swiper-slide .text h2  {
			font-size: 5.0vw;
			margin-bottom: 2.5vw;
		}

		#fv .swiper-container .swiper-slide .text .read  {
			font-size: 3.0vw;
			margin-bottom: 1.5vw;
		}

		#fv .swiper-container .swiper-slide .text .en-txt img {
			max-width: 50vw;
		}

	#fv .swiper-pagination-bullets {
		left: 5%;
		bottom: 5%;
	}
	#fv .swiper-pagination-bullet {
		width: 1.4vw;
		height: 1.4vw;
		margin: 0 1vw;
	}
}
@media screen and (max-width: 767px) {
	#fv .swiper-container .swiper-slide .pht  {
		aspect-ratio: 9 / 16;
	}
	
	#fv .swiper-container .swiper-slide .text  {
		width: 90%;
		bottom: 15%;
		left: 5%;
	}
		#fv .swiper-container .swiper-slide .text h2  {
			font-size: 6.4vw;
			margin-bottom: 3vw;
		}

		#fv .swiper-container .swiper-slide .text .read  {
			font-size: 4.5vw;
			line-height: 1.5em;
			margin-bottom: 3vw;
		}

		#fv .swiper-container .swiper-slide .text .en-txt img {
			max-width: 70%;
		}

	#fv .swiper-pagination-bullets {
		left: 5%;
		bottom: 15%;
	}
	#fv .swiper-pagination-bullet {
		width: 3vw;
		height: 3vw;
		margin: 0 2vw;
	}
}


	
/* voice
----------------------*/
#voice {
	overflow: hidden;
	padding: 120px 0;
}
	#voice .title .en {
		font-size: 11.0rem;
		font-weight: 700;
		line-height: 1;
		color: #fff;
		margin-bottom: 5px;
	}

	#voice .swiper-container  {
		position: relative;
		padding-bottom: 50px;
		margin-bottom: 30px;
	}
		#voice .swiper-container a.linkbox {
			display: block;
		}
			#voice .swiper-container a.linkbox .pht {
				width: 100%;
				height: 100%;
				aspect-ratio: 4 / 3;
				overflow: hidden;
			}
				#voice .swiper-container a.linkbox .pht img {
					width: 100%;
					height: 100%;
					object-fit: cover;
					-moz-transition: -moz-transform 0.2s linear;
					-webkit-transition: -webkit-transform 0.2s linear;
					-o-transition: -o-transform 0.2s linear;
					-ms-transition: -ms-transform 0.2s linear;
					transition: transform 0.2s linear;
				}
				#voice .swiper-container a.linkbox:hover .pht img {
					-webkit-transform: scale(1.05);
					-moz-transform: scale(1.05);
					-o-transform: scale(1.05);
					-ms-transform: scale(1.05);
					transform: scale(1.05);
				}

			#voice .swiper-container a.linkbox .text {
				position: relative;
				padding-top: 20px;
			}
				#voice .swiper-container a.linkbox .text .cat {
					margin-bottom: 10px;
				}
					#voice .swiper-container a.linkbox .text .cat span {
						display: inline-block;
						background: #3C3C3C;
						font-size: 1.3rem;
						font-weight: 500;
						line-height: 1;
						color: #fff;
						border-radius: 5px;
						padding: 6px 10px 5px 10px;
						margin-bottom: 5px;
					}

				#voice .swiper-container a.linkbox .text h3 {
					font-size: 2.2rem;
					font-weight: 600;
					line-height: 1.4em;
					margin-bottom: 8px;
				}

				#voice .swiper-container a.linkbox .text .txt {
					line-height: 1.7em;
					overflow: hidden;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					margin-bottom: 10px;
				}

				#voice .swiper-container a.linkbox .text time {
					font-size: 1.4rem;
					line-height: 1;
					color: #A5A5A5;
				}

				#voice .swiper-container a.linkbox .text .more {
					position: absolute;
					bottom: 0;
					right: 0;
				}
					#voice .swiper-container a.linkbox .text .more .en {
						display: block;
						height: 25px;
						font-size: 1.4rem;
						line-height: 25px;
						color: #B51A1F;
						text-align: right;
						padding-right: 26px;
						background: url("../img/icon_arrow_red.svg") no-repeat right center / 20px;
						transition: 0.4s;
						-webkit-transition: 0.4s;
					}
					#voice .swiper-container a.linkbox:hover .text .more .en {
						padding-right: 23px;
					}

	#voice .swiper-pagination-bullets {
		bottom: 0;
	}
	#voice .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		background: #ddd;
		opacity: 1;
	}
	#voice .swiper-pagination-bullet-active {
		opacity: 1.0;
		background: #B51A1F;
	}

	#voice .swiper-button-next,
	#voice .swiper-button-prev {
		position: absolute;
		top: -105px;
		width: 60px;
		height: 60px;
		margin-top: 0;
		cursor: pointer;
		display: block;
	}
	#voice .swiper-button-next {
		background: url("../img/btn_next.svg") no-repeat center / 100%;
		right: 0;
	}
	#voice .swiper-button-prev {
		background: url("../img/btn_prev.svg") no-repeat center / 100%;
		left: auto;
		right: 70px;
	}
	#voice .swiper-button-next.swiper-button-disabled, #voice .swiper-button-prev.swiper-button-disabled {
		opacity: .6;
	}
	#voice .swiper-button-next:after, 
	#voice .swiper-button-prev:after {
		display: none;
	}

	#voice .btn-list .btn:nth-child(1) {
		margin-right: 30px;
	}
@media screen and (max-width: 1024px) {
	#voice {
		padding: 12vw 0;
	}
		#voice .title .en {
			font-size: 10.0vw;
			margin-bottom: 0.5vw;
		}

		#voice .title h2 {
			margin-bottom: 0 !important;
		}

		#voice .swiper-container {
			padding-bottom: 8%;
			margin-bottom: 4%;
		}
			#voice .swiper-container a.linkbox .text {
				padding-top: 6%;
			}
				#voice .swiper-container a.linkbox .text .cat {
					margin-bottom: 1vw;
				}
					#voice .swiper-container a.linkbox .text .cat span {
						font-size: 1.3vw;
						border-radius: 0.5vw;
						padding: 0.6vw 1vw 0.5vw 1vw;
						margin-bottom: 0.5vw;
					}
	
				#voice .swiper-container a.linkbox .text h3 {
					font-size: 2.8vw;
					line-height: 1.3em;
					margin-bottom: 3%;
				}

				#voice .swiper-container a.linkbox .text .txt {
					margin-bottom: 10px;
				}

				#voice .swiper-container a.linkbox .text time {
					font-size: 1.6vw;
					line-height: 1;
					color: #A5A5A5;
				}

				#voice .swiper-container a.linkbox .text .more {
					width: 100%;
					position: absolute;
					bottom: 0;
					right: 0;
				}
					#voice .swiper-container a.linkbox .text .more .en {
						width: 100%;
						display: block;
						height: auto;
						font-size: 1.6vw;
						line-height: auto;
						padding-right: 7%;
						background: url("../img/icon_arrow_red.svg") no-repeat right center / 5%;
					}
					#voice .swiper-container a.linkbox:hover .text .more .en {
						padding-right: 7%;
					}

		#voice .swiper-button-next,
		#voice .swiper-button-prev {
			top: -21%;
			width: 40px;
			height: 40px;
		}
		#voice .swiper-button-prev {
			right: 50px;
		}

		#voice .btn-list .btn a {
			display: block;
			padding: 3vw;
		}
}
@media screen and (max-width: 767px) {
	#voice {
		padding: 15vw 0;
	}
		#voice .title .en {
			font-size: 11.5vw;
			margin-bottom: 1vw;
		}

		#voice .title h2 {
			margin-bottom: 0 !important;
		}

		#voice .swiper-container {
			padding-bottom: 10%;
			margin-bottom: 4%;
		}
			#voice .swiper-container a.linkbox .text {
				padding-top: 6%;
			}
				#voice .swiper-container a.linkbox .text .cat {
					margin-bottom: 2vw;
				}
					#voice .swiper-container a.linkbox .text .cat span {
						font-size: 2.8vw;
						border-radius: 1vw;
						padding: 1vw 2vw 1vw 2vw;
						margin-bottom: 0.5vw;
					}
	
				#voice .swiper-container a.linkbox .text h3 {
					font-size: 4.0vw;
				}

				#voice .swiper-container a.linkbox .text time {
					font-size: 3.2vw;
				}

				#voice .swiper-container a.linkbox .text .more .en {
					font-size: 3.2vw;
				}

		#voice .swiper-button-next,
		#voice .swiper-button-prev {
			display: none;
		}

		#voice .btn-list {
			display: block;
		}
			#voice .btn-list .btn:nth-child(1) {
				margin-right: 0;
				margin-bottom: 4vw;
			}
				#voice .btn-list .btn a {
					display: inline-block;
					min-width: 70%;
					padding: 5.5% 8% 5.5% 4%;
				}
}




	
/* about
----------------------*/
#about {
	background: #fff;
	padding: 120px 0;
	text-align: center;
}
	#about .head-title {
		display: inline-block;
		color: #B51A1F;
		position: relative;
		padding: 0 60px;
		margin-bottom: 100px;
	}
	#about .head-title:before {
		content: "";
		width: 30px;
		height: 100%;
		background: url("../img/bar_left.svg") no-repeat left top / auto 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#about .head-title:after {
		content: "";
		width: 30px;
		height: 100%;
		background: url("../img/bar_right.svg") no-repeat right top / auto 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
		#about .head-title h2 {
			font-size: 3.6rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 15px;
		}

	#about h3 {
		background: #EAE7DD;
		font-size: 3.2rem;
		font-weight: 700;
		line-height: 1;
		padding: 12px;
		margin-bottom: 10px;
	}
		#about h3 span {
			font-size: 2.0rem;
			font-weight: 500;
		}

	#about .partner {
		margin-bottom: 100px;
	}
		#about .partner ul li {
			width: 30%;
			margin-right: 3%;
			margin-top: 20px;
		}
		#about .partner ul li:nth-child(2n) {
			margin-right: 0;
		}

	#about .client ul li {
		width: 30%;
		margin-right: 5%;
		margin-top: 20px;
	}
	#about .client ul li:nth-child(3n) {
		margin-right: 0;
	}
	#about .client ul li:nth-last-child(1) {
		margin-right: 0;
	}
@media screen and (max-width: 1024px) {
	#about {
		padding: 12vw 0;
	}
		#about .head-title {
			padding: 0 6vw;
			margin-bottom: 10vw;
		}
			#about .head-title h2 {
				font-size: 3.2vw;
				margin-bottom: 1.5vw;
			}

		#about h3 {
			font-size: 3.0vw;
			padding: 1.2vw;
			margin-bottom: 1vw;
		}
			#about h3 span {
				font-size: 1.8vw;
			}

		#about .partner {
			margin-bottom: 10vw;
		}
			#about .partner ul li {
				margin-top: 2vw;
			}

		#about .client ul li {
			margin-top: 2vw;
		}
}
@media screen and (max-width: 767px) {
	#about {
		padding: 15vw 0;
	}
		#about .head-title {
			padding: 0 10vw;
			margin-bottom: 13vw;
		}
			#about .head-title h2 {
				font-size: 4.8vw;
				margin-bottom: 2vw;
			}
	
			#about .head-title .txt {
				text-align: left;
			}

		#about h3 {
			font-size: 5.0vw;
			padding: 3vw;
			margin-bottom: 2vw;
		}
			#about h3 span {
				font-size: 2.8vw;
			}

		#about .partner {
			margin-bottom: 12vw;
		}
			#about .partner ul li {
				width: 48%;
				margin-right: 4%;
				margin-top: 3vw;
			}

		#about .client ul li {
			width: 48%;
			margin-right: 4%;
			margin-top: 3vw;
		}
		#about .client ul li:nth-child(3n) {
			margin-right: 4%;
		}
		#about .client ul li:nth-child(2n) {
			margin-right: 0;
		}
}




	
/* pickup
----------------------*/
#pickup {
	padding: 30px 0 100px 0;
}
	#pickup h2 {
		font-size: 5.6rem;
		font-weight: 700;
		line-height: 1.3em;
		text-align: center;
		color: #B51A1F;
		margin-bottom: 50px;
	}

	#pickup ul li {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 46%;
		background: #fff;
		border-radius: 30px;
		margin-right: 8%;
		padding: 30px;
		margin-bottom: 60px;
		font-size: 2.6rem;
		font-weight: 700;
		line-height: 1.3em;
		position: relative;
	}
	#pickup ul li:nth-child(2n) {
		margin-right: 0;
	}
	#pickup ul li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-color: #ffffff transparent transparent transparent;
		border-width: 40px 40px 0px 0px;
		position: absolute;
		bottom: -39px;
		left: 70px;
	}
@media screen and (max-width: 1024px) {
	#pickup {
		padding: 3vw 0 10vw 0;
	}
		#pickup h2 {
			font-size: 5.6vw;
			margin-bottom: 5vw;
		}
	
		#pickup ul li {
			width: 47%;
			border-radius: 3vw;
			margin-right: 6%;
			padding: 3vw;
			margin-bottom: 6vw;
			font-size: 2.6vw;
		}
		#pickup ul li:before {
			border-width: 4vw 4vw 0px 0px;
			bottom: -3.9vw;
			left: 7vw;
		}
}
@media screen and (max-width: 767px) {
	#pickup {
		padding: 3vw 0 15vw 0;
	}
		#pickup h2 {
			font-size: 6.0vw;
			margin-bottom: 7vw;
		}

	
		#pickup ul li {
			width: 48%;
			border-radius: 5vw;
			margin-right: 4%;
			padding: 5vw;
			margin-bottom: 8vw;
			font-size: 3.6vw;
		}
		#pickup ul li:before {
			border-width: 8vw 8vw 0px 0px;
			bottom: -3.9vw;
			left: 6vw;
		}
}




	
/* concept
----------------------*/
#concept {
	padding-bottom: 100px;
}
	#concept h2 {
		font-size: 11.0rem;
		font-weight: 700;
		color: #fff;
		line-height: 1;
		text-align: center;
		margin-bottom: 30px;
	}

	#concept .movie {
		max-width: 825px;
		margin: 0 auto 40px auto;
	}
		#concept .movie iframe {
			width: 100%;
			height: 100%;
			aspect-ratio: 16 / 9;
		}

	#concept .btn-list .btn:nth-child(1) {
		margin-right: 30px;
	}
@media screen and (max-width: 1024px) {
	#concept {
		padding-bottom: 10vw;
	}
		#concept h2 {
			font-size: 10vw;
			margin-bottom: 3vw;
		}

		#concept .movie {
			max-width: 90%;
			margin: 0 auto 4vw auto;
		}
	
		#concept .btn-list .btn a {
			display: block;
			padding: 3vw;
		}
}
@media screen and (max-width: 767px) {
	#concept {
		padding-bottom: 15vw;
	}
		#concept h2 {
			margin-bottom: 5vw;
		}

		#concept .movie {
			max-width: 100%;
			margin: 0 auto 6vw auto;
		}
	
	#concept .btn-list {
		display: block;
	}
		#concept .btn-list .btn:nth-child(1) {
			margin-right: 0;
			margin-bottom: 4vw;
		}
			#concept .btn-list .btn a {
				display: inline-block;
				min-width: 70%;
				padding: 5.5% 8% 5.5% 4%;
			}
}




	
/* aaaa
----------------------*/
#aaaa {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}
	



