[data-lang="en"] {
	font-family: "Libre Baskerville", serif;
}

h2 span {
	display: block;
	color: #009117;
	letter-spacing: .05em;
}

h2 [data-lang="en"] {
	margin-bottom: 1.6rem;
	font-size: 86px;
	font-size: 8.6rem;
	font-weight: 400;
	line-height: 1.23256;
	opacity: .6;
}

h2 [data-lang="ja"] {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2.15;
}

h2 [data-lang="ja"]::before {
	-webkit-transform: translateY(3px);
	display: inline-block;
	width: 25px;
	height: 16px;
	margin-right: 9px;
	transform: translateY(3px);
	background-image: url(../img/icon_logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}

.subtitle {
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.46667;
}

.mainview {
	position: relative;
	padding: 0 50px;
	opacity: 1;
}

.mainview::before {
	-webkit-transition: .6s .2s  ease-in-out;
	display: block;
	z-index: 1000000000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	content: "";
	transition: .6s .2s  ease-in-out;
}

.mainview::after {
	-webkit-transform: translateX(-50%);
	-webkit-transition: .5s 1.6s ease-in;
	display: block;
	position: absolute;
	bottom: -7rem;
	left: 50%;
	width: 14px;
	height: 174px;
	transform: translateX(-50%);
	background-image: url(../img/home/icon_scroll.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px 170px;
	content: "";
	opacity: 0;
	transition: .5s 1.6s ease-in;
}

.mainview[data-inview="true"]::before {
	z-index: 1;
	opacity: 0;
}

.mainview[data-inview="true"]::after {
	bottom: -6.3rem;
	opacity: 1;
}

.mainview-wrap {
	position: relative;
	width: 100%;
	height: calc(100vh - 50px);
	min-height: 550px;
	overflow: hidden;
	background-image: url(../img/home/main.jpg);
	background-position: center;
	background-size: cover;
}

.mainview-copy {
	-webkit-transform: translate(-50%, -50%);
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.mainview-copy-cover {
	position: relative;
}

.mainview-copy-cover::before,
.mainview-copy-cover::after {
	-webkit-transition: .6s .6s ease-out;
	position: absolute;
	width: 0;
	height: 1px;
	background: #fff;
	content: "";
	transition: .6s .6s ease-out;
}

.mainview-copy-cover::before {
	top: 0;
	left: 0;
}

.mainview-copy-cover::after {
	right: 0;
	bottom: 0;
}

.mainview-copy h1 {
	display: block;
	position: relative;
	width: 370px;
	padding: 100px 45px;
}

.mainview-copy h1 svg {
	-webkit-transition: .6s 1.2s ease-out;
	-webkit-transform: translate3d(0, 50px, 0);
	display: block;
	width: 280px;
	max-width: 100%;
	transform: translate3d(0, 50px, 0);
	opacity: 0;
	transition: .6s 1.2s ease-out;
}

.mainview-copy h1::before,
.mainview-copy h1::after {
	-webkit-transition: .6s .6s ease-out;
	position: absolute;
	width: 1px;
	height: 0;
	background: #fff;
	content: "";
	transition: .6s .6s ease-out;
}

.mainview-copy h1::before {
	top: 3%;
	left: -14px;
}

.mainview-copy h1::after {
	right: -14px;
	bottom: 3%;
}

.mainview[data-inview="true"] .mainview-copy-cover::before,
.mainview[data-inview="true"] .mainview-copy-cover::after {
	width: 100%;
}

.mainview[data-inview="true"] h1::before,
.mainview[data-inview="true"] h1::after {
	height: 94%;
}

.mainview[data-inview="true"] h1 svg {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.about {
	position: relative;
	margin-bottom: 13.3rem;
	padding-top: 17rem;
}

.about::before {
	display: block;
	position: absolute;
	bottom: -8.5rem;
	left: 0;
	width: 48.4%;
	height: 397px;
	background: #F8F8F8;
	content: "";
}

.about-body {
	position: relative;
}

.about-en {
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: top left;
	display: block;
	z-index: 1;
	position: absolute;
	top: 27rem;
	left: 9px;
	margin-top: -10px;
	transform: rotate(-90deg);
	transform-origin: top left;
	color: #009117;
	font-size: 86px;
	font-size: 8.6rem;
	line-height: 1.25581;
	opacity: .6;
}

.about-image {
	padding: 0 60px;
}

.about-content {
	position: absolute;
	top: 74px;
	right: 0;
}

.about h2 {
	margin-bottom: .5rem;
	margin-left: -3.2rem;
}

.about .subtitle {
	margin-bottom: 4.7rem;
}

.about .subtitle+p {
	margin-bottom: 4.7rem;
	padding-left: .6rem;
	letter-spacing: .065em;
}

.about .btn {
	margin-left: .6rem;
}

.works {
	margin-bottom: 2.2rem;
}

.works h2 {
	margin-bottom: 2rem;
}

.works .subtitle {
	margin-bottom: 3.9rem;
}

.home-parallax {
	height: 308px;
	margin-bottom: 10.5rem;
	overflow: hidden;
	background: transparent;
}

.person {
	margin-bottom: 8.6rem;
}

.person .container {
	position: relative;
	padding-bottom: 4rem;
}

.person .container::before {
	display: block;
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 17.5rem;
	width: 100vw;
	height: calc(100% - 50px);
	background: #F8F8F8;
	content: "";
}

.person h2 [data-lang="en"] {
	margin-bottom: 5rem;
}

.person .subtitle {
	margin-bottom: 2.9rem;
	padding-left: 3rem;
}

.person .subtitle+p {
	padding-left: 3.5rem;
}

.person-menu {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: 7.5rem;
	justify-content: center;
}

.person-menu__item {
	-webkit-flex-basis: 22.85%;
	-ms-flex-preferred-size: 22.85%;
	flex-basis: 22.85%;
	margin-right: 2.85%;
	margin-bottom: 6rem;
}

.person-menu__photo img {
	width: 100%;
}

.person-menu__profile {
	position: relative;
	padding: 2.9rem 3rem;
	background: #fff;
}

.person-menu__profile-category {
	position: absolute;
	top: -1.35rem;
	left: 0;
	padding: .07rem 2rem;
	background: #009117;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2.15;
	text-align: center;
}

.person-menu__profile-year {
	color: #1A1311;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2.15;
}

.person-menu__profile-name [data-lang="ja"] {
	display: block;
	color: #1A1311;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
}

.person-menu__profile-name [data-lang="en"] {
	color: #009117;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.33333;
}

.person-menu__profile-history {
	color: #797979;
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: .05em;
	line-height: 2.15;
}

.recruit {
	padding-top: 7.6rem;
	padding-bottom: 8.9rem;
	background: url(../img/home/bg_recruit_pc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.recruit h2 {
	margin-bottom: 4rem;
}

.recruit h2 [data-lang="en"] {
	margin-bottom: 2.5rem;
	color: #fff;
	font-size: 70px;
	font-size: 7rem;
	line-height: 1.24286;
}

.recruit h2 [data-lang="ja"] {
	color: #fff;
}

.recruit h2 [data-lang="ja"]::before {
	background-image: url(../img/icon_logo_w.svg);
}

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

.works-menu {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 5.8rem;
	margin-right: -1.4%;
	margin-left: -1.4%;
}

.works-menu>div {
	-webkit-flex-basis: 30.5%;
	-ms-flex-preferred-size: 30.5%;
	position: relative;
	flex-basis: 30.5%;
	margin: 0 1.4% 7rem;
	text-align: center;
}

.works-menu>div::after {
	display: block;
	position: absolute;
	top: 0;
	right: -4.5%;
	width: 1px;
	height: 100%;
	background: #ddd;
	content: "";
}

.works-menu>div:nth-child(3n)::after,
.works-menu>div:last-child::after {
	content: none;
}

.works-menu>div figure figcaption {
	margin: 2rem 0 3.5rem;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 1;
}

.person-menu__item:nth-child(2),
.person-menu__item:nth-child(6),
.person-menu__item:nth-child(10),
.person-menu__item:nth-child(14) {
	margin-top: -3rem;
}

.person-menu__item:nth-child(3),
.person-menu__item:nth-child(7),
.person-menu__item:nth-child(11),
.person-menu__item:nth-child(15) {
	margin-top: -6rem;
}

.person-menu__item:nth-child(4n) {
	margin-top: -9rem;
	margin-right: 0;
}

.person-menu__item a {
	-webkit-transition: .3s;
	display: block;
	transition: .3s;
}

.person-menu__item a:hover {
	color: inherit;
	opacity: .75;
}

}

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

h2 [data-lang="en"] {
	font-size: calc(86 / 750 * 100vw);
	line-height: 1.23256;
}

h2 [data-lang="ja"] {
	font-size: calc(24 / 750 * 100vw);
	line-height: 1.5;
}

.subtitle {
	font-size: calc(46 / 750 * 100vw);
	line-height: 1.45652;
}

.mainview {
	overflow: hidden;
}

.mainview {
	padding: 0;
}

.mainview-wrap {
	height: 100vh;
	min-height: calc(600 / 750 * 100vw);
}

.mainview-copy {
	padding: 0 calc(40 / 750 * 100vw);
}

.mainview-copy h1 {
	width: calc(369 / 750 * 100vw);
	padding: calc(95 / 750 * 100vw) calc(45 / 750 * 100vw) calc(105 / 750 * 100vw);
}

.mainview-copy h1 svg {
	height: auto;
}

.mainview-copy h1::before {
	left: -7px;
}

.mainview-copy h1::after {
	right: -7px;
}

.about {
	margin-bottom: calc(103 / 750 * 100vw);
	padding-top: calc(120 / 750 * 100vw);
}

.about::before {
	top: calc(320 / 750 * 100vw);
	bottom: auto;
	width: 51.46%;
	height: calc(490 / 750 * 100vw);
}

.about-en {
	font-size: calc(86 / 750 * 100vw);
	line-height: 1.25581;
}

.about-en {
	-webkit-transform-origin: right;
	-webkit-transform: rotate(-90deg);
	top: calc(-1 * (135 / 750 * 100vw));
	right: calc(-1 * (11 / 750 * 100vw));
	left: auto;
	transform: rotate(-90deg);
	transform-origin: right;
}

.about-image {
	margin-bottom: calc(80 / 750 * 100vw);
	padding: 0;
}

.about-content {
	position: static;
}

.about h2 {
	margin-bottom: calc(23 / 750 * 100vw);
	margin-left: 0;
}

.about .subtitle {
	margin-bottom: calc(45 / 750 * 100vw);
}

.about .subtitle+p {
	width: calc(630 / 750 * 100vw);
	margin-bottom: calc(55 / 750 * 100vw);
}

.about .btn {
	display: block;
	margin: 0 auto;
}

.works {
	margin-bottom: calc(120 / 750 * 100vw);
}

.works h2 {
	margin-bottom: calc(30 / 750 * 100vw);
}

.works h2 [data-lang="en"] {
	margin-bottom: calc(15 / 750 * 100vw);
}

.works .subtitle {
	margin-bottom: calc(44 / 750 * 100vw);
}

.works-menu {
	margin-top: calc(30 / 750 * 100vw);
	margin-right: calc(-1 * (40 / 750 * 100vw));
	margin-left: calc(-1 * (40 / 750 * 100vw));
}

.works-menu>div {
	text-align: center;
}

.works-menu>div figure img {
	margin: 0 auto;
}

.works-menu>div figure figcaption {
	margin: 0 0 calc(60 / 750 * 100vw);
	font-family: "Noto Serif JP", serif;
	font-size: calc(36 / 750 * 100vw);
	letter-spacing: 0;
	line-height: 1;
}

.works-menu .slick-arrow {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 10;
	position: absolute;
	top: 0;
	width: calc(80 / 750 * 100vw);
	height: 100%;
	border: none;
	outline: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: calc(40 / 750 * 100vw) auto;
	text-indent: -9999px;
}

.works-menu .slick-arrow.slick-next {
	right: 0;
	background-image: url(../img/icon_slide_next.svg);
	background-position: left top 30%;
}

.works-menu .slick-arrow.slick-prev {
	left: 0;
	background-image: url(../img/icon_slide_prev.svg);
	background-position: right top 30%;
}

.home-parallax {
	height: calc(310 / 750 * 100vw);
	margin-bottom: calc(101 / 750 * 100vw);
}

.home-parallax img {
	width: 100%;
}

.person {
	margin-bottom: calc(120 / 750 * 100vw);
}

.person .container {
	padding-bottom: calc(120 / 750 * 100vw);
}

.person .container::before {
	right: 0;
	left: auto;
	width: 50%;
	height: calc(100% - (50 / 750 * 100vw));
}

.person h2 {
	margin-bottom: calc(32 / 750 * 100vw);
}

.person h2 [data-lang="en"] {
	margin-bottom: calc(21 / 750 * 100vw);
}

.person .subtitle {
	margin-bottom: calc(44 / 750 * 100vw);
	padding-left: 0;
}

.person .subtitle+p {
	padding-left: 0;
}

.person-menu {
	display: block;
	margin-top: calc(74 / 750 * 100vw);
}

.person-menu__item {
	width: calc(608 / 750 * 100vw);
	margin-right: auto;
	margin-bottom: calc(30 / 750 * 100vw);
	margin-left: auto;
}

.person-menu__item:last-child {
	margin-bottom: 0;
}

.person-menu__profile {
	padding: calc(72 / 750 * 100vw) calc(10 / 750 * 100vw) calc(75 / 750 * 100vw) calc(70 / 750 * 100vw);
}

.person-menu__profile-category {
	font-size: calc(29 / 750 * 100vw);
	line-height: 2.15;
}

.person-menu__profile-category {
	top: calc(-1 * (32 / 750 * 100vw));
}

.person-menu__profile-year {
	font-size: calc(29 / 750 * 100vw);
	line-height: 2.15;
}

.person-menu__profile-year {
	margin-bottom: calc(8 / 750 * 100vw);
}

.person-menu__profile-name {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	margin-bottom: calc(28 / 750 * 100vw);
}

.person-menu__profile-name [data-lang="ja"] {
	font-size: calc(49 / 750 * 100vw);
	line-height: 1.22449;
}

.person-menu__profile-name [data-lang="ja"] {
	margin-right: calc(25 / 750 * 100vw);
}

.person-menu__profile-name [data-lang="en"] {
	font-size: calc(29 / 750 * 100vw);
	line-height: 1.31034;
}

.person-menu__profile-history {
	font-size: calc(24 / 750 * 100vw);
	line-height: 2.15;
}

.recruit {
	padding-top: calc(112 / 750 * 100vw);
	padding-bottom: calc(140 / 750 * 100vw);
	background: url(../img/home/bg_recruit_sp.jpg);
	background-size: cover;
}

.recruit .container {
	padding-left: calc(70 / 750 * 100vw);
}

.recruit h2 {
	margin-bottom: calc(135 / 750 * 100vw);
}

.recruit h2 [data-lang="en"] {
	font-size: calc(98 / 750 * 100vw);
	line-height: 1.02041;
}

.recruit h2 [data-lang="en"] {
	margin-bottom: calc(20 / 750 * 100vw);
}

}

