@charset "utf-8";


:root {
	--grid-template-column: repeat(8, 1fr);
	--grid-gap: 20px;
	--font-size-small: clamp(1.3rem, 1.5vw, 1.6rem);
}


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

	:root {
		--grid-template-column: repeat(12, 1fr);
		--grid-gap: 40px;
	}

}


html {
	scroll-behavior: smooth;
}

.g-header {
	background-color: transparent;
}

.part-header {
	padding-left: 30px;
	justify-content: flex-start;
}

.serif {
	display: block;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-feature-settings: "palt";
	font-weight: 600;
	line-height: 1.8;
}

.main-contents {
	font-family: "Roboto",
		"Noto Sans JP",
		"Meiryo",
		sans-serif
}

.c-inner {
	margin: 0 5vw;
}


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

	.serif {
		line-height: 1.6;
	}

}


/* ------------------------------------------------------------------------ */


.js-carousel {
	position: relative;
	overflow: hidden;
}

.js-carousel__container {
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	z-index: 1;
	transition-property: transform;
	transition-timing-function: linear;
	backface-visibility: hidden;
	outline: 1px solid transparent;
}

.js-carousel__items {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
}

.js-carousel__child {
	margin: 0;
	padding: 0;
	list-style: none;
}

.js-carousel__child:last-child {
	margin-right: 0 !important;
}

.js-carousel__items li {
	width: 100%;
}

.js-carousel__items img {
	width: 100%;
	height: auto;
	object-fit: cover;
	vertical-align: bottom;
}

.js-carousel__child:first-child {
	animation: loop 100000ms -50000ms linear infinite;
}

.js-carousel__child:last-child {
	animation: loop2 100000ms linear infinite;
}

.jsc-op-init {
	opacity: 0;
}

.jsc-op-start {
	animation: 1200ms cubic-bezier(0.65, 0, 0.35, 1) 0ms 1 both jsc-opning;
}

