@charset "UTF-8";
body {
  background-color: #f7f7f7;
  color: #000;
  font-family: "Noto Sans JP", sans-serif; }

.u-desktop {
  display: none; }

/* リキッドレイアウト対応 */
html {
  font-size: 16px; }

*,
*::before,
*::after {
  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 */
/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeLegibility; }

/* 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: 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; }

/* ホバー */
a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s; }

.l-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900; }

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%; }

.l-interview-link {
  margin-top: 1.5rem; }

.l-page-breadcrumbs {
  margin-top: 2.1875rem; }

.l-page-contact {
  margin-top: 1.5rem; }

.l-page-interview {
  margin-top: 2.5rem; }

.l-policy {
  margin-top: 1.875rem; }

.l-recruit {
  margin-top: 2.5rem; }

.l-service {
  margin-top: 2.125rem; }

.l-value-mv {
  margin-top: 1.6875rem; }

.l-value {
  margin-top: 1.5rem; }

.c-bg-blue-title {
  background-color: #1F4799;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7777777778;
  padding: 0.25rem 1.0625rem; }

.c-bg-blue-title.c-bg-blue-title--policy {
  font-size: 1rem; }

.c-line-text {
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2857142857; }

.c-line-text::before {
  background-color: #fff;
  content: "";
  height: 1px;
  margin-right: 0.25rem;
  margin-top: 0.5625rem;
  width: 0.5rem; }

.p-main-menu__nav-right-item .c-line-text:hover {
  opacity: 0.7; }

.c-menu-text {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2857142857; }

.c-menu-text::before {
  background-color: #527ACC;
  content: "";
  height: 0.25rem;
  margin-right: 0.4375rem;
  width: 0.25rem; }

.c-menu-text:hover {
  opacity: 0.7; }

