@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
input:focus,
button:focus {
  outline: none;
}
input:focus-visible,
button:focus-visible {
  outline: none;
}

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

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0em;
  scroll-behavior: smooth;
}

body {
  position: relative;
}
body.is-nav-open {
  overflow: hidden;
}

img {
  width: 100%;
  max-width: unset;
}

.visuallyhidden {
  display: none;
}

.c-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  height: 4.8rem;
  padding: 0 2.1rem 0 2.9rem;
  gap: 2rem;
  border: 1px solid #00a040;
  border-radius: 32.4rem;
  background-color: #fff;
  color: #00a040;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.c-btn__label {
  display: inline-block;
}
.c-btn__arrow {
  display: inline-block;
  color: inherit;
  line-height: 1;
}
.c-btn--lg {
  height: auto;
  padding: 2rem 3.2rem 2rem 3.6rem;
}
.c-btn--lg .c-btn__arrow {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.c-btn--green {
  border-color: #00a040;
  background-color: #00a040;
  color: #fff;
}
.c-btn:disabled {
  border-color: #c4c4c4;
  background-color: #c4c4c4;
  color: #fff;
  cursor: not-allowed;
}

.c-checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  gap: 1.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  cursor: pointer;
}
.c-checkbox__input {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
}
.c-checkbox__box {
  -ms-flex-negative: 0;
  -webkit-transition: border-color 0.3s ease-in;
  display: inline-block;
  position: relative;
      flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  background-color: #fff;
  transition: border-color 0.3s ease-in;
}
.c-checkbox__box::after {
  -webkit-transition: opacity 0.3s ease-in;
  position: absolute;
  inset: 12.5%;
  background-image: url("../images/common/icon_check.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.c-checkbox__label {
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.c-checkbox__input:checked + .c-checkbox__box {
  border-color: #00a040;
}
.c-checkbox__input:checked + .c-checkbox__box::after {
  opacity: 1;
}
.c-checkbox__input:focus-visible + .c-checkbox__box {
  outline: 2px solid #002060;
  outline-offset: 2px;
}

.c-divider {
  display: block;
  width: 14.8rem;
  height: 0.4rem;
  background: -webkit-gradient(linear, left top, right top, from(#00a040), to(#92d050));
  background: linear-gradient(to right, #00a040 0%, #92d050 100%);
}

.c-eyebrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  gap: 0.8rem;
}
.c-eyebrow__bar {
  display: block;
  width: 2.2rem;
  height: 0.15rem;
  background-color: #00a040;
}
.c-eyebrow__label {
  color: #00a040;
  font-weight: 400;
  line-height: 1;
  font-family: "DM Sans", "Noto Sans JP", "Hiragino Sans", sans-serif;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
}

.c-heading-section {
  margin: 0;
  color: #002060;
  font-weight: 900;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

.c-modal {
  -ms-scroll-chaining: none;
  display: none;
  z-index: 1000;
  position: fixed;
  inset: 0;
  overflow-y: auto;
      overscroll-behavior: contain;
}
.c-modal.is-open {
  -webkit-box-align: start;
      -ms-flex-align: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
          justify-content: center;
}
.c-modal__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.c-modal__container {
  z-index: 1001;
  position: relative;
  width: calc(100vw - 4rem);
  max-width: 100rem;
  margin: auto;
  padding: 6rem 0;
}
.c-modal__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-transition: 0.3s ease-in;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1002;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #fff;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #00a040;
  font-size: 2.8rem;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s ease-in;
}
.c-modal__dialog {
  width: 100%;
}

.c-radio {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  gap: 1.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  cursor: pointer;
}
.c-radio__input {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
}
.c-radio__box {
  -ms-flex-negative: 0;
  -webkit-transition: border-color 0.3s ease-in;
  display: inline-block;
  position: relative;
      flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  background-color: #fff;
  transition: border-color 0.3s ease-in;
}
.c-radio__box::after {
  -webkit-transition: opacity 0.3s ease-in;
  position: absolute;
  inset: 25%;
  border-radius: 50%;
  background-color: #00a040;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.c-radio__label {
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.c-radio__input:checked + .c-radio__box {
  border-color: #00a040;
}
.c-radio__input:checked + .c-radio__box::after {
  opacity: 1;
}
.c-radio__input:focus-visible + .c-radio__box {
  outline: 2px solid #002060;
  outline-offset: 2px;
}

.c-tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
          justify-content: center;
  min-width: 8rem;
  padding: 0.4rem;
  border-radius: 1.2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
  white-space: nowrap;
}
.c-tag--green {
  background-color: #00b050;
  color: #fff;
}
.c-tag--outline {
  border: 2px solid #92d050;
  color: #000;
}

.l-breadcrumb {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.l-breadcrumb__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-breadcrumb__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.l-breadcrumb__item:not(:last-child)::after {
  display: inline-block;
  content: "›";
  color: #393939;
  font-weight: 100;
}
.l-breadcrumb__item--current {
  color: #00a040;
  font-weight: 700;
}
.l-breadcrumb__link {
  color: inherit;
  text-decoration: none;
}

.l-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  min-height: 100vh;
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  min-width: 0;
  background-color: #fff;
}

.l-footer {
  background-color: #e5e9ef;
}
.l-footer__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
  max-width: 133.6rem;
  margin: 0 auto;
  padding: 4.9rem 2rem 2.8rem;
  gap: 4rem;
}
.l-footer__logo {
  margin: 0;
  line-height: 0;
}
.l-footer__logo-link {
  display: inline-block;
  line-height: 0;
}
.l-footer__logo-image {
  display: block;
  width: 23.5rem;
  height: auto;
}
.l-footer__nav {
  width: 100%;
}
.l-footer__list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
  gap: 0 2.8rem;
  list-style: none;
}
.l-footer__link {
  color: #393939;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-decoration: none;
  white-space: nowrap;
}
.l-footer__bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  padding-top: 2.1rem;
  gap: 1.2rem;
  border-top: 1px solid #c4c4c4;
  color: #393939;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: normal;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.l-footer__address {
  width: 100%;
  margin: 0;
  font-style: normal;
  text-align: left;
}
.l-footer__copyright {
  margin: 0;
  text-align: center;
  white-space: nowrap;
}

.l-header {
  z-index: 100;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
}
.l-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px clamp(12px, 2.5vw, 30px);
}
.l-header__logo {
  margin: 0;
  line-height: 0;
}
.l-header__logo-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  gap: clamp(16px, 3vw, 40px);
  text-decoration: none;
}
.l-header__logo-main {
  display: block;
  width: clamp(100px, 14vw, 195px);
  height: auto;
}
.l-header__logo-sub {
  display: block;
  width: clamp(85px, 12vw, 169px);
  height: auto;
}
.l-header__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin: 0;
  padding: 0;
  gap: clamp(12px, 2vw, 32px);
  list-style: none;
}
.l-header__item--separator {
  width: 1px;
  height: 2rem;
  background-color: #c4c4c4;
}
.l-header__link {
  display: inline-block;
  color: #393939;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-decoration: none;
  white-space: nowrap;
}
.l-header__link--cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  height: 4rem;
  padding: 4px clamp(12px, 2vw, 27px);
  gap: 0.8rem;
  border-radius: 2.4rem;
  background-color: #00a040;
  color: #fff;
}

.l-inner {
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
  padding-inline: 2rem;
}

.l-page-title {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.l-page-title__bg {
  z-index: 0;
  position: absolute;
  inset: 0;
  background-image: url("../images/top/bg-pattern.png");
  background-repeat: no-repeat;
  opacity: 0.6;
  pointer-events: none;
}
.l-page-title__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
          align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}
.l-page-title__bar {
  -ms-flex-negative: 0;
  display: block;
      flex-shrink: 0;
  width: 0.4rem;
  height: 3.8rem;
  border-radius: 0.8rem;
  background: linear-gradient(198deg, #00a040 8.9%, #80c040 105.51%);
}
.l-page-title__jp {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
  z-index: 3;
  position: relative;
          flex: 1 0;
  margin: 0;
  color: #002060;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.l-page-title__en {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #92d050;
  font-weight: 400;
  line-height: 1;
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

.p-jobs {
  background-color: #fff;
}
.p-jobs__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 4rem;
}
.p-jobs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8rem;
}
.p-jobs__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0;
          align-items: center;
          justify-content: space-between;
  padding: 2rem 3.6rem 2.4rem 3.2rem;
  border-right: 4px solid #92d050;
  border-bottom: 4px solid #92d050;
  border-radius: 1.6rem;
  background-color: #f9fafb;
  text-decoration: none;
}
.p-jobs__item-label {
  color: #002060;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.p-jobs__item-arrow {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
          align-items: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #00a040;
  border-radius: 50%;
  background-color: #fff;
  color: #00a040;
  font-size: 1.6rem;
  line-height: 1;
}

.p-links {
  background-color: #fff;
}
.p-links__list {
  display: -ms-grid;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-links__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
  padding: 3.2rem 8rem 3.2rem 3.6rem;
  overflow: hidden;
  gap: 1.2rem;
  border: 1px solid #c4c4c4;
  border-radius: 1.6rem;
  background-color: #fff;
}
.p-links__bg {
  z-index: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 1.6rem;
  pointer-events: none;
}
.p-links__bg-image {
  -o-object-fit: cover;
  position: absolute;
  left: 18%;
  width: 100%;
  height: 100%;
     object-fit: cover;
  opacity: 0.65;
}
.p-links__bg-fade {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(19.184%, white), color-stop(46.307%, rgba(255, 255, 255, 0.9)), color-stop(80.065%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, white 19.184%, rgba(255, 255, 255, 0.9) 46.307%, rgba(255, 255, 255, 0) 80.065%);
}
.p-links__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
          flex: 1 0 auto;
          flex-direction: column;
          align-items: flex-start;
  gap: 1.2rem;
}
.p-links__category {
  color: #00a040;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1;
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
}
.p-links__title {
  margin: 0;
  color: #002060;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2.86rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.p-links__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  margin: 0;
  color: #000;
  font-size: 1.3rem;
  line-height: 2.275rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

.p-podcast {
  max-width: 124rem;
  margin-inline: auto;
  padding: 6rem 2rem;
}
.p-podcast__header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-bottom: 4rem;
  gap: 1rem;
}
.p-podcast__list {
  -ms-grid-columns: (1fr)[2];
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.p-podcast__embed {
  display: block;
  width: 100%;
}

.page-404 .notfound {
  padding-block: 9.6rem;
  background-color: #fff;
}
.page-404 .notfound__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}
.page-404 .notfound__heading {
  margin: 0;
  color: #002060;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
}
.page-404 .notfound__body {
  margin: 4rem 0 0;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
}
.page-404 .notfound__btn {
  margin-top: 4rem;
  border-color: #00b050;
  background-color: #00b050;
}

