@charset "utf-8";

/*----------------------------------------------------
 #visual
----------------------------------------------------*/

#visual {
	position: relative;
	padding: 254px 0 446px 0;
}

#visual .inner {
	position: relative;
	max-width: 827px;
}

#visual .bgLeft {
	position: absolute;
	left: 0;
	top: 97px;
	width: 100%;
	max-width: 735px;
	z-index: -1;
}

#visual .bgRight {
	position: absolute;
	right: 0;
	top: 60px;
	width: 100%;
	max-width: 506px;
	z-index: -1;
}

#visual .head {
	position: relative;
	z-index: 1;
}

#visual .head h2 {
	display: flex;
	flex-direction: column;
}

#visual .head h2 small {
	font-size: 26px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.05em;
	color: #000;
	font-family: "Roboto", sans-serif;
	margin-bottom: 35px;
	padding: 0 0 0 23px;
}

#visual .head h2 b {
	width: 100%;
	max-width: 827px;
	padding: 0 0 0 12px;
}

#visual .objImg {
	width: 100%;
	max-width: 436px;
	position: absolute;
	right: -163px;
	bottom: -220px;
}

/*----------------------------------------------------
 #message
----------------------------------------------------*/

#message {
	position: relative;
	overflow: hidden;
	padding: 0 0 92px 0;
}

#message .messageFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 151px;
}

#message .messageFlex .head {
	padding: 18px 0 0 0;
}

#message .messageFlex .head h2 {
	display: flex;
	flex-direction: column;
}

#message .messageFlex .head h2 small {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 39px;
	padding: 0 0 0 19px;
}

#message .messageFlex .head h2 small:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8F76D6;
	background: -webkit-linear-gradient(90deg, rgba(143, 118, 214, 1) 0%, rgba(215, 95, 236, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(143, 118, 214, 1) 0%, rgba(215, 95, 236, 1) 100%);
	background: linear-gradient(90deg, rgba(143, 118, 214, 1) 0%, rgba(215, 95, 236, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8F76D6", endColorstr="#D75FEC", GradientType=1);
	position: absolute;
	left: 0;
	top: 7px;
}

#message .messageFlex .head h2 b {
	font-size: 88px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.08em;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#message .messageFlex .conts {
	width: 549px;
}

#message .messageFlex .conts p {
	font-size: 24px;
	font-weight: 500;
	line-height: 220%;
	letter-spacing: 0;
	color: #333333;
	margin-bottom: 54px;
}

#message .messageFlex .conts p.last {
	margin-bottom: 51px;
}

#message .texScroll .leftScroll {
	display: flex;
	margin-bottom: -270px;
}

#message .texScroll .slideTexTop {
	display: flex;
	align-items: center;
	margin-bottom: 56px;
	padding: 20px 0 0 0;
}

#message .texScroll .slideTexTop p {
	font-size: 184px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: -0.05em;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#message .texScroll .slideTexTop p:last-child {
	margin-right: 59px;
}

#message .texScroll .slideTexTop .img {
	position: relative;
	width: 320px;
	margin: 0 59px;
}

#message .texScroll .slideTexTop .img img {
	position: relative;
	z-index: 1;
	transform: translate(-10px, -10px);
	display: inline-block;
}

#message .texScroll .slideTexTop .img:before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: #78DAFE;
	background: -webkit-linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78DAFE", endColorstr="#CF9DFF", GradientType=1);
	position: absolute;
	left: 10px;
	top: 10px;
}

#message .texScroll .rightScroll {
	display: flex;
}

#message .texScroll .slideTexBottom {
	display: flex;
	align-items: center;
	margin-bottom: 56px;
	padding: 20px 0 0 0;
}

#message .texScroll .slideTexBottom p {
	font-size: 184px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: -0.05em;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#message .texScroll .slideTexBottom p:last-child {
	margin-right: 59px;
}

#message .texScroll .slideTexBottom .img {
	position: relative;
	width: 320px;
	margin: 0 59px 0 12px;
}

#message .texScroll .slideTexBottom .img img {
	position: relative;
	z-index: 1;
	transform: translate(-10px, -10px);
	display: inline-block;
}

#message .texScroll .slideTexBottom  .img:before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: #CF9DFF;
	background: -webkit-linear-gradient(90deg, rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	background: -moz-linear-gradient(90deg, rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	background: linear-gradient(90deg, rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CF9DFF", endColorstr="#F6C479", GradientType=1);
	position: absolute;
	left: 10px;
	top: 10px;
}

/*----------------------------------------------------
 #people
----------------------------------------------------*/

#people {
	position: relative;
	overflow: hidden;
	padding: 0 0 148px 0;
}

#people .headFlex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 65px;
}

#people .headFlex .head {
	padding: 18px 0 0 0;
}

#people .headFlex .head h2 {
	display: flex;
	flex-direction: column;
}

#people .headFlex .head h2 small {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 39px;
	padding: 0 0 0 19px;
}

#people .headFlex .head h2 small:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8F76D6;
	background: -webkit-linear-gradient(90deg, rgba(143, 118, 214, 1) 0%, rgba(215, 95, 236, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(143, 118, 214, 1) 0%, rgba(215, 95, 236, 1) 100%);
	background: linear-gradient(90deg, rgba(143, 118, 214, 1) 0%, rgba(215, 95, 236, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8F76D6", endColorstr="#D75FEC", GradientType=1);
	position: absolute;
	left: 0;
	top: 7px;
}

#people .headFlex .head h2 b {
	font-size: 88px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#people .headFlex .arrowBt {
	width: 224px;
	transform: translateY(4px);
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
}

#people .box {
	width: 644px;
	transition: transform .3s;
	transform: scale(0.866) translateY(20px);
	-webkit-transform: scale(0.866) translateY(20px);
	-moz-transform: scale(0.866) translateY(20px);
}

#people .box.slick-center {
	transform: scale(1) translateY(0);
	-webkit-transform: scale(1) translateY(0);
	-moz-transform: scale(1) translateY(0);
}

#people .box .movieBox {
	position: relative;
}

#people .box .movieBox .gradeTex {
	position: absolute;
	left: 28px;
	bottom: 43px;
	z-index: 1;
	transition: all 0.3s ease 0s;
	opacity: 0;
}

#people .box.slick-current .movieBox .gradeTex {
	opacity: 1;
}

#people .box .movieBox .gradeTex p {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#people .box .movieBox .gradeTex p span {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: #fff;
	border-radius: 4px;
	margin-top: 18px;
	padding: 8px 12px;
}