.p-page-title {
  background: linear-gradient(337.22deg, #1F4799 1.34%, #527ACC 98.66%);
  padding: 1.9375rem 0 2.3125rem; }

.p-page-title__text {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6; }

.p-page-title__text span {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  margin-left: 1rem;
  text-transform: capitalize; }

.c-page-title {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2727272727; }

.c-page-title.c-page-title--sp-big {
  font-size: 1.875rem;
  letter-spacing: 0; }

.c-page-title.c-page-title--staff {
  font-size: 1.5rem;
  letter-spacing: 0; }

.c-page-title.c-page-title--license {
  font-size: 1.125rem;
  letter-spacing: 0; }

.c-page-title.c-page-title--policy {
  font-size: 1.25rem; }

.c-page-title span {
  align-items: center;
  color: #1F4799;
  display: flex;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 1rem; }

.c-page-title.c-page-title--nowrap {
  flex-wrap: nowrap; }

.c-page-title.c-page-title--recruit span {
  margin-top: 0; }

.c-page-title::before {
  background: linear-gradient(337.22deg, #1F4799 1.34%, #527ACC 98.66%);
  content: "";
  height: 1.75rem;
  margin-right: 1rem;
  margin-top: 0.1875rem;
  width: 0.5rem; }

.c-page-title.c-page-title--sp-big::before {
  margin-top: 0.4375rem; }

.c-page-title.c-page-title--recruit::before {
  margin-right: 0.375rem; }

.c-page-title.c-page-title--license::before {
  height: 1.125rem;
  width: 0.25rem; }

.c-page-title.c-page-title--policy::before {
  height: 1.125rem;
  margin-right: 0.3125rem;
  margin-top: 0.25rem;
  width: 0.25rem; }

.c-title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2; }

.c-title::before {
  background-color: #527ACC;
  content: "";
  height: 0.75rem;
  margin-right: 0.375rem;
  width: 0.1875rem; }

.c-title.c-title--top-contact {
  color: #000; }

.c-top-button {
  align-items: center;
  align-items: center;
  background-color: #fff;
  border-radius: 2.875rem;
  display: flex;
  display: inline-block;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  max-width: 20rem;
  padding: 1.0625rem;
  width: 100%; }

.c-top-button.c-top-button--blue {
  background-color: #4870C2;
  color: #fff; }

.c-top-button::before {
  background-image: url(../images/common/arrow-icon2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.75rem;
  margin-right: 0.5rem;
  transition: transform 0.3s;
  width: 1.75rem; }

.c-top-button.c-top-button--blue::before {
  background-image: url(../images/common/arrow-icon1.png); }

.c-top-button:hover {
  opacity: 0.7; }

.c-top-button:hover::before {
  transform: translateX(3px); }

.p-about {
  background-color: #f7f7f7;
  padding: 2.5rem 0; }

.p-about__img img {
  -o-object-fit: cover;
  aspect-ratio: 360/206;
  height: 100%;
  object-fit: cover;
  width: 100%; }

.p-about__content {
  margin-top: 2.6875rem; }

.p-about__overview-table {
  margin-top: 1.5rem; }

.p-about__overview-table dl + dl {
  margin-top: 0.5rem; }

.p-about__overview-table dl {
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  display: flex; }

.p-about__overview-table dt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  width: 5.1875rem; }

.p-about__overview-table dd {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: calc(100% - 5.1875rem); }

.p-about__overview-table dl:nth-child(4) dd {
  line-height: 1.25; }

.p-about__policy {
  margin-top: 2.75rem; }

.p-about__policy-content {
  margin-top: 1.5rem; }

.p-about__policy-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5; }

.p-about__policy-items {
  margin-top: 1.5rem; }

.p-about__policy-item + .p-about__policy-item {
  margin-top: 0.5rem; }

.p-about__policy-item a {
  background-color: #fff;
  border-radius: 1.625rem;
  display: block;
  padding: 0.6875rem 3rem 0.8125rem 1.1875rem;
  position: relative; }

.p-about__policy-item a::after {
  background-image: url(../images/common/arrow-icon2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.75rem;
  margin-right: 0.25rem;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
  width: 1.75rem; }

.p-about__policy-item a:hover {
  opacity: 0.7; }

.p-about__policy-item a:hover::after {
  transform: translate(3px, -50%); }

.p-body-flex__content + .p-body-flex__content {
  margin-top: 0.6875rem; }

.p-body-flex__content {
  background-color: #1F4799;
  border-radius: 1rem;
  padding: 1.125rem 0.6875rem 0.6875rem; }

.p-body-flex__title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.6; }

.p-body-flex__title::before {
  background-image: url(../images/service/service-training-icon1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 4.1875rem;
  margin-right: 1.9375rem;
  width: 4.25rem; }

.p-body-flex__content:nth-child(2) .p-body-flex__title::before {
  background-image: url(../images/service/service-training-icon2.png); }

.p-body-flex__body {
  -moz-column-gap: 1.0625rem;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 0.5rem;
  column-gap: 1.0625rem;
  display: flex;
  margin-top: 1.125rem;
  padding: 0.5625rem 0.6875rem 0.75rem 1rem; }

.p-body-flex__label {
  background-color: #666;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.25rem;
  padding: 1.5rem 0.375rem;
  white-space: nowrap;
  width: 3.4375rem; }

.p-body-flex__text-wrap {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  width: calc(100% - 1.0625rem - 3.4375rem); }

.p-body-flex__text {
  display: flex;
  padding-left: 0.875rem;
  position: relative; }

.p-body-flex__text::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  margin-right: 0.5625rem;
  position: absolute;
  top: 0.6875rem;
  width: 5px; }

.p-body-flex__explain {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 0.875rem;
  text-align: center; }

.p-body-img-text__img img {
  -o-object-fit: cover;
  aspect-ratio: 360/236;
  height: 100%;
  object-fit: cover;
  width: 100%; }

.p-body-img-text__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 0.625rem; }

.p-breadcrumbs {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1; }

.p-breadcrumbs__item {
  align-items: center;
  display: flex; }

.p-breadcrumbs__item:not(:first-child):before {
  background-image: url(../images/common/arrow-icon4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.5rem;
  margin-right: 0.5rem;
  width: 0.3125rem; }

.p-common-employee {
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  grid-row-gap: 0.8125rem;
  column-gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.8125rem; }

.p-common-employee__item {
  display: flex;
  flex-direction: column; }

.p-common-employee__item.p-common-employee__item--active a {
  opacity: 0.5;
  pointer-events: none; }

.p-common-employee__item.p-common-employee__item--active a:hover {
  opacity: 1; }

.p-common-employee.p-common-employee--page a {
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

.p-common-employee__item a:hover {
  opacity: 0.5; }

.p-common-employee__item-img {
  border-radius: 1rem; }

.p-common-employee__item-img img {
  -o-object-fit: cover;
  aspect-ratio: 176/272;
  border-radius: 1rem;
  height: 100%;
  object-fit: cover;
  width: 100%; }

.p-common-employee__item-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 1rem; }

.p-common-employee__item-department-wrap {
  flex-grow: 1; }

.p-common-employee__item-department {
  background-color: #1F4799;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.125rem;
  width: -moz-fit-content;
  width: fit-content; }

.p-common-employee__item-department span {
  display: inline-block; }

.p-common-employee__item-name-wrap {
  margin-top: 0.25rem; }

.p-common-employee__item-name {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1; }

.p-common-employee__item-romaji {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.25rem; }

.p-common-employee__item-year {
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 0.25rem; }

.p-common-wrap {
  background-color: #fff;
  border-radius: 1rem;
  padding: 0.875rem 0.75rem 1.0625rem; }

.p-contact {
  background-color: #333;
  padding: 1.5rem 0; }

.p-contact__content {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.5625rem 1.25rem 1.3125rem; }

.p-contact__heading-en {
  align-items: center;
  color: #1F4799;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize; }

.p-contact__heading-en::before {
  background-color: #1F4799;
  border-radius: 50%;
  content: "";
  height: 0.6875rem;
  margin-right: 0.25rem;
  width: 0.6875rem; }

.p-contact__heading-ja {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 0.5833333333;
  margin-top: 1rem; }

.p-contact__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.5rem; }

.p-contact__tel-content {
  margin-top: 1.5rem; }

.p-contact__tel {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 0.9333333333;
  margin-top: 0.125rem;
  text-align: center; }

.p-contact__time {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 0.125rem;
  text-align: center; }

.p-contact__button-content {
  margin-top: 1.125rem; }

.p-contact__button-wrap + .p-contact__button-wrap {
  margin-top: 0.6875rem; }

.p-contact__button a {
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 1.5rem;
  display: inline-block;
  display: flex;
  justify-content: center;
  padding: 0.75rem;
  width: 100%; }

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

.p-contact__button a::before {
  background-image: url(../images/common/mail-icon-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.75rem;
  margin-right: 0.3125rem;
  transition: transform 0.3s;
  width: 1rem; }

.p-contact__button.p-contact__button--entry a::before {
  background-image: url(../images/common/pen-icon.png); }

.p-footer {
  background-color: #1F4799;
  padding: 1.5rem 0 1.75rem; }

.p-footer__item a {
  color: #fff;
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3846153846;
  padding: 0.125rem 0;
  text-align: center;
  width: 100%; }

.p-footer__item:first-child a {
  padding-left: 0; }

.p-footer__item:last-child a {
  padding-right: 0; }

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

.p-footer__copy {
  color: #fff;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 0.875rem;
  text-align: center;
  width: 100%; }

.p-header {
  background-color: #fff;
  height: 3rem; }

.p-header__inner {
  display: flex;
  height: inherit;
  justify-content: space-between;
  padding-left: 0.9375rem; }

.p-header__logo {
  height: inherit;
  max-width: 11.9375rem;
  width: 100%; }

.p-header__logo a {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-direction: column;
  height: inherit;
  justify-content: center;
  row-gap: 0.0625rem; }

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

.p-header__logo-img {
  max-width: 11.625rem; }

.p-header__logo-img img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%; }

.p-header__logo-text {
  font-size: 0.4375rem;
  line-height: 1.5714285714;
  white-space: nowrap; }

.p-header__sp-button {
  align-items: center;
  display: flex;
  justify-content: center; }

.p-header__nav-list.p-header__nav-list--bottom .p-header__nav-item.p-header__nav-item--contact a {
  align-items: center;
  background-color: #527ACC;
  border-radius: 1rem;
  color: #fff;
  display: inline-block;
  display: flex;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0.5625rem 1.6875rem; }

.p-header__nav-list.p-header__nav-list--bottom .p-header__nav-item.p-header__nav-item--contact a::before {
  background-image: url(../images/common/mail-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.625rem;
  margin-right: 0.3125rem;
  width: 0.875rem; }

.p-header__sp-button a {
  align-items: center;
  background-color: #527ACC;
  border-radius: 1.25rem;
  color: #fff;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  max-width: 7.75rem;
  padding: 0.5625rem 0.4375rem;
  width: 100%; }

.p-header__sp-button a::before {
  background-image: url(../images/common/mail-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.75rem;
  margin-right: 0.3125rem;
  width: 1.0625rem; }

.p-header__nav {
  display: none;
  height: inherit; }

.p-header__nav-list {
  display: flex; }

.p-header__nav-list.p-header__nav-list--top {
  height: 43%; }

.p-header__nav-list.p-header__nav-list--bottom {
  height: 57%; }

.p-header__nav-item {
  align-items: flex-start;
  display: flex;
  height: 100%; }

.p-header__nav-item.p-header__nav-item--no-right-padding a {
  padding-right: 0; }

.p-header__sp-button-wrap {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  display: flex; }

.p-header__nav-item a {
  align-items: center;
  color: #333;
  display: flex;
  display: flex;
  font-size: 0.75rem;
  font-weight: 500;
  height: 100%;
  line-height: 1;
  padding: 0 0.625rem;
  position: relative; }

.p-header__nav-list.p-header__nav-list--top .p-header__nav-item:not(:first-child) a::before {
  background-color: #000;
  content: "";
  height: 0.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px; }

.p-header__nav-list.p-header__nav-list--bottom .p-header__nav-item a {
  align-items: flex-start;
  font-size: 0.875rem;
  padding: 0 0.25rem;
  padding-top: 0.5rem; }

.p-header__nav-list.p-header__nav-list--bottom .p-header__nav-item a::before {
  background-image: url(../images/common/menu-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.5rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  transition: transform 0.3s;
  width: 0.3125rem; }

.p-header__nav-item a:hover {
  opacity: 0.7; }

.p-header__nav-list.p-header__nav-list--bottom .p-header__nav-item:not(.p-header__nav-item--external):not(.p-header__nav-item--contact) a:hover::before {
  transform: translateX(3px); }

.p-header__nav-list.p-header__nav-list--bottom .p-header__nav-item.p-header__nav-item--external a::before {
  background-image: url(../images/common/external-link-icon.png);
  height: 0.625rem;
  margin-top: 0.1875rem;
  width: 0.625rem; }

.p-header__nav-item.p-header__nav-item--contact {
  margin-left: 0.375rem; }

.p-header__nav-item.p-header__nav-item--contact a {
  height: auto; }

.p-header__hamburger {
  background-color: #656565;
  border: none;
  cursor: pointer;
  height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  transition: 0.3s;
  width: 3rem;
  z-index: 999; }

.p-header__hamburger span {
  background-color: #fff;
  display: block;
  height: 1.7px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 1.25rem; }

.p-header__hamburger span:nth-of-type(1) {
  top: -0.25rem; }

.p-header__hamburger span:nth-of-type(2) {
  top: 0; }

.p-header__hamburger span:nth-of-type(3) {
  top: 0.25rem; }

.p-header__drawer-wrap {
  bottom: 0;
  display: none;
  height: calc(100vh - 10rem);
  left: 50%;
  max-width: 36.25rem;
  overflow-y: scroll;
  position: absolute;
  top: 3.9375rem;
  transform: translateX(-50%);
  width: 95%;
  z-index: 900; }

.p-header__drawer {
  background-color: #333;
  border-radius: 1.25rem;
  padding: 1.75rem 1.25rem 2.4375rem;
  position: relative;
  scrollbar-width: none; }

.p-header__drawer::-webkit-scrollbar {
  display: none; }

.p-header__bg {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 3rem;
  width: 100%;
  z-index: 899; }

.p-header__drawer-hamburger {
  background-color: #161616;
  display: block;
  height: 1.6875rem;
  margin-left: auto;
  margin-right: 1.25rem;
  padding: 0;
  position: relative;
  width: 1.6875rem; }

.p-header__drawer-hamburger span {
  background-color: #fff;
  display: block;
  display: block;
  height: 1px;
  left: 0.375rem;
  position: absolute;
  top: 0.875rem;
  transition: 0.5s;
  width: 1rem; }

.p-header__drawer-hamburger span:nth-of-type(1) {
  transform: rotate(45deg); }

.p-header__drawer-hamburger span:nth-of-type(2) {
  transform: rotate(-45deg); }

.p-header__drawer-nav {
  margin: auto; }

.p-header__drawer-item a {
  align-items: center;
  color: #fff;
  display: block;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding: 1rem 0;
  position: relative; }

.p-header__drawer-item:not(:last-child) a {
  border-bottom: 1px solid #4D4D4D; }

.p-header__drawer-item a::before {
  background-color: #527ACC;
  content: "";
  height: 0.25rem;
  margin-right: 0.25rem;
  width: 0.25rem; }

.p-header__drawer-item a::after {
  background-image: url(../images/common/menu-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3125rem; }

.p-header__drawer-tel {
  margin-right: -0.4375rem;
  margin-top: 0.4375rem; }

.p-header__drawer-title {
  white-space: nowrap; }

.p-header__drawer-text-body {
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  display: flex;
  margin-top: 0.125rem; }

.p-header__drawer-text-tel {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.12;
  width: 10.375rem; }

.p-header__drawer-text-time {
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.3333333333;
  width: calc(100% - 11rem); }

.p-header__drawer-flex {
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  display: flex;
  margin-top: 0.625rem; }

.p-header__title-wrap {
  width: 50%; }

.p-header__drawer-button {
  margin-top: 0.3125rem; }

.p-header__drawer-button a {
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 1.5rem;
  display: inline-block;
  display: flex;
  justify-content: center;
  max-width: 10rem;
  padding: 0.625rem 1.125rem;
  width: 100%; }

.p-header__drawer-button a:before {
  background-image: url(../images/common/mail-icon-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.75rem;
  margin-right: 0.3125rem;
  width: 1rem; }

.p-header__drawer-company {
  border-top: 1px solid #4D4D4D;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.125;
  margin-top: 1.9375rem;
  padding-top: 1.1875rem;
  text-align: center; }

.p-header__drawer-address {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.5rem;
  text-align: center; }

.p-header__drawer-button-external {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  max-width: 18.75rem;
  width: 100%; }

.p-header__drawer-button-external img {
  -o-object-fit: contain;
  aspect-ratio: 300/80;
  height: 100%;
  object-fit: contain;
  width: 100%; }

.scroll-prevent {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: -1; }

.p-interview-link__text-wrap {
  background-color: #f2f2f2;
  padding: 0.625rem 0.875rem 1.1875rem 0.9375rem; }

.p-interview-link__name-wrap {
  align-items: flex-end;
  display: flex; }

.p-interview-link__name {
  font-size: 1.5rem;
  font-weight: 700; }

.p-interview-link__year {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 1.125rem;
  padding-bottom: 0.375rem; }

.p-interview-link__department {
  font-size: 0.875rem;
  font-weight: 700; }

.p-interview-link__text {
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.5625rem; }

.p-interview-link__items {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 1.5625rem; }

.p-interview-link__item {
  flex-grow: 1;
  position: relative; }

.p-interview-link__item:not(:last-child)::after {
  background-color: #5972A6;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 94.72%; }

.p-interview-link__item a {
  background-color: #7A8EB8;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: 100%;
  line-height: 1.1428571429;
  padding: 0.5rem 2.0625rem 0.5rem 1.9375rem;
  position: relative;
  width: 100%; }

.p-interview-link__item:first-child a {
  padding-top: 0.8125rem; }

.p-interview-link__item:last-child a {
  padding-bottom: 0.8125rem; }

.p-interview-link__item a span::after {
  background-image: url(../images/interview/arrow-icon-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.375rem;
  position: absolute;
  right: -1.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem; }

.p-interview-link__item a span {
  display: block;
  position: relative; }

.p-interview-link__item a span::before {
  color: #fff;
  content: "Q";
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.25rem;
  left: -1.25rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6875rem; }

.p-interview-mv__inner {
  height: inherit; }

.p-interview-mv__img-wrap {
  height: 8.875rem;
  margin: 0 calc(50% - 50vw);
  position: relative; }

.p-interview-mv__img,
.p-interview-mv__img img {
  height: inherit; }

.p-interview-mv__img img {
  -o-object-fit: cover;
  -o-object-position: 100% 18%;
  aspect-ratio: 400/142;
  height: 100%;
  object-fit: cover;
  object-position: 100% 18%;
  width: 100%; }

.p-interview-mv__title-wrap {
  margin-top: 1.5rem;
  width: 100%; }

.p-interview-mv__title-wrap.u-desktop {
  display: none; }

.p-interview-mv__text {
  -webkit-box-decoration-break: clone;
  background-color: #1F4799;
  box-decoration-break: clone;
  color: #fff;
  display: inline;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7777777778;
  padding: 0.125rem 0.3125rem; }

.p-interview-mv__text span {
  display: inline-block; }

.p-interview-mv__text + .p-interview-mv__text {
  margin-top: 0.375rem; }

.p-logo {
  background-color: #333;
  padding: 1.75rem 0 2.375rem; }

.p-logo__inner {
  padding-left: 3.125rem;
  padding-right: 3.125rem; }

.p-logo__title {
  color: #999;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center; }

.p-logo__title span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 0.25rem; }

.p-logo__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.4375rem; }

.p-logo__item a {
  -o-object-fit: contain;
  aspect-ratio: 299/69;
  display: block;
  height: 100%;
  object-fit: contain;
  position: relative;
  width: 100%; }

.p-logo__item a::before {
  background-image: url(../images/common/arrow-icon3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
  width: 0.25rem; }

.p-logo__item.p-logo__item--arrow-brown a::before {
  background-image: url(../images/common/arrow-icon4.png);
  width: 0.3125rem; }

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

.p-logo__item a:hover::before {
  transform: translate(3px, -50%); }

.p-main-menu {
  background-color: #1F4799;
  padding: 5rem 0 4.5rem; }

.p-main-menu__wrap {
  -moz-column-gap: 2.9375rem;
  column-gap: 2.9375rem;
  display: flex; }

.p-main-menu__left {
  max-width: 18.8125rem;
  width: 100%; }

.p-main-menu__logo {
  max-width: 17.8125rem;
  width: 100%; }

.p-main-menu__logo a {
  display: block; }

.p-main-menu__logo a:hover {
  opacity: 0.7; }

.p-main-menu__logo img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%; }

.p-main-menu__address {
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2857142857;
  margin-top: 2rem; }

.p-main-menu__right {
  max-width: 36.25rem;
  width: 100%; }

.p-main-menu__nav {
  display: flex;
  justify-content: space-between; }

.p-main-menu__nav-left-items {
  max-width: 7.125rem;
  width: 100%; }

.p-main-menu__nav-left-item + .p-main-menu__nav-left-item {
  margin-top: 0.5rem; }

.p-main-menu__nav-middle {
  max-width: 16.3125rem;
  width: 100%; }

.p-main-menu__nav-middle-wrap {
  margin-top: 0.5rem; }

.p-main-menu__nav-middle-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  justify-content: space-between;
  padding-left: 0.5625rem; }

.p-main-menu__nav-middle-items + .p-main-menu__nav-middle-items {
  margin-top: 1rem; }

.p-main-menu__nav-middle-item:first-child {
  max-width: 6.75rem;
  width: 100%; }

.p-main-menu__nav-middle-item:last-child {
  max-width: 7.5rem;
  width: 100%; }

.p-main-menu__nav-middle-item {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid; }

.p-main-menu__nav-middle-item a {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid; }

.p-main-menu__nav-middle-item a:hover {
  opacity: 0.7; }

.p-main-menu__nav-middle-item a span {
  color: #fff;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.1666666667;
  margin-top: 0.25rem; }

.p-main-menu__nav-right {
  max-width: 10.0625rem;
  width: 100%; }

.p-main-menu__nav-right-items {
  margin-top: 0.5rem;
  padding-left: 0.5625rem; }

.p-main-menu__nav-right-item + .p-main-menu__nav-right-item {
  margin-top: 0.25rem; }

.p-map__content {
  height: 0;
  padding-top: 66%;
  position: relative;
  width: 100%; }

.p-map__content iframe {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.p-mv__inner {
  height: inherit; }

.p-mv__img-wrap {
  height: inherit;
  position: relative; }

.p-mv__img {
  height: inherit; }

.p-mv__img-sub1 {
  animation-delay: 2.5s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: img;
  height: 5.25vw;
  left: 5.25%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 5.25vw; }

.p-mv__img-sub2 {
  animation-delay: 1.5s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: img;
  height: 5.2vw;
  left: 15.625%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 5.2vw; }

.p-mv__img-sub3 {
  animation-delay: 3.5s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: img;
  height: 5.2vw;
  left: 5.2%;
  opacity: 0;
  position: absolute;
  top: 28.53%;
  width: 5.2vw; }

.p-mv__img-sub4 {
  animation-delay: 5.5s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: img;
  bottom: 14.265%;
  height: 5.2vw;
  opacity: 0;
  position: absolute;
  right: 10.417%;
  width: 5.2vw; }

.p-mv__img-sub5 {
  animation-delay: 6.5s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: img;
  bottom: 14.265%;
  height: 5.2vw;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 5.2vw; }

.p-mv__img-sub6 {
  animation-delay: 4.5s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: img;
  bottom: 0;
  height: 5.2vw;
  opacity: 0;
  position: absolute;
  right: 17.625%;
  width: 5.2vw; }

.p-mv__button {
  bottom: 10px;
  height: 100%;
  max-height: 2.5rem;
  max-width: 13.375rem;
  position: fixed;
  right: 0.0625rem;
  width: 100%;
  z-index: 100; }

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

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

.p-mv__button picture,
.p-mv__button img {
  -o-object-fit: cover;
  aspect-ratio: 214/40;
  height: 100%;
  object-fit: cover;
  width: 100%; }

.p-mv__title-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem; }

.p-mv__text {
  animation: show01;
  animation-delay: 0.4s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  color: transparent;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 0.7;
  padding: 0.5625rem 0.4375rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content; }

.p-mv__text:before {
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
  animation-name: mask02;
  background: #527ACC;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  width: 100%;
  z-index: 2; }

.p-mv__text::after {
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-name: mask01;
  background: #527ACC;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.p-mv__text span {
  display: block;
  position: relative;
  z-index: 1; }

.p-mv__text strong {
  animation: show02;
  animation-delay: 0.4s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards; }

.p-mv__text + .p-mv__text {
  margin-top: 0.375rem; }

.p-page-contact {
  padding-bottom: 2.9375rem; }

.p-page-contact__content {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.75rem 1.25rem; }

.p-page-employee {
  background-color: #EDEFF2;
  padding: 2.3125rem 0 3.375rem; }

.p-page-employee__heading {
  -webkit-text-decoration: underline;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-decoration: underline; }

.p-page-employee__items {
  margin-top: 1.5625rem; }

.p-page-employee__button {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem; }

.p-page-interview {
  margin-bottom: 2.5rem; }

.p-page-interview__content + .p-page-interview__content {
  margin-top: 2.5rem; }

.p-page-interview__img img {
  -o-object-fit: cover;
  aspect-ratio: 360/421;
  border-radius: 1rem;
  height: 100%;
  object-fit: cover;
  width: 100%; }

.p-page-interview__items {
  margin-top: 1.5rem; }

.p-page-interview__item + .p-page-interview__item {
  margin-top: 1.5rem; }

.p-page-interview__item-question {
  color: #1F4799;
  font-size: 0.875rem;
  font-weight: 700;
  padding-left: 3em;
  text-indent: -3em; }

.p-page-interview__item-question span {
  background-color: #1F4799;
  border-radius: 0.75rem;
  color: #fff;
  margin-right: 0.5rem;
  padding: 0 0.75rem 0.125rem 0.75rem; }

.p-page-interview__item-answer {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 0.5rem; }

.p-page-interview__item-answer span {
  display: inline-block; }

.p-page-interview__item-text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8666666667;
  margin-top: 1.1875rem; }

.p-page-link {
  padding: 1.1875rem 0; }

.p-page-link__items {
  -moz-column-gap: 1rem;
  background-color: #E6E6E6;
  border-radius: 1rem;
  column-gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0.3125rem 0.625rem 0.5rem 0.6875rem; }

.p-page-link__item a {
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  height: 100%;
  line-height: 2; }

.p-page-link__item a::before {
  background-image: url(../images/common/arrow-icon3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.3125rem;
  margin-right: 0.6875rem;
  margin-top: 1rem;
  transform: rotate(90deg);
  width: 0.5rem; }

.p-page-link.p-page-link--recruit .p-page-link__item a::before {
  margin-right: 0.5rem; }

.p-page-mv {
  height: auto; }

.p-page-mv__inner,
.p-page-mv__img,
.p-page-mv__img img {
  height: inherit; }

.p-page-mv__img {
  position: relative; }

.p-page-mv__img::before {
  background: linear-gradient(301.81deg, #1F4799 19.14%, #527ACC 80.86%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: hard-light;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%; }

.p-page-mv__img img {
  -o-object-fit: contain;
  aspect-ratio: 400/83;
  height: 100%;
  object-fit: contain;
  width: 100%; }

.p-page-service {
  overflow: hidden; }

.p-page-service__inner {
  padding-bottom: 0.875rem; }

.p-page-service__content + .p-page-service__content {
  margin-top: 2.5rem; }

.p-page-service__content {
  padding-top: 2.75rem;
  position: relative; }

.p-page-service__content::before {
  background-image: url(../images/service/service-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 74.25vw;
  left: 0;
  margin-left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1; }

.p-page-service__content:nth-child(2):before {
  background-image: url(../images/service/service-bg2.png); }

.p-page-service__content:nth-child(3):before {
  background-image: url(../images/service/service-bg3.png); }

.p-page-service__content:nth-child(4):before {
  background-image: url(../images/service/service-bg4.png); }

.p-page-service__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 2.5625rem; }

.p-page-service__items {
  margin-top: 1.3125rem; }

.p-page-service__item + .p-page-service__item {
  margin-top: 1.5rem; }

.p-page-service__item-title {
  color: #1F4799;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7777777778; }

.p-page-service__item-title::before {
  background: linear-gradient(337.22deg, #1F4799 1.34%, #527ACC 98.66%);
  border-radius: 50%;
  content: "";
  height: 1rem;
  margin-right: 0.5rem;
  margin-top: 0.625rem;
  width: 1rem; }

.p-page-service__item-body {
  margin-top: 0.625rem; }

.p-page-service__training-item {
  margin-top: 1.3125rem; }

.p-policy-compliance__heading {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 0.5rem; }

.p-policy-compliance__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 0.5rem; }

.p-policy-compliance__content {
  margin-top: 1.5rem; }

.p-policy-contact {
  border: 1px solid #000;
  padding: 0.4375rem 0.4375rem 0.875rem; }

.p-policy-contact__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2; }

.p-policy-contact__wrap {
  margin-top: 0.1875rem;
  padding-left: 0.6875rem; }

.p-policy-contact__left dl,
.p-policy-contact__right dl {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  display: flex; }

.p-policy-contact__left dt,
.p-policy-contact__right dt {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857143;
  width: 3.75rem; }

.p-policy-contact__left dd,
.p-policy-contact__right dd {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  width: calc(100% - 3.5rem - 1rem); }

.p-policy-ethics {
  padding-bottom: 2.5rem; }

.p-policy-ethics__heading {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 0.5rem; }

.p-policy-ethics__wrap {
  margin-top: 1rem; }

.p-policy-ethics__content + .p-policy-ethics__content {
  margin-top: 1rem; }

.p-policy-ethics__content-date-name {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 1rem;
  text-align: right; }

.p-policy-ethics__content-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 1rem; }

.p-policy-ethics__lists {
  margin-top: 0.5rem; }

.p-policy-ethics__list + .p-policy-ethics__list {
  margin-top: 1rem; }

.p-policy-ethics__list-title {
  background-image: linear-gradient(to right, #000 3px, transparent 3px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 0.25rem; }

.p-policy-ethics__list-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.25rem; }

.p-policy-ethics__items {
  margin-top: 0.6875rem; }

.p-policy-ethics__item + .p-policy-ethics__item {
  margin-top: 1rem; }

.p-policy-ethics__item-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 0.25rem; }

.p-policy-ethics__item-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding-left: calc(0.875rem + 1em);
  text-indent: -1em; }

.p-policy-privacy__heading {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 0.5rem; }

.p-policy-privacy__wrapper {
  background-color: #fff;
  border-radius: 1rem;
  margin-top: 0.625rem;
  padding: 1.5625rem 0.875rem 1.1875rem; }

.p-policy-privacy__wrapper.p-policy-privacy__wrapper--second {
  margin-top: 2.5rem; }

.p-policy-privacy__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333; }

.p-policy-privacy__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.5rem; }

.p-policy-privacy__contents {
  margin-top: 0.9375rem; }

.p-policy-privacy__content + .p-policy-privacy__content {
  margin-top: 1.25rem; }

.p-policy-privacy__content-title {
  border-bottom: 1px solid #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7777777778;
  padding-bottom: 0.5rem; }

.p-policy-privacy__date {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: right; }

.p-policy-privacy__content-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1rem; }

.p-policy-privacy__lists {
  margin-top: 1rem; }

.p-policy-privacy__list + .p-policy-privacy__list {
  margin-top: 1rem; }

.p-policy-privacy__list-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5; }

.p-policy-privacy__items {
  padding-left: 1.5625rem; }

.p-policy-privacy__item + .p-policy-privacy__item {
  margin-top: 0.3125rem; }

.p-policy-privacy__item-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2; }

.p-policy-privacy__list-wrap {
  background-color: #f2f2f2;
  margin-top: 1.25rem;
  padding: 1rem 0.75rem 1.5rem; }

.p-policy-privacy__list-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.5rem;
  padding-left: 0.5625rem; }

.p-policy-privacy__box {
  margin-top: 1.0625rem; }

.p-policy-security__heading {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 0.5rem; }

.p-policy-security__date-name {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 0.6875rem;
  text-align: right; }

.p-policy-security__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 0.875rem; }

.p-policy-security__contents {
  margin-top: 1.625rem; }

.p-policy-security__content + .p-policy-security__content {
  margin-top: 2.25rem; }

.p-policy-security__content-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all; }