@keyframes loop {
	0% {
		transform: translate3d(0, 100%, 0);
	}

	to {
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes loop2 {
	0% {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(0, -200%, 0);
	}
}

@keyframes jsc-opning {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


/* ------------------------------------------------------------------------ */


.introduction {
	width: 100%;
	padding: 0;
	position: relative;
}

.introduction-image {
	width: 100%;
	height: 60svh;
	min-height: 480px;
	display: flex;
	position: relative;
	background-color: rgba(0, 0, 0, 1);
}

.introduction-image .js-carousel__child li {
	padding: 1px 0;
}

.introduction-image .js-carousel__child img {
	border-radius: 5px;
}

.introduction-image__inner {
	transform-origin: left;
	position: relative;
	z-index: 0;
}

.introduction .c-inner {
	position: relative;
	z-index: 1;
}

.introduction-title {
	margin: 60px 0;
	font-size: max(4.2vw, 2.6rem);
}

.introduction-title span {
	display: block;
}

.introduction-text {
	margin: 60px 0;
	font-size: var(--font-size-small);
}

.introduction-sub-title {
	font-size: clamp(1.8rem, 2vw, 3rem);
}


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

	.introduction .c-inner {
		margin-top: 40vh;
	}

	.introduction-image {
		width: 49vw;
		height: calc(100% + 241px + 40vh);
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 0;
	}

	.introduction-title {
		margin-top: 0;
	}

}


/* ------------------------------------------------------------------------ */


.mission {
	margin: clamp(100px, 10vw, 200px) 0;
}

.mission-header {
	margin: max(4vw, 20px);
}

.mission-header__body {
	box-sizing: border-box;
}

.mission-header-title {
	margin: max(15vw, 40px) 0;
}

.mission-header-title .text-en {
	margin-bottom: max(2vw, 10px);
	display: block;
	font-size: clamp(1.6rem, 1.4vw, 2rem);
	text-align: center;
}

.mission-header-title .jp {
	font-size: max(4vw, 2.6rem);
	text-align: center;
}

.mission-header-title .jp span {
	display: block;
}

.mission-description__copy {
	font-size: clamp(1.6rem, 1.4vw, 2rem);
	font-weight: 600;
}

.mission-nav {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: var(--grid-template-column);
	gap: 10px var(--grid-gap);
	list-style: none;
}

.mission-nav li {
	grid-column: 1 / 8;
}

.mission-nav li:nth-child(2n) {
	grid-column: 2 / 9;
}

.mission-nav li:last-child {
	margin-bottom: 0;
}

.mission-nav a {
	height: max(25vw, 160px);
	padding: max(1.8vw, 20px);
	display: flex;
	align-items: flex-end;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
}

.mission-nav a:hover {
	color: rgba(255, 255, 255, 1);
}

.mission-nav a:before,
.mission-nav a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.mission-nav a:before {
	width: 100%;
	height: 100%;
	background-color: rgba(8, 32, 129, 0.14);
	z-index: 1;
	transition: opacity 500ms ease;
}

.mission-nav a:hover:before {
	opacity: 0;
}

.mission-nav a:after {
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	margin: -10px;
	background-size: cover;
	z-index: 0;
	filter: blur(10px);
}

.mission-nav li:first-child a:after {
	background-image: url(../img/growth-and-connect/bg_mission01.jpg);
}

.mission-nav li:nth-child(2) a:after {
	background-image: url(../img/growth-and-connect/bg_mission02.jpg);
}

.mission-nav li:nth-child(3) a:after {
	background-image: url(../img/growth-and-connect/bg_mission03.jpg);
}

.mission-nav-inner {
	display: flex;
	position: relative;
	z-index: 2;
	align-items: center;
}

.mission-nav-inner .number {
	margin-right: clamp(20px, 2vw, 40px);
	position: relative;
	z-index: 2;
	font-size: clamp(5rem, 5.5vw, 100rem);
	font-weight: 600;
	line-height: 1;
}

.mission-nav-inner .number .oft {
	display: inline-block;
	vertical-align: bottom;
}

.mission-nav-inner .sub {
	display: block;
	font-size: clamp(1.2rem, 1vw, 1.6rem);
}

.mission-nav-inner .title {
	display: block;
	font-size: clamp(2rem, 2vw, 3rem);
	font-weight: 600;
	line-height: 1.4;
}

.mission-nav-inner .text-en {
	display: block;
	font-size: 1.2rem;
	line-height: 1.2;
}


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

	.mission-header {
		display: grid;
		grid-template-columns: var(--grid-template-column);
		grid-gap: var(--grid-gap);
	}

	.mission-header__body {
		grid-column: 8 / 13;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.mission-header-title {
		margin: 0;
	}

	.mission-header .text-en,
	.mission-header .jp {
		text-align: left;
	}

	.mission-header-description {
		font-size: 1.4rem;
	}

	.mission-nav {
		grid-column: 1 / 7;
		grid-template-columns: repeat(6, 1fr);
		gap: 20px var(--grid-gap);
	}

	.mission-nav li {
		grid-column: 1 / 6;
	}

	.mission-nav li:nth-child(2n) {
		grid-column: 2 / 7;
	}

	.mission-nav a {
		height: 17vw;
	}

}


/* ------------------------------------------------------------------------ */


.mission-section {
	margin: clamp(100px, 10vw, 200px) 0;
	padding-top: 10px;
}

.mission-section-header {
	width: calc(100% - 20px);
	height: calc(100svh - 20px);
	min-height: 640px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #A8B2DA;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	color: rgba(255, 255, 255, 1);
}

.mission-section-header__inner {
	width: 100%;
	height: 100%;
	display: grid;
	position: relative;
	z-index: 1;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	place-content: center;
}

.mission-section-header .number {
	width: 40px;
	margin: 0 auto;
}

.mission-section-header .number span {
	display: block;
	font-weight: 600;
}

.mission-section-header .number .current {
	position: relative;
	font-size: 2rem;
	line-height: 1.2;
}

.mission-section-header .number .current:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	left: 0;
	bottom: 0;
	transform-origin: left;
}

.mission-section-header .number .all {
	font-size: 1rem;
	text-align: right;
}

.mission-section-header .title {
	margin: clamp(10px, 1vw, 20px) 0;
	font-size: clamp(5rem, 8vw, 8rem);
	font-weight: 600;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.mission-section-header .text-en {
	display: block;
	font-size: clamp(1.2rem, 2vw, 2rem);
	font-weight: 600;
	text-align: center;
}

.mission-section-header p {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 90px;
	font-size: var(--font-size-small);
	font-weight: 500;
	text-align: center;
}

.mission-section-header p span {
	display: block;
}

.mission-section-header__image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	mix-blend-mode: multiply;
	background-color: rgba(0, 0, 0, 1);
	pointer-events: none;
}

.mission-section-header__image li {
	padding-bottom: 2px;
}

.mission-section-header__image img {
	filter: blur(1px);
}

.mission-body {
	margin-top: clamp(100px, 10vw, 200px);
	display: grid;
	grid-template-columns: var(--grid-template-column);
	grid-gap: var(--grid-gap);
}

.mission-body__ttl {
	grid-column: 1 / 2;
}

.mission-body__ttl div {
	width: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: sticky;
	top: 70px;
}

.mission-body__ttl .number {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4;
}

.mission-body__ttl .title {
	margin: 10px 0;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
	writing-mode: vertical-rl;
	position: relative;
}

.mission-body__ttl .text-en {
	font-size: 1.1rem;
	writing-mode: vertical-rl;
}

.mission-body-contents {
	grid-column: 2 / 9;
}

.mission-body__tex {
	font-size: clamp(2rem, 3vw, 3rem);
}

.mission-body__tex span {
	display: inline;
}

.facility {
	margin-bottom: max(15vw, 100px);
	position: relative;
	display: grid;
	grid-gap: var(--grid-gap);
	grid-template-columns: repeat(7, 1fr);
}

.facility:last-child {
	margin-bottom: 0;
}

.facility-old {
	max-width: 180px;
	margin-right: calc((var(--grid-gap) * -1) / 2);
	position: absolute;
	bottom: 90%;
	right: 0;
	z-index: 1;
	grid-column: 5 / 8;
}

.facility-old img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	vertical-align: bottom;
}