#people .box .movieBox .gradeTex p span:first-child:after {
	content: '';
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 4px;
	background: #78DAFE;
	background: -webkit-linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78DAFE", endColorstr="#CF9DFF", GradientType=1);
}

#people .box .movieBox .gradeTex p span:last-child:after {
	content: '';
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 4px;
	background: #CF9DFF;
	background: -webkit-linear-gradient(100deg, rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	background: -moz-linear-gradient(100deg, rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	background: linear-gradient(100deg, rgba(207, 157, 255, 1) 24%, rgba(246, 196, 121, 1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CF9DFF", endColorstr="#F6C479", GradientType=0);
}

#people .box .movieBox video {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 26px;
}

#people .box .movieBox .arrowBox {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 8px;
	background: #fff;
	width: 102px;
	height: 77px;
	border-radius: 26px 0 0 0;
	padding: 27px 0 0 10px;
}

#people .box.slick-center .movieBox .arrowBox {
	width: 119px;
	height: 90px;
}

#people .box.slick-center .movieBox .arrowBox:before {
	position: absolute;
	content: "";
	background: url("../img/common/radius_left.svg") no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
	left: -24px;
	bottom: 1px;
}

#people .box.slick-center .movieBox .arrowBox:after {
	position: absolute;
	content: "";
	background: url("../img/common/radius_left.svg") no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
	right: 0;
	top: -24px;
}

#people .box .conts {
	padding: 18px 0 0 0;
}

#people .box .conts .nameFlex {
	display: flex;
	align-items: center;
}

#people .box .conts .nameFlex .nameInitial {
	margin-right: 28px;
}

#people .box .conts .nameFlex .nameInitial p {
	font-size: 64px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#people .box .conts .nameFlex .nameInfo {
	display: flex;
	flex-direction: column;
}

#people .box .conts .nameFlex .nameInfo .type {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 10px;
}

#people .box .conts .nameFlex .nameInfo .days {
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	color: #7D7E87;
	font-family: "Roboto", sans-serif;
}

#people .slick-dots {
	bottom: -51px;
}

#people .slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0 6px;
	transition: all 0.3s ease;
}

#people .slick-dots li button {
	width: 100%;
	height: 100%;
	background: #7D7E87;
	border-radius: 50%;
	transition: all 0.3s ease;
}

#people .slick-dots li button:before {
	display: none;
}

#people .slick-dots li.slick-active {
	width: 42px;
	height: 12px;
}

#people .slick-dots li.slick-active button {
	border-radius: 46px;
	background: #46C1FF;
	background: -webkit-linear-gradient(90deg, rgba(70, 193, 255, 1) 0%, rgba(190, 122, 254, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(70, 193, 255, 1) 0%, rgba(190, 122, 254, 1) 100%);
	background: linear-gradient(90deg, rgba(70, 193, 255, 1) 0%, rgba(190, 122, 254, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#46C1FF", endColorstr="#BE7AFE", GradientType=1);
}

/*----------------------------------------------------
 #culture
----------------------------------------------------*/

#culture {
	position: relative;
	overflow: hidden;
	padding: 0 0 119px 0;
}

#culture .head {
	margin-bottom: 45px;
	padding: 18px 0 0 3px;
}

#culture .head h2 {
	display: flex;
	flex-direction: column;
}

#culture .head h2 small {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 39px;
	padding: 0 0 0 19px;
}

#culture .head h2 small:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8F76D6;
	background: -webkit-linear-gradient(90deg, rgba(143, 118, 214, 1) 0%, rgba(215, 95, 236, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(143, 118, 214, 1) 0%, rgba(215, 95, 236, 1) 100%);
	background: linear-gradient(90deg, rgba(143, 118, 214, 1) 0%, rgba(215, 95, 236, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8F76D6", endColorstr="#D75FEC", GradientType=1);
	position: absolute;
	left: 0;
	top: 7px;
}

#culture .head h2 b {
	font-size: 88px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#culture .cultureFlex {
	display: flex;
	justify-content: space-between;
	padding: 0 90px;
}

#culture .cultureFlex .box {
	width: 412px;
}

#culture .cultureFlex .box .imageBox {
	position: relative;
}

#culture .cultureFlex .box .imageBox .arrowBox {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	width: 95px;
	height: 107px;
	border-radius: 26px 0 0 0;
	padding: 9px 0 0 10px;
}

#culture .cultureFlex .box .conts {
	padding: 37px 0 0 0;
}

#culture .cultureFlex .box .conts h3 {
	display: flex;
	flex-direction: column;
}

#culture .cultureFlex .box .conts h3 small {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 28px;
}

#culture .cultureFlex .box .conts h3 b {
	font-size: 58px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#culture .cultureFlex .box.box01 {
	margin-top: 120px;
}

#culture .cultureFlex .box.box01 .conts h3 small {
	margin-bottom: 19px;
}

/*----------------------------------------------------
 #data
----------------------------------------------------*/

#data {
	position: relative;
	overflow: hidden;
	padding: 0 0 117px 0;
}

#data .head {
	margin-bottom: 45px;
	padding: 0 0 0 0;
}

#data .head h2 {
	display: flex;
	flex-direction: column;
}

#data .head h2 small {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 20px;
}

#data .head h2 b {
	font-size: 58px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#data .dataFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

#data .dataFlex .box {
	width: 349px;
	height: 436px;
	padding: 45px 0 0 0;
	border-radius: 37px;
	background: #1ABDF8;
	background: -webkit-linear-gradient(10deg, rgba(26, 189, 248, 1) 0%, rgba(177, 94, 255, 1) 100%);
	background: -moz-linear-gradient(10deg, rgba(26, 189, 248, 1) 0%, rgba(177, 94, 255, 1) 100%);
	background: linear-gradient(10deg, rgba(26, 189, 248, 1) 0%, rgba(177, 94, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1ABDF8", endColorstr="#B15EFF", GradientType=0);
}

#data .dataFlex .box.box01 {
	padding: 52px 0 0 0;
}

#data .dataFlex .box.box02 {
	background: #AB53FF;
	background: -webkit-linear-gradient(185deg, rgba(171, 83, 255, 1) 24%, rgba(255, 219, 99, 1) 98%);
	background: -moz-linear-gradient(185deg, rgba(171, 83, 255, 1) 24%, rgba(255, 219, 99, 1) 98%);
	background: linear-gradient(185deg, rgba(171, 83, 255, 1) 24%, rgba(255, 219, 99, 1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#AB53FF", endColorstr="#FFDB63", GradientType=0);
}

#data .dataFlex .box h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
}

