@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  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;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-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;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-footer {
  padding-top: 10.9375rem;
}

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

.l-inner2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  width: 71.6666666667%;
}
.l-inner2.--narrow {
  width: 60.8333333333%;
}
.l-inner2.--medium {
  width: 60.8333333333%;
}
.l-inner2.--form {
  max-width: 50rem;
}
.l-inner2.--outline {
  max-width: 45.625rem;
}

.l-layout {
  display: flex;
  width: 100%;
}

.l-layout__left {
  width: 50%;
}

.l-layout__right {
  width: 50%;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.c-bgBlue {
  background-color: #022e83;
}

.c-btn {
  align-items: center;
  background-color: #022e83;
  color: #fff;
  display: flex;
  max-width: 100%;
  min-height: 5.3125rem;
  padding: 0 0.625rem;
  padding-left: 2.5rem;
  transition: 0.5s all;
  width: 26.875rem;
}
.c-btn span {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  justify-content: center;
}
.c-btn span::before {
  background: url(../img/common/arrow_white.svg) center center/contain no-repeat;
  content: "";
  height: 1.25rem;
  margin-right: 1.25rem;
  width: 0.75rem;
}

.c-btn2 {
  align-items: center;
  background-color: white;
  border: 1px solid #aaaaaa;
  display: flex;
  justify-content: center;
  max-width: 100%;
  min-height: 3.3125rem;
  padding: 0 0.625rem;
  transition: 0.5s all;
  width: 21.25rem;
}
.c-btn2 span {
  align-items: center;
  color: #022e83;
  display: flex;
  font-size: 1.375rem;
  font-weight: 600;
  justify-content: center;
}
.c-btn2 span::before {
  background: url(../img/common/arrow_black.svg) center center/contain no-repeat;
  content: "";
  height: 0.8125rem;
  margin-right: 1.25rem;
  width: 0.5rem;
}
.c-btn2.--black {
  min-height: 2.5rem;
  width: 22.5rem;
}
.c-btn2.--black span {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 400;
}
.c-btn2.--blue {
  width: 21.25rem;
}
.c-btn2.--blue span {
  color: #022e83;
  font-size: 1.0625rem;
  font-weight: 400;
}

.c-btn3 {
  background-color: #022e83;
  border: 1px solid #022e83;
  border-radius: 100vh;
  color: #fff;
  display: grid;
  max-width: 100%;
  min-height: 5.3125rem;
  padding: 0 0.625rem;
  place-content: center;
  transition: 0.5s all;
  width: 44.375rem;
}
.c-btn3 span {
  font-size: 1.75rem;
}
.c-btn3.--sm {
  min-height: 3.875rem;
  width: 15rem;
}
.c-btn3.--sm span {
  font-size: 1.5rem;
}

.c-cat {
  background-color: #022e83;
  color: #e6e6e6;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.c-column2 {
  display: grid;
  gap: clamp(1.875rem, -17.708rem + 40.799vw, 31.25rem);
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000;
  height: 2rem;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

.c-form input[type=submit] {
  -webkit-appearance: none;
  appearance: none;
}

select {
  -webkit-tap-highlight-color: transparent;
  border: 1px solid #ccc;
  color: #000;
  height: 2rem;
}
select::selection {
  background-color: transparent;
  color: #000;
}
select::-moz-selection {
  background-color: transparent;
  color: #000;
}
select option {
  color: #000;
}

textarea {
  height: 9.375rem;
  width: 100%;
}

.c-form input[type=text],
.c-form input[type=email],
.c-form textarea {
  background-color: #F2F2F2;
  font-size: 1rem;
  padding-left: 0.625rem;
  width: 100%;
}

.c-form input[type=text].c-table__input.--short {
  width: 8.75rem;
}

.c-form input[type=checkbox] {
  margin-right: 0.625rem;
}

.c-form .alert-warning {
  background: none;
  color: inherit;
}

.c-form .alert {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.error {
  color: #e60013;
}

.required {
  border: 1px solid #e60013;
  color: #e60013;
  display: inline-block;
  font-size: 0.75rem;
  height: 1.4375rem;
  line-height: 1;
  padding: 0;
  padding: 0.1875rem 0;
  text-align: center;
  width: 2.625rem;
}
.required.--gray {
  border: 1px solid #999999;
  color: #999999;
}

.c-form__confirm-txt {
  color: #000;
}

.c-form__confirm-txt a {
  margin-right: 1.5625rem;
}

.c-form__btn {
  margin-top: 5.625rem;
  text-align: center;
}

.c-form__btn button {
  background-color: #022e83;
  border: 1px solid #022e83;
  border-radius: 100vh;
  color: #fff;
  display: grid;
  font-size: 1.5rem;
  margin-inline: auto;
  max-width: 100%;
  min-height: 3.875rem;
  padding: 0 0.625rem;
  place-content: center;
  transition: 0.5s all;
  width: 32.8125rem;
}
.c-form__btn button:disabled, .c-form__btn button.disabled {
  background-color: #757575;
  border-color: #757575;
  color: white;
  cursor: not-allowed;
  opacity: 0.6;
}

.c-form__btn--confirm {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 6.875rem;
}

.c-form__btn.c-form__btn--confirm button {
  background-color: #022e83;
  border: 1px solid #022e83;
  border-radius: 100vh;
  color: white;
  margin-inline: 0;
  width: 15rem;
}

.c-form__btn input {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 100vh;
  color: white;
  font-size: 1.5rem;
  min-height: 3.875rem;
  transition: 0.5s all;
  width: 15rem;
}

.c-form__confirm-check {
  margin-left: 12.1875rem;
  margin-top: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-form__confirm-check label {
  font-size: 0.875rem;
}

.c-form__captcha {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.c-form__captchaImage {
  border: 1px solid #ccc;
  display: block;
  width: 15.625rem;
}

.c-form__captchaReload {
  color: #000000;
  display: inline-block;
  font-size: 0.875rem;
  text-decoration: underline;
}
.c-form__captchaReload:hover {
  opacity: 0.7;
}

.c-form__captchaInput {
  max-width: 100%;
  width: 12.5rem;
}

.c-hamburgerOuter {
  align-items: center;
  background-color: white;
  display: flex;
  height: 4.8125rem;
  justify-content: center;
  transition: all 0.5s ease;
  width: 5.3125rem;
}

.c-hamburger {
  cursor: pointer;
  display: block;
  height: 1.5625rem;
  position: relative;
  transition: 0.5s all;
  width: 2.1875rem;
  z-index: 60;
}

.c-hamburger span {
  background-color: #022e83;
  display: inline-block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: calc((100% - 2px) / 2);
  transition: ease 0.5s all;
  width: 100%;
}

.c-hamburger span:nth-child(1) {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
}

.c-hamburger span:nth-child(2) {
  opacity: 1;
}

.c-hamburger span:nth-child(3) {
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
}

/*OPEN時の動き*/
.js-open.c-hamburgerOuter {
  background-color: #000000;
  transition: all 0.5s ease;
}

.js-open .c-hamburger {
  width: 2.5rem;
}

.js-open .c-hamburger span {
  background-color: #fff;
  transition: ease 0.5s;
}

.js-open .c-hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.js-open .c-hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
}
.js-ttl {
  overflow: hidden;
}

.js-letter {
  display: inline-block;
}

.c-headline1 {
  text-align: center;
}
.c-headline1.--white {
  color: #fff;
}
.c-headline1.--left {
  text-align: left;
}
.c-headline1.--blue {
  color: #022e83;
}
.c-headline1.--black {
  color: #000000;
}

.c-headline1__sub {
  font-family: "Poppins", sans-serif;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 1;
  line-height: 1.7142857143;
}
.c-headline1__sub.--lh {
  line-height: 1.3;
}
.c-headline1__sub.--sm {
  font-size: 2.5rem;
  line-height: 1.3;
}
.c-headline1__sub.--noWrap {
  white-space: nowrap;
}

.c-headline1__main {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
}
.c-headline1__main.--sm {
  font-size: 0.8125rem;
}
.c-headline1__main.--blue {
  color: #022e83;
}
.c-headline1__main.--white {
  color: #fff;
}

.c-hoverRun {
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #000;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.c-imgBlueFilter {
  overflow: hidden;
  position: relative;
}
.c-imgBlueFilter::before {
  background-color: rgba(2, 46, 131, 0.43);
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.8s ease-in-out;
  width: 100%;
  z-index: 3;
}
.c-imgBlueFilter img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  width: 100%;
}
.c-imgBlueFilter * {
  position: relative;
  z-index: 2;
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.c-link {
  color: #000;
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}
.c-marker {
  background: linear-gradient(transparent 10%, rgba(218, 231, 166, 0.44) 0%);
  display: inline;
}
.c-marker.--lg {
  background: linear-gradient(transparent 33%, rgba(218, 231, 166, 0.44) 0%);
}

.c-table {
  border-collapse: collapse;
  width: 100%;
}

.c-table th,
.c-table td {
  font-weight: 300;
  padding: 0.9375rem 0;
}

.c-table th {
  padding: 0.9375rem 0.875rem 0.9375rem 0;
}

.c-table__checkbox th,
.c-table__checkbox td {
  padding: 0.9375rem 0.875rem 0.9375rem 0;
}

.c-table th label {
  align-items: center;
  display: inline-block;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  gap: 1.375rem;
  line-height: 1;
  text-align: left;
  width: 100%;
}

.c-table td ul {
  margin: 0;
  padding-left: 0;
}

.c-table td ol {
  margin: 0;
  padding-left: 1rem;
}

.c-table--02 th,
.c-table--02 td {
  border: 1px solid #cbcbcb;
}

.c-table--form {
  font-size: 1rem;
  position: relative;
}

.c-table--form .btn-info {
  background-color: white;
  border: 1px solid #AAAAAA;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.5;
  transition: 0.5s;
}

.c-table--form .btn-info:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.c-table--form th {
  width: 12.1875rem;
}

.c-table__headerTop {
  vertical-align: baseline;
}

.c-table__data.--short {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.c-table__birthday {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.c-table__birthday select {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  background-color: #fff;
  background-image: url(../img/common/select.png);
  background-position: right 0.625rem center;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.4375rem;
  border: 1px solid #ccc;
  color: #000;
  font-size: 1rem;
  height: 2.625rem;
  padding-left: 0.625rem;
  padding-right: 1.875rem;
  user-select: none;
  width: 6.25rem;
}
.c-table__birthday select::selection {
  background-color: transparent;
  color: #000;
}
.c-table__birthday select::-moz-selection {
  background-color: transparent;
  color: #000;
}
.c-table__birthday select:focus {
  color: #000;
  outline: none;
}
.c-table__birthday select option {
  background-color: #fff;
  color: #000;
}

.c-table__birthdayLabel {
  color: #000;
  font-size: 0.9375rem;
}
.c-table__checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.c-table__checkbox input {
  display: none;
}

.c-table__checkbox input + span {
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  padding-left: 1.875rem;
  position: relative;
  width: auto;
}

.c-table__checkbox input + span::before {
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #AAAAAA;
  content: "";
  display: block;
  height: 1.375rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.375rem;
}

.c-table__checkbox input + span::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 0.1875rem solid #003BFF;
  border-right: 0.1875rem solid #003BFF;
  content: "";
  display: block;
  height: 0.9375rem;
  left: 0.375rem;
  margin-top: -0.5rem;
  opacity: 0;
  position: absolute;
  top: 40%;
  transform: rotate(45deg);
  width: 0.625rem;
}

.c-table__checkbox input:checked + span::after {
  opacity: 1;
}

.c-form .c-table--confirm {
  margin-top: 3.125rem;
}

.c-table--confirm th,
.c-table--confirm td {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.66;
  padding: 0.9375rem 0.9375rem 0.9375rem 0;
}

.c-table--confirm th {
  text-align: left;
  width: 8.125rem;
}

.c-table--confirm td {
  font-size: 0.875rem;
}

.c-table__border {
  border: 1px solid #F2F2F2;
  padding: 0.1875rem;
}

.c-table__border.--short {
  border: 1px solid #F2F2F2;
  width: 9.375rem;
}

.c-table__border.--textarea {
  border: 1px solid #F2F2F2;
  min-height: 9.0625rem;
  padding: 0.1875rem;
}

.c-table__confirm-align {
  vertical-align: top;
}

.c-table-wrap {
  overflow-x: auto;
  white-space: nowrap;
}

.c-table-wrap table {
  width: 100%;
}

.c-table-wrap::-webkit-scrollbar {
  height: 5px;
}

.c-table-wrap::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.c-table-wrap::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}

.c-tag {
  border: 1px solid #aaaaaa;
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

.c-underBar {
  display: inline-block;
  position: relative;
}
.c-underBar::before {
  -webkit-transform: translateX(-50%);
  background-color: #000000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s all;
  width: 100%;
}
.p-about {
  margin-top: -5rem;
}

.p-about__img {
  padding-top: 10.9375rem;
}

.p-about__contents {
  padding-top: 8.75rem;
}

.p-about__textLg {
  color: #e6e6e6;
  margin-top: 2.25rem;
  white-space: nowrap;
}

.p-about__text {
  color: #e6e6e6;
  margin-top: 2.5rem;
}

.p-about__btn {
  margin-top: 1.5rem;
}

.accordion {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  max-width: 100%;
  overflow: hidden;
}
.accordion__item {
  border-bottom: 1px solid #e0e0e0;
}
.accordion__item:last-child {
  border-bottom: none;
}
.accordion__head {
  -webkit-user-select: none;
  -ms-user-select: none;
  align-items: center;
  background-color: #f8f9fa;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem;
  transition: background-color 0.3s ease;
  user-select: none;
}
.accordion__head:hover {
  background-color: #e9ecef;
}
.accordion__head.is-active {
  background-color: #e9ecef;
}
.accordion__head.is-active .accordion__icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion__head-text {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.accordion__icon {
  color: #666;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.accordion__body {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.accordion__body.is-active {
  max-height: 1000px;
}
.accordion__body-inner {
  border-top: 1px solid #e0e0e0;
  padding: 1.25rem;
}
.accordion__body-inner p {
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.p-business__tittle {
  background: url(../img/top/business_bg1.png) center center/cover no-repeat;
  height: 39.0625rem;
  padding-block: 26.25rem 4.4375rem;
}

.p-business__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-business__itemImg {
  border: 1px solid #000;
  margin-bottom: -1px;
  margin-right: -1px;
}

.p-company__title {
  background: url(../img/top/company_bg1.jpg) center center/cover no-repeat;
  padding-block: 21.625rem 5.3125rem;
  text-align: center;
}

.p-company__contents {
  background-color: #dbe8ff;
  padding-block: 6.875rem 6.25rem;
}

.p-company__subTitle {
  font-family: "Poppins", sans-serif;
  font-size: 2.375rem;
  font-weight: 600;
  text-align: center;
}

.p-company__flex {
  display: flex;
  gap: 1.875rem;
  justify-content: space-between;
  margin-top: 3.125rem;
}

.p-company__cardWrap {
  flex: 1;
}

.p-company__card {
  background-color: #fff;
  border-radius: 1.25rem;
  position: relative;
  width: 100%;
}
.p-company__card.--01 {
  padding-block: 1.5rem 2.25rem;
}
.p-company__card.--04 {
  padding-block: 3.125rem 4.25rem;
}
.p-company__card + .p-company__card {
  margin-top: 1.875rem;
}
.p-company__card.--chart {
  height: 14.375rem;
  margin-top: 3.4375rem;
  position: relative;
}

.p-company__foundingLogo {
  margin-inline: auto;
  max-width: 100%;
  width: 13.125rem;
}

.p-company__cardLabelWrap {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-company__cardLabelWrap.--center {
  margin-inline: auto;
}
.p-company__cardLabelWrap.--mt {
  margin-top: 1rem;
}

.p-company__cardLabel {
  font-size: 1.375rem;
  line-height: 1;
}
.p-company__cardLabel.--mt {
  margin-top: 0.625rem;
}

.p-company__cardValue {
  font-size: 3.5625rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.625rem;
}
.p-company__cardValue span {
  font-size: 2.125rem;
  margin-left: 0.625rem;
}

.p-company__chartImg {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17.5rem;
}

.p-company__employees {
  padding-block: 4.25rem;
  padding-left: 2.8125rem;
}

.p-company__employeesImg {
  bottom: 0;
  max-width: 100%;
  position: absolute;
  right: 0.625rem;
  width: 8.5rem;
}

.p-company__salesFlex {
  align-items: center;
  display: flex;
  gap: 1.5625rem;
  justify-content: center;
}

.p-company__salesImg {
  width: 6.625rem;
}

.p-company__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-contents {
  margin-left: 5rem;
  max-width: 100%;
  width: 21.25rem;
  width: 56.6666666667%;
}

.p-culture {
  background-color: #dbe8ff;
  padding-bottom: 8.75rem;
}

.p-culture__titleWrap {
  position: relative;
}

.p-culture__title {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-culture__balloonWrap {
  margin-top: -4.375rem;
  position: relative;
}

.p-culture__balloonImg {
  margin-inline: auto;
  max-width: 100%;
  width: 16.25rem;
}

.p-culture__balloonText {
  -webkit-transform: translate(-50%, -50%);
  color: #022e83;
  font-family: "Poppins", sans-serif;
  font-size: 3.1875rem;
  font-weight: 600;
  left: 50%;
  line-height: 1.3;
  position: absolute;
  text-align: center;
  top: calc(50% - 0.75rem);
  transform: translate(-50%, -50%);
}
.p-culture__balloonText span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-culture__container {
  margin-inline: auto;
  margin-top: 2.375rem;
  max-width: 75rem;
  width: 51.875rem;
  width: 69.1666666667%;
}

.p-culture__box {
  background-color: #fff;
  border-radius: 0.875rem;
  max-width: 100%;
  padding-block: 1.875rem;
  padding-inline: 1.875rem;
  position: relative;
}
.p-culture__box::before {
  bottom: -1.125rem;
  content: "";
  height: 1.5rem;
  position: absolute;
  width: 1.875rem;
}
.p-culture__box.--01 {
  width: 40.9375rem;
}
.p-culture__box.--01::before {
  background: url(../img/top/fukidashi1.png) center center/contain no-repeat;
  left: 4.5rem;
}
.p-culture__box.--02 {
  width: 40rem;
}
.p-culture__box.--02::before {
  background: url(../img/top/fukidashi2.png) center center/contain no-repeat;
  right: 5.75rem;
}
.p-culture__box.--03 {
  width: 43.4375rem;
}
.p-culture__box.--03::before {
  background: url(../img/top/fukidashi1.png) center center/contain no-repeat;
  left: 1.875rem;
}
.p-culture__box.--04 {
  padding-inline: 1.5625rem;
  width: 48.75rem;
}
.p-culture__box.--04::before {
  background: url(../img/top/fukidashi2.png) center center/contain no-repeat;
  right: 10.9375rem;
}
.p-culture__box:nth-child(even) {
  margin-left: auto;
}
.p-culture__box:nth-child(odd) {
  margin-right: auto;
}
.p-culture__box + .p-culture__box {
  margin-top: 1.875rem;
}

.p-culture__text {
  color: #022e83;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.55;
}
.p-culture__text .--lg {
  font-size: 1.6875rem;
  font-weight: 500;
  padding-bottom: 0.3125rem;
}

/* ===============================================
# media
=============================================== */
.p-culture__mediaWrap {
  margin-inline: auto;
  margin-top: 5.625rem;
  max-width: 75rem;
  width: 80.8333333333%;
}

.p-culture__media {
  display: flex;
}
.p-culture__media + .p-culture__media {
  margin-top: 3.4375rem;
}

.p-culture__mediaImg {
  position: relative;
  right: -3.125rem;
  top: -1rem;
  width: 22.125rem;
}

.p-culture__mediaBody {
  background-color: #fff;
  flex: 1;
  padding-block: 3.4375rem 1.875rem;
  padding-inline: 6.25rem;
  width: 37.5rem;
}

.p-culture__mediaHead {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

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

.p-culture__grid {
  display: grid;
  gap: 1.625rem;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  margin-top: 4.6875rem;
  max-width: 75rem;
  width: 71.6666666667%;
}

.p-culture__item {
  background-color: #fff;
  padding-block: 3.125rem 2.1875rem;
  padding-inline: 1.25rem;
}

.p-culture__itemTitle {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.46875;
  text-align: center;
}

.p-culture__itemText {
  font-size: 0.9375rem;
  margin-top: 4.375rem;
}

.p-data {
  background-color: rgba(219, 232, 255, 0.6);
  background-color: #dbe8ff;
  overflow: hidden;
  padding-block: 11.25rem;
  position: relative;
  z-index: 1;
}

.p-data::before,
.p-data::after,
.p-data__bg::before {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Poppins", sans-serif;
  font-size: 44.0625rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  z-index: -1;
}

.p-data::before {
  content: "7.0";
  left: -3.125rem;
  top: -5rem;
}
.p-data::after {
  bottom: -4.375rem;
  content: "100";
  left: -24.625rem;
}

.p-data__bg {
  position: relative;
}
.p-data__bg::before {
  bottom: -1.875rem;
  content: "12";
  right: -11.875rem;
}

.p-data__inner.l-inner {
  width: 58.125rem;
}

.p-data__grid {
  display: grid;
  gap: 0 1.875rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 5rem;
}

.p-data__item {
  border-bottom: 1px solid #022e83;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-block: 2.5rem;
}
.p-data__item.--border {
  border-top: 1px solid #022e83;
}
.p-data__item.--note {
  position: relative;
}
.p-data__item.--note::after {
  -webkit-transform: translateX(-50%);
  bottom: -3.125rem;
  color: #000000;
  content: "※2023年度実績";
  font-size: 1rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.p-data__icon {
  margin-inline: auto;
  width: 5.375rem;
}

.p-data__label {
  font-size: 1.875rem;
  margin-top: 1.875rem;
  text-align: center;
}
.p-data__label span {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}
.p-data__label.--sm span {
  font-size: 1.3125rem;
  line-height: 1;
}

.p-data__value {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: auto;
  padding-top: 1.875rem;
}
.p-data__value.--ptSm {
  padding-top: 0.3125rem;
}

.p-data__prefix,
.p-data__unit {
  color: #022e83;
  font-size: 1.875rem;
  line-height: 1.2;
}

.p-data__prefix {
  margin-right: 0.625rem;
}

.p-data__number {
  color: #022e83;
  font-family: "Poppins", sans-serif;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 0.625rem;
}

.p-drawer {
  -ms-scroll-chaining: none;
  background-color: #fff;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  overscroll-behavior: none;
  position: fixed;
  scrollbar-width: none;
  top: 0;
  width: 100vw;
  z-index: 50;
}

.p-drawer__wrap {
  height: calc(100% + 1px);
  padding-top: 9.0625rem;
  scrollbar-width: none;
  width: 100%;
}

.p-drawer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 60.625rem;
}

.p-drawer__content {
  display: flex;
  gap: 6.875rem;
  justify-content: space-between;
  max-width: 100%;
  width: 48.75rem;
}

.p-drawer__nav {
  max-width: 100%;
  width: 14.0625rem;
}

.p-drawer__list.--02 {
  margin-top: 1.125rem;
}

.p-drawer__item + .p-drawer__item {
  margin-top: 1.125rem;
}

.p-drawer__link {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
}
.p-drawer__link::before {
  background-color: #000000;
  content: "";
  height: 0.0875rem;
  margin-right: 0.875rem;
  width: 0.625rem;
}

.p-drawer__recruitment {
  flex: 1;
}

.p-drawer__recruitmentTitle {
  font-size: 1.25rem;
  font-weight: 400;
}

.p-drawer__recruitmentButtons {
  margin-top: 1.875rem;
}

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

.js-drawer {
  clip-path: inset(0% 0% 40% 0%);
  opacity: 0;
  transition: 0.5s all ease-in-out;
  visibility: visible;
  visibility: hidden;
}

.js-drawer.is-open {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
  visibility: visible;
}

.p-entry {
  padding-top: 7.5rem;
}

.p-entry__title {
  position: relative;
}
.p-entry__title::after {
  -webkit-transform: translateX(-50%);
  background: url(../img/common/arrow_down.svg) center center/contain no-repeat;
  bottom: -3.75rem;
  content: "";
  height: 1.25rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 2.375rem;
}

.p-entry__text {
  margin-top: 5rem;
  text-align: center;
}

.p-entry__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.8125rem;
}

.p-entry__item {
  position: relative;
}

.p-entry__itemTitle {
  -webkit-transform: translate(-50%, -50%);
  color: white;
  left: 50%;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.p-entry__itemTitleSub {
  font-family: "Poppins", sans-serif;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 1.7428571429;
  white-space: nowrap;
}

.p-entry__itemTitleMain {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
.p-entry__itemTitleMain.--02 {
  margin-top: 1.25rem;
}

.p-footer {
  padding-bottom: 9.375rem;
}

.p-footer__logo {
  margin-inline: auto;
  width: 14.0625rem;
}

.p-footer__copyright {
  display: block;
  font-size: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

body.modalNoScroll {
  overflow: hidden;
}

.p-header {
  height: 4.875rem;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}
.p-header.--top .p-header__wrap::after {
  background-color: #022e83;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  transition: 0.5s all ease;
  width: 56.875rem;
  width: 40%;
}

.p-header__wrap {
  height: inherit;
  position: relative;
  width: 100%;
}

.p-header__inner {
  display: flex;
  height: inherit;
  justify-content: flex-end;
  margin-left: auto;
  max-width: 100%;
  width: 40%;
}

.p-header__logo {
  left: 3.125rem;
  max-width: 100%;
  position: absolute;
  top: 2.375rem;
  transition: 0.5s all ease;
  width: 10.625rem;
}

.p-header__box {
  border-bottom: 1px solid #022e83;
  display: flex;
  height: inherit;
  position: relative;
  width: 100%;
}
.p-header__box::before {
  background: #022e83;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: 0.5s all ease;
  visibility: visible;
  width: 1px;
}

.p-header.--top .p-header__box::before {
  opacity: 0;
  visibility: hidden;
}

.p-header__nav {
  height: inherit;
  height: 100%;
  width: 100%;
}

.p-header__list {
  display: flex;
  height: inherit;
}
.p-header__item {
  height: inherit;
}
.p-header__item.--01 {
  background-color: white;
  max-width: 100%;
  width: 56.25%;
}
.p-header__item.--02 {
  background-color: #022e83;
  flex: 1;
  max-width: 100%;
  width: 32.9166666667%;
}

.p-header__link {
  align-items: center;
  display: flex;
  font-size: 1.1875rem;
  height: inherit;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.p-header__link span {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease;
  z-index: 1;
}
.p-header__link span::before {
  background: url(../img/common/arrow_black.svg) center center/contain no-repeat;
  content: "";
  height: 0.75rem;
  margin-right: 0.9375rem;
  transition: all 0.3s ease;
  width: 0.5rem;
}
.p-header__link.--01 {
  max-width: 100%;
  position: relative;
  width: 100%;
}
.p-header__link.--01 span::before {
  background: url(../img/common/arrow_black.svg) center center/contain no-repeat;
}
.p-header__link.--02 {
  color: #fff;
  max-width: 100%;
  width: 100%;
}
.p-header__link.--02 span::before {
  background: url(../img/common/arrow_white.svg) center center/contain no-repeat;
}

.p-header__link.--01::before,
.p-header__link.--02::before {
  -webkit-transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
  border-radius: 50%;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1;
}

.safari .p-header__link.--01,
.safari .p-header__link.--02 {
  position: relative;
}
.safari .p-header__link.--01::before,
.safari .p-header__link.--02::before {
  -webkit-transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  content: "";
  height: 37.5rem;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: 50% 50%;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 37.5rem;
  will-change: transform;
  z-index: 1;
}

.p-header__link.--01::before {
  background: #022e83;
}

.p-header__link.--02::before {
  background: white;
}

.p-header__hamburger {
  cursor: pointer;
  z-index: 60;
}

header.UpMove .p-header__logo {
  opacity: 0;
  transition: 0.5s all ease;
  visibility: hidden;
}
header.UpMove .p-header__wrap::after {
  opacity: 0;
  transition: 0.5s all ease;
  visibility: hidden;
}

header.UpMove.--top .p-header__box::before {
  opacity: 1;
  visibility: visible;
}

.p-interview {
  padding-block: 2.1875rem 8.4375rem;
  padding-inline: 3rem;
}

.p-interview__title {
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-interview__contents {
  margin-top: 3.125rem;
}

.p-interview__imgWrap {
  position: relative;
}

.p-interview__titleWrap {
  bottom: 1.25rem;
  position: absolute;
  right: 2.1875rem;
}

.p-interview__title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4583333333;
}

.p-interview__year {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.7647058824;
  text-align: right;
}

.p-interview__head {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5909090909;
  margin-top: 2rem;
  position: relative;
  text-align: center;
}
.p-interview__head::before, .p-interview__head::after {
  content: "";
  height: 1.75rem;
  position: absolute;
  width: 1rem;
}
.p-interview__head::before {
  background: url(../img/top/interview_deco1.svg) center center/contain no-repeat;
  left: 0.9375rem;
  top: 0;
}
.p-interview__head::after {
  -webkit-transform: scale(-1, -1);
  background: url(../img/top/interview_deco1.svg) center center/contain no-repeat;
  bottom: 0;
  right: 0.9375rem;
  transform: scale(-1, -1);
}

.p-interview__faq {
  margin-top: 4.375rem;
  padding-inline: 2.1875rem;
}

.p-interview__faqItem + .p-interview__faqItem {
  margin-top: 4.375rem;
}

.p-interview__question {
  align-items: flex-start;
  display: flex;
  gap: 0.625rem;
}

.p-interview__questionLabel {
  font-weight: 500;
  position: relative;
  top: -0.3125rem;
}

.p-interview__questionText {
  flex: 1;
  font-weight: 500;
}

.p-interview__answer {
  align-items: flex-start;
  display: flex;
  gap: 0.625rem;
  margin-top: 1.5625rem;
}

.p-interview__answerLabel {
  position: relative;
}

.p-interview__answerText {
  flex: 1;
}

.p-media__txt {
  background: url(../img/common/) center center/contain no-repeat;
}

.p-message {
  margin-top: -1px;
}

.p-message__left {
  display: flex;
  flex-direction: column;
}

.p-message__title {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-message__img {
  margin-left: auto;
  margin-top: 2.5rem;
  margin-top: auto;
  max-width: 50rem;
}

.p-message__wrap {
  padding-bottom: 6.25rem;
}

.p-message__text {
  color: #fff;
  padding-top: 0.9375rem;
}

.p-message__name {
  color: #e6e6e6;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  margin-top: 3.125rem;
  text-align: right;
}

.p-modal {
  background: rgb(255, 255, 255);
  display: none;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-modal__inner {
  margin-inline: auto;
  max-width: 75rem;
  width: 69.5833333333%;
}

.p-modal__close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 6rem;
}

.js-modalOpen {
  cursor: pointer;
}

/* ===============================================
# モーダル2
=============================================== */
body.modalNoScroll {
  overflow: hidden;
}

.p-modal2 {
  background: rgba(255, 255, 255, 0.85);
  display: none;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-modal2__inner {
  -webkit-transform: translate(-50%, -50%);
  background-color: #fff;
  height: 78.8461538462vh;
  left: 50%;
  margin-inline: auto;
  max-width: 75rem;
  overflow: scroll;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 59.5833333333%;
}

.p-modal2__close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 6rem;
}

.js-modalOpen2 {
  cursor: pointer;
}

.p-mv {
  position: relative;
}

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

.p-mv__slider.swiper {
  margin-left: 0;
  margin-right: auto;
  max-width: 100%;
  width: 60%;
  z-index: 1;
}

.p-mv__contents {
  flex: 1;
  position: relative;
  z-index: 2;
}

.p-mv__title {
  left: -5.625rem;
  position: relative;
}
.p-mv__title span {
  display: inline-block;
}

.js-mvSlider,
.js-mvTitle,
.js-mvTitle2,
.js-mvText {
  opacity: 0;
  visibility: hidden;
}

.p-mv__titleSub {
  color: #022e83;
  font-family: "Poppins", sans-serif;
  font-size: 9.5625rem;
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
}

.p-mv__titleMain {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.6222222222;
  overflow: hidden;
  white-space: nowrap;
}

.p-mv__text {
  font-size: 1.25rem;
  line-height: 1.9;
  margin-top: 2.8125rem;
  padding-left: 2.1875rem;
}

.p-outline {
  padding-top: 12.5rem;
}

.p-companyHistory__timeline {
  margin-top: 6.875rem;
}

.p-companyHistory__timeline-container {
  position: relative;
}

.p-companyHistory__timeline-list {
  position: relative;
}
.p-companyHistory__timeline-list::before {
  -webkit-transform: translateY(-50%);
  background-color: #a5c5ff;
  content: "";
  height: 98%;
  left: 10.625rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  z-index: 1;
}

.p-companyHistory__timeline-item {
  align-items: flex-start;
  display: flex;
  gap: 5.9375rem;
  position: relative;
}
.p-companyHistory__timeline-item::before {
  background-color: #a5c5ff;
  border-radius: 50%;
  content: "";
  height: 1.1875rem;
  left: 10.0625rem;
  position: absolute;
  top: 0.5rem;
  width: 1.1875rem;
  z-index: 2;
}
.p-companyHistory__timeline-item + .p-companyHistory__timeline-item {
  margin-top: 2.1875rem;
}

.p-companyHistory__timeline-date {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75;
  max-width: 100%;
  min-width: 7.5rem;
  text-align: right;
}

.p-companyHistory__timeline-content {
  color: #000000;
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.p-pageTop {
  bottom: 1.5625rem;
  cursor: pointer;
  position: fixed;
  right: 1.5625rem;
  z-index: 10;
}

.p-pageTop__wrap {
  display: block;
  transition: 0.5s all ease;
  width: 4.375rem;
}
.p-person {
  padding-top: 6.25rem;
}

.p-person__bg {
  overflow: hidden;
  position: relative;
}
.p-person__bg::before {
  -webkit-transform: translateX(-50%);
  bottom: -1.25rem;
  color: #a5c5ff;
  content: "Emotion,Passion & Movement";
  font-family: "Poppins", sans-serif;
  font-size: 4.9375rem;
  font-weight: 600;
  left: 50%;
  opacity: 0.3;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: -1;
}

.p-person__title {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-person__subtitle {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.5833333333;
  margin-top: 3.75rem;
  text-align: center;
}

.p-person__media {
  display: flex;
  margin-top: 4.375rem;
}

.p-person__mediaImg {
  background: url(../img/top/person11.jpg) right center/cover no-repeat;
  height: clamp(47.313rem, 34.188rem + 17.5vw, 62.188rem);
  width: 50%;
}

.p-person__mediaContents {
  width: 50%;
}

.p-person__mediaBody {
  margin-left: 3.25rem;
  max-width: 100%;
  width: 22.8125rem;
  width: 60.8333333333%;
}

.p-person__mediaChart {
  margin-left: auto;
  margin-right: auto;
  max-width: 25rem;
  width: 15.625rem;
  width: 41.6666666667%;
}

.p-person__mediaTxt {
  margin-top: 1.875rem;
}

.p-person__mediaBtn {
  margin-top: 1.875rem;
}

.p-privacy {
  padding-top: 8.75rem;
}

.p-privacy__content {
  height: 36.25rem;
  margin-top: 2.5rem;
  overflow-y: scroll;
}

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

.p-recruitment {
  padding-top: 12.5rem;
}

.p-recruitment__contents {
  margin-top: 6.25rem;
}

.p-recruitment__tabs {
  background-color: #f8f9fa;
  display: flex;
  gap: 0;
  justify-content: center;
  overflow: hidden;
}

.p-recruitment__tab {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 0.0625rem solid #757575;
  color: #000000;
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-family: inherit;
  gap: 0.1875rem;
  outline: none;
  padding: 1.125rem 0.9375rem;
  position: relative;
  transition: all 0.3s ease;
}
.p-recruitment__tab:not(:last-child) {
  margin-right: -1px;
}

.p-recruitment__tab.active {
  background-color: #022e83;
  color: white;
}

.p-recruitment__tabNumber {
  color: inherit;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.p-recruitment__tabTitle {
  color: inherit;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.p-recruitment__tabContents {
  position: relative;
}

.p-recruitment__tabContent {
  -webkit-animation: fadeIn 0.3s ease;
  animation: fadeIn 0.3s ease;
  display: none;
}

.p-recruitment__tabContent.active {
  display: block;
}

@-webkit-keyframes fadeIn {
  from {
    -webkit-transform: translateY(0.625rem);
    opacity: 0;
    transform: translateY(0.625rem);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    -webkit-transform: translateY(0.625rem);
    opacity: 0;
    transform: translateY(0.625rem);
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
.p-recruitment__table {
  background-color: white;
  border: 2px solid #022e83;
  border-collapse: collapse;
  margin-top: -1px;
  overflow: hidden;
  width: 100%;
}

.p-recruitment__tableHeader {
  background-color: #607bb1;
  border-bottom: 1px solid white;
  color: white;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  width: 12.5rem;
}

.p-recruitment__tableData {
  background-color: white;
  border-bottom: 1px solid #022e83;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 1.125rem 1.5625rem;
  vertical-align: top;
}
.p-recruitment__tableData strong {
  display: block;
  font-weight: 500;
}

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

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

.p-recruitment__btn {
  margin-inline: auto;
  margin-top: 5rem;
}

.p-schedule {
  padding-block: 6.875rem 9.375rem;
}

.p-schedule__contents {
  margin-top: 7.5rem;
}

.p-schedule__item {
  align-items: center;
  display: flex;
  gap: 4.375rem;
  width: 100%;
}
.p-schedule__item + .p-schedule__item {
  margin-top: 7.5rem;
}

.p-schedule__dayTitle {
  color: #022e83;
  font-family: "Poppins", sans-serif;
  font-size: 2.875rem;
  font-weight: 600;
  line-height: 173.9130434783%;
  white-space: nowrap;
}

.p-schedule__dayText {
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
}

.p-schedule__content {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 1.5625rem;
  width: 100%;
}

.p-schedule__info {
  flex: 1;
  min-width: 0;
}

.p-schedule__tag {
  border: 1px solid #000000;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  padding-block: 0.125rem;
  padding-inline: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-schedule__tag.--mt {
  margin-top: 0.9375rem;
}

.p-schedule__list {
  margin-top: 0.625rem;
}

.p-schedule__listItem {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  padding-left: 1em;
  position: relative;
}
.p-schedule__listItem::before {
  content: "-";
  font-size: 0.875rem;
  left: 0;
  position: absolute;
  top: calc(0.5lh - 0.875rem);
}

.p-schedule__img {
  flex-shrink: 0;
  max-width: 100%;
  width: 20rem;
}

.p-slider .swiper-slide {
  overflow: hidden;
}
.p-slider .slide-img {
  height: 100%;
}
.p-slider .slide-img img {
  -o-object-fit: cover;
  height: 100vh;
  object-fit: cover;
  width: 100%;
}

.p-staff {
  padding-block: 8.125rem 5.625rem;
  padding-block: 4.375rem 3.75rem;
}

.p-staff__grid {
  display: grid;
  gap: 2.1875rem 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}
.p-staff__grid.--mt90 {
  margin-top: 5.625rem;
}

.p-staff__card:nth-child(3n+1) .p-staff__cardText {
  padding-left: 1.5625rem;
}

.p-staff__cardImgWrap {
  position: relative;
}

.p-staff__cardTitleWrap {
  bottom: 0.625rem;
  position: absolute;
  right: 1.5625rem;
}

.p-staff__cardTitle {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-staff__cardYear {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: right;
}

.p-staff__cardText {
  line-height: 1.75;
  margin-top: 1.5625rem;
}

.p-subCompany {
  padding-top: 15.3125rem;
}

.p-subCompany__table {
  background-color: white;
  border: 1px solid #000000;
  border-collapse: collapse;
  margin-top: -1px;
  margin-top: 5rem;
  overflow: hidden;
  width: 100%;
}

.p-subCompany__tableHeader {
  background-color: #f1f1f1;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  width: 11.25rem;
}
.p-subCompany__tableHeader.--start {
  padding-top: 1.875rem;
  vertical-align: top;
}

.p-subCompany__tableData {
  background-color: white;
  border-bottom: 1px solid #000000;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 1.125rem 1.5625rem;
  vertical-align: top;
}
.p-subCompany__tableData.--start {
  padding-top: 1.875rem;
}
.p-subCompany__tableData strong {
  display: block;
  font-weight: 500;
}

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

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

.p-subEntry {
  padding-top: 16.875rem;
}

.p-subEntry__fresh {
  margin-top: 6.25rem;
}

.p-subEntry__freshText {
  font-size: 1.25rem;
  text-align: center;
}

.p-subEntry__freshImg {
  margin-inline: auto;
  margin-top: 0.625rem;
  width: 17.5rem;
}

.p-subEntry__text {
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 2.375rem;
}
.p-subEntry__text.--center {
  text-align: center;
}

.p-subEntry__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-subEntry__formWrap {
  margin-top: 3.75rem;
}

.p-training {
  padding-block: 7.375rem 10.625rem;
  position: relative;
}
.p-training::before {
  -o-object-fit: cover;
  aspect-ratio: 420/415;
  background: url(../img/top/training6.jpg) center center/contain no-repeat;
  content: "";
  height: 25.9375rem;
  height: auto;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: -5px;
  width: 26.25rem;
  width: 35%;
  z-index: -1;
}

.p-training__inner {
  position: relative;
  z-index: 2;
}

.p-training__mediaWrap {
  margin-top: 5.9375rem;
}

.p-training__media {
  align-items: center;
  background-color: #dbe8ff;
  border-radius: 1.125rem;
  display: flex;
  gap: 2.8125rem;
  justify-content: space-between;
  padding-block: 2.5rem;
  padding-inline: 2.5rem 1.875rem;
}
.p-training__media + .p-training__media {
  margin-top: 1.25rem;
}

.p-training__mediaImg {
  width: 18.75rem;
}

.p-training__mediaBody {
  flex: 1;
}

.p-training__mediaHead {
  font-size: 2.125rem;
  font-weight: 500;
}
.p-training__mediaHead.--01 {
  letter-spacing: -0.02em;
}
.p-training__mediaHead span {
  font-size: 1.625rem;
}

.p-training__mediaTxt {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  margin-top: 1.25rem;
}

.p-training__mediaBtn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5625rem;
}

.p-training__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  margin-top: 3.375rem;
}

.p-training__item {
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 0.8125rem;
  padding-block: 3.125rem 2.5rem;
  padding-inline: 1.75rem;
}

.p-training__itemTitle {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.88;
  text-align: center;
}
.p-training__itemTitle.--mt {
  margin-top: 3.4375rem;
}

.p-training__itemText {
  font-size: 0.875rem;
  margin-top: 2.5rem;
}

.p-training__book {
  margin-inline: auto;
  width: 7.5rem;
}

.p-vision {
  height: 77.5rem;
  margin-top: -1px;
  position: relative;
}

.p-vision__fadeIn {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 98.3333333333%;
  width: 73.75rem;
}

.p-vision__box {
  -webkit-transform: translate(-50%, -50%);
  background-color: #fff;
  left: 50%;
  max-width: 100%;
  padding-block: 3.125rem 4.0625rem;
  padding-inline: 3.75rem;
  position: absolute;
  top: calc(50% - 2.1875rem);
  transform: translate(-50%, -50%);
  width: 36.5625rem;
}

.p-vision__subTitle {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.7333333333;
  margin-top: 3.75rem;
  white-space: nowrap;
}

.p-vision__text {
  margin-top: 4.0625rem;
}

.p-welfare {
  background-color: #e6e6e6;
  padding-block: 8.4375rem;
  position: relative;
}
.p-welfare::before {
  -o-object-fit: cover;
  aspect-ratio: 420/415;
  background: url(../img/top/welfare7.jpg) center center/contain no-repeat;
  content: "";
  height: 25.9375rem;
  height: auto;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 26.25rem;
  width: 35%;
  z-index: 1;
}

.p-welfare__inner {
  position: relative;
  z-index: 2;
}

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

.p-welfare__card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-welfare__cardHeader.--blue {
  background-color: #022e83;
  padding-block: 1.875rem 1.75rem;
}

.p-welfare__cardTitle {
  color: #fff;
  font-size: 1.8125rem;
  font-weight: 400;
  text-align: center;
}

.p-welfare__cardIcon {
  margin-inline: auto;
  margin-top: 1.375rem;
  width: 6.625rem;
}
.p-welfare__cardIcon.--07 {
  margin-top: 0;
}

.p-welfare__cardContent {
  background-color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding-block: 2.625rem 2.875rem;
  text-align: center;
}
.p-welfare__cardContent.--03, .p-welfare__cardContent.--08 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-welfare__cardContent.--07 {
  justify-content: flex-start;
  padding-block: 1.875rem 2.375rem;
}

.p-welfare__cardSubtitle {
  font-size: 1.375rem;
  line-height: 1.5909090909;
}

.p-welfare__cardLabel {
  font-size: 1.4375rem;
  font-weight: 400;
}
.p-welfare__cardLabel.--medium {
  font-weight: 500;
}
.p-welfare__cardLabel.--sm {
  font-size: 1.4375rem;
  line-height: 1.4;
}
.p-welfare__cardLabel.--sm span {
  color: #022e83;
}
.p-welfare__cardLabel.--lg {
  font-size: 1.8125rem;
  line-height: 1.4137931034;
}
.p-welfare__cardLabel.--lg span {
  font-size: 1.4375rem;
}
.p-welfare__cardLabel.--blue {
  color: #022e83;
}

.p-welfare__cardBookCard {
  color: #022e83;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 1.5rem;
  text-align: center;
}

.p-welfare__cardText {
  font-size: 0.875rem;
}
.p-welfare__cardText.--01 {
  margin-top: 4.0625rem;
}
.p-welfare__cardText.--02 {
  margin-top: 0.625rem;
}

.p-welfare__cardAmount {
  color: #022e83;
  font-family: "Poppins", sans-serif;
  font-size: 3.5625rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 0.625rem;
}
.p-welfare__cardAmount span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
}

.p-welfare__cardYears {
  margin-top: 0.9375rem;
}
.p-welfare__cardYears:first-of-type {
  margin-top: 1.875rem;
}

.p-welfare__cardYear {
  color: #022e83;
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
}
.p-welfare__cardYear small {
  font-size: 0.875rem;
  font-weight: 400;
}

.p-welfare__cardSeparator {
  display: inline-block;
  width: 1.1875rem;
}

.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base20 {
  font-size: 1.25rem;
  line-height: 1.9;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lg {
  display: none;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sm {
  display: none;
}

.u-sp {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

@media screen and (min-width: 1500px) {
  .p-contents {
    width: 70%;
  }
  .p-person__media {
    align-items: center;
  }
  .p-person__mediaBody {
    width: 70%;
  }
  .p-schedule__img {
    flex: 1;
  }
}

@media screen and (min-width: 1800px) {
  .p-about__img img {
    -o-object-position: top;
    -o-object-fit: cover;
    max-height: 50rem;
    object-fit: cover;
    object-position: top;
  }
  .p-staff__grid {
    gap: 2.1875rem 3.75rem;
  }
}

@media (min-width: 768px) and (max-height: 750px) {
  .p-mv__titleMain {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1440px) {
  .u-lg {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  .p-header.--top .p-header__wrap::after {
    width: 41%;
    width: 31.5625rem;
  }
  .p-mv__slider.swiper {
    width: 47.5rem;
  }
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
  .p-mv__slider.swiper {
    width: 60%;
  }
}

@media (max-height: 800px) {
  .p-about {
    margin-top: 0rem;
  }
}

@media (max-width: 767.98px) {
  .c-table--responsive > thead > tr > th,
  .c-table--responsive > thead > tr > td,
  .c-table--responsive > tbody > tr > th,
  .c-table--responsive > tbody > tr > td {
    border: none;
    display: list-item;
    list-style: none;
    padding: 0;
    width: 100%;
  }
  .c-table--confirm > tbody > tr > th {
    padding: 0.8125rem 0;
  }
  .c-table--responsive > thead > tr > th,
  .c-table--responsive > tbody > tr > th {
    margin-bottom: 0.3125rem;
  }
  .c-table--responsive > thead > tr > td,
  .c-table--responsive > tbody > tr > td {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 0.8125rem;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-footer {
    padding-top: 7.5rem;
  }
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner2 {
    width: 100%;
  }
  .l-inner2.--narrow {
    max-width: 18.75rem;
    width: 68.0555555556%;
  }
  .l-inner2.--medium {
    width: 100%;
  }
  .l-inner2.--form {
    width: 100%;
  }
  .l-layout {
    flex-direction: column;
  }
  .l-layout__left {
    width: 100%;
  }
  .l-layout__right {
    width: 100%;
  }
  .l-pSp20 {
    padding-inline: 1.25rem;
  }
  .l-pSp30 {
    padding-inline: 1.875rem;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .c-btn {
    min-height: 3.4375rem;
    padding-left: 1rem;
  }
  .c-btn span {
    font-size: 0.875rem;
  }
  .c-btn span::before {
    height: 0.75rem;
    margin-right: 0.625rem;
    width: 0.4375rem;
  }
  .c-btn2 {
    min-height: 2.875rem;
  }
  .c-btn2 span {
    font-size: 1.1875rem;
  }
  .c-btn2 span::before {
    height: 0.75rem;
    margin-right: 1rem;
    width: 0.4375rem;
  }
  .c-btn2.--black span {
    font-size: 0.9375rem;
  }
  .c-btn2.--blue {
    min-height: 2.1875rem;
    width: 100%;
  }
  .c-btn2.--blue span {
    font-size: 0.8125rem;
  }
  .c-btn3 {
    min-height: 3.4375rem;
  }
  .c-btn3 span {
    font-size: 1.25rem;
  }
  .c-btn3.--sm span {
    font-size: 0.875rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  textarea {
    height: 12.5rem;
  }
  .c-form__btn {
    margin-top: 3.125rem;
  }
  .c-form__btn button {
    font-size: 1.25rem;
    min-height: 3.4375rem;
  }
  .c-form__btn input {
    font-size: 1.25rem;
    min-height: 3.4375rem;
  }
  .c-form--confirm .c-form__btn input {
    margin-right: 0;
  }
  .c-form__confirm-check {
    margin-left: 0;
  }
  .c-form__captchaInput::-webkit-input-placeholder {
    font-size: 0.75rem;
  }
  .c-form__captchaInput:-ms-input-placeholder {
    font-size: 0.75rem;
  }
  .c-form__captchaInput::-ms-input-placeholder {
    font-size: 0.75rem;
  }
  .c-form__captchaInput::placeholder {
    font-size: 0.75rem;
  }
  .c-form__captchaInput::-webkit-input-placeholder {
    font-size: 0.75rem;
  }
  .c-form__captchaInput::-moz-placeholder {
    font-size: 0.75rem;
    opacity: 1;
  }
  .c-form__captchaInput:-ms-input-placeholder {
    font-size: 0.75rem;
  }
  .c-hamburgerOuter {
    height: 2.4375rem;
    width: 2.625rem;
  }
  .c-hamburger {
    height: 0.9375rem;
    width: 1.25rem;
  }
  .c-hamburger span {
    height: 1px;
    top: calc((100% - 1px) / 2);
  }
  .c-hamburger span:nth-child(1) {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .c-hamburger span:nth-child(3) {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  .js-open.c-hamburgerOuter {
    border-bottom: 1px solid #000000;
  }
  .js-open .c-hamburger {
    width: 1.5625rem;
  }
  .c-headline1__sub {
    font-size: 3.375rem;
    line-height: 1.7407407407;
  }
  .c-headline1__sub.--smSp {
    font-size: 2.5rem;
  }
  .c-headline1__main {
    font-size: 0.875rem;
  }
  .c-marker.--lg {
    background: linear-gradient(transparent 13%, rgba(218, 231, 166, 0.44) 0%);
  }
  .c-table th label {
    gap: 0.625rem;
  }
  .c-table__birthday {
    gap: 1.25rem 0.625rem;
  }
  .c-table__checkbox-group {
    flex-direction: column;
    gap: 0.625rem;
  }
  .c-table--confirm th {
    width: 6.25rem;
  }
  .p-about {
    margin-top: 2.5rem;
  }
  .p-about__img {
    padding-top: 0;
  }
  .p-about__contents {
    padding-top: 0;
  }
  .p-about__textLg {
    white-space: normal;
  }
  .p-about__text {
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
  }
  .p-business__tittle {
    background: url(../img/top/business_bg_sp1.png) center center/cover no-repeat;
    height: 23.125rem;
    padding-block: 13.3125rem 3.5rem;
  }
  .p-business__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -1px;
  }
  .p-company__title {
    padding-block: 12.8125rem 3.75rem;
  }
  .p-company__contents {
    padding-block: 4.375rem 6.25rem;
  }
  .p-company__subTitle {
    font-size: 1.6875rem;
  }
  .p-company__flex {
    flex-direction: column;
    gap: 1.625rem;
    margin-top: 1.875rem;
  }
  .p-company__cardWrap {
    display: contents;
  }
  .p-company__card {
    border-radius: 0.9375rem;
  }
  .p-company__card.--01 {
    order: 1;
    padding-block: 0.9375rem 1.25rem;
  }
  .p-company__card.--02 {
    order: 4;
  }
  .p-company__card.--03 {
    order: 2;
  }
  .p-company__card.--04 {
    order: 3;
    padding-block: 2.375rem;
  }
  .p-company__card.--05 {
    order: 5;
  }
  .p-company__card + .p-company__card {
    margin-top: 0;
  }
  .p-company__card.--chart {
    height: 10.3125rem;
  }
  .p-company__card.--chart.--05 {
    margin-top: 1.5625rem;
  }
  .p-company__foundingLogo {
    width: 9.0625rem;
  }
  .p-company__cardLabel {
    font-size: 1rem;
  }
  .p-company__cardValue {
    font-size: 2.5rem;
  }
  .p-company__cardValue span {
    font-size: 1.5rem;
  }
  .p-company__chartImg {
    width: 12.5rem;
  }
  .p-company__employees {
    padding-block: 3.125rem;
    padding-left: 1.875rem;
  }
  .p-company__employeesImg {
    width: 5.9375rem;
  }
  .p-company__salesFlex {
    gap: 1.25rem;
  }
  .p-company__salesImg {
    width: 4.6875rem;
  }
  .p-company__btn {
    margin-top: 4.6875rem;
  }
  .p-company__btn.c-btn2 {
    width: 16.25rem;
  }
  .p-contents {
    margin-left: 0;
    width: 100%;
  }
  .p-culture {
    padding-bottom: 3.125rem;
  }
  .p-culture__balloonWrap {
    margin-top: 3rem;
  }
  .p-culture__balloonImg {
    width: 13.125rem;
  }
  .p-culture__balloonText {
    font-size: 2.5625rem;
  }
  .p-culture__balloonText span {
    font-size: 0.625rem;
  }
  .p-culture__container {
    width: 100%;
  }
  .p-culture__box {
    padding-block: 1.25rem;
    padding-inline: 1.125rem;
  }
  .p-culture__box::before {
    bottom: -1rem;
    height: 1.25rem;
    width: 1.4375rem;
  }
  .p-culture__box.--01 {
    width: 16rem;
    width: 85.3333333333%;
  }
  .p-culture__box.--01::before {
    left: 2.375rem;
  }
  .p-culture__box.--02 {
    width: 11.5625rem;
    width: 61.6666666667%;
  }
  .p-culture__box.--02::before {
    right: 2.1875rem;
  }
  .p-culture__box.--03 {
    width: 15.625rem;
    width: 83.3333333333%;
  }
  .p-culture__box.--03::before {
    left: 2.75rem;
  }
  .p-culture__box.--04 {
    padding-inline: 0.625rem;
    width: 17.75rem;
    width: 94.6666666667%;
  }
  .p-culture__box.--04::before {
    right: 2.75rem;
  }
  .p-culture__box + .p-culture__box {
    margin-top: 1.5rem;
  }
  .p-culture__text {
    font-size: 0.875rem;
    line-height: 2;
  }
  .p-culture__text .--lg {
    font-size: 1.25rem;
    padding-bottom: 0;
  }
  .p-culture__text .--lgSp {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75;
  }
  .p-culture__mediaWrap {
    margin-inline: auto;
    margin-top: -0.625rem;
    padding-left: 3.125rem;
    width: 100%;
  }
  .p-culture__media + .p-culture__media {
    margin-top: -1.25rem;
  }
  .p-culture__media {
    flex-direction: column;
  }
  .p-culture__mediaImg {
    bottom: -5.5rem;
    left: -0.625rem;
    right: auto;
    top: auto;
    width: 17.6875rem;
    width: 91.2903225806%;
  }
  .p-culture__mediaBody {
    padding-block: 6.875rem 2.5rem;
    padding-inline: 2rem;
    width: 100%;
  }
  .p-culture__mediaHead.--04 {
    letter-spacing: -0.05em;
  }
  .p-culture__mediaHead {
    font-size: 1.25rem;
    text-align: left;
  }
  .p-culture__grid {
    grid-template-columns: 1fr;
    margin-top: 2.1875rem;
    padding-left: 3.125rem;
    width: 100%;
  }
  .p-culture__item {
    padding-block: 2.625rem;
    padding-inline: 2rem;
  }
  .p-culture__itemTitle {
    font-size: 1.25rem;
    text-align: left;
  }
  .p-culture__itemText {
    margin-top: 1.875rem;
  }
  .p-data {
    padding-block: 5rem;
  }
  .p-data::before,
  .p-data::after,
  .p-data__bg::before {
    font-size: 15.625rem;
  }
  .p-data::before {
    left: -1.6875rem;
    top: 2.125rem;
  }
  .p-data::after {
    bottom: -1.875rem;
    left: -8.75rem;
  }
  .p-data__bg::before {
    bottom: auto;
    right: -1.625rem;
    top: 12.6875rem;
  }
  .p-data__grid {
    gap: 0 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.125rem;
  }
  .p-data__item {
    padding-block: 1.25rem 1.875rem;
  }
  .p-data__item.--borderSp {
    border-top: none;
  }
  .p-data__item.--note::after {
    bottom: -1.875rem;
    font-size: 0.5625rem;
  }
  .p-data__icon {
    width: 2.6875rem;
  }
  .p-data__label {
    font-size: 0.9375rem;
    margin-top: 0.625rem;
  }
  .p-data__label span {
    font-size: 0.75rem;
  }
  .p-data__label.--sm span {
    font-size: 0.6875rem;
  }
  .p-data__value {
    padding-top: 0.625rem;
  }
  .p-data__prefix,
  .p-data__unit {
    font-size: 0.9375rem;
  }
  .p-data__prefix {
    margin-right: 0.3125rem;
  }
  .p-data__number {
    font-size: 2.75rem;
    margin-right: 0.3125rem;
  }
  .p-drawer {
    display: block;
    overflow-y: scroll;
  }
  .p-drawer__wrap {
    overflow-y: scroll;
    padding-block: 6.25rem 5.625rem;
  }
  .p-drawer__inner {
    padding-inline: 1.875rem;
  }
  .p-drawer__content {
    flex-direction: column;
    gap: 3.125rem;
    width: 100%;
  }
  .p-drawer__nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .p-drawer__list.--02 {
    margin-top: 0rem;
  }
  .p-drawer__link {
    font-size: 0.875rem;
  }
  .p-drawer__link::before {
    width: 0.4375rem;
  }
  .p-drawer__recruitment {
    width: 100%;
  }
  .p-drawer__recruitmentTitle {
    font-size: 0.875rem;
  }
  .p-drawer__recruitmentButtons {
    margin-top: 1.5625rem;
  }
  .p-drawer__recruitmentBtn + .p-drawer__recruitmentBtn {
    margin-top: 0.5rem;
  }
  .p-entry {
    padding-top: 6.25rem;
  }
  .p-entry__grid {
    grid-template-columns: 1fr;
  }
  .p-entry__itemTitleSub {
    font-size: 2.5rem;
  }
  .p-entry__itemTitleMain {
    font-size: 0.875rem;
  }
  .p-footer {
    padding-bottom: 6.25rem;
  }
  .p-footer__logo {
    width: 9.0625rem;
  }
  .p-footer__copyright {
    margin-top: 3.125rem;
  }
  body.noscroll {
    overflow: hidden;
  }
  .p-header {
    height: 2.5rem;
  }
  .p-header.--top .p-header__wrap::after {
    display: none;
  }
  .p-header__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-header__logo {
    left: 0.9375rem;
    top: 0.9375rem;
    width: 5.625rem;
  }
  .p-header__box::before {
    display: none;
  }
  .p-header__item.--01 {
    border-left: 1px solid #022e83;
    width: 7.625rem;
  }
  .p-header__item.--02 {
    width: 4.6875rem;
  }
  .p-header__link {
    font-size: 0.6875rem;
  }
  .p-header__link span::before {
    height: 0.5625rem;
    margin-right: 0.3125rem;
    width: 0.375rem;
  }
  .p-header__link.--02 {
    border-bottom: 1px solid #022e83;
    width: 4.6875rem;
  }
  .p-header__link.--01::before,
  .p-header__link.--02::before {
    display: none;
  }
  .safari .p-header__link.--01::before,
  .safari .p-header__link.--02::before {
    display: none;
  }
  .p-hoge {
    font-size: 0.875rem;
  }
  .p-interview {
    padding-block: 2.1875rem 6.25rem;
    padding-inline: 1.25rem;
  }
  .p-interview__contents {
    margin-top: 1.875rem;
  }
  .p-interview__titleWrap {
    bottom: 0.375rem;
    right: 0.5rem;
  }
  .p-interview__title {
    font-size: 0.8125rem;
  }
  .p-interview__year {
    font-size: 0.625rem;
    margin-top: -0.3125rem;
  }
  .p-interview__head {
    font-size: 1rem;
    margin-top: 1.25rem;
    padding: 1.25rem;
  }
  .p-interview__head::before {
    left: 0;
  }
  .p-interview__head::after {
    right: 0;
  }
  .p-interview__faq {
    margin-top: 3.125rem;
    padding-inline: 0.625rem;
  }
  .p-interview__question {
    gap: 0.5rem;
  }
  .p-interview__questionLabel {
    font-size: 0.875rem;
  }
  .p-interview__questionText {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
  .p-interview__answer {
    gap: 0.5rem;
  }
  .p-interview__answerLabel {
    font-size: 0.875rem;
  }
  .p-interview__answerText {
    font-size: 0.875rem;
  }
  .p-message__left {
    padding-top: 5rem;
  }
  .p-message__img {
    margin-top: 1rem;
  }
  .p-message__wrap {
    padding-block: 3.125rem 3.4375rem;
  }
  .p-message__text {
    padding-top: 0;
  }
  .p-message__name {
    font-size: 1rem;
    margin-top: 2rem;
  }
  .p-modal__inner {
    max-width: 34.375rem;
    padding-inline: 0;
    width: 93.3333333333%;
  }
  .p-modal__close {
    width: 3.125rem;
  }
  .p-modal2__inner {
    height: 80vh;
    max-width: 34.375rem;
    width: 93.3333333333%;
  }
  .p-modal2__close {
    width: 3.125rem;
  }
  .p-mv__flex {
    flex-direction: column;
  }
  .p-mv__slider.swiper {
    margin-right: 0;
    width: 100%;
  }
  .p-mv__contents {
    -webkit-transform: translateX(0);
    left: 0;
    margin-top: 1rem;
    padding-inline: 1.75rem;
    top: 0;
    transform: translateX(0);
  }
  .p-mv__title {
    left: 0;
  }
  .p-mv__titleSub {
    font-size: 4.6875rem;
  }
  .p-mv__titleMain {
    font-size: 1.1875rem;
    line-height: 1.6315789474;
    margin-top: 0.3125rem;
    white-space: inherit;
  }
  .p-mv__text {
    font-size: 0.75rem;
    line-height: 1.8333333333;
    margin-top: 0.5rem;
    padding-left: 0;
  }
  .p-outline {
    padding-top: 5rem;
  }
  .p-companyHistory__timeline {
    margin-top: 3.125rem;
  }
  .p-companyHistory__timeline-list::before {
    left: 6.125rem;
  }
  .p-companyHistory__timeline-item {
    gap: 2.5rem;
  }
  .p-companyHistory__timeline-item::before {
    left: 5.625rem;
    top: 0.1875rem;
  }
  .p-companyHistory__timeline-date {
    font-size: 1rem;
    line-height: 1.5;
    min-width: 5rem;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-pageTop__wrap {
    width: 3.125rem;
  }
  .p-person {
    padding-top: 3.75rem;
  }
  .p-person__bg {
    padding-bottom: 5.625rem;
  }
  .p-person__bg::before {
    bottom: 0;
    content: "Emotion,\aPassion &\aMovement";
    font-size: 3.8125rem;
    letter-spacing: 0.01em;
    line-height: 1.3;
    text-align: center;
    white-space: pre;
  }
  .p-person__subtitle {
    font-size: 1.375rem;
    line-height: 1.5909090909;
    margin-top: 7.5rem;
  }
  .p-person__media {
    flex-direction: column;
    gap: 2rem;
    margin-top: -0.9375rem;
  }
  .p-person__mediaImg {
    -o-object-fit: cover;
    aspect-ratio: 360/280;
    background: url(../img/top/person_sp1.jpg) center center/cover no-repeat;
    height: auto;
    object-fit: cover;
    width: 100%;
  }
  .p-person__mediaContents {
    width: 100%;
  }
  .p-person__mediaBody {
    margin-left: 0;
    width: 100%;
  }
  .p-person__mediaChart {
    width: 11.5625rem;
  }
  .p-privacy {
    padding-top: 4.375rem;
  }
  .p-privacy__content {
    height: 60vh;
  }
  .p-recruitment {
    padding-top: 7.5rem;
  }
  .p-recruitment__contents {
    margin-top: 3.75rem;
  }
  .p-recruitment__tab {
    gap: 0.75rem;
    padding-block: 0.75rem 0.9375rem;
    padding-inline: 0.3125rem;
  }
  .p-recruitment__tableHeader {
    font-size: 0.8125rem;
    padding-left: 0.625rem;
    padding-top: 1.5rem;
    text-align: left;
    vertical-align: top;
    width: 5rem;
  }
  .p-recruitment__tableHeader.--mtSm {
    padding-top: 0.625rem;
  }
  .p-recruitment__tableData {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
    padding: 1.25rem;
  }
  .p-recruitment__btn {
    margin-top: 3.125rem;
  }
  .p-schedule {
    padding-block: 3.125rem 5rem;
  }
  .p-schedule__contents {
    margin-top: 3.125rem;
  }
  .p-schedule__item {
    align-items: flex-start;
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-schedule__item + .p-schedule__item {
    margin-top: 3.125rem;
  }
  .p-schedule__dayTitle {
    font-size: 2.25rem;
  }
  .p-schedule__content {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.9375rem;
  }
  .p-schedule__tag {
    font-size: 0.8125rem;
  }
  .p-schedule__img {
    width: 17.5rem;
  }
  .p-slider .slide-img img {
    aspect-ratio: 358/355;
    height: auto;
  }
  .p-staff__grid {
    gap: 1.125rem 0.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-staff__grid.--mt90 {
    margin-top: 3.125rem;
  }
  .p-staff__card:nth-child(3n+1) .p-staff__cardText {
    padding-left: 1.25rem;
  }
  .p-staff__cardTitleWrap {
    bottom: 0.375rem;
    right: 0.5rem;
  }
  .p-staff__cardTitle {
    font-size: 0.8125rem;
  }
  .p-staff__cardYear {
    font-size: 0.625rem;
    margin-top: -0.3125rem;
  }
  .p-staff__cardText {
    font-size: 0.6875rem;
    line-height: 1.7272727273;
    margin-top: 1.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-subCompany {
    padding-top: 7.5rem;
  }
  .p-subCompany__table {
    margin-top: 3.125rem;
  }
  .p-subCompany__tableHeader {
    font-size: 0.8125rem;
    padding-left: 0.625rem;
    padding-top: 1.5rem;
    text-align: left;
    vertical-align: top;
    width: 5rem;
  }
  .p-subCompany__tableHeader.--mtSm {
    padding-top: 0.625rem;
  }
  .p-subCompany__tableData {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
    padding: 1.25rem;
  }
  .p-subEntry {
    padding-top: 8.75rem;
  }
  .p-subEntry__fresh {
    margin-top: 3.125rem;
  }
  .p-subEntry__freshText {
    font-size: 1rem;
  }
  .p-subEntry__formWrap {
    margin-top: 1.875rem;
  }
  .p-training {
    padding-block: 9.625rem 2.8125rem;
  }
  .p-training::before {
    height: 11.25rem;
    width: 11.25rem;
  }
  .p-training__title.c-headline1 .c-headline1__sub {
    line-height: 1.2;
  }
  .p-training__title.c-headline1 .c-headline1__main {
    margin-top: 0.625rem;
  }
  .p-training__mediaWrap {
    margin-top: 3.75rem;
  }
  .p-training__media {
    border-radius: 0.9375rem;
    flex-direction: column;
    gap: 1.875rem;
    padding-inline: 1.5625rem;
  }
  .p-training__media + .p-training__media {
    margin-top: 1.875rem;
  }
  .p-training__mediaImg {
    width: 100%;
  }
  .p-training__mediaHead {
    font-size: 1.25rem;
    text-align: center;
  }
  .p-training__mediaHead.--01 {
    letter-spacing: 0;
  }
  .p-training__mediaHead span {
    font-size: 1.0625rem;
  }
  .p-training__mediaTxt {
    font-size: 0.8125rem;
    margin-top: 1.875rem;
  }
  .p-training__grid {
    grid-template-columns: 1fr;
    margin-inline: auto;
    margin-top: 2.1875rem;
    width: 90%;
  }
  .p-training__item {
    padding-block: 2.1875rem;
    padding-inline: 1.875rem;
  }
  .p-training__itemTitle {
    font-size: 1.25rem;
  }
  .p-training__itemTitle.--mt {
    margin-top: 2.375rem;
  }
  .p-training__itemText {
    font-size: 0.8125rem;
    margin-top: 1.875rem;
  }
  .p-vision {
    height: auto;
    padding-top: 2.5rem;
  }
  .p-vision::before {
    background-color: #022e83;
    content: "";
    height: 93%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .p-vision__imgSp {
    display: block;
    width: 100%;
  }
  .p-vision__imgSp.--02 {
    margin-top: -0.9375rem;
  }
  .p-vision__box {
    -webkit-transform: none;
    left: auto;
    margin-inline: auto;
    margin-top: -1.5625rem;
    padding-block: 3.3125rem 3.75rem;
    padding-inline: 1.75rem;
    position: relative;
    top: auto;
    transform: none;
    width: 83.3333333333%;
  }
  .p-vision__subTitle {
    font-size: 1.4375rem;
    margin-inline: auto;
    margin-top: 2.5rem;
    max-width: 25rem;
    position: relative;
    text-align: center;
    white-space: normal;
  }
  .p-vision__subTitle::before, .p-vision__subTitle::after {
    font-size: 1.4375rem;
    position: absolute;
  }
  .p-vision__subTitle::before {
    content: "「";
    left: -0.9375rem;
    top: 0;
  }
  .p-vision__subTitle::after {
    bottom: -0.9375rem;
    content: "」";
    right: -1.25rem;
  }
  .p-welfare {
    padding-block: 9.0625rem 4.0625rem;
  }
  .p-welfare::before {
    height: 11.25rem;
    width: 11.25rem;
  }
  .p-welfare__grid {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.125rem;
  }
  .p-welfare__cardHeader.--blue {
    padding-block: 1.25rem;
  }
  .p-welfare__cardTitle {
    font-size: 1.25rem;
  }
  .p-welfare__cardIcon {
    margin-top: 1rem;
    width: 4.5rem;
  }
  .p-welfare__cardContent {
    padding-block: 1.5625rem;
  }
  .p-welfare__cardContent.--07 {
    padding-block: 1.25rem 1.5625rem;
  }
  .p-welfare__cardSubtitle {
    font-size: 0.625rem;
  }
  .p-welfare__cardLabel {
    font-size: 1rem;
  }
  .p-welfare__cardLabel.--sm {
    font-size: 1rem;
    line-height: 1.625;
  }
  .p-welfare__cardLabel.--lg {
    font-size: 1.1875rem;
  }
  .p-welfare__cardLabel.--lg span {
    font-size: 1rem;
  }
  .p-welfare__cardLabel.--lgSp {
    font-size: 1.3125rem;
  }
  .p-welfare__cardText.--01 {
    margin-top: 2.5rem;
  }
  .p-welfare__cardText.--02 {
    margin-top: 0.9375rem;
  }
  .p-welfare__cardAmount {
    font-size: 2.5625rem;
  }
  .p-welfare__cardAmount span {
    font-size: 1.375rem;
  }
  .p-welfare__cardYears:first-of-type {
    margin-top: 0.9375rem;
  }
  .p-welfare__cardYear {
    font-size: 1.3125rem;
  }
  .p-welfare__cardYear small {
    font-size: 0.625rem;
  }
  .p-welfare__cardSeparator {
    margin-inline: 0;
    width: 0.875rem;
  }
  .u-base20 {
    font-size: 1rem;
    line-height: 2;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-lg {
    display: none;
  }
  .u-mt10 {
    margin-top: 0.3125rem !important;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media (max-height: 750px) {
  .p-mv__contents {
    padding-top: 3.125rem;
  }
  .p-mv__titleSub {
    font-size: 6.25rem;
  }
  .p-mv__text {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
  .p-slider .slide-img img {
    -o-object-position: center 20%;
    object-position: center 20%;
  }
}

@media screen and (max-width: 414px) {
  .u-sm {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .p-header__logo {
    width: 4.375rem;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 4.4444444444vw;
  }
}

@media (any-hover: hover) {
  .c-btn2:hover {
    background-color: #022e83;
  }
  .c-btn2:hover span {
    color: white;
  }
  .c-btn2:hover span::before {
    background: url(../img/common/arrow_white.svg) center center/contain no-repeat;
  }
  .c-btn3:hover {
    background-color: white;
    color: #022e83;
    transition: 0.5s all;
  }
  .c-form__btn button:hover {
    background-color: white;
    color: #022e83;
    transition: 0.5s all;
  }
  .c-form__btn button:disabled:hover, .c-form__btn button.disabled:hover {
    background-color: #757575;
    color: white;
    transition: none;
  }
  .c-form__btn input:hover {
    background-color: white;
    color: #757575;
    transition: 0.5s all;
  }
  .c-hamburgerOuter:hover {
    background-color: #022e83;
    transition: all 0.5s ease;
  }
  .c-hamburgerOuter:hover .c-hamburger span {
    background-color: white;
    transition: all 0.5s ease;
  }
  .js-open.c-hamburgerOuter:hover {
    background-color: #022e83;
  }
  .c-imgBlueFilter:hover::before {
    opacity: 0;
  }
  .c-imgBlueFilter:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .p-entry__item:hover .c-imgZoom img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
  .p-staff__card:hover .c-imgZoom img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
  .p-header__link.--01:hover::before,
  .p-header__link.--02:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    height: 35rem;
    transform: translate(-50%, -50%) scale(1);
    width: 35rem;
  }
  .safari .p-header__link.--01:hover::before,
  .safari .p-header__link.--02:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  .p-header__link.--01:hover {
    color: white;
  }
  .p-header__link.--01:hover span::before {
    background: url(../img/common/arrow_white.svg) center center/contain no-repeat;
  }
  .p-header__link.--02:hover {
    color: #022e83;
  }
  .p-header__link.--02:hover span::before {
    background: url(../img/common/arrow_blue.svg) center center/contain no-repeat;
  }
  .p-pageTop__wrap:hover {
    transition: 0.5s all ease;
    translate: 0 -0.3125rem;
  }
  .p-recruitment__tab:not(.active):hover {
    background-color: #e9ecef;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */