body {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}

#careers {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}

#graduates {
	font-family: "Noto Sans JP", sans-serif;
}

body {
	font-weight: 500;
}

body {
	color: #444;
}

#careers {
	color: #062F70;
}

#graduates {
	background: url(/wp/wp-content/themes/valtes/images/graduates/common/beige_bg.jpg) center center/375px repeat;
	color: #444;
}

#careers {
	background: url(/wp/wp-content/themes/valtes/images/careers/common/bg.jpg) center center/375px repeat;
}

.u-desktop {
	display: none;
}

html.is-fixed {
	overflow: hidden;
}

main {
	overflow: hidden;
}

body {
	-webkit-text-size-adjust: 100%;
}

/* リキッドレイアウト対応 */

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

button,
picture {
	display: block;
	width: 100%;
}

button {
	padding: 0;
}

.c-arrow-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #0097E2;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	letter-spacing: 0.07em;
	line-height: 1.6470588235;
}

.c-arrow-text::after {
	-webkit-mask: url(/wp/wp-content/themes/valtes/images/graduates/common/arrow_blue.svg) center center/contain no-repeat;
	background-color: #fff;
	content: "";
	display: block;
	height: 5px;
	height: 0.3125rem;
	margin-left: 5px;
	margin-left: 0.3125rem;
	mask: url(/wp/wp-content/themes/valtes/images/graduates/common/arrow_blue.svg) center center/contain no-repeat;
	width: 19px;
	width: 1.1875rem;
}

.c-arrowLink {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
}

.c-arrowLink__arrow {
	background-color: #F5F5F5;
	border-radius: 50%;
	display: grid;
	height: 35px;
	height: 2.1875rem;
	place-items: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 35px;
	width: 2.1875rem;
}

.c-arrowLink--white .c-arrowLink__arrow {
	background-color: #fff;
}

.c-arrowLink__arrow img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 13px;
	width: 0.8125rem;
}

.c-arrowLink__text {
	color: #444;
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.07em;
	margin-left: 10px;
	margin-left: 0.625rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-arrowLink__text--white {
	color: #fff;
}

.c-arrowLink:hover .c-arrowLink__arrow {
	background-color: #062F70;
}

.c-arrowLink:hover .c-arrowLink__arrow img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.c-arrowLink:hover .c-arrowLink__text {
	-webkit-transform: translateX(0.3125rem);
	transform: translateX(0.3125rem);
}

.c-bgText {
	display: inline-block;
	font-size: inherit;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 1px 2px;
	padding: 0.0625rem 0.125rem;
}

.c-bgText--white {
	background-color: #fff;
	color: #0097E2;
}

.c-bgText--orange {
	background-color: #FF7C2A;
	color: #fff;
}

.c-bgText--blue {
	background-color: #0097E2;
	color: #fff;
}

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

.c-bgWhiteText span {
	display: inline-block;
	position: relative;
}

.c-bgWhiteText span::before {
	background-color: #fff;
	content: "";
	height: 12px;
	height: 0.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
}

.c-bgWhiteText--gray span::before {
	background-color: #F0F3F5;
}

.c-bigBtn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #0097E2;
	border: 0.0625rem solid #0097E2;
	color: #0097E2;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 100%;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 14px;
	padding-right: 0.875rem;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-bigBtn::after {
	background-color: #0097E2;
	content: "";
	height: calc(100% + 0.125rem);
	position: absolute;
	right: -1px;
	right: -0.0625rem;
	top: -1px;
	top: -0.0625rem;
	width: 45px;
	width: 2.8125rem;
}

.c-bigBtn__icon {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 30px;
	width: 1.875rem;
}

.c-bigBtn span {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.07em;
	line-height: 1.7142857143;
	margin-left: 15px;
	margin-left: 0.9375rem;
	text-align: left;
}

.c-bigBtn::before {
	-webkit-mask: url(/wp/wp-content/themes/valtes/images/careers/common/arrow_navy.svg) center center/contain no-repeat;
	background-color: #fff;
	content: "";
	height: 5px;
	height: 0.3125rem;
	margin-left: auto;
	mask: url(/wp/wp-content/themes/valtes/images/careers/common/arrow_navy.svg) center center/contain no-repeat;
	position: absolute;
	right: 12px;
	right: 0.75rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 20px;
	width: 1.25rem;
	z-index: 1;
}

.c-bigBtn:hover {
	background-color: #FF7C2A;
	color: #fff;
}

.c-bigBtn:hover .c-bigBtn__icon {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.c-bigBtn:hover::before {
	right: 15px;
	right: 0.9375rem;
}

.c-bigImg {
	position: relative;
	width: 100%;
}

.c-bigImg::before {
	content: "";
	display: block;
	padding-top: 62.133%;
}

.c-bigImg img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-bigText {
	color: #fff;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 900;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1.6153846154;
}

.c-cat {
	background-color: #FF7C2A;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 3px 2px;
	padding: 0.1875rem 0.125rem;
}

.c-cat--gray {
	background-color: #F0F3F5;
}

.c-cover {
	position: relative;
}

.c-cover::after {
	background: rgba(255, 255, 255, .4);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	z-index: 1;
}

.c-entry {
	border-radius: 6.25rem;
	color: #fff;
	display: grid;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	height: 100%;
	letter-spacing: 0.106em;
	opacity: 0.88;
	overflow: hidden;
	place-items: center;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-entry::before {
	background: linear-gradient(110deg, #F9CFA9, #F29656, #E84058, #E43877);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-entry::after {
	background: linear-gradient(110deg, #032255, #D1254F);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	z-index: 2;
}

.c-entry span {
	position: relative;
	text-transform: uppercase;
	z-index: 3;
}

.c-entry:hover::after {
	opacity: 1;
}

.c-faq {
	border-bottom: 1px solid #CCCCCC;
	border-bottom: 0.0625rem solid #CCCCCC;
	cursor: pointer;
	padding: 28px 0;
	padding: 1.75rem 0;
	position: relative;
}

.c-faq__q {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	padding-left: 50px;
	padding-left: 3.125rem;
	padding-right: 61px;
	padding-right: 3.8125rem;
	position: relative;
}

.c-faq__q::before {
	color: #0097E2;
	content: "Q.";
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	left: 10px;
	left: 0.625rem;
	letter-spacing: 0.15em;
	position: absolute;
	top: 0;
}

.c-faq__a {
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
	margin-top: 25px;
	margin-top: 1.5625rem;
	padding-left: 50px;
	padding-left: 3.125rem;
	position: relative;
}

.c-faq__a a {
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-faq__a a:hover {
	opacity: 0.7;
}

.c-faq__a::before {
	color: #FF7C2A;
	content: "A.";
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	left: 10px;
	left: 0.625rem;
	letter-spacing: 0.15em;
	line-height: 1.6666666667;
	position: absolute;
	top: 0;
}

.c-faq__arrow {
	height: 40px;
	height: 2.5rem;
	position: absolute;
	right: 0;
	top: 20px;
	top: 1.25rem;
	width: 40px;
	width: 2.5rem;
}

.c-hamburger {
	background-color: #0097E2;
	height: 100%;
	position: relative;
	width: 100%;
}

.c-hamburger span {
	background-color: #fff;
	display: inline-block;
	height: 1px;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 20px;
	width: 1.25rem;
}

.c-hamburger span:nth-child(1) {
	top: 22px;
	top: 1.375rem;
}

.c-hamburger span:nth-child(2) {
	top: 30px;
	top: 1.875rem;
}

.c-hamburger span:nth-child(3) {
	top: 38px;
	top: 2.375rem;
}

.c-hamburger.is-active span:nth-child(1) {
	top: 30px;
	top: 1.875rem;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
	top: 30px;
	top: 1.875rem;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.c-lineText {
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 2.15;
}

.c-lineText span {
	display: inline-block;
	position: relative;
}

.c-lineText span::before {
	background-color: #062F70;
	bottom: 5px;
	bottom: 0.3125rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-link {
	color: #0097E2;
	display: inline-block;
	position: relative;
}

.c-link--white {
	color: #fff;
}

.c-link::before {
	background-color: #0097E2;
	bottom: -3px;
	bottom: -0.1875rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 0%;
}

.c-link--white::before {
	background-color: #fff;
}

.c-link:hover::before {
	width: 100%;
}

.c-mark {
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}

.c-mark::before {
	background-color: #0097E2;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	width: 0.75rem;
}

.c-mark::after {
	background-color: #0097E2;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 12px;
	width: 0.75rem;
}

.c-mark.is-active::after {
	-webkit-transform: translate(-50%, -50%) rotate(0);
	transform: translate(-50%, -50%) rotate(0);
}

.c-middleImg {
	position: relative;
	width: 100%;
}

.c-middleImg::before {
	content: "";
	display: block;
	padding-top: 76%;
}

.c-middleImg img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-roundBtn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: 1px solid #fff;
	border: 0.0625rem solid #fff;
	border-radius: 1.875rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-roundBtn--gray {
	border-color: #444;
}

.c-roundBtn span {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.07em;
}

.c-roundBtn--gray span {
	color: #444;
}

.c-roundBtn::before {
	-webkit-mask: url(/wp/wp-content/themes/valtes/images/careers/common/arrow_navy.svg) center center/contain no-repeat;
	background-color: #fff;
	content: "";
	height: 5px;
	height: 0.3125rem;
	mask: url(/wp/wp-content/themes/valtes/images/careers/common/arrow_navy.svg) center center/contain no-repeat;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 21px;
	width: 1.3125rem;
}

.c-roundBtn--gray::before {
	background-color: #444;
}

.c-roundBtn:hover {
	background-color: #FF7C2A;
}

.c-roundBtn:hover::before {
	background: #fff;
	right: 15px;
	right: 0.9375rem;
}

.c-roundBtn:hover span {
	color: #fff;
}

.c-sectionTitle {
	font-weight: 600;
	position: relative;
	text-align: center;
}

.c-sectionTitle--white {
	color: #fff;
}

.c-sectionTitle--white::before {
	background-color: #fff;
}

.c-sectionTitle__sub {
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.c-sectionTitle__main {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	line-height: 1.4444444444;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.c-snsBtn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 6.25rem;
	display: grid;
	grid-template-columns: 1.25rem 1fr;
	height: 100%;
	padding: 0 12px;
	padding: 0 0.75rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-snsBtn--twitter img {
	width: 15px;
	width: 0.9375rem;
}

.c-snsBtn--instagram img {
	width: 14px;
	width: 0.875rem;
}

.c-snsBtn--note2 img {
	width: 11px;
	width: 0.6875rem;
}

.c-snsBtn span {
	color: #062F70;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.7;
}

.c-snsBtn:hover {
	background-color: #FF7C2A;
}

.c-snsBtn:hover span {
	color: #fff;
}

.c-snsLink {
	background-color: #fff;
	border: 1px solid #DDDDDD;
	border: 0.0625rem solid #DDDDDD;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	display: grid;
	height: 100%;
	place-items: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-snsLink--twitter img {
	width: 19px;
	width: 1.1875rem;
}

.c-snsLink--note img {
	width: 33px;
	width: 2.0625rem;
}

.c-snsLink:hover {
	background-color: #DDDDDD;
}

.c-tab {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #E6E6E6;
	border: 0.0625rem solid #E6E6E6;
	color: #444444;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	height: 100%;
	letter-spacing: 0.05em;
	padding: 23px 15px;
	padding: 1.4375rem 0.9375rem;
	position: relative;
}

.c-tab::before {
	background: url(/wp/wp-content/themes/valtes/images/graduates/common/arrow_bottom.png) center center/contain no-repeat;
	content: "";
	height: 6px;
	height: 0.375rem;
	position: absolute;
	right: 13px;
	right: 0.8125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	width: 0.75rem;
}

.c-tab span {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-tab:hover span {
	opacity: 0.7;
}

.c-text {
	direction: ltr;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 2.1428571429;
}

.c-textLink {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #444;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	font-size: 0.875rem;
	height: 100%;
	letter-spacing: 0.07em;
	position: relative;
	width: 100%;
}

.c-textLink::before {
	-webkit-mask: url(/wp/wp-content/themes/valtes/images/careers/common/arrow_navy.svg) center center/contain no-repeat;
	background-color: #0097E2;
	content: "";
	height: 5px;
	height: 0.3125rem;
	mask: url(/wp/wp-content/themes/valtes/images/careers/common/arrow_navy.svg) center center/contain no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 20px;
	width: 1.25rem;
}

.c-textLink--white {
	color: #fff;
}

.c-textLink--white::before {
	background-color: #fff;
}

.c-textLink span {
	position: relative;
}

.c-textLink:hover::before {
	right: -5px;
	right: -0.3125rem;
}

.c-title {
	background-color: #0097E2;
	color: #fff;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	line-height: 1.32;
	padding: 0 2px;
	padding: 0 0.125rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-whiteBtn {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	border: 1px solid #fff;
	border: 0.0625rem solid #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 14px;
	padding-right: 0.875rem;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-whiteBtn::after {
	background-color: #062F70;
	content: "";
	height: 61%;
	opacity: 0.3;
	position: absolute;
	right: 50px;
	right: 3.125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	width: 0.0625rem;
}

.c-whiteBtn span {
	color: #062F70;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 1.7142857143;
	text-align: left;
}

.c-whiteBtn::before {
	-webkit-mask: url(/wp/wp-content/themes/valtes/images/careers/common/arrow_navy.svg) center center/contain no-repeat;
	background-color: #062F70;
	content: "";
	height: 5px;
	height: 0.3125rem;
	margin-left: auto;
	mask: url(/wp/wp-content/themes/valtes/images/careers/common/arrow_navy.svg) center center/contain no-repeat;
	position: absolute;
	right: 15px;
	right: 0.9375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 20px;
	width: 1.25rem;
	z-index: 1;
}

.c-whiteBtn__cats {
	gap: 2px;
	gap: 0.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.c-whiteBtn:hover {
	background-color: #062F70;
	border-color: #062F70;
}

.c-whiteBtn:hover::after {
	background-color: #fff;
}

.c-whiteBtn:hover .c-whiteBtn__icon {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
}

.c-whiteBtn:hover span {
	color: #fff;
}

.c-whiteBtn:hover::before {
	background-color: #fff;
	right: 10px;
	right: 0.625rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-section {
	margin-top: -107px;
	margin-top: -6.6875rem;
}

.l-top-footer {
	margin-top: 74px;
	margin-top: 4.625rem;
}

.l-top {
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.l-topMenu {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-about__title .c-title {
	margin: 0 auto;
}

.p-about__cards {
	gap: 10px;
	gap: 0.625rem;
	display: grid;
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.p-about__card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 190px;
	height: 11.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 260px;
	max-width: 16.25rem;
	padding: 20px;
	padding: 1.25rem;
	width: 100%;
}

.p-about__logo {
	height: 40px;
	height: 2.5rem;
}

.p-about__logo img {
	width: auto;
}

.p-about__subtitle {
	background-color: #F0F3F5;
	border: 1px solid #F0F3F5;
	border: 0.0625rem solid #F0F3F5;
	color: #062F70;
	display: grid;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 400;
	height: 25px;
	height: 1.5625rem;
	letter-spacing: 0.05em;
	margin: 0 auto;
	max-width: 220px;
	max-width: 13.75rem;
	place-items: center;
	text-align: center;
	width: 100%;
}

.p-about__bands {
	gap: 4px;
	gap: 0.25rem;
	display: grid;
	margin-top: 21px;
	margin-top: 1.3125rem;
	width: 100%;
}

.p-about__grid {
	gap: 13px;
	gap: 0.8125rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	margin-top: 25px;
	margin-top: 1.5625rem;
	max-width: 220px;
	max-width: 13.75rem;
}

.p-about__grid-item {
	border: 1px solid #F0F3F5;
	border: 0.0625rem solid #F0F3F5;
}

.p-about__text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #062F70;
	display: grid;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 400;
	height: 60px;
	height: 3.75rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0 11px;
	padding: 0 0.6875rem;
}

.p-about__box {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-about__wrap {
	border: 1px solid #F0F3F5;
	border: 0.0625rem solid #F0F3F5;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	max-width: 220px;
	max-width: 13.75rem;
	position: relative;
}

.p-about__wrap::before {
	background: url(/wp/wp-content/themes/valtes/images/careers/message/dots.jpg) center center/contain no-repeat;
	content: "";
	height: 50px;
	height: 3.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1px;
	width: 0.0625rem;
}

.p-breadcrumb {
	padding-top: 91px;
	padding-top: 5.6875rem;
	position: relative;
	z-index: 1;
}

.p-breadcrumb li {
	display: inline;
	font-weight: 500;
}

.p-breadcrumb li:after {
	background: url(/wp/wp-content/themes/valtes/images/graduates/common/breadcrumb.png) center center/contain no-repeat;
	color: #CCCCCC;
	content: "";
	display: inline-block;
	height: 7px;
	height: 0.4375rem;
	padding: 0 5px;
	padding: 0 0.3125rem;
	width: 3.5px;
	width: 0.21875rem;
}

.p-breadcrumb li:last-child:after {
	content: "";
	display: none;
}

.p-breadcrumb li a {
	color: #CCCCCC;
	font-size: 10px;
	font-size: 0.625rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-breadcrumb li a:hover {
	opacity: 0.7;
}

.p-breadcrumb li span {
	color: #CCCCCC;
	font-size: 10px;
	font-size: 0.625rem;
}

.p-card {
	border-bottom: 1px solid #fff;
	border-bottom: 0.0625rem solid #fff;
}

.p-card a {
	gap: 15px;
	gap: 0.9375rem;
	display: grid;
	grid-template-columns: 28.5% 1fr;
	padding: 12px 0;
	padding: 0.75rem 0;
}

.p-card__img {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-card__img::before {
	content: "";
	display: block;
	padding-top: 59.139%;
}

.p-card__img::after {
	background-color: rgba(255, 255, 255, .4);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-card__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-card__text .c-textLink {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.5384615385;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.p-card:hover .p-card__img::after {
	opacity: 1;
}

.p-card:hover .p-card__img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-card:hover .c-textLink:hover::before {
	right: 0px;
	right: 0rem;
}

.p-career {
	background: url(/wp/wp-content/themes/valtes/images/careers/people/common/bg_sp.jpg) center center/cover no-repeat;
	color: #fff;
	margin-left: calc(50% - 50vw);
	padding: 50px 25px 67px;
	padding: 3.125rem 25px 4.1875rem;
	width: 100vw;
}

.p-career__wrapper {
	gap: 41px;
	gap: 2.5625rem;
	display: grid;
}

.p-career__img {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.p-content__title {
	border-bottom: 1px solid #CCCCCC;
	border-bottom: 0.0625rem solid #CCCCCC;
	color: #0097E2;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 1.9411764706;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-content__text {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-drawer {
	background: url(/wp/wp-content/themes/valtes/images/graduates/common/beige_bg.jpg) center center/cover no-repeat;
	display: none;
	height: 100%;
	left: 0;
	overflow: scroll;
	padding-top: 110px;
	padding-top: 6.875rem;
	position: fixed;
	top: 0;
	width: 100%;
}

.p-drawer__inner {
	margin: 0 auto;
	max-width: 305px;
	max-width: 19.0625rem;
}

.p-drawer__nav {
	border-top: 1px solid #CCCCCC;
	border-top: 0.0625rem solid #CCCCCC;
}

.p-drawer__link {
	border-bottom: 1px solid #CCCCCC;
	border-bottom: 0.0625rem solid #CCCCCC;
	padding: 18px 0;
	padding: 1.125rem 0;
}

.p-drawer__link > a > span {
	font-weight: bold;
	line-height: 35px;
	line-height: 2.1875rem;
}

.p-drawer__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #444444;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

span.p-drawer__btn {
	font-weight: bold;
}

.p-drawer__btn .c-mark {
	height: 35px;
	height: 2.1875rem;
	width: 35px;
	width: 2.1875rem;
}

.p-drawer__sublinks {
	display: none;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-drawer__sublink {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-drawer__sublink .c-textLink::before {
	background-color: #444;
}

.p-drawer__sublink + .p-drawer__sublink {
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-drawer__sublink .c-textLink {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	padding-right: 27px;
	padding-right: 1.6875rem;
}

.p-drawer__entry {
	height: 60px;
	height: 3.75rem;
	margin: 0 auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 305px;
	max-width: 19.0625rem;
}

.p-drawer__snsLinks {
	gap: 10px;
	gap: 0.625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 108px;
	max-width: 6.75rem;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
}

.p-drawer__snsLink {
	height: 50px;
	height: 3.125rem;
	width: 50px;
	width: 3.125rem;
}

.p-education {
	padding-bottom: 137px;
	padding-bottom: 8.5625rem;
}

.p-education__btns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: calc(50% - 50vw + -0.0625rem);
	margin-top: -110px;
	margin-top: -6.875rem;
	width: calc(100vw + 0.125rem);
}

.p-education__btn a {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.p-education__training {
	margin-top: 72px;
	margin-top: 4.5rem;
}

.p-education__step {
	margin-top: 63px;
	margin-top: 3.9375rem;
}

.p-education__message {
	margin-top: 84px;
	margin-top: 5.25rem;
}

.p-employee {
	padding-top: 80px;
	padding-top: 5rem;
	position: relative;
}

.p-employee::before {
	background: url(/wp/wp-content/themes/valtes/images/graduates/common/headcontent_bg.jpg) center top/100vw no-repeat;
	content: "";
	height: 100%;
	left: 0;
	margin-left: calc(50% - 50vw);
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100vw;
}

.p-employee__cats {
	gap: 10px 32px;
	gap: 0.625rem 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-employee__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1.75;
	margin-top: 22px;
	margin-top: 1.375rem;
	position: relative;
	z-index: 1;
}

.p-employee__title span {
	line-height: 1.25;
}

.p-employee__title span + span {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-employee__img {
	margin-left: calc(50% - 50vw);
	margin-top: -50px;
	margin-top: -3.125rem;
	position: relative;
	width: 100vw;
}

.p-employee__img::before {
	content: "";
	display: block;
	padding-top: 120%;
}

.p-employee__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-employee__box {
	background-color: #0097E2;
	color: #fff;
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	margin-top: -70px;
	margin-top: -4.375rem;
	padding: 30px;
	padding: 1.875rem;
	position: relative;
	width: 86%;
}

.p-employee__position {
	color: #FFFDFB;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 1.9166666667;
}

.p-employee__name {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-employee__year {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-employee__profile {
	background-color: #EDE9E1;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 10px 18px;
	padding: 0.625rem 1.125rem;
	position: relative;
}

.p-employee__profile dl {
	padding: 22px 0;
	padding: 1.375rem 0;
}

.p-employee__profile dl:not(:last-child) {
	border-bottom: 1px solid #CCCCCC;
	border-bottom: 0.0625rem solid #CCCCCC;
}

.p-employee__profile dt {
	color: #0097E2;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.2em;
}

.p-employee__profile dd {
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-employee__contents {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.p-employee__content + .p-employee__content {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-employee__img2 {
	margin-left: calc(50% - 50vw);
	width: 100vw;
}

.p-employee__time {
	margin-top: 98px;
	margin-top: 6.125rem;
}

.p-employee__wrap .p-content {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-faq {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
}

.p-faq__btns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: calc(50% - 50vw + -0.0625rem);
	margin-top: -123px;
	margin-top: -7.6875rem;
	width: calc(100vw + 0.125rem);
}

.p-faq__units {
	gap: 60px;
	gap: 3.75rem;
	display: grid;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-faq__subtitle .c-title {
	margin: 0 auto;
}

.p-faq__lists {
	border-top: 1px solid #CCC;
	border-top: 0.0625rem solid #CCC;
	margin-top: 51px;
	margin-top: 3.1875rem;
}

.p-feature {
	padding-bottom: 267px;
	padding-bottom: 16.6875rem;
}

.p-feature__units {
	margin-top: -150px;
	margin-top: -9.375rem;
	position: relative;
}

.p-feature__unit {
	border-bottom: 2px solid #fff;
	border-bottom: 0.125rem solid #fff;
	padding: 50px 0;
	padding: 3.125rem 0;
}

.p-feature__unit:last-child {
	border-bottom: none;
}

.p-feature__number {
	color: #FF7C2A;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-align: center;
}

.p-feature__unit-head {
	margin-top: 11px;
	margin-top: 0.6875rem;
	text-align: center;
}

.p-feature__subtitle {
	margin-top: 12px;
	margin-top: 0.75rem;
	text-align: center;
}

.p-feature__subtitle span {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 900;
	line-height: 32px;
	line-height: 2rem;
}

.p-feature__img {
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.p-feature__text {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-feature__tool {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-feature__tool-1 {
	background-color: #fff;
	padding: 42px 30px 35px;
	padding: 2.625rem 1.875rem 2.1875rem;
}

.p-feature__tool-title {
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.7272727273;
	text-align: center;
}

.p-feature__items {
	gap: 44px;
	gap: 2.75rem;
	display: grid;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-feature__logo {
	margin: 0 auto;
	width: 200px;
	width: 12.5rem;
}

.p-feature__item-title {
	color: #032457;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-feature__item-text {
	color: #807970;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-feature__tool-2 {
	background-color: #fff;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 35px;
	padding: 2.1875rem;
}

.p-feature__logo2 {
	margin: 0 auto;
	width: 200px;
	width: 12.5rem;
}

.p-feature__lists {
	gap: 10px;
	gap: 0.625rem;
	display: grid;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-feature__list {
	background-color: #EDE9E1;
	padding: 40px;
	padding: 2.5rem;
}

.p-feature__ico {
	margin: 0 auto;
	width: 120px;
	width: 7.5rem;
}

.p-feature__list-content {
	margin-top: 22px;
	margin-top: 1.375rem;
}

.p-feature__blueText {
	color: #0097E2;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

.p-feature__list-text {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-flow__title .c-title {
	margin: 0 auto;
}

.p-flow__figure {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-footer {
	background: -webkit-gradient(linear, left top, right top, from(#A9DBF8), to(#29A4EF));
	background: linear-gradient(to right, #A9DBF8, #29A4EF);
	color: #fff;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-footer__logo {
	margin: 0 auto;
	width: 154px;
	width: 9.625rem;
}

.p-footer__logo a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-footer__logo a:hover {
	opacity: 0.7;
}

.p-footer__nav3 {
	gap: 20px;
	gap: 1.25rem;
	border: none;
	display: none;
	margin-top: 41px;
	margin-top: 2.5625rem;
}

.p-footer__nav {
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	border-bottom: 0.0625rem solid rgba(255, 255, 255, .5);
	border-top: 1px solid rgba(255, 255, 255, .5);
	border-top: 0.0625rem solid rgba(255, 255, 255, .5);
	margin-top: 41px;
	margin-top: 2.5625rem;
	padding: 25px 0;
	padding: 1.5625rem 0;
}

.p-footer__links {
	gap: 19px 22px;
	gap: 1.1875rem 1.375rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-footer__link a {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
}

.p-footer span::before {
	background-color: #fff;
	bottom: -3px;
	bottom: -0.1875rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 0%;
}

.p-footer__link .c-textLink:hover::before {
	right: 0;
}

.p-footer__link .c-textLink:hover span::before {
	width: 100%;
}

.p-footer__nav2 {
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.p-footer__links2 {
	gap: 14px 10px;
	gap: 0.875rem 0.625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-footer__link2 span {
	font-size: 12px;
	font-size: 0.75rem;
	white-space: nowrap;
}

.c-arrowLink__text {
	position: relative;
}

.c-arrowLink__text::before {
	background-color: #fff;
	bottom: -3px;
	bottom: -0.1875rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 0%;
}

.p-footer__link2 .c-arrowLink:hover .c-arrowLink__arrow {
	background-color: #fff;
}

.p-footer__link2 .c-arrowLink:hover .c-arrowLink__arrow img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: invert(0);
	filter: invert(0);
}

.p-footer__link2 .c-arrowLink:hover .c-arrowLink__text {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.p-footer__link2 .c-arrowLink:hover .c-arrowLink__text::before {
	width: 100%;
}

.p-footer__btns {
	gap: 5px;
	gap: 0.3125rem;
	display: grid;
	margin-top: 27px;
	margin-top: 1.6875rem;
}

.p-footer__btn {
	height: 50px;
	height: 3.125rem;
	margin: 0 auto;
	width: 240px;
	width: 15rem;
	width: 100%;
}

.p-footer__textLinks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 59px;
	margin-top: 3.6875rem;
}

.p-footer__textLink {
	position: relative;
}

.p-footer__textLink::before {
	background: url(/wp/wp-content/themes/valtes/images/careers/common/obo.png) center center/contain no-repeat;
	content: "";
	height: 11px;
	height: 0.6875rem;
	position: absolute;
	right: -15px;
	right: -0.9375rem;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	width: 0.625rem;
}

.p-footer__textLink + .p-footer__textLink {
	margin-left: 30px;
	margin-left: 1.875rem;
}

.p-footer__textLink a {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.07em;
}

.p-footer__copy {
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-size: 0.625rem;
	letter-spacing: 0.2em;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-footer__text-link {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.07em;
	line-height: 1.8461538462;
}

.p-footer__text-link + .p-footer__text-link {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-footer__text-link:nth-child(1) {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.07em;
	position: relative;
}

.p-footer__text-link:nth-child(1)::before {
	background-color: #fff;
	bottom: -5px;
	bottom: -0.3125rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 20px;
	width: 1.25rem;
}

.p-footer__link2 .c-arrowLink:hover .c-arrowLink__arrow {
	background-color: #FF7C2A;
}

.p-footer__link2 .c-arrowLink:hover .c-arrowLink__arrow img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.p-footer__entry {
	height: 40px;
	height: 2.5rem;
	margin: 0 auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 128px;
	width: 8rem;
}

.p-globalNav {
	height: 100%;
	position: relative;
}

.p-globalNav__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.p-globalNav__link {
	height: 100%;
}

.p-globalNav__link + .p-globalNav__link {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.p-globalNav__link a,
.p-globalNav__link > span {
	color: #fff;
	cursor: pointer;
	display: grid;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	height: 100%;
	letter-spacing: 0.07em;
	place-items: center;
}

.p-globalNav__sublinks {
	left: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 100px;
	top: 6.25rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	visibility: hidden;
	width: 100vw;
}

.p-globalNav__sublinks span {
	color: #fff;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}


.p-globalNav__link:first-child .p-globalNav__sublinks::before {
	color: #fff;
	content: "会社を知る";
	display: block;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: bold;
	left: 151px;
	left: 9.4375rem;
	letter-spacing: 0.05em;
	position: absolute;
	top: 98px;
	top: 6.125rem;
	z-index: 1;
}

.p-globalNav__link:nth-child(2) .p-globalNav__sublinks::before {
	color: #fff;
	content: "仕事を知る";
	display: block;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: bold;
	left: 151px;
	left: 9.4375rem;
	letter-spacing: 0.05em;
	position: absolute;
	top: 98px;
	top: 6.125rem;
	z-index: 1;
}

.p-globalNav__link:nth-child(3) .p-globalNav__sublinks::before {
	color: #fff;
	content: "人を知る";
	display: block;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: bold;
	left: 151px;
	left: 9.4375rem;
	letter-spacing: 0.05em;
	position: absolute;
	top: 98px;
	top: 6.125rem;
	z-index: 1;
}

.p-globalNav__sublinks .p-more {
	padding: 32px 0;
	padding: 2rem 0;
}

.p-globalNav__sublinks .p-more::before {
	display: none;
}

.p-globalNav__sublinks .p-more__links {
	margin-left: auto;
	max-width: 702px;
	max-width: 43.875rem;
}

.p-globalNav__sublinks .p-card__text .c-textLink {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
}

.js-sublinks:hover > span > .p-globalNav__sublinks {
	opacity: 1;
	visibility: visible;
}

.p-headContent {
	padding-bottom: 190px;
	padding-bottom: 11.875rem;
	padding-top: 200px;
	padding-top: 12.5rem;
	position: relative;
}

.p-headContent::before {
	background: url(/wp/wp-content/themes/valtes/images/graduates/common/headcontent_bg.jpg) center top/100vw no-repeat;
	content: "";
	height: 100%;
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	top: 0;
	width: 100vw;
}

.p-headContent__head {
	position: relative;
	text-align: center;
}

.p-headContent__title {
	margin-top: 18px;
	margin-top: 1.125rem;
	position: relative;
	text-align: center;
}

.p-headContent__text {
	color: #fff;
	margin-top: 35px;
	margin-top: 2.1875rem;
	position: relative;
}

.p-header {
	height: 60px;
	height: 3.75rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-header.is-scrolled {
	background-color: #0097E2;
}

.p-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.p-header__logo {
	width: 225px;
	width: 14.0625rem;
	z-index: 1;
}

.p-header__logo img:nth-child(2) {
	display: none;
}

.p-header__logo.is-active img:nth-child(1) {
	display: none;
}

.p-header__logo.is-active img:nth-child(2) {
	display: block;
}

.p-header__logo a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-header__logo a:hover {
	opacity: 0.7;
}

.p-header__hamburger {
	height: 100%;
	margin-left: auto;
	width: 60px;
	width: 3.75rem;
	z-index: 1;
}

.p-header__globalNav {
	display: none;
}

.p-header__snsLinks {
	display: none;
}

.p-header__snsLink {
	height: 50px;
	height: 3.125rem;
	width: 50px;
	width: 3.125rem;
}

.p-header__entry {
	display: none;
}

.p-iine__title {
	position: relative;
}

/*
.p-iine__title::before {
	background: url(/wp/wp-content/themes/valtes/images/careers/office/iine.png) center center/contain no-repeat;
	content: "";
	height: 81px;
	height: 5.0625rem;
	position: absolute;
	right: 0;
	top: -46px;
	top: -2.875rem;
	width: 58px;
	width: 3.625rem;
}
*/
.p-iine__title::before {
	background: url(https://recruit.valtes.co.jp/wp/wp-content/uploads/2024/09/img_vipurun.png) center center/contain no-repeat;
	content: "";
	height: 81px;
	height: 5.0625rem;
	position: absolute;
	right: 0;
	top: -46px;
	top: -2.875rem;
	width: 58px;
	width: 3.625rem;
}

.p-iine__title .c-title {
	margin: 0 auto;
}

.p-iine__headText {
	margin-top: 51px;
	margin-top: 3.1875rem;
}

.p-iine__cards {
	gap: 14px;
	gap: 0.875rem;
	display: grid;
	margin-top: 41px;
	margin-top: 2.5625rem;
}

.p-iine__text {
	background: #EDE9E1;
	color: #807970;
	font-size: 13px;
	font-size: 0.8125rem;
	padding: 20px;
	padding: 1.25rem;
}

.p-iine__bigCards {
	gap: 20px;
	gap: 1.25rem;
	display: grid;
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-iine__bigCard {
	background-color: #EDE9E1;
}

.p-iine__content {
	padding: 30px 25px 25px;
	padding: 1.875rem 1.5625rem 1.5625rem;
}

.p-iine__bigText {
	color: #0097E2;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.6666666667;
}

.p-iine__text2 {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-iine__btn {
	height: 70px;
	height: 4.375rem;
	margin: 0 auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 325px;
	max-width: 20.3125rem;
	width: 100%;
}

.p-iine__btn .c-roundBtn {
	border-color: #444444;
	border-radius: 2.5rem;
	color: #444444;
}

.p-iine__btn .c-roundBtn::before {
	-webkit-mask: url(/wp/wp-content/themes/valtes/images/careers/common/obo.png) center center/contain no-repeat;
	background-color: #444444;
	height: 14px;
	height: 0.875rem;
	mask: url(/wp/wp-content/themes/valtes/images/careers/common/obo.png) center center/contain no-repeat;
	width: 12px;
	width: 0.75rem;
}

.p-iitomo-faq {
	padding-bottom: 70px;
	padding-bottom: 4.375rem;
	padding-top: 68px;
	padding-top: 4.25rem;
}

.p-iitomo-faq__lists {
	border-top: 1px solid #CCCCCC;
	border-top: 0.0625rem solid #CCCCCC;
	margin-top: 51px;
	margin-top: 3.1875rem;
}

.p-iitomo-merit {
	background: url(/wp/wp-content/themes/valtes/images/careers/common/navy_bg.jpg) center center/375px repeat;
	background: url(/wp/wp-content/themes/valtes/images/careers/common/navy_bg.jpg) center center/23.4375rem repeat;
	color: #fff;
	padding-bottom: 45px;
	padding-bottom: 2.8125rem;
	padding-top: 35px;
	padding-top: 2.1875rem;
}

.p-iitomo-merit__title .c-title::before {
	background-color: #fff;
}

.p-iitomo-merit__cards {
	margin-top: 47px;
	margin-top: 2.9375rem;
}

.p-iitomo-merit__card {
	padding: 35px 0;
	padding: 2.1875rem 0;
	position: relative;
}

.p-iitomo-merit__card:not(:first-child) {
	border-top: 1px solid rgba(255, 255, 255, .5);
	border-top: 0.0625rem solid rgba(255, 255, 255, .5);
}

.p-iitomo__en {
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 600;
	left: 10px;
	left: 0.625rem;
	letter-spacing: 0.14em;
	position: absolute;
	top: 20px;
	top: 1.25rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.p-iitomo-merit__subtitle {
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-top: 22px;
	margin-top: 1.375rem;
	text-align: center;
}

.p-iitomo-merit__text {
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-iitomo {
	padding-bottom: 70px;
	padding-bottom: 4.375rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.p-iitomo__content {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-information {
	padding-bottom: 70px;
	padding-bottom: 4.375rem;
	padding-bottom: 70px;
	padding-bottom: 4.375rem;
}

.p-information__top {
	margin-left: calc(50% - 50vw);
	margin-top: -110px;
	margin-top: -6.875rem;
	overflow: scroll;
	padding: 0 15px;
	padding: 0 0.9375rem;
	width: 100vw;
}

.p-information__btns {
	gap: 3px;
	gap: 0.1875rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	position: relative;
	width: 490px;
	width: 30.625rem;
}

.p-information__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #0097E2;
	border-radius: 0.5rem 0.5rem 0 0;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	height: 100%;
	height: 64px;
	height: 4rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.3076923077;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-information__btn.is-selected {
	background-color: #fff;
	color: #444;
}

.p-information__lists {
	background-color: #fff;
	margin-left: calc(50% - 50vw);
	padding: 0 25px;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
	width: 100vw;
}

.p-information__title .c-title {
	margin: 0 auto;
}

.p-information__list:nth-child(n+3) {
	display: none;
}

.p-information__list dl {
	border-bottom: 1px solid #CCCCCC;
	border-bottom: 0.0625rem solid #CCCCCC;
	padding: 25px 0;
	padding: 1.5625rem 0;
}

.p-information__list dt {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 2.1333333333;
}

.p-information__list dd {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 2.1333333333;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-information__flow {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-information__bottomBtn {
	height: 65px;
	height: 4.0625rem;
	margin: 0 auto;
	margin-top: 35px;
	margin-top: 2.1875rem;
	min-width: 295px;
	min-width: 18.4375rem;
}

.p-interview-movie__title .c-title {
	width: 100%;
}

.p-interview-movie__slider {
	gap: 20px;
	gap: 1.25rem;
	display: grid;
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.p-interview-movie__slide {
	position: relative;
	width: 100%;
}

.p-interview-movie__slide::before {
	content: "";
	display: block;
	padding-top: 56.35%;
}

.p-interview-movie__slide iframe {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-interview {
	padding-bottom: 85px;
	padding-bottom: 5.3125rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.p-interview__title .c-title {
	margin: 0 auto;
}

.p-interview__slider {
	margin-top: 51px;
	margin-top: 3.1875rem;
}

.p-interview__slider .slick-list {
	overflow: unset;
	position: relative;
}

.p-interview__slide {
	margin: 0 7.5px;
	margin: 0 0.46875rem;
	position: relative;
}

.p-interview__slide .p-person__top::before {
	background-color: #0097E2;
}

.p-interview__slide .p-person__text {
	color: #0097E2;
}

.p-interview__slide .p-person__name {
	color: #444;
}

.p-interview__slide .p-person__text,
.p-interview__slide .p-person__name,
.p-interview__slide .p-person__cats {
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-interview__slide.slick-current .p-person__text,
.p-interview__slide.slick-current .p-person__name,
.p-interview__slide.slick-current .p-person__cats {
	opacity: 1;
}

.p-interview__btn {
	height: 60px;
	height: 3.75rem;
	margin: 0 auto;
	margin-top: 55px;
	margin-top: 3.4375rem;
	max-width: 325px;
	max-width: 20.3125rem;
}

.p-jinji-message__subtitle .c-title {
	margin: 0 auto;
}

.p-jinji-message__img {
	margin-top: 51px;
	margin-top: 3.1875rem;
}

.p-jinji-message__text {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-member {
	background-color: #fff;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
}

.p-member__img {
	margin-left: calc(50% - 50vw);
	margin-top: -110px;
	margin-top: -6.875rem;
	position: relative;
	width: 100vw;
}

.p-membenr__people {
	margin-top: 30px;
	margin-top: 1.875rem;
	position: relative;
}

.p-member__en {
	color: #0097E2;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.14em;
}

.p-member__en span {
	display: inline-block;
	position: relative;
}

.p-member__en span::before {
	background-color: #0097E2;
	content: "";
	height: 2px;
	height: 0.125rem;
	position: absolute;
	right: -32px;
	right: -2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	width: 1.5rem;
}

.p-member__grid {
	gap: 40px;
	gap: 2.5rem;
	display: grid;
}

.p-member__person-img {
	margin: 0 auto;
	width: 200px;
	width: 12.5rem;
}

.p-member__name {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-member__profile {
	background-color: #fff;
	color: #807970;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 1.8461538462;
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-align: center;
}

.p-member__comment {
	background-color: #F8F4EE;
	border-radius: 0.625rem;
	color: #807970;
	margin-top: 38px;
	margin-top: 2.375rem;
	padding: 30px;
	padding: 1.875rem;
	position: relative;
}

.p-member__comment::before {
	background: url(/wp/wp-content/themes/valtes/images/graduates/people/crosstalk/dots.png) center center/cover no-repeat;
	content: "";
	height: 50px;
	height: 3.125rem;
	left: 50%;
	position: absolute;
	top: -25px;
	top: -1.5625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	width: 0.0625rem;
}

.p-member__person:nth-child(3) .p-member__comment {
	-webkit-transform: translateY(-1.8461538462em);
	transform: translateY(-1.8461538462em);
}

.p-merit {
	padding-top: 70px;
	padding-top: 4.375rem;
}

.p-merit__cards {
	gap: 40px;
	gap: 2.5rem;
	display: grid;
	margin-top: 51px;
	margin-top: 3.1875rem;
}

.p-merit__subtitle {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-merit__text {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-merit__btn {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-merit__result {
	background-color: #fff;
	margin-left: calc(50% - 50vw);
	margin-top: 78px;
	margin-top: 4.875rem;
	padding: 40px 20px;
	padding: 2.5rem 20px;
	width: 100vw;
}

.p-merit__result-title {
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	text-align: center;
}

.p-merit__lists {
	gap: 10px;
	gap: 0.625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 325px;
	max-width: 20.3125rem;
}

.p-merit__list {
	background-color: #F0F3F5;
	border-radius: 1.4375rem;
	display: grid;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 34px;
	height: 2.125rem;
	letter-spacing: 0.07em;
	place-items: center;
}

.p-message {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.p-message__units {
	margin-top: -74px;
	margin-top: -4.625rem;
	position: relative;
}

.p-message__unit + .p-message__unit {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-message__img {
	margin-left: calc(50% - 50vw);
	width: 100vw;
}

.p-message__profile {
	background-color: #0097E2;
	color: #fff;
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	margin-top: -73px;
	margin-top: -4.5625rem;
	padding: 30px;
	padding: 1.875rem;
	position: relative;
	width: 87.7%;
}

.p-message__tag {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.p-message__group {
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 1.9166666667;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-message__position {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-message__name {
	font-family: "Noto Serif JP", serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-message__profile-text {
	border-top: 1px solid #fff;
	border-top: 0.0625rem solid #fff;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 1.9166666667;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding-top: 20px;
	padding-top: 1.25rem;
}

.p-message__profile-text span {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.14em;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	text-transform: uppercase;
}

.p-message__contents {
	display: grid;
	margin-top: 67px;
	margin-top: 4.1875rem;
}

.p-message__content {
	padding: 40px 0;
	padding: 2.5rem 0;
	position: relative;
}

.p-message__content::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 2px;
	height: 0.125rem;
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	width: 100vw;
}

.p-message__content:nth-child(4)::before,
.p-message__content:nth-child(8)::before {
	display: none;
}

.p-message__content .p-content__en {
	color: #FF7C2A;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-message__content .p-content__title {
	border-bottom: none;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding-bottom: 0;
	text-align: center;
}

.p-message__middleImg {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-message__wideImg {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-more-information {
	background: url(/wp/wp-content/themes/valtes/images/careers/common/navy_bg.jpg) center center/375px repeat;
	background: url(/wp/wp-content/themes/valtes/images/careers/common/navy_bg.jpg) center center/23.4375rem repeat;
	padding: 56px 0;
	padding: 3.5rem 0;
}

.p-more-information__title .c-sectionTitle__main {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: normal;
}

.p-more-information__title .c-sectionTitle--white::before {
	display: none;
}

.p-more-information__btn {
	margin: 0 auto;
	margin-top: 25px;
	margin-top: 1.5625rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-more-information__btn .c-arrowLink__text {
	color: #fff;
}

.p-more {
	background: url(/wp/wp-content/themes/valtes/images/graduates/common/more_bg_sp.png) center top/cover no-repeat;
	border-bottom: 1px solid #fff;
	border-bottom: 0.0625rem solid #fff;
	padding-bottom: 72px;
	padding-bottom: 4.5rem;
	padding-top: 56px;
	padding-top: 3.5rem;
	position: relative;
}

.p-more__title .c-sectionTitle__main {
	font-size: 24px;
	font-size: 1.5rem;
}

.p-more__title .c-sectionTitle--white::before {
	display: none;
}

.p-more__links {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-movie {
	background: url(/wp/wp-content/themes/valtes/images/careers/top/movie_bg_sp.jpg) center center/cover no-repeat;
	color: #fff;
	padding-bottom: 76px;
	padding-bottom: 4.75rem;
	padding-top: 62px;
	padding-top: 3.875rem;
}

.p-movie__head {
	border: 1px solid #fff;
	border: 0.0625rem solid #fff;
	border-radius: 1rem;
	display: grid;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	height: 34px;
	height: 2.125rem;
	letter-spacing: 0.07em;
	margin: 0 auto;
	place-items: center;
	width: 110px;
	width: 6.875rem;
}

.p-movie__title {
	font-family: "Noto Serif JP", serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1.5714285714;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-movie__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	margin-top: 25px;
	margin-top: 1.5625rem;
	text-align: center;
}

.p-movie__video {
	margin-top: 42px;
	margin-top: 2.625rem;
}

#graduates.graduates-top {
	background: url(/wp/wp-content/themes/valtes/images/graduates/top/bg_sp.jpg) top center/cover no-repeat;
}

.p-mv {
	position: relative;
	z-index: 10;
}

.p-mv {
	padding-top: 178px;
	padding-top: 11.125rem;
}

.p-mv__content {
	width: 310px;
	width: 19.375rem;
}

.p-mv__subtitle {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	letter-spacing: 0.176em;
	line-height: 1.8461538462;
	margin-top: 25px;
	margin-top: 1.5625rem;
	text-transform: uppercase;
}

.p-number {
	overflow: hidden;
	padding-bottom: 70px;
	padding-bottom: 4.375rem;
}

.p-number__btns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: calc(50% - 50vw + -0.0625rem);
	margin-top: -110px;
	margin-top: -6.875rem;
	width: calc(100vw + 0.125rem);
}

.p-number__units {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-number__unit + .p-number__unit {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.p-number__title .c-title {
	margin: 0 auto;
	white-space: nowrap;
}

.p-number__slider {
	margin-left: -5px;
	margin-left: -0.3125rem;
	margin-top: 46px;
	margin-top: 2.875rem;
	width: calc(100% + 0.625rem);
}

.p-number__slider .slick-list {
	overflow: unset;
}

.p-number__slide {
	margin: 0 5px;
	margin: 0 0.3125rem;
}

.p-number__number {
	color: #0097E2;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-number__slider .slide-arrow {
	bottom: -37px;
	bottom: -2.3125rem;
	cursor: pointer;
	height: 7px;
	height: 0.4375rem;
	position: absolute;
	width: 30px;
	width: 1.875rem;
}

.p-number__slider .prev-arrow {
	background: url(/wp/wp-content/themes/valtes/images/graduates/numbers/prev.png) center center/contain no-repeat;
	left: calc(50% - 3.75rem);
}

.p-number__slider .next-arrow {
	background: url(/wp/wp-content/themes/valtes/images/graduates/numbers/next.png) center center/contain no-repeat;
	right: calc(50% - 3.75rem);
}

.p-office {
	padding-bottom: 132px;
	padding-bottom: 8.25rem;
}

.p-office__btns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: calc(50% - 50vw + -0.0625rem);
	margin-top: -110px;
	margin-top: -6.875rem;
	width: calc(100vw + 0.125rem);
}

.p-office__btn {
	height: 60px;
	height: 3.75rem;
}

.p-office__btn .c-tab {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	line-height: 1.3333333333;
	padding-bottom: 0;
	padding-top: 0;
}

.p-office__img {
	margin-left: calc(50% - 50vw);
	margin-top: 60px;
	margin-top: 3.75rem;
	width: 100vw;
}

.p-office__content {
	background-color: #fff;
	margin-top: -60px;
	margin-top: -3.75rem;
	padding: 40px 30px 30px;
	padding: 2.5rem 1.875rem 1.875rem;
	position: relative;
}

.p-office__subtitle .c-title {
	margin: 0 auto;
}

.p-office__text {
	margin-top: 46px;
	margin-top: 2.875rem;
}

.p-office__gallery {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-office__iine {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-people {
	padding-bottom: 105px;
	padding-bottom: 6.5625rem;
}

.p-people__cards {
	gap: 48px;
	gap: 3rem;
	display: grid;
	margin-top: -105px;
	margin-top: -6.5625rem;
}

.p-people__card .p-person__top::before {
	background-color: #0097E2;
}

.p-people__card .p-person__text {
	color: #0097E2;
}

.p-people__card .p-person__name {
	color: #444;
}

.p-person a {
	display: block;
}

.p-person__top {
	height: 100%;
	position: relative;
	z-index: 1;
}

.p-person__top::before {
	background-color: #fff;
	bottom: -20px;
	bottom: -1.25rem;
	content: "";
	height: 30px;
	height: 1.875rem;
	left: 15px;
	left: 0.9375rem;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 1px;
	width: 0.0625rem;
	z-index: 1;
}

.p-person__img {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-person__img::before {
	content: "";
	display: block;
	padding-top: 125%;
}

.p-person__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-person__text {
	color: #fff;
	font-size: 17px;
	font-size: 1.0625rem;
	letter-spacing: 0.07em;
	line-height: 1.6470588235;
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.p-person__name {
	color: #E6E6E6;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-person__cats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-left: -0.3125rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-person__cat {
	margin-left: 5px;
	margin-left: 0.3125rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-person:hover .p-person__img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-person:hover .p-person__top::before {
	bottom: -25px;
	bottom: -1.5625rem;
}

.p-potential {
	padding-bottom: 84px;
	padding-bottom: 5.25rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.p-potential__content {
	margin-top: 37px;
	margin-top: 2.3125rem;
}

.p-potential__software {
	margin-top: 74px;
	margin-top: 4.625rem;
}

.p-potential__lists {
	gap: 44px;
	gap: 2.75rem;
	display: grid;
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.p-potential__list-content {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-potential__subtitle {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.07em;
}

.p-potential__text {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-process {
	padding-top: 70px;
	padding-top: 4.375rem;
}

.p-process__units {
	gap: 25px;
	gap: 1.5625rem;
	display: grid;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-process__unit {
	background-color: #fff;
	padding: 22px 30px 30px;
	padding: 1.375rem 1.875rem 1.875rem;
	position: relative;
}

.p-process__unit:not(:last-child)::before {
	background: url(/wp/wp-content/themes/valtes/images/careers/iitomo/arrow.png) center center/contain no-repeat;
	bottom: -14px;
	bottom: -0.875rem;
	content: "";
	height: 20px;
	height: 1.25rem;
	left: calc(50% + 0.25rem);
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 5px;
	width: 0.3125rem;
}

.p-process__head {
	gap: 14px;
	gap: 0.875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #CCCCCC;
	border-bottom: 0.0625rem solid #CCCCCC;
	display: grid;
	grid-template-columns: 2.5rem 1fr;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-process__number {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 600;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.14em;
}

.p-process__number span {
	font-size: 29px;
	font-size: 1.8125rem;
	letter-spacing: 0.14em;
	line-height: 35px;
	line-height: 2.1875rem;
}

.p-process__subtitle {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.07em;
}

.p-process__text {
	color: #807970;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-qa {
	background-color: #062F70;
	color: #fff;
	padding-top: 70px;
	padding-top: 4.375rem;
	page-break-before: 50px;
	page-break-before: 3.125rem;
}

.p-qa__title .c-title::before {
	background-color: #fff;
}

.p-qa__lists {
	margin-top: 56px;
	margin-top: 3.5rem;
}

.p-qa__list {
	padding: 35px 0;
	padding: 2.1875rem 0;
	position: relative;
}

.p-qa__list:not(:first-child) {
	border-top: 1px solid rgba(255, 255, 255, .5);
	border-top: 0.0625rem solid rgba(255, 255, 255, .5);
}

.p-qa__en {
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 600;
	left: 0;
	letter-spacing: 0.14em;
	position: absolute;
	top: 21px;
	top: 1.3125rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.p-qa__img {
	margin: 0 auto;
	width: 120px;
	width: 7.5rem;
}

.p-qa__subtitle {
	font-family: "Noto Serif JP", serif;
	font-family: 600;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	margin-top: 22px;
	margin-top: 1.375rem;
	text-align: center;
}

.p-qa__text {
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-recommend {
	padding-top: 70px;
	padding-top: 4.375rem;
}

.p-recommned__lists {
	gap: 3px;
	gap: 0.1875rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	margin-top: 51px;
	margin-top: 3.1875rem;
	max-width: 325px;
	max-width: 20.3125rem;
}

.p-recommend__list {
	background-color: #fff;
	height: 160px;
	height: 10rem;
	padding-top: 33px;
	padding-top: 2.0625rem;
	width: 160px;
	width: 10rem;
}

.p-recommend__img {
	height: 48px;
	height: 3rem;
}

.p-recommend__img img {
	height: 100%;
	margin: 0 auto;
	width: auto;
}

.p-recommned__text {
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4545454545;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.p-recommned__text small {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 500;
}

.p-step__subtitle .c-title {
	margin: 0 auto;
}

.p-step__text {
	margin-top: 51px;
	margin-top: 3.1875rem;
}

.p-step__units {
	display: grid;
	margin-top: 46px;
	margin-top: 2.875rem;
}

.p-step__unit {
	margin: 0 auto;
	max-width: 325px;
	max-width: 20.3125rem;
	padding-bottom: 36px;
	padding-bottom: 2.25rem;
	position: relative;
}

.p-step__unit:not(:last-child)::before {
	background-color: #0097E2;
	bottom: 0;
	content: "";
	height: calc(100% - 2.75rem);
	left: 15px;
	left: 0.9375rem;
	position: absolute;
	width: 1px;
	width: 0.0625rem;
}

.p-step__figure {
	position: relative;
}

.p-step__commend {
	background-color: #fff;
	border-radius: 0.625rem;
	color: #807970;
	margin-left: auto;
	padding: 22px 20px;
	padding: 1.375rem 1.25rem;
	width: calc(100% - 2.125rem);
}

.p-support {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.p-support__btns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: calc(50% - 50vw + -0.0625rem);
	margin-top: 81px;
	margin-top: 5.0625rem;
	width: calc(100vw + 0.125rem);
}

.p-support__units {
	gap: 90px;
	gap: 5.625rem;
	display: grid;
	margin-top: 67px;
	margin-top: 4.1875rem;
}

.p-support__lists {
	gap: 24px;
	gap: 1.5rem;
	display: grid;
	margin-top: 46px;
	margin-top: 2.875rem;
}

.p-support__list {
	background-color: #fff;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
}

.p-support__list::before {
	background-color: #032457;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 30px;
	top: 1.875rem;
	width: 18px;
	width: 1.125rem;
}

.p-support__list::after {
	background-color: #032457;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 30px;
	top: 1.875rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 18px;
	width: 1.125rem;
}

.p-support__list.is-active::after {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.p-support__q {
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.07em;
}

.p-support__a {
	display: none;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-talk {
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-talk__unit {
	position: relative;
}

.p-talk__unit + .p-talk__unit {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-talk__en {
	color: #FF7C2A;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.14em;
}

.p-talk__q {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4166666667;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-talk__a {
	display: inline;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	line-height: 1.4117647059;
}

.p-talk__a.u-mobile {
	display: inline;
}

.p-talk__a.u-desktop {
	display: none;
}

.p-talk__lists {
	gap: 35px;
	gap: 2.1875rem;
	display: grid;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-talk__list {
	gap: 15px;
	gap: 0.9375rem;
	display: grid;
	grid-template-columns: 3.125rem 1fr;
}

.p-talk__comment {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}

.p-talk__comment span {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
}

.p-talk__img {
	margin-left: calc(50% - 50vw);
	margin-top: 50px;
	margin-top: 3.125rem;
	width: 100vw;
}

.p-talk__img--left {
	width: 100vw;
}

.p-talk__img--right {
	width: 100vw;
}

.p-time {
	background-color: #EDE9E1;
	padding: 27px 20px;
	padding: 1.6875rem 1.25rem;
}

.p-time__title {
	text-align: center;
}

.p-time__title span {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 900;
}

.p-time__main {
	border-left: 1px dotted #0097E2;
	border-left: 0.0625rem dotted #0097E2;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-time__main dl {
	padding-left: 20px;
	padding-left: 1.25rem;
}

.p-time__main dt {
	border-left: 4px solid #0097E2;
	border-left: 0.25rem solid #0097E2;
	color: #0097E2;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-left: -20px;
	margin-left: -1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.p-time__main dd {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-top-business {
	padding-top: 80px;
	padding-top: 5rem;
	position: relative;
}

.p-top-business__links {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.p-top-business__link {
	overflow: hidden;
	position: relative;
}

.p-top-business__link a {
	display: block;
}

.p-top-business__img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-top-business__text {
	bottom: 0;
	font-size: 17px;
	font-size: 1.0625rem;
	left: 0;
	padding: 7px 13px;
	padding: 0.4375rem 0.8125rem;
	position: absolute;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 1;
}

.p-top-business__text::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-top-business__btn {
	height: 60px;
	height: 3.75rem;
	margin: 0 auto;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 325px;
	max-width: 20.3125rem;
	width: 100%;
}

.p-top-business__bigBtn {
	height: 80px;
	height: 5rem;
	margin: 0 auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 325px;
	max-width: 20.3125rem;
	width: 100%;
}

.p-top-business__link a:hover .p-top-business__img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-top-business__link a:hover .p-top-business__text::after {
	-webkit-transform: translateX(0.3125rem);
	transform: translateX(0.3125rem);
}

.p-top-company {
	padding-top: 300px;
	padding-top: 18.75rem;
	position: relative;
}

.p-top-company__btns {
	gap: 5px;
	gap: 0.3125rem;
	display: grid;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-top-company__btn {
	cursor: pointer;
	margin: 0 auto;
	max-width: 325px;
	overflow: hidden;
	position: relative;
}

.p-top-company__btn a {
	display: block;
}

.p-top-company__img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-top-company__text {
	bottom: 0;
	left: 0;
	padding: 2px 10px;
	padding: 0.125rem 0.625rem;
	position: absolute;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-company__text .c-textLink {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6666666667;
}

.p-top-company__links {
	gap: 5px;
	gap: 0.3125rem;
	display: grid;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-top-company__link {
	height: 80px;
	height: 5rem;
	margin: 0 auto;
	max-width: 325px;
	width: 100%;
}

.p-top-company__btn:hover .p-top-company__img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-top-company__btn:hover .p-top-company__text::after {
	-webkit-transform: translateX(0.3125rem);
	transform: translateX(0.3125rem);
}

.p-top-footer {
	background-color: #0097E2;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-top-footer__logo {
	margin: 0 auto;
	width: 154px;
	width: 9.625rem;
}

.p-top-footer__logo a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-top-footer__logo a:hover {
	opacity: 0.7;
}

.p-top-footer__nav {
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	border-bottom: 0.0625rem solid rgba(255, 255, 255, .5);
	border-top: 1px solid rgba(255, 255, 255, .5);
	border-top: 0.0625rem solid rgba(255, 255, 255, .5);
	margin-top: 41px;
	margin-top: 2.5625rem;
	padding: 25px 0;
	padding: 1.5625rem 0;
}

.p-top-footer__links {
	gap: 19px 22px;
	gap: 1.1875rem 1.375rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-top-footer__link a {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
}

.p-top-footer span::before {
	background-color: #fff;
	bottom: -3px;
	bottom: -0.1875rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 0%;
}

.p-top-footer__link .c-textLink:hover::before {
	right: 0;
}

.p-top-footer__link .c-textLink:hover span::before {
	width: 100%;
}

.p-top-footer__nav2 {
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.p-top-footer__links2 {
	gap: 14px 10px;
	gap: 0.875rem 0.625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-top-footer__link2 span {
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
}

.c-arrowLink__text {
	position: relative;
}

.c-arrowLink__text::before {
	background-color: #fff;
	bottom: -3px;
	bottom: -0.1875rem;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 0%;
}

.p-top-footer__link2 .c-arrowLink:hover .c-arrowLink__arrow {
	background-color: #fff;
}

.p-top-footer__link2 .c-arrowLink:hover .c-arrowLink__arrow img {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: invert(0);
	filter: invert(0);
}

.p-top-footer__link2 .c-arrowLink:hover .c-arrowLink__text {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.p-top-footer__link2 .c-arrowLink:hover .c-arrowLink__text::before {
	width: 100%;
}

.p-top-footer__btns {
	gap: 8px 5px;
	gap: 0.5rem 0.3125rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 27px;
	margin-top: 1.6875rem;
}

.p-top-footer__btn {
	height: 35px;
	height: 2.1875rem;
}

.p-top-footer__textLinks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 59px;
	margin-top: 3.6875rem;
}

.p-top-footer__textLink {
	position: relative;
}

.p-top-footer__textLink::before {
	background: url(/wp/wp-content/themes/valtes/images/careers/common/obo.png) center center/contain no-repeat;
	content: "";
	height: 11px;
	height: 0.6875rem;
	position: absolute;
	right: -15px;
	right: -0.9375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	width: 0.625rem;
}

.p-top-footer__textLink + .p-footer__textLink {
	margin-left: 30px;
	margin-left: 1.875rem;
}

.p-top-footer__textLink a {
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.07em;
}

.p-top-footer__copy {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-size: 0.625rem;
	letter-spacing: 0.2em;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-top-header {
	padding-top: 20px;
	padding-top: 1.25rem;
}

.p-top-header__inner {
	padding: 0 20px;
}

.p-top-header__logo {
	width: 212px;
	width: 13.25rem;
}

.p-top-header__logo a {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-top-header__logo a:hover {
	opacity: 0.7;
}

.p-top-header__snsLinks {
	display: none;
}

.p-top-information {
	border-bottom: 1px solid #fff;
	border-bottom: 0.0625rem solid #fff;
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
	padding-top: 100px;
	padding-top: 6.25rem;
	position: relative;
}

.p-top-information__links {
	gap: 5px;
	gap: 0.3125rem;
	display: grid;
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.p-top-information__link {
	background-color: #fff;
	height: 227px;
	height: 14.1875rem;
}

.p-top-information__link a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-top-information__ico {
	height: 80px;
	height: 5rem;
}

.p-top-information__ico img {
	margin: 0 auto;
	max-height: 100%;
	width: auto;
}

.p-top-information__text {
	color: #0097E2;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.07em;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-top-information__arrow {
	margin: 0 auto;
	margin-top: 15px;
	margin-top: 0.9375rem;
	width: 25px;
	width: 1.5625rem;
}

.p-top-information__link a:hover {
	opacity: 0.6;
}

.p-top-message {
	padding-top: 350px;
	padding-top: 21.875rem;
}

.p-top-message__title .c-bgText {
	font-size: 20px;
	font-size: 1.25rem;
}

.p-top-message__text {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-message__text p {
	line-height: 1.1;
}

.p-top-message__text p + p {
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-top-people {
	padding-top: 80px;
	padding-top: 5rem;
	position: relative;
}

.p-top-people__slider {
	margin: 0 auto;
	margin-top: 60px;
	margin-top: 3.75rem;
	max-width: 283px;
	max-width: 17.6875rem;
}

.p-top-people__slider .slick-list {
	overflow: unset;
	position: relative;
}

.p-top-people__person {
	margin: 0 7.5px;
	margin: 0 0.46875rem;
	position: relative;
}

.p-top-people__btn {
	height: 60px;
	height: 3.75rem;
	margin: 0 auto;
	margin-top: 55px;
	margin-top: 3.4375rem;
	max-width: 325px;
	max-width: 20.3125rem;
	width: 100%;
}

.p-top-people__crosstalk {
    position: relative;
	margin: 0 auto;
	margin-top: 60px;
	margin-top: 4.875rem;
	-webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.p-top-people__crosstalk__img {
	overflow: hidden;
    position: relative;
	width: auto;
}

.p-top-people__crosstalk__img img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.p-top-people__crosstalk a:hover .p-top-people__crosstalk__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.p-top-people__crosstalk__bigBtn {
	height: 58px;
	height: 3.65rem;
	margin: 0 auto;
	width: 100%;
}


.p-top-people__crosstalk__link {
	background-color: #fff;
}

.p-top-people__crosstalk__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 300px;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-top-people__crosstalk__ico {
	height: 80px;
	height: 8rem;
}

.p-top-people__crosstalk__ico img {
	margin: 0 auto;
	max-height: 100%;
	width: auto;
}

.p-top-people__crosstalk__text {
	color: #0097E2;
	font-size: 18px;
	font-size: 1.625rem;
	font-weight: bold;
	letter-spacing: 0.07em;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-top-people__crosstalk__arrow {
	margin: 0 auto;
	margin-top: 15px;
	margin-top: 0.9375rem;
	width: 25px;
	width: 1.5625rem;
}

.p-top-people__person .p-person__text,
.p-top-people__person .p-person__name,
.p-top-people__person .p-person__cats {
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-top-people__person.slick-current .p-person__text,
.p-top-people__person.slick-current .p-person__name,
.p-top-people__person.slick-current .p-person__cats {
	opacity: 1;
}

.p-top__head {
	color: #1562A0;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.113em;
	text-align: center;
}

.p-top__title {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1.3076923077;
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-align: center;
}

.p-top__text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2.1428571429;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-top__links {
	margin-left: calc(50% - 50vw);
	margin-top: 50px;
	margin-top: 3.125rem;
	width: 100vw;
}

.p-top__link {
	overflow: hidden;
	position: relative;
}

.p-top__link a {
	display: block;
	height: 100%;
	width: 100%;
}

.p-top__img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-top__btn {
	display: none;
}

.p-top__link a:hover .p-top__img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-top__link a:hover .p-top__btn {
	background-color: #fff;
	color: #062F70;
}

.p-topMenu__btns {
	gap: 20px;
	gap: 1.25rem;
	display: grid;
}

.p-topMenu__btn a {
	border: 1px solid #DDDDDD;
	border: 0.0625rem solid #DDDDDD;
	display: block;
}

.p-topMenu__img {
	overflow: hidden;
}

.p-topMenu__img img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-topMenu__text {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	padding: 15px;
	padding: 0.9375rem;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-topMenu__text::before {
	background: url(/wp/wp-content/themes/valtes/images/top/arrow.svg) center center/contain no-repeat;
	content: "";
	height: 12px;
	height: 0.75rem;
	position: absolute;
	right: 15px;
	right: 0.9375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 7px;
	width: 0.4375rem;
}

.p-topMenu__btn a:hover .p-topMenu__img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-topMenu__btn a:hover .p-topMenu__text {
	opacity: 0.7;
}

.p-training__subtitle .c-title {
	margin: 0 auto;
}

.p-training__img {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-training__lists {
	gap: 20px;
	gap: 1.25rem;
	display: grid;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-training__list {
	background-color: #fff;
	padding: 40px 30px;
	padding: 2.5rem 1.875rem;
}

.p-training__ico {
	margin: 0 auto;
	width: 120px;
	width: 7.5rem;
}

.p-training__content {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-training__list-title {
	text-align: center;
}

.p-training__list-title span {
	border-bottom: 1px solid #0097E2;
	border-bottom: 0.0625rem solid #0097E2;
	color: #0097E2;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	line-height: 1.8823529412;
}

.p-training__list-title--orange span {
	border-color: #FF7C2A;
	color: #FF7C2A;
}

.p-training__list-title--green span {
	border-color: #3AB581;
	color: #3AB581;
}

.p-training__list-text {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-works {
	padding-bottom: 110px;
	padding-bottom: 6.875rem;
}

.p-works__inner {
	padding: 0 15px;
}

.p-works__main {
	margin-top: 96px;
	margin-top: 6rem;
}

.p-works__headText {
	margin-top: 51px;
	margin-top: 3.1875rem;
}

.p-works__btns {
	gap: 1px;
	gap: 0.0625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: calc(50% - 50vw + -0.0625rem);
	margin-top: 81px;
	margin-top: 5.0625rem;
	width: calc(100vw + 0.125rem);
}

.p-works__btn {
	background-color: #fff;
	height: 80px;
	height: 5rem;
	position: relative;
}

.p-works__btn::before {
	background: url(/wp/wp-content/themes/valtes/images/careers/works/arrow.png) center center/contain no-repeat;
	bottom: 10px;
	bottom: 0.625rem;
	content: "";
	height: 6px;
	height: 0.375rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 12px;
	width: 0.75rem;
}

.p-works__btn a {
	display: grid;
	height: 100%;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	place-items: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-works__btn a:hover {
	opacity: 0.7;
}

.p-works__btn img {
	height: 30px;
	height: 1.875rem;
	width: auto;
}

.p-works__units {
	gap: 20px;
	gap: 1.25rem;
	display: grid;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-works__unit {
	background-color: #fff;
	overflow: hidden;
	padding: 45px 22px;
	padding: 2.8125rem 1.375rem;
}

.p-works__unit-title .c-title {
	margin: 0 auto;
}

.p-works__unit-subtitle {
	color: #0097E2;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.07em;
	line-height: 1.6666666667;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-works__unit-img {
	margin-top: 20px;
	margin-top: 1.25rem;
	position: relative;
	width: 100%;
}

.p-works__unit-img::before {
	content: "";
	display: block;
	padding-top: 61.666%;
}

.p-works__unit-img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-works__unit-text {
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.p-works__lists {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-works__list {
	margin-left: 1em;
	text-indent: -1em;
}

.p-works__other {
	margin-top: 40px;
	margin-top: 2.5rem;
	position: relative;
}

.p-works__other::before {
	background-color: #0097E2;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: -20px;
	top: -1.25rem;
	width: 68px;
	width: 4.25rem;
}

.p-works__other-head {
	color: #0097E2;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.07em;
}

.p-works__subslide-img {
	margin-top: 20px;
	margin-top: 1.25rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-works__subslide-img::before {
	content: "";
	display: block;
	padding-top: 61.6666%;
}

.p-works__subslide-img::after {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-works__subslide-img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-works__subslide-text {
	color: #0097E2;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.025em;
	line-height: 1.9230769231;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-works__subslide-name {
	color: #807970;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-works__number {
	color: #0097E2;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.14em;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-works__subslide:hover .p-works__subslide-img::after {
	opacity: 0.5;
}

.p-works__subslide:hover .p-works__subslide-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-works__subslider .slide-arrow {
	bottom: -37px;
	bottom: -2.3125rem;
	cursor: pointer;
	height: 7px;
	height: 0.4375rem;
	position: absolute;
	width: 30px;
	width: 1.875rem;
}

.p-works__subslider .prev-arrow {
	background: url(/wp/wp-content/themes/valtes/images/graduates/numbers/prev.png) center center/contain no-repeat;
	left: calc(50% - 3.75rem);
}

.p-works__subslider .next-arrow {
	background: url(/wp/wp-content/themes/valtes/images/graduates/numbers/next.png) center center/contain no-repeat;
	right: calc(50% - 3.75rem);
}

.p-works__top-btns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: calc(50% - 50vw + -0.0625rem);
	margin-top: -105px;
	margin-top: -6.5625rem;
	width: calc(100vw + 0.125rem);
}

.p-wrapContent__main {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-wrapContent__text {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.p-zemi__head {
	margin-top: 51px;
	margin-top: 3.1875rem;
}

.p-zemi__cards {
	gap: 40px;
	gap: 2.5rem;
	display: grid;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-zemi__subtitle {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.6666666667;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-zemi__text {
	margin-top: 20px;
	margin-top: 1.25rem;
}

@media (hover: hover) {

.c-cover:hover::after {
	opacity: 1;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.1713030747vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

.c-arrow-text::after {
	height: 0.375rem;
	margin: 0;
	margin: initial;
	margin-top: 0.4375rem;
	width: 1.5rem;
}

.c-arrowLink__arrow {
	height: 2.8125rem;
	width: 2.8125rem;
}

.c-arrowLink__arrow img {
	width: 1.0625rem;
}

.c-arrowLink__text {
	font-size: 0.9375rem;
}

.c-bgWhiteText span::before {
	height: 0.9375rem;
}

.c-bigBtn {
	padding-left: 2.1875rem;
	padding-right: 1.5625rem;
}

.c-bigBtn::after {
	width: 4.375rem;
}

.c-bigBtn__icon {
	max-height: 2.625rem;
	max-width: 3rem;
	width: auto;
}

.c-bigBtn span {
	font-size: 1.25rem;
	margin-left: 1.25rem;
}

.c-bigBtn::before {
	height: 0.4375rem;
	right: 1.25rem;
	width: 1.875rem;
}

.c-bigImg::before {
	padding-top: 62.22%;
}

.c-bigText {
	font-size: 2.1875rem;
	line-height: 1.3;
}

.c-cat {
	font-size: 0.8125rem;
}

.c-entry {
	font-size: 0.8125rem;
}

.c-faq__a {
	margin-left: 2.75rem;
}

.c-faq__arrow {
	top: 1.375rem;
}

.c-lineText {
	font-size: 1.875rem;
	line-height: 1.8;
}

.c-roundBtn span {
	font-size: 0.9375rem;
}

.c-sectionTitle__sub {
	font-size: 0.8125rem;
}

.c-sectionTitle__main {
	font-size: 3.125rem;
	line-height: 1.44;
}

.c-snsBtn {
	grid-template-columns: 1.875rem 1fr;
	padding-left: 1.25rem;
}

.c-snsBtn--twitter img {
	width: 1.375rem;
}

.c-snsBtn--instagram img {
	width: 1.25rem;
}

.c-snsBtn--note2 img {
	width: 1rem;
}

.c-snsBtn span {
	zoom: 1;
	font-size: 0.75rem;
	letter-spacing: -0.05em;
}

.c-text {
	font-size: 0.9375rem;
	line-height: 2.1333333333;
}

.c-textLink {
	font-size: 1.125rem;
}

.c-textLink::before {
	height: 0.3125rem;
	width: 1.3125rem;
}

.c-title {
	font-size: 2.1875rem;
	line-height: 1.3714285714;
	padding: 0.1875rem 0;
}

.c-whiteBtn {
	padding-left: 2.1875rem;
	padding-right: 1.5625rem;
}

.c-whiteBtn::after {
	height: 54%;
	right: 5rem;
}

.c-whiteBtn span {
	font-size: 1.25rem;
}

.c-whiteBtn::before {
	width: 1.875rem;
}

.c-whiteBtn__cats {
	margin-top: 0.78125rem;
}

.l-inner {
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
}

.l-section {
	margin-top: -7.8125rem;
}

.l-top-footer {
	margin-top: 12.3125rem;
}

.l-top {
	margin-top: 7.5rem;
}

.l-topMenu {
	margin-top: 5.625rem;
}

.p-about__cards {
	gap: 0.8125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 4.1875rem;
	max-width: 50.375rem;
}

.p-about__card {
	height: 190px;
	margin: 0;
	margin: initial;
}

.p-about__logo {
	height: auto;
	max-height: 3.1875rem;
	max-width: 13.375rem;
	min-height: 2.1875rem;
	min-width: 6.6875rem;
	width: auto;
}

.p-breadcrumb {
	padding-top: 6.625rem;
}

.p-breadcrumb__inner.l-inner {
	max-width: none;
	padding: 0 2.5rem;
}

.p-breadcrumb li:after {
	padding: 0 0.4375rem;
}

.p-breadcrumb li a {
	font-size: 0.6875rem;
}

.p-breadcrumb li span {
	font-size: 0.6875rem;
}

.p-card a {
	display: block;
	padding: 0;
}

.p-card__text {
	padding: 1.3125rem 0;
}

.p-card__text .c-textLink {
	font-size: 1.0625rem;
	line-height: 1.5294117647;
	padding-right: 2rem;
}

.p-card__text .c-textLink::before {
	height: 0.4375rem;
	width: 1.8125rem;
}

.p-career {
	background: url(/wp/wp-content/themes/valtes/images/careers/people/common/bg_pc.jpg) center center/cover no-repeat;
	padding: 6.25rem 25px;
}

.p-career__wrapper {
	gap: 5rem;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	max-width: 67.5rem;
}

.p-career__img {
	-webkit-box-ordinal-group: unset;
	-ms-flex-order: unset;
	order: unset;
}

.p-content__text {
	margin-top: 2.375rem;
}

.p-education {
	padding-bottom: 9.1875rem;
}

.p-education__inner.l-inner {
	max-width: calc(67.5rem + 50px);
}

.p-education__btns {
	grid-template-columns: repeat(3, 1fr);
	margin: 0;
	margin: initial;
	margin-top: -12.1875rem;
	width: 100%;
}

.p-education__training {
	margin-top: 7.125rem;
}

.p-education__step {
	margin-top: 7.75rem;
}

.p-education__message {
	margin-top: 7.75rem;
}

.p-employee {
	padding-top: 8.875rem;
}

.p-employee::before {
	background: url(/wp/wp-content/themes/valtes/images/graduates/common/headcontent_bg_pc.jpg) center top/100vw no-repeat;
}

.p-employee__inner.l-inner {
	max-width: calc(67.5rem + 50px);
}

.p-employee__mv {
	position: relative;
}

.p-employee__mv-content {
	bottom: 5.625rem;
	position: absolute;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 1;
}

.p-employee__title {
	font-size: 1.75rem;
	line-height: 1.8928571429;
	margin-top: 2rem;
}

.p-employee__img {
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	position: relative;
	width: 92.5%;
}

.p-employee__img::before {
	padding-top: 76.8%;
}

.p-employee__box {
	margin: 0;
	margin: initial;
	margin-top: 3.4375rem;
	padding: 2.5rem;
	width: 87%;
}

.p-employee__position {
	font-size: 0.875rem;
	line-height: 1.7857142857;
}

.p-employee__name {
	font-size: 1.25rem;
}

.p-employee__year {
	font-size: 0.8125rem;
}

.p-employee__profile {
	display: grid;
	margin-top: -2.875rem;
	padding: 2.0625rem 3.75rem;
}

.p-employee__profile dl {
	gap: 3.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 15rem 1fr;
	padding: 0;
}

.p-employee__profile dl:not(:last-child) {
	border: none;
}

.p-employee__profile dt {
	border-right: 0.0625rem solid #CCCCCC;
	padding: 0.75rem 0;
}

.p-employee__profile dd {
	line-height: 1.25;
	margin-top: 0;
}

.p-employee__content + .p-employee__content {
	margin-top: 6.25rem;
}

.p-employee__img2 {
	margin: 0 auto;
	max-width: 56.25rem;
}

.p-employee__time {
	margin-top: 6.5rem;
}

.p-employee__wrap .p-content {
	margin-top: 0;
}

.p-employee__wrap {
	gap: 5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-faq {
	padding-bottom: 13.8125rem;
}

.p-faq__btns {
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto;
	margin-top: -11.875rem;
	max-width: 67.5rem;
	width: 100%;
}

.p-faq__units {
	gap: 8.375rem;
	margin: 0 auto;
	margin-top: 6.875rem;
	max-width: 60rem;
}

.p-faq__lists {
	margin-top: 4.4375rem;
}

.p-feature__units {
	margin-top: -13.75rem;
}

.p-feature__unit {
	border-bottom: none;
}

.p-feature__unit--1 .p-feature__wrapper {
	gap: 5rem;
	display: grid;
	grid-template-columns: 1fr 50%;
	margin-top: 4.375rem;
}

.p-feature__unit--1 .p-feature__wrapper .p-feature__text {
	margin-top: 0;
}

.p-feature__unit--1 .p-feature__wrapper .p-feature__subtitle {
	margin-top: 0;
}

.p-feature__unit--2 {
	gap: 5rem;
	display: grid;
	grid-template-columns: 46% 1fr;
}

.p-feature__unit--3 {
	gap: 5rem;
	display: grid;
	grid-template-columns: 1fr 29.375rem;
}

.p-feature__unit--4 {
	gap: 5rem;
	display: grid;
	grid-template-columns: 46% 1fr;
}

.p-feature__unit--5 {
	margin: 0 auto;
	max-width: 60rem;
}

.p-feature__unit--5 .p-feature__subtitle,
.p-feature__unit--5 .p-feature__unit-head,
.p-feature__unit--5 .p-feature__number {
	text-align: center;
}

.p-feature__unit--5 .p-feature__img {
	margin-top: 3.375rem;
}

.p-feature__unit--6 {
	gap: 5rem;
	display: grid;
	grid-template-columns: 46% 1fr;
}

.p-feature__unit--6 .p-feature__content {
	padding-right: 3.75rem;
}

.p-feature__unit--7 {
	gap: 2.1875rem;
	display: grid;
	grid-template-columns: 1fr 46%;
}

.p-feature__unit--7 .p-feature__subtitle {
	margin-top: 0;
}

.p-feature__unit--8 {
	gap: 5rem;
	display: grid;
	grid-template-columns: 46% 1fr;
}

.p-feature__unit--9 .p-feature__img {
	margin-left: calc(50% - 50vw);
	width: 93vw;
}

.p-feature__unit--9 .p-feature__subtitle {
	margin-top: 0;
}

.p-feature__unit--10 {
	margin: 0 auto;
	max-width: 60rem;
}

.p-feature__unit--10 .p-feature__subtitle,
.p-feature__unit--10 .p-feature__unit-head,
.p-feature__unit--10 .p-feature__number {
	text-align: center;
}

.p-feature__unit--9 .p-feature__wrapper {
	gap: 5rem;
	display: grid;
	grid-template-columns: 1fr 46%;
	margin-top: 4.375rem;
}

.p-feature__unit--9 .p-feature__wrapper .p-feature__text {
	margin-top: 0;
}

.p-feature__content {
	position: relative;
}

.p-feature__content--left {
	padding-left: 7.1875rem;
}

.p-feature__content--left .p-feature__number {
	left: 3.75rem;
	position: absolute;
	top: -0.9375rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.p-feature__content--left .p-feature__unit-head {
	margin-top: 0;
}

.p-feature__number {
	font-size: 0.75rem;
	text-align: left;
}

.p-feature__unit-head {
	text-align: left;
}

.p-feature__subtitle {
	text-align: left;
}

.p-feature__subtitle span {
	font-size: 1.875rem;
	line-height: 2.75rem;
}

.p-feature__img {
	margin-top: 0;
}

.p-feature__img--1 {
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	width: 93vw;
}

.p-feature__tool {
	margin: 0 auto;
	margin-top: 3.375rem;
	max-width: 60rem;
}

.p-feature__tool-1 {
	padding: 2.5rem 3.125rem 3.125rem;
}

.p-feature__items {
	gap: 1.5625rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-feature__logo {
	display: grid;
	height: 4.375rem;
	place-items: center;
	width: 14.375rem;
}

.p-feature__item-title {
	font-size: 0.875rem;
	line-height: 1.7857142857;
	margin-top: 1.875rem;
}

.p-feature__item-text {
	font-size: 0.875rem;
}

.p-feature__item2 {
	gap: 3.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 14.375rem 1fr;
	margin: 0 auto;
	max-width: 650px;
}

.p-feature__logo2 {
	width: 14.375rem;
}

.p-feature__item-title--2 {
	margin-top: 0;
	text-align: left;
}

.p-feature__list {
	gap: 2.1875rem;
	display: grid;
	grid-template-columns: 7.5rem 1fr;
	padding: 2.9375rem 3.125rem;
}

.p-feature__list-content {
	margin-top: 0;
}

.p-feature__blueText {
	font-size: 1.125rem;
	text-align: left;
}

.p-feature__list-text {
	margin-top: 1.125rem;
}

.p-flow__title .c-title {
	padding: 0.1875rem;
}

.p-flow__figure {
	margin: 0 auto;
	margin-top: 3.125rem;
	max-width: 31.25rem;
}

.p-flow__figure--01 {
	max-width: 47.6875rem;
}

.p-footer__inner.l-inner {
	max-width: 1180px;
	position: relative;
}

.p-footer__wrapper {
	display: grid;
	grid-template-columns: 26% 1fr;
}

.p-footer__logo {
	margin: 0;
	margin: initial;
	width: 11.25rem;
}

.p-footer__nav3 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 0;
}

.p-footer__nav {
	grid-column: 2/3;
	margin-top: 2rem;
}

.p-footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-footer__link a {
	padding-right: 1.625rem;
}

.p-footer__nav2 {
	grid-column: 2/3;
	max-width: 39.375rem;
}

.p-footer__links2 {
	gap: 2.25rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-footer__link2 span {
	font-size: 0.9375rem;
}

.p-footer__link2--entry {
	height: 3.125rem;
	width: 10rem;
}

.p-footer__btns {
	gap: 0.75rem;
	grid-template-columns: repeat(1, 1fr);
	left: 25px;
	margin: 0 auto;
	margin-top: 8.75rem;
	max-width: 62.25rem;
	position: absolute;
	top: 0;
}

.p-footer__textLinks {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 2.6875rem;
}

.p-footer__copy {
	font-size: 0.6875rem;
	margin-top: -0.6875rem;
}

.p-footer__text-link {
	white-space: nowrap;
}

.p-headContent {
	padding-bottom: max(21.6vw,18.4375rem);
	padding-top: max(14.6vw,12.5rem);
}

.p-headContent::before {
	background: url(/wp/wp-content/themes/valtes/images/graduates/common/headcontent_bg_pc.jpg) center top/100vw no-repeat;
}

.p-headContent__text {
	margin-top: 3.125rem;
	text-align: center;
}

.p-header {
	height: 6.25rem;
	top: 0rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 2.5rem;
}

.p-header__logo {
	width: 13.5rem;
}

.p-header__hamburger {
	display: none;
}

.p-header__drawer {
	display: none;
}

.p-header__globalNav {
	display: block;
	height: 100%;
	margin-left: auto;
}

.p-header__snsLinks {
	gap: 0.5625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: 2.5rem;
}

.p-header__entry {
	display: block;
	height: 3.125rem;
	margin-left: 0.625rem;
	width: 10rem;
}

.p-iine__title::before {
	height: 7rem;
	right: 4.375rem;
	top: -1.9375rem;
	width: 5.0625rem;
}

.p-iine__headText {
	margin-top: 4.375rem;
}

.p-iine__cards {
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4rem;
}

.p-iine__text {
	font-size: 0.875rem;
	padding: 1.5625rem 1.25rem;
}

.p-iine__bigCards {
	gap: 1.875rem;
	margin-top: 3.125rem;
}

.p-iine__bigCard {
	display: grid;
	grid-template-columns: 1fr 57%;
}

.p-iine__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 3.625rem;
}

.p-iine__bigText {
	font-size: 1.375rem;
	line-height: 1.7272727273;
}

.p-iine__text2 {
	margin-top: 1.5rem;
}

.p-iine__btn {
	margin-top: 3.125rem;
	max-width: 25rem;
}

.p-iitomo-faq {
	padding-bottom: 10rem;
	padding-top: 8.75rem;
}

.p-iitomo-faq__lists {
	margin: 0 auto;
	margin-top: 8.625rem;
	max-width: 60rem;
}

.p-iitomo-merit {
	padding-bottom: 6.875rem;
	padding-top: 6.25rem;
}

.p-iitomo-merit__inner.l-inner {
	max-width: calc(67.5rem + 50px);
}

.p-iitomo-merit__cards {
	gap: 1.875rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.p-iitomo-merit__card {
	border-bottom: 0.0625rem solid rgba(255, 255, 255, .5);
	padding: 1.875rem 0;
}

.p-iitomo-merit__card:not(:first-child) {
	border-bottom: 0.0625rem solid rgba(255, 255, 255, .5);
	border-top: none;
}

.p-iitomo-merit__subtitle {
	font-size: 1.125rem;
	margin-top: 1.5625rem;
	text-align: left;
}

.p-iitomo-merit__text {
	margin-top: 1.5625rem;
}

.p-iitomo {
	padding-bottom: 8.375rem;
	padding-top: 8.1875rem;
}

.p-iitomo__content {
	margin-top: 8.375rem;
}

.p-information {
	padding-bottom: 12.5rem;
	padding-bottom: 10.625rem;
}

.p-information__inner.l-inner {
	max-width: calc(67.5rem + 50px);
}

.p-information__top {
	margin: 0;
	margin: initial;
	margin-top: -11.875rem;
	width: 100%;
}

.p-information__btns {
	gap: 0.625rem;
	margin: 0 auto;
	width: 63.125rem;
}

.p-information__btn {
	font-size: 0.9375rem;
}

.p-information__lists {
	margin: 0;
	margin: initial;
	padding-bottom: 6.25rem;
	padding-top: 4.125rem;
	width: 100%;
}

.p-information__title .c-title {
	font-size: rem832;
	padding: 0.1875rem;
}

.p-information__list {
	margin: 0 auto;
	max-width: 55rem;
}

.p-information__list dl {
	gap: 1.25rem;
	border: none;
	display: grid;
	grid-template-columns: 9.375rem 1fr;
	padding: 1.6875rem 0 0;
}

.p-information__list dt {
	border-bottom: 0.0625rem solid #0097E2;
	margin-top: 0;
	padding-bottom: 1.6875rem;
	padding-left: 0.625rem;
}

.p-information__list dd {
	border-bottom: 0.0625rem solid #CCCCCC;
	margin-top: 0;
	padding-bottom: 1.6875rem;
	padding-left: 0.625rem;
}

.p-information__list dd.wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-information__flow {
	margin-top: 8rem;
}

.p-information__bottomBtn {
	height: 5.625rem;
	margin-top: 3.125rem;
	max-width: 31.25rem;
}

.p-interview-movie__title .c-title {
	margin: 0 auto;
	padding: 0 0.1875rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-interview-movie__slider {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.375rem;
}

.p-interview-movie__slider .slick-list {
	overflow: unset;
}

.p-interview-movie__slide {
	margin: 0 1.25rem;
}

.p-interview {
	padding-bottom: 7.8125rem;
	padding-top: 6.25rem;
}

.p-interview__title .c-title {
	padding: 0.1875rem;
}

.p-interview__slider {
	gap: 2.8125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 4.375rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-interview__slide {
	margin: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 20.625rem;
}

.p-interview__slide .p-person__text,
.p-interview__slide .p-person__name,
.p-interview__slide .p-person__cats {
	opacity: 1;
}

.p-interview__btn {
	margin-top: 3.75rem;
	max-width: 21.875rem;
}

.p-jinji-message__wrapper {
	gap: 3.75rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.375rem;
}

.p-jinji-message__img {
	margin-top: 0;
}

.p-jinji-message__text {
	margin-top: 0;
}

.p-member {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(61.875rem, #F6F1E8), color-stop(61.875rem, #fff));
	background: linear-gradient(to bottom, #F6F1E8 61.875rem, #fff 61.875rem);
}

.p-member__inner.l-inner {
	max-width: calc(67.5rem + 50px);
}

.p-member__img {
	padding-left: 7vw;
}

.p-membenr__people {
	margin-top: 4.375rem;
}

.p-member__en {
	font-size: 1.125rem;
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	top: -1.375rem;
	-webkit-transform: rotate(90deg) translateY(-7vw);
	transform: rotate(90deg) translateY(-7vw);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.p-member__grid {
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-member__name {
	margin-top: 1.125rem;
}

.p-member__profile {
	margin-top: 1.25rem;
}

.p-member__comment {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	margin-top: 3.4375rem;
}

.p-member__comment::before {
	top: -1.875rem;
}

.p-merit {
	padding-top: 6.25rem;
}

.p-merit__cards {
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	margin-top: 4.375rem;
	max-width: 67.5rem;
}

.p-merit__subtitle {
	margin-top: 1.875rem;
}

.p-merit__text {
	margin-top: 1.5rem;
}

.p-merit__btn {
	margin-top: 2.125rem;
}

.p-merit__result {
	margin-top: 5.625rem;
	padding: 3.125rem 25px;
}

.p-merit__result-title {
	font-size: 1.25rem;
}

.p-merit__lists {
	gap: 1.0625rem 0.8125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1.875rem;
	max-width: 60rem;
}

.p-merit__list {
	height: 2.875rem;
	width: 14.375rem;
}

.p-message__inner.l-inner {
	max-width: calc(67.5rem + 50px);
}

.p-message__units {
	display: block;
	margin-top: -10rem;
}

.p-message__unit + .p-message__unit {
	margin-top: 7.5rem;
}

.p-message__wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: calc(50% - 50vw);
	width: 100vw;
}

.p-message__img {
	margin: 0;
	margin: initial;
	width: 100%;
}

.p-message__profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	margin: initial;
	padding: 0 5rem;
	width: 100%;
}

.p-message__group {
	font-size: 0.875rem;
	line-height: 1.7857142857;
	margin-top: 1.875rem;
}

.p-message__position {
	font-size: 0.875rem;
	margin-top: 1rem;
}

.p-message__name {
	font-size: 1.5rem;
}

.p-message__profile-text {
	font-size: 0.875rem;
	line-height: 2.2142857143;
	margin-top: 2.0625rem;
	padding-top: 1.5rem;
}

.p-message__profile-text span {
	margin-bottom: 1.5625rem;
}

.p-message__contents {
	gap: 6.25rem;
	margin-top: 6.25rem;
}

.p-message__content {
	margin: 0 auto;
	max-width: 67.5rem;
	padding: 0;
}

.p-message__content .p-content {
	padding-left: 3.75rem;
	position: relative;
}

.p-message__content::before {
	display: none;
}

.p-message__content .p-content__en {
	left: 0;
	position: absolute;
	top: 0rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.p-message__content .p-content__title {
	border-bottom: 0.0625rem solid #CCCCCC;
	font-size: 1.5625rem;
	margin-top: 0;
	padding-bottom: 1.5625rem;
	text-align: left;
}

.p-message__content .p-content__title span {
	background-color: transparent;
}

.p-message__content .p-content__title span::before {
	display: none;
}

.p-message__middleImg {
	margin: 0 auto;
	margin-top: 6.25rem;
	width: 88.88%;
}

.p-message__wideImg {
	margin-top: 7.5rem;
	width: 100%;
}

.p-more-information {
	padding: 5.9375rem 0;
}

.p-more-information__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 60rem;
}

.p-more-information__title .c-sectionTitle__main {
	font-size: 1.875rem;
	letter-spacing: 0.07em;
	text-align: left;
}

.p-more-information__title .c-sectionTitle__sub {
	text-align: left;
}

.p-more-information__btn {
	margin: 0;
}

.p-more {
	background: url(/wp/wp-content/themes/valtes/images/graduates/common/more_bg_pc.png) center top/cover no-repeat;
	padding-bottom: 5.625rem;
	padding-top: 5.625rem;
}

.p-more--nav {
	background-position: center center;
}

.p-more__inner.l-inner {
	max-width: 1130px;
}

.p-more__title .c-sectionTitle__main {
	font-size: 2rem;
}

.p-more__links {
	gap: 3.375rem 1.875rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.p-more--faq .p-more__link,
.p-more--works .p-more__link {
	grid-column: 2/3;
}

.p-movie {
	background: url(/wp/wp-content/themes/valtes/images/careers/top/movie_bg_pc.jpg) center center/cover no-repeat;
	padding-bottom: 4.375rem;
	padding-top: 5.625rem;
}

.p-movie__title {
	font-size: 2.25rem;
	line-height: 1.4166666667;
	margin-top: 0.5625rem;
}

.p-movie__text {
	font-size: 0.9375rem;
	margin: 1.75rem;
}

.p-movie__video {
	margin: 0 auto;
	margin-top: 2.3125rem;
	max-width: 38.375rem;
}

#graduates.graduates-top {
	background: url(/wp/wp-content/themes/valtes/images/graduates/top/bg_pc.jpg) top center/cover no-repeat;
}

.p-mv {
	padding-top: 19.5rem;
}

.p-mv__inner.l-inner {
	max-width: 71.875rem;
}

.p-mv__content {
	width: 37.0625rem;
}

.p-mv__subtitle {
	font-family: "Montserrat", sans-serif;
	margin-top: 1.875rem;
}

.p-number {
	padding-bottom: 10rem;
}

.p-number__inner.l-inner {
	max-width: calc(67.5rem + 50px);
}

.p-number__btns {
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	margin: initial;
	margin-top: -11.875rem;
	width: 100%;
}

.p-number__units {
	margin-top: 6.875rem;
}

.p-number__title .c-title {
	padding: 0.1875rem;
}

.p-number__slider {
	margin: 0 auto;
	margin-top: 4.375rem;
	width: 100%;
}

.p-number__number {
	display: none;
}

.p-office {
	padding-bottom: 10rem;
}

.p-office__inner.l-inner {
	max-width: calc(67.5rem + 50px);
}

.p-office__btns {
	grid-template-columns: repeat(3, 1fr);
	margin: 0;
	margin: initial;
	margin-top: -5.625rem;
	width: 100%;
}

.p-office__btn {
	height: 4.375rem;
}

.p-office__img {
	margin-top: 6.875rem;
}

.p-office__content {
	margin-top: -8.75rem;
	padding: 3.75rem 4.375rem;
}

.p-office__subtitle .c-title {
	padding: 0 0.1875rem;
}

.p-office__text {
	margin-top: 3.75rem;
}

.p-office__gallery {
	margin-top: 2.8125rem;
}

.p-office__iine {
	margin-top: 7.5rem;
}

.p-people {
	padding-bottom: 10.125rem;
}

.p-people__inner.l-inner {
	max-width: 1130px;
}

.p-people__cards {
	gap: 2.8125rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: -10rem;
}

.p-person__text {
	margin-top: 1.6875rem;
}

.p-potential__inner.l-inner {
	max-width: calc(67.5rem + 50px);
}

.p-potential__content {
	margin: 0 auto;
	margin-top: 8.375rem;
}

.p-potential__software {
	margin-top: 6.25rem;
	position: relative;
}

.p-potential__software-title {
	left: 0;
	position: absolute;
	top: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.p-potential__software-title span::before {
	height: 100%;
	right: 0;
	top: 0;
	width: 0.0625rem;
}

.p-potential__list {
	gap: 3.125rem;
	display: grid;
	grid-template-columns: 37% 1fr;
	padding-left: 9.4375rem;
}

.p-potential__list-content {
	margin-top: 0;
}

.p-potential__subtitle {
	font-size: 1.375rem;
}

.p-potential__text {
	margin-top: 1.5625rem;
}

.p-process {
	padding-top: 6.25rem;
}

.p-process__inner.l-inner {
	max-width: calc(67.5rem + 50px);
}

.p-process__units {
	gap: 2.8125rem;
	margin-top: 4.375rem;
}

.p-process__unit {
	gap: 3.125rem;
	display: grid;
	grid-template-columns: 6.25rem 1fr;
	padding: 2.5rem 3.75rem;
}

.p-process__unit:not(:last-child)::before {
	bottom: -2.125rem;
	height: 2.5rem;
	left: calc(50% + 0.5rem);
	width: 0.625rem;
}

.p-process__head {
	border-bottom: none;
	border-right: 0.0625rem solid #CCC;
}

.p-process__text {
	margin-top: 1.125rem;
}

.p-qa {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.p-qa__lists {
	margin: 0 auto;
	margin-top: 2.5rem;
	max-width: 60rem;
}

.p-qa__list {
	gap: 2.5rem;
	display: grid;
	grid-template-columns: 8.75rem 1fr;
	padding: 2.5rem 0;
	padding-left: 3.375rem;
}

.p-qa__en {
	top: 25%;
}

.p-qa__img {
	width: 8.75rem;
}

.p-qa__subtitle {
	font-size: 1.125rem;
	margin-top: 0;
	text-align: left;
}

.p-qa__text {
	margin-top: 1.25rem;
}

.p-recommend {
	padding-top: 6.25rem;
}

.p-recommned__lists {
	gap: 0.3125rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 4.375rem;
	max-width: 60rem;
}

.p-recommend__list {
	height: 14.75rem;
	padding-top: 3.125rem;
	width: 14.75rem;
}

.p-recommend__img {
	height: 4.375rem;
}

.p-recommned__text {
	font-size: 0.875rem;
	line-height: 1.7857142857;
	margin-top: 1.75rem;
}

.p-recommned__text small {
	font-size: 0.75rem;
}

.p-step__text {
	margin-top: 4.375rem;
}

.p-step__units {
	gap: 1.625rem;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	grid-template-columns: repeat(4, 1fr);
}

.p-step__unit {
	max-width: none;
}

.p-step__unit:not(:last-child)::before {
	display: none;
}

.p-step__commend {
	font-size: 0.8125rem;
	margin: 0;
	margin: initial;
	margin-top: 1.5625rem;
	position: relative;
	width: 100%;
}

.p-step__commend::before {
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background-color: #fff;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	content: "";
	height: 0.625rem;
	left: 50%;
	position: absolute;
	top: -0.625rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1.25rem;
}

.p-support {
	padding-bottom: 9.375rem;
	padding-top: 7.5rem;
}

.p-support__inner.l-inner {
	max-width: 1130px;
}

.p-support__btns {
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	margin: initial;
	margin-top: 6.5rem;
	width: 100%;
}

.p-support__units {
	gap: 7.5rem;
	margin-top: 6.875rem;
}

.p-support__lists {
	gap: 1.25rem 1.375rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.375rem;
}

.p-support__list {
	padding: 2.5rem;
}

.p-support__list::before {
	right: 1.875rem;
	top: 3.125rem;
}

.p-support__list::after {
	right: 1.875rem;
	top: 3.125rem;
}

.p-talk {
	padding-bottom: 26.5rem;
	padding-top: 7.5rem;
}

.p-talk__inner.l-inner {
	max-width: calc(64rem + 50px);
}

.p-talk__unit {
	padding-left: 4.0625rem;
}

.p-talk__unit + .p-talk__unit {
	margin-top: 7.5rem;
}

.p-talk__en {
	font-size: 0.75rem;
	left: 0rem;
	line-height: 0.9375rem;
	position: absolute;
	top: -0.9375rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.p-talk__q {
	font-size: 0.9375rem;
	line-height: clac(33/15);
	margin-top: 0;
}

.p-talk__a {
	display: inline;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 1.875rem;
}

.p-talk__a.u-mobile {
	display: none;
}

.p-talk__a.u-desktop {
	display: inline-block;
}

.p-talk__list {
	gap: 1.875rem;
	grid-template-columns: 4.375rem 1fr;
}

.p-talk__ico {
	width: 4.375rem;
}

.p-talk__comment {
	font-size: 0.9375rem;
}

.p-talk__comment span {
	font-size: 0.8125rem;
}

.p-talk__img {
	margin-top: 7.5rem;
}

.p-talk__img--left {
	margin-left: calc(50% - 50vw - 4.0625rem);
	padding-right: 7vw;
}

.p-talk__img--right {
	margin-left: calc(50% - 50vw);
	padding-left: 7vw;
}

.p-talk__img--center {
	margin-left: -4.0625rem;
	width: calc(100% + 4.0625rem);
}

.p-time {
	padding: 2.5rem 8.125rem;
}

.p-time__main {
	border-left: 0.25rem solid #0097E2;
	margin-top: 2.5625rem;
}

.p-time__main dl {
	gap: 3.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 3.125rem 1fr;
	padding-left: 2.5rem;
}

.p-time__main dl + dl {
	margin-top: 1rem;
}

.p-time__main dt {
	border: none;
	margin-left: 0;
	padding-left: 0;
	text-align: right;
}

.p-time__main dd {
	margin-top: 0;
}

.p-top-business {
	padding-top: 11.25rem;
}

.p-top-business__links {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin: 0 auto;
	margin-top: 3.125rem;
	max-width: 75rem;
}

.p-top-business__text {
	bottom: auto;
	bottom: initial;
	font-size: 1.625rem;
	left: auto;
	left: initial;
	padding: 0.9375rem 0 0.9375rem;
	right: 0;
	text-orientation: upright;
	top: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.p-top-business__btn {
	height: 3.75rem;
	margin-top: 2.1875rem;
	max-width: 21.875rem;
}

.p-top-business__bigBtn {
	height: 6.875rem;
	margin-top: 3.125rem;
	max-width: 36.5625rem;
}

.p-top-company {
	padding-top: 28.625rem;
}

.p-top-company__btns {
	gap: 0.375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.375rem;
}

.p-top-company__btn {
	max-width: none;
}

.p-top-company__text {
	padding: 0.3125rem 0.625rem;
}

.p-top-company__text::after {
	margin-left: 1.125rem;
	margin-top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-top-company__text .c-textLink {
	font-size: 1.5rem;
}

.p-top-company__links {
	gap: 1.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-top-company__link {
	height: 6.875rem;
	max-width: none;
}

.p-top-company__link span {
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.p-top-footer__inner.l-inner {
	max-width: 1180px;
}

.p-top-footer__wrapper {
	display: grid;
	grid-template-columns: 26% 1fr;
}

.p-top-footer__logo {
	width: 11.25rem;
}

.p-top-footer__nav {
	margin-top: 0;
}

.p-top-footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-top-footer__link a {
	padding-right: 1.625rem;
}

.p-top-footer__nav2 {
	grid-column: 2/3;
	max-width: 39.375rem;
}

.p-top-footer__links2 {
	gap: 2.25rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-top-footer__link2 span {
	font-size: 0.9375rem;
	white-space: nowrap;
}

.p-top-footer__btns {
	gap: 0.75rem;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto;
	margin-top: 4.9375rem;
	max-width: 62.25rem;
}

.p-top-footer__btn {
	height: 3.125rem;
}

.p-top-footer__textLinks {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 2.6875rem;
}

.p-top-footer__copy {
	font-size: 0.6875rem;
	margin-top: -0.6875rem;
}

.p-top-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-header__snsLinks {
	gap: 0.625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
}

.p-top-header__snsLink {
	height: 3.125rem;
	width: 3.125rem;
}

.p-top-information {
	padding-bottom: 10.6875rem;
	padding-top: 10rem;
}

.p-top-information__links {
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	margin-top: 3.125rem;
	max-width: 60rem;
}

.p-top-information__link {
	height: 18.75rem;
	width: 18.75rem;
}

.p-top-information__ico {
	height: 6.25rem;
}

.p-top-information__text {
	font-size: 1.25rem;
	margin-top: 2.3125rem;
}

.p-top-message {
	padding-top: 9.375rem;
}

.p-top-message__inner.l-inner {
	max-width: 71.875rem;
}

.p-top-message__title .c-bgText {
	font-size: 1.5625rem;
}

.p-top-message__text {
	margin-top: 2.5rem;
}

.p-top-message__text p {
	display: block;
	font-size: 1.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-people {
	padding-top: 11.25rem;
}

.p-top-people__slider {
	margin-left: -9.5%;
	max-width: none;
	width: 120%;
}

.p-top__main {
	height: 43.75rem;
}

.p-top-people__person {
	margin: 0 0.625rem;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-top-people__person .p-person__cat .c-cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-top-people__btn {
	max-width: 21.875rem;
	-webkit-transform: translateX(35%);
	transform: translateX(35%);
}

.p-top-people__person.slick-current {
	-webkit-transform: scale(1.46);
	transform: scale(1.46);
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

.p-top-people__person.slick-current + .p-top-people__person {
	margin-right: 10.625rem;
}

.p-top-people__person .p-person__content {
	position: absolute;
	right: calc(-126% - 3.125rem);
	top: 72%;
	-webkit-transform: scale(0.68);
	transform: scale(0.68);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	width: 126%;
}

.p-top-people__person .p-person__text {
	font-size: 1.25rem;
	margin-top: 0;
	text-align: left;
}

.p-top-people__person .p-person__name {
	text-align: left;
}

.p-top-people__person .p-person__cats {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.p-top-people__person .p-person__top::before {
	display: none;
}

.p-top-people__person.slick-current .p-person__top::before {
	bottom: 6.875rem;
	display: block;
	height: 0.0625rem;
	left: auto;
	left: initial;
	right: -2.1875rem;
	top: auto;
	top: initial;
	width: 2.1875rem;
}

.p-top-people__person .p-person:hover .p-person__top::before {
	bottom: 6.875rem;
}

.p-top-people__crosstalk {
	width: 61rem;
}

.p-top-people__crosstalk__img {
	width: 660px;
}

.p-top-people__crosstalk__bigBtn {
	height: 6.875rem;
	margin-top: 3.125rem;
	max-width: 36.5625rem;
}

.p-top-people__crosstalk__link {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-top-people__crosstalk__link a {
	display: flex;
	align-items: center;
}

.p-top__title {
	font-size: 2.25rem;
	margin-top: 1.8125rem;
}

.p-top__text {
	font-size: 1rem;
	line-height: 2.5;
	margin-top: 3.5625rem;
	text-align: center;
}

.p-top__links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 6.5625rem;
}

.p-top__btn {
	border: 0.125rem solid #fff;
	bottom: 5rem;
	color: #fff;
	display: grid;
	font-size: 1rem;
	font-weight: bold;
	height: 4.125rem;
	left: 50%;
	letter-spacing: 0.05em;
	place-items: center;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 21.25rem;
}

.p-topMenu__inner.l-inner {
	max-width: 1250px;
}

.p-topMenu__btns {
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-training__subtitle .c-title {
	padding: 0.1875rem;
}

.p-training__img {
	margin-top: 3.125rem;
}

.p-training__list {
	gap: 2.1875rem;
	display: grid;
	grid-template-columns: 7.5rem 1fr;
	padding: 2.5rem 3.125rem;
}

.p-training__content {
	margin-top: 0;
}

.p-training__list-title {
	text-align: left;
}

.p-training__list-text {
	margin-top: 0.9375rem;
}

.p-works {
	padding-bottom: 10.25rem;
}

.p-works__inner {
	padding: 0 25px;
}

.p-works__main {
	margin-top: 7.875rem;
}

.p-works__headText {
	margin-top: 4.375rem;
	text-align: center;
}

.p-works__btns {
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	margin: initial;
	margin-top: 6.5rem;
	width: 100%;
}

.p-works__btn {
	height: 6.25rem;
}

.p-works__btn::before {
	bottom: 0.6875rem;
	height: 0.4375rem;
	width: 0.8125rem;
}

.p-works__btn a {
	padding-bottom: 1.1875rem;
}

.p-works__btn img {
	height: auto;
	max-height: 2.9375rem;
	max-width: 9.0625rem;
}

.p-works__units {
	gap: 3.125rem;
	margin-top: 2.5rem;
}

.p-works__unit {
	gap: 4.375rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 5rem 5.625rem;
}

.p-works__unit-head {
	grid-column: 1/4;
}

.p-works__unit-title {
	font-size: 2.1875rem;
}

.p-works__unit-title .c-title {
	padding: 0 0.1875rem;
}

.p-works__unit-subtitle {
	font-size: 1.375rem;
	margin-top: 1.875rem;
	text-align: center;
}

.p-works__unit-grid {
	gap: 1.875rem;
	direction: rtl;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-works__other {
	grid-column: 2/4;
	margin-top: 4.6875rem;
}

.p-works__other::before {
	top: -1.5rem;
	width: 4.375rem;
}

.p-works__other--thin {
	grid-column: 1/2;
}

.p-works__other-head {
	font-size: 1rem;
}

.p-works__subslider {
	margin-left: -0.9375rem;
	width: calc(100% + 1.875rem);
}

.p-works__subslider .slick-track {
	margin: 0;
	margin: initial;
}

.p-works__subslide {
	margin: 0 0.9375rem;
}

.p-works__subslide-text {
	font-size: 0.9375rem;
	margin-top: 0.9375rem;
}

.p-works__subslide-name {
	font-size: 0.8125rem;
	margin-top: 1.0625rem;
}

.p-works__number {
	line-height: 1.75;
	margin-top: 0;
	position: absolute;
	right: 2.625rem;
	top: 0;
}

.p-works__subslider .slide-arrow {
	bottom: auto;
	bottom: initial;
	height: 0.5rem;
	top: -0.8125rem;
	width: 1.9375rem;
}

.p-works__subslider .prev-arrow {
	left: auto;
	left: initial;
	right: calc(15px + 5rem);
}

.p-works__subslider .next-arrow {
	right: 15px;
}

.p-works__top-btns {
	grid-template-columns: repeat(5, 1fr);
	margin: 0;
	margin: initial;
	margin-top: -6.5625rem;
	width: 100%;
}

.p-wrapContent {
	gap: 4.375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-wrapContent__main {
	margin-top: 0;
}

.p-wrapContent__text {
	margin-top: 2.375rem;
}

.p-zemi__cards {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.125rem;
}

.p-zemi__subtitle {
	font-size: 1.375rem;
	margin-top: 1.875rem;
}

.p-zemi__text {
	margin-top: 1.5rem;
}

}

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

.p-header__snsLinks {
	margin-left: 7.5rem;
}

}

@media (min-width: 1366px) {

html {
	font-size: 16px;
}

}

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

.p-employee::before {
	background-position: center top;
}

.p-employee__img {
	margin-left: auto;
	margin-right: -8.9375rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=graduate.css.map */
