@charset "utf-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{border-style:none}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}

a { color: inherit; }
img, svg, iframe { vertical-align: middle; }
ul { list-style: none; }
figure img { max-width: 100%; }
@media (-ms-high-contrast: none) {
	figure img { width: 100%; }
}

.container {
	overflow: hidden;
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: .025em;
	background: #f2f2f2;
	font-feature-settings: "palt";
}
.container.-loading {
	pointer-events: none;
	opacity: 0;
}
.container.anima {
	transition: opacity .3s;
}
@media screen and (max-width: 374px) {
	.container {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.v-dt { display: none !important; }
}
@media (min-width: 768px) {
	.v-mb { display: none !important; }
}

.object img {
	max-width: 100%;
}
.visuallyhidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
}

/**
 * ヘッダー
 * -------------------------------------------------- */
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 4;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 8px 8px 8px 20px;
}
.l-header .logo {
	flex-basis: 55px;
	color: #ff535a;
	font-size: 12px;
	line-height: 1;
	transition: color .3s;
}
.navOpened .l-header .logo {
	color: #fff;
}
.logo svg {
	fill: currentcolor;
	vertical-align: middle;
}
.l-header .logo svg {
	width: 55px;
	height: 30px;
}
@media print, screen and (max-width: 767px) {
	.l-header::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		transform-origin: 0 50%;
		transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.l-header:not(.bg)::before {
		transform: translateY(-100%);
	}
	body.navOpened .l-header::before {
		transform-origin: 100% 50%;
		transform: scaleX(0);
		transition-duration: .6s;
	}
}
@media print, screen and (min-width: 768px) {
	.l-header {
		position: absolute;
		padding: 32px 40px;
	}
	.l-header .logo {
		flex-basis: 84px;
	}
	.l-header .logo svg {
		width: 84px;
		height: 46px;
	}
}

/**
 * ハンバーガー
 * -------------------------------------------------- */
