/* -----------------
kv
-------------------*/
.info .kv {
	width: calc(100% - 8.3vw);
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 auto;
	padding-right: 8.3vw;
	background-color: #f5f5f5;
}
.info .kv__ttl {
	text-align: center;
	font-size: 42px;
	letter-spacing: 0.16em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1;
}
.info .kv__ttl__sub {
	display: block;
	margin-bottom: 30px;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.info .kv__ttl__sub span {
	font-size: 18px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 1023px) {
.info .kv {
	width: 100%;
	padding-right: 0;
	height: 130px;
}
.info .kv__ttl {
	font-size: 25px;
	letter-spacing: 0.1em;
}
.info .kv__ttl__sub {
	margin-bottom: 15px;
	font-size: 10px;
}
.info .kv__ttl__sub span {
	font-size: 11px;
}
}/* @media */
/* -----------------
anc
-------------------*/
.info .anc {
	display: flex;
	gap: 0 50px;
	justify-content: center;
	margin: 100px 16.6vw;
}
.info .anc li {
	width: 100%;
}
.info .anc a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 124px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 0.1em;
	border-top: solid 1px #1e1e1e;
	border-bottom: solid 1px #1e1e1e;
}
.info .anc a .arrow {
	display: block;
	width: 18px;
	height: 10px;
	margin-top: 15px;
	background: url(../../img/common/icon_arrow.svg) no-repeat center;
	background-size: contain;
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}
.info .anc a .arrow::before {
	opacity: 0;
	position: absolute;
	left: 100%;
	top: 0;
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	background: #fff;
}
.info .anc a:hover .arrow::before {
	animation: arrow 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
@media only screen and (max-width: 1023px) {
.info .anc {
	display: block;
	margin: 40px 8vw;
}
.info .anc li:first-child {
	border-top: solid 1px #1e1e1e;
}
.info .anc a {
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: 81px;
	border-top: none;
	font-size: 16px;
}
.info .anc a .arrow {
	width: 15px;
	height: 8px;
	margin-top: 0;
}
}/* @media */
/* -----------------
msg
-------------------*/
.msg {
	position: relative;
	padding-bottom: 100px;
	background: url(../../img/recruitment/info/bg_msg_pc.jpg) no-repeat 50% 100% / 100% auto #e4f5f9;
}
.msg .message {
	margin-bottom: 120px;
	padding: 120px 8.3vw 0;
}
.msg .msg__inner {
	display: grid;
	grid-template-columns: 3fr 5fr;
	margin: 0 8.3vw;
}
.msg .msg__ttl span {
	display: block;
}
.msg .msg__ttl span:first-child {
	font-size: 16px;
}
.msg .msg__ttl span:last-child {
	font-family: 'Cormorant Garamond', serif;
	font-size: 54px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -.04em;
}
.msg .msg__lead {
	margin-bottom: 50px;
}
.msg .msg__lead span {
	display: inline-block;
	position: relative;
	margin-bottom: 3px;
	padding-left: 5px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	line-height: 1.4;
	letter-spacing: .06em;
}
.msg .msg__lead span::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: #71c9f3;
	transform-origin: left center;
	transform: scaleX(0);
	transition: transform 1s cubic-bezier(.2,.9,.3,1) 1s;
}
.msg .msg__lead.view span::before {
	transform: scaleX(1);
}
.msg .msg__text {
	margin-top: 2em;
	font-size: 14px;
	line-height: 2;
}
.msg .msg__img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: min(420px, calc(420 / 1440 * 100vw));
	height: min(435px, calc(435 / 1440 * 100vw));
}
.msg .msg__img img {
	display: block;
	position: absolute;
	opacity: 0;
}
.msg .msg__img img:first-child {
	left: 0;
	bottom: 0;
	width: min(300px, calc(300 / 420 * 100%));
}
.msg .msg__img.view img:first-child {
	animation: fadein .8s .4s ease forwards;
}
.msg .msg__img img:last-child {
	top: 0;
	right: 0;
	width: min(180px, calc(180 / 420 * 100%));
}
.msg .msg__img.view img:last-child {
	animation: fadein .8s .8s ease forwards;
}
.msg .talent {
	margin-inline: 8.3vw;
	padding: 60px 8.3vw;
	background: #fff;
	text-align: center;
}
.msg .talent__ttl {
	display: inline-block;
	margin-bottom: 20px;
	padding: 3px 10px;
	color: #fff;
	background: #71c9f3;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 500;
}
.msg .talent__lead {
	margin-bottom: 50px;
}
.msg .talent__lead span {
	border-bottom: 1px dotted #1e1e1e;
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	font-weight: 200;
	letter-spacing: .05em;
}
.msg .talent__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px 10px;
}
.msg .talent__list li {
	width: 333px;
	height: 333px;
	margin: -30px -10px;
	background: radial-gradient(rgba(255,255,255,.15),rgba(116,189,206,.15));
	border-radius: 50%;
}
.msg .talent__list li span {
	display: block;
}
.msg .talent__list li span:first-child {
	padding-block: 80px 25px;
	color: #72c9f3;
	font-family: 'Libre Caslon Display', serif;
	font-size: 20px;
}
.msg .talent__list li span:last-child {
	font-family: 'Noto Serif JP', serif;
	font-size: 17px;
	font-weight: 200;
}
@media only screen and (max-width: 1023px) {
.msg {
	padding-block: 50px 60px;
	background-image: url(../../img/recruitment/info/bg_msg_sp.jpg);
}
.msg .message {
	margin-bottom: 40px;
	padding: 0 8vw;
}
.msg .msg__inner {
	display: block;
	margin: 0;
}
.msg .msg__ttl span:first-child {
	font-size: 13px;
}
.msg .msg__ttl span:last-child {
	margin-bottom: 20px;
	font-size: 45px;
}
.msg .msg__lead {
	margin-bottom: 20px;
}
.msg .msg__lead span {
	margin-bottom: 3px;
	padding-left: 5px;
	font-size: 23px;
}
.msg .msg__text {
	font-size: 12px;
}
.msg .msg__img {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}
.msg .msg__img img:first-child {
	position: static;
	width: calc(430 / 750 * 100vw);
	margin-top: calc(70 / 750 * 100vw);
}
.msg .msg__img img:last-child {
	width: calc(260 / 750 * 100vw);
}
.msg .talent {
	padding: 40px 20px;
}
.msg .talent__ttl {
	font-size: 12px;
}
.msg .talent__lead {
	margin-bottom: 30px;
}
.msg .talent__lead span {
	font-size: 21px;
}
.msg .talent__list {
	display: block;
	width: 270px;
	margin: 0 auto;
}
.msg .talent__list li {
	width: 270px;
	height: 270px;
	margin: 0;
}
.msg .talent__list li + li {
	margin-top: -40px;
}
.msg .talent__list li span:first-child {
	padding-block: 60px 10px;
	font-size: 18px;
}
.msg .talent__list li span:last-child {
	font-size: 14px;
}
}/* @media */
/* -----------------
info__ttl-area
-------------------*/
.info .info__ttl-area {
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	margin-top: 120px;
	padding: 107px 0 257px;
	width: calc(100% - 8.3vw);
}
.info#new .info__ttl-area {
	margin-left: auto;
	padding-right: 8.3vw;
}
.info#career .info__ttl-area {
	padding-left: 8.3vw;
	padding-right: 0;
}
.info__ttl {
	position: relative;
	padding-bottom: 25px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	font-size: 40px;
	letter-spacing: 0.1em;
}
.info__ttl::after {
	content: "";
	position: absolute;
	left: calc(50% - 40px);
	bottom: 0;
	width: 80px;
	height: 2px;
	background: #72c9f3;
}
.info__text {
	margin-top: 40px;
	font-size: 14px;
	line-height: 2.28;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
@media only screen and (max-width: 1023px) {
.info .info__ttl-area {
	width: 100%;
	margin: 0;
}
.info#new .info__ttl-area {
	margin: 0;
	padding: 50px 8vw;
}
.info#career .info__ttl-area {
	padding: 50px 8vw;
}
.info__ttl {
	font-size: 25px;
}
.info__ttl::after {
	left: calc(50% - 20px);
	width: 40px;
}
.info__text {
	margin-top: 30px;
	font-size: 12px;
	line-height: 1.8;
}
}/* @media */
/* -----------------
content
-------------------*/
.info .content {
	width: calc(100% - 16.6vw);
	margin-bottom: 0;
	padding: 100px 8.3vw 0;
	background-color: #fff;
}
.info .content--guide {
	margin-top: -190px;
}
@media only screen and (max-width: 1023px) {
.info .content {
	width: auto;
	padding: 50px 20px 0;
}
.info .content--guide {
	margin-top: 0;
}
}/* @media */
/* -----------------
content__ttl
-------------------*/
.info .content__ttl {
	margin-bottom: 60px;
}
.info .content__ttl .ttl {
	position: relative;
	margin-bottom: 60px;
	padding: 0 0 30px 36px;
	border-bottom: 1px solid #e7e7e7;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	font-size: 36px;
	line-height: 1;
	text-align: left;
	letter-spacing: 0.1em;
}
.info .content__ttl .ttl::before,
.info .content__ttl .ttl::after {
	content: "";
	position: absolute;
	left: 0;
	width: 6px;
	height: 16px;
}
.info .content__ttl .ttl::before {
	top: 4px;
	background: #72c9f3;
}
.info .content__ttl .ttl::after {
	top: 20px;
	background: #1e3958;
}
.info .content__ttl .text {
	margin-bottom: 60px;
	padding: 0;
	border: none;
	text-align: left;
	font-size: 14px;
}
@media only screen and (max-width: 1023px) {
.info .content__ttl {
	margin-bottom: 30px;
}
.info .content__ttl .ttl {
	margin-bottom: 30px;
	padding: 0 0 15px 16px;
	font-size: 22px;
}
.info .content__ttl .ttl::before,
.info .content__ttl .ttl::after {
	width: 3px;
	height: 10px;
}
.info .content__ttl .ttl::after {
	top: 10px;
}
.info .content__ttl .text {
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 1.8;
}
}/* @media */
/* -----------------
content__ttl
-------------------*/
.info .content__text {
	padding: 0 0 60px;
	text-align: center;
	font-size: 14px;
	line-height: 2.28;
	border-bottom: solid 1px #e7e7e7;
	font-feature-settings: "palt";
}
@media only screen and (max-width: 1023px) {
.info .content__text {
	padding: 0 0 40px;
	font-size: 12px;
	line-height: 1.8;
}
}/* @media */
/* -----------------
table
-------------------*/
.info .table {
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}
.info .table th,
.info .table td {
	padding: 40px;
	border-top: 1px solid #e7e7e7;
	font-size: 14px;
	line-height: calc(32 / 14);
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
.info .table th {
	width: 20%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	background-color: #f5f5f5;
}
.info .table td {
	padding-right: 0;
	line-height: 2.28;
}
.info .table td .emphasis {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
@media only screen and (max-width: 1023px) {
.info .table {
	display: block;
	border-bottom: none;
}
.info .table th,
.info .table td {
	display: block;
	border-top: none;
	font-size: 12px;
}
.info .table th {
	width: auto;
	padding: 10px 15px;
	line-height: 1.4;
}
.info .table td {
	padding: 20px 15px;
	line-height: 1.8;
}
}/* @media */
/* -----------------
link
-------------------*/
.info .table td .link {
	display: flex;
	gap: 20px;
	margin-top: 35px;
}
.info .table .link .item {
	width: 100%;
}
.info .table .link .item a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0 30px;
	padding: 20px;
	background: #f5f5f5;
	transition: background .3s;
}
.info .table .link .item a:hover {
	background: #e7e7e7;
}
.info .table .link .item a::before,
.info .table .link .item a::after {
	content: "";
	position: absolute;
}
.info .table .link .item a::before {
	right: 20px;
	bottom: 26px;
	width: 28px;
	height: 1px;
	background: #1e1e1e;
}
.info .table .link .item a::after {
	right: 20px;
	bottom: 23px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #1e1e1e;
	border-right: 1px solid #1e1e1e;
	transform: rotate(45deg);
}
.info .table .link .item p {
	flex: 1;
}
.info .table .link .item span {
	display: block;
	line-height: 1.5;
}
.info .table .link .item p span:first-child {
	font-size: 14px;
	letter-spacing: .05em;
}
.info .table .link .item p span:last-child {
	font-family: 'Cormorant Garamond', serif;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -.04em;
}
@media only screen and (max-width: 1023px) {
.info .table td .link {
	display: block;
	margin-block: 25px 30px;
}
.info .table .link .item + .item {
	margin-top: 5px;
}
.info .table .link .item a {
	gap: 0 20px;
	padding: 15px;
}
.info .table .link .item a img {
	width: 57px;
}
.info .table .link .item a::before {
	right: 15px;
	bottom: 20px;
	width: 20px;
}
.info .table .link .item a::after {
	right: 15px;
	bottom: 17px;
	width: 7px;
	height: 7px;
}
.info .table .link .item p span:first-child {
	font-size: 12px;
}
.info .table .link .item p span:last-child {
	font-size: 23px;
}
}/* @media */
/* -----------------
table-wrap
-------------------*/
.info .table .salary tr.center td {
	text-align: center;
}
.info .table .salary td {
	padding: 10px 15px;
	border: solid 1px #e7e7e7;
	line-height: 1.8;
}
.info .table .salary td span.bold {
	font-weight: bold;
}
.info .table .salary td span.small {
	font-size: 12px;
}
@media only screen and (max-width: 1023px) {
.info .table .table-container {
	margin: 0 -15px;
}
.info .table .salary {
	display: table;
}
.info .table .salary th,
.info .table .salary td {
	display: table-cell;
}
.info .table .salary td {
	padding: 10px 15px;
	font-size: 12px;
}
}/* @media */
/* -----------------
flow
-------------------*/
.info .flow .flow-list {
	display: flex;
	justify-content: space-between;
	gap: 1px;
	padding-top: 57px;
}
.info .flow .flow-list li {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 30px 0;
	background-color: #f5f5f5;
	position: relative;
}
.info .flow .flow-list li::before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #72c9f3;
	border-radius: 50%;
	position: absolute;
	top: -51px;
	left: 50%;
	transform: translateX(-50%);
}
.info .flow .flow-list li::after {
	content: "";
	position: absolute;
	top: -47px;
	left: calc(50% + 19px);
	width: calc(100% - 37px);
	height: 4px;
	background-color: #e7e7e7;
}
.info .flow .flow-list li:last-child:after {
	display: none;
}
.info .flow .flow-list li span {
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 18px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.05em;
}
.info .flow .flow-list li span::before {
	position: absolute;
	top: -39px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #f5f5f5 transparent;
}
@media only screen and (max-width: 1023px) {
.info .flow .flow-list {
	display: block;
	padding: 0 0 0 45px;
}
.info .flow .flow-list li {
	width: 100%;
	margin-bottom: 1px;
	padding: 30px 25px;
	justify-content: flex-start;
}
.info .flow .flow-list li::before {
	top: 50%;
	left: -38px;
	transform: translateY(-50%);
}
.info .flow .flow-list li::after {
	width: 1px;
	height: calc(100% - 34px);
	top: 60px;
	left: -33px;
}
.info .flow .flow-list li span {
	-webkit-writing-mode: initial;
	-ms-writing-mode: initial;
	writing-mode: initial;
	font-size: 16px;
}
.info .flow .flow-list li span::before {
	top: 50%;
	left: -32.5px;
	transform: translateY(-50%);
	border-width: 7.5px 7.5px 7.5px 0;
	border-color: transparent #f5f5f5 transparent transparent;
}
}/* @media */
/* -----------------
challenged
-------------------*/
.info-challenged .arrow {
	display: block;
	width: 18px;
	height: 10px;
	margin-top: 15px;
	background: url(../../img/common/icon_arrow.svg) no-repeat center;
	background-size: contain;
	transform: scale(-1, -1);
	margin-inline: auto;
}
.info-challenged__banner {
	max-width: 570px;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-top: 38px;
	margin-inline: auto;
}
@media only screen and (max-width: 1023px) {
.info-challenged .arrow {
	width: 15px;
	height: 8px;
	margin-top: 10px;
}
.info-challenged__banner:hover {
	opacity: .7;
}
.info-challenged__banner {
	margin-top: 20px;
}
}/* @media */
/* -----------------
btn-wrap
-------------------*/
.info .btn-wrap .btn {
	display: block;
	padding: 50px;
	background-color: #72c9f3;
	color: #fff;
	text-align: center;
	transition: background 0.3s;
}
.info .btn-wrap .btn:hover {
	background-color: #7ed0f7;
}
.info .btn-wrap .btn span {
	padding: 0 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	font-weight: 200;
	line-height: 1;
	letter-spacing: 0.04em;
}
.info .btn-wrap .btn span + span {
	border-left: 1px solid rgba(255,255,255,.4);
	font-family: 'Cormorant Garamond', serif;
	font-size: 46px;
	font-weight: 600;
	letter-spacing: -0.03em;
}
.info .btn-wrap .btn + .note {
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
}
@media only screen and (max-width: 1023px) {
.info .btn-wrap {
	margin-bottom: 50px;
}
.info .btn-wrap .btn {
	padding: 25px 10px;
	font-size: 21px;
}
.info .btn-wrap .btn span {
	padding: 0 15px;
	font-size: 22px;
}
.info .btn-wrap .btn span + span {
	font-size: 28px;
}
.info .btn-wrap .btn + .note {
	margin-top: 25px;
	font-size: 11px;
}
}/* @media */
/* -----------------
re-employment
-------------------*/
.info .content__text.re-employment {
	margin-bottom: 120px;
	padding: 50px 20px;
	background: #f5f5f5;
	border-bottom: none;
}
.info .mail {
	text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
.info .mail {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
}/* @media */
/* -----------------
footer
-------------------*/
.info .footer {
	padding-top: 0;
}
.info .footer__recruit {
	padding-top: 100px;
}
@media only screen and (max-width: 1023px) {
.info .footer__recruit {
	padding-top: 40px;
}
}/* @media */
