@charset "utf-8";

/* reset
----------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
main,
figure,
figcaption {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: normal;
	border: 0;
	outline: 0;
	line-height: 1;
	list-style: none;
}
a,
a:hover,
a:active,
a:visited {
	margin: 0;
	padding: 0;
	outline: none;
}
img {
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
::selection {
	color: #fff;
	background: #000;
}

/* html
----------------------------------------------- */

html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-print-color-adjust: exact;
}

/* body
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
	font-family: "Roboto", sans-serif;
	font-family: "Roboto Condensed", sans-serif;
	font-family: "Permanent Marker", cursive;
	font-family: "Noto Sans JP", sans-serif;
	background-image: url(../images/background.png);
	background-attachment: fixed;
	background-size: 15px 15px;
}
a {
	color: #000;
	text-decoration: none;
}

/* loading
----------------------------------------------- */

.loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	overflow: hidden;
	z-index: 10;
}
.loading__bar,
.loading__progress {
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background-color: #e6e6e6;
	z-index: 1;
}
.loading__progress {
	top: 0;
	height: 100%;
	background-color: #00afcc;
	transform: scaleX(0);
	transform-origin: left;
}
.loading__status {
	position: absolute;
	top: 105px;
	left: 0;
	width: 90px;
	color: #969696;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/* ready */

.js-loading-ready {
	transition-property: transform;
}
.js-loading-ready .loading__progress {
	transition-property: transform;
	transition-duration: 0.1s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-loading-ready .loading__status {
	transition-property: opacity;
	transition-duration: 0.25s;
}

/* end */

.js-loading-end {
	transform: translateX(100%);
	transition-duration: 0.5s;
	transition-delay: 0.25s;
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.js-loading-end .loading__status {
	opacity: 0;
}

/* button
----------------------------------------------- */

.button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 45px;
	font-size: 0;
	border-radius: 13px;
	overflow: hidden;
	z-index: 1;
}
.button--mypage {
	width: 130px;
	background: linear-gradient(to right, #ff4b4b 0%, #fa2479 100%);
}
.button--entry {
	width: 150px;
	background: linear-gradient(to right, #1fe9e9 0%, #009fe5 100%);
}
.button--text span {
	position: relative;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	z-index: 2;
}
.button--large {
	width: 700px;
	height: 75px;
	border-radius: 23px;
}
.button img {
	position: relative;
	z-index: 2;
}

/* historyback
----------------------------------------------- */

.historyback {
	padding: 100px 0;
}
.historyback a {
	margin: auto;
	width: 300px;
}

/* plainnav
----------------------------------------------- */

.plainnav__lists {
	height: 100%;
	display: flex;
	font-size: 0;
	line-height: 1;
}
.plainnav__list a {
	display: block;
	position: relative;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.plainnav__unlink {
	pointer-events: none;
	opacity: 0.4;
}
.footer .plainnav__list ul li a {
	padding-left: 1.2em;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	line-height: 1.5;
}
.footer .plainnav__list ul li a::before {
	position: absolute;
	content: "";
	left: 0px;
	width: 10px;
	height: 2px;
	background: #fff;
}

/* current */

.current--top .plainnav__list--top a.current,
.current--careers .plainnav__list--careers a.current,
.current--job .plainnav__list--job a.current,
.current--employees .plainnav__list--employees a.current,
.current--works .plainnav__list--works a.current,
.current--about .plainnav__list--about a.current,
.current--more .plainnav__list--more a.current,
.current--benefit .plainnav__list--benefit a.current,
.current--special .plainnav__list--special a.current {
	color: #00afcc;
}

/* conversion
----------------------------------------------- */

.conversion__lists {
	display: flex;
	font-size: 0;
}

/* header
----------------------------------------------- */

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 90px;
	background-color: #1a1a1c;
	z-index: 20;
}
.header__inner {
	position: relative;
}
.header__tfc,
.header__menu {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	width: 90px;
	height: 90px;
	z-index: 1;
}
.header__tfc {
	left: 0;
	background: linear-gradient(to right, #18c2da 0%, #0199d9 100%);
}
.header__menu {
	right: 0;
	background-color: #313131;
	cursor: pointer;
}
.header__tfc img,
.header__menu img {
	position: relative;
	z-index: 2;
}
.header__nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 90px;
	height: 90px;
}

/* plainnav */

.header .plainnav {
	height: 100%;
	margin: 0 0 0 35px;
}
.header .plainnav__list {
	margin: 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* conversion */

.header .conversion {
	margin: 0 20px 0 0;
}
.header .conversion__list {
	margin: 0 10px;
}

/* footer
----------------------------------------------- */

.footer {
	position: relative;
	color: #fff;
	text-align: center;
	background-color: #1a1a1c;
	overflow: hidden;
	z-index: 2;
}
.footer__inner {
	padding: 50px 90px 15px;
	display: flex;
	gap: 90px;
}
.footer__tfc {
	margin: 0;
	text-align: left;
}
.footer__tfc a {
	display: block;
	margin-bottom: 30px;
}
.footer__copyright {
	margin: 50px 0 0;
	padding: 0 70px 20px;
	color: #aaa;
	font-size: 11px;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0.06em;
}

/* plainnav */

.footer .plainnav__lists {
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 60px 40px;
}
.footer .plainnav__list {
	width: calc((100% - 120px) / 4);
	min-width: 220px;
}
.footer .plainnav__list a.plainnav__title {
	font-size: 18px;
	padding: 10px 0;
	margin-bottom: 20px;
	letter-spacing: 0.06em;
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer .plainnav__list a.plainnav__title + a.plainnav__title {
	margin-top: -20px;
	border-top: none;
}
.footer .plainnav__list a.plainnav__title::after {
	content: "";
	width: 9px;
	height: 15px;
	margin-left: auto;
	background-image: url(../images/arrow_white_right.svg);
	background-size: 9px 15px;
}
.footer .plainnav__list ul li.plainnav__group--title {
	margin-top: 0;
	padding-bottom: 8px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: left;
	border-bottom: 1px solid #777777;
}
.footer .plainnav__list ul + ul {
	margin-top: 20px;
}
.footer .plainnav__list ul li {
	margin-top: 10px;
}
.footer .plainnav__list ul li　a {
	color: #fff;
}
@media screen and (min-width: 1203px) and (max-width: 1500px) {
	.footer .plainnav__list {
		width: calc((100% - 80px) / 3);
		min-width: 220px;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1202px) {
	.footer .plainnav__list {
		width: calc((100% - 40px) / 2);
		min-width: 220px;
	}
}

/* nav
----------------------------------------------- */

.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	overflow: hidden;
}
.nav__tfc {
	position: absolute;
	top: 0;
	left: 23px;
	font-size: 0;
	z-index: 2;
}
.nav__tfc a {
	display: flex;
	align-items: center;
	height: 90px;
}
.nav__tfc span {
	display: block;
	color: #000;
}
.nav__tfc span:last-child {
	position: relative;
	margin: 0 0 0 42px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 20px;
}
.nav__tfc span:last-child:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -23px;
	margin: -16px 0 0;
	width: 2px;
	height: 33px;
	background-color: #000;
}
.nav__close {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 90px;
	cursor: pointer;
	z-index: 3;
}
.nav__mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.9);
}
.nav__inner {
	padding: 90px 0;
	/* display: flex;
	flex-direction: column;
	justify-content: center; */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 560px;
	background-color: #313131;
	z-index: 3;
	overflow: scroll;
}
.nav__lists {
	margin: 0 100px;
	padding: 0;
}
.nav__lists li {
	border-top: 1px solid #fff;
}
.nav__lists li:last-child {
	border-bottom: 1px solid #fff;
}
.nav__lists--link {
	margin-top: 50px;
}
.nav__lists--link li {
	border-top: 0px solid #fff;
}
.nav__lists--link li:last-child {
	border-bottom: 0px solid #fff;
}
.nav__lists--link li a {
	padding: 5px 0;
	display: inline-block;
}
.nav__lists li .en {
	font-size: 12px;
	margin-bottom: 6px;
}
.nav__list {
	padding: 0;
}
.nav__list a {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.nav__unlink {
	pointer-events: none;
	opacity: 0.4;
}

.nav__lists--link {
	padding: 20px 0 75px;
}
.nav__lists--link .nav__list {
	padding: 8px 0;
}
.nav__lists--link .nav__list a {
	position: relative;
	font-size: 14px;
}
.nav__lists--link .nav__list a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	width: 19px;
	height: 13px;
	margin: -6px 0 0;
	background-image: url(../images/icon_blank_white.svg);
	background-size: 19px 13px;
}
.nav__entry {
	/* position: absolute;
	left: 27px;
	right: 27px;
	bottom: 27px; */
	z-index: 1;
}
.nav__entry a {
	width: 100%;
}

/* current */

.current--top .nav__list--top a,
.current--newstopics .nav__list--newstopics a,
.current--careers .nav__list--careers a,
.current--job .nav__list--job a,
.current--works .nav__list--works a,
.current--about .nav__list--about a,
.current--more .nav__list--more a,
.current--special .nav__list--special a {
	color: #fff;
}

/* ready */

.nav {
	pointer-events: none;
}
.nav__tfc {
	transform: translateX(-120%);
}
.nav__close {
	transform: scale(0) rotate(45deg);
}
.nav__mask {
	background-color: rgba(0, 0, 0, 0);
}
.nav__inner {
	transform: translateX(100%);
}
.nav__lists {
	transform: translateX(100%);
}
.nav__entry {
	transform: translateY(180%);
}

.js-nav-ready .nav__tfc,
.js-nav-ready .nav__mask,
.js-nav-ready .nav__close,
.js-nav-ready .nav__inner,
.js-nav-ready .nav__lists,
.js-nav-ready .nav__entry {
	transition-property: transform, background-color;
	transition-duration: 0.5s;
	transition-delay: 0.25s;
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.js-nav-ready .nav__entry {
	transition-delay: 0.5s;
	margin: 0 100px;
}

/* open */

.js-nav-open {
	pointer-events: auto;
}
.js-nav-open .nav__mask {
	background-color: rgba(0, 0, 0, 0.9);
	transition-duration: 0.25s;
}
.js-nav-open .nav__close {
	transform: scale(1) rotate(0deg);
	transition-duration: 0.25s;
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.js-nav-open .nav__tfc,
.js-nav-open .nav__inner,
.js-nav-open .nav__lists,
.js-nav-open .nav__entry {
	transform: rotate(0) translate(0);
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-delay: 0.25s;
}
.js-nav-open .nav__lists {
	transition-duration: 0.65s;
}
.js-nav-open .nav__entry {
	transition-delay: 0.5s;
	margin: 0 100px;
}

/* nav アコーディオン
----------------------------------------------- */
.accordion {
	cursor: pointer;
	padding: 20px 0;
	border: none;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}
.accordion .jp {
	color: #fff;
	font-size: 18px;
}

ul.panel {
	list-style-type: none;
	margin: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease;
}
ul.panel li {
	border-top: none;
}
ul.panel li:last-child {
	border-bottom: none;
	margin-bottom: 20px;
}
ul.panel li a {
	padding: 15px 0 15px 0px;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
ul.panel li a::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 2px;
	margin-right: 8px;
	background-color: #419363;
}
ul.panel li a::after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 15px;
	margin-left: auto;
	background-image: url(../images/arrow_white_right.svg);
	background-size: 9px 15px;
}

.symbol {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.symbol span {
	display: block;
	background-color: #fff;
	width: 100%;
	height: 1px;
	transition: all 0.4s ease;
}
.symbol span:nth-of-type(1) {
	transform: translateX(15px);
}
.symbol span:nth-of-type(2) {
	transform: rotate(-90deg);
}
.accordion.active .symbol span:nth-of-type(2) {
	transform: rotate(0deg);
}

/* pageup
----------------------------------------------- */

.pageup {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 90px;
	height: 90px;
	cursor: pointer;
	z-index: 9;
	transform: translateY(100%);
}
.pageup span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #767677;
}

/* ready */

.js-pageup-ready {
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

/* open */

.js-pageup-open {
	transform: translate(0);
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

/* scroll
----------------------------------------------- */

.scroll {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90px;
	text-align: center;
	z-index: 1;
}
.scroll__inner {
	height: 225px;
}
.scroll__bar {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -1px;
	width: 2px;
	height: 150px;
	overflow: hidden;
}
.scroll__progress {
	width: 100%;
	height: 100%;
	background-color: #282422;
	animation-name: scroll;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

/* ready */

.js-indicate-ready.scroll {
	transform: translateX(-90px);
	transition-property: transform;
}

/* start */

.js-indicate-start.scroll {
	transform: translateX(0);
	transition-duration: 0.5s;
	transition-delay: 0.5s;
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

/* main
----------------------------------------------- */

.main {
}

/* article
----------------------------------------------- */

.article {
	position: relative;
}
.article:after {
	display: block;
	content: "";
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	bottom: -120px;
	background-color: #fff;
	z-index: 1;
}
.article:nth-child(even):after {
	display: none;
}

.article__inner {
	position: relative;
	padding: 0 0 200px;
	z-index: 2;
}
.article__content {
	margin: 100px auto 0;
	max-width: 1500px;
}
.article__content--first {
	margin-top: 0;
}
.article__title {
	margin: 0;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.02em;
	line-height: 35px;
}
.article__titlebar {
	display: flex;
	align-items: center;
	margin: 50px 135px 0;
	padding: 0 0 0 30px;
	height: 60px;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-left: 10px solid #a293f7;
	background: linear-gradient(to bottom, #f4f4f4 0%, #f4f4f4 50%, #e8e8e8 51%, #e8e8e8 100%);
	box-sizing: border-box;
}
.article__texts {
	margin: 0 180px;
	padding: 13px 0 0;
}
.article__text {
	padding: 26px 0 0;
	font-size: 16px;
	text-align: justify;
	letter-spacing: 0.03em;
	line-height: 26px;
}
.article__text--copy {
	font-weight: 500;
}
.article__text--signature {
	font-weight: 500;
	text-align: right;
}
.article__text a {
	display: inline-block;
	position: relative;
	color: #a293f7;
	font-weight: 500;
}
.article__text img {
	max-width: 100%;
	height: auto;
}

/* pagetitle
----------------------------------------------- */

.pagetitle {
	position: relative;
	padding: 0 0 15px;
	overflow: hidden;
}
.pagetitle:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50%;
	background-color: #1a1a1c;
	z-index: 1;
}
.pagetitle__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	margin: 0 90px;
	height: 310px;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	z-index: 2;
}
.pagetitle__title {
	position: relative;
	margin: 0 90px;
	text-align: center;
	color: #ff2d59;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.07em;
}
/* .pagetitle__title:after {
	display: block;
	content: "";
	position: absolute;
	top: 104px;
	left: 0;
	width: 75px;
	height: 1px;
	background-color: #ff2d59;
} */
.pagetitle__label {
	margin: 15px 90px 0;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 45px;
	letter-spacing: 0.03em;
	text-align: center;
	font-weight: bold;
}
.pagetitle__label span.small {
	font-size: 22px;
}
.pagetitle__label--ja {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 50px;
	font-weight: 700;
}
.pagetitle__text {
	margin: 40px 90px 0;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 27px;
	text-align: center;
}
.pagetitle__text--caution {
	margin-top: 5px;
	color: #3b3b3b;
	font-size: 12px;
}

/* pagenav
----------------------------------------------- */

.pagenav {
	position: relative;
	margin: auto;
	max-width: 1500px;
	z-index: 3;
}
.pagenav__inner {
	margin: 45px 135px;
	padding: 0;
}
.pagenav__current {
	display: none;
}
.pagenav__categories {
	display: flex;
	margin: 0 0 0 -2px;
	font-size: 0;
	text-align: center;
	line-height: 1.3;
}
.pagenav__category {
	position: relative;
	margin: 0 0 0 2px;
	width: calc(100% / 2);
}
.pagenav__label:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -4px 0 0;
	width: 15px;
	height: 9px;
	background-image: url(../images/arrow_black_down.svg);
	background-size: 15px 9px;
	z-index: 1;
}
.pagenav__label a {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	height: 45px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
	background-color: #fff;
	cursor: pointer;
}
.pagenav__subcategory {
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	height: 500px;
	pointer-events: none;
	overflow: hidden;
	z-index: 5;
}
.pagenav__lists {
	position: relative;
	padding: 15px 0;
	background-color: #ff2d59;
	pointer-events: auto;
	z-index: 1;
	transform: translate3d(0, -100%, 0);
}
.pagenav__list a {
	display: inline-block;
	position: relative;
	margin: 0 25px;
	padding: 10px 0;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

/* noarrow */

.pagenav--noarrow .pagenav__label:after {
	display: none;
}
.pagenav--noarrow .pagenav__label a {
	justify-content: center;
	padding: 0;
}

/* rightarrow */

.pagenav--rightarrow .pagenav__label:after {
	margin: -7px 0 0;
	width: 8px;
	height: 15px;
	background-image: url(../images/arrow_black_right.svg);
	background-size: 8px 15px;
}

/* table
----------------------------------------------- */

.table {
	margin: 25px 0 0;
	border: 1px solid #444444;
	border-top: 0;
}
.table__tr {
	display: flex;
	align-items: center;
	border-top: 1px solid #444444;
	background-color: #e8e8e8;
}
.table__th {
	padding: 0 30px;
	width: 140px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
.table__td {
	padding: 0 0 18px;
	width: calc(100% - 200px);
	background-color: #fff;
}
.table__text {
	margin: 0 30px;
	padding: 15px 0 0;
	font-size: 14px;
	letter-spacing: 0.03em;
	line-height: 22px;
}
.table__text--title {
	color: #a293f7;
	font-weight: 700;
}
.table__text--summary {
	margin-top: 5px;
	padding: 0 15px;
	border-left: 1px solid #a293f7;
}
.article__text a:after {
	display: block;
	content: "";
	position: absolute;
	left: -0.03em;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #a293f7;
}

/* jobtype
----------------------------------------------- */

.jobtype {
	margin: -15px 0 0;
}
.jobtype__title {
	display: flex;
	align-items: center;
	margin: 40px 0 0;
	padding: 0 0 0 15px;
	height: 35px;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.03em;
	border-left: 10px solid #000;
}
.jobtype__summary {
	padding: 10px 0 0 30px;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 26px;
}

.jobtype__title--planing {
	color: #000;
	border-color: #a293f7;
}
.jobtype__title--video {
	color: #000;
	border-color: #a293f7;
}
.jobtype__title--technical {
	color: #000;
	border-color: #a293f7;
}
.jobtype__title--profession {
	color: #000;
	border-color: #a293f7;
}

/* caution
----------------------------------------------- */

.caution {
	padding: 60px 0 0;
}
.caution__list {
	padding: 0 0 0 12px;
	font-size: 12px;
	text-indent: -12px;
	letter-spacing: 0.03em;
	line-height: 20px;
}
.caution__text {
	padding: 10px 0 0;
	font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 20px;
}

/* member
----------------------------------------------- */

.member {
	margin: 120px 0 0;
}
.member__title {
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}
.member__title .en {
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-size: 40px;
}
.member__title .jp {
	font-size: 15px;
}
.member__inner {
	padding: 40px 0 0;
	position: relative;
	z-index: 1;
	background-color: #f0f3f6;
}
/* .member__inner:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #d3dae0;
	z-index: -1;
} */
.member__slider {
	overflow: hidden;
}
.member--right .member__slider {
	margin: 0 90px 0 0;
}
.member__lists {
	font-size: 0;
}
.member__list {
	position: relative;
	height: 335px;
	overflow: hidden;
	background-color: none;
}
.member__list a {
	display: flex;
	justify-content: center;
}
.member__image {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0;
	width: 225px;
	z-index: 1;
}
.member__info {
	width: 100%;
	text-align: center;
	pointer-events: none;
	z-index: 1;
}
.member__name {
	margin: 5px 0 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.06em;
}
.member__post {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.member__year {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

/* slick */

.slick-arrow {
	position: absolute;
	top: 50%;
	margin: -25px 0 0;
	width: 50px;
	height: 50px;
	font-size: 0;
	border: 0;
	outline: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 9px 15px;
	background-color: #ff2d59;
	cursor: pointer;
	z-index: 1;
}
.slick-arrow.slick-prev {
	left: 90px;
	background-image: url(../images/arrow_white_left.svg);
}
.slick-arrow.slick-next {
	right: 90px;
	background-image: url(../images/arrow_white_right.svg);
}

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

@media print, screen and (min-width: 1000px) {
	/* body
	----------------------------------------------- */

	body {
		margin: 90px 0 0;
	}

	/* br
	----------------------------------------------- */

	.spbr {
		display: none;
	}

	/* button
	----------------------------------------------- */

	.button {
		transition-property: box-shadow;
		transition-duration: 0.25s;
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.button:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		z-index: 1;
		transition-property: opacity;
		transition-duration: 0.25s;
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.button--mypage:after {
		background-color: #ff4b4b;
	}
	.button--entry:after {
		background-color: #1fe9e9;
	}

	/* hover */

	.button:hover {
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.button--mypage:hover {
		box-shadow: 0 0 8px #ff4b4b;
	}
	.button--entry:hover {
		box-shadow: 0 0 8px #1fe9e9;
	}
	.button:hover:after {
		opacity: 1;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	/* plainnav
	----------------------------------------------- */

	@media screen and (min-width: 1000px) and (max-width: 1280px) {
		.header .plainnav {
			opacity: 0;
			pointer-events: none;
		}
	}

	.plainnav__list a {
		width: 100%;
		padding: 0;
		transition-property: color;
		transition-duration: 0.2s;
		height: 100%;
		display: flex;
		align-items: center;
	}
	header .plainnav__list a:after {
		display: block;
		content: "";
		position: absolute;
		left: -0.1em;
		bottom: 0px;
		width: 100%;
		height: 6px;
		background-color: #00afcc;
		transform: scaleX(0);
		transform-origin: right;
		transition-property: transform;
		transition-duration: 0.2s;
		transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	}

	/* hover */

	.plainnav__list a:hover {
		color: #00afcc;
	}
	.plainnav__list a:hover:after {
		transform: scaleX(1);
		transform-origin: left;
		transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	/* child_menu
	----------------------------------------------- */
	.child_menu {
		width: 100%;
		padding: 60px 90px;
		box-sizing: border-box;
		position: absolute;
		top: 90px;
		left: 0;
		background: #eaeaea;
		visibility: hidden;
		opacity: 0;
		display: flex;
		gap: 60px;
		transition: opacity 0.5s;
	}
	.plainnav__list:hover .child_menu {
		visibility: visible;
		opacity: 1;
	}
	.plainnav__list:hover .child_menu a::after {
		display: none;
	}
	.child_menu .child_menu__label {
		width: 35%;
		max-width: 400px;
		border-right: 1px solid #c3c3c3;
	}
	.plainnav__list:hover a.nav-cnt:after {
		transform: scaleX(1);
	}
	.child_menu .child_menu__label h2 {
		margin: 0 0 10px;
		font-size: 50px;
	}
	.child_menu .child_menu__label .readmore {
		margin-top: 20px;
		display: block;
	}
	.child_menu .child_menu__list {
		max-width: 400px;
		flex: 1 0 auto;
	}
	.child_menu__list .child_menu__list-label {
		padding: 0 0 10px;
		margin-bottom: 30px;
		font-size: 20px;
		font-weight: bold;
		border-bottom: 1px solid #000;
	}
	.child_menu .child_menu__list ul li {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.child_menu .child_menu__list ul li::before {
		content: "";
		width: 12px;
		height: 2px;
		margin-right: 8px;
	}
	.child_menu .child_menu__list ul li::after {
		content: "";
		width: 9px;
		height: 15px;
		margin-left: auto;
		background-image: url(../images/arrow_black_right.svg);
		background-size: 9px 15px;
	}
	.child_menu .child_menu__list ul li:hover::after {
		animation-name: arrowright;
		animation-duration: 0.5s;
		animation-iteration-count: infinite;
	}

	.child_menu .child_menu__list ul li + li {
		margin-top: 24px;
	}
	.nav-arrow::before {
		content: "";
		width: 8px;
		height: 8px;
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translate(-50%, 0) rotate(135deg);
		border-top: 1px solid #606060;
		border-right: 1px solid #606060;
	}

	/* toptitle
----------------------------------------------- */

	.toptitle__label {
		display: flex;
		align-items: center;
		font-size: 14px;
		font-weight: 500;
	}
	.toptitle__label em {
		display: block;
		position: relative;
		height: 16px;
		font-family: "Roboto", sans-serif;
		font-size: 16px;
		font-weight: 500;
		font-style: normal;
	}
	.toptitle__label em:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: -65px;
		width: 60px;
		height: 1px;
		background-color: #000;
	}
	.toptitle__label span {
		margin: 0 0 0 70px;
		height: 14px;
	}
	.toptitle__title {
		margin: 10px 0 0;
		font-family: "Permanent Marker", cursive;
		font-size: 70px;
		line-height: 70px;
	}
	.toptitle__title--mini {
		margin: 20px 0 0;
		font-size: 50px;
		line-height: 50px;
	}
	.toptitle__title small {
		font-size: 35px;
	}
	.toptitle__text {
		padding: 0 20px 0 0;
		line-height: 1.5;
		font-size: 14px;
	}

	.toptitle--center {
		text-align: center;
	}
	.toptitle--center .toptitle__label {
		justify-content: center;
	}

	.toptitle--nega {
		color: #fff;
	}
	.toptitle--nega .toptitle__label em:after {
		background-color: #fff;
	}

	.toptitle__comingsoon {
		margin: 25px 0 0;
		font-size: 30px;
	}

	/* header
	----------------------------------------------- */

	.header__tfc:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #18c2da;
		opacity: 0;
		transition-property: opacity;
		transition-duration: 0.25s;
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.header__menu img {
		transform: translate3d(0, 0, 0);
		transition-property: transform;
		transition-duration: 0.5s;
		transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	}

	/* hover */

	.header__tfc:hover:after {
		opacity: 1;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.header__menu:hover img {
		transform: translate3d(0, 0, 0) rotate(45deg);
		transition-duration: 0.3s;
	}

	/* nav
	----------------------------------------------- */

	.nav__close img {
		transition-property: opacity;
		transition-duration: 0.2s;
	}
	.nav__list a {
		padding: 20px 0;
		transition-property: color;
		/* transition-duration: 0.2s; */
		display: block;
	}
	.nav__list a:after {
		display: block;
		content: "";
		position: absolute;
		left: -0.1em;
		bottom: -8px;
		width: 100%;
		height: 1px;
		background-color: #00afcc;
		transform: scaleX(0);
		transform-origin: right;
		transition-property: transform;
		transition-duration: 0.2s;
		transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	}

	/* hover */

	.nav__close:hover img {
		opacity: 0.6;
	}
	.nav__list a .en,
	.nav__list a .jp {
		transition: all 0.3s;
	}
	/* .nav__list a:hover:after {
		transform: scaleX(1);
		transform-origin: left;
		transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	} */

	/* pageup
	----------------------------------------------- */

	.pageup span {
		transition-property: background-color;
		transition-duration: 0.2s;
	}

	/* hover */

	.pageup:hover span {
		background-color: #6c6c6d;
	}
	.pageup:hover img {
		animation-name: arrowtop;
		animation-duration: 0.5s;
		animation-iteration-count: infinite;
	}

	/* pagetitle
	----------------------------------------------- */
	.pagetitle__text:empty {
		margin: 0;
	}

	/* ready */

	.js-indicate-ready.pagetitle:after,
	.js-indicate-ready .pagetitle__inner {
		transition-property: opacity, transform;
	}
	.js-indicate-ready.pagetitle:after {
		transform: translateX(100%);
	}
	.js-indicate-ready .pagetitle__inner {
		transform: translateY(115%);
	}

	.js-indicate-ready .pagetitle__title,
	.js-indicate-ready .pagetitle__label,
	.js-indicate-ready .pagetitle__text {
		opacity: 0;
		transition-property: opacity, transform;
		transform: translateY(50px);
	}

	/* start */

	.js-indicate-start.pagetitle:after,
	.js-indicate-start .pagetitle__inner {
		transition-duration: 0.8s;
		transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	}
	.js-indicate-start.pagetitle:after,
	.js-indicate-start .pagetitle__inner {
		transform: translate(0);
	}

	.js-indicate-start .pagetitle__title,
	.js-indicate-start .pagetitle__label,
	.js-indicate-start .pagetitle__text {
		opacity: 1;
		transform: translateY(0);
		transition-duration: 0.8s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.js-indicate-start .pagetitle__title {
		transition-delay: 0.35s;
	}
	.js-indicate-start .pagetitle__label {
		transition-delay: 0.45s;
	}
	.js-indicate-start .pagetitle__text {
		transition-delay: 0.55s;
	}

	/* pagenav
	----------------------------------------------- */

	.pagenav__label a {
		transition-property: color, background-color;
		transition-duration: 0.25s;
	}
	.pagenav__label:after {
		transition-property: transform;
		transition-duration: 0.2s;
	}
	.pagenav__lists {
		transition-property: transform;
		transition-duration: 0.25s;
	}
	.pagenav__list a {
		transition-property: opacity;
		transition-duration: 0.25s;
	}
	.pagenav__list a:after {
		display: block;
		content: "";
		position: absolute;
		left: -0.04em;
		bottom: 5px;
		width: 100%;
		height: 1px;
		background-color: #fff;
		transform: scaleX(0);
		transform-origin: right;
		transition-property: transform;
		transition-duration: 0.25s;
		transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	}

	/* hover */

	.pagenav__category:hover .pagenav__label a {
		color: #fff;
		background-color: #ff2d59;
		transition-duration: 0;
	}
	.pagenav__category:hover .pagenav__label:after {
		transform: translateY(3px);
		background-image: url(../images/arrow_white_down.svg);
	}
	.pagenav__category:hover .pagenav__lists {
		transform: translate3d(0, 0, 0);
		transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.pagenav__list a:hover {
		opacity: 0.6;
	}
	.pagenav__list a:hover:after {
		transform: scaleX(1);
		transform-origin: left;
	}

	.pagenav--rightarrow .pagenav__category:hover .pagenav__label:after {
		transform: translateX(3px);
		background-image: url(../images/arrow_white_right.svg);
	}

	/* current */

	.pagenav--current-planing .pagenav__label--planing a,
	.pagenav--current-video .pagenav__label--video a,
	.pagenav--current-profession .pagenav__label--profession a,
	.pagenav--current-technical .pagenav__label--technical a,
	.pagenav--current-cm .pagenav__label--cm a,
	.pagenav--current-tv .pagenav__label--tv a,
	.pagenav--current-community .pagenav__label--community a,
	.pagenav--current-contents .pagenav__label--contents a,
	.pagenav--current-subtitles .pagenav__label--subtitles a,
	.pagenav--current-promotion .pagenav__label--promotion a,
	.pagenav--current-ask .pagenav__label--ask a,
	.pagenav--current-about .pagenav__label--about a,
	.pagenav--current-employment .pagenav__label--employment a,
	.pagenav--current-after .pagenav__label--after a {
		color: #000;
		background-color: #ff2d59;
	}
	.pagenav--current-planing .pagenav__label--planing:after,
	.pagenav--current-video .pagenav__label--video:after,
	.pagenav--current-profession .pagenav__label--profession:after,
	.pagenav--current-technical .pagenav__label--technical:after {
		background-image: url(../images/arrow_black_down.svg);
	}
	.pagenav--current-ask .pagenav__label--ask:after,
	.pagenav--current-about .pagenav__label--about:after,
	.pagenav--current-employment .pagenav__label--employment:after,
	.pagenav--current-after .pagenav__label--after:after {
		background-image: url(../images/arrow_black_right.svg);
	}

	/* member
	----------------------------------------------- */

	.member__image img {
		transform: translateY(10px);
		transition-property: transform;
		transition-duration: 0.25s;
		transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	}

	/* slick */

	.slick-arrow {
		transition-property: background-color;
		transition-duration: 0.2s;
		transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	}

	/* hover */

	.member__image:hover img {
		transform: translateY(2px);
		transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	.slick-arrow:hover {
		background-color: #1a1a1c;
		transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	/* retina
	----------------------------------------------- */

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	}
}

/* tablet
----------------------------------------------- */

@media screen and (min-width: 641px) and (max-width: 1000px) {
}

/* mobile
----------------------------------------------- */

@media only screen and (max-width: 999px) {
	/* body
	----------------------------------------------- */

	body {
		margin: 60px 0 0;
	}

	/* br
	----------------------------------------------- */

	.pcbr {
		display: none;
	}

	/* loading
	----------------------------------------------- */

	.loading__bar {
		top: 60px;
	}
	.loading__status {
		top: 75px;
		width: 60px;
	}

	/* button
	----------------------------------------------- */

	.button--large {
		width: 100%;
		height: 60px;
		border-radius: 15px;
	}
	.button--large img {
		width: auto;
		height: 23px;
	}

	/* historyback
	----------------------------------------------- */

	.historyback {
		padding: 0 0 100px;
	}

	/* header
	----------------------------------------------- */

	.header {
		height: 60px;
	}
	.header__tfc,
	.header__menu {
		width: 60px;
		height: 60px;
	}
	.header__tfc {
		background: transparent;
	}
	.header__tfc img {
		width: 40px;
		height: 40px;
	}
	.header__menu img {
		width: 30px;
		height: 30px;
	}
	.header__nav {
		display: none;
	}

	/* footer
	----------------------------------------------- */

	.footer__inner {
		padding: 30px 0;
		justify-content: center;
	}
	.footer__tfc {
		margin: 0;
	}
	.footer__tfc a {
		margin-bottom: 15px;
		text-align: center;
	}
	.footer__tfc img {
		width: auto;
		height: 53px;
	}
	.footer__copyright {
		margin: 20px 0 0;
		font-size: 10px;
		line-height: 15px;
		text-align: center;
	}

	/* plainnav */

	.footer .plainnav {
		display: none;
	}

	/* nav
	----------------------------------------------- */

	.nav__tfc {
		display: none;
	}
	.nav__close {
		width: 60px;
		height: 60px;
		background: #222;
	}
	.nav__close img {
		width: auto;
		height: 30px;
	}
	.nav__inner {
		width: calc(100% - 60px);
		max-width: 560px;
	}
	.nav__lists {
		max-width: 360px;
		margin: 0 auto;
		padding: 0 30px;
	}
	.nav__list {
		padding: 15px 0;
	}
	.nav__lists--link {
		padding: 20px 30px 75px;
	}
	.nav__lists--link .nav__list {
		padding: 8px 0;
	}
	.js-nav-open .nav__entry {
		width: calc(100% - 60px);
		max-width: 360px;
		margin: 0 auto;
	}

	/* nav アコーディオン
	----------------------------------------------- */
	.accordion {
		padding: 15px 0;
	}
	.panel .nav__list {
		padding: 0 !important;
	}
	.panel .nav__list a {
		font-size: 15px;
	}

	/* pageup
	----------------------------------------------- */

	.pageup {
		width: 60px;
		height: 60px;
	}
	.pageup img {
		width: auto;
		height: 10px;
	}

	/* scroll
	----------------------------------------------- */

	.scroll {
		display: none;
	}

	/* main
	----------------------------------------------- */

	.main {
	}

	/* article
	----------------------------------------------- */

	.article {
		margin: 3px 0 0;
		background-color: #fff;
	}
	.article:after {
		display: none;
	}
	.article__inner {
		padding: 0;
	}
	.article__inner--single {
	}
	.article__content {
		margin: 50px 20px 0;
		max-width: auto;
	}
	.article__content--first {
		margin-top: 0;
	}
	.article__hidebox {
		display: block;
	}
	.article__title {
		margin: 0;
		font-size: 16px;
		text-align: left;
		line-height: 27px;
	}
	.article__titlebar {
		margin: 45px 0 0;
		padding: 5px 10px 5px 15px;
		min-height: 50px;
		height: auto;
		font-size: 16px;
		line-height: 20px;
		border-left: 5px solid #a293f7;
	}
	.article__texts {
		margin: 0;
		padding: 0;
	}
	.article__text {
		padding: 23px 0 0;
		font-size: 14px;
		line-height: 23px;
	}

	/* table
	----------------------------------------------- */

	.table {
		margin: 0;
		border: 0;
	}
	.table__tr {
		display: block;
		margin: 25px 0 0;
		background-color: #fff;
	}
	.table__th {
		padding: 5px 0;
		width: 100%;
		text-align: center;
		background-color: #dcff7a;
	}
	.table__td {
		padding: 0;
		width: 100%;
	}
	.table__text {
		margin: 0;
	}

	/* jobtype
	----------------------------------------------- */

	.jobtype {
		margin: 0;
	}
	.jobtype__title {
		margin: 20px 0 0;
		padding: 0 0 0 10px;
		height: 25px;
		font-size: 16px;
		border-width: 5px;
	}
	.jobtype__summary {
		padding: 10px 0 0 15px;
		font-size: 14px;
		line-height: 21px;
	}

	/* caution
	----------------------------------------------- */

	.caution {
		padding: 25px 0 0;
	}

	/* pagetitle
	----------------------------------------------- */

	.pagetitle {
		padding: 0;
		text-align: center;
	}
	.pagetitle:after {
		left: 50%;
		height: 165px;
	}
	.pagetitle__inner {
		display: block;
		margin: 0;
		height: auto;
		background-color: transparent;
		box-shadow: none;
	}
	.pagetitle__base {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 140px;
		/* background-color: #fff; */
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	}
	.pagetitle__title {
		margin: 0;
		padding: 0;
		font-size: 22px;
		text-shadow: 0 0 8px rgba(0, 33, 74, 0.5) !important;
	}
	.pagetitle__title:after {
		display: none;
	}
	.pagetitle__label {
		margin: 8px 0 0;
		font-size: 25px;
		letter-spacing: 0.01em;
	}
	.pagetitle__text {
		padding: 0;
		margin: 45px 20px 0;
		font-size: 13px;
		text-align: justify;
		line-height: 23px;
	}
	.pagetitle__text--caution {
		margin-top: 5px;
	}

	/* ready */

	.js-indicate-ready.pagetitle:after,
	.js-indicate-ready .pagetitle__base {
		transition-property: opacity, transform;
	}
	.js-indicate-ready.pagetitle:after {
		transform: translateX(100%);
	}
	.js-indicate-ready .pagetitle__base {
		transform: translateX(-100%);
	}

	/* start */

	.js-indicate-start.pagetitle:after,
	.js-indicate-start .pagetitle__base {
		transform: translate(0);
		transition-duration: 0.8s;
		transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	}

	/* pagenav
	----------------------------------------------- */

	.pagenav {
		margin: 35px 20px 45px;
		max-width: auto;
	}
	.pagenav__inner {
		position: relative;
		margin: 0;
		padding: 0;
	}
	.pagenav__current {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 45px;
		font-size: 13px;
		font-weight: 500;
		letter-spacing: 0.02em;
		background-color: #fff;
		cursor: pointer;
		z-index: 2;
	}
	.pagenav__current:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		margin: -4px 0 0;
		width: 15px;
		height: 9px;
		background-image: url(../images/arrow_black_down.svg);
		background-size: 15px 9px;
		z-index: 1;
	}
	.pagenav__maincategory {
		position: absolute;
		top: 45px;
		left: 0;
		width: 100%;
		height: 500px;
		pointer-events: none;
		overflow: hidden;
		z-index: 5;
	}
	.pagenav__categories {
		display: block;
		margin: 0;
		width: 100%;
		pointer-events: auto;
		transform: translate3d(0, -105%, 0);
	}
	.pagenav__category {
		position: relative;
		margin: 1px 0 0;
		width: auto;
	}
	.pagenav__label a {
		justify-content: center;
		padding: 0;
	}
	.pagenav__label:after {
		display: none;
	}
	.pagenav__subcategory {
		display: none;
	}

	/* hover */

	.pagenav__categories {
		transition-property: transform;
		transition-duration: 0.25s;
		transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
		background: #fff;
	}
	.pagenav__inner:hover .pagenav__categories {
		transform: translate3d(0, 0, 0);
		transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	/* member
	----------------------------------------------- */

	.member {
		margin: 100px 0 0;
		height: auto;
	}
	.member__inner {
		position: relative;
		padding: 0;
		z-index: 1;
		background-color: inherit;
	}
	.member__title {
		top: -12px;
		margin-bottom: 30px;
	}
	.member__title .en {
		margin-bottom: 10px;
		font-size: 26px;
	}
	.member__title .jp {
		font-size: 13px;
	}
	.member__slider {
		margin: 0;
	}
	.member__lists {
		font-size: 0;
		height: 315px;
	}
	.member__list {
		height: 285px;
		background-color: #d3dae0;
	}
	.member__image {
		bottom: 0;
		margin: 0;
	}
	.member__image img {
		width: 200px;
		height: auto;
	}
	.member__info {
		margin-top: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		left: 0;
		bottom: 0;
		width: 100%;
		color: #000;
		text-align: center;
		text-shadow: none;
	}
	.member__name {
		margin: 0 5px 5px;
		font-size: 20px;
	}
	.member__year {
		margin: 0 5px;
		font-size: 13px;
	}

	/* slick */

	.slick-arrow {
		margin: -37px 0 0;
		width: 40px;
		height: 40px;
	}
	.slick-arrow.slick-prev {
		left: 0;
	}
	.slick-arrow.slick-next {
		right: 0;
	}
	.slick-dots {
		display: flex;
		justify-content: center;
		margin: 15px 0 0;
		font-size: 0;
	}
	.slick-dots li {
		margin: 0 5px;
	}
	.slick-dots li button {
		width: 15px;
		height: 15px;
		border: 0;
		outline: none;
		border-radius: 15px;
		background-color: #8c8c8d;
		cursor: pointer;
	}
	.slick-dots .slick-active button {
		background-color: #1a1a1c;
	}
}

/* indicate
----------------------------------------------- */

/* ready */

.js-indicate-ready.js-indicate-lin,
.js-indicate-ready.js-indicate-rin,
.js-indicate-ready.js-indicate-tpin,
.js-indicate-ready.js-indicate-btin,
.js-indicate-ready.js-indicate-zoomin {
	opacity: 0;
	transition-property: opacity, transform;
}
.js-indicate-ready.js-indicate-lin {
	transform: translateX(-50%);
}
.js-indicate-ready.js-indicate-rin {
	transform: translateX(50%);
}
.js-indicate-ready.js-indicate-tpin {
	opacity: 1;
	transform: translateY(-100%);
}
.js-indicate-ready.js-indicate-btin {
	transform: translateY(125px);
}
.js-indicate-ready.js-indicate-zoomin {
	transform: scale(0.9);
}
.js-indicate-ready.js-indicate-bubble {
	opacity: 0;
	transition-property: opacity;
}

/* start */

.js-indicate-start.js-indicate-lin,
.js-indicate-start.js-indicate-rin,
.js-indicate-start.js-indicate-tpin,
.js-indicate-start.js-indicate-btin,
.js-indicate-start.js-indicate-zoomin {
	opacity: 1;
}
.js-indicate-start.js-indicate-lin,
.js-indicate-start.js-indicate-rin {
	transform: translate(0);
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.js-indicate-start.js-indicate-tpin,
.js-indicate-start.js-indicate-btin {
	transform: translate(0);
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-indicate-start.js-indicate-zoomin {
	transform: scale(1);
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.js-indicate-start.js-indicate-bubble {
	opacity: 1;
	transition-duration: 0.25s;
	animation-name: bubble;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
}

/* keyframes
----------------------------------------------- */

@keyframes arrowtop {
	30% {
		transform: translateY(-3px);
	}
}
@keyframes arrowright {
	30% {
		transform: translateX(3px);
	}
}
@keyframes popup {
	30% {
		transform: scale(1.1);
	}
	50% {
		transform: scale(1);
	}
	70% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes scroll {
	50% {
		transform: translateY(100%);
		transform-origin: top;
	}
	50.01% {
		transform: translateY(-100%);
		transform-origin: top;
	}
	100% {
		transform: translateY(0);
		transform-origin: top;
	}
}
@keyframes bubble {
	0% {
		transform: scale(0.9, 0.9);
	}
	20% {
		transform: scale(1.05, 0.95);
	}
	50% {
		transform: scale(0.95, 1.05);
	}
	70% {
		transform: scale(1.02, 0.98);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes fluffy {
	50% {
		transform: translate(-3px, -5px);
	}
}