.page-company .message {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.page-company .message__eyebrow {
  grid-area: eyebrow;
}
.page-company .message__heading {
  grid-area: heading;
}
.page-company .message__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: body;
          flex-direction: column;
  gap: 1.6rem;
}
.page-company .message__body p {
  margin: 0;
  color: #393939;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: justify;
}
.page-company .message__body--accent {
  color: #002060 !important;
  font-size: 1.8rem !important;
}
.page-company .message__visual {
  aspect-ratio: 600/730;
  position: relative;
  grid-area: visual;
  width: 100%;
}
.page-company .message__visual-bg {
  z-index: 0;
  position: absolute;
  top: 55%;
  left: 21%;
  width: 120%;
  height: 55%;
  border-radius: 1.6rem;
  background: linear-gradient(145.6deg, #c8dfd0 0%, #edf1f8 100%);
}
.page-company .message__visual-image {
  -o-object-fit: cover;
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
     object-fit: cover;
  border-radius: 1.6rem;
}
.page-company .philosophy {
  position: relative;
  overflow: hidden;
  background-color: #f4faed;
}
.page-company .philosophy__bg {
  z-index: 0;
  position: absolute;
  inset: 0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
.page-company .philosophy__leaf {
  z-index: 0;
  position: absolute;
  pointer-events: none;
}
.page-company .philosophy__leaf img {
  display: block;
  width: 100%;
  height: auto;
}
.page-company .philosophy__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
          flex-direction: column;
}
.page-company .philosophy__divider {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.page-company .philosophy__block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-company .philosophy__heading {
  margin: 0;
  color: #002060;
  font-weight: 900;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.064rem;
}
.page-company .philosophy__body p {
  margin: 0;
  color: #393939;
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-company .philosophy__body ruby rt {
  color: #393939;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}
.page-company .philosophy__cards {
  display: -ms-grid;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-company .philosophy__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 1.2rem;
  border: 1px solid #c4c4c4;
  border-radius: 1.6rem;
  background-color: #fff;
}
.page-company .philosophy__card-title {
  margin: 0;
  padding-top: 0.4rem;
  color: #002060;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-company .philosophy__card-body {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: justify;
}
.page-company .greeting {
  background-color: #fff;
}
.page-company .greeting__eyebrow {
  grid-area: eyebrow;
}
.page-company .greeting__heading {
  grid-area: heading;
}
.page-company .greeting__visual {
  position: relative;
  width: 100%;
}
.page-company .greeting__visual-bg {
  z-index: 0;
  position: absolute;
  top: 26rem;
  left: 24.8%;
  width: 110%;
  height: 88%;
  height: 79%;
  border-radius: 1.6rem;
  background: linear-gradient(134deg, rgba(200, 223, 208, 0.5) 0%, rgba(237, 241, 248, 0.5) 100%);
}
.page-company .greeting__visual-image {
  -o-object-fit: cover;
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
     object-fit: cover;
  border-radius: 1.6rem;
}
.page-company .greeting__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
          flex-direction: column;
}
.page-company .greeting__body-text {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: justify;
}
.page-company .greeting__body--space {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}
.page-company .greeting__signature {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: signature;
          flex-direction: column;
  gap: 1.6rem;
}
.page-company .greeting__signature p {
  margin: 0;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-company .greeting__signature-company {
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
}
.page-company .greeting__signature-name {
  color: #002060;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.page-company .overview {
  background-color: #f4faed;
}
.page-company .overview__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-company .overview__table {
  width: 100%;
  margin: 0;
  padding-top: 2.4rem;
}
.page-company .overview__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  border-top: 1px solid #e8eaed;
}
.page-company .overview__row:last-child {
  border-bottom: 1px solid #e8eaed;
}
.page-company .overview__term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  color: #002060;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-company .overview__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  margin: 0;
  color: #4b5563;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

.page-contact .contact {
  background-color: #fff;
}
.page-contact .contact__intro {
  margin: 0;
  color: #002060;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-contact .contact__note {
  margin: 0;
  color: #002060;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-contact .contact__errors {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 0.8rem;
}
.page-contact .contact__error {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  min-height: 3.6rem;
  margin: 0;
  padding: 0.1rem 0.8rem 0.1rem 1.6rem;
  border: 1px solid #b3261e;
  border-radius: 8px;
  background-color: rgba(179, 38, 30, 0.05);
  color: #b3261e;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-contact .contact__errors:not([hidden]) + .contact__form {
  margin-top: 4rem;
}
.page-contact .contact__consent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}
.page-contact .contact__consent-text {
  width: 100%;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-contact .contact__consent-text p {
  margin: 0;
}
.page-contact .contact__consent-heading {
  font-weight: 700;
}
.page-contact .contact__consent-list {
  margin: 0;
  padding-left: 2.4rem;
}
.page-contact .contact__consent-list li {
  list-style: disc;
}
.page-contact .contact__consent-link {
  color: #166ad8;
  text-decoration: none;
}
.page-contact .contact__consent-check {
  margin-top: 4rem;
}
.page-contact .contact__submit {
  margin-top: 4rem;
}
.page-contact .contact__confirm-actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}
.page-contact .contact__submit, .page-contact .contact__send {
  border-color: #00b050;
  background-color: #00b050;
}
.page-contact .contact__submit:disabled, .page-contact .contact__send:disabled {
  border-color: #c4c4c4;
  background-color: #c4c4c4;
}
.page-contact .contact__back {
  padding: 0 2.9rem 0 2.1rem;
  border-color: #00b050;
  color: #00b050;
}
.page-contact .contact-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-contact .contact-form__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  gap: 0.8rem;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-contact .contact-form__required {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
      flex-shrink: 0;
          align-items: center;
          justify-content: center;
  width: 4rem;
  height: 1.85rem;
  border-radius: 4px;
  background-color: #00b050;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
}
.page-contact .contact-form__field {
  width: 100%;
  margin: 0;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-contact .contact-form__field:focus-visible {
  outline: 2px solid #002060;
  outline-offset: 2px;
}
.page-contact .contact-form__field--textarea {
  line-height: 3.2rem;
  resize: vertical;
}
.page-contact .contact-form__field--display {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  height: auto;
  border: 0;
  background-color: rgba(217, 217, 217, 0.5);
  line-height: 3.2rem;
}
.page-contact .contact-form__field--display-textarea {
  display: block;
  white-space: pre-wrap;
}
.page-contact .thanks {
  padding-block: 9.6rem;
  background-color: #fff;
}
.page-contact .thanks__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}
.page-contact .thanks__heading {
  margin: 0;
  color: #002060;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
}
.page-contact .thanks__body {
  margin: 4rem 0 0;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
}
.page-contact .thanks__btn {
  margin-top: 4rem;
  border-color: #00b050;
  background-color: #00b050;
}

.page-privacy .privacy {
  background-color: #fff;
}
.page-privacy .privacy__inner {
  max-width: 120rem;
}
.page-privacy .privacy__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 4rem;
}
.page-privacy .privacy__lead,
.page-privacy .privacy__block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 2rem;
}
.page-privacy .privacy__heading {
  margin: 0;
  color: #002060;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-privacy .privacy__subheading {
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-privacy .privacy__text {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-privacy .privacy__sign {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: right;
}
.page-privacy .privacy__list {
  margin: 0;
  padding-left: 2.4rem;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-privacy .privacy__list li {
  margin: 0;
}
.page-privacy .privacy__list > li {
  list-style-type: decimal;
}
.page-privacy .privacy__list ul {
  padding-left: 2.4rem;
}
.page-privacy .privacy__list ul > li {
  list-style-type: disc;
}
.page-privacy .privacy__list--alpha {
  padding-left: 2.4rem;
}
.page-privacy .privacy__list--alpha > li {
  list-style-type: lower-alpha;
}

.page-recruit-detail .hero {
  position: relative;
  overflow: hidden;
  background-image: url("../images/recruit/detail-hero-bg_pc.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}
.page-recruit-detail .hero__heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-recruit-detail .hero__heading-line {
  display: block;
}
.page-recruit-detail .hero__visual {
  position: relative;
}
.page-recruit-detail .hero__accent {
  display: block;
  z-index: 0;
  position: absolute;
  background-image: linear-gradient(144.7deg, #c8dfd0 0%, #edf1f8 100%);
}
.page-recruit-detail .hero__photo {
  z-index: 1;
  position: relative;
  border-radius: 1.6rem;
}
.page-recruit-detail .hero__photo--pc {
  display: block;
  width: 48.9rem;
  max-width: 100%;
  height: auto;
  margin-right: auto;
}
.page-recruit-detail .hero__photo--sp {
  display: none;
}
.page-recruit-detail .hero__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 1.6rem;
  text-align: justify;
}
.page-recruit-detail .hero__text {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit-detail .hero__duties {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-recruit-detail .hero__duty {
  color: #002060;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit-detail .hero__subheading {
  margin: 0;
  color: #002060;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit-detail .requirements {
  background-color: #fff;
}
.page-recruit-detail .requirements__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-recruit-detail .requirements__table {
  margin: 0;
  border: 2px solid #c4c4c4;
  border-radius: 1.6rem;
}
.page-recruit-detail .requirements__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #c4c4c4;
}
.page-recruit-detail .requirements__row:last-child {
  border-bottom: 0;
}
.page-recruit-detail .requirements__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #002060;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit-detail .requirements__content {
  margin: 0;
}
.page-recruit-detail .requirements__content p {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit-detail .career-path {
  background-color: #f4faed;
}
.page-recruit-detail .career-path__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-recruit-detail .career-path__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-recruit-detail .career-path__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-recruit-detail .career-path__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding: 2.8rem;
  gap: 1.6rem;
  border-right: 2px solid #92d050;
  border-bottom: 2px solid #92d050;
  border-radius: 1.6rem;
  background-color: #fff;
}
.page-recruit-detail .career-path__term {
  margin: 0;
  color: #002060;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit-detail .career-path__card-divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00a040;
}
.page-recruit-detail .career-path__card-body {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: justify;
}
.page-recruit-detail .rd-cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  gap: 2rem;
}
.page-recruit-detail .rd-cta__primary-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  gap: 0.8rem;
}
.page-recruit-detail .rd-cta__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
          justify-content: center;
  gap: 2rem;
  border-radius: 32.4rem;
  text-decoration: none;
  white-space: nowrap;
}
.page-recruit-detail .rd-cta__btn--primary {
  padding: 2rem 3.2rem 2rem 3.6rem;
  background-color: #00b050;
  color: #fff;
}
.page-recruit-detail .rd-cta__btn--sub {
  padding: 1.9rem 3.3rem 1.9rem 3.7rem;
  border: 1px solid #00b050;
  background-color: #fff;
  color: #00b050;
}
.page-recruit-detail .rd-cta__btn-label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit-detail .rd-cta__btn--sub .rd-cta__btn-label {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.page-recruit-detail .rd-cta__btn-arrow {
  color: inherit;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit-detail .rd-cta__note {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
}
.page-recruit-detail .rd-cta-band {
  z-index: 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.page-recruit-detail .rd-cta-band::before {
  z-index: -1;
  position: absolute;
  inset: 0;
  background-image: url("../images/recruit/detail-hero-bg_pc.png");
  background-position: 0 29.34%;
  background-size: 100% 495.25%;
  background-repeat: no-repeat;
  content: "";
  opacity: 0.5;
  pointer-events: none;
}
.page-recruit-detail .faq {
  background-color: #fff;
}
.page-recruit-detail .faq__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-recruit-detail .faq__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-recruit-detail .faq__table {
  margin: 0;
  border: 2px solid #c4c4c4;
  border-radius: 1.6rem;
}
.page-recruit-detail .faq__row {
  border-bottom: 2px solid #c4c4c4;
}
.page-recruit-detail .faq__row:last-child {
  border-bottom: 0;
}
.page-recruit-detail .faq__q {
  margin: 0;
  color: #002060;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit-detail .faq__a {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

.page-recruit-entry .contact {
  background-color: #fff;
}
.page-recruit-entry .contact__intro {
  margin: 0;
  color: #002060;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit-entry .contact__note {
  margin: 0;
  color: #002060;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit-entry .contact__errors {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 0.8rem;
}
.page-recruit-entry .contact__error {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  min-height: 3.6rem;
  margin: 0;
  padding: 0.1rem 0.8rem 0.1rem 1.6rem;
  border: 1px solid #b3261e;
  border-radius: 8px;
  background-color: rgba(179, 38, 30, 0.05);
  color: #b3261e;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit-entry .contact__errors:not([hidden]) + .contact__form {
  margin-top: 4rem;
}
.page-recruit-entry .contact__consent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}
.page-recruit-entry .contact__consent-text {
  width: 100%;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit-entry .contact__consent-text p {
  margin: 0;
}
.page-recruit-entry .contact__consent-heading {
  font-weight: 700;
}
.page-recruit-entry .contact__consent-list {
  margin: 0;
  padding-left: 2.4rem;
}
.page-recruit-entry .contact__consent-list li {
  list-style: disc;
}
.page-recruit-entry .contact__consent-link {
  color: #166ad8;
  text-decoration: none;
}
.page-recruit-entry .contact__consent-check {
  margin-top: 4rem;
}
.page-recruit-entry .contact__submit {
  margin-top: 4rem;
}
.page-recruit-entry .contact__confirm-actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}
.page-recruit-entry .contact__submit, .page-recruit-entry .contact__send {
  border-color: #00b050;
  background-color: #00b050;
}
.page-recruit-entry .contact__submit:disabled, .page-recruit-entry .contact__send:disabled {
  border-color: #c4c4c4;
  background-color: #c4c4c4;
}
.page-recruit-entry .contact__back {
  padding: 0 2.9rem 0 2.1rem;
  border-color: #00b050;
  color: #00b050;
}
.page-recruit-entry .contact-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-recruit-entry .contact-form__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  gap: 0.8rem;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit-entry .contact-form__required {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
      flex-shrink: 0;
          align-items: center;
          justify-content: center;
  width: 4rem;
  height: 1.85rem;
  border-radius: 4px;
  background-color: #00b050;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
}
.page-recruit-entry .contact-form__field {
  width: 100%;
  margin: 0;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit-entry .contact-form__field:focus-visible {
  outline: 2px solid #002060;
  outline-offset: 2px;
}
.page-recruit-entry .contact-form__field--textarea {
  line-height: 3.2rem;
  resize: vertical;
}
.page-recruit-entry .contact-form__field--display {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  height: auto;
  border: 0;
  background-color: rgba(217, 217, 217, 0.5);
  line-height: 3.2rem;
}
.page-recruit-entry .contact-form__field--display-textarea {
  display: block;
  white-space: pre-wrap;
}
.page-recruit-entry .thanks {
  padding-block: 9.6rem;
  background-color: #fff;
}
.page-recruit-entry .thanks__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}
.page-recruit-entry .thanks__heading {
  margin: 0;
  color: #002060;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
}
.page-recruit-entry .thanks__body {
  margin: 4rem 0 0;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
}
.page-recruit-entry .thanks__btn {
  margin-top: 4rem;
  border-color: #00b050;
  background-color: #00b050;
}
.page-recruit-entry .contact-form__select-wrap {
  position: relative;
  width: 100%;
}
.page-recruit-entry .contact-form__select-wrap::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0;
  height: 0;
          transform: translateY(-50%);
  border-top: 0.6rem solid #002060;
  border-right: 0.5rem solid transparent;
  border-bottom: 0;
  border-left: 0.5rem solid transparent;
  content: "";
  pointer-events: none;
}
.page-recruit-entry .contact-form__field--select {
  -moz-appearance: none;
  -webkit-appearance: none;
       appearance: none;
  cursor: pointer;
}
.page-recruit-entry .contact-form__field--select:invalid {
  color: #c4c4c4;
}
.page-recruit-entry .contact-form__radios {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
  gap: 1.6rem 3.2rem;
}

@-webkit-keyframes recruit-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes recruit-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes recruit-marquee-rev {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes recruit-marquee-rev {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.page-recruit .message {
  position: relative;
  overflow: hidden;
  background-image: url("../images/recruit/message-bg.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}
.page-recruit .message__visual {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 5.2rem;
}
.page-recruit .message__marquee {
  width: 100%;
  overflow: hidden;
}
.page-recruit .message__marquee--sm {
  height: 14.5rem;
}
.page-recruit .message__marquee-track {
  -webkit-animation: recruit-marquee 120s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
          animation: recruit-marquee 120s linear infinite;
}
.page-recruit .message__marquee-track--reverse {
  -webkit-animation: recruit-marquee-rev 90s linear infinite;
          animation: recruit-marquee-rev 90s linear infinite;
}
.page-recruit .message__slide {
  -ms-flex-negative: 0;
  -o-object-fit: cover;
  display: block;
      flex-shrink: 0;
  width: auto;
  height: 100%;
  margin-right: 4rem;
     object-fit: cover;
  border-radius: 1.6rem;
}
.page-recruit .message__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 1.6rem;
}
.page-recruit .message__body p {
  margin: 0;
  color: #393939;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: justify;
}
.page-recruit .message__body-accent {
  color: #002060 !important;
  font-size: 1.8rem !important;
}
.page-recruit .culture {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.page-recruit .culture__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
}
.page-recruit .culture__heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
          flex-direction: column;
}
.page-recruit .culture__heading-line {
  display: block;
}
.page-recruit .culture__photos {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.page-recruit .culture__photo {
  position: absolute;
  height: auto;
}
.page-recruit .culture__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-recruit .culture__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding: 3.2rem;
  gap: 1.6rem;
  border-right: 2px solid #92d050;
  border-bottom: 2px solid #92d050;
  border-radius: 1.6rem;
  background-color: #fff;
}
.page-recruit .culture__card-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  min-height: 8rem;
  gap: 2rem;
}
.page-recruit .culture__card-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8rem;
  height: 8rem;
}
.page-recruit .culture__card-title {
  margin: 0;
  color: #002060;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit .culture__card-divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00a040;
}
.page-recruit .culture__card-body {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: justify;
}
.page-recruit .career {
  background-color: #fff;
}
.page-recruit .career__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-recruit .career__visual {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}
.page-recruit .career__heading-image {
  display: block;
  width: 52.9rem;
  max-width: 100%;
  height: auto;
}
.page-recruit .career__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 1.6rem;
}
.page-recruit .career__body p {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: justify;
}
.page-recruit .career__body-accent {
  color: #002060 !important;
  font-size: 1.8rem !important;
}
.page-recruit .numbers {
  background-color: #f4faed;
}
.page-recruit .numbers__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 4rem;
}
.page-recruit .numbers__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-recruit .numbers__chart-title {
  margin: 0 0 4.7rem;
  color: #000;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
}
.page-recruit .numbers__chart {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 25.2rem;
  margin-bottom: 5rem;
}
.page-recruit .numbers__chart-image {
  display: block;
  width: 100%;
  max-width: 33.7rem;
  height: auto;
  margin: 0 auto;
}
.page-recruit .numbers__chart-image--donut {
  max-width: 25.2rem;
}
.page-recruit .numbers__card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 1;
          flex-direction: column;
  min-width: 0;
  padding: 3.2rem;
  gap: 1.6rem;
  border-right: 2px solid #92d050;
  border-bottom: 2px solid #92d050;
  border-radius: 1.6rem;
  background-color: #fff;
}
.page-recruit .numbers__stats {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
  gap: 2rem;
}
.page-recruit .numbers__stat {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  min-height: 6rem;
  gap: 0.8rem;
}
.page-recruit .numbers__dot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
}
.page-recruit .numbers__dot--green {
  background-color: #00b050;
}
.page-recruit .numbers__dot--lime {
  background-color: #92d050;
}
.page-recruit .numbers__stat-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.8rem;
  color: #002060;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit .numbers__stat--wide .numbers__stat-label {
  width: 11.6rem;
}
.page-recruit .numbers__stat-num {
  color: #00b050;
  font-weight: 900;
  font-size: 6rem;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.064rem;
}
.page-recruit .numbers__stat-unit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #002060;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit .numbers__stat-note {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #002060;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  white-space: nowrap;
}
.page-recruit .numbers__divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00a040;
}
.page-recruit .numbers__age-label {
  margin: 0;
  color: #002060;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-recruit .numbers__desc {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: justify;
}