.p-policy-security__content-img img {
  -o-object-fit: contain;
  aspect-ratio: 302/150;
  height: 100%;
  object-fit: contain;
  width: 100%; }

.p-policy-security__flex {
  margin-top: 1.125rem; }

.p-policy-security__left {
  max-width: 24.25rem;
  width: 100%; }

.p-policy-security__right {
  max-width: 25.5625rem;
  width: 100%; }

.p-policy-security__left dl,
.p-policy-security__right dl {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  display: flex; }

.p-policy-security__left dt,
.p-policy-security__right dt {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857143;
  width: 5rem; }

.p-policy-security__left dd,
.p-policy-security__right dd {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  width: calc(100% - 5rem - 1.625rem); }

.p-policy-security__box {
  margin-top: 1.6875rem; }

.p-policy-text-wrap-dot {
  margin-top: 0.625rem;
  padding-left: 0.3125rem; }

.p-policy-text-wrap-dot.p-policy-text-wrap-dot--left-wide {
  padding-left: 1.125rem; }

.p-policy-text-wrap-dot__text {
  padding-left: 0.9375rem;
  position: relative; }

.p-policy-text-wrap-dot__text::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0.75rem;
  width: 4px; }

.p-policy-privacy__item-text-wrap + .p-policy-text-wrap-dot__text {
  margin-top: 0.4375rem; }

