@charset "utf-8";
/* -----------------------------------------------
= common
----------------------------------------------- */
body {
	position: relative;
	opacity: 0;
	transition: opacity .8s;
}
body.visible {
	opacity: 1;
}
body::before,
body::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -3;
	width: 100%;
	height: 100%;
	background: #eff9fa;
}
/* -----------------------------------------------
= main_contents
----------------------------------------------- */
.main_contents {
	position: relative;
	margin-bottom: -14rem;
	padding-bottom: 14rem;
}
.main_contents::before,
.main_contents::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main_contents::before {
	z-index: -2;
	background: url(../../img/nanimono/interview_bg01.png) repeat-y 50% 0;
}
.main_contents::after {
	z-index: -1;
	background: url(../../img/shared/bg01.png?230130);
	mix-blend-mode: multiply;
}
@media print, screen and (min-width: 768px) {/* PC */
.main_contents {
	margin-bottom: -28.6rem;
	padding-bottom: 28.6rem;
}
}/* @media */
/* -----------------------------------------------
= pagetitle
----------------------------------------------- */
.pagetitle {
	position: relative;
	height: 22.7rem;
	padding: 6rem 0 0;
	color: #fff;
	text-align: center;
	letter-spacing: .06em;
	overflow: hidden;
}
.pagetitle::before {
	content: '';
	position: absolute;
	top: 9.3rem;
	right: -14.5rem;
	border: solid transparent;
	border-width: 22.5rem 12.4rem;
	border-top-color: rgba(63,139,172,.3);
}
.pagetitle .inner::before,
.pagetitle .inner::after {
	content: '';
	position: absolute;
	background: url(../../img/global-recruit/recruit-information_pagetitle.jpg) no-repeat 50% / cover;
}
.pagetitle .inner::before {
	top: 8.1rem;
	right: 50%;
	width: calc(50% + 4rem);
	height: 14.4rem;
	margin-right: -4rem;
	clip-path: polygon(0 100%, 0 0, 100% 0, 64.3% 100%);
}
.pagetitle .inner::after {
	top: 11.5rem;
	left: 2.5rem;
	width: calc(100% - 2.5rem);
	height: 14.6rem;
	clip-path: polygon(0 100%, 22.6% 0, 100% 0, 100% 100%);
}
.pagetitle h1 .en {
	display: block;
	position: relative;
	z-index: 1;
	padding: 7.5rem 0 1.8rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.4rem;
}
.pagetitle h1 .jp {
	display: block;
	position: relative;
	z-index: 1;
	padding: 0 0 1.2rem;
	font-size: 1.4rem;
}
.pagetitle p {
	position: relative;
	z-index: 1;
	font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.pagetitle {
	height: 59.2rem;
	padding: 11.3rem 0 0;
}
.pagetitle::before {
	top: 14.2rem;
	right: -9.6rem;
	border-width: 53.5rem 29.5rem;
}
.pagetitle .inner::before {
	top: 11.3rem;
	width: calc(50% + 8.5rem);
	height: 51.2rem;
	margin-right: -8.5rem;
}
.pagetitle .inner::after {
	top: auto;
	bottom: 0;
	left: 50%;
	width: calc(50% + 65rem);
	height: 52rem;
	margin-left: -65rem;
	background-position: 12% 50%;
}
.pagetitle h1 .en {
	padding: 25rem 0 2.8rem;
	font-size: 5.7rem;
}
.pagetitle h1 .jp {
	padding: 0 0 1.8rem;
	font-size: 1.8rem;
}
.pagetitle p {
	font-size: 1.4rem;
}
}/* @media */
@media print, screen and (max-width: 1440px) and (min-width: 768px) {/* TABLET */
.pagetitle .inner::after {
	left: 7rem;
	width: calc(100% - 7rem);
	margin-left: 0;
}
}/* @media */
/* -----------------------------------------------
= pagelink
----------------------------------------------- */
.pagelink {
	padding: .4rem 2rem 5rem;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.pagelink.visible {
	opacity: 1;
	transform: translateY(0);
}
.pagelink ul {
	border-top: .2rem solid #3f8bac;
}
.pagelink li {
	border-bottom: .2rem solid #3f8bac;
}
.pagelink a {
	display: block;
	position: relative;
	padding: 1.5rem 0;
	font-size: 1.3rem;
	text-align: center;
	transition: opacity .3s;
}
.pagelink a:hover {
	opacity: .8;
}
.pagelink a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1.8rem;
	width: 0.953rem;
	height: 1.18rem;
	margin-top: -.59rem;
	background: url(../../img/recruit/recruit-information_pagelink_arrow.svg) no-repeat 50% / cover;
}
@media print, screen and (min-width: 768px) {/* PC */
.pagelink {
	padding: 7rem 2rem 14rem;
}
.pagelink ul {
	display: flex;
	max-width: 100rem;
	margin: 0 auto;
	border-top: none;
}
.pagelink li {
	width: 100%;
	margin: 0 2rem;
	border-bottom: none;
}
.pagelink a {
	padding: 2rem 0;
	border-bottom: .4rem solid #3f8bac;
	font-size: 1.8rem;
}
.pagelink a::after {
	display: none;
}
}/* @media */
/* -----------------------------------------------
= block
----------------------------------------------- */
.block {
	padding: 0 2rem;
}
.block + .block {
	margin-top: 6rem;
}
.block .subtitle {
	margin: 0 0 3rem;
	padding: 2rem 0;
	color: #fff;
	background: rgba(63,139,172,.6);
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: .06em;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.block .subtitle.visible {
	opacity: 1;
	transform: translateY(0);
}
.block a {
	text-decoration: underline;
}
.block a:hover {
	text-decoration: none;
}
.block .disc {
	padding-left: 2rem;
	list-style-type: disc;
}
@media print, screen and (min-width: 768px) {/* PC */
.block {
	max-width: 96rem;
	margin: 0 auto 6rem;
	padding: 0 4rem;
}
.block + .block {
	margin-top: 14rem;
}
.block .subtitle {
	margin: 0 0 8rem;
	padding: 5rem 0;
	font-size: 1.8rem;
}
}/* @media */
/* -----------------------------------------------
= requirements
----------------------------------------------- */
.requirements .item {
	padding: 2rem 0;
	border-top: .1rem solid #3f8bac;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.requirements .item.visible {
	opacity: 1;
	transform: translateY(0);
}
.requirements .item:last-child {
	border-bottom: .1rem solid #3f8bac;
}
.requirements .item h3 {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	line-height: 2rem;
}
.requirements .item p,
.requirements .item li {
	font-size: 1.3rem;
	line-height: 2.4rem;
}
.requirements .item .indent {
	margin-left: 5em;
	text-indent: -5em;
}
@media print, screen and (min-width: 768px) {/* PC */
.requirements .item {
	display: flex;
	padding: 2.5rem 0;
	border-top: .1rem solid #3f8bac;
}
.requirements .item h3 {
	width: 10rem;
	margin: 0;
	line-height: 3rem;
}
.requirements .item .set {
	flex: 1;
}
.requirements .item p,
.requirements .item li {
	font-size: 1.5rem;
	line-height: 3rem;
}
}/* @media */
/* -----------------------------------------------
= selection
----------------------------------------------- */
.selection h3 {
	padding: 1.3rem 0;
	color: #3f8bac;
	border-top: .3rem solid #3f8bac;
	border-bottom: .3rem solid #3f8bac;
	font-size: 1.5rem;
	text-align: center;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.selection h3.visible {
	opacity: 1;
	transform: translateY(0);
}
.selection .item + h3 {
	margin-top: 6rem;
}
.selection .item {
	display: flex;
	padding: .5rem 0;
	border-bottom: .1rem solid #3f8bac;
	font-size: 1.3rem;
	line-height: 2.6rem;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.selection .item.visible {
	opacity: 1;
	transform: translateY(0);
}
.selection .item h4 {
	width: 10rem;
}
.selection .item .set {
	flex: 1;
}
.selection .item .set p span {
	color: #ed0000;
}
.selection .item li {
	margin-left: 1em;
	text-indent: -1em;
}
.selection .note {
	margin: 1rem 0 0;
	font-size: 1.3rem;
	line-height: 2.6rem;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.selection .note.visible {
	opacity: 1;
	transform: translateY(0);
}
@media print, screen and (min-width: 768px) {/* PC */
.selection table {
	width: 100%;
	border-bottom: .1rem solid #3f8bac;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.selection table.visible {
	opacity: 1;
	transform: translateY(0);
}
.selection th,
.selection td {
	padding: 1.6rem;
	font-size: 1.5rem;
	line-height: 3rem;
	vertical-align: top;
}
.selection td {
	border-left: .1rem solid #3f8bac;
}
.selection thead td {
	border-top: .1rem solid #3f8bac;
	border-bottom: .4rem solid #3f8bac;
}
.selection thead td {
	padding: 1.3rem;
	color: #3f8bac;
	border-left: none;
	font-size: 1.6rem;
	text-align: center;
}
.selection tbody th,
.selection tbody td {
	border-top: .1rem solid #3f8bac;
}
.selection tbody th {
	padding-left: 0;
}
.selection tbody td:last-child {
	padding-right: 0;
}
.selection tbody td p span {
	color: #ed0000;
}
.selection .note {
	margin: 1.5rem 0 0;
	font-size: 1.5rem;
}
}/* @media */
/* -----------------------------------------------
= inquiry
----------------------------------------------- */
.block.inquiry .subtitle {
	margin: 0;
}
.inquiry .box {
	padding: 2rem;
	background: rgba(63,139,172,.1);
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.inquiry .box.visible {
	opacity: 1;
	transform: translateY(0);
}
.inquiry .box p {
	font-size: 1.3rem;
	line-height: 2.4rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.inquiry .box {
	padding: 5rem;
}
.inquiry p {
	display: table;
	margin: 0 auto;
	font-size: 1.5rem;
	line-height: 3rem;
}
}/* @media */

/* -----------------------------------------------
= print
----------------------------------------------- */
@media print {
body,
.pagelink,
.block .subtitle,
.requirements .item,
.selection h3,
.selection .item,
.selection table,
.selection .note {
	opacity: 1;
	transform: translateY(0);
}
}/* @media */