.facility-old span {
	margin: 1px 0;
	font-size: 1rem;
}

.facility-new {
	position: relative;
	z-index: 0;
	grid-column: 1 / 8;
}

.facility-new .carousel {
	width: calc(100% + 5vw);
	overflow: hidden;
	border-radius: 5px 0 0 5px;
}

.carousel .swiper-wrapper {
	margin: 0;
	list-style: none;
	transition-timing-function: linear;
}

.carousel .swiper-slide img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.facility-text {
	margin-top: 10px;
}

.facility-text .name {
	font-size: 1.3rem;
	font-weight: 500;
	white-space: nowrap;
}

.facility-text p {
	margin-top: 5px;
}

.group-image {
	margin: 60px 0 40px;
}

.group-image picture,
.group-image img {
	width: 100%;
	height: auto;
}

/* .group-image .pc {
	display: none;
} */

.column-contents {
	padding: 50px 0 80px;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: var(--grid-gap);
	border-top: 1px solid rgba(0, 0, 0, 1);
}

.column-contents__mian {
	grid-column: 1 / 8;
}

.column-contents__mian .name {
	margin-top: 20px;
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
}

.column-contents__mian .name span {
	display: block;
	font-size: 1.5rem;
}

.column-contents__mian p {
	margin: 10px 0;
}

.column-contents__mian .sub a {
	color: rgba(0, 0, 0, 0.4);
	text-decoration: none;
}

.column-contents__mian .sub a:hover {
	color: rgba(0, 0, 0, 1);
}

.column-image {
	margin-top: 40px;
	grid-column: 1 / 5;
}

.column-image img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}