.page-stores .stores {
  padding-block: 9.6rem;
}
.page-stores .stores__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 4rem;
}
.page-stores .stores__region {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin-bottom: 7.3rem;
  gap: 0.8rem;
}
.page-stores .stores__region-bar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.2rem;
  height: 0.15rem;
  background-color: #00a040;
}
.page-stores .stores__region-name {
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-stores .stores__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-stores .stores-card {
  -ms-grid-columns: 840fr 4rem 320fr;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 840fr 4rem 320fr;
  grid-template-columns: 840fr 320fr;
      -ms-grid-rows: auto 3.2rem auto 3.2rem auto;
          grid-template-areas: "name  image" "addr  image" "meta  image";
          column-gap: 4rem;
  row-gap: 3.2rem;
          align-items: start;
  padding-block: 3.2rem;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  scroll-margin-top: 11rem;
}
.stores__item + .stores__item .page-stores .stores-card {
  border-top: none;
}
.page-stores .stores-card__name {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: name;
  margin: 0;
  color: #002060;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-stores .stores-card__visual {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  -ms-grid-row-align: center;
  aspect-ratio: 320/240;
  grid-area: image;
      align-self: center;
  width: 100%;
  overflow: hidden;
  border: 1px solid #c4c4c4;
  border-radius: 1.4rem;
}
.page-stores .stores-card__image {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.page-stores .stores-card__address {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: addr;
          align-items: flex-start;
  gap: 3.2rem;
}
.page-stores .stores-card__address-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-stores .stores-card__address-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
  gap: 0.4rem;
}
.page-stores .stores-card__address-text {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-stores .stores-card__map {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  gap: 0.8rem;
  color: #166ad8;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-decoration: underline;
}
.page-stores .stores-card__map-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
}
.page-stores .stores-card__meta {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: meta;
  gap: 3.2rem;
}
.page-stores .stores-card__meta-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 2.8rem;
}
.page-stores .stores-card__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 2rem;
}
.page-stores .stores-card__tag {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-stores .stores-card__value {
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-stores .stores-card__hours-line {
  display: block;
}
.page-stores .stores-card__tel {
  color: inherit;
  text-decoration: none;
}
.page-stores .stores-info {
  padding-block: 12rem;
  background-color: #f4faed;
}
.page-stores .stores-info__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 3.2rem;
}
.page-stores .stores-info__block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 2rem;
}
.page-stores .stores-info__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 0.8rem;
}
.page-stores .stores-info__bar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.2rem;
  height: 0.15rem;
  background-color: #00a040;
}
.page-stores .stores-info__title {
  margin: 0;
  color: #00a040;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-stores .stores-info__body {
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: justify;
}
.page-stores .stores-info__body p {
  margin: 0;
}

