@charset "UTF-8";
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-h-contact-address {
  gap: 56px;
  gap: 3.5rem;
  color: #444;
  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: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2222222222;
  margin: auto;
  text-align: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-h-contact-address--blue p > span {
  color: #0060a3;
}

.c-h-contact-address--pink p > span {
  color: #e74589;
}

.c-h-contact-address--orange p > span {
  color: #ff4100;
}

.c-h-contact-address--orange .c-h-contact-address__area > p > span {
  color: #444;
}

.c-h-contact-address__block {
  gap: 30px;
  gap: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-h-contact-address__info {
  gap: 30px;
  gap: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-h-contact-address__tel {
  gap: 10px;
  gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-h-contact-address__address {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.7333333333;
}

.c-h-contact-address__address span {
  display: none;
}

.c-h-contactBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-color: #fff;
  border-radius: 2.8125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 580px;
  max-width: 36.25rem;
  padding: 15px 0;
  padding: 0.9375rem 0;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.c-h-contactBtn--blue {
  border: 1px solid #0060a3;
  border: 0.0625rem solid #0060a3;
  color: #0060a3;
}

.c-h-contactBtn--pink {
  border: 1px solid #e74589;
  border: 0.0625rem solid #e74589;
  color: #e74589;
}

.c-h-contactBtn--orange {
  border: 1px solid #ff4100;
  border: 0.0625rem solid #ff4100;
  color: #ff4100;
}

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

.c-h-contactBtn::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 21px;
  height: 1.3125rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 27px;
  margin-right: 1.6875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 28px;
  width: 1.75rem;
}

.c-h-contactBtn--blue::before {
  -webkit-mask: url(/wp/wp-content/themes/valtes/images/candidate/contact.svg) center center/contain no-repeat;
  background-color: #0060a3;
  mask: url(/wp/wp-content/themes/valtes/images/candidate/contact.svg) center center/contain no-repeat;
}

.c-h-contactBtn--pink::before {
  -webkit-mask: url(/wp/wp-content/themes/valtes/images/candidate/contact.svg) center center/contain no-repeat;
  background-color: #e74589;
  mask: url(/wp/wp-content/themes/valtes/images/candidate/contact.svg) center center/contain no-repeat;
}

.c-h-contactBtn--orange::before {
  -webkit-mask: url(/wp/wp-content/themes/valtes/images/candidate/contact.svg) center center/contain no-repeat;
  background-color: #ff4100;
  mask: url(/wp/wp-content/themes/valtes/images/candidate/contact.svg) center center/contain no-repeat;
}

.c-h-narrow-title {
  color: #fff;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7083333333;
  padding: 0 5px;
  padding: 0 0.3125rem;
  position: relative;
  text-align: center;
}

.c-h-narrow-title--blue {
  background-color: #0060a3;
}

.c-h-narrow-title--pink {
  background-color: #e74589;
}

.c-h-narrow-title--black {
  background-color: #000;
}

.c-h-narrow-title--gray {
  background-color: #444444;
}

.c-h-roundBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border-radius: 1.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 4vw;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3.2vw;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.c-h-roundBtn--blue {
  background-color: #f5fbff;
  border: 1px solid #0060a3;
  border: 0.0625rem solid #0060a3;
  color: #0060a3;
}

.c-h-roundBtn--pink {
  background-color: #fcf5f8;
  border: 1px solid #e74589;
  border: 0.0625rem solid #e74589;
  color: #e74589;
}

.c-h-roundBtn--orange {
  background-color: #fff0eb;
  border: 1px solid #ff4100;
  border: 0.0625rem solid #ff4100;
  color: #ff4100;
}

.c-h-roundBtn span {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
}

.c-h-roundBtn::before {
  content: "";
  height: 5px;
  height: 0.3125rem;
  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-h-roundBtn--blue::before {
  -webkit-mask: url(/wp/wp-content/themes/valtes/images/candidate/arrow_blue.svg) center center/contain no-repeat;
  background-color: #0060a3;
  mask: url(/wp/wp-content/themes/valtes/images/candidate/arrow_blue.svg) center center/contain no-repeat;
}

.c-h-roundBtn--pink::before {
  -webkit-mask: url(/wp/wp-content/themes/valtes/images/candidate/arrow_pink.svg) center center/contain no-repeat;
  background-color: #e74589;
  mask: url(/wp/wp-content/themes/valtes/images/candidate/arrow_pink.svg) center center/contain no-repeat;
}

.c-h-roundBtn--orange::before {
  -webkit-mask: url(/wp/wp-content/themes/valtes/images/candidate/arrow_orange.svg) center center/contain no-repeat;
  background-color: #ff4100;
  mask: url(/wp/wp-content/themes/valtes/images/candidate/arrow_orange.svg) center center/contain no-repeat;
}

.c-h-squareBtn {
  gap: 16px;
  gap: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}

.c-h-squareBtn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 22px 0;
  padding: 1.375rem 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.c-h-squareBtn__career {
  background-color: #062f70;
}

.c-h-squareBtn__graduate {
  background-color: #0097e2;
}

.c-h-squareBtn span {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
}

.c-h-squareBtn a::before {
  -webkit-mask: url(/wp/wp-content/themes/valtes/images/candidate/arrow_blue.svg) center center/contain no-repeat;
  background-color: #fff;
  content: "";
  height: 5px;
  height: 0.3125rem;
  mask: url(/wp/wp-content/themes/valtes/images/candidate/arrow_blue.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-h-text {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  text-align: center;
}

.c-h-title {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 6.9333333333vw;
  font-weight: bold;
  line-height: 1.6875;
  position: relative;
  text-align: center;
}

.c-h-title::after {
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  width: 3.125rem;
  background-color: #ff4100;
}

.c-h-title--blue {
  color: #0060a3;
}

.c-h-title--blue::after {
  background-color: #0060a3;
}

.c-h-title--pink {
  color: #e74589;
}

.c-h-title--pink::after {
  background-color: #e74589;
}

.c-h-title--black {
  color: #000;
}

.c-h-title--black::after {
  background-color: #000;
}

.c-h-title--white {
  color: #fff;
}

.c-h-title--white::after {
  background-color: #fff;
}

.c-h-wideBgTitle {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2222222222;
  padding: 8px;
  padding: 0.5rem;
  text-align: center;
}

.c-h-wideBgTitle--blue {
  background-color: #0060a3;
}

.c-h-wideBgTitle--pink {
  background-color: #e74589;
}

.c-h-wideBgTitle--black {
  background-color: #444444;
}

.lc-inner,
.lc-inner--wide {
  margin: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.lc-text {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.lc-content {
  margin-top: 48px;
  margin-top: 3rem;
}

.pc-document-block {
  padding: 16vw 0;
}

.pc-document-block--pink {
  background-color: #fcf5f8;
}

.pc-document-block--gray {
  background-color: #ededed;
}

.pc-document__items {
  gap: 38px;
  gap: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}

.pc-document__item {
  background-color: #ededed;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
  max-width: 518px;
  max-width: 32.375rem;
  padding: 0 17px 15px;
  padding: 0 1.0625rem 0.9375rem;
}

.pc-document__title {
  text-align: center;
}

.pc-document__btn,
.pc-document__img {
  margin-top: 16px;
  margin-top: 1rem;
}

.pc-footer {
  background-color: rgba(255, 147, 0, 0.04);
}

.pc-footer__inner {
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.pc-footer .pc-footer__meta {
  background-color: #444;
}

.pc-footer--pink {
  background-color: #fcf5f8;
}

.pc-footer--pink .pc-footer__meta {
  background-color: #e74589;
}

.pc-footer--gray {
  background-color: #ededed;
}

.pc-footer--gray .pc-footer__meta {
  background-color: #444444;
}

.pc-footer__btn {
  text-align: center;
}

.pc-footer__textLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc-footer__meta {
  padding: 16px;
  padding: 1rem;
}

.pc-footer__textLink + .pc-footer__textLink {
  margin-left: 12px;
  margin-left: 0.75rem;
}

.pc-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;
}
@media (hover: hover) {
  .pc-footer__textLink a:hover {
    opacity: 0.7;
  }
}

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

.pc-header {
  height: 87px;
  height: 5.4375rem;
}

.pc-header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.pc-header__logo {
  height: 42px;
  height: 2.625rem;
}

.pc-header__logo img {
  height: 100%;
  width: auto;
}

.pc-header__logo-text {
  height: 35px;
  height: 2.1875rem;
  margin-left: 28px;
  margin-left: 1.75rem;
}

.pc-header__logo-text img {
  width: 90%;
}

.pc-media-type1__items {
  gap: 24px;
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}

.pc-media-type1__item {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
  max-width: 557px;
  max-width: 34.8125rem;
}

.pc-media-type1__body {
  background-color: #fff;
  padding: 24px 15px;
  padding: 1.5rem 0.9375rem;
}

.pc-media-type1__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.pc-media-type1__btn {
  margin-top: 16px;
  margin-top: 1rem;
}

.pc-media-type2__items--col3 {
  gap: 24px;
  gap: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.pc-media-type2__items--col1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.pc-media-type2__item {
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
  max-width: 377px;
  max-width: 23.5625rem;
}

.pc-media-type2__body {
  background-color: #fff;
  padding: 24px 15px;
  padding: 1.5rem 0.9375rem;
}

.pc-media-type2__iframe {
  height: 446px;
  height: 27.875rem;
  overflow: scroll;
}

.pc-media-type2__btn {
  margin-top: 16px;
  margin-top: 1rem;
}

.pc-media-type3__item {
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
}

.pc-media-type3__body {
  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;
  padding: 25px 35px;
  padding: 1.5625rem 2.1875rem;
}

.pc-media-type3__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 122px;
  height: 7.625rem;
  margin: auto;
  width: 122px;
  width: 7.625rem;
}

.pc-media-type3__text {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  line-height: 1.7333333333;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.pc-media-type3__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.pc-media-type3__items--small {
  gap: 24px;
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pc-media-type3__items--small .pc-media-type3__text {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-size: 14px;
  font-size: 0.875rem;
}

.pc-media-type3__text {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.pc-media {
  padding: 16vw 0;
}

.pc-media--pink {
  background-color: #fcf5f8;
}

.pc-media--gray {
  background-color: #ededed;
}

.pc-media__content {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pc-movie-group__items {
  gap: 24px;
  gap: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
}

.pc-movie-group__item {
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
  padding: 24px 10px;
  padding: 1.5rem 0.625rem;
}

.pc-movie-group__item--blue {
  background-color: #f5fbff;
}

.pc-movie-group__item--pink {
  background-color: #fcf5f8;
}

.pc-movie-group__item--black {
  background-color: #ededed;
}

.pc-movie-group__item--white {
  background-color: #fff;
}

.pc-movie-group__body {
  margin-top: 16px;
  margin-top: 1rem;
}

.pc-movie-group__title {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.7368421053;
}

.pc-movie-group__btn {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.pc-movie {
  background-color: rgba(255, 147, 0, 0.04);
  padding: 16vw 0;
}

.pc-mv {
  position: relative;
  color: #fff;
  position: relative;
}
.pc-mv__logo {
  position: absolute;
  top: 8.2vw;
  left: 3.3vw;
  display: block;
  width: 32.6vw;
  height: 7.5vw;
}

.pc-mv__title {
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.pc-mv__btn {
  position: absolute;
  width: 90.1813333333vw;
  bottom: 10.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.pc-mv__btn .c-h-roundBtn + .c-h-roundBtn {
  margin-top: 0.8rem;
}

.pc-mv__main {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6923076923;
  text-shadow: 0 0 7px #000;
}

.pc-mv__text {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.7142857143;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.pc-point-block {
  padding: 80px 0;
  padding: 5rem 0;
}

.pc-point--pink {
  background-color: #fcf5f8;
}

.pc-point__items {
  gap: 24px;
  gap: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.pc-point__item {
  overflow: hidden;
  position: relative;
}

.pc-point__item a {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.pc-point__img img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.pc-point__title-block {
  bottom: 0;
  height: 41.7%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}

.pc-point__title-block--blue {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 96, 163, 0.95)), to(rgba(0, 96, 163, 0)));
  background: linear-gradient(to top, rgba(0, 96, 163, 0.95), rgba(0, 96, 163, 0));
}

.pc-point__title-block--pink {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(231, 69, 137, 0.95)), to(rgba(231, 69, 137, 0)));
  background: linear-gradient(to top, rgba(231, 69, 137, 0.95), rgba(231, 69, 137, 0));
}

.pc-point__title {
  bottom: 10px;
  bottom: 0.625rem;
  font-size: 17px;
  font-size: 1.0625rem;
  left: 20px;
  left: 1.25rem;
  margin: auto;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  z-index: 2;
}

.pc-point__title span {
  color: #fff;
  display: block;
  position: relative;
}

.pc-point__title span::before {
  -webkit-mask: url(/wp/wp-content/themes/valtes/images/candidate/arrow_blue.svg) center center/contain no-repeat;
  background-color: #fff;
  content: "";
  height: 5px;
  height: 0.3125rem;
  mask: url(/wp/wp-content/themes/valtes/images/candidate/arrow_blue.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: 21px;
  width: 1.3125rem;
}

.pc-qa {
  padding: 16vw 0;
  background-color: #ededed;
}

.pc-service__items {
  gap: 20px;
  gap: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
}

.pc-service__item a {
  background-color: #fff;
  display: block;
  height: 100%;
  padding: 40px 35px;
  padding: 2.5rem 2.1875rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.pc-service__img {
  height: 62px;
  display: grid;
  place-items: center;
}

.pc-service__img img {
  margin: 0 auto;
  width: auto;
}

.pc-service__body {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.pc-service__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #032457;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.875;
  min-height: 46px;
  min-height: 2.875rem;
  text-align: center;
}

.pc-service__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.pc-tool {
  padding: 16vw 0;
}

.pc-tool--blue {
  background-color: #0060a3;
}

.pc-tool--pink {
  background-color: #e74589;
}

.pc-tool--gray {
  background-color: #444444;
}

.pc-career-block {
  padding: 21.3333333333vw 0 16vw;
}

.pc-career__items + .pc-career__items {
  margin-top: 24vw;
}
.pc-career__items-ttl {
  margin-bottom: 10.6666666667vw;
  text-align: center;
  font-weight: bold;
  font-size: 5.3333333333vw;
}
.pc-career__itemWrapPc {
  display: none;
}
.pc-career__itemWrapSp {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  position: relative;
}
.pc-career__itemWrapSp .line {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}
.pc-career__itemWrapSp .line::after {
  content: "";
  display: block;
  position: absolute;
  top: 12vw;
  left: 4vw;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.pc-career__itemWrapSp._02 .line {
  height: 73%;
}
.pc-career__itemWrapSp._02 .pc-career__item:nth-of-type(3) img {
  top: -16vw;
  width: min(7.6613333333vw,28.73px);
}
.pc-career__itemWrapSp._02 .pc-career__item:nth-of-type(4) img {
  top: -14vw;
  width: min(18.6666666667vw,70px);
}
.pc-career__itemWrapSp._02 .pc-career__item:nth-of-type(5) img {
  top: -16vw;
  width: min(12.0026666667vw,45.01px);
}
.pc-career__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.pc-career__item img {
  display: block;
  margin: 0 auto;
}
.pc-career__item-name {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fde2dd;
  border: 1px solid #474747;
  font-size: 3.7333333333vw;
  font-weight: 700;
  padding: 4vw;
  width: fit-content;
}
.pc-career__item-text {
  margin-top: 5.3333333333vw;
  position: relative;
  padding: min(5.3333333333vw,20px);
  background-color: #eeeeee;
  font-size: 3.4666666667vw;
  font-weight: 500;
  border-radius: 10px;
  line-height: 1.8;
  width: 75.7333333333vw;
  margin-right: 0;
  margin-left: auto;
}
.pc-career__item-text img {
  position: absolute;
  z-index: -1;
  top: -13vw;
  right: min(5.3333333333vw,20px);
}
.pc-career__item:nth-of-type(2) img {
  width: min(11.1786666667vw,41.92px);
}
.pc-career__item:nth-of-type(3) img {
  top: -16vw;
  width: min(7.6613333333vw,28.73px);
}
.pc-career__item:nth-of-type(4) img {
  top: -16vw;
  width: min(7.6613333333vw,28.73px);
}
.pc-career__item:nth-of-type(5) img {
  top: -14vw;
  width: min(18.6666666667vw,70px);
}
.pc-career__item:nth-of-type(6) img {
  top: -16vw;
  width: min(12.0026666667vw,45.01px);
}

.pc-interview-block {
  background-color: rgba(255, 147, 0, 0.04);
  padding: 16vw 0;
}
.pc-interview-block .slick-arrow {
  display: none !important;
}

.pc-interview-item {
  font-weight: bold;
  padding: 0 0.4rem;
}
.pc-interview-item .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 8vw;
  min-height: min(44.8vw,168px);
}
.pc-interview-item h3 {
  font-size: 4.7vw;
  line-height: 1.5;
}
.pc-interview-item p {
  margin-top: 5.3333333333vw;
  font-size: 3.7333333333vw;
}
.pc-interview-item a {
  display: block;
  transition: all 0.3s;
}
.pc-interview-item .pict {
  overflow: hidden;
}
.pc-interview-item img {
  transition: all 0.3s;
}
.pc-interview-item:hover img {
  transform: scale(1.1);
  opacity: 0.7;
}

.pc-environment-block {
  padding: 16vw 0;
}

.pc-environment-item + .pc-environment-item {
  margin-top: 16vw;
}
.pc-environment-item h3 {
  text-align: center;
  margin-bottom: 13.3333333333vw;
  font-weight: bold;
  font-size: 6.1333333333vw;
}
.pc-environment-item p {
  font-size: 3.7333333333vw;
  line-height: 1.5;
}
.pc-environment-pict {
  margin-top: 5.3333333333vw;
}
.pc-environment-pict-item {
  padding: 0 0.4rem;
}
.pc-environment-pict-item img {
  height: auto;
}
.pc-environment-pict-item a {
  transition: all 0.3s;
}
.pc-environment-pict-item:hover {
  opacity: 0.7;
}
.pc-environment-pict-item a:hover {
  opacity: 0.7;
}
.pc-environment-btn {
  margin-top: 16vw;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

@media (hover: hover) {
  .c-h-contactBtn--blue:hover {
    background-color: #0060a3;
    color: #fff;
  }
  .c-h-contactBtn--blue:hover::before {
    background: #fff;
    right: 0.9375rem;
  }
  .c-h-contactBtn--pink:hover {
    background-color: #e74589;
    color: #fff;
  }
  .c-h-contactBtn--pink:hover::before {
    background: #fff;
    right: 0.9375rem;
  }
  .c-h-contactBtn--orange:hover {
    background-color: #ff4100;
    color: #fff;
  }
  .c-h-contactBtn--orange:hover::before {
    background: #fff;
    right: 0.9375rem;
  }
  .c-h-roundBtn--blue:hover {
    background-color: #0060a3;
    color: #fff;
  }
  .c-h-roundBtn--blue:hover::before {
    background: #fff;
    right: 0.9375rem;
  }
  .c-h-roundBtn--pink:hover {
    background-color: #e74589;
    color: #fff;
  }
  .c-h-roundBtn--pink:hover::before {
    background: #fff;
    right: 0.9375rem;
  }
  .c-h-roundBtn--orange:hover {
    background-color: #ff4100;
    color: #fff;
  }
  .c-h-roundBtn--orange:hover::before {
    background: #fff;
    right: 0.9375rem;
  }
  .c-h-squareBtn a:hover {
    -webkit-box-shadow: 0px 5px 0px #777;
    box-shadow: 0px 5px 0px #777;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .pc-point__item a:hover .pc-point__img img {
    scale: 1.1;
  }
  .pc-service__item a:hover {
    -webkit-box-shadow: 0px 5px 0px #777;
    box-shadow: 0px 5px 0px #777;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .u-desktop {
    display: block;
  }
  .u-mobile {
    display: none;
  }
  html {
    font-size: 1.1713030747vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .c-h-contact-address {
    text-align: left;
  }
  .c-h-contact-address__block {
    gap: 7.9375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .c-h-contact-address__area {
    font-size: 2.3125rem;
  }
  .c-h-contact-address__info {
    gap: 1rem;
  }
  .c-h-contact-address__tel {
    gap: 2.8125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .c-h-contact-address__address {
    font-size: 1.125rem;
  }
  .c-h-contact-address__address span {
    display: inline-block;
  }
  .c-h-contactBtn {
    font-size: 2.1875rem;
    padding: 1.5625rem 0;
  }
  .c-h-contactBtn span {
    font-size: 0.9375rem;
  }
  .c-h-contactBtn::before {
    height: 2rem;
    margin-right: 2.625rem;
    width: 2.6875rem;
  }
  .c-h-narrow-title {
    font-size: 1.5rem;
  }
  .c-h-roundBtn {
    font-size: 20px;
    padding: 1.25rem;
  }
  .c-h-roundBtn span {
    font-size: 1.5rem;
  }
  .c-h-roundBtn::before {
    height: 0.5625rem;
    width: 2.25rem;
  }
  .c-h-squareBtn {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-h-squareBtn a {
    padding: 2.25rem 0;
  }
  .c-h-squareBtn span {
    font-size: 1.5625rem;
  }
  .c-h-squareBtn a::before {
    height: 0.5625rem;
    width: 2.25rem;
  }
  .c-h-text {
    font-size: 0.9375rem;
  }
  .c-h-title {
    font-size: 2rem;
  }
  .c-h-wideBgTitle {
    font-size: 1.25rem;
  }
  .lc-inner,
  .lc-inner--wide {
    max-width: 75rem;
    padding: 0 1.5625rem;
    width: 100%;
  }
  .lc-inner--wide {
    max-width: 85rem;
  }
  .lc-content {
    margin-top: 3.5rem;
  }
  .pc-mv__logo {
    top: 3.2vw;
    left: 3.3vw;
    width: 16.6vw;
    height: 4.5vw;
  }
  .pc-document-block {
    padding: 8.125rem 0 5.9375rem;
  }
  .pc-document__items {
    gap: 4.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pc-document__item {
    padding: 1.5rem;
  }
  .pc-document__btn,
  .pc-document__img {
    margin-top: 1.5rem;
  }
  .pc-footer__inner {
    padding-bottom: 6rem;
    padding-top: 5rem;
  }
  .pc-footer__textLinks {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0rem;
  }
  .pc-footer__meta {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.125rem 5.5rem 1.5rem;
  }
  .pc-footer__copy {
    font-size: 0.6875rem;
    margin-top: 0rem;
  }
  .pc-header {
    height: 9.3125rem;
  }
  .pc-header__inner {
    padding: 0 2.9375rem;
  }
  .pc-header__logo {
    height: 4.375rem;
  }
  .pc-header__logo-text {
    margin-left: 2.8125rem;
  }
  .pc-media-type1__items {
    gap: 2.1875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pc-media-type1__body {
    padding: 1.5rem 4.0625rem 2.5rem;
  }
  .pc-media-type1__text {
    margin-top: 1.625rem;
    min-height: 5.9375rem;
  }
  .pc-media-type1__btn {
    margin-top: 1.5rem;
  }
  .pc-media-type2__items--col3 {
    gap: 0.625rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .pc-media-type2__body {
    padding: 2rem 1rem 1.5rem;
  }
  .pc-media-type2__btn {
    margin-top: 1.5rem;
  }
  .pc-media-type3__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0.9375rem 1.25rem;
  }
  .pc-media-type3__body._FB .pc-media-type3__img {
    margin: 0;
  }
  .pc-media-type3__body._FB .pc-media-type3__btn {
    margin-right: 0;
    margin-left: auto;
  }
  .pc-media-type3__text {
    margin-left: 3.125rem;
    margin-top: 0;
  }
  .pc-media-type3__btn {
    margin-top: 0;
  }
  .pc-media-type3__items--small .pc-media-type3__text {
    margin-left: 1.125rem;
  }
  .pc-media-type3__items--small .pc-media-type3__title .c-h-wideBgTitle {
    font-size: 1.25rem;
  }
  .pc-media-type3__items--small .pc-media-type3__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0.625rem;
    width: 18.75rem;
  }
  .pc-media-type3__items--small .pc-media-type3__btn span {
    font-size: 1.375rem;
  }
  .pc-media-type3__items--small .pc-media-type3__btn .c-h-roundBtn::before {
    height: 0.3125rem;
    right: 0.9375rem;
    width: 1.3125rem;
  }
  .pc-media-type3__title .c-h-wideBgTitle--black {
    font-size: 1.25rem;
  }
  .pc-media-type3__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 3.125rem;
    width: 22.375rem;
  }
  .pc-media__content {
    gap: 2rem;
    display: grid;
    grid-template-columns: 34.2% auto;
  }
  .pc-movie-group__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .pc-movie-group__item {
    padding: 2rem 1.5rem;
  }
  .pc-movie-group__body {
    margin-top: 1.5rem;
  }
  .pc-movie-group__btn {
    margin-top: 2rem;
  }
  .pc-movie {
    padding: 4rem 0;
  }
  .pc-mv__main {
    font-size: 45px;
  }
  .pc-mv__btn {
    bottom: 30px;
    right: 60px;
    left: auto;
    transform: translateY(0);
    max-width: 480px;
  }
  .pc-mv__text {
    font-size: 1.0625rem;
    margin-top: 2rem;
  }
  .pc-point-block {
    padding-bottom: 7.5rem;
    padding-top: 5rem;
  }
  .pc-point__items {
    gap: 5.875rem 4.375rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .pc-point__title {
    font-size: 1.5rem;
  }
  .pc-point__title span::before {
    height: 0.5625rem;
    width: 2.25rem;
  }
  .pc-qa {
    padding: 5rem 0 8.75rem;
  }
  .pc-service__items {
    gap: 1.5rem 1.25rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
  .pc-service__item:nth-child(1) {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
  .pc-service__item:nth-child(2) {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  .pc-service__item:nth-child(3) {
    grid-column: 3/span 1;
    grid-row: 1/span 1;
  }
  .pc-service__item:nth-child(4) {
    grid-column: 1/span 3;
    grid-row: 2/span 1;
  }
  .pc-service__item:nth-child(4) a {
    gap: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.875rem;
  }
  .pc-service__item:nth-child(4) .pc-service__body {
    margin-top: 0rem;
  }
  .pc-service__item:nth-child(4) .pc-service__text {
    margin-top: 1.5rem;
  }
  .pc-service__item a {
    padding: 2.5rem 3.125rem;
  }
  .pc-service__body {
    margin-top: 3rem;
  }
  .pc-service__title {
    min-height: 0;
    min-height: initial;
  }
  .pc-service__text {
    margin-top: 2.5rem;
  }
  .pc-career-block {
    padding: 60px 0;
  }
  .pc-career__items + .pc-career__items {
    margin-top: 60px;
  }
  .pc-career__items-ttl {
    margin-bottom: 60px;
    font-size: 26px;
    font-size: 1.631372549rem;
  }
  .pc-career__itemWrapSp {
    display: none;
  }
  .pc-career__itemWrapPc {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 13px;
  }
  .pc-career__itemWrapPc._02 {
    grid-template-columns: repeat(4, 1fr);
  }
  .pc-career__itemWrapPc._02 .pc-career__itemPc:nth-of-type(1) img {
    width: 49.32px;
  }
  .pc-career__itemWrapPc._02 .pc-career__itemPc:nth-of-type(1) .pc-career__itemPc-name {
    height: 60px;
  }
  .pc-career__itemWrapPc._02 .pc-career__itemPc:nth-of-type(2) {
    padding-bottom: 0;
  }
  .pc-career__itemWrapPc._02 .pc-career__itemPc:nth-of-type(2) img {
    width: 32.85px;
  }
  .pc-career__itemWrapPc._02 .pc-career__itemPc:nth-of-type(2) .pc-career__itemPc-name {
    height: 100px;
  }
  .pc-career__itemWrapPc._02 .pc-career__itemPc:nth-of-type(3) img {
    width: 91.3px;
  }
  .pc-career__itemWrapPc._02 .pc-career__itemPc:nth-of-type(3) .pc-career__itemPc-name {
    height: 150.86px;
  }
  .pc-career__itemWrapPc._02 .pc-career__itemPc:nth-of-type(4) img {
    width: 52.74px;
  }
  .pc-career__itemWrapPc._02 .pc-career__itemPc:nth-of-type(4) .pc-career__itemPc-name {
    height: 200.24px;
  }
  .pc-career__itemWrapPc._02 .pc-career__item-text {
    min-height: min(36.5333333333vw,137px);
  }
  .pc-career__itemPc {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .pc-career__itemPc img {
    display: block;
    margin: 0 auto;
  }
  .pc-career__itemPc-name {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 65, 0, 0.15);
    border-top: 1px solid #474747;
    border-right: 1px solid #474747;
    border-left: 1px solid #474747;
    font-size: 15px;
    font-size: 0.9411764706rem;
    font-weight: 700;
  }
  .pc-career__itemPc-text {
    margin-top: 1rem;
    position: relative;
    padding: min(5.8666666667vw,22px);
    min-height: min(45.3333333333vw,170px);
    background-color: #eeeeee;
    font-size: 13px;
    font-size: 0.8156862745rem;
    font-weight: 500;
    border-radius: 10px;
    line-height: 1.8;
  }
  .pc-career__itemPc-text svg {
    position: absolute;
    top: -0.6rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .pc-career__itemPc:nth-of-type(1) img {
    width: 49.32px;
  }
  .pc-career__itemPc:nth-of-type(1) .pc-career__itemPc-name {
    height: 60px;
  }
  .pc-career__itemPc:nth-of-type(2) img {
    width: 32.85px;
  }
  .pc-career__itemPc:nth-of-type(2) .pc-career__itemPc-name {
    height: 94.79px;
  }
  .pc-career__itemPc:nth-of-type(3) img {
    width: 32.85px;
  }
  .pc-career__itemPc:nth-of-type(3) .pc-career__itemPc-name {
    height: 129.87px;
  }
  .pc-career__itemPc:nth-of-type(4) img {
    width: 91.3px;
  }
  .pc-career__itemPc:nth-of-type(4) .pc-career__itemPc-name {
    height: 164.08px;
  }
  .pc-career__itemPc:nth-of-type(5) img {
    width: 52.74px;
  }
  .pc-career__itemPc:nth-of-type(5) .pc-career__itemPc-name {
    height: 200.24px;
  }
  .pc-interview {
    display: flex;
    justify-content: space-between;
  }
  .pc-interview-item {
    width: 32.2580645161%;
    padding: 0;
  }
  .pc-interview-item .text {
    display: block;
    margin-top: 20px;
    min-height: auto;
  }
  .pc-interview-item h3 {
    font-size: 22px;
    font-size: 1.3803921569rem;
  }
  .pc-interview-item p {
    margin-top: 20px;
    font-size: 17px;
    font-size: 1.0666666667rem;
    line-height: 1.2;
  }
  .pc-interview-block {
    padding: 60px 0;
  }
  .pc-tool {
    padding: 60px 0;
  }
  .pc-media {
    padding: 60px 0;
  }
  .pc-environment-block {
    padding: 60px 0;
  }
  .pc-environment-pcItem + .pc-environment-pcItem {
    margin-top: 50px;
  }
  .pc-environment-pcItem h3 {
    margin-bottom: 50px;
    font-size: 26px;
    font-size: 1.631372549rem;
    font-weight: bold;
  }
  .pc-environment-pcItem h3.ta-r {
    text-align: right;
  }
  .pc-environment-pcItem .lead {
    font-size: 15px;
    font-size: 0.9411764706rem;
    margin-bottom: 23px;
    line-height: 1.7333333333;
  }
  .pc-environment-pcItem .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pc-environment-pcItem__text {
    width: 50%;
  }
  .pc-environment-pcItem__text-pict {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pc-environment-pcItem__text-pict .item {
    width: 49.2857142857%;
  }
  .pc-environment-pcItem__text-pict .item p {
    font-size: 14px;
    font-size: 0.8784313725rem;
    margin-top: 13px;
    line-height: 1.4285714286;
  }
  .pc-environment-pcItem__pict {
    width: 47.8571428571%;
  }
  .pc-environment-btn {
    margin-top: 50px;
    flex-direction: row;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
.lightbox *:focus {
  outline: 1px solid !important;
}

/*2024-12-18：松本さん動画設置*/
.lc-inner,
.lc-inner--wide {
text-align: center;
}
.pc-movie .c-h-narrow-title {
	text-align: center;
	margin-top: 5rem;
}

/*2025-02-28：VMT候補者向けページ改修*/
@media screen and (min-width: 768px) {
.pc-document-block--pink .pc-interview {
	justify-content: center;
    }
}
.pc-tool--pink .pc-service__item:nth-child(1) {
	grid-column: 1/span 3;
	grid-row: 2/span 1;
  }
.pc-tool--pink .pc-service__item:nth-child(1) a {
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.875rem;
  }
.pc-tool--pink .pc-service__item:nth-child(1) .pc-service__body {
    margin-top: 0rem;
  }
.pc-tool--pink .pc-service__item:nth-child(1) .pc-service__text {
    margin-top: 1.5rem;
  }
/*# sourceMappingURL=candidate.css.map */