.p-policy-text-wrap-number {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.3125rem;
  padding-left: 0.625rem; }

.p-policy-text-wrap-number.p-policy-text-wrap-number--left-wide {
  padding-left: 2.625rem; }

.p-policy-text-wrap-number.p-policy-text-wrap-number--guidelines {
  margin-top: 0.75rem;
  padding-left: 0.3125rem; }

.p-policy-text-wrap-number__text {
  padding-left: 1.1em;
  text-indent: -1.1em; }

.p-policy-text-wrap-number.p-policy-text-wrap-number--alphabet {
  padding-left: 0; }

.p-policy-privacy__item-text-wrap.p-policy-text-wrap-number.p-policy-text-wrap-number--alphabet {
  padding-left: 0.9375rem; }

.p-recruit-flow__content {
  background-color: #fff;
  border-radius: 1rem;
  margin-top: 2.5rem;
  padding: 0.875rem 0.9375rem 1.3125rem; }

.p-recruit-flow__title {
  border-bottom: 1px solid #B3B3B3;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  padding-bottom: 0.6875rem; }

.p-recruit-flow__items {
  margin-top: 0.6875rem;
  position: relative; }

.p-recruit-flow__items::before {
  background-color: #1F4799;
  content: "";
  height: 91%;
  left: 1rem;
  position: absolute;
  top: 1.25rem;
  width: 0.375rem;
  z-index: 0; }

.p-recruit-flow__item {
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  display: flex;
  position: relative;
  z-index: 1; }

.p-recruit-flow__item + .p-recruit-flow__item {
  margin-top: 0.5rem; }

.p-recruit-flow__item-number {
  align-items: center;
  background: linear-gradient(337.22deg, #1F4799 1.34%, #527ACC 98.66%);
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem; }

.p-recruit-flow__item-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125;
  width: calc(100% - 2.5rem - 0.625rem); }

.p-recruit-message {
  height: auto; }

.p-recruit-message__img-wrap {
  margin: 0 calc(50% - 50vw); }

.p-recruit-message__img {
  height: 100%;
  width: 100%; }

.p-recruit-message__img img {
  -o-object-fit: cover;
  aspect-ratio: 400/191;
  height: 100%;
  object-fit: cover;
  width: 100%; }

.p-recruit-message__text-wrap {
  margin-top: 1.9375rem;
  position: relative; }

.p-recruit-message__title {
  color: #1F4799;
  font-size: 1rem;
  line-height: 2;
  text-align: center; }

.p-recruit-message__sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-top: 0.8125rem;
  text-align: center; }