.page-top .kv {
  --kv-base: min(100vw, 144rem);
  position: relative;
  overflow: hidden;
}
.page-top .kv__bg {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-image: url("../images/top/bg-pattern.png");
  background-position: center;
  background-size: cover;
  opacity: 0.6;
  pointer-events: none;
}
.page-top .kv__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.page-top .kv__deco {
  z-index: 1;
  position: absolute;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  inset: 0;
  pointer-events: none;
}
.page-top .kv__leaf {
  -webkit-transform-origin: center center;
  position: absolute;
          transform-origin: center center;
}
.page-top .kv__photo {
  position: absolute;
}
.page-top .kv__content {
  z-index: 2;
  position: relative;
}
.page-top .kv__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin: 0;
  color: #002060;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-top .kv__title-row {
  display: block;
}
.page-top .kv__title-word {
  display: inline;
}
.page-top .kv__title-word--accent {
  color: #00a040;
}
.page-top .kv__lead {
  margin: 0;
  color: #393939;
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-top .kv__lead-mark {
  color: #00a040;
  font-weight: 400;
  vertical-align: middle;
}
.page-top .kv__actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}
.page-top .about {
  background-color: #fff;
}
.page-top .about__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: stretch;
}
.page-top .about__inner > .c-btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.page-top .about__text-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-top .about__lead {
  margin: 0;
  color: #002060;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-top .about__body {
  margin: 0;
  color: #393939;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-top .about__visual {
  aspect-ratio: 653/512;
  position: relative;
  width: 100%;
  max-width: 65.3rem;
}
.page-top .about__visual-bg {
  position: absolute;
  top: 21.875%;
  left: 0;
  width: 92.95%;
  height: 78.13%;
  border-radius: 1.6rem;
  background: linear-gradient(145.6deg, #c8dfd0 0%, #edf1f8 100%);
}
.page-top .about__visual-image {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 6.58%;
  width: 93.42%;
  height: 88.87%;
     object-fit: cover;
  border-radius: 1.6rem;
}
.page-top .about__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.page-top .about__point {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-transition: 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0;
          align-items: center;
          justify-content: space-between;
  min-width: 0;
  padding: 2rem 3.6rem 2.4rem 3.2rem;
  gap: 2rem;
  border: none;
  border-right: 0.4rem solid #92d050;
  border-bottom: 0.4rem solid #92d050;
  border-radius: 1.6rem;
  background-color: #f9fafb;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: left;
  cursor: pointer;
  transition: 0.3s ease-in;
}
.page-top .about__point-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 0.4rem;
}
.page-top .about__point-label {
  color: #00a040;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
}
.page-top .about__point-title {
  color: #002060;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-top .about__point-arrow {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
      flex-shrink: 0;
          align-items: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #00a040;
  border-radius: 50%;
  color: #00a040;
  font-weight: 100;
  font-size: 1.6rem;
  line-height: 1;
}
.page-top .modal-point {
  position: relative;
  padding: 3.2rem 3.6rem 3.6rem 3.2rem;
  border-right: 0.4rem solid #92d050;
  border-bottom: 0.4rem solid #92d050;
  border-radius: 1.6rem;
  background-color: #f9fafb;
}
.page-top .modal-point__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 0.8rem;
}
.page-top .modal-point__label {
  color: #00a040;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.22rem;
  text-transform: uppercase;
}
.page-top .modal-point__title {
  margin: 0;
  color: #002060;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-top .modal-point__illust {
  height: auto;
}
.page-top .modal-point__body {
  margin-top: 2.4rem;
  color: #1f2937;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-top .modal-point__body p {
  margin: 0;
}
.page-top .modal-point__body p + p {
  margin-top: 0.8rem;
}
.page-top .modal-point__subtitle {
  margin: 2.4rem 0 0;
  color: #002060;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-top .modal-point__num {
  color: #00a040;
  font-weight: 700;
}
.page-top .strengths {
  position: relative;
  overflow: hidden;
  background-color: #f4faed;
}
.page-top .strengths__bg {
  z-index: 0;
  position: absolute;
  inset: 0;
  background-image: url("../images/top/strength-bg.png");
  background-position: center;
  background-size: cover;
  opacity: 0.6;
  pointer-events: none;
}
.page-top .strengths__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
          flex-direction: column;
}
.page-top .strengths__header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-top .strengths__list {
  display: -ms-grid;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-top .strengths__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding: 3.2rem;
  gap: 2rem;
  border: 1px solid #c4c4c4;
  border-radius: 1.6rem;
  background-color: #fff;
}
.page-top .strengths__visual {
  aspect-ratio: 322/198;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1.4rem;
  background-color: #ebffd6;
}
.page-top .strengths__image {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-top .strengths__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 1.2rem;
}
.page-top .strengths__title {
  margin: 0;
  padding-top: 0.4rem;
  color: #002060;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-top .strengths__body {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-top .strengths__card--justify .page-top .strengths__body {
  text-align: justify;
}
.page-top .service {
  background-color: #f4faed;
}
.page-top .service__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-top .service__header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-top .service__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-top .service__intro {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-top .service__lead {
  margin: 0;
  color: #002060;
  font-weight: 350;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  white-space: nowrap;
}
.page-top .service__desc {
  margin: 0;
  color: #32363a;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-top .service__cards {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 2rem;
  list-style: none;
}
.page-top .service__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding: 3.2rem 3.1rem;
  overflow: hidden;
  border: 1px solid #92d050;
  border-radius: 1.6rem;
  background-color: #fff;
}
.page-top .service__visual {
  position: relative;
  width: 100%;
}
.page-top .service__visual-deco {
  display: none;
}
.page-top .service__image {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.4rem;
}
.page-top .service__card-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 1.2rem;
}
.page-top .service__card-title {
  margin: 0;
  padding-top: 0.4rem;
  color: #002060;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.24rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-top .service__card-text {
  margin: 0;
  color: #000;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-top .service__card-list {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  list-style: none;
}
.page-top .service__card-list li {
  padding-left: 1em;
  text-indent: -1em;
}
.page-top .service__card-list li::before {
  content: "・";
}
.page-top .pharmacies {
  padding-bottom: 6rem;
  background-color: #fff;
}
.page-top .pharmacies__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-top .pharmacies__header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-top .pharmacies__list {
  display: -ms-grid;
  display: grid;
  margin: 0;
  padding: 0;
  gap: 2.8rem;
  list-style: none;
}
.page-top .pharmacies__more {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}
.page-top .pharmacies__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-transition: 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  overflow: hidden;
  border: 1px solid #e8eaed;
  border-radius: 1.2rem;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in;
}
.page-top .pharmacies__visual {
  aspect-ratio: 341/160;
  width: 100%;
  overflow: hidden;
  background-color: #e8eaed;
}
.page-top .pharmacies__image {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.page-top .pharmacies__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
  padding: 1.6rem 1.8rem 4.1rem;
  gap: 1.2rem;
}
.page-top .pharmacies__prefecture {
  color: #00a040;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1;
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.135rem;
  text-transform: uppercase;
}
.page-top .pharmacies__name {
  color: #002060;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-top .pharmacies__type {
  display: inline-block;
  padding: 0.3rem 1rem;
  border-radius: 0.4rem;
  background-color: #eef7f2;
  color: #009938;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-top .company {
  background-color: #f9fafb;
}
.page-top .company__inner {
  display: -ms-grid;
  display: grid;
}
.page-top .company__divider {
  grid-area: divider;
  margin-bottom: 5.5rem;
}
.page-top .company__header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: header;
          flex-direction: column;
}
.page-top .company__visual {
  aspect-ratio: 586/436;
  position: relative;
  grid-area: visual;
  width: 100%;
  max-width: 58.6rem;
  margin-top: 9.6rem;
}
.page-top .company__visual-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 78.6%;
  height: 73.7%;
  border-radius: 1.4rem;
  background: linear-gradient(141.47deg, #edf1f8 0%, #eef7f2 100%);
}
.page-top .company__visual-image {
  aspect-ratio: 528/353;
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 84.1%;
     object-fit: cover;
  border: 1px solid #e8eaed;
  border-radius: 1.4rem;
}
.page-top .company__table {
  grid-area: table;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-top .company__row {
  border-top: 1px solid #e8eaed;
}
.page-top .company__row:last-child {
  border-bottom: 1px solid #e8eaed;
}
.page-top .company__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-transition: 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  padding: 3.2rem 0;
  gap: 1.6rem;
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in;
}
.page-top .company__row-title {
  color: #4b5563;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-top .company__row-arrow {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
      flex-shrink: 0;
          align-items: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #00a040;
  border-radius: 50%;
  color: #00a040;
  font-weight: 100;
  font-size: 1.6rem;
  line-height: 1;
}

.page-web-invoice .invoice-hero {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.page-web-invoice .invoice-hero__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
  gap: 4rem;
}
.page-web-invoice .invoice-hero__heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin: 0;
  gap: 2rem;
  color: #002060;
  font-weight: 900;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-web-invoice .invoice-hero__heading-line {
  display: block;
}
.page-web-invoice .invoice-hero__visual {
  -ms-flex-negative: 0;
  position: relative;
      flex-shrink: 0;
}
.page-web-invoice .invoice-hero__photo {
  display: block;
  z-index: 2;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}