@media screen and (min-width: 1024px) {
	.mission-body__ttl {
		grid-column: 1 / 2;
	}

	.mission-body-contents {
		grid-column: 2 / 13;
	}

	.creation .mission-body-contents {
		display: grid;
		grid-template-columns: repeat(11, 1fr);
		grid-gap: var(--grid-gap);
	}

	.social .mission-body-contents {
		grid-column: 4 / 13;
	}

	.mission-body__ttl div {
		top: 120px;
	}

	.mission-body__ttl .number {
		font-size: 2rem;
	}

	.mission-body__ttl .title {
		margin: 20px 0;
		font-size: 2.4rem;
	}

	.mission-body__ttl .text-en {
		font-size: 1.2rem;
	}

	.mission-body__tex span {
		display: inline-block;
	}

	.mission-section {
		padding-top: 20px;
	}

	.mission-section-header {
		width: calc(100% - 40px);
		height: calc(100svh - 40px);
	}

	.mission-section-header p {
		max-width: none;
	}

	.mission-section-header .number {
		width: 60px;
	}

	.mission-section-header .number .current {
		font-size: 2.5rem;
	}

	.mission-section-header .number .all {
		font-size: 1.2rem;
	}

	.facility {
		margin-bottom: 100px;
		grid-template-columns: repeat(11, 1fr);
	}

	.facility-old {
		max-width: none;
		margin: 0;
		bottom: auto;
		display: flex;
		flex-direction: column-reverse;
		position: relative;
		grid-column: 1 / 3;
	}

	.facility-old:before,
	.facility-old:after {
		content: "";
		display: block;
		box-sizing: border-box;
	}

	.facility-old:before {
		width: calc(100% + 10px);
		height: 10px;
		border-left: 1px solid rgba(0, 0, 0, .3);
		border-bottom: 1px solid rgba(0, 0, 0, .3);
	}

	.facility-old:after {
		width: 6px;
		height: 1px;
		background-color: rgba(0, 0, 0, .3);
		position: absolute;
		right: -10px;
		bottom: 0;
		transform-origin: right;
		transform: rotate3d(0, 0, 1, 45deg);
	}

	.facility-old span {
		font-size: 1.2rem;
	}

	.facility-new {
		grid-column: 3 / 12;
	}

	.facility-text {
		margin-top: 10px;
		display: flex;
	}

	.facility-text .name {
		display: flex;
		align-items: center;
		position: relative;
		font-size: 1.4rem;
	}

	.facility-text .name:after {
		content: "";
		width: 1px;
		height: 26px;
		margin: 0 20px;
		display: block;
		background-color: rgba(0, 0, 0, 0.2);
	}

	.facility-text p {
		margin: 0;
	}

	.group-image {
		grid-column: 1 / 12;
	}

	/* .group-image .pc {
		display: block;
	}

	.group-image .sp {
		display: none;
	} */

	.creation .mission-body__tex {
		grid-column: 3 / 12;
	}

	.creation .mission-body-contents p {
		grid-column: 3 / 12;
		max-width: 600px;
		font-size: 1.4rem;
	}

	.column-contents {
		grid-template-columns: repeat(9, 1fr);
	}

	.column-image {
		width: auto;
		margin-top: 0;
		grid-column: 8 / 10;
	}

	.column-contents__mian {
		padding-right: calc(((100% - (var(--grid-gap) * 6)) / 7) / 2);
		grid-column: 1 / 8;
		box-sizing: border-box;
	}

	.column-contents__mian p {
		font-size: 1.5rem;
	}

	.column-contents__mian .name {
		margin-top: 40px;
		font-size: 1.4rem;
	}

	.column-contents__mian .name span {
		margin-left: 10px;
		display: inline;
		font-size: 1.8rem;
	}

	.column-contents__mian .sub {
		font-size: 1.4rem;
	}

	.column-image img {
		border-radius: 0;
	}

}


/* ------------------------------------------------------------------------ */


.ending {
	margin: clamp(120px, 15vw, 300px) 0;
	padding: 0 5vw;
	display: grid;
	grid-template-columns: var(--grid-template-column);
	grid-gap: var(--grid-gap);
}

.ending__inner {
	padding: 0 calc((100% - var(--grid-gap) * 7) / 8);
	position: relative;
	grid-column: 1 / 9;
	box-sizing: border-box;
}

.ending-text {
	margin-bottom: max(40px, 4vw, 80px);
	font-size: max(4vw, 2.6rem);
}

.ending-text .oft {
	display: block;
}