#data .dataFlex .box h3 small {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#data .dataFlex .box h3 b {
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	margin-bottom: 12px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#data .dataFlex .box .countUp {
	margin: 0;
}

#data .dataFlex .box .countUp h4 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

#data .dataFlex .box .countUp h4 b {
	font-size: 130px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #fff;
	font-family: "Roboto", sans-serif;
}

#data .dataFlex .box.box01 .countUp h4 b {
	letter-spacing: -0.05em;
	margin: 0 5px 0 0;
}

#data .dataFlex .box.box02 .countUp h4 b {
	letter-spacing: -0.1em;
	margin: 0 16px 0 0;
}

#data .dataFlex .box .countUp h4 small {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	margin: 0 4px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	transform: translate(1px, -20px);
	-webkit-transform: translate(1px, -20px);
	-moz-transform: translate(1px, -20px);
}

#data .dataFlex .box.box01 .img {
	width: 100%;
	max-width: 118px;
	margin: 0 auto 4px;
}

#data .dataFlex .box.box02 .img {
	width: 100%;
	max-width: 118px;
	margin: 5px auto 0;
}

#data .dataFlex .box.box03 .img {
	width: 100%;
	max-width: 118px;
	margin: 5px auto 0;
}

#data .btPosition {
	display: flex;
	justify-content: flex-end;
}

#data .btPosition .arrowBt {
	width: 224px;
}

/*----------------------------------------------------
 #works
----------------------------------------------------*/

#works {
	position: relative;
	overflow: hidden;
	padding: 0 0 132px 0;
}

#works .worksFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

#works .worksFlex .headArea {
	width: calc(100% - 711px);
}

#works .worksFlex .headArea .head {
	margin-bottom: 65px;
	padding: 18px 0 0 0;
}

#works .worksFlex .headArea .head h2 {
	display: flex;
	flex-direction: column;
}

#works .worksFlex .headArea .head h2 small {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin-bottom: 39px;
	padding: 0 0 0 19px;
}

#works .worksFlex .headArea .head h2 small:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8F76D6;
	background: -webkit-linear-gradient(90deg, rgba(143, 118, 214, 1) 0%, rgba(215, 95, 236, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(143, 118, 214, 1) 0%, rgba(215, 95, 236, 1) 100%);
	background: linear-gradient(90deg, rgba(143, 118, 214, 1) 0%, rgba(215, 95, 236, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8F76D6", endColorstr="#D75FEC", GradientType=1);
	position: absolute;
	left: 0;
	top: 7px;
}

#works .worksFlex .headArea .head h2 b {
	font-size: 88px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #000;
	font-family: "Roboto", sans-serif;
}

#works .worksFlex .headArea .arrowBt {
	width: 224px;
}

#works .worksFlex .worksList {
	width: 711px;
	margin-top: 82px;
	border-top: 2px solid #AAAAAA;
}

#works .worksFlex .worksList .box a {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #AAAAAA;
	padding: 40px 0 38px 0;
}

#works .worksFlex .worksList .box a .conts {
	width: calc(100% - 310px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#works .worksFlex .worksList .box a .conts .gradeTex {
	display: flex;
	align-items: flex-start;
}

#works .worksFlex .worksList .box a .conts .gradeTex p {
	font-size: 20px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0;
	font-family: "Inter", sans-serif;
	background: #78DAFE;
	background: -webkit-linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	background: linear-gradient(90deg, rgba(120, 218, 254, 1) 0%, rgba(207, 157, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78DAFE", endColorstr="#CF9DFF", GradientType=1);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#works .worksFlex .worksList .box a .conts .texContents {
	padding: 0 0 4px 0;
}

#works .worksFlex .worksList .box.box02 a .conts .texContents {
	padding: 0 0 16px 0;
}

#works .worksFlex .worksList .box.box03 a .conts .texContents {
	padding: 0 0 16px 0;
}

#works .worksFlex .worksList .box a .conts .texContents h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0;
	color: #000;
	margin-bottom: 18px;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#works .worksFlex .worksList .box a .conts .texContents p {
	font-size: 16px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

#works .worksFlex .worksList .box a .imageArea {
	position: relative;
	width: 253px;
}

#works .worksFlex .worksList .box a .imageArea .arrowBox {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	width: 63px;
	height: 61px;
	border-radius: 26px 0 0 0;
	padding: 4px 0 0 7px;
}

#works .worksFlex .worksList .box a .imageArea .arrowBox .oraclelink {
	width: 43px;
	height: 43px;
}

#works .worksFlex .worksList .box a .imageArea .arrowBox .oraclelink .icon {
	width: 12px;
}

#works .worksFlex .worksList .box a .imageArea .arrowBox .oraclelink .icon svg {
	max-width: 100%;
}

#works .bnFlex {
	display: flex;
	justify-content: space-between;
}

#works .bnFlex .box {
	position: relative;
	width: 532px;
	height: 201px;
}

#works .bnFlex .box a {
	display: block;
	width: 100%;
	height: 100%;
}

#works .bnFlex .box .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

#works .bnFlex .box h4 {
	font-size: 28px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0;
	white-space: nowrap;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	position: absolute;
	top: 50%;
	left: 49%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#works .bnFlex .box .arrowBox {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	width: 91px;
	height: 80px;
	border-radius: 26px 0 0 0;
	padding: 8px 0 0 2px;
}

#works .bnFlex .box .oraclelink {
	width: 48px;
	height: 48px;
}

#works .bnFlex .box .oraclelink .icon {
	width: 14px;
}

#works .bnFlex .box .oraclelink .icon svg {
	max-width: 100%;
}

/*----------------------------------------------------
 #movie
----------------------------------------------------*/

#movie {
	position: relative;
	overflow: hidden;
	padding: 0 0 0 0;
	z-index: 1;
}

#movie .inner {
	max-width: initial;
	width: calc(100% - 8.6rem);
}

#movie .movieBox {
	position: relative;
	overflow: hidden;
	height: auto;
  aspect-ratio: 201 / 97;
	border-radius: 36px;
}

#movie .movieBox .boxHead {
	position: absolute;
	top: 50%;
	left: 49.8%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 1;
}

#movie .movieBox .boxHead h2 {
	font-size: 80px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.08em;
	color: #fff;
	font-family: "Roboto", sans-serif;
}

#movie .movieBox video {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
}