.page-web-invoice .invoice-hero__deco {
  z-index: 1;
  position: absolute;
  top: 23.6%;
  left: 20.8%;
  width: 120.2%;
  height: 90.9%;
  border-radius: 1.6rem;
  background: linear-gradient(145deg, #c8dfd0 0%, #edf1f8 100%);
}
.page-web-invoice .invoice-hero__text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}
.page-web-invoice .invoice-hero__lead {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  text-align: justify;
}
.page-web-invoice .invoice-hero__access {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}
.page-web-invoice .invoice-hero__qr {
  -ms-flex-negative: 0;
  display: block;
      flex-shrink: 0;
}
.page-web-invoice .invoice-hero__url {
  margin: 0;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  word-break: break-all;
}
.page-web-invoice .invoice-hero__url-label {
  color: #393939;
}
.page-web-invoice .invoice-hero__url-link {
  color: #166ad8;
  text-decoration: underline;
}
.page-web-invoice .invoice-contact {
  background-color: #f4faed;
}
.page-web-invoice .invoice-contact__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
}
.page-web-invoice .invoice-contact__card {
  -webkit-box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
  padding: 2.8rem;
  gap: 1.6rem;
  border-right: 2px solid #92d050;
  border-bottom: 2px solid #92d050;
  border-radius: 1.6rem;
  background-color: #fff;
}
.page-web-invoice .invoice-contact__card-heading {
  margin: 0;
  color: #002060;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
.page-web-invoice .invoice-contact__card-divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #00a040;
}
.page-web-invoice .invoice-contact__card-tel {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
  html {
    font-size: 2.5641025641vw;
    scroll-padding-top: 7.3rem;
  }
  .c-divider {
    width: 4rem;
    height: 0.2rem;
  }
  .c-eyebrow__bar {
    width: 1.6rem;
    height: 0.1rem;
  }
  .c-eyebrow__label {
    font-size: 2rem;
    letter-spacing: 0.4rem;
  }
  .c-heading-section {
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: 0.05rem;
  }
  .c-modal__container {
    padding: 5rem 0;
  }
  .c-modal__close {
    top: 1rem;
    left: -1.2rem;
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
  }
  .l-breadcrumb {
    padding: 1.1rem 2rem;
  }
  .l-breadcrumb__list {
    gap: 0.8rem;
  }
  .l-breadcrumb__item {
    font-weight: 300;
    font-size: 1.1rem;
  }
  .l-breadcrumb__item:not(:last-child)::after {
    margin-left: 0.8rem;
    font-size: 1.4rem;
  }
  .l-footer__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.3rem 2rem 2.8rem;
    gap: 3.2rem;
  }
  .l-footer__logo-image {
    width: 18.8rem;
  }
  .l-footer__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.2rem 3.2rem;
  }
  .l-header__inner {
    height: 7rem;
    padding: 1.6rem 1.2rem;
  }
  .l-header__logo-link {
    gap: 2rem;
  }
  .l-header__logo-main {
    width: 13.5rem;
  }
  .l-header__logo-sub {
    width: 11.5rem;
  }
  .l-header__hamburger {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -ms-flex-negative: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
        flex-shrink: 0;
            align-items: center;
            justify-content: center;
    width: 5rem;
    height: 5rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #00a040;
    cursor: pointer;
  }
  .l-header__hamburger-icon {
    -webkit-transition: background-color 0.3s ease-in;
    display: block;
    position: relative;
    width: 1.8rem;
    height: 0.2rem;
    background-color: #fff;
    transition: background-color 0.3s ease-in;
  }
  .l-header__hamburger-icon::before, .l-header__hamburger-icon::after {
    -webkit-transition: top 0.3s ease-in, -webkit-transform 0.3s ease-in;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #fff;
    content: "";
    transition: top 0.3s ease-in, -webkit-transform 0.3s ease-in;
    transition: top 0.3s ease-in, transform 0.3s ease-in;
    transition: top 0.3s ease-in, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  }
  .l-header__hamburger-icon::before {
    top: -0.6rem;
  }
  .l-header__hamburger-icon::after {
    top: 0.6rem;
  }
  .is-nav-open .l-header__hamburger-icon {
    background-color: transparent;
  }
  .is-nav-open .l-header__hamburger-icon::before {
    -webkit-transform: rotate(45deg);
    top: 0;
            transform: rotate(45deg);
  }
  .is-nav-open .l-header__hamburger-icon::after {
    -webkit-transform: rotate(-45deg);
    top: 0;
            transform: rotate(-45deg);
  }
  .l-header__nav {
    -webkit-transform: translateX(100%);
    -webkit-transition: visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
    visibility: hidden;
    z-index: 999;
    position: fixed;
    top: 7rem;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
            transform: translateX(100%);
    background-color: #fff;
    transition: visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in, visibility 0.3s ease-in;
    transition: transform 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
  }
  .is-nav-open .l-header__nav {
    -webkit-transform: translateX(0);
    visibility: visible;
            transform: translateX(0);
  }
  .l-header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            flex-direction: column;
            align-items: stretch;
    gap: 0;
  }
  .l-header__item {
    width: 100%;
  }
  .l-header__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: space-between;
    width: 100%;
    padding: 2.6rem 2rem;
    border-bottom: 1px solid #c4c4c4;
    background-color: #f4faed;
  }
  .l-header__link::after {
    -ms-flex-negative: 0;
    display: inline-block;
        flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    background-image: url("../images/common/icon_arrow_circle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .l-header__link--cta {
    height: auto;
    padding: 2.6rem 2rem;
    gap: 0;
    border-radius: 0;
    background-color: #f4faed;
    color: #393939;
  }
  .l-page-title {
    height: 15.8rem;
  }
  .l-page-title__bg {
    background-position: -9.3rem -5rem;
    background-size: 61.2rem 43.8rem;
  }
  .l-page-title__inner {
    padding-inline: 2rem;
  }
  .l-page-title__jp {
    margin-left: 1.6rem;
    font-size: 2.4rem;
    line-height: 1;
  }
  .l-page-title__en {
    z-index: 1;
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: rgba(146, 208, 80, 0.4);
    font-size: 6.4rem;
    letter-spacing: 1.2rem;
  }
  .p-jobs {
    margin-block: 6rem;
  }
  .p-jobs__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-links {
    margin-block: 4rem;
  }
  .p-links__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .p-links__card {
    padding: 2rem;
  }
  .p-podcast {
    padding: 4rem 2rem;
  }
  .p-podcast__header {
    margin-bottom: 3rem;
    gap: 1.6rem;
  }
  .p-podcast__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .page-404 .notfound__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24rem;
  }
  .page-company .message {
    padding-block: 6rem;
  }
  .page-company .message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    gap: 3.2rem;
  }
  .page-company .message__body {
    margin-top: 6rem;
  }
  .page-company .message__body p {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
  .page-company .message__body--accent {
    font-size: 1.6rem !important;
  }
  .page-company .message__visual {
    aspect-ratio: 350/410;
    max-width: 35rem;
    margin: 0 auto;
  }
  .page-company .philosophy {
    padding-block: 0 6rem;
  }
  .page-company .philosophy__bg {
    background-image: url("../images/company/philosophy-bg-sp.jpg");
  }
  .page-company .philosophy__leaf {
    top: 4.4rem;
    left: -16.15rem;
    width: 73rem;
  }
  .page-company .philosophy__inner {
    gap: 4rem;
  }
  .page-company .philosophy__block {
    gap: 2rem;
  }
  .page-company .philosophy__heading {
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: 0.05rem;
  }
  .page-company .philosophy__body p {
    font-size: 2rem;
    line-height: 3.6rem;
  }
  .page-company .philosophy__body ruby rt {
    font-size: 1.1rem;
  }
  .page-company .philosophy__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .page-company .philosophy__card {
    padding: 2rem;
  }
  .page-company .philosophy__card-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .page-company .philosophy__card-body {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .page-company .greeting {
    padding-block: 6rem;
  }
  .page-company .greeting__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    gap: 3.2rem;
  }
  .page-company .greeting__heading {
    margin-top: -1.6rem;
  }
  .page-company .greeting__visual {
    aspect-ratio: 350/320;
    max-width: 35rem;
    margin: 0 auto;
  }
  .page-company .greeting__visual-bg {
    top: 13rem;
    left: 2rem;
    width: 35.1rem;
    height: 23.2rem;
    background: linear-gradient(134deg, rgba(200, 223, 208, 0.5) 0%, rgba(237, 241, 248, 0.5) 100%);
  }
  .page-company .greeting__body {
    margin-top: 8rem;
  }
  .page-company .greeting__body--space {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .page-company .greeting__signature {
    margin-top: 1.6rem;
    gap: 1.6rem;
  }
  .page-company .overview {
    padding-block: 6rem;
  }
  .page-company .overview__inner {
    gap: 3.2rem;
  }
  .page-company .overview__table {
    padding-top: 0;
  }
  .page-company .overview__term {
    width: 8rem;
    padding-block: 3.2rem;
    font-size: 1.4rem;
  }
  .page-company .overview__desc {
    padding-block: 1.8rem;
  }
  .page-contact .contact {
    padding-block: 3.6rem 9.6rem;
  }
  .page-contact .contact__note {
    margin-top: 4rem;
  }
  .page-contact .contact__errors {
    margin-top: 4rem;
  }
  .page-contact .contact__form {
    margin-top: 4rem;
  }
  .page-contact .contact__consent {
    margin-top: 4rem;
  }
  .page-contact .contact__confirm-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 4rem;
    gap: 4rem;
  }
  .page-contact .contact__confirm-actions .c-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24rem;
  }
  .page-contact .contact-form {
    gap: 3.6rem;
  }
  .page-contact .contact-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            align-items: flex-start;
    gap: 1.2rem;
  }
  .page-contact .contact-form__field {
    height: 4.3rem;
    padding: 0 2rem;
  }
  .page-contact .contact-form__field--textarea {
    height: 8.8rem;
    padding: 1.2rem 2rem;
  }
  .page-contact .contact-form__field--display {
    min-height: 4.3rem;
    padding: 0.6rem 2rem;
  }
  .page-contact .contact-form__field--display-textarea {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 8.8rem;
  }
  .page-contact .thanks__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24rem;
  }
  .page-contact .l-page-title__en {
    font-size: 5.6rem;
    letter-spacing: 0.448rem;
  }
  .page-privacy .privacy {
    padding-block: 4rem;
  }
  .page-recruit-detail .hero {
    padding-block: 4rem 6rem;
    background-image: url("../images/recruit/detail-hero-bg_sp.jpg");
    background-position: center top;
  }
  .page-recruit-detail .hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            align-items: center;
    gap: 4rem;
  }
  .page-recruit-detail .hero__heading {
    width: 100%;
    gap: 1.2rem;
  }
  .page-recruit-detail .hero__visual {
    width: 100vw;
    height: 37.1rem;
    margin-inline: calc(50% - 50vw);
  }
  .page-recruit-detail .hero__accent {
    top: 18.4rem;
    right: 0;
    width: 28.2rem;
    height: 18.7rem;
    border-radius: 1.6rem 0 0 1.6rem;
  }
  .page-recruit-detail .hero__photo--pc {
    display: none;
  }
  .page-recruit-detail .hero__photo--sp {
    display: block;
    position: absolute;
    top: 0;
    left: 6.2rem;
    width: 26.2rem;
    height: auto;
  }
  .page-recruit-detail .hero__body {
    width: 100%;
  }
  .page-recruit-detail .requirements {
    margin-block: 6rem;
  }
  .page-recruit-detail .requirements__divider {
    margin-bottom: 3.2rem;
  }
  .page-recruit-detail .requirements__eyebrow {
    margin-bottom: 3.2rem;
  }
  .page-recruit-detail .requirements__table {
    padding: 1.2rem 2.4rem;
  }
  .page-recruit-detail .requirements__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-recruit-detail .requirements__label {
    padding-top: 2.4rem;
  }
  .page-recruit-detail .requirements__content {
    padding-bottom: 2.4rem;
  }
  .page-recruit-detail .career-path {
    padding-block: 6rem;
  }
  .page-recruit-detail .career-path__inner {
    gap: 3.2rem;
  }
  .page-recruit-detail .career-path__head {
    gap: 1.6rem;
  }
  .page-recruit-detail .career-path__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    gap: 4rem;
  }
  .page-recruit-detail .rd-cta--req {
    display: none;
  }
  .page-recruit-detail .rd-cta__primary-wrap {
    width: 100%;
  }
  .page-recruit-detail .rd-cta__btn {
    width: 35rem;
    max-width: 100%;
  }
  .page-recruit-detail .rd-cta-band {
    padding-block: 4rem;
  }
  .page-recruit-detail .rd-cta-band::before {
    background-position: 0 32.87%;
  }
  .page-recruit-detail .faq {
    padding-block: 6rem;
  }
  .page-recruit-detail .faq__inner {
    gap: 3.2rem;
  }
  .page-recruit-detail .faq__head {
    gap: 1.6rem;
  }
  .page-recruit-detail .faq__table {
    padding: 1.2rem 2.4rem;
  }
  .page-recruit-detail .faq__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
  }
  .page-recruit-detail .faq__q {
    padding-top: 2.4rem;
  }
  .page-recruit-detail .faq__a {
    padding-bottom: 2.4rem;
  }
  .page-recruit-entry .contact {
    padding-block: 3.6rem 9.6rem;
  }
  .page-recruit-entry .contact__note {
    margin-top: 4rem;
  }
  .page-recruit-entry .contact__errors {
    margin-top: 4rem;
  }
  .page-recruit-entry .contact__form {
    margin-top: 4rem;
  }
  .page-recruit-entry .contact__consent {
    margin-top: 4rem;
  }
  .page-recruit-entry .contact__confirm-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 4rem;
    gap: 4rem;
  }
  .page-recruit-entry .contact__confirm-actions .c-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24rem;
  }
  .page-recruit-entry .contact-form {
    gap: 3.6rem;
  }
  .page-recruit-entry .contact-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            align-items: flex-start;
    gap: 1.2rem;
  }
  .page-recruit-entry .contact-form__field {
    height: 4.3rem;
    padding: 0 2rem;
  }
  .page-recruit-entry .contact-form__field--textarea {
    height: 8.8rem;
    padding: 1.2rem 2rem;
  }
  .page-recruit-entry .contact-form__field--display {
    min-height: 4.3rem;
    padding: 0.6rem 2rem;
  }
  .page-recruit-entry .contact-form__field--display-textarea {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 8.8rem;
  }
  .page-recruit-entry .thanks__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24rem;
  }
  .page-recruit-entry .l-page-title__en {
    font-size: 5.6rem;
    letter-spacing: 0.448rem;
  }
  .page-recruit-entry .contact-form__field--select {
    padding-right: 4.4rem;
  }
  .page-recruit .message {
    padding-block: 4rem 6rem;
    background-image: url("../images/recruit/message-bg-sp.jpg");
  }
  .page-recruit .message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    gap: 4rem;
  }
  .page-recruit .message__visual {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    gap: 0;
  }
  .page-recruit .message__marquee--lg {
    height: 26rem;
  }
  .page-recruit .message__marquee--sm {
    display: none;
  }
  .page-recruit .culture {
    padding-block: 6rem 4rem;
  }
  .page-recruit .culture__head {
    gap: 3.2rem;
  }
  .page-recruit .culture__heading {
    padding-left: 1.6rem;
    gap: 0.8rem;
    font-size: 2rem;
    line-height: 3.2rem;
    letter-spacing: 0.05rem;
  }
  .page-recruit .culture__heading-line {
    line-height: 3.2rem;
  }
  .page-recruit .culture__photo {
    opacity: 0.8;
  }
  .page-recruit .culture__photo--01 {
    top: 18.5rem;
    right: -1.3rem;
    width: 23.7rem;
  }
  .page-recruit .culture__photo--02 {
    top: 7.6rem;
    right: -8.2rem;
    width: 20.4rem;
  }
  .page-recruit .culture__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    margin-top: 3.2rem;
    gap: 4rem;
  }
  .page-recruit .culture__card {
    border-radius: 1.2rem;
    background-color: #f9fafb;
  }
  .page-recruit .career {
    padding-block: 6rem;
  }
  .page-recruit .career__inner {
    gap: 2rem;
  }
  .page-recruit .career__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    gap: 1.6rem;
  }
  .page-recruit .career__heading-image {
    width: 35.1rem;
  }
  .page-recruit .career__body {
    width: 100%;
  }
  .page-recruit .numbers {
    padding-block: 6rem;
  }
  .page-recruit .numbers__inner {
    gap: 3.2rem;
  }
  .page-recruit .numbers__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    gap: 5.6rem;
  }
  .page-recruit .numbers__chart-title {
    margin-bottom: 4rem;
  }
  .page-recruit .numbers__chart {
    height: auto;
    margin-bottom: 4rem;
  }
  .page-stores .stores {
    padding-block: 4rem;
  }
  .page-stores .stores__inner {
    gap: 6.4rem;
  }
  .page-stores .stores__region {
    margin-bottom: 2.4rem;
  }
  .page-stores .stores__region-name {
    font-size: 2.4rem;
  }
  .page-stores .stores__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    gap: 2.4rem;
  }
  .page-stores .stores-card {
    -ms-grid-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
            grid-template-areas: "name" "image" "addr" "meta";
            column-gap: 0;
    scroll-margin-top: 0;
  }
  .page-stores .stores-card__visual {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    height: 22rem;
  }
  .page-stores .stores-card__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
  .page-stores .stores-card__meta-col {
    gap: 1.6rem;
  }
  .page-stores .stores-card__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-stores .stores-card__tag {
    margin-top: 0.5rem;
  }
  .page-stores .stores-info {
    padding-block: 6rem;
  }
  .page-stores .l-page-title__en {
    font-size: 4.8rem;
    letter-spacing: 0.4rem;
  }
  .page-top .kv {
    min-height: 62.5rem;
  }
  .page-top .kv__leaf {
    -webkit-transform: rotate(-20.85deg);
    top: 13.91rem;
    left: -2.31rem;
    width: 45.12rem;
    height: 25.1rem;
            transform: rotate(-20.85deg);
  }
  .page-top .kv__photo--doctor {
    top: 20.8rem;
    left: 2.4rem;
    width: 25.6rem;
    height: auto;
  }
  .page-top .kv__photo--nurse {
    top: 12rem;
    left: 19.7rem;
    width: 19.1rem;
    height: auto;
  }
  .page-top .kv__content {
    min-height: 62.5rem;
    padding: 4rem 2.8rem 0;
  }
  .page-top .kv__title {
    gap: 1.6rem;
    letter-spacing: 0.2rem;
  }
  .page-top .kv__title-row {
    font-size: 2rem;
    line-height: 1.8rem;
  }
  .page-top .kv__title-word {
    display: block;
  }
  .page-top .kv__title-word--accent {
    font-size: 2.4rem;
    line-height: 1.8rem;
  }
  .page-top .kv__lead {
    z-index: 2;
    position: absolute;
    top: 37.2rem;
    right: 2rem;
    font-size: 1.2rem;
    line-height: 2.8rem;
    text-align: right;
  }
  .page-top .kv__lead-mark {
    margin: 0 0.2rem;
    font-size: 2rem;
    line-height: 1;
  }
  .page-top .kv__actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    z-index: 2;
    position: absolute;
    top: 53rem;
    right: 0;
    left: 0;
            justify-content: center;
    gap: 2rem;
  }
  .page-top .about {
    padding-bottom: 6rem;
  }
  .page-top .about__inner {
    gap: 3.2rem;
  }
  .page-top .about__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    gap: 1.6rem;
  }
  .page-top .about__text-top {
    gap: 1.6rem;
  }
  .page-top .about__lead {
    font-size: 3.2rem;
    line-height: 4.8rem;
    letter-spacing: 0.2rem;
  }
  .page-top .about__body {
    text-align: justify;
  }
  .page-top .about__visual {
    max-width: 35rem;
    margin: 0 auto;
  }
  .page-top .about__points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
  .page-top .modal-point {
    padding: 3.2rem 2rem 3.6rem 1.6rem;
  }
  .page-top .modal-point__illust {
    display: block;
    width: 100%;
    max-width: 29.8rem;
    margin: 2.4rem auto 0;
  }
  .page-top .strengths {
    padding-block: 6rem;
  }
  .page-top .strengths__inner {
    gap: 3.2rem;
  }
  .page-top .strengths__header {
    max-width: 35rem;
    gap: 1.6rem;
  }
  .page-top .strengths__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .page-top .service {
    padding-bottom: 6rem;
  }
  .page-top .service__divider {
    display: none;
  }
  .page-top .service__header {
    gap: 1.6rem;
  }
  .page-top .service__header .c-eyebrow {
    padding-top: 4rem;
  }
  .page-top .service__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.6rem;
    gap: 3.2rem;
  }
  .page-top .service__intro {
    gap: 3.2rem;
  }
  .page-top .service__lead {
    font-size: 3.2rem;
    line-height: 4.8rem;
    letter-spacing: 0.2rem;
  }
  .page-top .service__desc {
    text-align: justify;
  }
  .page-top .service__card {
    gap: 1.6rem;
  }
  .page-top .service__visual {
    aspect-ratio: 288/200;
    overflow: hidden;
    border-radius: 1.4rem;
  }
  .page-top .service__image {
    display: block;
    width: 100%;
    height: 100%;
  }
  .page-top .pharmacies__inner {
    gap: 3.2rem;
  }
  .page-top .pharmacies__header {
    max-width: 35rem;
    gap: 1.6rem;
  }
  .page-top .pharmacies__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .page-top .pharmacies__more {
    margin-top: 3.2rem;
  }
  .page-top .company__inner {
    -ms-grid-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        -ms-grid-rows: auto 3.2rem auto 3.2rem auto 3.2rem auto;
            grid-template-areas: "divider" "header" "visual" "table";
    gap: 3.2rem;
  }
  .page-top .company__header {
    gap: 1.6rem;
  }
  .page-top .company__visual {
    aspect-ratio: 350/233;
    max-width: 35rem;
    margin: 0 auto;
  }
  .page-top .company__link {
    padding: 3.2rem 1.2rem;
  }
  .page-top .company__row-title {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
  .page-web-invoice .invoice-hero {
    padding-block: 4rem 6rem;
  }
  .page-web-invoice .invoice-hero__heading {
    font-size: 3rem;
    letter-spacing: 0.05rem;
  }
  .page-web-invoice .invoice-hero__heading-line {
    line-height: 4rem;
  }
  .page-web-invoice .invoice-hero__visual {
    width: 24.8rem;
    margin-bottom: 3.2rem;
  }
  .page-web-invoice .invoice-hero__text {
    gap: 1.6rem;
  }
  .page-web-invoice .invoice-hero__access {
    gap: 2rem;
  }
  .page-web-invoice .invoice-hero__qr {
    width: 12.6rem;
    height: 12.6rem;
  }
  .page-web-invoice .invoice-contact {
    padding-block: 4rem 6rem;
  }
  .page-web-invoice .invoice-contact__inner {
    gap: 3.2rem;
  }
  .page-company .message__visual {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-stores .stores-card__name {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-stores .stores-card__visual {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .page-stores .stores-card__address {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-stores .stores-card__meta {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .page-top .company__divider {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-top .company__header {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-top .company__visual {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-top .company__table {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .page-company .message__visual {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 768px) {
  .sp-on {
    display: none;
  }
  a {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  a:hover {
    opacity: 0.7;
  }
  .c-divider--lg {
    height: 0.6rem;
  }
  .c-eyebrow__label {
    font-size: 2.4rem;
  }
  .c-heading-section {
    font-size: 4rem;
    line-height: 6rem;
    letter-spacing: 0.064rem;
  }
  .c-modal__close:hover {
    opacity: 0.7;
  }
  .l-breadcrumb {
    padding: 1.1rem clamp(2rem, 8.3vw, 12rem);
  }
  .l-breadcrumb__list {
    gap: 1rem;
  }
  .l-breadcrumb__item {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .l-breadcrumb__item:not(:last-child)::after {
    margin-left: 1rem;
    font-size: 1.6rem;
  }
  .l-header__hamburger {
    display: none;
  }
  .l-header__link--cta:hover {
    opacity: 0.7;
  }
  .l-page-title {
    height: 20rem;
  }
  .l-page-title__bg {
    background-position: 0 0;
    background-size: 150.2rem 107.4rem;
  }
  .l-page-title__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 6.6rem;
    padding-inline: clamp(2rem, 8.3vw, 12rem);
  }
  .l-page-title__jp {
    margin-left: 2.5rem;
    font-size: 3.2rem;
    line-height: 1;
  }
  .l-page-title__en {
    margin-top: -2rem;
    font-size: 12.8rem;
    letter-spacing: 1.2rem;
  }
  .p-jobs {
    margin-block: 12rem;
  }
  .p-links {
    margin-block: 12rem;
  }
  .p-links__list {
    -ms-grid-columns: (1fr)[3];
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
            align-items: stretch;
    gap: 3rem;
  }
  .page-company .message {
    padding-block: 12rem;
  }
  .page-company .message__inner {
    -ms-grid-columns: minmax(0, 46rem) clamp(2rem, 5vw, 6rem) minmax(0, 1fr);
    -webkit-column-gap: clamp(2rem, 5vw, 6rem);
       -moz-column-gap: clamp(2rem, 5vw, 6rem);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 46rem) clamp(2rem, 5vw, 6rem) minmax(0, 1fr);
    grid-template-columns: minmax(0, 46rem) minmax(0, 1fr);
        -ms-grid-rows: auto 4rem auto 4rem auto;
            grid-template-areas: "eyebrow visual" "heading visual" "body    visual";
            column-gap: clamp(2rem, 5vw, 6rem);
    row-gap: 4rem;
  }
  .page-company .message__visual {
    max-width: 60rem;
    margin-left: auto;
  }
  .page-company .philosophy {
    padding-block: 12rem;
  }
  .page-company .philosophy__bg {
    background-image: url("../images/company/philosophy-bg.jpg");
  }
  .page-company .philosophy__leaf {
    -webkit-transform: translateX(-30%);
    top: -12.9rem;
    left: 50%;
    width: 130.2rem;
            transform: translateX(-30%);
  }
  .page-company .philosophy__inner {
    gap: 8rem;
  }
  .page-company .philosophy__block {
    gap: 2rem;
  }
  .page-company .philosophy__heading {
    font-size: 4rem;
    line-height: 4.48rem;
  }
  .page-company .philosophy__body p {
    font-size: 3.2rem;
    line-height: 6.4rem;
  }
  .page-company .philosophy__cards {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2rem;
    gap: 2rem;
  }
  .page-company .philosophy__card {
    padding: 3.2rem;
  }
  .page-company .greeting {
    padding-block: 12rem;
  }
  .page-company .greeting__heading {
    margin-top: 4.5rem;
    margin-bottom: 2rem;
  }
  .page-company .greeting__content {
    -ms-grid-columns: 1fr 1fr;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 6rem;
  }
  .page-company .greeting__visual {
    aspect-ratio: 660/500;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    max-width: 66rem;
    margin-left: max(-15rem, -11vw);
  }
  .page-company .greeting__body {
    padding-right: 4rem;
  }
  .page-company .greeting__signature {
    margin-top: 2.4rem;
    padding-right: 4rem;
    gap: 0.4rem;
  }
  .page-company .overview {
    padding-block: 9.6rem;
  }
  .page-company .overview__inner {
    gap: 4rem;
  }
  .page-company .overview__heading {
    line-height: 6rem;
  }
  .page-company .overview__term {
    width: 20rem;
    padding-block: 3.2rem;
    font-size: 1.8rem;
  }
  .page-company .overview__desc {
    padding-block: 1.8rem;
  }
  .page-contact .contact {
    padding-block: 9.6rem;
  }
  .page-contact .contact__intro {
    max-width: 95.5rem;
    margin-inline: auto;
  }
  .page-contact .contact__intro--confirm {
    text-align: center;
  }
  .page-contact .contact__note {
    margin-top: 8rem;
    text-align: center;
  }
  .page-contact .contact__errors {
    width: 69.6rem;
    margin: 4rem auto 0;
  }
  .page-contact .contact__form {
    margin-top: 8rem;
  }
  .page-contact .contact__consent {
    margin-top: 8rem;
  }
  .page-contact .contact__consent-text {
    max-width: 69.6rem;
  }
  .page-contact .contact__confirm-actions {
    margin-top: 8rem;
    gap: 5.6rem;
  }
  .page-contact .contact-form {
    width: 69.6rem;
    margin-inline: auto;
    gap: 2rem;
  }
  .page-contact .contact-form__row {
    -ms-grid-columns: 20rem 46rem;
    -webkit-column-gap: 3.6rem;
       -moz-column-gap: 3.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20rem 46rem;
    grid-template-columns: 20rem 46rem;
            column-gap: 3.6rem;
            align-items: center;
  }
  .page-contact .contact-form__field {
    height: 5.2rem;
    padding: 0 2.4rem;
  }
  .page-contact .contact-form__field--textarea {
    height: 11.4rem;
    padding: 1rem 2.4rem;
  }
  .page-contact .contact-form__field--display {
    min-height: 5.2rem;
    padding: 1rem 2.4rem;
  }
  .page-contact .contact-form__field--display-textarea {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 11.4rem;
  }
  .page-contact .l-page-title__en {
    font-size: 10rem;
  }
  .page-privacy .privacy {
    padding-block: 9.6rem;
  }
  .page-recruit-detail .hero {
    padding-block: 12rem;
  }
  .page-recruit-detail .hero__inner {
    -ms-grid-columns: minmax(0, 56fr) 4rem minmax(0, 60fr);
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 56fr) 4rem minmax(0, 60fr);
    grid-template-columns: minmax(0, 56fr) minmax(0, 60fr);
        -ms-grid-rows: auto 4rem auto;
            grid-template-areas: "heading visual" "body    visual";
            column-gap: 4rem;
    row-gap: 4rem;
            align-items: start;
  }
  .page-recruit-detail .hero__divider {
    display: none;
  }
  .page-recruit-detail .hero__eyebrow {
    display: none;
  }
  .page-recruit-detail .hero__heading {
    grid-area: heading;
    padding-left: 8rem;
    gap: 1.6rem;
  }
  .page-recruit-detail .hero__visual {
    -ms-grid-row-align: stretch;
    grid-area: visual;
        align-self: stretch;
    min-height: 67rem;
  }
  .page-recruit-detail .hero__accent {
    top: 37.6rem;
    left: 14.6rem;
    width: 58.7rem;
    height: 40rem;
    border-radius: 1.6rem;
  }
  .page-recruit-detail .hero__body {
    grid-area: body;
    max-width: 46rem;
    padding-left: 8rem;
  }
  .page-recruit-detail .requirements {
    margin-block: 6rem 12rem;
  }
  .page-recruit-detail .requirements__divider {
    display: none;
  }
  .page-recruit-detail .requirements__eyebrow {
    margin-bottom: 1.2rem;
  }
  .page-recruit-detail .requirements__table {
    padding: 2.8rem 6rem 6rem;
  }
  .page-recruit-detail .requirements__row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-left: 2rem;
  }
  .page-recruit-detail .requirements__label {
    width: 20rem;
    padding-block: 3.2rem;
  }
  .page-recruit-detail .requirements__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    min-width: 0;
    padding-block: 3.2rem;
  }
  .page-recruit-detail .career-path {
    padding-block: 12rem;
  }
  .page-recruit-detail .career-path__inner {
    gap: 4rem;
  }
  .page-recruit-detail .career-path__divider {
    display: none;
  }
  .page-recruit-detail .career-path__head {
    gap: 4rem;
  }
  .page-recruit-detail .career-path__list {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
            column-gap: 3rem;
    row-gap: 4rem;
  }
  .page-recruit-detail .rd-cta {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    gap: 2.4rem;
  }
  .page-recruit-detail .rd-cta--req {
    margin-top: 6rem;
  }
  .page-recruit-detail .rd-cta__primary-wrap {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .page-recruit-detail .rd-cta-band {
    padding-block: 8rem;
  }
  .page-recruit-detail .faq {
    padding-block: 12rem;
  }
  .page-recruit-detail .faq__inner {
    gap: 4rem;
  }
  .page-recruit-detail .faq__divider {
    display: none;
  }
  .page-recruit-detail .faq__head {
    gap: 4rem;
  }
  .page-recruit-detail .faq__table {
    padding: 2.8rem 6rem 6rem;
  }
  .page-recruit-detail .faq__row {
    -ms-grid-columns: minmax(0, 400fr) minmax(0, 660fr);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 400fr) minmax(0, 660fr);
    grid-template-columns: minmax(0, 400fr) minmax(0, 660fr);
    padding-left: 2rem;
  }
  .page-recruit-detail .faq__q {
    padding-right: 2rem;
    padding-block: 3.2rem;
  }
  .page-recruit-detail .faq__a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    min-width: 0;
    padding-block: 3.2rem;
  }
  .page-recruit-entry .contact {
    padding-block: 9.6rem;
  }
  .page-recruit-entry .contact__intro {
    max-width: 95.5rem;
    margin-inline: auto;
  }
  .page-recruit-entry .contact__intro--confirm {
    text-align: center;
  }
  .page-recruit-entry .contact__note {
    margin-top: 8rem;
    text-align: center;
  }
  .page-recruit-entry .contact__errors {
    width: 69.6rem;
    margin: 4rem auto 0;
  }
  .page-recruit-entry .contact__form {
    margin-top: 8rem;
  }
  .page-recruit-entry .contact__consent {
    margin-top: 8rem;
  }
  .page-recruit-entry .contact__consent-text {
    max-width: 69.6rem;
  }
  .page-recruit-entry .contact__confirm-actions {
    margin-top: 8rem;
    gap: 5.6rem;
  }
  .page-recruit-entry .contact-form {
    width: 69.6rem;
    margin-inline: auto;
    gap: 2rem;
  }
  .page-recruit-entry .contact-form__row {
    -ms-grid-columns: 20rem 46rem;
    -webkit-column-gap: 3.6rem;
       -moz-column-gap: 3.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20rem 46rem;
    grid-template-columns: 20rem 46rem;
            column-gap: 3.6rem;
            align-items: center;
  }
  .page-recruit-entry .contact-form__field {
    height: 5.2rem;
    padding: 0 2.4rem;
  }
  .page-recruit-entry .contact-form__field--textarea {
    height: 11.4rem;
    padding: 1rem 2.4rem;
  }
  .page-recruit-entry .contact-form__field--display {
    min-height: 5.2rem;
    padding: 1rem 2.4rem;
  }
  .page-recruit-entry .contact-form__field--display-textarea {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 11.4rem;
  }
  .page-recruit-entry .l-page-title__en {
    font-size: 10rem;
  }
  .page-recruit-entry .contact-form__field--select {
    padding-right: 4.8rem;
  }
  .page-recruit .message {
    padding-block: 12rem;
  }
  .page-recruit .message__inner {
    -ms-grid-columns: minmax(0, 56fr) 4rem minmax(0, 60fr);
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 56fr) 4rem minmax(0, 60fr);
    grid-template-columns: minmax(0, 56fr) minmax(0, 60fr);
        -ms-grid-rows: auto 4rem auto 4rem auto;
            grid-template-areas: "eyebrow eyebrow" "heading visual" "body    visual";
            column-gap: 4rem;
    row-gap: 4rem;
            align-items: start;
  }
  .page-recruit .message__eyebrow {
    grid-area: eyebrow;
  }
  .page-recruit .message__heading {
    grid-area: heading;
  }
  .page-recruit .message__visual {
    grid-area: visual;
    width: 100%;
  }
  .page-recruit .message__marquee--lg {
    height: 40rem;
  }
  .page-recruit .message__divider {
    display: none;
  }
  .page-recruit .message__body {
    grid-area: body;
    max-width: 46rem;
  }
  .page-recruit .culture {
    padding-block: 12rem;
  }
  .page-recruit .culture__divider {
    display: none;
  }
  .page-recruit .culture__head {
    gap: 4rem;
  }
  .page-recruit .culture__heading {
    gap: 1.2rem;
  }
  .page-recruit .culture__heading-line {
    line-height: 6rem;
  }
  .page-recruit .culture__photo--01 {
    top: 9.7rem;
    right: 14.8rem;
    width: 46.3rem;
  }
  .page-recruit .culture__photo--02 {
    top: -5.4rem;
    right: -4.4rem;
    width: 36.9rem;
  }
  .page-recruit .culture__list {
    -ms-grid-columns: (1fr)[3];
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-top: 6rem;
    gap: 4rem;
  }
  .page-recruit .career {
    padding-block: 12rem;
  }
  .page-recruit .career__inner {
    gap: 5.6rem;
  }
  .page-recruit .career__row {
    -ms-grid-columns: 60fr 46fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60fr 46fr;
    grid-template-columns: 60fr 46fr;
            align-items: center;
    gap: 4.5rem;
  }
  .page-recruit .career__body {
    width: 46rem;
  }
  .page-recruit .numbers {
    padding-block: 12rem;
  }
  .page-recruit .numbers__divider-top {
    display: none;
  }
  .page-recruit .numbers__items {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(36rem, 1fr));
            column-gap: 3rem;
    row-gap: 4rem;
  }
  .page-recruit .numbers__card {
    min-height: 42.1rem;
  }
  .page-stores .l-page-title__en {
    font-size: 10rem;
  }
  .page-top .kv {
    min-height: calc(var(--kv-base) * 800 / 1440);
  }
  .page-top .kv__leaf {
    -webkit-transform: rotate(-20.85deg);
    top: calc(var(--kv-base) * 144.25 / 1440);
    left: calc(var(--kv-base) * 298.56 / 1440);
    width: calc(var(--kv-base) * 1260.889 / 1440);
    height: calc(var(--kv-base) * 701.501 / 1440);
            transform: rotate(-20.85deg);
  }
  .page-top .kv__photo--doctor {
    top: calc(var(--kv-base) * 325 / 1440);
    left: calc(var(--kv-base) * 449 / 1440);
    width: calc(var(--kv-base) * 716 / 1440);
    height: auto;
  }
  .page-top .kv__photo--nurse {
    top: calc(var(--kv-base) * 79 / 1440);
    left: calc(var(--kv-base) * 936 / 1440);
    width: calc(var(--kv-base) * 474.73 / 1440);
    height: auto;
  }
  .page-top .kv__content {
    max-width: 1440px;
    padding: 8rem 0 4rem clamp(20px, 8.3vw, 120px);
  }
  .page-top .kv__title {
    gap: 1.9rem;
    letter-spacing: 0.4rem;
  }
  .page-top .kv__title-row {
    font-size: clamp(3.6rem, 4.5vw, 5.6rem);
    line-height: 1.25;
  }
  .page-top .kv__title-word--accent {
    font-size: clamp(4.4rem, 5.5vw, 6.8rem);
    line-height: 1.03;
  }
  .page-top .kv__lead {
    margin-top: 4rem;
    font-size: 2rem;
    line-height: 4rem;
  }
  .page-top .kv__lead-mark {
    margin: 0 0.4rem;
    font-size: 3.2rem;
    line-height: 1;
  }
  .page-top .kv__actions {
    margin-top: 4rem;
    gap: 1.6rem;
  }
  .page-top .about {
    padding-bottom: 12rem;
  }
  .page-top .about__inner {
    gap: 5rem;
  }
  .page-top .about__main {
    -ms-grid-columns: minmax(0, 448fr) minmax(0, 653fr);
    -ms-grid-rows: auto auto;
    -webkit-column-gap: clamp(2rem, 5vw, 6.8rem);
       -moz-column-gap: clamp(2rem, 5vw, 6.8rem);
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: minmax(0, 448fr) minmax(0, 653fr);
    grid-template-columns: minmax(0, 448fr) minmax(0, 653fr);
            column-gap: clamp(2rem, 5vw, 6.8rem);
    row-gap: 4rem;
            align-items: start;
  }
  .page-top .about__text-top {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    grid-column: 1;
    padding-top: 6rem;
    gap: 3rem;
  }
  .page-top .about__lead {
    font-size: 4rem;
    line-height: 7rem;
    letter-spacing: 0.4rem;
  }
  .page-top .about__body {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    grid-column: 1;
  }
  .page-top .about__visual {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    grid-column: 2;
    margin-top: 11rem;
  }
  .page-top .about__points {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            flex-direction: row;
            align-items: stretch;
    gap: 3.8rem;
  }
  .page-top .about__point:hover {
    opacity: 0.7;
  }
  .page-top .modal-point__head {
    padding-bottom: 4rem;
  }
  .page-top .modal-point__illust {
    position: absolute;
    pointer-events: none;
  }
  .page-top .modal-point__illust--chiiki {
    top: -5rem;
    right: 3.6rem;
    width: 25.9rem;
    height: 16.4rem;
  }
  .page-top .modal-point__illust--kenko {
    top: -7.2rem;
    right: 4.5rem;
    width: 19.3rem;
    height: 20.2rem;
  }
  .page-top .strengths {
    padding-block: 12rem;
  }
  .page-top .strengths__inner {
    gap: 5rem;
  }
  .page-top .strengths__header {
    gap: 1rem;
  }
  .page-top .strengths__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .page-top .service {
    padding-bottom: 12rem;
  }
  .page-top .service__divider {
    margin-bottom: 13rem;
  }
  .page-top .service__divider--sp {
    display: none;
  }
  .page-top .service__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 5rem;
    gap: 8rem;
  }
  .page-top .service__intro {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 44.8rem;
            flex: 0 1 44.8rem;
    max-width: 44.8rem;
    gap: 4rem;
  }
  .page-top .service__heading {
    line-height: 4.48rem;
  }
  .page-top .service__lead {
    font-size: 4rem;
    line-height: 7rem;
    letter-spacing: 0.4rem;
  }
  .page-top .service__cards {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    min-width: 0;
  }
  .page-top .service__card {
    gap: 3.6rem;
  }
  .page-top .service__visual {
    aspect-ratio: 498/254;
  }
  .page-top .service__visual-deco {
    display: block;
    position: absolute;
    top: 10.24%;
    left: 27.71%;
    width: 72.29%;
    height: 89.76%;
    border-radius: 1.6rem;
    background: linear-gradient(146.65deg, #c8dfd0 0%, #edf1f8 100%);
  }
  .page-top .service__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 72.29%;
    height: 94.49%;
  }
  .page-top .pharmacies__inner {
    gap: 1rem;
  }
  .page-top .pharmacies__divider {
    margin-bottom: 10rem;
  }
  .page-top .pharmacies__header {
    gap: 1rem;
  }
  .page-top .pharmacies__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    max-width: 108rem;
    margin: auto;
    padding-top: 7rem;
  }
  .page-top .pharmacies__more {
    margin-top: 4rem;
  }
  .page-top .pharmacies__card:hover {
    opacity: 0.7;
  }
  .page-top .company {
    padding-bottom: 9.6rem;
  }
  .page-top .company__inner {
    -ms-grid-columns: minmax(0, 520fr) clamp(2rem, 5vw, 6.8rem) minmax(0, 586fr);
    -webkit-column-gap: clamp(2rem, 5vw, 6.8rem);
       -moz-column-gap: clamp(2rem, 5vw, 6.8rem);
    -ms-grid-columns: minmax(0, 520fr) clamp(2rem, 5vw, 6.8rem) minmax(0, 586fr);
    grid-template-columns: minmax(0, 520fr) minmax(0, 586fr);
        -ms-grid-rows: auto 1.6rem auto 1.6rem auto;
            grid-template-areas: "divider divider" "header  visual" "table   visual";
            column-gap: clamp(2rem, 5vw, 6.8rem);
    row-gap: 1.6rem;
  }
  .page-top .company__header {
    padding-top: 3rem;
    gap: 1rem;
  }
  .page-top .company__table {
    padding-top: 2.4rem;
  }
  .page-top .company__link:hover {
    opacity: 0.7;
  }
  .page-top .company__row-title {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.048rem;
  }
  .page-web-invoice .invoice-hero {
    padding-block: 12rem;
  }
  .page-web-invoice .invoice-hero__inner {
    -ms-grid-columns: minmax(0, 696fr) 0 minmax(0, 505fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 4rem 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: minmax(0, 696fr) 0 minmax(0, 505fr);
    grid-template-columns: minmax(0, 696fr) minmax(0, 505fr);
            grid-template-areas: "heading visual" "text    visual";
            align-items: start;
    gap: 4rem 0;
  }
  .page-web-invoice .invoice-hero__heading {
    grid-area: heading;
    font-size: 4rem;
    letter-spacing: 0.064rem;
  }
  .page-web-invoice .invoice-hero__heading-line {
    line-height: 6rem;
  }
  .page-web-invoice .invoice-hero__visual {
    -ms-grid-row-align: start;
    -ms-grid-column-align: end;
    grid-area: visual;
        align-self: start;
        justify-self: end;
    width: 100%;
    max-width: 50.5rem;
    margin-bottom: 6.4rem;
  }
  .page-web-invoice .invoice-hero__text {
    grid-area: text;
    gap: 4rem;
  }
  .page-web-invoice .invoice-hero__lead {
    max-width: 58rem;
  }
  .page-web-invoice .invoice-hero__access {
    gap: 4rem;
  }
  .page-web-invoice .invoice-hero__qr {
    width: 15rem;
    height: 15rem;
  }
  .page-web-invoice .invoice-contact {
    padding-block: 12rem;
  }
  .page-web-invoice .invoice-contact__inner {
    gap: 4rem;
  }
  .page-web-invoice .invoice-contact__divider {
    display: none;
  }
  .page-company .message__eyebrow {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-recruit .message__inner > .message__eyebrow {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .page-company .message__heading {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-recruit-detail .hero__inner > .message__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-recruit .message__inner > .message__heading {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-web-invoice .invoice-hero__inner > .message__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-company .message__body {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-recruit-detail .hero__inner > .message__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-recruit .message__inner > .message__body {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-company .message__inner > .message__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .page-recruit-detail .hero__inner > .message__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-recruit .message__inner > .message__visual {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-company .message__visual {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-web-invoice .invoice-hero__inner > .message__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-company .greeting__eyebrow {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-recruit .message__inner > .greeting__eyebrow {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .page-company .greeting__heading {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-recruit-detail .hero__inner > .greeting__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-recruit .message__inner > .greeting__heading {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-web-invoice .invoice-hero__inner > .greeting__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-top .company__divider {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .page-top .company__header {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-company .message__inner > .company__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .page-recruit-detail .hero__inner > .company__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-recruit .message__inner > .company__visual {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-top .company__visual {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-web-invoice .invoice-hero__inner > .company__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-top .company__table {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-company .message__eyebrow {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-recruit .message__inner > .message__eyebrow {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .page-company .message__heading {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-recruit-detail .hero__inner > .message__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-recruit .message__inner > .message__heading {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-web-invoice .invoice-hero__inner > .message__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-company .message__body {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-recruit-detail .hero__inner > .message__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-recruit .message__inner > .message__body {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-company .message__inner > .message__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .page-recruit-detail .hero__inner > .message__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-recruit .message__inner > .message__visual {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-company .message__visual {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-web-invoice .invoice-hero__inner > .message__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-company .greeting__eyebrow {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-recruit .message__inner > .greeting__eyebrow {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .page-company .greeting__heading {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-recruit-detail .hero__inner > .greeting__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-recruit .message__inner > .greeting__heading {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-web-invoice .invoice-hero__inner > .greeting__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 768px){
  .page-recruit-detail .hero__heading {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-recruit-detail .hero__inner > .hero__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-recruit .message__inner > .hero__heading {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-web-invoice .invoice-hero__inner > .hero__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-company .message__inner > .hero__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .page-recruit-detail .hero__inner > .hero__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-recruit .message__inner > .hero__visual {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-recruit-detail .hero__visual {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-web-invoice .invoice-hero__inner > .hero__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-recruit-detail .hero__body {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-recruit-detail .hero__inner > .hero__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-recruit .message__inner > .hero__body {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-recruit .message__eyebrow {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-recruit .message__inner > .message__eyebrow {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .page-recruit .message__heading {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-recruit-detail .hero__inner > .message__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-recruit .message__inner > .message__heading {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-web-invoice .invoice-hero__inner > .message__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-company .message__inner > .message__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .page-recruit-detail .hero__inner > .message__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-recruit .message__inner > .message__visual {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-recruit .message__visual {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-web-invoice .invoice-hero__inner > .message__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-recruit .message__body {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-recruit-detail .hero__inner > .message__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-recruit .message__inner > .message__body {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-web-invoice .invoice-hero__heading {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-recruit-detail .hero__inner > .invoice-hero__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-recruit .message__inner > .invoice-hero__heading {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-web-invoice .invoice-hero__inner > .invoice-hero__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-company .message__inner > .invoice-hero__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .page-recruit-detail .hero__inner > .invoice-hero__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-recruit .message__inner > .invoice-hero__visual {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-web-invoice .invoice-hero__visual {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-web-invoice .invoice-hero__inner > .invoice-hero__visual {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .page-web-invoice .invoice-hero__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 767px){
  .page-recruit-detail .hero__visual {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-recruit .message__visual {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .page-web-invoice .invoice-hero__visual {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-recruit .message__marquee-track {
    -webkit-animation: none;
            animation: none;
  }
}

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