@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

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

/* pcの電話番号発信対応 */

a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

body.is-fixed {
  height: 100vh;
  overflow: hidden;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-banner {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.l-category-topics-links-wrap {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.l-category-topics-links-wrap-low {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.l-drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1000;
}

.l-drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-footer {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.l-header {
  bottom: auto;
  height: 60px;
  height: 3.75rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
}

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

.l-post-list {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-recruit-about {
  margin-top: 33px;
  margin-top: 2.0625rem;
}

.l-recruit-customer {
  margin-top: 72px;
  margin-top: 4.5rem;
}

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

.l-recruit-life {
  margin-top: 46px;
  margin-top: 2.875rem;
}

.l-recruit-message {
  margin-top: 60px;
  margin-top: 3.75rem;
}

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

.l-recruit-topics {
  margin-top: 48px;
  margin-top: 3rem;
}

.l-recruit-training {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.l-recruit-work {
  margin-top: 38px;
  margin-top: 2.375rem;
}

.l-single-links-wrap {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.l-sub-title {
  margin-top: 83px;
  margin-top: 5.1875rem;
}

.l-top-about {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-top-achievement {
  margin-top: 76px;
  margin-top: 4.75rem;
}

.l-top-certifications {
  margin-top: 77px;
  margin-top: 4.8125rem;
}

.l-top-company {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-top-history {
  margin-top: 68px;
  margin-top: 4.25rem;
}

.l-top-requirements {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-top-service {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-top-system {
  margin-top: 72px;
  margin-top: 4.5rem;
}

.l-top-system-water {
  margin-top: 64px;
  margin-top: 4rem;
}

.l-topics {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.l-topics-lower {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.c-button {
  background-color: #009FE8;
  border-radius: 3.125rem;
  -webkit-box-shadow: 0.3125rem 0.3125rem 0 #DFF4FF;
          box-shadow: 0.3125rem 0.3125rem 0 #DFF4FF;
  color: #fff;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 10px;
  padding: 1.0625rem 0.625rem;
  position: relative;
  text-align: center;
  width: 325px;
  width: 20.3125rem;
}

.c-button::before {
  background-image: url(../images/common/arrow-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 24px;
  height: 1.5rem;
  position: absolute;
  right: 14px;
  right: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  width: 1.5rem;
}

.c-button::after {
  background-color: rgba(255, 255, 255, 0);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
}

.c-button:hover::after {
  background-color: rgba(255, 255, 255, 0.5);
}

.c-button--orange {
  background-color: #F08300;
}

.c-button--orange::before {
  background-image: url(../images/common/arrow-orange.svg);
}

.c-button--green {
  background-color: #259E39;
}

.c-button--green::before {
  background-image: url(../images/common/arrow-green2.svg);
}

.c-page-top {
  color: #259E39;
  cursor: pointer;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  margin-top: 65px;
  margin-top: 4.0625rem;
  padding-right: 47px;
  padding-right: 2.9375rem;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-page-top::before {
  background-image: url(../images/common/top-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 18px;
  height: 1.125rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  width: 1.125rem;
}

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

.c-text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 2;
}

.c-text--bold {
  font-weight: 700;
}

.c-text.u-text-green {
  color: #259E39;
}

.c-title {
  text-align: center;
}

.c-title-ja {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  line-height: 1.375;
}

.c-title-en {
  color: #259E39;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 600;
  line-height: 1;
  margin-top: 9px;
  margin-top: 0.5625rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}

.c-topics-title-wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.c-topics-title-wrap-bg {
  border-bottom: 1px solid #259E39;
  border-left: 1px solid #259E39;
  border-radius: 0 0 0 0.3125rem;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 5px;
  height: 0.3125rem;
  margin-left: -2px;
  margin-left: -0.125rem;
  width: 100%;
}

.c-topics-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 600;
  height: auto;
  height: 100%;
  padding: 7px 16px 0 7px;
  padding: 0.4375rem 1rem 0 0.4375rem;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-topics-title::after {
  border-radius: 0 0.3125rem 0 0;
  border-right: 1px solid #259E39;
  border-top: 1px solid #259E39;
  content: "";
  height: calc(100% - 0.3125rem);
  position: absolute;
  right: 1px;
  right: 0.0625rem;
  top: 0;
  width: 100%;
}

.c-wave {
  height: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 100%;
}

.c-wave img {
  -o-object-fit: cover;
  aspect-ratio: 375/104;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-404 {
  margin: 100px 0;
  margin: 6.25rem 0;
  text-align: center;
}

.p-404__button {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-banner__contents {
  background-color: #259E39;
  -webkit-box-shadow: 0.3125rem 0.3125rem 0 #DFF4FF;
          box-shadow: 0.3125rem 0.3125rem 0 #DFF4FF;
  position: relative;
}

.p-banner__contents::after {
  aspect-ratio: 62/59;
  background-image: url(../images/common/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: auto;
  position: absolute;
  right: 5px;
  right: 0.3125rem;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 62px;
  width: 3.875rem;
}

.p-banner__title {
  color: #fff;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  line-height: 2;
  padding: 5px 26px 2px;
  padding: 0.3125rem 1.625rem 0.125rem;
  -webkit-transform: translateX(-1%);
          transform: translateX(-1%);
}

.p-banner__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F08300;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 700;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 4px 26px;
  padding: 0.25rem 1.625rem;
  text-align: center;
  width: 100%;
}

.p-banner__link::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow-orange.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  width: 12px;
  width: 0.75rem;
}

.p-category-topics-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
  gap: 0.8125rem;
}

.p-category-topics__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  gap: 0.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.p-category-topics__link::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow-green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 100%;
  width: 12px;
  width: 0.75rem;
}

.p-category-topics__link a {
  border-bottom: 1px solid currentColor;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  font-weight: 400;
  line-height: 1.8181818182;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0, 3s, border-bottom 0.3s;
  transition: color 0, 3s, border-bottom 0.3s;
  white-space: nowrap;
}
.p-category-topics__link a:hover {
  color: #259E39;
}

.p-category-topics__link a.is-current {
  color: #259E39;
  cursor: default;
  pointer-events: none;
}

.p-category-topics__button {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-category-topics__button a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  gap: 2px;
  gap: 0.125rem;
  line-height: 1;
  position: relative;
}

.p-category-topics__button a + a {
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.p-category-topics__button a::after {
  border-right: solid 1px #259E39;
  border-top: solid 1px #259E39;
  content: "";
  height: 8px;
  height: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  width: 0.5rem;
}

.p-category-topics__list.p-topics__list {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-category-topics__list.p-topics__list .p-topics__item:nth-child(n+3) {
  display: block;
}

.p-contact__contents {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-contact__form {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-contact__text-wrap {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-contact__text + .p-contact__text {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-contact__input {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-contact__input:before {
  background-image: url(../images/common/arrow-green2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 24px;
  height: 1.5rem;
  pointer-events: none;
  position: absolute;
  right: 14px;
  right: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  width: 1.5rem;
  z-index: 1;
}

/* --- contact--- */
.contact_data-list {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}

input:not([type=submit]), textarea {
  background-color: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 0;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 19.2px;
  line-height: 1.2rem;
}

.contact_data-list tr:first-child {
  border-top: 1px solid #148331;
}

.contact_data-list tr {
  border-bottom: 1px solid #148331;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact_data-list th,
.contact_data-list td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
}

.contact_data-list th {
  color: #646464;
  font-weight: 500;
  padding: 15px 10px 0;
  padding: 0.9375rem 0.625rem 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

.contact_data-list td {
  padding: 20px 0;
  padding: 1.25rem 0;
}

.contact_data-list td input {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  width: 100%;
}

.contact_data-list th.contents_form_ttl {
  padding-top: 10px;
  padding-top: 0.625rem;
  vertical-align: top;
}

.contact_data-list td.contents_area textarea {
  field-sizing: content;
  min-height: 190px;
  min-height: 11.875rem;
  padding: 15px;
  padding: 0.9375rem;
  width: 100%;
}

.contact_data-list td.contents_area textarea::-moz-placeholder {
  color: #bbb;
}

.contact_data-list td.contents_area textarea::-webkit-input-placeholder {
  color: #bbb;
}

.contact_data-list td.contents_area textarea:-ms-input-placeholder {
  color: #bbb;
}

.contact_data-list td.contents_area textarea::-ms-input-placeholder {
  color: #bbb;
}

.contact_data-list td.contents_area textarea::placeholder {
  color: #bbb;
}

.contact_data-list td input::-moz-placeholder {
  color: #bbb;
}

.contact_data-list td input::-webkit-input-placeholder {
  color: #bbb;
}

.contact_data-list td input:-ms-input-placeholder {
  color: #bbb;
}

.contact_data-list td input::-ms-input-placeholder {
  color: #bbb;
}

.contact_data-list td input::placeholder {
  color: #bbb;
}

.contact_data-list th p.sub_txt {
  display: block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  line-height: 1;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.contact_data-list th span.required_tag {
  background-color: #e60012;
  border-radius: 0.3125rem;
  color: #fff;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  padding: 8px;
  padding: 0.5rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 12px;
  top: 0.75rem;
}

input[type=submit] {
  color: #fff;
}

.p-contact__input::after {
  background-color: rgba(255, 255, 255, 0);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
}

.p-contact__input:hover::after {
  background-color: rgba(255, 255, 255, 0.5);
}

/* （the_content()で出力したものへのスタイル） */
.p-content {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.wp-block-file a,
.p-content p,
.p-content li,
.p-content th,
.p-content td {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 2;
}

.p-content h2 {
  font-size: 140%;
  font-weight: 700;
}

.p-content h3 {
  font-size: 130%;
  font-weight: 700;
}

.p-content h4 {
  font-size: 120%;
  font-weight: 700;
}

.p-content h2:nth-of-type(1) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-content h2:nth-of-type(n + 2) {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-content figure:nth-child(n+2) {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-content p:nth-child(n+2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.wp-block-file,
.p-content h3:nth-child(n+2),
.p-content h4:nth-child(n+2),
.p-content h2 + ul:nth-of-type(n + 2),
.p-content h2 + ol:nth-of-type(n + 2),
.p-content ol > li > ol:nth-of-type(n + 2),
.p-content figure {
  margin-top: 14px;
  margin-top: 0.875rem;
  max-width: 100%;
}

.p-content img {
  width: 100%;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  margin-left: auto;
}

.p-content > ol {
  counter-reset: number 0;
}

.p-content > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li:nth-child(n+10) {
  text-indent: -24px;
  text-indent: -1.5rem;
}

.p-content > ol > li::before {
  content: counter(number) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li::before {
  content: counter(number, lower-alpha) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li > ol > li {
  padding-left: 22px;
  padding-left: 1.375rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(1) {
  text-indent: -12px;
  text-indent: -0.75rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(2) {
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(n+3) {
  text-indent: -20px;
  text-indent: -1.25rem;
}

.p-content > ol > li > ol > li > ol > li::before {
  content: counter(number, lower-roman) ". ";
  counter-increment: number 1;
}

.p-content ul > li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-content ul > li::before {
  content: "・";
}

.p-content ul > li ol {
  counter-reset: number 0;
}

.p-content ul > li ol > li {
  padding-left: 2em;
  text-indent: -2em;
}

.p-content ul > li ol > li::before {
  content: "(" counter(number) ") ";
  counter-increment: number 1;
}

.p-content th {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: left;
}

.p-content td {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

.p-content tr:nth-child(odd) th,
.p-content tr:nth-child(odd) td {
  background-color: #f9f9fb;
}

.p-content tr:nth-child(even) th,
.p-content tr:nth-child(even) td {
  background-color: #e5e8ed;
}

.p-content .wp-block-table thead {
  border-bottom: none;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  float: none;
  margin-left: auto;
}

.p-content a {
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-content .wp-block-group {
  background-color: #f7f8f8;
  border-radius: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 24px;
  padding: 1.5rem;
}

.p-content cite {
  font-style: normal;
}

.wp-block-file:not(.wp-element-button) a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
}

.wp-block-file:not(.wp-element-button) a::before {
  aspect-ratio: 1/1;
  background: url(../images/common/icon_pdf.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  width: 24px;
  width: 1.5rem;
}

.p-content.u-company-info {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

svg:hover path {
  fill: blue;
}

.p-footer {
  background-image: url(../images/common/footer-bg.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  padding-top: 58px;
  padding-top: 3.625rem;
}

.p-footer__logo {
  height: auto;
  width: 242px;
  width: 15.125rem;
}

.p-footer__logo img {
  -o-object-fit: contain;
  aspect-ratio: 242/40;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-footer__nav {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-footer__nav-item {
  color: #259E39;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.p-footer__nav-item:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-footer__nav-item-list {
  -moz-column-gap: 0.625rem;
       -webkit-column-gap: 0.625rem;
          column-gap: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-footer__nav-item-list-item {
  color: #000000;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  font-weight: 400;
  line-height: 2;
}

.p-footer__copyright {
  display: block;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  line-height: 1;
  margin-top: 42px;
  margin-top: 2.625rem;
}

.u-footer-nav-break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.p-header {
  background-color: transparent;
  height: 60px;
  height: 3.75rem;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.p-header__logo {
  height: inherit;
  max-width: 164px;
  max-width: 10.25rem;
  width: 100%;
}

.p-header__logo a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

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

.p-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5px;
  gap: 0.28125rem;
  height: inherit;
}

.p-header__nav {
  height: inherit;
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  height: inherit;
  line-height: 1;
  padding: 0 4.5px;
  padding: 0 0.28125rem;
  text-transform: uppercase;
}

.p-header__nav-item a.is-current {
  color: #259E39;
  position: relative;
}

.p-header__nav-item a.is-current::after {
  aspect-ratio: 51/3;
  background-image: url(../images/common/current-wave.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 15px;
  bottom: 0.9375rem;
  content: "";
  height: auto;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  width: 3.75rem;
}

.p-header__hamburger {
  border: none;
  cursor: pointer;
  height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 27px;
  width: 1.6875rem;
  z-index: 999;
}

.p-header__hamburger.is-open {
  background-color: transparent;
}

.p-header__hamburger span {
  background-color: #259E39;
  display: block;
  height: 5px;
  height: 0.3125rem;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 27px;
  width: 1.6875rem;
}

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

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

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

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

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

.p-header__hamburger.is-open span:nth-of-type(3) {
  top: -10px;
  top: -0.625rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
  background-color: #fff;
  display: none;
  height: 100vh;
  left: 0;
  max-height: 650px;
  max-height: 40.625rem;
  overflow-y: auto;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 0;
  width: 100%;
  z-index: 900;
}

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

.p-header__drawer-logo {
  padding: 16px 25px 0;
  padding: 1rem 1.5625rem 0;
}

.p-header__drawer-logo a {
  display: block;
  height: auto;
  width: 164px;
  width: 10.25rem;
}

.p-header__drawer-logo img {
  -o-object-fit: cover;
  aspect-ratio: 164/27;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-header__drawer-contents {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-header__drawer-nav-title {
  background-color: #DEF0E1;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 600;
  line-height: 1.4285714286;
  padding: 4px 0;
  padding: 0.25rem 0;
  text-align: center;
}
.p-header__drawer-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

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

.p-header__drawer-item:nth-child(odd) {
  border-right: 1px solid #7d7d7d;
}

.p-header__drawer-nav:last-child {
  border-bottom: 1px solid #7d7d7d;
}

.p-header__drawer-item a {
  display: block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 1.8571428571;
  padding: 7px 10px 7px 28px;
  padding: 0.4375rem 0.625rem 0.4375rem 1.75rem;
  text-transform: uppercase;
}

.p-header__drawer-logo-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.p-header__drawer-logo-button button {
  color: #259E39;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  line-height: 1;
}
.p-header__drawer-logo-button::before {
  background-color: #259E39;
  content: "";
  display: block;
  height: 3px;
  height: 0.1875rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 25px;
  width: 1.5625rem;
}

.p-header__drawer-logo-button::after {
  background-color: #259E39;
  content: "";
  display: block;
  height: 3px;
  height: 0.1875rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  width: 25px;
  width: 1.5625rem;
}

.p-drawer__overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 500;
}

.p-drawer__overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.p-mv {
  height: 204px;
  height: 12.75rem;
  position: relative;
}

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

.p-mv__img img {
  -o-object-fit: cover;
  aspect-ratio: 375/204;
  height: inherit;
     object-fit: cover;
  width: 100%;
}

.p-mv__title-wrap {
  height: auto;
  left: 50%;
  max-width: 450px;
  max-width: 28.125rem;
  position: absolute;
  top: 43%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 82.1333333333%;
}

.p-mv__title-wrap img {
  -o-object-fit: contain;
  aspect-ratio: 308/54;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-recruit-mv .p-mv__title-wrap {
  top: 43%;
}

.p-recruit-mv .p-mv__title-wrap img {
  aspect-ratio: 307/46;
}

.p-recruit-about__contents {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-recruit-about__img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.p-recruit-about__img img {
  -o-object-fit: cover;
  aspect-ratio: 325/175;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-recruit-about__text-wrap {
  margin-top: 29px;
  margin-top: 1.8125rem;
}

.p-recruit-about__text + .p-recruit-about__text {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-recruit-button {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-recruit-customer__introduction {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.p-recruit-customer__text + .p-recruit-customer__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-recruit-customer__list {
  grid-gap: 0.625rem;
  display: grid;
  gap: 10px;
  gap: 0.625rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 30px;
  margin-top: 1.875rem;
}

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

.p-recruit-customer__image img {
  -o-object-fit: cover;
  aspect-ratio: 325/171;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-recruit-customer__caption {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.4285714286;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-recruit-guideline__list {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-recruit-guideline__item {
  border-top: 1px solid #7d7d7d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-recruit-guideline__item:last-child {
  border-bottom: 1px solid #7d7d7d;
}

.p-recruit-guideline__term {
  background-color: #F4F4F4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 600;
  line-height: 1.4285714286;
  padding: 9.5px 5px 9.5px 7px;
  padding: 0.59375rem 0.3125rem 0.59375rem 0.4375rem;
  width: 87px;
  width: 5.4375rem;
}

.p-recruit-guideline__desc {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.4285714286;
  padding: 9.5px 5px 9.5px 17px;
  padding: 0.59375rem 0.3125rem 0.59375rem 1.0625rem;
}

.p-recruit-guideline__button {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.p-recruit-life__contents {
  background-color: rgba(222, 240, 225, 0.5);
  margin-top: 57px;
  margin-top: 3.5625rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 35px;
  padding-top: 2.1875rem;
  position: relative;
}

.p-recruit-life__highlight {
  background-color: #259E39;
  color: #fff;
  display: inline-block;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 600;
  left: 20px;
  left: 1.25rem;
  line-height: 1.2222222222;
  padding: 7px 25px;
  padding: 0.4375rem 1.5625rem;
  position: absolute;
  text-align: center;
  top: -15px;
  top: -0.9375rem;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}

.p-recruit-life__desc {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.5714285714;
}

.p-recruit-life__desc span {
  color: #F08300;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.375;
}

.p-recruit-life__list {
  grid-gap: 1.75rem;
  display: grid;
  gap: 28px;
  gap: 1.75rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-recruit-life__item {
  background-color: #fff;
  padding: 13px 38px 22px;
  padding: 0.8125rem 2.375rem 1.375rem;
  position: relative;
}

.p-recruit-life__item::before {
  background-color: #F08300;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  content: "";
  height: 20px;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  width: 1.25rem;
}

.p-recruit-life__heading {
  border-bottom: 1px solid #259E39;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
}

.p-recruit-life__text {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-recruit-life__image {
  height: auto;
  margin-top: 7px;
  margin-top: 0.4375rem;
  width: 100%;
}

.p-recruit-life__image img {
  -o-object-fit: cover;
  aspect-ratio: 249/39;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-recruit-life__item:nth-child(2) .p-recruit-life__image img {
  aspect-ratio: 250/107;
}

.p-recruit-life__item:nth-child(3) .p-recruit-life__image {
  margin-left: auto;
  margin-right: auto;
  width: 172px;
  width: 10.75rem;
}

.p-recruit-life__item:nth-child(3) .p-recruit-life__image img {
  aspect-ratio: 172/88;
}

.p-recruit-life__item:nth-child(4) .p-recruit-life__image img {
  aspect-ratio: 250/43;
}

.p-recruit-link-wrap {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-recruit-link-wrap__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  gap: 0.8125rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-recruit-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  gap: 0.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.p-recruit-link::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow-green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 100%;
  width: 12px;
  width: 0.75rem;
}

.p-recruit-link a {
  border-bottom: 1px solid currentColor;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  font-weight: 400;
  line-height: 1.8181818182;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.p-recruit-link a:hover {
  color: #259E39;
}

.p-recruit-message__items {
  grid-gap: 2.4375rem;
  display: grid;
  gap: 39px;
  gap: 2.4375rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-recruit-message__item-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}

.p-recruit-message__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  width: 99px;
  width: 6.1875rem;
}

.p-recruit-message__icon img {
  -o-object-fit: cover;
  aspect-ratio: 99/90;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-recruit-message__comment {
  border: 2px solid #259E39;
  border-radius: 0.625rem;
  color: #259E39;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 600;
  line-height: 1.6;
  padding: 6px 6px 6px 12px;
  padding: 0.375rem 0.375rem 0.375rem 0.75rem;
  position: relative;
}

.p-recruit-message__comment::before {
  border-color: transparent #259E39 transparent transparent;
  border-style: solid;
  border-width: 5px 20px 5px 0;
  content: "";
  left: 0;
  position: absolute;
  top: 25%;
  translate: -100% -50%;
}

.p-recruit-message__comment::after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 2.9px 11.8px 2.9px 0;
  content: "";
  left: 0;
  position: absolute;
  top: 25%;
  translate: -100% -50%;
}

.p-recruit-message__item-text-wrap {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-recruit-message__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 2;
}

.p-recruit-message__text + .p-recruit-message__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-recruit-message__item:nth-child(2) .p-recruit-message__icon {
  width: 94px;
  width: 5.875rem;
}

.p-recruit-message__item:nth-child(2) .p-recruit-message__icon img {
  aspect-ratio: 94/90;
}

.p-recruit-resources__lead {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.p-recruit-resources__lead.c-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-recruit-resources__lead + .p-recruit-resources__lead {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-recruit-resources__image {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 89.2307692308%;
}

.p-recruit-resources__image img {
  -o-object-fit: contain;
  aspect-ratio: 290/142;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-recruit-resources__summary {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-recruit-resources__headline {
  color: #259E39;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 600;
  line-height: 1.5555555556;
}

.p-recruit-resources__point {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 600;
  line-height: 2;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

.p-recruit-resources__point::before {
  background-color: #259E39;
  border-radius: 50%;
  content: "";
  height: 13px;
  height: 0.8125rem;
  left: 0;
  position: absolute;
  top: 8px;
  top: 0.5rem;
  width: 13px;
  width: 0.8125rem;
}

.p-recruit-resources__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-recruit-training__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  gap: 1.375rem;
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-recruit-training__text + .p-recruit-training__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-recruit-training__image {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 76.9230769231%;
}

.p-recruit-training__image img {
  -o-object-fit: cover;
  aspect-ratio: 250/173;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-recruit-training__button {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.p-recruit-work__list-wrap {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-recruit-work__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-recruit-work__time {
  background-color: #DEF0E1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 1.4285714286;
  padding: 10px 0;
  padding: 0.625rem 0;
  text-align: center;
  width: 67px;
  width: 4.1875rem;
}

.p-recruit-work__desc {
  color: #259E39;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 600;
  line-height: 1.4285714286;
  padding: 10px 2px 10px 36px;
  padding: 0.625rem 0.125rem 0.625rem 2.25rem;
}

.p-recruit-work__desc .u-color-black {
  color: #000000;
}

.p-recruit-work__desc.p-recruit-work__desc--fukidashi {
  border: 2px solid #259E39;
  border-radius: 0.1875rem;
  margin: 5px 0 8px 20px;
  margin: 0.3125rem 0 0.5rem 1.25rem;
  padding: 10px 6px 14px 12px;
  padding: 0.625rem 0.375rem 0.875rem 0.75rem;
  position: relative;
}

.p-recruit-work__desc.p-recruit-work__desc--fukidashi::before {
  border-color: transparent #259E39 transparent transparent;
  border-style: solid;
  border-width: 5px 20px 5px 0;
  content: "";
  left: 0;
  position: absolute;
  top: 21%;
  translate: -100% -50%;
}

.p-recruit-work__desc.p-recruit-work__desc--fukidashi::after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 2.9px 11.8px 2.9px 0;
  content: "";
  left: 0;
  position: absolute;
  top: 21%;
  translate: -100% -50%;
}

.p-recruit-work__item:first-child .p-recruit-work__time {
  padding: 5px 5px 1px;
  padding: 0.3125rem 0.3125rem 0.0625rem;
}

.p-recruit-work__item:first-child .p-recruit-work__time img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
  margin-left: auto;
  margin-right: auto;
     object-fit: contain;
  width: 40px;
  width: 2.5rem;
}

.p-recruit-work__list:last-child .p-recruit-work__item:last-child .p-recruit-work__time {
  padding: 5px 14px 1px;
  padding: 0.3125rem 0.875rem 0.0625rem;
  position: relative;
}

.p-recruit-work__item:last-child .p-recruit-work__time img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
  margin-left: auto;
  margin-right: auto;
     object-fit: contain;
  width: 25px;
  width: 1.5625rem;
}

.p-recruit-work__list:last-child .p-recruit-work__item:last-child .p-recruit-work__time::after {
  background-color: #DEF0E1;
  bottom: -26px;
  bottom: -1.625rem;
  clip-path: polygon(0 0, 50% 50%, 100% 0);
  content: "";
  height: 26px;
  height: 1.625rem;
  left: 0;
  position: absolute;
  width: 67px;
  width: 4.1875rem;
}

.p-thanks__contents {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-thanks__text span {
  display: block;
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-thanks__link {
  margin-top: 52px;
  margin-top: 3.25rem;
  text-align: center;
}

.p-top-about__body {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-top-about__img {
  height: auto;
  width: 100%;
}

.p-top-about__img img {
  -o-object-fit: cover;
  aspect-ratio: 325/175;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-about__content {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-top-about__lead {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  line-height: 1.8;
}

.p-top-about__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 2;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-top-about__text + .p-top-about__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-top-achievement__visual-list {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-top-achievement__visual-item:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-top-achievement__image {
  height: auto;
  width: 100%;
}

.p-top-achievement__image img {
  -o-object-fit: cover;
  aspect-ratio: 325/171;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-achievement__caption {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.4285714286;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-top-achievement__accordion-group {
  border-top: 1px solid #7d7d7d;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-top-achievement__toggle {
  background-color: #E4E4E4;
  border-bottom: 1px solid #7d7d7d;
  color: #000000;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 600;
  line-height: 1;
  padding: 12px;
  padding: 0.75rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.p-top-achievement__toggle::after {
  border-right: 2px solid #259E39;
  border-right: 0.125rem solid #259E39;
  border-top: 2px solid #259E39;
  border-top: 0.125rem solid #259E39;
  content: "";
  height: 13px;
  height: 0.8125rem;
  position: absolute;
  right: 27px;
  right: 1.6875rem;
  top: 50%;
  -webkit-transform: translateY(-70%) rotate(135deg);
          transform: translateY(-70%) rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 13px;
  width: 0.8125rem;
}

.p-top-achievement__toggle.is-open::after {
  -webkit-transform: translateY(-30%) rotate(-45deg);
          transform: translateY(-30%) rotate(-45deg);
}

.p-top-achievement__body {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.p-top-achievement__table {
  border-spacing: 0;
  width: 100%;
}

.p-top-achievement__th {
  background-color: #F4F4F4;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 1.6666666667;
  padding: 5px;
  padding: 0.3125rem;
  text-align: center;
}

.p-top-achievement__td {
  background-color: #fff;
  border-top: 1px solid #7d7d7d;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.4285714286;
  padding: 8px;
  padding: 0.5rem;
}

.p-top-achievement__th,
.p-top-achievement__td {
  width: 33.3333%;
}

.p-top-achievement__th:not(:first-child),
.p-top-achievement__td:not(:first-child) {
  border-left: 1px solid #7d7d7d;
}

.p-top-certifications__body {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.p-top-certifications__item {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 2;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}

.p-top-certifications__item::after {
  background-color: #259E39;
  border-radius: 50%;
  content: "";
  height: 10px;
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  width: 0.625rem;
}

.p-top-certifications__note {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 2.3333333333;
}

.p-top-certifications__image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 76.9230769231%;
}

.p-top-certifications__image img {
  -o-object-fit: cover;
  aspect-ratio: 250/173;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-company__info {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-company__item {
  border-top: 1px solid #7d7d7d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-company__item:last-child {
  border-bottom: 1px solid #7d7d7d;
}

.p-top-company__term {
  background-color: #F4F4F4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 600;
  line-height: 1.4285714286;
  padding: 9.5px 2px;
  padding: 0.59375rem 0.125rem;
  text-align: center;
  width: 87px;
  width: 5.4375rem;
}

.p-top-company__desc {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.4285714286;
  padding: 9.5px 5px 9.5px 10px;
  padding: 0.59375rem 0.3125rem 0.59375rem 0.625rem;
}

.p-top-company__desc span {
  display: none;
}

.p-top-company__list-item {
  padding-left: 14px;
  padding-left: 0.875rem;
  text-indent: -1em;
}

.p-top-history__toggle {
  border-bottom: 1px solid #7d7d7d;
  border-top: 1px solid #7d7d7d;
  color: #000000;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1;
  margin-top: 26px;
  margin-top: 1.625rem;
  padding: 7px;
  padding: 0.4375rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.p-top-history__toggle::after {
  border-right: 2px solid #259E39;
  border-right: 0.125rem solid #259E39;
  border-top: 2px solid #259E39;
  border-top: 0.125rem solid #259E39;
  content: "";
  height: 13px;
  height: 0.8125rem;
  position: absolute;
  right: 27px;
  right: 1.6875rem;
  top: 50%;
  -webkit-transform: translateY(-70%) rotate(135deg);
          transform: translateY(-70%) rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 13px;
  width: 0.8125rem;
}

.p-top-history__toggle.is-open::after {
  -webkit-transform: translateY(-30%) rotate(-45deg);
          transform: translateY(-30%) rotate(-45deg);
}

.p-top-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-history__term {
  background-color: #F4F4F4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 2;
  padding: 10px 0;
  padding: 0.625rem 0;
  text-align: center;
  width: 77px;
  width: 4.8125rem;
}

.p-top-history__desc {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 2;
  padding: 10px;
  padding: 0.625rem;
}

.js-accordion-body {
  display: none;
}

.js-accordion-body.is-open {
  display: block;
}

.p-top-requirements__button-wrap {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-requirements__button:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-requirements__map {
  height: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
}
.p-top-requirements__map iframe {
  -o-object-fit: cover;
  aspect-ratio: 325/268;
  border: none;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-requirements__info {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.p-top-requirements__name {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 2;
}

.p-top-requirements__address {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 2;
}

.p-top-requirements__access {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 2;
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-top-service__body {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-service__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 2;
}

.p-top-service__image {
  height: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
}

.p-top-service__image img {
  -o-object-fit: cover;
  aspect-ratio: 470/365;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-service__button-wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-top-service__button + .p-top-service__button {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-system__lead {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-top-system__article {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-system__subtitle {
  border-bottom: 0.75px solid #7d7d7d;
  border-top: 0.75px solid #7d7d7d;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.25;
  padding: 10px 7px;
  padding: 0.625rem 0.4375rem;
}

.p-top-system__block {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-top-system__item + .p-top-system__item {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-top-system__label {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 600;
  line-height: 2;
  padding-left: 19px;
  padding-left: 1.1875rem;
  position: relative;
}

.p-top-system__label span {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 2.6666666667;
}

.p-top-system__label::before {
  background-color: #259E39;
  border-radius: 50%;
  content: "";
  height: 13px;
  height: 0.8125rem;
  left: 0;
  position: absolute;
  top: 12px;
  top: 0.75rem;
  width: 13px;
  width: 0.8125rem;
}
.p-top-system__image {
  height: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 100%;
}

.p-top-system__image img {
  -o-object-fit: cover;
  aspect-ratio: 325/171;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-system__image.p-top-system__image--02 img {
  aspect-ratio: 325/197;
}

.p-top-system__image.p-top-system__image--03 img {
  aspect-ratio: 325/184;
}

.p-top-system__text {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-top-system__lead-heading {
  color: #259E39;
  font-size: max(17px, 10px);
  font-size: max(1.0625rem, 10px);
  font-weight: 700;
  line-height: 1.6470588235;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-top-system__lead-description + .p-top-system__lead-description {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-top-system__lead-description.c-text.u-color-gray {
  color: rgba(0, 0, 0, 0.6);
  color: #7d7d7d;
}

.p-top-system__article-wrap .p-top-system__wrap {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.p-top-system__article-wrap .p-top-system__article:nth-child(2) {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-topics__list {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-topics__item + .p-topics__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-topics__item:nth-child(n+3) {
  display: none;
}

.p-topics__item a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}

.p-topics__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36.9230769231%;
}

.p-topics__image img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-topics__label {
  border: 1px solid currentColor;
  color: #7AA71F;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 600;
  line-height: 1;
  padding: 4px;
  padding: 0.25rem;
  text-align: center;
  width: 100px;
  width: 6.25rem;
}

.p-topics__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 600;
  line-height: 1.3;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-topics__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 400;
  line-height: 1.3;
  margin-top: 7px;
  margin-top: 0.4375rem;
  overflow: hidden;
}

.p-topics__links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  gap: 0.8125rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-topics__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  gap: 0.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.p-topics__link::before {
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow-green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 100%;
  width: 12px;
  width: 0.75rem;
}

.p-topics__link a {
  border-bottom: 1px solid currentColor;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  font-weight: 400;
  line-height: 1.8181818182;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  white-space: nowrap;
}

.p-topics__link a:hover {
  color: #259E39;
}

.p-recruit-topics .p-topics__item:nth-child(n+3) {
  display: block;
}

.p-topics-button {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.u-no-image img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.u-pc {
  display: none;
}

@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 600px){
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px){
  html {
    font-size: 1.3913043478vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  html {
    scroll-padding-top: 6.25rem;
  }
  .l-banner {
    margin-top: 48px;
    margin-top: 3rem;
  }
  .l-category-topics-links-wrap {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .l-category-topics-links-wrap-low {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .l-drawer {
    display: none;
  }
  .l-header {
    height: 90px;
    height: 5.625rem;
  }
  .l-inner {
    max-width: 1150px;
    max-width: 71.875rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .l-recruit-about {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .l-recruit-customer {
    margin-top: 93px;
    margin-top: 5.8125rem;
  }
  .l-recruit-guideline {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .l-recruit-life {
    margin-top: 27px;
    margin-top: 1.6875rem;
  }
  .l-recruit-message {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .l-recruit-resources {
    margin-top: 55px;
    margin-top: 3.4375rem;
  }
  .l-recruit-topics {
    margin-top: 90px;
    margin-top: 5.625rem;
  }
  .l-recruit-training {
    margin-top: 92px;
    margin-top: 5.75rem;
  }
  .l-recruit-work {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .l-single-links-wrap {
    margin-top: 43px;
    margin-top: 2.6875rem;
  }
  .l-sub-title {
    margin-top: 147px;
    margin-top: 9.1875rem;
  }
  .l-top-about {
    margin-top: 96px;
    margin-top: 6rem;
  }
  .l-top-achievement {
    margin-top: 94px;
    margin-top: 5.875rem;
  }
  .l-top-certifications {
    margin-top: 96px;
    margin-top: 6rem;
  }
  .l-top-company {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .l-top-history {
    margin-top: 97px;
    margin-top: 6.0625rem;
  }
  .l-top-requirements {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .l-top-service {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .l-top-system {
    margin-top: 90px;
    margin-top: 5.625rem;
  }
  .l-top-system-water {
    margin-top: 79px;
    margin-top: 4.9375rem;
  }
  .l-topics {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .l-topics-lower {
    margin-top: 94px;
    margin-top: 5.875rem;
  }
  .c-button {
    font-size: max(22px, 10px);
    font-size: max(1.375rem, 10px);
    padding: 20px 10px;
    padding: 1.25rem 0.625rem;
    width: 468px;
    width: 29.25rem;
  }
  .c-button::before {
    height: 34px;
    height: 2.125rem;
    width: 34px;
    width: 2.125rem;
  }
  .c-page-top {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-top: 68px;
    margin-top: 4.25rem;
    max-width: 1100px;
    max-width: 68.75rem;
    padding-right: 24px;
    padding-right: 1.5rem;
  }
  .c-page-top::before {
    right: -3px;
    right: -0.1875rem;
  }
  .c-text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .c-title-ja {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
  }
  .c-title-en {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    margin-top: 11px;
    margin-top: 0.6875rem;
  }
  .c-topics-title {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    padding: 20px 37px 0 37px;
    padding: 1.25rem 2.3125rem 0 2.3125rem;
  }
  .c-wave img {
    aspect-ratio: 1440/400;
  }
  .p-404 {
    margin: 150px 0;
    margin: 9.375rem 0;
  }
  .p-404__button {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-banner__contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 728px;
    max-width: 45.5rem;
  }
  .p-banner__contents::after {
    right: 6px;
    right: 0.375rem;
    top: 35%;
    width: 144px;
    width: 9rem;
  }
  .p-banner__title {
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
    padding: 9px 50px;
    padding: 0.5625rem 3.125rem;
  }
  .p-banner__link {
    font-size: max(22px, 10px);
    font-size: max(1.375rem, 10px);
    padding: 5px 26px 7px;
    padding: 0.3125rem 1.625rem 0.4375rem;
  }
  .p-banner__link::after {
    margin-top: 4px;
    margin-top: 0.25rem;
    width: 20px;
    width: 1.25rem;
  }
  .p-category-topics-links {
    gap: 34px;
    gap: 2.125rem;
  }
  .p-category-topics__button {
    margin-top: 33px;
    margin-top: 2.0625rem;
  }
  .p-category-topics__list.p-topics__list {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-single .p-category-topics__button {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-contact__contents {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .p-contact__form {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-contact__text-wrap {
    margin-top: 48px;
    margin-top: 3rem;
  }
  .p-contact__text + .p-contact__text {
    margin-top: 45px;
    margin-top: 2.8125rem;
  }
  .p-contact__input {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-contact__input:before {
    height: 34px;
    height: 2.125rem;
    width: 34px;
    width: 2.125rem;
  }
  .contact_data-list tr {
    display: table-row;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .contact_data-list th,
  .contact_data-list td {
    display: table-cell;
    width: auto;
  }
  .contact_data-list th {
    padding: 0 60px;
    padding: 0 3.75rem;
    width: 360px;
    width: 22.5rem;
  }
  .contact_data-list td {
    padding: 24px 0;
    padding: 1.5rem 0;
  }
  .contact_data-list td input {
    max-width: 480px;
    max-width: 30rem;
  }
  .contact_data-list th.contents_form_ttl {
    padding-top: 35px;
    padding-top: 2.1875rem;
  }
  .contact_data-list td.contents_area textarea {
    max-width: 640px;
    max-width: 40rem;
  }
  .contact_data-list th span.required_tag {
    right: 40px;
    right: 2.5rem;
    top: 25px;
    top: 1.5625rem;
  }
  .p-content {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
  .wp-block-file a,
  .p-content p,
  .p-content li,
  .p-content th,
  .p-content td {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-content h2:nth-of-type(1) {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-content figure:nth-child(n+2) {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-content p:nth-child(n+2) {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .wp-block-file,
  .p-content h3:nth-child(n+2),
  .p-content h4:nth-child(n+2),
  .p-content h2 + ul:nth-of-type(n + 2),
  .p-content h2 + ol:nth-of-type(n + 2),
  .p-content ol > li > ol:nth-of-type(n + 2),
  .p-content figure {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
  .p-content .wp-block-group {
    padding: 24px 30px;
    padding: 1.5rem 1.875rem;
  }
  .wp-block-file:not(.wp-element-button) a::before {
    margin-right: 8px;
    margin-right: 0.5rem;
    margin-top: 16px;
    margin-top: 1rem;
    width: 32px;
    width: 2rem;
  }
  .p-content.u-company-info {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-footer {
    padding-top: 89px;
    padding-top: 5.5625rem;
  }
  .p-footer__inner.l-inner {
    max-width: 1370px;
    max-width: 85.625rem;
  }
  .p-footer__logo {
    width: 363px;
    width: 22.6875rem;
  }
  .p-footer__nav {
    margin-top: 41px;
    margin-top: 2.5625rem;
  }
  .p-footer__nav-item {
    grid-gap: 2.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    gap: 44px;
    gap: 2.75rem;
    grid-template-columns: 4.0625rem 1fr;
    line-height: 1.25;
  }
  .p-footer__nav-item:not(:first-child) {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-footer__nav-item-list {
    -moz-column-gap: 2rem;
         -webkit-column-gap: 2rem;
            column-gap: 2rem;
    margin-top: 0;
  }
  .p-footer__nav-item-list-item {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.375;
  }
  .p-footer__copyright {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    font-weight: 400;
    margin-top: 108px;
    margin-top: 6.75rem;
    text-align: center;
  }
  .u-footer-nav-break {
    display: none;
  }
  .p-header {
    height: 90px;
    height: 5.625rem;
  }
  .p-header__inner {
    padding: 0 60px;
    padding: 0 3.75rem;
  }
  .p-header__logo {
    max-width: 242px;
    max-width: 15.125rem;
  }
  .p-header__right {
    gap: 21px;
    gap: 1.3125rem;
  }
  .p-header__nav-item a {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    font-weight: 600;
    padding: 0 24px;
    padding: 0 1.5rem;
  }
  .p-header__nav-item a.is-current::after {
    bottom: 25px;
    bottom: 1.5625rem;
    height: 7px;
    height: 0.4375rem;
    width: 85px;
    width: 5.3125rem;
  }
  .p-header__hamburger {
    width: 40px;
    width: 2.5rem;
  }
  .p-header__hamburger span {
    height: 7px;
    height: 0.4375rem;
    width: 40px;
    width: 2.5rem;
  }
  .p-header__hamburger span:nth-of-type(1) {
    top: -9px;
    top: -0.5625rem;
  }
  .p-header__hamburger span:nth-of-type(3) {
    top: 9px;
    top: 0.5625rem;
  }
  .p-header__hamburger.is-open span:nth-of-type(3) {
    top: -14px;
    top: -0.875rem;
  }
  .p-header__drawer {
    left: auto;
    left: initial;
    width: 500px;
    width: 31.25rem;
  }
  .p-header__drawer-logo {
    padding: 25px 30px 0;
    padding: 1.5625rem 1.875rem 0;
  }
  .p-header__drawer-logo a {
    width: 242px;
    width: 15.125rem;
  }
  .p-header__drawer-contents {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .p-mv {
    height: 573px;
    height: 35.8125rem;
  }
  .p-mv__img img {
    aspect-ratio: 1920/573;
  }
  .p-mv__title-wrap {
    max-width: 1440px;
    max-width: 90rem;
    top: 36%;
    width: 63.2638888889%;
  }
  .p-mv__title-wrap img {
    aspect-ratio: 911/147;
  }
  .p-recruit-mv .p-mv__title-wrap {
    top: 38%;
    width: 67.2222222222%;
  }
  .p-recruit-mv .p-mv__title-wrap img {
    aspect-ratio: 968/145;
  }
  .p-recruit-about__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
    gap: 2.8125rem;
    margin-top: 43px;
    margin-top: 2.6875rem;
  }
  .p-recruit-about__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 53.5454545455%;
  }
  .p-recruit-about__img img {
    aspect-ratio: 589/318;
  }
  .p-recruit-about__text-wrap {
    margin-top: 0;
  }
  .p-recruit-button {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-recruit-customer__introduction {
    margin-top: 39px;
    margin-top: 2.4375rem;
  }
  .p-recruit-customer__text.c-text {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2;
  }
  .p-recruit-customer__list {
    gap: 36px;
    gap: 2.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-recruit-customer__caption {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.25;
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-recruit-guideline__list {
    margin-top: 37px;
    margin-top: 2.3125rem;
  }
  .p-recruit-guideline__term {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 2;
    padding: 9.5px 25px;
    padding: 0.59375rem 1.5625rem;
    text-align: center;
    width: 264px;
    width: 16.5rem;
  }
  .p-recruit-guideline__desc {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 2;
    padding: 9.5px 31px;
    padding: 0.59375rem 1.9375rem;
  }
  .p-recruit-guideline__button {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-recruit-life__contents {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-top: 3.125rem;
    max-width: 1100px;
    max-width: 68.75rem;
    padding-bottom: 75px;
    padding-bottom: 4.6875rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
    padding-top: 60px;
    padding-top: 3.75rem;
  }
  .p-recruit-life__contents-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 917px;
    max-width: 57.3125rem;
  }
  .p-recruit-life__highlight {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    left: 88px;
    left: 5.5rem;
    top: -8px;
    top: -0.5rem;
  }
  .p-recruit-life__desc {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-recruit-life__desc span {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-recruit-life__list {
    -moz-column-gap: 1.6875rem;
         -webkit-column-gap: 1.6875rem;
            column-gap: 1.6875rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 34px;
    margin-top: 2.125rem;
    row-gap: 22px;
    row-gap: 1.375rem;
  }
  .p-recruit-life__item {
    padding: 18px 50px 26px;
    padding: 1.125rem 3.125rem 1.625rem;
  }
  .p-recruit-life__item::before {
    height: 30px;
    height: 1.875rem;
    width: 30px;
    width: 1.875rem;
  }
  .p-recruit-life__heading {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
    padding-bottom: 5px;
    padding-bottom: 0.3125rem;
  }
  .p-recruit-life__item:nth-child(1) .p-recruit-life__image {
    margin-top: 56px;
    margin-top: 3.5rem;
  }
  .p-recruit-life__item:nth-child(2) .p-recruit-life__image {
    margin-left: auto;
    margin-right: auto;
    width: 79.5665634675%;
  }
  .p-recruit-message__items {
    gap: 70px;
    gap: 4.375rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-recruit-message__comment {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.5;
    padding: 8px 6px 7px 12px;
    padding: 0.5rem 0.375rem 0.4375rem 0.75rem;
  }
  .p-recruit-message__text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 2;
  }
  .p-recruit-resources__lead {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-recruit-resources__lead + .p-recruit-resources__lead {
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .p-recruit-resources__image {
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 49.7272727273%;
  }
  .p-recruit-resources__image img {
    aspect-ratio: 547/258;
  }
  .p-recruit-resources__summary {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-recruit-resources__headline {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 2;
  }
  .p-recruit-resources__point {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 2;
  }
  .p-recruit-resources__point::before {
    top: 11px;
    top: 0.6875rem;
  }
  .p-recruit-training__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 53px;
    gap: 3.3125rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-top: 1.25rem;
    max-width: 864px;
    max-width: 54rem;
  }
  .p-recruit-training__text-wrap {
    margin-top: 21px;
    margin-top: 1.3125rem;
  }
  .p-recruit-training__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
  }
  .p-recruit-training__button {
    margin-top: 62px;
    margin-top: 3.875rem;
  }
  .p-recruit-work__list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
    gap: 5.625rem;
    margin-top: 43px;
    margin-top: 2.6875rem;
  }
  .p-recruit-work__time {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.25;
    width: 90px;
    width: 5.625rem;
  }
  .p-recruit-work__desc {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.25;
    padding: 10px 2px 10px 44px;
    padding: 0.625rem 0.125rem 0.625rem 2.75rem;
  }
  .p-recruit-work__desc.p-recruit-work__desc--fukidashi {
    line-height: 1.75;
    margin: 5px 0 8px 24px;
    margin: 0.3125rem 0 0.5rem 1.5rem;
    padding: 13px 6px 17px 18px;
    padding: 0.8125rem 0.375rem 1.0625rem 1.125rem;
  }
  .p-recruit-work__desc.p-recruit-work__desc--fukidashi::before {
    top: 12%;
  }
  .p-recruit-work__desc.p-recruit-work__desc--fukidashi::after {
    top: 12%;
  }
  .p-recruit-work__item:first-child .p-recruit-work__time {
    padding: 9px 5px 1px;
    padding: 0.5625rem 0.3125rem 0.0625rem;
  }
  .p-recruit-work__list:last-child .p-recruit-work__item:last-child .p-recruit-work__time::after {
    bottom: -30px;
    bottom: -1.875rem;
    height: 30px;
    height: 1.875rem;
    width: 90px;
    width: 5.625rem;
  }
  .p-recruit-work__list:first-child .p-recruit-work__item:last-child .p-recruit-work__time {
    position: relative;
  }
  .p-recruit-work__list:first-child .p-recruit-work__item:last-child .p-recruit-work__time::after {
    background-color: #DEF0E1;
    bottom: -40px;
    bottom: -2.5rem;
    content: "";
    height: 40px;
    height: 2.5rem;
    left: 0;
    position: absolute;
    width: 90px;
    width: 5.625rem;
  }
  .p-thanks__contents {
    margin-top: 43px;
    margin-top: 2.6875rem;
  }
  .p-thanks__text span {
    display: inline;
    margin-top: 0;
  }
  .p-thanks__link {
    margin-top: 44px;
    margin-top: 2.75rem;
  }
  .p-top-about__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 46px;
    gap: 2.875rem;
    margin-top: 39px;
    margin-top: 2.4375rem;
  }
  .p-top-about__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 53.5454545455%;
  }
  .p-top-about__content {
    margin-top: 0;
  }
  .p-top-about__lead {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
    line-height: 1.125;
  }
  .p-top-about__text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    margin-top: 27px;
    margin-top: 1.6875rem;
  }
  .p-top-achievement__visual-list {
    grid-column-gap: 2.25rem;
    -moz-column-gap: 2.25rem;
    grid-row-gap: 1.4375rem;
         -webkit-column-gap: 2.25rem;
                 column-gap: 2.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    margin-top: 2.5rem;
    row-gap: 23px;
    row-gap: 1.4375rem;
  }
  .p-top-achievement__visual-item:not(:first-child) {
    margin-top: 0;
  }
  .p-top-achievement__caption {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.25;
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-top-achievement__accordion-group {
    margin-top: 55px;
    margin-top: 3.4375rem;
  }
  .p-top-achievement__toggle {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    padding: 21px;
    padding: 1.3125rem;
  }
  .p-top-achievement__toggle::after {
    height: 20px;
    height: 1.25rem;
    left: calc(50% + 15.8125rem);
    right: auto;
    right: initial;
    width: 20px;
    width: 1.25rem;
  }
  .p-top-achievement__th {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 1.4285714286;
    padding: 10px;
    padding: 0.625rem;
  }
  .p-top-achievement__td {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.875;
    padding: 10px 35px;
    padding: 0.625rem 2.1875rem;
  }
  .p-top-certifications__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    margin-top: 2.8125rem;
    max-width: 818px;
    max-width: 51.125rem;
  }
  .p-top-certifications__item {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    padding-left: 27px;
    padding-left: 1.6875rem;
  }
  .p-top-certifications__item::after {
    height: 14px;
    height: 0.875rem;
    width: 14px;
    width: 0.875rem;
  }
  .p-top-certifications__note {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    line-height: 2.2857142857;
  }
  .p-top-certifications__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 10px;
    margin-right: 0.625rem;
    margin-top: 0;
    width: 52.8117359413%;
  }
  .p-top-certifications__image img {
    aspect-ratio: 432/299;
  }
  .p-top-company__info {
    margin-top: 39px;
    margin-top: 2.4375rem;
  }
  .p-top-company__term {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 2;
    width: 264px;
    width: 16.5rem;
  }
  .p-top-company__desc {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 2;
    padding: 9.5px 30px;
    padding: 0.59375rem 1.875rem;
  }
  .p-top-company__desc span {
    display: inline-block;
  }
  .p-top-company__list-item {
    padding-left: 16px;
    padding-left: 1rem;
  }
  .p-top-history__toggle {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    margin-top: 40px;
    margin-top: 2.5rem;
    padding: 20px;
    padding: 1.25rem;
  }
  .p-top-history__toggle::after {
    height: 20px;
    height: 1.25rem;
    left: calc(50% + 15.8125rem);
    right: auto;
    right: initial;
    width: 20px;
    width: 1.25rem;
  }
  .p-top-history__term {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    font-weight: 600;
    width: 264px;
    width: 16.5rem;
  }
  .p-top-history__desc {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    padding: 10px 30px;
    padding: 0.625rem 1.875rem;
  }
  .p-top-requirements__button-wrap {
    margin-top: 39px;
    margin-top: 2.4375rem;
    text-align: center;
  }
  .p-top-requirements__button:not(:first-child) {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-top-requirements__map iframe {
    aspect-ratio: 1100/489;
  }
  .p-top-requirements__info {
    margin-top: 33px;
    margin-top: 2.0625rem;
  }
  .p-top-requirements__name {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.75;
  }
  .p-top-requirements__address {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.75;
  }
  .p-top-requirements__access {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.75;
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-top-service__text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-top-service__image {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-top: 2.5rem;
    width: 470px;
    width: 29.375rem;
  }
  .p-top-service__button-wrap {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-top-service__button + .p-top-service__button {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-system__lead {
    margin-top: 37px;
    margin-top: 2.3125rem;
  }
  .p-top-system__article {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-system__subtitle {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    line-height: 1.1111111111;
    padding: 19px 0px;
    padding: 1.1875rem 0rem;
  }
  .p-top-system__block {
    grid-gap: 4.625rem;
    display: grid;
    gap: 74px;
    gap: 4.625rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .p-top-system__item + .p-top-system__item {
    margin-top: 0;
  }
  .p-top-system__image.p-top-system__image--03 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-top: 2.5rem;
    width: 53.6363636364%;
  }
  .p-top-system__text {
    margin-top: 17px;
    margin-top: 1.0625rem;
  }
  .p-top-system__lead-heading {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    line-height: 1.5555555556;
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-top-system__article-wrap {
    grid-gap: 4.625rem;
    display: grid;
    gap: 74px;
    gap: 4.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-top-system__article-wrap .p-top-system__wrap {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-top-system__article-wrap .p-top-system__article:nth-child(2) {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-top-system__article-wrap .p-top-system__article:nth-child(1) {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-topics__list {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
         -webkit-column-gap: 1.25rem;
                 column-gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
    margin-top: 2.5rem;
    row-gap: 40px;
    row-gap: 2.5rem;
  }
  .p-topics__item + .p-topics__item {
    margin-top: 0;
  }
  .p-topics__item:nth-child(n+3) {
    display: block;
  }
  .p-topics__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-topics__image {
    width: 100%;
  }
  .p-topics__label {
    width: 120px;
    width: 7.5rem;
  }
  .p-topics__text {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-topics__links {
    gap: 25px;
    gap: 1.5625rem;
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .p-topics__link a {
    font-size: max(12px, 10px);
    font-size: max(0.75rem, 10px);
    line-height: 1.6666666667;
  }
  .p-topics-button {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
}

@media (min-width: 1150px){
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px){
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px){
  html {
    font-size: 16px;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.7;
  }
}

@media (hover: none){
  a:active {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=style.css.map */