.c-global-button {
	position: relative;
	width: 50px;
	height: 50px;
	transition: color .3s .2s;
}
html.isTouch .c-global-button:focus {
	outline: 0;
}
.c-global-button.active {
	color: #fff;
	transition-delay: .3s;
}
.c-global-button::before,
.c-global-button::after {
	content: "";
}
.c-global-button .bar {
	transform-origin: left center;
}
.c-global-button::before,
.c-global-button::after,
.c-global-button .bar {
	position: absolute;
	top: 50%;
	left: 14px;
	width: 22px;
	border-top: 1px solid currentcolor;
	transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-global-button::before {
	transform: translateY(-8px);
}
.c-global-button::after {
	transform: translateY(8px);
}
.c-global-button.active::before {
	transform: rotate(45deg);
}
.c-global-button.active::after {
	transform: rotate(-45deg);
}
.c-global-button.active .bar {
	transform-origin: right center;
	transform: scaleX(0);
}
@media print, screen and (min-width: 768px) {
	.c-global-button {
		display: none;
	}
}

/**
 * ナビゲーション
 * -------------------------------------------------- */
.l-header .c-global-list {
	font-size: 13px;
	/*font-family: "游ゴシック", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
	font-weight: 600;
}
.global-item a {
	padding-bottom: 4px;
	text-decoration: inherit;
	background: linear-gradient(currentcolor, currentcolor) 0 100% / 0 1px no-repeat;
	transition: background-color .3s, background-size .3s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-header .global-item a {
	padding-bottom: 6px;
}
html:not(.isTouch) .global-item a:hover,
.global-item a:not([href]) {
	background-color: transparent;
	background-size: 100% 1px;
}
.global-item a:not([href]) {
	pointer-events: none;
}
html:not(.isTouch) .global-item a:not(:hover) {
	background-position: 100% 100%;
}
@media screen and (max-width: 767px) {
	.l-header .c-global-list {
		display: none;
	}
}
@media print, screen and (min-width: 768px) {
	.c-global-list {
		list-style: none;
		display: flex;
	}
	.global-item:nth-child(n+2) {
		margin-left: 2em;
	}
}
@media screen and (min-width: 1025px) {
	.global-item:nth-child(n+2) {
		margin-left: 3em;
	}
}

/**
 * モバイルナビゲーション
 * -------------------------------------------------- */
.l-nav {
	z-index: 3;
	position: fixed;
}
.l-nav:not(.active) {
	pointer-events: none;
}
.l-nav,
.l-nav::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.l-nav::before {
	content: "";
	position: absolute;
	background: #f26161;
	transform-origin: left center;
}
.l-nav:not(.active)::before {
	transform: scaleX(0);
	transform-origin: right center;
}

.l-nav .c-global-list {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #fff;
	font-size: 20px;
	text-align: right;
}
.l-nav:not(.active) .global-item {
	pointer-events: none;
	opacity: 0;
	transform: translateX(40px);
}

.l-nav .global-item a {
	display: block;
	padding: .8em 1em;
}
body .l-nav .global-item a[href]:hover {
	background: none;
}
body .l-nav .global-item a:not([href]) {
	background-position: left 1em bottom 0.8em;
	background-size: calc(100% - 2em) 1px;
}
.l-nav.anima::before {
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-nav.anima:not(.active)::before {
	transition-duration: .3s;
}
.l-nav.anima .global-item {
	transition: opacity .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-nav.anima:not(.active) .global-item {
	transition-duration: .3s;
}
.l-nav.anima.active .global-item:nth-child(1) { transition-delay: .1s; }
.l-nav.anima.active .global-item:nth-child(2) { transition-delay: .15s; }
.l-nav.anima.active .global-item:nth-child(3) { transition-delay: .2s; }
.l-nav.anima.active .global-item:nth-child(4) { transition-delay: .25s; }
.l-nav.anima.active .global-item:nth-child(5) { transition-delay: .3s; }

/**
 * フッター
 * -------------------------------------------------- */
.l-footer {
	z-index: 2;
	position: relative;
	padding: 64px 20px 32px;
	text-align: center;
	background: #fff;
}
.l-footer .logo svg {
	width: 76px;
	height: 41px;
}
.l-footer .c-global-list {
	justify-content: center;
	font-size: 14px;
}
@media print, screen and (min-width: 768px) {
	.l-footer {
		padding: 80px 20px 56px;
	}
}

/**
 * モバイルナビゲーション
 * -------------------------------------------------- */
.l-contentsinfo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1120px;
	margin: 0 auto;
}
.l-footer .c-global-list {
	flex-basis: 100%;
	margin-top: 32px;
}
@media screen and (max-width: 767px) {
	.l-contentsinfo {
		flex-direction: column;
	}
	.l-footer .c-global-list {
		padding: 0 20px;
		text-align: left;
	}
	.l-footer .global-item:nth-child(n+2) {
		margin-top: calc(.6em - 4px);
	}
	.l-footer .c-global-list a {
		display: inline-block;
		padding: .6em 0 4px;
	}
}
@media print, screen and (min-width: 568px) {
	.l-contentsinfo {
		align-items: center;
	}
}
@media print, screen and (min-width: 768px) {
	.l-footer .c-global-list {
		margin-top: 80px;
	}
}

.c-local-list {
	list-style: none;
	flex-basis: 100%;
	display: flex;
	justify-content: center;
	margin-top: 16px;
	font-size: 12px;
}
.local-item a {
	padding-bottom: 4px;
	text-decoration: inherit;
	background: linear-gradient(currentcolor, currentcolor) 0 100% / 0 1px no-repeat;
	transition: background-color .3s, background-size .3s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
html:not(.isTouch) .local-item a:hover,
.local-item a:not([href]) {
	background-color: transparent;
	background-size: 100% 1px;
}
html:not(.isTouch) .local-item a:not(:hover) {
	background-position: 100% 100%;
}
@media (max-width: 767px) {
	.l-local-list {
		justify-content: flex-start;
		padding: 0 20px;
	}
	.local-item:nth-child(n+2) {
		margin-left: 16px;
	}
}
@media screen and (max-width: 567px) {
	.l-local-list {
		justify-content: flex-start;
	}
}
@media print, screen and (max-width: 374px) {
	.l-local-list {
		font-size: 10px;
	}
}
@media print, screen and (min-width: 768px) {
	.l-local-list {
		margin-top: 40px;
	}
	.local-item:nth-child(n+2) {
		margin-left: 6em;
	}
}

.c-sns-links {
	font-size: 11px;
}
.c-sns-list {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.sns-item:nth-child(n+2) {
	margin-left: 16px;
}
.sns-item a {
	display: block;
	width: 24px;
	height: 24px;
}
.sns-item svg {
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.l-sns-links {
		margin-top: 56px;
	}
	.sns-list {
		margin-top: 8px;
	}
}
@media (min-width: 768px) {
	.c-sns-links {
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
		align-self: flex-end;
	}
	.sns-item {
		margin-left: 16px;
	}
	.sns-item a {
		width: 16px;
		height: 16px;
	}
}

.license {
	margin-top: 48px;
	color: #949494;
	font-size: 10px;
}
.copyright {
	margin-top: 24px;
	font-size: 11px;
}
@media print, screen and (max-width: 374px) {
	.license {
		font-size: 8px;
	}
}
@media (min-width: 768px) {
	.license,
	.copyright {
		text-align: right;
	}
	.license {
		margin-top: 64px;
		font-size: 12px;
	}
}
.js-sc-slip[style] {
	transform-style: preserve-3d;
	backface-visibility: hidden;
	will-change: transform;
}

/**
 * メインコンテンツ
 * -------------------------------------------------- */
.l-main {
	z-index: 1;
	position: relative;
}
.l-main > section {
	position: relative;
	overflow: hidden;
}
.l-main > section:nth-last-of-type(1) { z-index: 1; }
.l-main > section:nth-last-of-type(2) { z-index: 2; }
.l-main > section:nth-last-of-type(3) { z-index: 3; }
.l-main > section:nth-last-of-type(4) { z-index: 4; }
.l-main > section:nth-last-of-type(5) { z-index: 5; }
.l-main .c-visual { z-index: 6; }

/**
 * 背景テキスト
 * -------------------------------------------------- */
.bg-text {
	pointer-events: none;
	position: absolute;
	overflow: hidden;
	max-width: 100vw;
	user-select: none;
}
.bg-text {
	margin: -.01em 0 0 -.03em;
}
.c-mission-section .bg-text {
	width: 344px;
	height: 62px;
	opacity: .25;
}
.c-company-introduction-section .bg-text {
	width: 370px;
	height: 225px;
	color: #f2f2f2;
}
.c-backstage-section .bg-text {
	width: 330px;
	height: 74px;
	color: #fff;
}
.c-jobslist-section .bg-text {
	width: 258px;
	height: 139px;
	color: #fff;
}
.c-process-section .bg-text {
	width: 304px;
	height: 127px;
	opacity: .25;
}
.c-worksupport-section .bg-text {
	width: 228px;
	height: 137px;
	color: #fff;
	opacity: .25;
}
.c-environment-section .bg-text {
	width: 363px;
	height: 126px;
	color: #f2f2f2;
}
.c-development-section .bg-text {
	width: 369px;
	height: 124px;
	color: #fff;
}
.c-scene-section .bg-text {
	width: 322px;
	height: 124px;
	color: #fff;
}
.c-ideal-section .bg-text {
	width: 290px;
	height: 187px;
	opacity: .25;
}
.c-faq-section .bg-text {
	width: 306px;
	height: 193px;
	color: #fff;
}
.bg-text svg {
	width: inherit;
	height: inherit;
	fill: currentcolor;
	vertical-align: top;
}
@media print, screen and (min-width: 768px) {
	.c-mission-section .bg-text {
		width: 856px;
		height: 153px;
	}
	.c-company-introduction-section .bg-text {
		width: 925px;
		height: 552px;
	}
	.c-backstage-section .bg-text {
		width: 826px;
		height: 185px;
	}
	.c-jobslist-section .bg-text {
		width: 644px;
		height: 347px;
	}
	.c-process-section .bg-text {
		width: 758px;
		height: 315px;
	}
	.c-worksupport-section .bg-text {
		width: 602px;
		height: 362px;
	}
	.c-environment-section .bg-text {
		width: 964px;
		height: 334px;
	}
	.c-development-section .bg-text {
		width: 1001px;
		height: 335px;
	}
	.c-scene-section .bg-text {
		width: 863px;
		height: 332px;
	}
	.c-ideal-section .bg-text {
		width: 771px;
		height: 498px;
	}
	.c-faq-section .bg-text {
		width: 815px;
		height: 515px;
	}
}
@media print, screen and (min-width: 1366px) {
	.bg-text {
		font-size: 200px;
	}
}

/**
 * ボタン
 * -------------------------------------------------- */
.c-button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 240px;
	height: 60px;
	margin: 0 auto;
	border-radius: 2px;
	color: #fff;
	font-size: 15px;
	text-decoration: inherit;
	background: #f26161;
}
.c-button .hov {
	pointer-events: none;
	display: inherit;
	justify-content: inherit;
	align-items: inherit;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	color: #f26161;
	background: #fff;
}
.c-button.-white {
	border: 1px solid #fff;
	color: #000;
	background: #fff;
}
.c-button.-white .hov {
	color: #fff;
	background: #f26161;
}
.c-button .hov {
	clip: rect(0 0 60px 0);
}
.c-button.enter .hov {
	clip: rect(0 240px 60px 0);
}
.c-button.leave .hov {
	clip: rect(0 240px 60px 240px);
}
.c-button.enter .hov,
.c-button.leave .hov {
	transition: clip .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-button.js-inview:not(.in-view) {
	opacity: 0;
	transform: scale(.6);
}
.c-button.js-inview.in-view {
	transition: oapcity .4s, transform .4s cubic-bezier(.29,1.32,.65,.99);
}

/**
 * 記事一覧
 * -------------------------------------------------- */
.backsstage-list {
	min-height: 411px;
	transition: opacity .4s;
}
.backsstage-list.-hide {
	opacity: 0;
}
.c-entry-list {
	list-style: none;
}
.entry-data {
	padding: 30px;
}
.entry-item a {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: inherit;
	background: #fff;
	transition: box-shadow .6s, transform .6s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
html:not(.isTouch) .entry-item a:hover {
	box-shadow: 0 2px 16px rgba(0, 0, 0, .04), 4px 8px 8px rgba(0, 0, 0, .02), -4px 8px 8px rgba(0, 0, 0, .02);
	transform: translateY(-4px);
	transition-duration: .3s;
}
.entry-eyecatch {
	position: relative;
	height: 0;
	padding-bottom: calc(670% / 12.8);
}
.entry-eyecatch.no-img {
	background: center / cover no-repeat;
}
.entry-eyecatch img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	vertical-align: middle;
}
.entry-date {
	color: #747e84;
	font-size: 12px;
	font-weight: 700;
}
.entry-title {
	margin-top: 24px;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 700;
}
.entry-detail {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.8;
}
.entry-title,
.entry-detail {
	max-height: calc(15px * 1.6 * 3);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
	hanging-punctuation: allow-end;
}
@media screen and (max-width: 567px) {
	.entry-item {
		margin-top: 20px;
	}
}
@media print, screen and (min-width: 568px) {
	.c-entry-list {
		display: flex;
		flex-wrap: wrap;
	}
	.entry-item {
		flex-basis: calc(50% - 10px);
		margin-left: 20px;
	}
	.entry-item:nth-child(2n+1) {
		margin-left: 0;
	}
	.entry-item:nth-child(n+3) {
		margin-top: 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.entry-item {
		flex-basis: calc(33.333333% - 20px);
	}
	.entry-item,
	.entry-item:nth-child(2n+1) {
		margin-left: 30px;
	}
	.entry-item:nth-child(3n+1) {
		margin-left: 0;
	}
	.entry-item:nth-child(n+3) {
		margin-top: 0;
	}
	.entry-item:nth-child(n+4) {
		margin-top: 30px;
	}
}
.backsstage-list.js-inview .entry-item {
	position: relative;
	transform-origin: 0 50%;
}
.backsstage-list.js-inview .entry-item::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform-origin: 100% 50%;
}
.backsstage-list.js-inview.in-view .entry-item,
.backsstage-list.js-inview.in-view .entry-item::after {
	transition: transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.backsstage-list.js-inview:not(.in-view) .entry-item {
	transform: scaleX(0);
}
.backsstage-list.js-inview.in-view .entry-item::after {
	transform: scaleX(0);
	transition-duration: .6s;
}
.backsstage-list.js-inview.in-view .entry-item:nth-child(2) { transition-delay: .1s; }
.backsstage-list.js-inview.in-view .entry-item:nth-child(3) { transition-delay: .2s; }
.backsstage-list.js-inview.in-view .entry-item:nth-child(4) { transition-delay: .3s; }
.backsstage-list.js-inview.in-view .entry-item:nth-child(5) { transition-delay: .4s; }
.backsstage-list.js-inview.in-view .entry-item:nth-child(6) { transition-delay: .5s; }
.backsstage-list.js-inview.in-view .entry-item:nth-child(7) { transition-delay: .6s; }
.backsstage-list.js-inview.in-view .entry-item:nth-child(8) { transition-delay: .7s; }
.backsstage-list.js-inview.in-view .entry-item:nth-child(9) { transition-delay: .8s; }
.backsstage-list.js-inview.in-view .entry-item:nth-child(10) { transition-delay: .9s; }
.backsstage-list.js-inview.in-view .entry-item:nth-child(1)::after { transition-delay: .4s; }
.backsstage-list.js-inview.in-view .entry-item:nth-child(2)::after { transition-delay: .5s; }
.backsstage-list.js-inview.in-view .entry-item:nth-child(3)::after { transition-delay: .6s; }
.backsstage-list.js-inview.in-view .entry-item:nth-child(4)::after { transition-delay: .7s; }
.backsstage-list.js-inview.in-view .entry-item:nth-child(5)::after { transition-delay: .8s; }
.backsstage-list.js-inview.in-view .entry-item:nth-child(6)::after { transition-delay: .9s; }
.backsstage-list.js-inview.in-view .entry-item:nth-child(7)::after { transition-delay: 1s; }
.backsstage-list.js-inview.in-view .entry-item:nth-child(8)::after { transition-delay: 1.1s; }
.backsstage-list.js-inview.in-view .entry-item:nth-child(9)::after { transition-delay: 1.2s; }
.backsstage-list.js-inview.in-view .entry-item:nth-child(10)::after { transition-delay: 1.3s; }

/**
 * ページネーション
 * -------------------------------------------------- */
.c-paginate {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity .4s;
}
.c-paginate.-hide {
	opacity: 0;
}
html:not(.isIE) .c-paginate:empty {
	margin: 0;
}
.paginate-item .c-button {
	cursor: pointer;
	margin: 0 !important;
	color: #000;
	background: #fff;
}
.paginate-item .c-button.-current,
.paginate-item .c-button:not([data-page]) {
	pointer-events: none;
}
.paginate-item .c-button:not([data-page]) {
	color: #a2a2a2;
	background: #e2e2e2;
	opacity: .3;
}
.paginate-item .c-button.-current,
.paginate-item .c-button .hov {
	color: #fff;
	background: #f26161;
}
.paginate-item .c-button.-arr::before,
.paginate-item .c-button.-arr .hov::before {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	width: 8px;
	height: 8px;
	border-top: 1px solid currentcolor;
}
.paginate-item .c-button.-prev::before,
.paginate-item .c-button.-prev .hov::before {
	left: calc(50% - 2px);
	border-left: 1px solid currentcolor;
	transform: rotate(-45deg);
}
.paginate-item .c-button.-next::before,
.paginate-item .c-button.-next .hov::before {
	right: calc(50% - 2px);
	border-right: 1px solid currentcolor;
	transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
	.c-paginate {
		margin-top: 32px;
	}
	.paginate-item:nth-child(n+2) {
		margin-left: 6px;
	}
	.paginate-item .c-button {
		width: 40px;
		height: 40px;
	}
	.paginate-item .c-button .hov {
		clip: rect(0 0 40px 0);
	}
	.paginate-item .c-button.enter .hov {
		clip: rect(0 40px 40px 0);
	}
	.paginate-item .c-button.leave .hov {
		clip: rect(0 40px 40px 40px);
	}
}
@media screen and (max-width: 374px) {
	.paginate-item:nth-child(n+2) {
		margin-left: 4px;
	}
	.paginate-item .c-button {
		width: 32px;
	}
}
@media print, screen and (min-width: 768px) {
	.c-paginate {
		margin-top: 60px;
	}
	.paginate-item:nth-child(n+2) {
		margin-left: 12px;
	}
	.paginate-item .c-button {
		width: 56px;
		height: 56px;
	}
	.paginate-item .c-button .hov {
		clip: rect(0 0 56px 0);
	}
	.paginate-item .c-button.enter .hov {
		clip: rect(0 56px 56px 0);
	}
	.paginate-item .c-button.leave .hov {
		clip: rect(0 56px 56px 56px);
	}
}

/**
 * セクションコンテナー
 * -------------------------------------------------- */
.l-section-container {
	z-index: 1;
	position: relative;
	max-width: calc(960px + 60px);
	margin: 0 auto;
}
.section-title {
	font-size: 24px;
	text-align: center;
}
.section-lead {
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.l-section-container {
		padding: 64px 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.l-section-container {
		padding: 160px 30px;
	}
	.section-lead {
		text-align: center;
	}
}
.section-title.js-inview span,
.section-lead.js-inview p {
	display: inline-block;
	position: relative;
	transform-origin: 0 50%;
	hanging-punctuation: allow-end;
}
.section-title.js-inview span::after,
.section-lead.js-inview p::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform-origin: 100% 50%;
}
.section-title.js-inview.in-view span,
.section-title.js-inview.in-view span::after,
.section-lead.js-inview.in-view p,
.section-lead.js-inview.in-view p::after {
	transition: transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section-title.js-inview:not(.in-view) span,
.section-lead.js-inview:not(.in-view) p {
	transform: scaleX(0);
}
.section-title.js-inview.in-view span::after,
.section-lead.js-inview.in-view p::after {
	transform: scaleX(0);
	transition-duration: .6s;
	transition-delay: .3s;
}
.section-lead.js-inview.in-view p:nth-child(2) { transition-delay: .1s; }
.section-lead.js-inview.in-view p:nth-child(3) { transition-delay: .2s; }
.section-lead.js-inview.in-view p:nth-child(4) { transition-delay: .3s; }
.section-lead.js-inview.in-view p:nth-child(5) { transition-delay: .4s; }
.section-lead.js-inview.in-view p:nth-child(6) { transition-delay: .5s; }
.section-lead.js-inview.in-view p:nth-child(7) { transition-delay: .6s; }
.section-lead.js-inview.in-view p:nth-child(8) { transition-delay: .7s; }
.section-lead.js-inview.in-view p:nth-child(9) { transition-delay: .8s; }
.section-lead.js-inview.in-view p:nth-child(1)::after { transition-delay: .4s; }
.section-lead.js-inview.in-view p:nth-child(2)::after { transition-delay: .5s; }
.section-lead.js-inview.in-view p:nth-child(3)::after { transition-delay: .6s; }
.section-lead.js-inview.in-view p:nth-child(4)::after { transition-delay: .7s; }
.section-lead.js-inview.in-view p:nth-child(5)::after { transition-delay: .8s; }
.section-lead.js-inview.in-view p:nth-child(6)::after { transition-delay: .9s; }
.section-lead.js-inview.in-view p:nth-child(7)::after { transition-delay: 1s; }
.section-lead.js-inview.in-view p:nth-child(8)::after { transition-delay: 1.1s; }
.section-lead.js-inview.in-view p:nth-child(9)::after { transition-delay: 1.2s; }

/**
 * 物理演算ステッカー
 * -------------------------------------------------- */
.c-matter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
html.isTouch .c-matter {
	pointer-events: none;
}
.c-matter canvas {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
section .c-matter {
	pointer-events: none;
}
/*.object.-corporate,
.object.-faq,
.object.-analyst,
.object.-uid,
.object.-ae,
.object.-engineer,
.object.-pe {
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));
}*/

/**
 * in-view リスト
 * -------------------------------------------------- */
.inview-list.js-inview .inview-item {
	position: relative;
	transform-origin: 0 50%;
}
.inview-list.js-inview .inview-item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform-origin: 100% 50%;
}
.inview-list.js-inview.in-view .inview-item,
.inview-list.js-inview.in-view .inview-item::after {
	transition: transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.inview-list.js-inview:not(.in-view) .inview-item {
	transform: scaleX(0);
}
.inview-list.js-inview:not(.in-view) .inview-item figure img {
	opacity: 0;
	transform: scale(1.4);
}
.inview-list.js-inview.in-view .inview-item::after {
	transform: scaleX(0);
	transition-duration: .6s;
}
.inview-list.js-inview.in-view .inview-item figure img {
	transition: opacity .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.inview-list.js-inview.in-view .inview-item:nth-child(2) { transition-delay: .1s; }
.inview-list.js-inview.in-view .inview-item:nth-child(3) { transition-delay: .2s; }
.inview-list.js-inview.in-view .inview-item:nth-child(4) { transition-delay: .3s; }
.inview-list.js-inview.in-view .inview-item:nth-child(5) { transition-delay: .4s; }
.inview-list.js-inview.in-view .inview-item:nth-child(6) { transition-delay: .5s; }
.inview-list.js-inview.in-view .inview-item:nth-child(7) { transition-delay: .6s; }
.inview-list.js-inview.in-view .inview-item:nth-child(8) { transition-delay: .7s; }
.inview-list.js-inview.in-view .inview-item:nth-child(9) { transition-delay: .8s; }
.inview-list.js-inview.in-view .inview-item:nth-child(1)::after { transition-delay: .4s; }
.inview-list.js-inview.in-view .inview-item:nth-child(2)::after { transition-delay: .5s; }
.inview-list.js-inview.in-view .inview-item:nth-child(3)::after { transition-delay: .6s; }
.inview-list.js-inview.in-view .inview-item:nth-child(4)::after { transition-delay: .7s; }
.inview-list.js-inview.in-view .inview-item:nth-child(5)::after { transition-delay: .8s; }
.inview-list.js-inview.in-view .inview-item:nth-child(6)::after { transition-delay: .9s; }
.inview-list.js-inview.in-view .inview-item:nth-child(7)::after { transition-delay: 1s; }
.inview-list.js-inview.in-view .inview-item:nth-child(8)::after { transition-delay: 1.1s; }
.inview-list.js-inview.in-view .inview-item:nth-child(9)::after { transition-delay: 1.2s; }
.inview-list.js-inview.in-view .inview-item:nth-child(1) figure img { transition-delay: .6s; }
.inview-list.js-inview.in-view .inview-item:nth-child(2) figure img { transition-delay: .7s; }
.inview-list.js-inview.in-view .inview-item:nth-child(3) figure img { transition-delay: .8s; }
.inview-list.js-inview.in-view .inview-item:nth-child(4) figure img { transition-delay: .9s; }
.inview-list.js-inview.in-view .inview-item:nth-child(5) figure img { transition-delay: 1s; }
.inview-list.js-inview.in-view .inview-item:nth-child(6) figure img { transition-delay: 1.1s; }
.inview-list.js-inview.in-view .inview-item:nth-child(7) figure img { transition-delay: 1.2s; }
.inview-list.js-inview.in-view .inview-item:nth-child(8) figure img { transition-delay: 1.3s; }
.inview-list.js-inview.in-view .inview-item:nth-child(9) figure img { transition-delay: 1.4s; }

/**
 * ローダー
 * -------------------------------------------------- */
.loader {
	position: absolute;
	top: calc(64px + 32px);
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
	color: #f26161;
}
.p-home .loader {
	top: calc(64px + 120px);
}
.l-section-container:not(.loading) .loader {
	pointer-events: none;
	opacity: 0;
	transform: scale(.8);
}
.loader.anima {
	transition: opacity .2s, transform .2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loader svg {
	fill: none;
	stroke: currentcolor;
	stroke-width: 2;
	stroke-dasharray: 112;
	stroke-dashoffset: 112;
	animation: loading .8s infinite linear;
}
.loader circle {
	animation: loader 2s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
	animation-delay: -1s;
}
@media print, screen and (min-width: 768px) {
	.loader {
		top: calc(160px + 32px);
	}
	.p-home .loader {
		top: calc(160px + 120px);
	}
}
@keyframes loading {
	from { transform: none; }
	to { transform: rotate(360deg); }
}
@keyframes loader {
	from { stroke-dashoffset: 112; }
	to { stroke-dashoffset: -112; }
}

/**
 * カーソル
 * -------------------------------------------------- */
.container.is-scroll {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	will-change: scroll-position;
}
.container.js-cursor {
	cursor: default;
}
.container.js-cursor a[href],
.container.js-cursor .m-accordion-head {
	cursor: none;
}
.cursor,
.pointer {
	z-index: 1;
	pointer-events: none;
	position: fixed;
	will-change: transform;
}
.pointer {
	mix-blend-mode: multiply;
}
.pointer::before {
	content: "";
	display: block;
}
.pointer::before {
	width: 24px;
	height: 24px;
	margin: -12px 0 0 -12px;
	border-radius: 24px;
	background: #ff535a;
	opacity: .9;
	transition: transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pointer.active::before {
	transform: scale(2);
	transition-duration: .1s;
}
.cursor .ico::before,
.cursor .ico::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: center / cover no-repeat;
	transition: opacity .4s, transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cursor .ico::before {
	background-image: url(../img/ico_external.svg);
}
.cursor .ico::after {
	background-image: url(../img/ico_internal.svg);
}
.cursor.active::before,
.cursor:not(.external) .ico::before,
.cursor:not(.internal) .ico::after {
	opacity: 0;
	transform: scale(0);
}
.cursor.home .ico::after {
	transform: rotateY(180deg);
}
.cursor.down .ico::after {
	transform: rotate(90deg);
}
.cursor.up .ico::after {
	transform: rotate(-90deg);
}

/**
 * プライバシーポリシー
 * -------------------------------------------------- */
.c-policy-section {
  margin: 100px auto 0;
  padding: 0 20px;
}
.c-policy-section ul {
  list-style: disc;
  padding-left: 24px;
}
@media print, screen and (min-width: 768px) {
  .c-policy-section {
    margin: 120px auto 0;
    padding: 0;
    max-width: 860px;
  }
}
.u-mb-8 {
  margin-bottom: 8px;
}
.u-text-right {
  text-align: right;
}