.ending p {
	font-size: max(2vw, 1.8rem);
}


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

	.ending__inner {
		padding: calc((100% - var(--grid-gap) * 11) / 12);
		grid-column: 1 / 13;
	}

	.ending-text .oft:first-child,
	.ending-text .oft:nth-child(2) {
		display: inline-block;
		vertical-align: bottom;
	}

	.ending p .oft {
		display: block;
	}


}


/* ------------------------------------------------------------------------ */


.recruit {
	padding: clamp(120px, 15vw, 300px) 5vw;
	display: grid;
	grid-template-columns: var(--grid-template-column);
	grid-gap: var(--grid-gap);
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	color: rgba(255, 255, 255, 1);
}

.recruit-inner {
	padding: 0 calc(((100% - var(--grid-gap) * 7) / 8) / 2);
	grid-column: 1 / 9;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

.recruit .text-en {
	font-size: clamp(8rem, 6vw, 10rem);
	font-weight: 600;
	line-height: 1;
}

.recruit .text-en .oft {
	margin-right: 10px;
	display: inline-block;
}

.recruit .serif {
	margin: 40px 0;
	font-size: clamp(1.5rem, 3vw, 2.6rem);
}

.recruit-button a {
	padding: 20px 0;
	display: block;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	font-size: clamp(2.4rem, 4vw, 5rem);
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
}

.recruit-button a:hover {
	color: rgba(255, 255, 255, 1);
}

.recruit-button a:before,
.recruit-button a:after {
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
}

.recruit-button a:before {
	width: 35px;
	height: 1px;
	background-color: rgba(255, 255, 255, 1);
	top: 50%;
	right: -1px;
}

.recruit-button a:after {
	width: 14px;
	height: 14px;
	border-top: 1px solid rgba(255, 255, 255, 1);
	border-right: 1px solid rgba(255, 255, 255, 1);
	top: calc(50% - 7px);
	right: 0;
	transform: rotate3d(0, 0, 1, 45deg);
}

.recruit-bgimage {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;
}

.recruit-carousel {
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	margin: -20px;
	filter: blur(10px);
}

.recruit-carousel .swiper-wrapper {
	margin: 0;
	transition-timing-function: linear;
}

.recruit-carousel .swiper-slide {
	overflow: hidden;
}

.recruit-carousel .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


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

	.recruit {
		min-height: 100svh;
	}

	.recruit-inner {
		grid-column: 3 / 12;
		padding: 0;
	}

	.recruit-bgimage {
		height: calc(100% + 100px);
	}

}


/* ------------------------------------------------------------------------ */


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

	#global-footer {
		background-color: transparent;
		position: relative;
		z-index: 1;
	}

	.wt .gf-logo__mark {
		background-image: url(../svg/logo_wt.svg);
	}

	.gf-footer__nav a,
	.gf-footer__other small {
		color: rgba(255, 255, 255, 1);
	}

}


/* ------------------------------------------------------------------------ */


.scrollobserve.fade,
.scrollobserve-child.fade {
	opacity: 0;
	transition-property: opacity;
}

.scrollobserve.down-up,
.scrollobserve-child.down-up {
	transform: translate3d(0, 5vh, 0);
	transition-property: transform;
}

.scrollobserve.fade.down-up,
.scrollobserve-child.fade.down-up {
	transition-property: opacity, transform;
}

.scrollobserve.intersectionVisible,
.scrollobserve.intersectionVisible .scrollobserve-child {
	transition-duration: 600ms;
	transition-timing-function: cubic-bezier(.17, .84, .44, 1);
}

.scrollobserve.fade.intersectionVisible,
.scrollobserve.intersectionVisible .scrollobserve-child.fade {
	opacity: 1;
}

.scrollobserve.down-up.intersectionVisible,
.scrollobserve.intersectionVisible .scrollobserve-child.down-up {
	transform: translate3d(0, 0, 0);
}

.scrollobserve.intersectionVisible .oft__inner {
	opacity: 1;
	animation: 800ms cubic-bezier(0.25, 1, 0.5, 1) 0ms 1 both visibleoft;
}

