@charset "UTF-8";
/*! destyle.css v3.0.2 | 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;
}

/* Document */
/* ============================================ */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
body {
  margin: 0;
}

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

/* Text-level semantics */
/* ============================================ */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
img,
iframe,
video,
embed,
object {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=text],
[type=password],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=week],
textarea {
  min-height: 1.15rem;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type=color] {
  min-height: 1.15rem;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type-=submit]:disabled {
  cursor: default;
  pointer-events: none;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

select {
  border-radius: 0;
}

select:disabled {
  cursor: default;
}

[hidden] {
  display: none;
}

body {
  font-family: "SST W20 Roman", "SST W55 Regular", Arial, "Helvetica Neue", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  color: #656565;
  background-color: #fff;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

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

.c-button--primary, .c-button--primary-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dc3a1a;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 24px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  height: 45px;
  color: #ffffff;
}
.c-button--primary:link, .c-button--primary-outline:link {
  color: #ffffff;
}
.c-button--primary:focus-visible, .c-button--primary-outline:focus-visible {
  opacity: 1;
  background-color: rgb(128.7804878049, 33.9512195122, 15.2195121951);
}
@media (hover: hover) {
  .c-button--primary:hover, .c-button--primary-outline:hover {
    opacity: 1;
    background-color: rgb(128.7804878049, 33.9512195122, 15.2195121951);
  }
}
@media screen and (max-width: 640px) {
  .c-button--primary, .c-button--primary-outline {
    font-size: 1rem;
  }
}

.c-button--text-arrow {
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  background-color: #f2f2f2;
  font-family: "SST W20 Bold", "SST W55 Bold", Arial, "Helvetica Neue", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 12px 23px;
  width: 232px;
  position: relative;
}
.c-button--text-arrow:link {
  color: #656565;
}
.c-button--text-arrow::after {
  content: "";
  width: 20px;
  display: block;
  font-weight: lighter;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 20px;
  height: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url("../img/textBtn_arrow.svg");
          mask-image: url("../img/textBtn_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #656565;
}
.c-button--text-arrow:focus-visible {
  color: #ffffff;
  background-color: #4a4a4a;
}
.c-button--text-arrow:focus-visible::after {
  background-color: #ffffff;
}
@media (hover: hover) {
  .c-button--text-arrow:hover {
    color: #ffffff;
    background-color: #4a4a4a;
  }
  .c-button--text-arrow:hover::after {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 640px) {
  .c-button--text-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 4px;
  }
}

.c-section-title {
  text-align: left;
  margin-bottom: 50px;
}

.c-section-title__en {
  display: block;
  font-size: 2.9375rem;
  font-family: "SST W20 Bold", Arial, "Helvetica Neue", sans-serif;
  line-height: 1.3;
  font-weight: normal;
}
.c-section-title__en.list_title_en {
  font-size: 2.875rem;
}
@media screen and (max-width: 640px) {
  .c-section-title__en.list_title_en {
    font-size: 1.75rem;
  }
}

.c-section-title__ja {
  display: block;
  font-size: 1.125rem;
  font-weight: normal;
}
.c-section-title__ja.list_title_ja {
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .c-section-title__ja.list_title_ja {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 640px) {
  .c-section-title {
    text-align: left;
    margin-bottom: 40px;
  }
  .c-section-title__en {
    font-size: 2.3125rem;
  }
  .c-section-title__ja {
    font-size: 1rem;
  }
}
.c-tag {
  display: inline-block;
  font-size: 0.875rem;
  padding: 4px 12px;
  border: 1px solid #ccc;
  border-radius: 9999px;
  line-height: 1.4;
  color: #4a4a4a;
  background-color: #ffffff;
}
@media screen and (max-width: 640px) {
  .c-tag {
    font-size: 0.75rem;
  }
}
.c-tag--outline {
  background-color: transparent;
  border-color: #ccc;
  color: #555;
}

*,
html {
  scroll-behavior: smooth !important;
}

.l-footer .p-footer {
  position: relative;
}

#tmpl_footer_wrapper {
  position: relative;
}

.m-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.m-pagetop.is-view {
  opacity: 1;
  visibility: visible;
}
.m-pagetop a {
  display: block;
}
.m-pagetop img {
  width: 40px;
  height: 32px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .m-pagetop img:hover {
    opacity: 1;
  }
}

.l-container {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
}

.p-header__main .p-header__inner {
  max-width: 1190px;
  width: 100%;
}

.p-content {
  padding: 70px 0;
}

@media screen and (max-width: 640px) {
  .p-content {
    padding: 70px 24px;
  }
}
.ly_header {
  border-bottom: 1px solid #c8c8c8;
}

.ly_header-main {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.ly_breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  padding: 0.5rem 0;
}
.ly_breadcrumb a {
  color: #5d5d5d;
}
@media (hover: hover) {
  .ly_breadcrumb a:hover {
    text-decoration: underline;
  }
}
.ly_breadcrumb .ly_breadcrumb-item {
  padding-right: 0.5em;
}
.ly_breadcrumb .ly_breadcrumb-item:not(:last-child)::after {
  content: ">";
  padding-left: 0.2em;
}
.ly_breadcrumb .ly_breadcrumb-item:last-child {
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  .ly_breadcrumb {
    padding: 0.5rem 1.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-footer {
  background-color: #efefef;
}
@media screen and (max-width: 640px) {
  .l-footer {
    min-width: 0;
  }
}
.l-footer__inner {
  width: 1190px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .l-footer__inner {
    width: auto;
    margin: auto;
  }
}
.l-footer__breadcrumb {
  padding: 1rem 0 1rem 0;
  font-size: 0.75rem;
}
@media screen and (max-width: 640px) {
  .l-footer__breadcrumb {
    padding: 1rem;
  }
}
.l-footer__breadcrumb:after {
  content: "";
  display: block;
  clear: both;
}
.l-footer__breadcrumb-item {
  float: left;
  padding-right: 0.5em;
}
.l-footer__breadcrumb-item a {
  color: #5d5d5d;
}
.l-footer__breadcrumb-item a:focus {
  color: #4d4d4d;
}
@media (hover: hover) {
  .l-footer__breadcrumb-item a:hover {
    color: #4d4d4d;
  }
}
.l-footer__breadcrumb-item:not(:last-child)::after {
  content: ">";
  padding-left: 0.2em;
}
.l-footer__navi {
  letter-spacing: normal;
  color: #656565;
  font-size: 0.85rem;
  line-height: 1.2;
  width: 100%;
  overflow: hidden;
  _zoom: 1;
}
@media screen and (max-width: 640px) {
  .l-footer__navi {
    padding: 0 1rem;
  }
}
.l-footer__navi ul {
  margin: 0;
}
.l-footer__navi a {
  margin: 0;
  color: #656565;
  text-decoration: none;
}
@media (hover: hover) {
  .l-footer__navi a:hover {
    color: #000;
  }
}
.l-footer__navi h2 {
  font-size: 1.5em;
}
.l-footer__navi h3 {
  font-size: 95%;
  font-weight: bold;
  padding: 12px 0;
}
.l-footer__navi li {
  list-style: none;
  font-size: 88%;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .l-footer__navi li {
    font-size: 100%;
  }
}
.l-footer__navi li.tmpl_column {
  width: 32%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .l-footer__navi li.tmpl_column {
    display: block;
    float: none;
    width: auto;
  }
}
.l-footer__navi li.tmpl_column li {
  padding: 0;
  margin: 0.67em 0;
}
@media screen and (max-width: 640px) {
  .l-footer__navi li.tmpl_column li {
    margin: 5px 0;
    line-height: 1.7;
  }
}

#tmpl_main {
  width: auto;
  overflow: hidden;
}

.l-main {
  padding-top: 0;
}

@media screen and (max-width: 640px) {
  #tmpl_content {
    min-width: auto;
  }
  .l-main {
    padding-top: 0;
  }
}
.p-message {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-message__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-message__hero {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 640px) {
  .p-message {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-message__hero img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-message__content {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-message__content .c-button--text-arrow {
    width: 100%;
  }
}

.p-message__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.p-message__description {
  font-size: 1rem;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 640px) {
  .p-message__description {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 640px) {
  .p-message {
    padding: 0 0 70px;
  }
  .p-message__content {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0 1.4rem;
  }
  .p-message__title {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
  .p-message__description {
    border: none;
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.p-offering {
  background-color: #f8f8f8;
}

.p-offering__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.p-offering__item:not(:last-child) {
  background-color: #f8f8f8;
}

.p-offering__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.p-offering__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}
.p-offering__item .p-offering__body {
  width: 50%;
}
.p-offering__item:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .p-offering__item:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-offering__item:first-child .p-offering__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-offering__item:first-child .p-offering__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.p-offering__item:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .p-offering__item:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-offering__item:last-child .p-offering__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-offering__item:last-child .p-offering__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.p-offering__item > * {
  width: 47.5%;
}
.p-offering__item--reverse .p-offering__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-offering__item--reverse .p-offering__body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-offering__image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-offering__title {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-offering__text {
  font-size: 1rem;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 640px) {
  .p-offering__text {
    font-size: 0.875rem;
  }
}

.p-offering__video {
  margin-top: 100px;
  text-align: center;
}

.p-offering__video-wrapper {
  position: relative;
  width: 50%;
  margin: 0 auto;
  padding-top: 28.125%;
}
.p-offering__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-offering__video-caption {
  width: 50%;
  margin: 10px auto 0;
  text-align: left;
  font-size: 0.6875rem;
}

@media screen and (max-width: 640px) {
  .p-offering__list {
    gap: 40px;
  }
  .p-offering__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  .p-offering__item > * {
    width: 100%;
  }
  .p-offering__item--reverse .p-offering__image,
  .p-offering__item--reverse .p-offering__body {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 100%;
  }
  .p-offering__video-wrapper {
    width: 100%;
    padding-top: 56.25%;
  }
  .p-offering__video-caption {
    width: 100%;
  }
  .p-offering__title {
    font-size: 1.125rem;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .p-offering__title {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 640px) {
  .p-offering__video {
    margin-top: 50px;
  }
}
.p-workstyle {
  background-color: #f8f8f8;
}

.p-workstyle__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}

.c-workstyle-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.c-workstyle-card__main-link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (hover: hover) {
  .c-workstyle-card__main-link:hover .c-button--text-arrow {
    color: #ffffff;
    background-color: #4a4a4a;
  }
  .c-workstyle-card__main-link:hover .c-button--text-arrow::after {
    background-color: #ffffff;
  }
  .c-workstyle-card__main-link:hover .c-workstyle-card__figure img {
    opacity: 0.7;
  }
}
.c-workstyle-card__main-link:focus-visible {
  outline: 2px solid #000000;
  outline-offset: -2px;
  border-radius: 6px;
}

.c-workstyle-card__figure {
  margin: 0;
}
.c-workstyle-card__figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-workstyle-card__body {
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-workstyle-card__title {
  color: #656565;
  font-size: 1.75rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .c-workstyle-card__title {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 6px;
  }
}

.c-workstyle-card__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .c-workstyle-card__text {
    font-size: 0.875rem;
    letter-spacing: 1.6px;
  }
}

.c-workstyle-card__footer {
  margin: 25px 0 0 0;
}

@media screen and (max-width: 640px) {
  .p-workstyle__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .c-workstyle-card__body {
    padding: 23px 20px;
  }
}
.p-introduction__banner-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.p-introduction__banner-item {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.p-introduction__banner-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .p-introduction__banner-item:hover::before {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.p-introduction__banner-item.c-banner--office {
  background-image: url("../img/recruit_top_other01.png");
}
.p-introduction__banner-item.c-banner--faq {
  background-image: url("../img/recruit_top_other02.png");
}

.c-banner-link {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
.c-banner-link:focus-visible {
  outline: 2px solid #000000;
  outline-offset: -2px;
  border-radius: 6px;
}

.c-banner-link__body {
  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: 480px;
  margin: 0 auto;
}

.c-banner-link__text {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .c-banner-link__text {
    font-size: 1rem;
  }
}

.c-banner-link__body::after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("../img/icon_pageTop.svg");
  rotate: 180deg;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.p-introduction__banner-item .c-banner-link__body::after {
  background-color: #fff;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.p-introduction__banner-item a:hover .c-banner-link__body:hover::after {
  background-color: #cccccc;
}

@media screen and (max-width: 640px) {
  .p-introduction__banner-list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 0;
    max-width: 100%;
  }
  .c-banner-link__body {
    padding: 0 2.4rem;
  }
}
.p-recruit-info {
  position: relative;
  padding: 100px 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.p-recruit-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/recruit_info_bg.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.p-recruit-info__title {
  font-size: 2.875rem;
  margin: 0 0 45px;
  text-shadow: 0px 0px 5px #4a4a4a, 0px 0px 11px #4a4a4a;
}
@media screen and (max-width: 640px) {
  .p-recruit-info__title {
    font-size: 2.3125rem;
  }
}

.p-recruit-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.c-recruit-button {
  color: #656565;
  position: relative;
}
.c-recruit-button.c-button--text-arrow::after {
  position: absolute;
  right: 10px;
}
@media (hover: hover) {
  .c-recruit-button:hover {
    background-color: #4a4a4a;
    color: #ffffff;
  }
}
@media screen and (max-width: 640px) {
  .c-recruit-button {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 640px) {
  .p-recruit-info {
    padding: 35px 0 60px 0;
  }
  .p-recruit-info::before {
    background-image: url("../img/recruit_info_bg_sp.png");
  }
  .p-recruit-info__title {
    line-height: 1.2;
  }
  .p-recruit-info__list {
    -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;
    gap: 16px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .p-recruit-info__list .p-recruit-info__item {
    width: 100%;
  }
  .p-recruit-info__list .p-recruit-info__item .c-recruit-button {
    width: 100%;
  }
  .c-banner-link__body::after {
    width: 40px;
    height: 40px;
  }
}
.p-spotlight__slide_wrapper {
  -webkit-transition: padding-left 0.4s ease-in-out;
  transition: padding-left 0.4s ease-in-out;
  max-width: 1190px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
}

.p-spotlight {
  padding: 70px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-spotlight .c-section-title {
    padding-left: 24px;
  }
}

.p-spotlight__slider {
  overflow: visible;
  width: 100%;
}

.swiper-slide {
  width: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
}

.c-spotlight-card {
  display: block;
  text-decoration: none;
  color: #656565;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-spotlight-card:hover {
    opacity: 0.7;
  }
}

.c-spotlight-card__layout-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: 100%;
}

.c-spotlight-card__figure {
  margin: 0;
  overflow: hidden;
}
.c-spotlight-card__figure img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-spotlight-card__body {
  padding: 16px 8px;
}
@media screen and (max-width: 640px) {
  .c-spotlight-card__body {
    padding: 16px 0;
  }
}

.c-spotlight-card__title {
  font-size: 1.25rem;
  font-family: "SST W20 Bold", "SST W55 Bold", Arial, "Helvetica Neue", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 0 12px;
}
@media screen and (max-width: 640px) {
  .c-spotlight-card__title {
    font-size: 1rem;
  }
}

.c-spotlight-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.p-spotlight__controls {
  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;
  margin-top: 30px;
  gap: 24px;
}

.p-spotlight__center-group {
  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: 1100px;
  margin: 0 auto;
  width: 100%;
}

.p-spotlight__footer {
  width: 232px;
  position: absolute;
  bottom: 40px;
  z-index: 1000;
  left: var(--spotlight-offset-left);
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 40%;
  margin: 0;
  width: 52px;
  height: 52px;
  background-color: #f8f8f8;
  border-radius: 50%;
  color: #656565;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media (hover: hover) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    color: #ffffff;
    background-color: #4a4a4a;
  }
  .swiper-button-prev:hover::after,
  .swiper-button-next:hover::after {
    color: #ffffff;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.5rem;
  color: #656565;
}
.swiper-button-prev .swiper-button-prev::after,
.swiper-button-next .swiper-button-prev::after {
  content: "‹";
}
.swiper-button-prev .swiper-button-next::after,
.swiper-button-next .swiper-button-next::after {
  content: "›";
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  background-color: white;
  cursor: default;
  opacity: 0.5;
  pointer-events: auto;
  z-index: 9999;
}
.swiper-button-prev.swiper-button-disabled::after,
.swiper-button-next.swiper-button-disabled::after {
  color: #656565;
}

.swiper-button-prev {
  left: calc(var(--spotlight-offset-left, 19%) - 40px);
}

.swiper-button-next {
  right: var(--spotlight-offset-right, 19%);
}

.swiper-pagination {
  position: absolute;
  right: var(--spotlight-offset-right, 20px);
  left: auto !important;
  bottom: 40px !important;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #f2f2f2;
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #8c8c8c;
}

@media screen and (max-width: 640px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 35%;
  }
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-next {
    right: 0;
  }
  .swiper-slide {
    width: 267px;
  }
  .p-spotlight__controls {
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-spotlight__footer {
    text-align: center;
    margin-top: 30px;
  }
  .p-spotlight__footer {
    max-width: 326px;
    width: 100%;
    margin: 25px auto 0;
    position: initial;
    text-align: center;
  }
  .swiper-pagination {
    position: initial;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    text-align: center;
  }
}
.p-page-header {
  padding: 38px 0;
  background-color: #f2f2f2;
  text-align: center;
  margin-bottom: 90px;
}
.p-page-header .c-section-title {
  max-width: 1100px;
  margin: 0 auto;
}

.p-page-header__description {
  font-size: 1rem;
  text-align: center;
}

.p-filter-form .l-container {
  background-color: #f2f2f2;
  padding: 35px 50px;
}

.p-filter-form__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.p-filter-form__groups {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.p-filter-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.p-filter-form__group:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.p-filter-form__group_in {
  display: contents;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 0;
}

.p-filter-form__legend {
  width: 120px;
  font-size: 1.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}

.p-filter-form__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-filter-form__tags li {
  margin-right: 10px;
  margin-bottom: 7px;
}

.p-filter-form__tags input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.p-filter-form__tags label {
  display: inline-block;
  padding: 4px 16px;
  border: 1px solid #ccc;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #4a4a4a;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  font-size: 0.875rem;
}
@media (hover: hover) {
  .p-filter-form__tags label:hover {
    color: white;
    background-color: #4a4a4a;
  }
}
.p-filter-form__tags input[type=checkbox]:checked + label {
  background-color: #4a4a4a;
  color: #fff;
}
.p-filter-form__tags input[type=checkbox]:focus-visible + label {
  outline: 2px solid #dc3a1a;
  outline-offset: 2px;
}

.p-filter-form__notes {
  font-size: 0.75rem;
}
@media (hover: hover) {
  .p-filter-form__notes a:hover {
    text-decoration: underline;
  }
}

.p-filter-form__footer {
  text-align: center;
  margin-top: 40px;
}

.c-button--primary-outline {
  background-color: #fff;
  color: #656565;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #757575;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-button--primary-outline:focus-visible {
  color: #ffffff;
  background-color: #4a4a4a;
}
@media (hover: hover) {
  .c-button--primary-outline:hover {
    color: #ffffff;
    background-color: #4a4a4a;
  }
}

@media screen and (max-width: 640px) {
  .p-filter-form__title {
    font-size: 1.125rem;
  }
  .p-filter-form .l-container {
    padding: 23px 20px;
  }
  .p-filter-form__group {
    display: block;
  }
  .p-page-header {
    padding: 28px 0;
    margin-bottom: 50px;
  }
  .p-page-header .c-section-title {
    max-width: auto;
    padding: 0 1.6rem;
  }
  .p-page-header__description {
    padding: 0 1.6rem;
    text-align: left;
  }
  .p-filter-form {
    padding: 40px 24px;
  }
  .p-filter-form__group {
    border-bottom: none;
    padding: 0;
  }
  .p-filter-form__legend {
    width: auto;
  }
}
.p-article-list {
  padding: 80px 0;
}

.p-article-list__header {
  margin-bottom: 60px;
}

.p-article-list__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.p-article-list__count {
  font-size: 1.125rem;
  font-weight: bold;
}

.p-article-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

@media screen and (max-width: 640px) {
  .p-article-list {
    padding: 50px 24px;
  }
  .p-article-list__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.u-pc-hidden {
  display: block;
}
@media screen and (min-width: 640px) {
  .u-pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .u-sp-hidden {
    display: none;
  }
}

.u-scroll-animation {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.u-scroll-animation.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}