/* -----------------------------------------------
= main
----------------------------------------------- */
.main {
	background: #f3f3f3;
}
@media print, screen and (min-width: 768px) {/* PC */
.main {
	position: relative;
	overflow: clip;
}
.main::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	background: linear-gradient(90deg, #c8c8c2, #f3f3f3);
}
}/* @media */
/* -----------------------------------------------
= kv
----------------------------------------------- */
.kv {
	padding: 12px;
}
.kv .category {
	display: inline-flex;
	align-items: center;
	gap: 0 12px;
	margin-bottom: 12px;
	padding-block: 2px;
	border-top: 1px solid #ff747e;
	border-bottom: 1px solid #ff747e;
}
.kv .category span:first-child {
	font-family: var(--en);
	font-size: calc(1rem / 1.6);
}
.kv .category span:last-child {
	font-size: calc(1.2rem / 1.6);
}
.kv .page-title {
	position: relative;
	margin: 0 -12px 30px 0;
}
.kv .page-title img {
	height: 100px;
	object-fit: cover;
	object-position: 80% 50%;
}
.kv .page-title h1 {
	position: absolute;
	left: 12px;
	bottom: 6px;
	color: #fff;
}
.kv .page-title h1 span {
	display: block;
}
.kv .page-title h1 span:first-child {
	font-family: var(--en);
	font-size: calc(1.2rem / 1.6);
	font-weight: 600;
}
.kv .page-title h1 span:last-child {
	font-family: var(--min);
	font-size: calc(2rem / 1.6);
	font-weight: 300;
	letter-spacing: .08em;
}
.kv .lead {
	font-size: calc(1.4rem / 1.6);
	line-height: calc(24 / 14);
}
@media print, screen and (min-width: 768px) {/* PC */
.kv {
	display: flex;
	align-items: start;
	gap: 0 calc(80 / 1360 * 100%);
	position: relative;
	max-width: 1360px;
	margin-inline: auto;
	padding: 40px 40px 80px;
}
.kv .category {
	display: block;
	width: 180px;
	margin-bottom: 0;
	border-top: none;
	border-bottom: none;
}
.kv .category span {
	display: block;
	margin-right: 48px;
	border-top: 1px solid #ff747e;
	border-bottom: 1px solid #ff747e;
}
.kv .category span:first-child {
	border-bottom: none;
	font-size: calc(1.4rem / 1.6);
}
.kv .category span:last-child {
	font-size: calc(1.6rem / 1.6);
}
.kv .page-title {
	flex: 1;
	margin: 0 -100px 50px 0;
}
.kv .page-title img {
	height: 200px;
}
.kv .page-title h1 {
	left: calc(100 / 1500 * 100vw);
	bottom: 30px;
}
.kv .page-title h1 span:first-child {
	font-size: calc(2.4rem / 1.6);
}
.kv .page-title h1 span:last-child {
	font-size: calc(3.6rem / 1.6);
	letter-spacing: .06em;
}
.kv .lead {
	margin-left: calc(100 / 1500 * 100vw);
	font-size: calc(1.8rem / 1.6);
	line-height: calc(32 / 18);
}
}/* @media */
/* -----------------------------------------------
= contents
----------------------------------------------- */
@media print, screen and (min-width: 768px) {/* PC */
.contents {
	display: flex;
	gap: 0 calc(80 / 1360 * 100%);
	position: relative;
	max-width: 1360px;
	margin-inline: auto;
	padding: 40px 40px 150px;
}
.contents .index {
	width: 180px;
}
.contents .article {
	flex: 1;
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px) {/* TABLET */
.contents {
	display: block;
}
}/* @media */
/* -----------------------------------------------
= index
----------------------------------------------- */
.index {
	margin-bottom: 55px;
	padding: 12px;
}
.index h2 {
	margin-bottom: 12px;
	font-family: var(--en);
	font-size: calc(1rem / 1.6);
}
.index ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}
.index li a {
	display: block;
	padding: 5px 0;
	color: #fff;
	background: #ff7f88;
	font-size: calc(1.3rem / 1.6);
	text-align: center;
	letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {/* PC */
.index {
	margin-bottom: 0;
	padding: 0;
}
.index .inner {
	position: sticky;
	top: 100px;
}
.index h2 {
	margin-bottom: 12px;
	font-size: calc(1.4rem / 1.6);
}
.index ul {
	display: block;
}
.index li {
	margin-bottom: 16px;
}
.index li a {
	padding: 5px 0 5px 3px;
	color: #4d4d4d;
	background: #fff;
	font-size: calc(1.4rem / 1.6);
	text-align: left;
	letter-spacing: 0;
}
.index li a.is-active {
	color: #fff;
	background: #ee505c;
}
}/* @media */
@media (hover:hover) {
.index li a {
	transition: color .3s;
}
.index li a:hover {
	color: var(--red);
}
.index li a.is-active:hover {
	color: #fff;
}
}/* @media */
/* -----------------------------------------------
= block
----------------------------------------------- */
.block {
	margin: 12px 12px 50px;
}
.block h2 {
	margin: 0 -12px -60px 0;
	padding: 8px 12px 68px 12px;
	color: #fff;
	background: linear-gradient(90deg, #9a9a8e, #e1e1dd);
	font-family: var(--min);
	font-size: calc(2rem / 1.6);
	font-weight: 300;
}
.block h2 span {
	display: block;
}
.block h2 span:first-child {
	color: var(--red);
	font-family: var(--en);
	font-size: calc(1rem / 1.6);
}
.block .inner {
	padding: 30px 12px;
	background: #fff;
}
@media print, screen and (min-width: 768px) {/* PC */
.block {
	margin: 0 0 160px;
}
.block h2 {
	margin: 0 0 -180px 0;
	padding: 36px calc(100 / 1100 * 100%) 206px;
	font-size: calc(3.2rem / 1.6);
}
.block h2 span:first-child {
	font-size: calc(1.8rem / 1.6);
}
.block .inner {
	padding: calc(80 / 1500 * 100vw) calc(100 / 1100 * 100%);
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px) {/* TABLET */
.block .inner {
	padding: 40px 20px;
}
}/* @media */
/* -----------------------------------------------
= message
----------------------------------------------- */
.message .inner {
	padding: 20px 12px;
	background: url(../../img/message/message01_bg01_sp.jpg) no-repeat 50% / cover;
}
.message .inner p {
	padding: 1em 0;
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
	line-height: 2;
	letter-spacing: .04em;
}
.message .inner img {
	max-width: 287px;
}
@media print, screen and (min-width: 768px) {/* PC */
.message .inner {
	padding: 70px 90px;
	background: url(../../img/message/message01_bg01_pc.jpg) no-repeat 50% / cover;
}
.message .inner p {
	font-size: calc(1.8rem / 1.6);
	letter-spacing: .06em;
}
.message .inner img {
	max-width: 530px;
}
}/* @media */
/* -----------------------------------------------
= personality
----------------------------------------------- */
.personality h3 {
	margin-bottom: 20px;
	font-family: var(--min);
	font-size: calc(1.8rem / 1.6);
	font-weight: 300;
}
.personality h3 strong {
	font-weight: 700;
}
.personality .img {
	margin-inline: -12px;
	padding: 50px 12px 60px;
	background: url(../../img/message/message01_bg02.jpg) no-repeat 50% / cover;
}
.personality .inner p {
	margin-top: 20px;
	font-size: calc(1.3rem / 1.6);
	line-height: calc(22 / 13);
	letter-spacing: .04em;
}
.personality .box {
	margin-top: 20px;
	border: 1px solid #b3b3b3;
	padding: 12px;
	font-size: calc(1.3rem / 1.6);
	line-height: calc(22 / 13);
	letter-spacing: .04em;
}
.personality .box h4 {
	font-weight: 700;
}
.personality .box p {
	margin-top: 0;
}
.personality .box li {
	position: relative;
	padding-left: 18px;
}
.personality .box li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #3cb06d;
}
.personality .box li strong {
	font-weight: 700;
}
@media print, screen and (min-width: 768px) {/* PC */
.personality h3 {
	margin-bottom: 60px;
	font-size: calc(3.6rem / 1.6);
}
.personality .img {
	margin: 0 calc(-123 / 1100 * 100%) 60px;
	padding: 84px 20px 116px;
}
.personality .img img {
	display: block;
	max-width: 886px;
	margin-inline: auto;
}
.personality .inner p {
	margin-top: 30px;
	font-size: calc(1.6rem / 1.6);
	line-height: calc(28 / 16);
	letter-spacing: .06em;
}
.personality .box {
	display: inline-block;
	margin-block: 40px 10px;
	padding: 20px;
	font-size: calc(1.6rem / 1.6);
	line-height: calc(28 / 16);
	letter-spacing: .06em;
}
.personality .box p {
	margin-top: 0;
}
.personality .box li {
	padding-left: 16px;
}
.personality .box li::before {
	top: 8px;
}
}/* @media */
/* -----------------------------------------------
= new-graduate
----------------------------------------------- */
.new-graduate h3 {
	margin-bottom: 20px;
	color: var(--red);
	border-bottom: 1px solid #b3b3b3;
	font-family: var(--min);
	font-size: calc(1.8rem / 1.6);
	font-weight: 300;
}
.new-graduate table {
	display: block;
}
.new-graduate table + h3 {
	margin-top: 20px;
}
.new-graduate th,
.new-graduate td {
	display: block;
	letter-spacing: .02em;
}
.new-graduate th {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #b3b3b3;
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
}
.new-graduate .sub {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	font-size: calc(1.3rem / 1.6);
}
.new-graduate td {
	padding-bottom: 20px;
	font-size: calc(1.3rem / 1.6);
}
.new-graduate .sub-circle {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 16px;
	border-bottom: none;
	font-size: calc(1.3rem / 1.6);
}
.new-graduate .sub-circle::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #000;
}
.new-graduate .company {
	float: left;
	width: 12em;
	padding-bottom: 0;
	padding-left: 16px;
}
.new-graduate .salary {
	float: left;
	width: 10em;
	padding-bottom: 0;
}
.new-graduate .company.last,
.new-graduate .salary.last {
	padding-bottom: 20px;
}
.new-graduate td a {
	display: inline-block;
	margin-top: 10px;
	border-bottom: 1px solid var(--red);
}
@media print, screen and (min-width: 768px) {/* PC */
.new-graduate h3 {
	margin-bottom: 20px;
	font-size: calc(2.2rem / 1.6);
}
.new-graduate table {
	display: table;
	width: 100%;
}
.new-graduate table + h3 {
	margin-top: 60px;
}
.new-graduate th,
.new-graduate td {
	display: table-cell;
	padding-block: 18px;
	vertical-align: top;
	letter-spacing: .06em;
}
.new-graduate th {
	width: 15%;
	margin-bottom: 0;
	padding-bottom: 18px;
	border-bottom: none;
	font-size: calc(1.6rem / 1.6);
}
.new-graduate .sub {
	width: 25%;
	margin-bottom: 0;
	padding-bottom: 18px;
	border-bottom: 1px solid #b3b3b3;
	font-size: calc(1.6rem / 1.6);
}
.new-graduate td {
	padding-bottom: 18px;
	border-bottom: 1px solid #b3b3b3;
	font-size: calc(1.6rem / 1.6);
}
.new-graduate tr:last-child td {
	border-bottom: none;
}
.new-graduate .sub-circle {
	width: 35%;
	padding-left: 0;
	border-bottom: 1px solid #b3b3b3;
	font-size: calc(1.6rem / 1.6);
	font-weight: 500;
}
.new-graduate .sub-circle::before {
	display: none;
}
.new-graduate .company {
	float: none;
	width: auto;
	padding-bottom: 18px;
	padding-left: 0;
}
.new-graduate .salary {
	float: none;
	width: auto;
	padding-bottom: 18px;
	text-align: right;
}
.new-graduate .company.last,
.new-graduate .salary.last {
	padding-bottom: 18px;
}
.new-graduate td a {
	margin-top: 20px;
}
}/* @media */
@media (hover:hover) {
.new-graduate td a {
	transition: border .3s;
}
.new-graduate td a:hover {
	border-bottom-color: transparent;
}
}/* @media */
/* -----------------------------------------------
= selection
----------------------------------------------- */
.selection .step {
	padding: 0 20px 20px;
	border: 1px solid #0a5ead;
	text-align: center;
}
.selection .step + .step {
	position: relative;
	margin-top: 50px;
}
.selection .step + .step::before {
	content: "";
	position: absolute;
	top: -63px;
	left: calc(50% - 12px);
	width: 24px;
	height: 24px;
	background: #fff;
	border-right: 1px solid #0a5ead;
	border-bottom: 1px solid #0a5ead;
	transform: rotate(45deg);
}
.selection .step .num {
	display: inline-block;
	position: relative;
	margin-top: -30px;
	padding-inline: 12px;
	color: #0a5ead;
	background: #fff;
	font-family: var(--en);
	font-size: calc(1.2rem / 1.6);
	line-height: 1.2;
}
.selection .step .num span {
	display: block;
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
}
.selection .step h3 {
	margin-bottom: 20px;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
}
.selection .step .text {
	font-size: calc(1.3rem / 1.6);
	line-height: calc(20 / 13);
	letter-spacing: .04em;
}
.selection .step .note {
	font-size: calc(1rem / 1.6);
}
.selection .step .text strong {
	font-size: calc(2.2rem / 1.6);
	font-weight: 700;
}
.selection .step .type {
	margin-block: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #b3b3b3;
}
.selection .step .type .set + .set {
	margin-top: 20px;
}
.selection .step .type h4 {
	margin-bottom: 5px;
	color: var(--red);
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
}
.selection .step .ex h4 {
	margin-bottom: 25px;
	padding: 5px;
	color: #fff;
	background: #ff4653;
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
}
.selection .step .ex .item + .item {
	margin-top: 20px;
}
.selection .step .ex p {
	margin-bottom: 15px;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(20 / 14);
	font-weight: 700;
}
.selection .step .common {
	margin-bottom: 5px;
	color: var(--red);
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
}
.selection .step .interview p {
	font-size: calc(1.4rem / 1.6);
	font-weight: 700;
}
.selection .step .interview img {
	display: block;
	width: 7px;
	margin: 2px auto;
}
.selection .step .lead {
	margin-bottom: 5px;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
}
.selection .step .interview-set {
	display: flex;
	justify-content: center;
	gap: 0 40px;
}
.selection .step .interview-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 12px;
	margin: 15px -10px 0;
}
.selection .step .interview-wrap .interview {
	width: calc(30% - 6px);
}
.selection .step .interview-wrap .interview:first-child {
	width: 100%;
}
.selection .step .interview-wrap .interview:last-child {
	position: relative;
	margin-left: calc(10% - 6px);
}
.selection .step .interview-wrap .interview:last-child::before {
	content: "";
	position: absolute;
	top: 36px;
	left: -40px;
	width: 40px;
	height: 2px;
	background: url(../../img/message/message01_dot.svg) no-repeat 50% / cover;
}
.selection .step .career {
	margin-bottom: 5px;
	color: var(--red);
	font-size: calc(1.3rem / 1.6);
	font-weight: 700;
}
.selection .step .company {
	display: inline-block;
	margin-bottom: 5px;
	padding: 3px 6px;
	color: #fff;
	background: #427ad3;
	border-radius: 5px;
	font-size: calc(1.3rem / 1.6);
	font-weight: 700;
	letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {/* PC */
.selection .step {
	padding: 0 30px 20px;
}
.selection .step + .step {
	margin-top: 88px;
}
.selection .step + .step::before {
	top: -114px;
	left: calc(50% - 24px);
	width: 48px;
	height: 48px;
}
.selection .step .num {
	margin-block: -30px 20px;
	font-size: calc(1.6rem / 1.6);
}
.selection .step .num span {
	font-size: calc(2rem / 1.6);
}
.selection .step h3 {
	font-size: calc(2.4rem / 1.6);
}
.selection .step .text {
	font-size: calc(1.6rem / 1.6);
	line-height: calc(28 / 16);
	letter-spacing: .06em;
}
.selection .step .note {
	font-size: calc(1.4rem / 1.6);
}
.selection .step .text strong {
	font-size: calc(2.4rem / 1.6);
}
.selection .step .type {
	display: flex;
	gap: 0 34px;
	margin-block: 35px;
	padding-bottom: 35px;
}
.selection .step .type .set + .set {
	margin-top: 0;
}
.selection .step .type h4 {
	font-size: calc(2rem / 1.6);
}
.selection .step .ex h4 {
	margin-bottom: 30px;
	padding: 5px;
	font-size: calc(2rem / 1.6);
	font-weight: 700;
}
.selection .step .ex .item-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 34px;
	margin-bottom: 20px;
}
.selection .step .ex .item:first-child {
	max-width: 403px;
	margin-inline: auto;
	grid-column: span 2;
}
.selection .step .ex .item + .item {
	margin-top: 0;
}
.selection .step .ex p {
	margin-bottom: 10px;
	font-size: calc(1.8rem / 1.6);
	line-height: calc(24 / 18);
}
.selection .step .common {
	margin-bottom: 10px;
	font-size: calc(2rem / 1.6);
}
.selection .step .interview p {
	font-size: calc(2.4rem / 1.6);
}
.selection .step .interview img {
	width: 14px;
	margin: 4px auto;
}
.selection .step .lead {
	margin-bottom: 10px;
	font-size: calc(2.4rem / 1.6);
}
.selection .step .interview-set {
	gap: 0 120px;
}
.selection .step .interview-wrap {
	flex-wrap: nowrap;
	gap: 20px 40px;
	margin: 30px 0 0;
}
.selection .step .interview-wrap .interview {
	width: calc(20% - 20px);
}
.selection .step .interview-wrap .interview:first-child {
	width: calc(28% - 20px);
}
.selection .step .interview-wrap .interview:last-child {
	margin-left: calc(9% - 20px);
}
.selection .step .interview-wrap .interview:last-child::before {
	top: 50px;
	left: -84px;
	width: 80px;
	height: 4px;
}
.selection .step .career {
	margin-bottom: 10px;
	font-size: calc(1.8rem / 1.6);
}
.selection .step .interview p.company {
	min-width: 6em;
	margin-bottom: 10px;
	padding: 3px 6px;
	font-size: calc(1.8rem / 1.6);
}
}/* @media */
@media print, screen and (max-width: 1023px) and (min-width: 768px) {/* TABLET */
.selection .step .interview p {
	font-size: calc(2rem / 1.6);
}
.selection .step .career {
	font-size: calc(1.4rem / 1.6);
}
.selection .step .interview p.company {
	font-size: calc(1.4rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= related
----------------------------------------------- */
.related {
	padding: 12px;
}
.related h3 {
	margin-bottom: 10px;
	font-family: var(--min);
	font-size: calc(1.3rem / 1.6);
	font-weight: 300;
}
.related li {
	margin-bottom: 12px;
}
.related li a {
	display: block;
	position: relative;
	padding: 10px 30px 10px 10px;
	background: #fff;
	border-top: 1px solid #ff747e;
	border-bottom: 1px solid #ff747e;
	font-size: calc(1.3rem / 1.6);
}
.related li a::before {
	content: "";
	position: absolute;
	top: calc(50% - 7.5px);
	right: 8px;
	width: 15px;
	height: 15px;
	background: #ee505c;
}
.related li a::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 12px;
	width: 7px;
	height: 8px;
	background: #fff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media print, screen and (min-width: 768px) {/* PC */
.related {
	padding: 83px 0 0;
}
.related h3 {
	margin-bottom: 30px;
	font-size: calc(2rem / 1.6);
}
.related ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 49px 60px;
}
.related li {
	margin-bottom: 0;
}
.related li a {
	padding: 25px 70px 25px 25px;
	font-size: calc(2rem / 1.6);
}
.related li a::before {
	top: calc(50% - 10px);
	right: 20px;
	width: 20px;
	height: 20px;
}
.related li a::after {
	top: calc(50% - 5.5px);
	right: 25px;
	width: 10px;
	height: 11px;
}
}/* @media */
@media (hover:hover) {
.related li a {
	transition: color .3s;
}
.related li a:hover {
	color: var(--red);
}
}/* @media */