/*----------------------------------------------------
 Hover
----------------------------------------------------*/

@media screen and (min-width: 769px) {

	#people .box a:hover .oraclelink {
		background: #fff;
	}

	#people .box a:hover .oraclelink .icon {
		transform: translateX(3px);
		-webkit-transform: translateX(3px);
		-moz-transform: translateX(3px);
	}

	#people .box a:hover .oraclelink #shortArrow {
		fill: #000;
	}

	#culture .cultureFlex .box a:hover .oraclelink {
		background: #fff;
	}

	#culture .cultureFlex .box a:hover .oraclelink .icon {
		transform: translateX(3px);
		-webkit-transform: translateX(3px);
		-moz-transform: translateX(3px);
	}

	#culture .cultureFlex .box a:hover .oraclelink #shortArrow {
		fill: #000;
	}

	#works .worksFlex .worksList .box a:hover .imageArea .arrowBox .oraclelink {
		background: #fff;
	}

	#works .worksFlex .worksList .box a:hover .imageArea .arrowBox .oraclelink .icon {
		transform: translateX(3px);
		-webkit-transform: translateX(3px);
		-moz-transform: translateX(3px);
	}

	#works .worksFlex .worksList .box a:hover .imageArea .arrowBox .oraclelink #shortArrow {
		fill: #000;
	}

	#works .bnFlex .box a:hover .oraclelink {
		background: #fff;
	}

	#works .bnFlex .box a:hover .oraclelink .icon {
		transform: translateX(3px);
		-webkit-transform: translateX(3px);
		-moz-transform: translateX(3px);
	}

	#works .bnFlex .box a:hover .oraclelink #shortArrow {
		fill: #000;
	}

}

/*----------------------------------------------------
 pc vw
----------------------------------------------------*/