.p-recruit-message__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.9375rem;
  text-align: center; }

.p-recruit-message__button {
  display: flex;
  justify-content: center;
  margin-top: 1.75rem; }

.p-recruit-staff__employee {
  margin-top: 2.5rem; }

.p-recruit-staff__button {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem; }

.p-recruit-system__flex {
  margin-top: 2.5rem; }

.p-recruit-system__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; }

.p-recruit-system__img {
  margin-top: 0.875rem; }

.p-recruit-system__img img {
  -o-object-fit: cover;
  aspect-ratio: 360/225;
  height: 100%;
  object-fit: cover;
  width: 100%; }

.p-recruit-system__cards {
  grid-row-gap: 1rem;
  display: grid;
  margin-top: 1.25rem;
  row-gap: 1rem; }

.p-recruit-system__card {
  background-color: #DFE3EC;
  border-radius: 1rem;
  padding: 1.375rem 1.625rem 1.4375rem; }

.p-recruit-system__card-title {
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  color: #1F4799;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  padding-bottom: 0.875rem;
  text-align: center; }

.p-recruit-system__card-text-wrap {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.3125rem;
  padding-right: 0.4375rem; }

.p-recruit-system__card-text {
  padding-left: 0.875rem;
  position: relative; }

.p-recruit-system__card-text::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0.6875rem;
  width: 4px; }

.p-recruit-system__step {
  background-color: #fff;
  margin-top: 1.5rem;
  padding: 1.5625rem 0.9375rem 1.8125rem; }

.p-recruit-system__step-title {
  background-color: #1F4799;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  padding: 0.375rem 1.3125rem 0.375rem 1.0625rem;
  text-align: center; }

.p-recruit-system__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.375rem; }

.p-recruit-system__item {
  padding: 1.125rem 0.4375rem 0.9375rem; }

.p-recruit-system__item:nth-child(1),
.p-recruit-system__item:nth-child(4),
.p-recruit-system__item:nth-child(5) {
  background-color: #DFE3EC; }

.p-recruit-system__item:nth-child(2),
.p-recruit-system__item:nth-child(3) {
  background-color: #F0F2F5; }

.p-recruit-system__item-number {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.75;
  text-align: center; }

.p-recruit-system__item-number span {
  color: #666;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 0.25rem;
  text-transform: uppercase; }

.p-recruit-system__item-title {
  color: #1F4799;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2857142857;
  margin-top: 0.5rem;
  text-align: center; }

.p-recruit-system__item-text-wrap {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.875rem; }

.p-recruit-system__item-text {
  padding-left: 0.625rem;
  position: relative; }

.p-recruit-system__item-text::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0.5625rem;
  width: 3px; }

.p-recruit-system__license {
  background-color: #f7f7f7;
  margin-top: 2rem;
  padding: 1rem 0.9375rem 0.875rem; }

.p-recruit-system__license-title-wrap {
  max-width: 28.125rem;
  width: 100%; }

.p-recruit-system__license-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.5rem; }

.p-recruit-system__license-img {
  margin-top: 0.5625rem; }

.p-recruit-system__license-img img {
  aspect-ratio: 302/210;
  height: 100%;
  width: 100%; }

.p-recruit-requirements {
  padding-bottom: 3rem; }

.p-recruit-requirements__content + .p-recruit-requirements__content {
  margin-top: 2.5rem; }

.p-recruit-requirements__content {
  margin-top: 1.75rem; }

.p-recruit-requirements__table {
  background-color: #fff;
  border-radius: 1rem;
  margin-top: 1.1875rem;
  padding: 1.25rem 0.9375rem 1.625rem;
  width: 100%; }

.p-recruit-requirements__table tr + tr {
  margin-top: 0.5rem; }

.p-recruit-requirements__table tr {
  display: flex;
  flex-direction: column; }

.p-recruit-requirements__table th {
  -moz-text-align-last: left;
  border-bottom: 2px solid #1F4799;
  color: #1F4799;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0.3125rem;
  text-align-last: left; }

