<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements &amp; buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* base css
----------------------------------------------------------------- */
:root {
  --windowHeight: 0;
  --gothic: "Noto Sans JP", sans-serif;
  --enPrimary: "Bebas Neue", sans-serif;
  --enSecondary: "Lexend", sans-serif;
  --primaryBlue: #1976bd;
  --bgGray: #F2F2F2;
}

body {
  color: #000;
  font-family: var(--gothic);
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* animation
-----------------------------------------------
------------------ */
.left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 1s ease, -webkit-transform 0.6s ease-in-out;
  transition: opacity 1s ease, -webkit-transform 0.6s ease-in-out;
  transition: opacity 1s ease, transform 0.6s ease-in-out;
  transition: opacity 1s ease, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.right {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 1s ease, -webkit-transform 0.6s ease-in-out;
  transition: opacity 1s ease, -webkit-transform 0.6s ease-in-out;
  transition: opacity 1s ease, transform 0.6s ease-in-out;
  transition: opacity 1s ease, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.bottom {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s ease, -webkit-transform 0.6s ease-in-out;
  transition: opacity 1s ease, -webkit-transform 0.6s ease-in-out;
  transition: opacity 1s ease, transform 0.6s ease-in-out;
  transition: opacity 1s ease, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.is-fadeIn .left {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.is-fadeIn .right {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.is-fadeIn .bottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.delay02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

/* l-contents
----------------------------------------------------------------- */
.l-contents, .l-contents--pBottomLarge {
  padding: 108px 0 32px;
}
@media (min-width: 1200px) {
  .l-contents, .l-contents--pBottomLarge {
    padding: 142px 0 11px;
  }
}
.l-contents--pBottomLarge {
  padding: 108px 0 80px;
}
@media (min-width: 1200px) {
  .l-contents--pBottomLarge {
    padding: 142px 0 160px;
  }
}

/* l-container
----------------------------------------------------------------- */
.l-container, .l-container--widthSmall, .l-container--spPNone {
  padding: 0 32px;
}
@media (min-width: 1200px) {
  .l-container, .l-container--widthSmall, .l-container--spPNone {
    max-width: 1264px;
    width: 100%;
    margin: 0 auto;
  }
}
.l-container--spPNone {
  padding: 0;
}
@media (min-width: 1200px) {
  .l-container--spPNone {
    padding: 0 32px;
  }
}
@media (min-width: 1200px) {
  .l-container--widthSmall {
    max-width: 1000px;
  }
}

/* c-headingFirst
-----------------------------------------------
------------------ */
.c-headingFirst, .c-headingFirst--lineBreak {
  font-size: 40px;
}
.c-headingFirst--lineBreak .c-headingFirst__text {
  line-height: 1.4;
}
.c-headingFirst__title {
  font-family: var(--enPrimary);
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .c-headingFirst__title {
    color: var(--primaryBlue);
  }
}
.c-headingFirst__text {
  font-family: var(--gothic);
  font-size: 0.5em;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 16px;
}

/* c-headingSecond
-----------------------------------------------
------------------ */
.c-headingSecond {
  font-size: 40px;
}
.c-headingSecond__title {
  font-family: var(--enPrimary);
  line-height: 1.2;
  color: var(--primaryBlue);
}
.c-headingSecond__text {
  font-family: var(--gothic);
  font-size: 0.5em;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 16px;
}

/* c-headingThird
-----------------------------------------------
------------------ */
.c-headingThird {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .c-headingThird {
    font-size: 26px;
  }
}

/* c-headingFour
-----------------------------------------------
------------------ */
.c-headingFour, .c-headingFour--pcMineFontLarge, .c-headingFour--pcFontLarge {
  font-size: 18px;
  line-height: 1.2;
  color: var(--primaryBlue);
}
.c-headingFour--pcFontLarge .c-headingFour__text {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .c-headingFour--pcFontLarge .c-headingFour__text {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 17px;
  }
}
@media (min-width: 1200px) {
  .c-headingFour--pcMineFontLarge {
    font-size: 40px;
  }
}
.c-headingFour--pcMineFontLarge .c-headingFour__text {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .c-headingFour--pcMineFontLarge .c-headingFour__text {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 17px;
  }
}
.c-headingFour__title {
  font-family: var(--enPrimary);
}
.c-headingFour__text {
  font-family: var(--gothic);
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  margin-top: 8px;
}

/* c-btnSquare
-----------------------------------------------
------------------ */
.c-btnSquare, .c-btnSquare--bdBlue, .c-btnSquare--whiteBorderBlue, .c-btnSquare--bgWhite, .c-btnSquare--bgGreen, .c-btnSquare--bgBlue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  width: 100%;
  background: #FEF200;
  border: 1px solid transparent;
  border-radius: 32px;
  padding: 0 29.1px 0 32px;
  padding-block: 23.5px;
}
@media (min-width: 1200px) {
  .c-btnSquare:hover .c-btnSquare__iconBox, .c-btnSquare--bdBlue:hover .c-btnSquare__iconBox, .c-btnSquare--whiteBorderBlue:hover .c-btnSquare__iconBox, .c-btnSquare--bgWhite:hover .c-btnSquare__iconBox, .c-btnSquare--bgGreen:hover .c-btnSquare__iconBox, .c-btnSquare--bgBlue:hover .c-btnSquare__iconBox {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.c-btnSquare--bgBlue {
  background: -webkit-gradient(linear, left top, right top, from(#3084C4), to(#5E9FD1));
  background: linear-gradient(90deg, #3084C4 0%, #5E9FD1 100%);
  padding: 0 27.5px 0 32px;
  padding-block: 22.5px;
}
.c-btnSquare--bgBlue .c-btnSquare__text {
  color: #fff;
  font-weight: 700;
}
.c-btnSquare--bgBlue .c-btnSquare__iconBox {
  max-width: 17px;
}
.c-btnSquare--bgGreen {
  background: -webkit-gradient(linear, left top, right top, from(#00A28C), to(#19BDA7));
  background: linear-gradient(90deg, #00A28C 0%, #19BDA7 100%);
  padding: 0 27.5px 0 32px;
  padding-block: 22.5px;
}
.c-btnSquare--bgGreen .c-btnSquare__text {
  color: #fff;
  font-weight: 700;
}
.c-btnSquare--bgGreen .c-btnSquare__iconBox {
  max-width: 17px;
}
.c-btnSquare--bgWhite {
  background: #fff;
  border: 1px solid #4D4D4D;
  padding-block: 22px;
  padding-inline: 32px 27px;
}
.c-btnSquare--bgWhite .c-btnSquare__iconBox {
  max-width: 17px;
}
.c-btnSquare--bgWhite .c-btnSquare__iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-btnSquare--bgWhite .c-btnSquare__icon path {
  fill: #1C1B1F;
}
.c-btnSquare--whiteBorderBlue {
  background: #fff;
  border: 1px solid var(--primaryBlue);
  padding-block: 22px;
  padding-inline: 32px 27px;
}
.c-btnSquare--bdBlue {
  border: 1px solid var(--primaryBlue);
}
.c-btnSquare__text {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}
.c-btnSquare__iconBox {
  max-width: 13.75px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
/* c-slidePeople
-----------------------------------------------
------------------ */
@media (min-width: 1200px) {
  .c-slidePeople {
    padding-bottom: 10px;
  }
}
.c-slidePeople__container {
  width: 100%;
}
.c-slidePeople__track {
  overflow: visible !important;
}
.c-slidePeople__imgBox {
  width: 100%;
}
@media (min-width: 1200px) {
  .c-slidePeople__link:hover .c-iconCircleArrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.c-slidePeople__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 16px;
  padding-inline: 32px;
  border: 1px solid rgba(23, 23, 23, 0.1);
}
.c-slidePeople__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-slidePeople__cat {
  font-size: 15px;
  line-height: 2;
}
.c-slidePeople__startDate {
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
}
.c-slidePeople__parts {
  max-width: 270px;
  width: 100%;
  position: relative;
  margin: 32px auto 0;
}
@media (min-width: 1200px) {
  .c-slidePeople__parts {
    margin: 43px auto 0;
  }
}
.c-slidePeople .splide:not(.is-overflow) .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-slidePeople__pagination {
  position: static;
}
.c-slidePeople__page {
  width: 16px;
  height: 16px;
  background: #E5E5E5;
  margin: 4px;
}
.c-slidePeople__page.is-active {
  background: #000;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-slidePeople__arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid rgba(23, 23, 23, 0.1);
}
.c-slidePeople__arrow &gt; svg {
  height: auto;
  width: 12px;
  aspect-ratio: 7.4/12;
}

/* c-iconCircleArrow
-----------------------------------------------
------------------ */
.c-iconCircleArrow, .c-iconCircleArrow--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(23, 23, 23, 0.1);
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .c-iconCircleArrow--large {
    width: 82.92px;
    height: 82.92px;
  }
}
@media (min-width: 1200px) {
  .c-iconCircleArrow--large .c-iconCircleArrow__icon {
    max-width: 28.5px;
  }
}
.c-iconCircleArrow__icon {
  max-width: 13.75px;
  width: 100%;
}
/* c-sectionRecruit
-----------------------------------------------
------------------ */
.c-sectionRecruit, .c-sectionRecruit--pTopPcLarge {
  background: #fff;
  padding-block: 64px 64px;
}
@media (min-width: 1200px) {
  .c-sectionRecruit, .c-sectionRecruit--pTopPcLarge {
    padding-block: 70px 64px;
  }
}
@media (min-width: 1200px) {
  .c-sectionRecruit--pTopPcLarge {
    padding-block: 96px 64px;
  }
}
@media (min-width: 1200px) {
  .c-sectionRecruit__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
}
@media (min-width: 1200px) {
  .c-sectionRecruit__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-sectionRecruit__btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 46px;
}
@media (min-width: 1200px) {
  .c-sectionRecruit__btnBox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 329px 329px;
    grid-template-columns: 329px 329px;
    margin-top: 0;
  }
}
.c-sectionRecruit__btnItem {
  max-width: 329px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .c-sectionRecruit__btnItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}

/* c-recruitCareer
-----------------------------------------------
------------------ */
.c-recruitCareer {
  background: #FAFAFA;
  padding-block: 29px 32px;
}
@media (min-width: 1200px) {
  .c-recruitCareer {
    padding-block: 64px;
  }
}
.c-recruitCareer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .c-recruitCareer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
}
.c-recruitCareer__contents {
  padding-block: 24px 32px;
  padding-inline: 32px;
}
@media (min-width: 1200px) {
  .c-recruitCareer__contents {
    padding-block: 0;
    padding-inline: 0;
  }
}
.c-recruitCareer__spNoneBox {
  display: contents;
}
@media (min-width: 1200px) {
  .c-recruitCareer__spNoneBox {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
  }
}
.c-recruitCareer__text {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .c-recruitCareer__text {
    margin-top: 19px;
  }
}
.c-recruitCareer__imgBox {
  width: 100%;
}
@media (min-width: 1200px) {
  .c-recruitCareer__imgBox {
    width: 50%;
  }
}
.c-recruitCareer__btnBox {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  max-width: 329px;
  width: 100%;
  margin: 24px auto 0;
}
@media (min-width: 1200px) {
  .c-recruitCareer__btnBox {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-top: 48px;
    margin-left: 0;
  }
}

/* c-recruitPeople
-----------------------------------------------
------------------ */
.c-recruitPeople, .c-recruitPeople--pBottomLarge {
  overflow: hidden;
  background: #fff;
  padding-block: 64px 0px;
}
.c-recruitPeople--pBottomLarge .c-recruitPeople__inner {
  padding-bottom: 73px;
}
.c-recruitPeople__inner {
  padding-bottom: 32px;
}
@media (min-width: 1200px) {
  .c-recruitPeople__inner {
    padding-bottom: 67px;
  }
}
@media (min-width: 1200px) {
  .c-recruitPeople__contents--2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .c-recruitPeople__contents--2column .c-recruitPeople__text {
    width: 50%;
    padding-inline: 32px;
    margin-top: 0;
  }
}
.c-recruitPeople__text {
  margin-top: 48px;
}
@media (min-width: 1200px) {
  .c-recruitPeople__text {
    margin-top: 40px;
  }
}
.c-recruitPeople__slideBox {
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .c-recruitPeople__slideBox {
    max-width: 1035px;
    width: 100%;
    margin: 32px auto 0 0;
    overflow: hidden;
  }
}
.c-recruitPeople__btnBox {
  max-width: 329px;
  width: 100%;
  margin: 40px auto 0;
}

/* c-linkBox
-----------------------------------------------
------------------ */
.c-linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 1200px) {
  .c-linkBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-linkBox__item, .c-linkBox__item--pcCenter, .c-linkBox__item--heightSmall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--bgGray);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1200px) {
  .c-linkBox__item, .c-linkBox__item--pcCenter, .c-linkBox__item--heightSmall {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-linkBox__item:hover, .c-linkBox__item--pcCenter:hover, .c-linkBox__item--heightSmall:hover {
    opacity: 0.6;
  }
}
.c-linkBox__item--heightSmall {
  padding-block: 38px;
  line-height: 1.4;
}
.c-linkBox__item--heightSmall .c-linkBox__bodyText {
  margin-top: 18px;
}
.c-linkBox__bodyText {
  font-family: var(--enSecondary);
  font-size: 0.86666667em;
  line-height: 1.25;
  font-weight: 200;
  margin-top: 20px;
}
/* c-linkMessage
-----------------------------------------------
------------------ */
.c-linkMessage {
  max-width: 329px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--primaryBlue);
}
@media (min-width: 1200px) {
  .c-linkMessage {
    max-width: 100%;
  }
}
.c-linkMessage:hover {
  opacity: 0.6;
}
.c-linkMessage__imgBox {
  width: 50%;
}
.c-linkMessage__body {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 16.5px;
}
@media (min-width: 1200px) {
  .c-linkMessage__body {
    padding-inline: 34.2px;
  }
}
.c-linkMessage__title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .c-linkMessage__title {
    font-size: 20px;
  }
}
.c-linkMessage__subText {
  font-family: var(--enSecondary);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 200;
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .c-linkMessage__subText {
    font-size: 16px;
    margin-top: 41.5px;
  }
}
.c-linkMessage__iconBox {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .c-linkMessage__iconBox {
    right: 24.88px;
  }
}

/* u-display-none
----------------------------------------------------------------- */
.u-displayNone--PO {
  display: block;
}
@media (min-width: 1200px) {
  .u-displayNone--PO {
    display: none;
  }
}
.u-displayNone--PU {
  display: none;
}
@media (min-width: 1200px) {
  .u-displayNone--PU {
    display: block;
  }
}
.u-displayNone--flexPO {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .u-displayNone--flexPO {
    display: none;
  }
}
.u-displayNone--flexPU {
  display: none;
}
@media (min-width: 1200px) {
  .u-displayNone--flexPU {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* u-mb
-----------------------------------------------
------------------ */
.u-mb--100 {
  margin-bottom: 100px;
}</pre></body></html>