@media screen and (min-width: 769px) and (max-width: 1100px) {
	/*----------------------------------------------------
	#visual
	----------------------------------------------------*/

	#visual {
		padding: 19.844vw 0 34.844vw 0;
	}

	#visual .inner {
		max-width: 64.609vw;
	}

	#visual .bgLeft {
		top: 7.578vw;
		max-width: 57.422vw;
	}

	#visual .bgRight {
		top: 4.688vw;
		max-width: 39.531vw;
	}

	#visual .head h2 small {
		font-size: 2.031vw;
		margin-bottom: 2.734vw;
		padding: 0 0 0 1.797vw;
	}

	#visual .head h2 b {
		max-width: 64.609vw;
		padding: 0 0 0 0.938vw;
	}

	#visual .objImg {
		max-width: 34.063vw;
		right: -12.734vw;
		bottom: -17.187vw;
	}

	/*----------------------------------------------------
	#message
	----------------------------------------------------*/

	#message {
		padding: 0 0 7.187vw 0;
	}

	#message .messageFlex {
		margin-bottom: 11.797vw;
	}

	#message .messageFlex .head {
		padding: 1.406vw 0 0 0;
	}

	#message .messageFlex .head h2 small {
		font-size: 1.563vw;
		margin-bottom: 3.047vw;
		padding: 0 0 0 1.484vw;
	}

	#message .messageFlex .head h2 small:before {
		width: 0.625vw;
		height: 0.625vw;
		top: 0.547vw;
	}

	#message .messageFlex .head h2 b {
		font-size: 6.875vw;
	}

	#message .messageFlex .conts {
		width: 42.891vw;
	}

	#message .messageFlex .conts p {
		font-size: 1.875vw;
		margin-bottom: 4.219vw;
	}

	#message .messageFlex .conts p.last {
		margin-bottom: 3.984vw;
	}

	#message .texScroll .leftScroll {
		margin-bottom: 0.906vw;
	}

	#message .texScroll .slideTexTop {
		margin-bottom: 4.375vw;
		padding: 1.563vw 0 0 0;
	}

	#message .texScroll .slideTexTop p {
		font-size: 14.375vw;
	}

	#message .texScroll .slideTexTop p:last-child {
		margin-right: 4.609vw;
	}

	#message .texScroll .slideTexTop .img {
		width: 25vw;
		margin: 0 4.609vw;
	}

	#message .texScroll .slideTexTop .img img {
		transform: translate(-0.781vw, -0.781vw);
		-webkit-transform: translate(-0.781vw, -0.781vw);
		-moz-transform: translate(-0.781vw, -0.781vw);
	}

	#message .texScroll .slideTexTop .img:before {
		border-radius: 1.563vw;
		left: 0.781vw;
		top: 0.781vw;
	}

	#message .texScroll .slideTexBottom {
		margin-bottom: 4.375vw;
		padding: 1.563vw 0 0 0;
	}

	#message .texScroll .slideTexBottom p {
		font-size: 14.375vw;
	}

	#message .texScroll .slideTexBottom p:last-child {
		margin-right: 4.609vw;
	}

	#message .texScroll .slideTexBottom .img {
		width: 25vw;
		margin: 0 4.609vw 0 0.938vw;
	}

	#message .texScroll .slideTexBottom .img img {
		transform: translate(-0.781vw, -0.781vw);
		-webkit-transform: translate(-0.781vw, -0.781vw);
		-moz-transform: translate(-0.781vw, -0.781vw);
	}

	#message .texScroll .slideTexBottom  .img:before {
		border-radius: 1.563vw;
		left: 0.781vw;
		top: 0.781vw;
	}

	/*----------------------------------------------------
	#people
	----------------------------------------------------*/

	#people {
		padding: 0 0 11.563vw 0;
	}

	#people .headFlex {
		margin-bottom: 5.078vw;
	}

	#people .headFlex .head {
		padding: 1.406vw 0 0 0;
	}

	#people .headFlex .head h2 small {
		font-size: 1.563vw;
		margin-bottom: 3.047vw;
		padding: 0 0 0 1.484vw;
	}

	#people .headFlex .head h2 small:before {
		width: 0.625vw;
		height: 0.625vw;
		top: 0.547vw;
	}

	#people .headFlex .head h2 b {
		font-size: 6.875vw;
	}

	#people .headFlex .arrowBt {
		width: 17.5vw;
		transform: translateY(0.313vw);
		-webkit-transform: translateY(0.313vw);
		-moz-transform: translateY(0.313vw);
	}

	#people .box {
		width: 50.313vw;
		transform: scale(0.866) translateY(1.563vw);
		-webkit-transform: scale(0.866) translateY(1.563vw);
		-moz-transform: scale(0.866) translateY(1.563vw);
	}

	#people .box .movieBox .gradeTex {
		left: 2.188vw;
		bottom: 3.359vw;
	}

	#people .box .movieBox .gradeTex p span {
		font-size: 1.875vw;
		border-radius: 0.313vw;
		margin-top: 1.406vw;
		padding: 0.625vw 0.938vw;
	}

	#people .box .movieBox .gradeTex p span:first-child:after {
		width: calc(100% + 0.625vw);
		height: calc(100% + 0.625vw);
		border-radius: 0.313vw;
	}

	#people .box .movieBox .gradeTex p span:last-child:after {
		width: calc(100% + 0.625vw);
		height: calc(100% + 0.625vw);
		border-radius: 0.313vw;
	}

	#people .box .movieBox video {
		border-radius: 2.031vw;
	}

	#people .box .movieBox .arrowBox {
		bottom: 0.625vw;
		width: 7.969vw;
		height: 6.016vw;
		border-radius: 2.031vw 0 0 0;
		padding: 2.109vw 0 0 0.781vw;
	}

	#people .box.slick-center .movieBox .arrowBox {
		width: 9.297vw;
		height: 7.031vw;
	}

	#people .box.slick-center .movieBox .arrowBox:before {
		width: 1.875vw;
		height: 1.875vw;
		left: -1.875vw;
		bottom: 0.078vw;
	}

	#people .box.slick-center .movieBox .arrowBox:after {
		width: 1.875vw;
		height: 1.875vw;
		top: -1.875vw;
	}

	#people .box .conts {
		padding: 1.406vw 0 0 0;
	}

	#people .box .conts .nameFlex .nameInitial {
		margin-right: 2.188vw;
	}

	#people .box .conts .nameFlex .nameInitial p {
		font-size: 5vw;
	}

	#people .box .conts .nameFlex .nameInfo .type {
		font-size: 1.563vw;
		margin-bottom: 0.781vw;
	}

	#people .box .conts .nameFlex .nameInfo .days {
		font-size: 1.172vw;
	}

	#people .slick-dots {
		bottom: -3.984vw;
	}

	#people .slick-dots li {
		width: 0.938vw;
		height: 0.938vw;
		margin: 0 0.469vw;
	}

	#people .slick-dots li.slick-active {
		width: 3.281vw;
		height: 0.938vw;
	}

	#people .slick-dots li.slick-active button {
		border-radius: 3.594vw;
	}

	/*----------------------------------------------------
	#culture
	----------------------------------------------------*/

	#culture {
		padding: 0 0 9.297vw 0;
	}

	#culture .head {
		margin-bottom: 3.516vw;
		padding: 1.406vw 0 0 0.234vw;
	}

	#culture .head h2 small {
		font-size: 1.563vw;
		margin-bottom: 3.047vw;
		padding: 0 0 0 1.484vw;
	}

	#culture .head h2 small:before {
		width: 0.625vw;
		height: 0.625vw;
		top: 0.547vw;
	}

	#culture .head h2 b {
		font-size: 6.875vw;
	}

	#culture .cultureFlex {
		padding: 0 7.031vw;
	}

	#culture .cultureFlex .box {
		width: 32.188vw;
	}

	#culture .cultureFlex .box .imageBox .arrowBox {
		width: 7.422vw;
		height: 8.359vw;
		border-radius: 2.031vw 0 0 0;
		padding: 0.703vw 0 0 0.781vw;
	}

	#culture .cultureFlex .box .conts {
		padding: 2.891vw 0 0 0;
	}

	#culture .cultureFlex .box .conts h3 small {
		font-size: 1.25vw;
		margin-bottom: 2.188vw;
	}

	#culture .cultureFlex .box .conts h3 b {
		font-size: 4.531vw;
	}

	#culture .cultureFlex .box.box01 {
		margin-top: 9.375vw;
	}

	#culture .cultureFlex .box.box01 .conts h3 small {
		margin-bottom: 1.484vw;
	}

	/*----------------------------------------------------
	#data
	----------------------------------------------------*/

	#data {
		padding: 0 0 9.141vw 0;
	}

	#data .head {
		margin-bottom: 3.516vw;
	}

	#data .head h2 small {
		font-size: 1.25vw;
		margin-bottom: 1.563vw;
	}

	#data .head h2 b {
		font-size: 4.531vw;
	}

	#data .dataFlex {
		margin-bottom: 3.125vw;
	}

	#data .dataFlex .box {
		width: 27.266vw;
		height: 34.063vw;
		padding: 3.516vw 0 0 0;
		border-radius: 2.891vw;
	}

	#data .dataFlex .box.box01 {
		padding: 4.063vw 0 0 0;
	}

	#data .dataFlex .box h3 {
		margin-bottom: 0.781vw;
	}

	#data .dataFlex .box h3 small {
		font-size: 1.563vw;
	}

	#data .dataFlex .box h3 b {
		font-size: 2.031vw;
		margin-bottom: 0.938vw;
	}

	#data .dataFlex .box .countUp h4 b {
		font-size: 10.156vw;
	}

	#data .dataFlex .box.box01 .countUp h4 b {
		margin: 0 0.391vw 0 0;
	}

	#data .dataFlex .box.box02 .countUp h4 b {
		margin: 0 1.25vw 0 0;
	}

	#data .dataFlex .box .countUp h4 small {
		font-size: 3.75vw;
		margin: 0 0.313vw;
		transform: translate(0.078vw, -1.563vw);
		-webkit-transform: translate(0.078vw, -1.563vw);
		-moz-transform: translate(0.078vw, -1.563vw);
	}

	#data .dataFlex .box.box01 .img {
		max-width: 9.219vw;
		margin: 0 auto 0.313vw;
	}

	#data .dataFlex .box.box02 .img {
		max-width: 9.219vw;
		margin: 0.391vw auto 0;
	}

	#data .dataFlex .box.box03 .img {
		max-width: 9.219vw;
		margin: 0.391vw auto 0;
	}

	#data .btPosition .arrowBt {
		width: 17.5vw;
	}

	/*----------------------------------------------------
	#works
	----------------------------------------------------*/

	#works {
		padding: 0 0 10.313vw 0;
	}

	#works .worksFlex {
		margin-bottom: 7.813vw;
	}

	#works .worksFlex .headArea {
		width: calc(100% - 55.547vw);
	}

	#works .worksFlex .headArea .head {
		margin-bottom: 5.078vw;
		padding: 1.406vw 0 0 0;
	}

	#works .worksFlex .headArea .head h2 small {
		font-size: 1.563vw;
		margin-bottom: 3.047vw;
		padding: 0 0 0 1.484vw;
	}

	#works .worksFlex .headArea .head h2 small:before {
		width: 0.625vw;
		height: 0.625vw;
		top: 0.547vw;
	}

	#works .worksFlex .headArea .head h2 b {
		font-size: 6.875vw;
	}

	#works .worksFlex .headArea .arrowBt {
		width: 17.5vw;
	}

	#works .worksFlex .worksList {
		width: 55.547vw;
		margin-top: 6.406vw;
		border-top: 0.156vw solid #AAAAAA;
	}

	#works .worksFlex .worksList .box a {
		border-bottom: 0.156vw solid #AAAAAA;
		padding: 3.125vw 0 2.969vw 0;
	}

	#works .worksFlex .worksList .box a .conts {
		width: calc(100% - 24.219vw);
	}

	#works .worksFlex .worksList .box a .conts .gradeTex p {
		font-size: 1.563vw;
	}

	#works .worksFlex .worksList .box a .conts .texContents {
		padding: 0 0 0.313vw 0;
	}

	#works .worksFlex .worksList .box.box02 a .conts .texContents {
		padding: 0 0 1.25vw 0;
	}

	#works .worksFlex .worksList .box.box03 a .conts .texContents {
		padding: 0 0 1.25vw 0;
	}

	#works .worksFlex .worksList .box a .conts .texContents h3 {
		font-size: 2.344vw;
		margin-bottom: 1.406vw;
	}

	#works .worksFlex .worksList .box a .conts .texContents p {
		font-size: 1.25vw;
	}

	#works .worksFlex .worksList .box a .imageArea {
		width: 19.766vw;
	}

	#works .worksFlex .worksList .box a .imageArea .arrowBox {
		width: 4.922vw;
		height: 4.766vw;
		border-radius: 2.031vw 0 0 0;
		padding: 0.313vw 0 0 0.547vw;
	}

	#works .worksFlex .worksList .box a .imageArea .arrowBox .oraclelink {
		width: 3.359vw;
		height: 3.359vw;
	}

	#works .worksFlex .worksList .box a .imageArea .arrowBox .oraclelink .icon {
		width: 0.938vw;
	}

	#works .bnFlex .box {
		width: 41.563vw;
		height: 15.703vw;
	}

	#works .bnFlex .box h4 {
		font-size: 2.188vw;
	}

	#works .bnFlex .box .arrowBox {
		width: 7.109vw;
		height: 6.25vw;
		border-radius: 2.031vw 0 0 0;
		padding: 0.625vw 0 0 0.156vw;
	}

	#works .bnFlex .box .oraclelink {
		width: 3.75vw;
		height: 3.75vw;
	}

	#works .bnFlex .box .oraclelink .icon {
		width: 1.094vw;
	}

	/*----------------------------------------------------
	#movie
	----------------------------------------------------*/

	#movie .movieBox {
		border-radius: 2.813vw;
	}

	#movie .movieBox .boxHead h2 {
		font-size: 6.25vw;
	}

	#movie .movieBox video {
		border-radius: 2.344vw;
	}
}