.p-recruit-requirements__table td {
  border-bottom: 2px solid #E6E6E6;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.3125rem 0; }

.p-recruit {
  background-color: #EDEFF2;
  overflow: hidden;
  padding: 2.5rem 0; }

.p-recruit__text-wrap {
  -moz-column-gap: 0.4375rem;
  column-gap: 0.4375rem;
  display: flex;
  justify-content: center;
  margin-top: 2.5rem; }

.p-recruit__text {
  background-color: #fff;
  font-size: 1rem;
  font-weight: 700;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  padding: 0.5rem 0.5rem 0.875rem 0.5rem;
  writing-mode: vertical-rl; }

.p-recruit__items {
  margin-top: 2.5rem; }

.p-recruit__button {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem; }

.p-service {
  background: linear-gradient(22.78deg, #1F4799, #527ACC);
  padding: 2.5rem 0; }

.p-service__items {
  margin-top: 2.5rem; }

.p-service__item {
  border-radius: 0.5rem; }

.p-service__item + .p-service__item {
  margin-top: 1.5rem; }

.p-service__item-img img {
  -o-object-fit: cover;
  aspect-ratio: 360/206;
  border-radius: 0.5rem 0.5rem 0 0;
  height: 100%;
  object-fit: cover;
  width: 100%; }

.p-service__item-body {
  -moz-column-gap: 1rem;
  align-items: center;
  background-color: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  column-gap: 1rem;
  display: flex;
  padding: 1.0625rem 1.1875rem 1rem 0.8125rem; }

.p-service__item-icon {
  max-width: 5.1875rem;
  width: 100%; }

.p-service__item-wrap {
  max-width: calc(100% - 5.1875rem - 1rem);
  width: 100%; }

.p-service__item-title {
  color: #1F4799;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1; }

.p-service__item-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.5rem; }

.p-service__item-button {
  margin-top: 0.4375rem; }

.p-service__item-button a {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143; }

.p-service__item-button a:hover {
  opacity: 0.7; }

.p-service__item-button a:hover::before {
  transform: translateX(3px); }

.p-service__item-button a::before {
  background-image: url(../images/common/arrow-icon2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.125rem;
  margin-right: 0.25rem;
  transition: transform 0.3s;
  width: 1.125rem; }

.p-service__button {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem; }

.p-top-heading {
  background-color: #fff;
  border-radius: 0 1rem 1rem 0;
  margin-left: calc(50% - 50vw);
  padding: 2.0625rem 7.8125rem 1.5625rem 0;
  padding-left: calc(50vw - 50% + 3.6875rem);
  width: -moz-fit-content;
  width: fit-content; }

.p-top-heading.p-top-heading--right {
  border-radius: 1rem 0 0 1rem;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  padding: 2.0625rem 0 1.5625rem 4.875rem;
  padding-right: calc(50vw - 50% + 6.75rem); }

.p-top-heading.p-top-heading--no-background {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

.p-top-heading__ja {
  color: #000;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1; }

.p-top-heading__en {
  color: #1F4799;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 1rem;
  text-transform: capitalize; }

.p-value-mv__inner {
  position: relative; }

.p-value-mv__img-wrap {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0.875rem; }

.p-value-mv__img img {
  -o-object-fit: cover;
  aspect-ratio: 400/291;
  height: 100%;
  object-fit: cover;
  width: 100%; }

.p-value-mv__content {
  padding: 2.5rem 0 1.75rem; }

.p-value-mv__content-img img {
  aspect-ratio: 360/336;
  height: 100%;
  width: 100%; }

.p-value-mv__sub-title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.3333333333;
  margin-top: 2.5rem;
  text-align: center; }

.p-value-mv__items {
  margin-top: 1rem; }

.p-value-mv__item + .p-value-mv__item {
  margin-top: 6.5625rem; }

.p-value-mv__item:nth-child(2) {
  position: relative; }

.p-value-mv__item:nth-child(2)::before {
  background-image: url(../images/value/batsu-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 3.5rem;
  left: 50%;
  position: absolute;
  top: -4.5rem;
  transform: translateX(-50%);
  width: 3.5rem; }

.p-value-mv__item-title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1428571429;
  text-align: center; }

.p-value-mv__item-body {
  background-color: #fff;
  border-radius: 1rem;
  margin-top: 0.875rem;
  padding: 1rem 1rem 1.6875rem; }

.p-value-mv__item-explain {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778; }

.p-value-mv__item-text-wrap {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  margin-top: 0.5625rem; }

.p-value-mv__item-text {
  display: flex; }

.p-value-mv__item-text:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 3px;
  margin-right: 0.5rem;
  margin-top: 0.625rem;
  width: 3px; }

.p-value__inner {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.p-value__content {
  background: linear-gradient(-157.22deg, #1F4799, #527ACC);
  border-radius: 0.5rem; }

.p-value__text-content {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  display: flex;
  padding: 1.1875rem 0.6875rem 1.0625rem 0.75rem; }

.p-value__title-wrap {
  position: relative;
  width: calc(100% - 3.125rem - 1.5rem); }

.p-value__title {
  color: #FFEF00;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1; }

.p-value__text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  margin-top: 0.8125rem; }

.p-value__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 3.125rem; }

.p-value__button a {
  color: #fff;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 2.4;
  padding-top: 2.5rem;
  position: relative;
  width: 100%; }

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

.p-value__button a:hover::before {
  transform: translateX(-40%); }

.p-value__button a::before {
  background-image: url(../images/common/arrow-icon1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2.5rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  transition: transform 0.3s;
  width: 2.5rem; }

.p-value__img {
  border-radius: 0 0 0.5rem 0.5rem; }

.p-value__img img {
  -o-object-fit: cover;
  aspect-ratio: 380/52;
  border-radius: 0 0 0.5rem 0.5rem;
  height: 100%;
  object-fit: cover;
  width: 100%; }

.p-value__movie {
  background-color: #000;
  margin-top: 2.5rem; }

.p-value__movie video {
  aspect-ratio: 380/215;
  height: 100%;
  width: 100%; }

@media screen and (min-width: 391px) {
  .p-header__sp-button a {
    padding: 0.5625rem 0.9375rem; }

  .p-header__sp-button-wrap {
    -moz-column-gap: 0.8125rem;
    column-gap: 0.8125rem; }

  .p-header__drawer-flex {
    -moz-column-gap: 1.1875rem;
    column-gap: 1.1875rem; } }
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block; }

  .u-mobile {
    display: none; }

  html {
    font-size: 1.724137931vw; }

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

  .l-interview-link {
    margin-top: 5rem; }

  .l-page-contact {
    margin-top: 2.875rem; }

  .l-page-interview {
    margin-top: 5rem; }

  .l-policy {
    margin-top: 5rem; }

  .l-recruit {
    margin-top: 6.0625rem; }

  .l-service {
    margin-top: 3.6875rem; }

  .l-value-mv {
    margin-top: 0; }

  .l-value {
    margin-top: 5rem; }

  .p-page-title {
    padding: 4rem 0; }

  .p-page-title__text {
    font-size: 2rem;
    line-height: 1; }

  .p-page-title__text span {
    font-size: 1rem; }

  .c-page-title {
    font-size: 1.875rem;
    line-height: 1.0666666667; }

  .c-page-title.c-page-title--sp-big::before {
    margin-top: 0.25rem; }

  .c-page-title.c-page-title--license::before {
    margin-top: 0.125rem; }

  .c-page-title.c-page-title--policy::before {
    margin-top: 0.125rem; }

  .p-about {
    padding: 5.9375rem 0 5.1875rem; }

  .p-about__img img {
    aspect-ratio: 928/530; }

  .p-about__content {
    -moz-column-gap: 2.0625rem;
    column-gap: 2.0625rem;
    display: flex;
    margin-top: 2.3125rem; }

  .p-about__overview {
    max-width: 27.9375rem;
    width: 100%; }

  .p-about__overview-table {
    margin-top: 2.5rem; }

  .p-about__overview-table dl + dl {
    margin-top: 1rem; }

  .p-about__overview-table dl {
    -moz-column-gap: 1.9375rem;
    column-gap: 1.9375rem; }

  .p-about__overview-table dd {
    width: calc(100% - 5.1875rem - 1.9375rem); }

  .p-about__policy {
    margin-top: 0;
    max-width: 28rem;
    width: 100%; }

  .p-about__policy-content {
    margin-top: 2.5rem; }

  .p-about__policy-item + .p-about__policy-item {
    margin-top: 1rem; }

  .p-about__policy-item a {
    max-width: 27.75rem;
    width: 100%; }

  .p-body-flex__wrap {
    grid-column-gap: 1.5625rem;
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr); }

  .p-body-flex__content + .p-body-flex__content {
    margin-top: 0; }

  .p-body-flex__content {
    display: flex;
    flex-direction: column; }

  .p-body-flex__body {
    -moz-column-gap: 0.8125rem;
    column-gap: 0.8125rem;
    flex-grow: 1; }

  .p-body-flex__text-wrap {
    width: calc(100% - 0.8125rem - 3.4375rem); }

  .p-body-flex__text {
    padding-left: 0.625rem; }

  .p-breadcrumbs {
    display: flex; }

  .p-common-employee {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2.5rem; }

  .p-common-employee.p-common-employee--page {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 1.5rem; }

  .p-common-employee__item-img img {
    aspect-ratio: 284/429; }

  .p-common-employee__item-department {
    line-height: 1.1428571429; }

  .p-common-employee__item-name-wrap {
    -moz-column-gap: 0.6875rem;
    align-items: center;
    column-gap: 0.6875rem;
    display: flex;
    margin-top: 0.375rem; }

  .p-common-employee__item-name {
    line-height: 1.2; }

  .p-common-employee__item-year {
    line-height: 1.7142857143;
    margin-top: 0.1875rem; }

  .p-common-wrap {
    padding: 1.75rem 1.6875rem 1.625rem; }

  .p-contact {
    padding: 5rem 0; }

  .p-contact__content {
    display: flex;
    padding: 2.375rem 2.125rem 2.625rem 2.375rem; }

  .p-contact__heading-wrap {
    max-width: 16.5rem;
    width: 100%; }

  .p-contact__text {
    line-height: 1.75;
    margin-top: 1.875rem; }

  .p-contact__tel-content {
    margin-left: 3.875rem;
    margin-top: 0.5rem;
    max-width: 16.375rem;
    width: 100%; }

  .p-contact__tel {
    text-align: left; }

  .p-contact__time {
    text-align: left; }

  .p-contact__button-content {
    margin-left: 2.8125rem;
    margin-top: 0.5rem;
    max-width: 13.9375rem;
    width: 100%; }

  .p-contact__button-wrap + .p-contact__button-wrap {
    margin-top: 1.5rem; }

  .p-contact__button {
    margin-top: 0.5rem; }

  .p-footer {
    padding: 2.5rem 0; }

  .p-footer__items {
    display: flex;
    justify-content: center; }

  .p-footer__item a {
    padding: 0 0.875rem;
    position: relative; }

  .p-footer__item:not(:first-child) a::before {
    background-color: #fff;
    content: "";
    height: 0.75rem;
    left: 0;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px; }

  .p-footer__copy {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
    margin-top: 1.5rem; }

  .p-header {
    height: 6.25rem; }

  .p-header__inner {
    padding: 0 2.5rem; }

  .p-header__logo {
    max-width: 10.625rem; }

  .p-header__logo a {
    align-items: center;
    flex-direction: column; }

  .p-header__logo-img {
    max-width: 15.125rem;
    width: 100%; }

  .p-header__logo-text {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.1666666667;
    max-width: 10.5rem;
    width: 100%; }

  .p-header__logo-text span {
    letter-spacing: 0.08em; }

  .p-header__nav {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    height: inherit; }

  .p-header__hamburger {
    display: none; }

  .p-interview-link__flex {
    display: flex; }

  .p-interview-link__text-wrap {
    max-width: 23.625rem;
    padding: 1.5rem 1.5625rem 1.5625rem;
    width: 100%; }

  .p-interview-link__name {
    font-size: 1.75rem; }

  .p-interview-link__year {
    font-size: 1rem;
    margin-left: 1rem; }

  .p-interview-link__department {
    font-size: 1rem;
    margin-top: 0.25rem; }

  .p-interview-link__text {
    margin-top: 1.0625rem; }

  .p-interview-link__items {
    margin-top: 0;
    max-width: 34.375rem;
    width: 100%; }

  .p-interview-link__item a {
    font-size: 1rem;
    padding: 0.8125rem 3.375rem 0.8125rem; }

  .p-interview-link__item:first-child a {
    padding-top: 1.4375rem; }

  .p-interview-link__item:last-child a {
    padding-bottom: 1.9375rem; }

  .p-interview-link__item a span::after {
    right: -1.8125rem; }

  .p-interview-mv__inner {
    position: relative; }

  .p-interview-mv__img-wrap {
    height: 42.5rem; }

  .p-interview-mv__img img {
    -o-object-position: 70%;
    aspect-ratio: 1920/680;
    object-position: 70%; }

  .p-interview-mv__title-wrap {
    left: calc(50% - min(48vw, 29rem));
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 18.625rem;
    width: auto;
    width: initial; }

  .p-interview-mv__title-wrap.u-desktop {
    display: flex; }

  .p-interview-mv__text {
    font-size: 1.75rem;
    padding: 0.125rem 0.625rem;
    padding-left: 0.75rem; }

  .p-logo {
    padding: 2.5rem 0; }

  .p-logo__items {
    flex-direction: row;
    margin-top: 1.5rem; }

  .p-map__content {
    padding-top: 15.477%; }

  .p-mv__inner {
    position: relative; }

  .p-mv__button {
    bottom: 100px;
    max-height: 5rem;
    max-width: 18.75rem;
    right: 2.5rem; }

  .p-mv__button picture,
  .p-mv__button img {
    aspect-ratio: 300/80; }

  .p-mv__title-wrap {
    left: 50%;
    margin-top: 0;
    position: absolute;
    top: 39.658%;
    transform: translateX(-50%); }

  .p-mv__text {
    font-size: 1.5rem;
    line-height: 0.5833333333;
    padding: 0.75rem 0.5rem; }

  .p-page-contact {
    padding-bottom: 5.125rem; }

  .p-page-contact__content {
    padding: 4rem 4.1875rem 3.875rem; }

  .p-page-employee {
    padding: 5rem 0; }

  .p-page-employee__items {
    margin-top: 2.5625rem; }

  .p-page-employee__button {
    margin-top: 6.25rem; }

  .p-page-interview {
    margin-bottom: 6.25rem; }

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

  .p-page-interview__content {
    -moz-column-gap: 5.8125rem;
    align-items: flex-start;
    column-gap: 5.8125rem;
    display: flex;
    margin-left: calc(50% - 50vw + 2.5rem);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50% - 32rem);
    padding-right: calc(50vw - 50%); }

  .p-page-interview__content.p-page-interview__content--row-reverse {
    flex-direction: row-reverse;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw + 2.5rem);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50% - 32rem); }

  .p-page-interview__img {
    max-width: 45.9375rem;
    width: 100%; }

  .p-page-interview__img img {
    aspect-ratio: 735/860; }

  .p-page-interview__items {
    margin-top: 0;
    max-width: 34.75rem;
    width: 100%; }

  .p-page-interview__item + .p-page-interview__item {
    margin-top: 5rem; }

  .p-page-interview__item-answer {
    font-size: 1.5rem;
    line-height: 1.4583333333; }

  .p-page-interview__item-text {
    font-size: 1rem;
    line-height: 2; }

  .p-page-link {
    padding-bottom: 3.75rem;
    padding-top: 0.875rem; }

  .p-page-link__items {
    -moz-column-gap: 0;
    column-gap: 0;
    padding: 0.5625rem 1.25rem; }

  .p-page-link__item {
    max-width: 25%;
    width: 100%; }

  .p-page-link.p-page-link--recruit .p-page-link__item {
    max-width: 100%;
    width: auto; }

  .p-page-link.p-page-link--policy .p-page-link__item a {
    align-items: center;
    display: flex;
    line-height: 1.25; }

  .p-page-link__item:not(:first-child) a {
    padding-left: 1.25rem; }

  .p-page-link.p-page-link--recruit .p-page-link__item:not(:first-child) a {
    padding-left: 1rem; }

  .p-page-link__item a::before {
    margin-right: 0.5rem;
    margin-top: 0.875rem; }

  .p-page-link.p-page-link--policy .p-page-link__item a::before {
    margin-top: 0.3125rem; }

  .p-page-link__item:not(:last-child) a {
    border-right: 1px dashed #999; }

  .p-page-link.p-page-link--recruit .p-page-link__item:not(:last-child) a {
    padding-right: 1rem; }

  .p-page-mv__img img {
    aspect-ratio: 1920/400; }

  .p-page-service__inner {
    padding-bottom: 20.8125rem; }

  .p-page-service__content + .p-page-service__content {
    margin-top: 5.125rem; }

  .p-page-service__content {
    padding-top: 7.6875rem; }

  .p-page-service__content::before {
    height: 52.25rem;
    left: calc(50% - min(48vw, 942px));
    margin-left: auto;
    width: 70.4375rem; }

  .p-page-service__content.p-page-service__content--bg-right::before {
    left: auto;
    margin-left: 16.125rem;
    right: calc(50% - min(48vw, 942px)); }

  .p-page-service__title.p-page-service__title--right {
    justify-content: flex-end; }

  .p-page-service__text {
    max-width: 25rem; }

  .p-page-service__text.p-page-service__text--right {
    margin-left: auto; }

  .p-page-service__items {
    grid-column-gap: 2.375rem;
    -moz-column-gap: 2.375rem;
    column-gap: 2.375rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5rem; }

  .p-page-service__item + .p-page-service__item {
    margin-top: 0; }

  .p-page-service__training-item {
    margin-top: 5rem; }

  .p-policy-contact__wrap {
    -moz-column-gap: 3.3125rem;
    column-gap: 3.3125rem;
    display: flex; }

  .p-policy-contact__left {
    max-width: 23.5rem;
    width: 100%; }

  .p-policy-contact__right {
    max-width: 15.0625rem;
    width: 100%; }

  .p-policy-ethics {
    padding-bottom: 6.875rem; }

  .p-policy-privacy__wrapper {
    padding: 2.25rem 2.3125rem 2.5625rem; }

  .p-policy-privacy__list-wrap {
    padding: 1rem 1rem 1.625rem; }

  .p-policy-security__content + .p-policy-security__content {
    margin-top: 1rem; }

  .p-policy-security__wrap {
    -moz-column-gap: 4.125rem;
    column-gap: 4.125rem;
    display: flex; }

  .p-policy-security__content-text {
    max-width: 30.0625rem;
    width: 100%; }

  .p-policy-security__content-img {
    max-width: 18.875rem;
    width: 100%; }

  .p-policy-security__flex {
    -moz-column-gap: 4.0625rem;
    column-gap: 4.0625rem;
    display: flex; }

  .p-policy-security__left dl + dl,
  .p-policy-security__right dl + dl {
    margin-top: 0.6875rem; }

  .p-policy-security__left dt,
  .p-policy-security__right dt {
    font-size: 1rem; }

  .p-policy-security__left dd,
  .p-policy-security__right dd {
    font-size: 1rem; }

  .p-recruit-flow__content {
    padding: 1.5625rem 2.625rem 2.125rem; }

  .p-recruit-flow__title {
    padding-bottom: 0.9375rem; }

  .p-recruit-flow__items {
    margin-top: 1.1875rem; }

  .p-recruit-flow__item {
    align-items: center; }

  .p-recruit-flow__item + .p-recruit-flow__item {
    margin-top: 1rem; }

  .p-recruit-message__inner {
    height: inherit;
    padding-bottom: 7.5625rem;
    padding-top: 6.375rem;
    position: relative; }

  .p-recruit-message__img-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw; }

  .p-recruit-message__img img {
    aspect-ratio: 1920/918; }

  .p-recruit-message__text-wrap {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 0; }

  .p-recruit-message__title {
    font-size: 1.5rem;
    line-height: 1.3333333333; }

  .p-recruit-message__sub-title {
    font-size: 2.5rem;
    line-height: 1.6; }

  .p-recruit-message__text {
    font-size: 1.125rem;
    line-height: 2.2222222222;
    margin-top: 3.875rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem; }

  .p-recruit-message__button {
    margin-top: 4.75rem; }

  .p-recruit-system__flex {
    -moz-column-gap: 3.1875rem;
    column-gap: 3.1875rem;
    display: flex; }

  .p-recruit-system__text {
    max-width: 27.6875rem;
    width: 100%; }

  .p-recruit-system__img {
    margin-top: 0;
    max-width: 27.125rem;
    width: 100%; }

  .p-recruit-system__cards {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2.25rem; }

  .p-recruit-system__card {
    padding: 1.375rem 1.3125rem 1.5rem; }

  .p-recruit-system__card-text-wrap {
    padding-right: 0; }

  .p-recruit-system__step {
    margin-top: 5.0625rem;
    padding: 2.5625rem 2.4375rem 2.3125rem; }

  .p-recruit-system__step-title {
    padding: 0.75rem 2.625rem 0.75rem 2.6875rem; }

  .p-recruit-system__items {
    align-items: end;
    display: flex;
    height: 29.6875rem;
    margin-top: 2.5625rem; }

  .p-recruit-system__item {
    height: 100%;
    width: 20%; }

  .p-recruit-system__item:nth-child(1) {
    height: 17rem; }

  .p-recruit-system__item:nth-child(2) {
    height: 19.3125rem; }

  .p-recruit-system__item:nth-child(3) {
    background-color: #DFE3EC;
    height: 21.625rem; }

  .p-recruit-system__item:nth-child(4) {
    background-color: #F0F2F5;
    height: 24rem; }

  .p-recruit-system__license {
    -moz-column-gap: 5.375rem;
    column-gap: 5.375rem;
    display: flex;
    margin-top: 2.3125rem;
    padding: 1.5rem 2.0625rem 1.6875rem 2.6875rem; }

  .p-recruit-system__license-text {
    line-height: 1.75;
    margin-top: 1.25rem; }

  .p-recruit-system__license-img {
    max-width: 14.8125rem;
    width: 100%; }

  .p-recruit-requirements {
    padding-bottom: 7.25rem; }

  .p-recruit-requirements__table {
    padding: 2.375rem 1.6875rem 3.0625rem; }

  .p-recruit-requirements__table tr {
    -moz-column-gap: 0.4375rem;
    column-gap: 0.4375rem;
    flex-direction: row; }

  .p-recruit-requirements__table th {
    align-items: center;
    display: flex;
    padding-bottom: 0.5rem;
    width: 10.625rem; }

  .p-recruit-requirements__table td {
    padding-bottom: 0.5rem;
    padding-top: 0;
    width: calc(100% - 10.625rem - 0.4375rem); }

  .p-recruit {
    padding: 6.25rem 0 5.3125rem; }

  .p-recruit__inner {
    max-width: 72.875rem;
    position: relative; }

  .p-recruit__text-wrap {
    left: 0;
    margin-top: 0;
    padding-left: 1.5625rem;
    position: absolute;
    top: 0; }

  .p-recruit__text {
    font-size: 1.5rem; }

  .p-recruit__items {
    margin-top: 6.25rem;
    padding-left: 8.6875rem;
    padding-right: 5.8125rem; }

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

  .p-service {
    padding: 5.0625rem 0 6.25rem; }

  .p-service__inner {
    max-width: 1041px; }

  .p-service__items {
    margin-top: 3.5rem; }

  .p-service__item + .p-service__item {
    margin-top: 5.25rem; }

  .p-service__item-img img {
    aspect-ratio: 928/519;
    border-radius: 1rem; }

  .p-service__item:nth-child(odd) .p-service__item-img {
    margin-left: 1.4375rem;
    margin-right: 2.5rem; }

  .p-service__item:nth-child(even) .p-service__item-img {
    margin-left: 3.9375rem; }

  .p-service__item-body {
    -moz-column-gap: 1.375rem;
    border-radius: 1rem;
    column-gap: 1.375rem;
    margin-top: -4.1875rem;
    max-width: 45.3125rem;
    padding: 1.5rem 1.5625rem 1.25rem 1.6875rem;
    position: relative;
    width: 100%; }

  .p-service__item:nth-child(odd) .p-service__item-body {
    margin-left: auto; }

  .p-service__item-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 35.375rem; }

  .p-service__item-title-wrap {
    max-width: 22rem;
    width: 100%; }

  .p-service__item-title {
    font-size: 1.5rem; }

  .p-service__item-button {
    max-width: 7.25rem;
    width: 100%; }

  .p-service__item-button a {
    font-size: 1rem; }

  .p-service__item-button a::before {
    height: 1.75rem;
    margin-right: 0.5rem;
    width: 1.75rem; }

  .p-service__button {
    margin-top: 5.125rem; }

  .p-top-heading {
    padding: 4.0625rem 7.875rem 3.5625rem 0;
    padding-left: calc(50vw - 50% + 3.9375rem); }

  .p-top-heading.p-top-heading--right {
    padding: 3.9375rem 0 3.6875rem 2.9375rem;
    padding-right: calc(50vw - 50% + 13.6875rem); }

  .p-value-mv {
    height: auto;
    width: 100vw; }

  .p-value-mv__inner {
    display: flex;
    flex-direction: column;
    height: inherit;
    padding-bottom: 8.375rem;
    padding-top: 3.0625rem;
    width: 100%; }

  .p-value-mv__title-wrap {
    order: -2;
    position: relative;
    z-index: 2; }

  .p-value-mv__title {
    margin-top: 1.6875rem; }

  .p-value-mv__img-wrap {
    display: flex;
    height: 100%;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 100vw; }

  .p-value-mv__img {
    height: 100%;
    width: 100%; }

  .p-value-mv__img img {
    aspect-ratio: auto; }

  .p-value-mv__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 7.75rem;
    order: -1;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 2; }

  .p-value-mv__content-img {
    max-width: 36.875rem;
    width: 100%; }

  .p-value-mv__sub-title {
    margin-top: 4.5rem; }

  .p-value-mv__items {
    -moz-column-gap: 1.9375rem;
    column-gap: 1.9375rem;
    display: flex;
    margin-top: 2.375rem; }

  .p-value-mv__item + .p-value-mv__item {
    margin-top: 0; }

  .p-value-mv__item:nth-child(2)::before {
    left: -0.9375rem;
    top: -1.25rem; }

  .p-value-mv__item-title {
    font-size: 2.125rem; }

  .p-value-mv__item-body {
    margin-top: 2.125rem;
    padding: 1.75rem 1.5rem 1.875rem; }

  .p-value-mv__item-explain {
    display: flex;
    font-size: 1.25rem;
    justify-content: center; }

  .p-value__content {
    display: flex; }

  .p-value__text-content {
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem;
    max-width: calc(100% - 19rem);
    padding: 2.9375rem 1.5625rem 2.1875rem 2.6875rem;
    width: 100%; }

  .p-value__title-wrap {
    width: calc(100% - 4.375rem - 1.5625rem); }

  .p-value__title {
    font-size: 1.5rem;
    line-height: 0.5833333333; }

  .p-value__text {
    font-size: 1rem;
    margin-top: 1.375rem; }

  .p-value__button {
    width: 4.375rem; }

  .p-value__button a {
    font-size: 0.875rem; }

  .p-value__img {
    border-radius: 0 0.5rem 0.5rem 0;
    max-width: 19rem;
    width: 100%; }

  .p-value__img img {
    aspect-ratio: 304/166;
    border-radius: 0 0.5rem 0.5rem 0; }

  .p-value__movie video {
    aspect-ratio: 928/523; } }