.scrollobserve .introduction-text {
	transition-delay: 1000ms;
}

.scrollobserve .introduction-sub-title {
	transition-delay: 1100ms;
}

.mission-section-header.scrollobserve .number {
	transition-delay: 200ms;
}

.ending.scrollobserve p {
	transition-delay: 100ms;
}

.recruit.scrollobserve .serif {
	transition-delay: 700ms;
}

.recruit.scrollobserve .recruit-button {
	transition-delay: 800ms;
}

.oft {
	display: block;
	overflow: hidden;
}

.oft__inner {
	display: inline-block;
	opacity: 0;
}

.scrollobserve .introduction-title .oft:first-child .oft__inner {
	animation-delay: 800ms;
}

.scrollobserve .introduction-title .oft:nth-child(2) .oft__inner {
	animation-delay: 850ms;
}

.scrollobserve .mission-nav-inner .number .oft__inner {
	animation-delay: 300ms;
}

.scrollobserve .mission-nav-inner .sub .oft__inner {
	animation-delay: 450ms;
}

.scrollobserve .mission-nav-inner .title .oft__inner {
	animation-delay: 400ms;
}

.scrollobserve .mission-nav-inner .text-en .oft__inner {
	animation-delay: 600ms;
}

.mission-header-title .jp.scrollobserve .oft:first-child .oft__inner {
	animation-delay: 0ms;
}

.mission-header-title .jp.scrollobserve .oft:nth-child(2) .oft__inner {
	animation-delay: 50ms;
}

.mission-section-header.scrollobserve .number .current:after {
	transform: scale3d(0, 1, 1);
}

.mission-section-header.scrollobserve.intersectionVisible .number .current:after {
	transform: scale3d(1, 1, 1);
	transition: transform 300ms cubic-bezier(.17, .84, .44, 1) 500ms;
}

.mission-section-header.scrollobserve .number .current .oft__inner {
	animation-delay: 800ms;
}

.mission-section-header.scrollobserve .number .all .oft__inner {
	animation-delay: 800ms;
}

.mission-section-header.scrollobserve .title .oft__inner {
	animation-delay: 900ms;
}

.mission-section-header.scrollobserve .text-en .oft__inner {
	animation-delay: 1050ms;
}

.mission-section-header.scrollobserve p .oft:first-child .oft__inner {
	animation-delay: 1100ms;
}

.mission-section-header.scrollobserve p .oft:nth-child(2) .oft__inner {
	animation-delay: 1150ms;
}

.mission-section-header.scrollobserve p .oft:nth-child(3) .oft__inner {
	animation-delay: 1200ms;
}

.scrollobserve .ending-text .oft:first-child .oft__inner {
	animation-delay: 0ms;
}

.scrollobserve .ending-text .oft:nth-child(2) .oft__inner {
	animation-delay: 50ms;
}

.scrollobserve .ending-text .oft:nth-child(4) .oft__inner {
	animation-delay: 100ms;
}

.scrollobserve .ending-text .oft:nth-child(6) .oft__inner {
	animation-delay: 150ms;
}

.ending .scrollobserve p .oft:first-child .oft__inner {
	animation-delay: 300ms;
}

.ending .scrollobserve p .oft:nth-child(2) .oft__inner {
	animation-delay: 350ms;
}

.ending .scrollobserve p .oft:nth-child(3) .oft__inner {
	animation-delay: 400ms;
}

.recruit.scrollobserve .text-en .oft:first-child .oft__inner {
	animation-delay: 400ms;
}

.recruit.scrollobserve .text-en .oft:nth-child(2) .oft__inner {
	animation-delay: 450ms;
}

.recruit.scrollobserve .text-en .oft:nth-child(3) .oft__inner {
	animation-delay: 500ms;
}

.recruit.scrollobserve p .oft:first-child .oft__inner {
	animation-delay: 600ms;
}

.recruit.scrollobserve p .oft:nth-child(2) .oft__inner {
	animation-delay: 650ms;
}


@keyframes visibleoft {
	0% {
		transform: translate3d(0, 100%, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}



/* ------------------------------------------------------------------------ */


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

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

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

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

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