/*----------------------------------------------------
 SP
----------------------------------------------------*/

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

	/*----------------------------------------------------
	#visual
	----------------------------------------------------*/

	#visual {
		padding: 35.733vw 0 15.2vw 0;
	}

	#visual .bgLeft {
		top: 34.667vw;
		max-width: 62.133vw;
	}

	#visual .bgRight {
		top: 34.667vw;
		max-width: 39.467vw;
	}

	#visual .head {
		padding: 0 0 0 2.133vw;
	}

	#visual .head h2 small {
		font-size: 4.267vw;
		margin-bottom: 4.8vw;
		padding: 0 0 0 6.133vw;
	}

	#visual .head h2 b {
		width: 100%;
		max-width: 220.533vw;
		padding: 0 0 0 3.2vw;
	}

	#visual .objImg {
    max-width: 73.6vw;
    position: relative;
    right: initial;
    bottom: initial;
    margin: 7.733vw auto 0;
	}

	/*----------------------------------------------------
	#message
	----------------------------------------------------*/

	#message {
		padding: 0 0 16.8vw 0;
	}

	#message .messageFlex {
		flex-direction: column;
		margin-bottom: 30.4vw;
	}

	#message .messageFlex .head {
		margin-bottom: 14.667vw;
		padding: 4.8vw 0 0 0;
	}

	#message .messageFlex .head h2 {
		display: flex;
		flex-direction: column;
	}

	#message .messageFlex .head h2 small {
		font-size: 4.8vw;
		margin-bottom: 6.4vw;
		padding: 0 0 0 5.067vw;
	}

	#message .messageFlex .head h2 small:before {
		left: 0;
		top: 1.867vw;
	}

	#message .messageFlex .head h2 b {
		font-size: 16vw;
	}

	#message .messageFlex .conts {
		width: 100%;
	}

	#message .messageFlex .conts p {
		font-size: 5.333vw;
		letter-spacing: 0.1em;
		margin-bottom: 11.467vw;
	}

	#message .messageFlex .conts p.last {
		margin-bottom: 15.467vw;
	}

	#message .texScroll .leftScroll {
		margin-bottom: -14.933vw;
	}

	#message .texScroll .slideTexTop {
		margin-bottom: 14.933vw;
		padding: 5.333vw 0 0 0;
	}

	#message .texScroll .slideTexTop p {
		font-size: 34.133vw;
	}

	#message .texScroll .slideTexTop p:last-child {
		margin-right: 8.533vw;
	}

	#message .texScroll .slideTexTop .img {
		width: 61.333vw;
		margin: 0 8.533vw;
	}

	#message .texScroll .slideTexTop .img img {
		transform: translate(-1.333vw, -1.333vw);
		-webkit-transform: translate(-1.333vw, -1.333vw);
		-moz-transform: translate(-1.333vw, -1.333vw);
	}

	#message .texScroll .slideTexTop .img:before {
		left: 1.333vw;
		top: 1.333vw;
	}

	#message .texScroll .slideTexBottom {
		margin-bottom: 14.933vw;
		padding: 5.333vw 0 0 0;
	}

	#message .texScroll .slideTexBottom p {
		font-size: 34.133vw;
	}

	#message .texScroll .slideTexBottom p:last-child {
		margin-right: 15.733vw;
	}

	#message .texScroll .slideTexBottom .img {
		width: 61.333vw;
		margin: 0 8.533vw 0 3.2vw;
	}

	#message .texScroll .slideTexBottom .img img {
		transform: translate(-1.333vw, -1.333vw);
		-webkit-transform: translate(-1.333vw, -1.333vw);
		-moz-transform: translate(-1.333vw, -1.333vw);
	}

	#message .texScroll .slideTexBottom  .img:before {
		left: 1.333vw;
		top: 1.333vw;
	}

	/*----------------------------------------------------
	#people
	----------------------------------------------------*/

	#people {
		padding: 0 0 29.333vw 0;
	}

	#people .headFlex {
		flex-direction: column;
		margin-bottom: 13.067vw;
	}

	#people .headFlex .head {
		padding: 4.8vw 0 0 0;
	}

	#people .headFlex .head h2 small {
		font-size: 5.333vw;
		margin-bottom: 8vw;
		padding: 0 0 0 5.067vw;
	}

	#people .headFlex .head h2 small:before {
		left: 0;
		top: 1.867vw;
	}

	#people .headFlex .head h2 b {
		font-size: 21.333vw;
	}

	#people .headFlex .arrowBt {
		width: 59.733vw;
		transform: translateY(1.067vw);
		-webkit-transform: translateY(1.067vw);
		-moz-transform: translateY(1.067vw);
	}

	#people .box {
		width: 90.4vw;
		transform: scale(0.866) translateY(0);
		-webkit-transform: scale(0.866) translateY(0);
		-moz-transform: scale(0.866) translateY(0);
	}

	#people .box.slick-center {
		transform: scale(1) translateY(0);
		-webkit-transform: scale(1) translateY(0);
		-moz-transform: scale(1) translateY(0);
	}

	#people .box .movieBox video {
		border-radius: 3.733vw;
	}

	#people .box .movieBox .gradeTex {
    left: 4.267vw;
    bottom: 7.2vw;
	}

	#people .box .movieBox .gradeTex p span {
		font-size: 3.733vw;
		border-radius: 1.067vw;
		margin-top: 2.133vw;
		padding: 1.333vw 1.867vw;
	}

	#people .box .movieBox .gradeTex p span:first-child:after {
		width: calc(100% + 1.6vw);
		height: calc(100% + 1.6vw);
		border-radius: 1.067vw;
	}

	#people .box .movieBox .gradeTex p span:last-child:after {
		width: calc(100% + 1.6vw);
		height: calc(100% + 1.6vw);
		border-radius: 1.067vw;
	}

	#people .box .movieBox .arrowBox {
		width: 16.533vw;
    height: 12.533vw;
		border-radius: 6.933vw 0 0 0;
		padding: 4.267vw 0 0 1.333vw;
	}

	#people .box.slick-center .movieBox .arrowBox {
		width: 16.533vw;
		height: 13.067vw;
		border-radius: 3.733vw 0 0 0;
		padding: 3.733vw 0 0 1.333vw;
	}

	#people .box .conts {
		padding: 4.533vw 0 0 0;
	}

	#people .box .conts .nameFlex .nameInitial {
		margin-right: 4vw;
	}

	#people .box .conts .nameFlex .nameInitial p {
		font-size: 11.2vw;
	}

	#people .box .conts .nameFlex .nameInfo {
		display: flex;
		flex-direction: column;
	}

	#people .box .conts .nameFlex .nameInfo .type {
		font-size: 3.733vw;
		margin-bottom: 2.133vw;
	}

	#people .box .conts .nameFlex .nameInfo .days {
		font-size: 3.2vw;
	}

	#people .slick-dotted.slick-slider {
		margin-bottom: 25.067vw;
	}

	#people .slick-dots {
		bottom: -10.133vw;
	}

	#people .slick-dots li {
		width: 2.667vw;
		height: 2.667vw;
		margin: 0 1.333vw;
	}

	#people .slick-dots li.slick-active {
		width: 9.6vw;
		height: 2.667vw;
	}

	#people .slick-dots li.slick-active button {
		border-radius: 10.667vw;
	}

	#people .btPosition {
		display: flex;
		justify-content: flex-end;
	}

	#people .btPosition .arrowBt {
		max-width: 58.4vw;
	}

	/*----------------------------------------------------
	#culture
	----------------------------------------------------*/

	#culture {
		padding: 0 0 28.533vw 0;
	}

	#culture .head {
		margin-bottom: 13.333vw;
		padding: 4.8vw 0 0 0;
	}

	#culture .head h2 small {
		font-size: 5.333vw;
		margin-bottom: 8vw;
		padding: 0 0 0 5.067vw;
	}

	#culture .head h2 small:before {
		left: 0;
		top: 1.867vw;
	}

	#culture .head h2 b {
		font-size: 21.333vw;
	}

	#culture .cultureFlex {
		flex-direction: column;
		padding: 0 0;
	}

	#culture .cultureFlex .box {
		width: 100%;
	}

	#culture .cultureFlex .box .imageBox .arrowBox {
		width: 20.8vw;
		height: 23.467vw;
		border-radius: 6.933vw 0 0 0;
		padding: 0.533vw 0 0 2.133vw;
	}

	#culture .cultureFlex .box .imageBox .arrowBox .oraclelink {
		width: 12.267vw;
		height: 12.267vw;
	}

	#culture .cultureFlex .box .imageBox .arrowBox .oraclelink .icon {
		width: 2.616vw;
		line-height: 1.973vw;
	}

	#culture .cultureFlex .box .conts {
		padding: 9.867vw 0 0 0;
	}

	#culture .cultureFlex .box .conts h3 small {
		font-size: 4.267vw;
		margin-bottom: 7.467vw;
	}

	#culture .cultureFlex .box .conts h3 b {
		font-size: 12.8vw;
	}

	#culture .cultureFlex .box.box01 {
		margin-top: 0;
		margin-bottom: 16.533vw;
	}

	#culture .cultureFlex .box.box01 .conts h3 small {
		margin-bottom: 6.133vw;
	}

	/*----------------------------------------------------
	#data
	----------------------------------------------------*/

	#data {
		padding: 0 0 29.333vw 0;
	}

	#data .head {
		margin-bottom: 10.933vw;
		padding: 0 0 0 0;
	}

	#data .head h2 small {
		font-size: 4.267vw;
		margin-bottom: 6.667vw;
	}

	#data .head h2 b {
		font-size: 12.8vw;
	}

	#data .dataFlex {
		flex-direction: column;
		margin-bottom: 9.067vw;
	}

	#data .dataFlex .box {
		width: 100%;
		height: 112.8vw;
		margin-bottom: 6.933vw;
		padding: 12vw 0 0 0;
		border-radius: 9.584vw;
	}

	#data .dataFlex .box.box01 {
		padding: 13.867vw 0 0 0;
	}

	#data .dataFlex .box h3 {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 1.333vw;
	}

	#data .dataFlex .box h3 small {
		font-size: 5.067vw;
	}

	#data .dataFlex .box h3 b {
		font-size: 6.667vw;
		margin-bottom: 3.2vw;
	}

	#data .dataFlex .box .countUp {
		margin: 0;
	}

	#data .dataFlex .box .countUp h4 {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	#data .dataFlex .box .countUp h4 b {
		font-size: 36.267vw;
	}

	#data .dataFlex .box .countUp h4 small {
		font-size: 12.267vw;
		margin: 0 1.067vw;
		transform: translate(0.267vw, -7.467vw);
		-webkit-transform: translate(0.267vw, -7.467vw);
		-moz-transform: translate(0.267vw, -7.467vw);
	}

	#data .dataFlex .box.box01 .img {
		max-width: 30.667vw;
		margin: -2.4vw auto 2.933vw;
	}

	#data .dataFlex .box.box02 .img {
    max-width: 30.667vw;
    margin: 0 auto 2.133vw;
	}

	#data .dataFlex .box.box03 .img {
		max-width: 30.667vw;
		margin: 0 auto 2.4vw;
	}

	#data .btPosition {
		display: flex;
		justify-content: flex-end;
	}

	#data .btPosition .arrowBt {
		width: 58.4vw;
	}

	/*----------------------------------------------------
	#works
	----------------------------------------------------*/

	#works {
		padding: 0 0 24vw 0;
	}

	#works .worksFlex {
		flex-direction: column;
		margin-bottom: 32.267vw;
	}

	#works .worksFlex .headArea {
		width: 100%;
	}

	#works .worksFlex .headArea .head {
		margin-bottom: 16vw;
		padding: 4.8vw 0 0 0;
	}

	#works .worksFlex .headArea .head h2 small {
		font-size: 5.333vw;
		margin-bottom: 8vw;
		padding: 0 0 0 5.067vw;
	}

	#works .worksFlex .headArea .head h2 small:before {
		left: 0;
		top: 1.867vw;
	}

	#works .worksFlex .headArea .head h2 b {
		font-size: 21.333vw;
	}

	#works .worksFlex .headArea .arrowBt {
		width: 59.733vw;
	}

	#works .worksFlex .worksList {
		width: 100%;
		margin-top: 0;
		margin-bottom: 16.267vw;
		border-top: 0.533vw solid #AAAAAA;
	}

	#works .worksFlex .worksList .box a {
		flex-direction: column;
		border-bottom: 0.533vw solid #AAAAAA;
		padding: 10.667vw 0 9.6vw 0;
	}

	#works .worksFlex .worksList .box a .conts {
		width: 100%;
	}

	#works .worksFlex .worksList .box a .conts .gradeTex {
		margin-bottom: 9.333vw;
	}

	#works .worksFlex .worksList .box.box02 a .conts .gradeTex {
		margin-bottom: 10.933vw;
	}

	#works .worksFlex .worksList .box.box03 a .conts .gradeTex {
		margin-bottom: 10.933vw;
	}

	#works .worksFlex .worksList .box a .conts .gradeTex p {
		font-size: 5.333vw;
	}

	#works .worksFlex .worksList .box a .conts .texContents {
		margin-bottom: 8.8vw;
		padding: 0 0 0 0;
	}

	#works .worksFlex .worksList .box.box02 a .conts .texContents {
		padding: 0 0 0 0;
	}

	#works .worksFlex .worksList .box.box03 a .conts .texContents {
		padding: 0 0 0 0;
	}

	#works .worksFlex .worksList .box a .conts .texContents h3 {
		font-size: 8vw;
		margin-bottom: 4.267vw;
	}

	#works .worksFlex .worksList .box.box02 a .conts .texContents h3 {
		margin-bottom: 5.6vw;
	}

	#works .worksFlex .worksList .box.box03 a .conts .texContents h3 {
		margin-bottom: 5.6vw;
	}

	#works .worksFlex .worksList .box a .conts .texContents p {
		font-size: 4.267vw;
	}

	#works .worksFlex .worksList .box a .imageArea {
		position: relative;
		width: 100%;
	}

	#works .worksFlex .worksList .box a .imageArea .arrowBox {
		width: 16.8vw;
		height: 16.267vw;
		border-radius: 6.933vw 0 0 0;
		padding: 1.867vw 0 0 2.933vw;
	}

	#works .worksFlex .worksList .box a .imageArea .arrowBox .oraclelink {
		width: 10.667vw;
		height: 10.667vw;
	}

	#works .worksFlex .worksList .box a .imageArea .arrowBox .oraclelink .icon {
		width: 3.2vw;
	}

	#works .worksFlex .btPosition {
		display: flex;
		justify-content: flex-end;
	}

	#works .worksFlex .btPosition .arrowBt {
		max-width: 58.4vw;
	}

	#works .bnFlex {
		flex-direction: column;
	}

	#works .bnFlex .box {
		position: relative;
		width: 100%;
		height: 48vw;
		margin-bottom: 7.733vw;
	}

	#works .bnFlex .box h4 {
		font-size: 6.933vw;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	#works .bnFlex .box .arrowBox {
		width: 16vw;
		height: 16.267vw;
		border-radius: 6.933vw 0 0 0;
		padding: 2.667vw 0 0 2.933vw;
	}

	#works .bnFlex .box .oraclelink {
		width: 10.667vw;
		height: 10.667vw;
	}

	#works .bnFlex .box .oraclelink .icon {
		width: 3.733vw;
	}

	/*----------------------------------------------------
	#movie
	----------------------------------------------------*/

	#movie .inner {
		width: calc(100% - 3.6rem);
	}

	#movie .movieBox {
    height: 74.667vw;
    aspect-ratio: initial;
    border-radius: 9.6vw;
	}

	#movie .movieBox .boxHead {
		position: absolute;
		top: 50%;
		left: 49.8%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		z-index: 1;
	}

	#movie .movieBox .boxHead h2 {
		font-size: 13.867vw;
		white-space: nowrap;
	}

	#movie .movieBox .movieBg {
		height: 100%;
	}

	#movie .movieBox video {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 8vw;
	}

}