@media (min-width: 928px) {
  html {
    font-size: 16px; } }
@media screen and (min-width: 1025px) {
  .p-header__nav-list.p-header__nav-list--bottom .p-header__nav-item a {
    padding: 0 0.75rem;
    padding-top: 0.5rem; }

  .p-header__nav-item.p-header__nav-item--contact {
    margin-left: 0.625rem; } }
@media screen and (min-width: 1275px) {
  .p-header__logo {
    max-width: 27.125rem; }

  .p-header__logo a {
    flex-direction: row; } }
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw; } }
@keyframes show01 {
  0%,50% {
    color: transparent; }
  50.00001%,100% {
    color: #fff; } }
@keyframes show02 {
  0%,50% {
    color: transparent; }
  50.00001%,100% {
    color: #FFEF00; } }
@keyframes mask01 {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes mask02 {
  0% {
    left: 0;
    right: auto;
    width: 0; }
  50% {
    width: 100%; }
  100% {
    left: auto;
    right: 0;
    width: 0; } }
@keyframes img {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* 20250417追記 */
.entry_speed {
  display: table;
  background: #FF0000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 16px;
  padding: 6px 24px 8px;
  position: relative;
  margin: 32px auto -10px;
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    .entry_speed {
      margin: 64px auto -50px; } }
  .entry_speed::after {
    content: "";
    border-top: 15px solid #ff0000;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    display: block;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%); }
  .entry_speed em {
    font-style: normal;
    font-size: 120%;
    font-weight: 900;
    display: block; }
    .entry_speed em::before, .entry_speed em::after {
      content: "┃";
      display: inline-block;
      margin: 0 5px; }
    .entry_speed em::before {
      transform: rotate(-14deg); }
    .entry_speed em::after {
      transform: rotate(14deg); }

/*# sourceMappingURL=style.css.map */
