@charset "UTF-8";
/*
 * 参考
 * https: //github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

/* 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,
picture {
  display: block;
  max-width: 100%;
}

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

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove all animations and transitions for people that prefer not to see them */
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https: //css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https: //webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}

body {
  background-color: #f4f4f4;
  color: #333;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-height: 100svh;
  overflow-x: hidden;
  position: relative;
  text-rendering: optimizeSpeed;
}

body.white-bg-page {
  background-color: #ffffff;
}

/* 白背景を削除するCSS */
body.post-type-archive-industry {
  background-color: #f4f4f4;
}

body.is-fixed {
  overflow: hidden;
}
main {
  flex-grow: 1;
}

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

.l-404 {
  margin-top: 160px;
  margin-top: 10rem;
}

.l-footer__contact {
  margin-top: 160px;
  margin-top: 10rem;
}

.l-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}

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

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

.l-pager-list--job {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 160px;
  padding-bottom: 10rem;
}

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

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

.c-breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 10px;
  gap: 0.625rem;
  line-height: 21px;
  line-height: 1.3125rem;
}

.c-breadcrumb a {
  color: #134d4a;
}

.c-breadcrumb__border {
  background-image: url(./../images/common/breadcrumb.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  width: 7px;
  width: 0.4375rem;
}

.c-btn {
  align-items: center;
  background-color: transparent;
  border: 1px solid #116a66;
  border: 0.0625rem solid #116a66;
  border-radius: 3.75rem;
  color: #116a66;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  justify-content: space-between;
  letter-spacing: 0.1em;
  line-height: 24px;
  line-height: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  max-width: 18.75rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 80px;
  padding-left: 5rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  position: relative;
  text-transform: uppercase;
}

.c-btn.c-btn--width {
  max-width: 350px;
  max-width: 21.875rem;
}

.c-btn.c-btn--recruit {
  color: #808080;
  gap: 50px;
  gap: 3.125rem;
  max-width: 350px;
  max-width: 21.875rem;
  text-transform: none;
  text-transform: initial;
}

.c-btn.c-btn--thanks {
  background-color: #134d4a;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  gap: 50px;
  gap: 3.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  max-width: 350px;
  max-width: 21.875rem;
  text-transform: none;
  text-transform: initial;
}

.c-btn.c-btn--cta {
  background-color: #fff;
  padding-left: 110px;
  padding-left: 6.875rem;
  text-align: center;
}

.c-btn span {
  border: 1px solid #116a66;
  border: 0.0625rem solid #116a66;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  height: 2.5rem;
  position: relative;
  transition: transform 0.3s ease;
  width: 40px;
  width: 2.5rem;
}

.c-btn.c-btn--thanks span {
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
}

.c-btn span::before {
  background-image: url(./../images/common/btn-green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  width: 0.375rem;
}

.c-arrow-btn {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 80px;
  height: 5rem;
  position: relative;
  transition: all 0.3s ease;
  width: 80px;
  width: 5rem;
}

.c-arrow-btn::before,
.c-arrow-btn::after {
  background-color: #fff;
  border-radius: 9999px;
  content: "";
  height: 2px;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  top: calc(50% - 1px);
  transform-origin: calc(100% - 1px) 50%;
  width: 18.1px;
  width: 1.13125rem;
}

.c-arrow-btn::before {
  transform: translateX(-50%) rotate(45deg); /* translateXを追加 */
}

.c-arrow-btn::after {
  transform: translateX(-50%) rotate(-45deg); /* translateXを追加 */
}

.c-link {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  gap: 20px;
  gap: 1.25rem;
  justify-content: end;
  line-height: 27px;
  line-height: 1.6875rem;
}

.c-link.c-link--green {
  color: #134d4a;
}

.c-link.c-link--green span {
  border: 1px solid #134d4a;
  border: 0.0625rem solid #134d4a;
  color: #134d4a;
}

.c-link span {
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  border-radius: 50%;
  border-width: 1px;
  border-width: 0.0625rem;
  color: #fff;
  display: inline-block;
  height: 50px;
  height: 3.125rem;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease;
  width: 50px;
  width: 3.125rem;
}

.c-link.c-link--green span::after {
  background-image: url(./../images/common/btn-green.svg);
}

.c-link span::after {
  background-image: url(./../images/common/detail-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  height: 0.75rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  width: 0.4375rem;
}

.c-title {
  align-items: center;
  color: #134d4a;
  display: flex;
  flex-direction: column;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  gap: 10px;
  gap: 0.625rem;
  letter-spacing: 1.44px;
  letter-spacing: 0.09rem;
  line-height: 48px;
  line-height: 3rem;
  text-transform: uppercase;
}

.c-title.c-title--white {
  color: #fff;
  font-weight: 500;
}

.c-title span {
  background-image: url(./../images/common/title-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 15px;
  height: 0.9375rem;
  width: 12px;
  width: 0.75rem;
}

.c-title.c-title--white span {
  background-image: url(./../images/common/title-white-icon.svg);
}

.c-title p {
  color: #121212;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 16px;
  line-height: 1rem;
  text-transform: none;
  text-transform: initial;
}

.c-title.c-title.c-title--white p {
  color: #fff;
}

.p-404__title {
  text-align: center;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-archive-blog {
  background-color: #fff;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-archive-blog__inner {
  opacity: 0;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-archive-blog__inner.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-archive-blog__job {
  opacity: 0;
}

.p-archive-blog__job.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-archive-blog__flex {
  display: flex;
  flex-direction: column;
  gap: 60px;
  gap: 3.75rem;
}

.p-archive-blog__sidebar {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-archive-blog__sidebar-item {
  position: relative;
}

.p-archive-blog__sidebar-item + .p-archive-blog__sidebar-item {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-archive-blog__sidebar-title {
  border-bottom: 1px solid #ececec;
  border-bottom: 0.0625rem solid #ececec;
  color: #134d4a;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 36px;
  line-height: 2.25rem;
  line-height: 1;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  text-transform: capitalize;
}

.p-archive-blog__category-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}

.p-archive-blog__category-link {
  color: #121212;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 15px 0px 15px 17px;
  padding: 0.9375rem 0rem 0.9375rem 1.0625rem;
  position: relative;
}
.p-archive-blog__category-link.is-active {
  color: #217974;
}

.p-archive-blog__category-link::before {
  background-color: #121212;
  border-radius: 50%;
  content: "";
  height: 7px;
  height: 0.4375rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 7px;
  width: 0.4375rem;
}

.p-case {
  background-image: url(./../images/common/top/case-bg-sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 80px;
  padding-top: 5rem;
  position: relative;
}

.p-case__grid {
  display: grid;
  grid-gap: 50px;
  gap: 50px;
  gap: 3.125rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-case__card {
  opacity: 0;
  overflow: hidden;
  position: relative;
}
.p-case__card:hover .p-case__card-img img {
  opacity: 1;
  transform: scale(1.1);
}
.p-case__card:hover .p-case__card-wrap {
  opacity: 0.7;
}

.p-case__card.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-case__card-img {
  aspect-ratio: 553/390;
  border-radius: 0.625rem;
  opacity: 1;
  overflow: hidden;
}

.p-case__card-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 0.625rem;
     object-fit: cover;
  opacity: 1;
  transition: transform 1s cubic-bezier(0.6, 0, 0, 1);
}

.p-case__card-wrap {
  color: #fff;
  font-weight: 500;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-case__card-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 50.4px;
  line-height: 3.15rem;
}

.p-case__card-text {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32.4px;
  line-height: 2.025rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-case__card-link {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-company-profile__list {
  border-bottom: 1px solid #ececec;
  border-bottom: 0.0625rem solid #ececec;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-size: 0.8125rem;
  gap: 20px;
  gap: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}

.p-company-profile__flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.p-company-profile__list:first-child {
  border-top: 1px solid #ececec;
  border-top: 0.0625rem solid #ececec;
  padding-top: 15px;
  padding-top: 0.9375rem;
}

.p-company-profile__list dt {
  color: #134d4a;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-company-profile__list dd {
  color: #121212;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.p-company-profile__list + .p-company-profile__list {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-company-profile__term {
  flex-shrink: 0;
  max-width: 250px;
  max-width: 15.625rem;
  width: 100%;
}

.p-company {
  background-color: #fff;
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-company__inner {
  opacity: 0;
}

.p-company__inner.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-company__title {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-company__profile {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.confirm_area,
.thanks_area {
    display: none;
}
.wpcf7-response-output{
    display: none;
}

.p-contact {
  background-color: #f4f4f4;
  opacity: 0;
  padding-bottom: 160px;
  padding-bottom: 10rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-contact__wrap.p-contact__wrap--confirm {
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-contact.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-contact.p-contact--entry {
  padding-bottom: 0px;
  padding-bottom: 0rem;
}

.p-contact__thanks {
  padding-top: 175px;
  padding-top: 10.9375rem;
}

.p-contact__description {
  color: #121212;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 36px;
  line-height: 2.25rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  text-align: left;
}

.p-contact__breadcrumb {
  padding-bottom: 0px;
  padding-bottom: 0rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-contact__apply {
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
  border-bottom: 0.0625rem solid #cfcfcf;
  color: #121212;
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  gap: 50px;
  gap: 3.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.p-contact__apply span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 16px;
  line-height: 1rem;
}

.p-contact__text {
  color: #121212;
  font-weight: 500;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: left;
}

.p-contact__contents {
  background-color: #fff;
  border-radius: 0.625rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-contact__head {
  color: #121212;
  font-weight: 500;
  width: 250px;
  width: 15.625rem;
}

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

.p-contact__item-example {
  color: gray;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-contact__required {
  background-color: #e23435;
  border-radius: 0.125rem;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 14px;
  line-height: 0.875rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.p-contact__content {
  margin: 30px 0;
  margin: 1.875rem 0;
}

.p-contact__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-contact__policy-link {
  border-bottom: 1px solid #217974;
  border-bottom: 0.0625rem solid #217974;
  color: #217974;
  font-weight: 500;
  transition: all 0.3s;
}

.p-contact__btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-contact__btn {
  display: inline-block;
  text-align: center;
}

.p-contact__item-text,
.p-contact__item-tel,
.p-contact__item-email,
.p-contact__item-textarea {
  background: none;
  background-color: #f8f8f8;
  border: none;
  border-radius: 0;
  border-radius: 0.25rem;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
  outline: none;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}

.p-contact__item-text:focus,
.p-contact__item-tel:focus,
.p-contact__item-email:focus,
.p-contact__item-textarea:focus,
.p-contact__item-select:focus {
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow: none;
  outline: none;
}

.p-contact__item-textarea {
  height: 130px;
  height: 8.125rem;
  overflow: auto;
  resize: none;
}

.p-contact__item-message {
  white-space: pre-wrap;
}

.p-contact__item-select {
  background: none;
  background-color: #f8f8f8;
  background-image: url(./../images/common/contact/select-icon.svg);
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 0.625rem;
  border: none;
  border-radius: 0;
  border-radius: 0.25rem;
  color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  outline: none;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 3em;
  padding-right: 16px;
  padding-right: 1rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 24px;
  line-height: 1.5rem;
  width: 100%;
}

.p-contact__item-select:invalid {
  color: rgba(0, 0, 0, 0.32);
}

.p-contact__item-select select::-ms-expand {
  display: none;
}

.p-contact__item-radio input[type=radio],
.p-contact__item-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-contact__item-radio input[type=radio] + span,
.p-contact__item-checkbox input[type=checkbox] + span {
  color: #121212;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0px 0px 0px 30px;
  padding: 0rem 0rem 0rem 1.875rem;
  position: relative;
}

.p-contact__item-radio input[type=radio]:focus + span,
.p-contact__item-checkbox input[type=checkbox]:focus + span {
  opacity: 0.7;
}

.p-contact__item-radio input[type=radio] + span::before,
.p-contact__item-checkbox input[type=checkbox] + span::before {
  background: white;
  border: 1px solid #cfcfcf;
  border: 0.0625rem solid #cfcfcf;
  content: "";
  height: 23px;
  height: 1.4375rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 23px;
  width: 1.4375rem;
}

.p-contact__item-checkbox input[type=checkbox]:checked + span::before {
  background: #333;
}

.p-contact__item-radio input[type=radio]:checked + span::before {
  background-color: #cfcfcf;
}

.p-contact__item-radio input[type=radio] + span::before {
  border-radius: 50%;
}

.p-contact__item-radio input[type=radio] + span::after {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 0.5em;
  left: 0.46em;
  opacity: 0;
  padding: 0.125em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 0.5em;
}

.p-contact__item-checkbox input[type=checkbox] + span::after {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  content: "";
  display: block;
  height: 0.35em;
  left: 0.3em;
  margin-top: 0.2em;
  opacity: 0;
  position: absolute;
  top: 10%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 0.8em;
}

.p-contact__item-checkbox input[type=checkbox]:checked + span::after,
.p-contact__item-radio input[type=radio]:checked + span::after {
  opacity: 1;
}

/* button */
.p-contact__btn input[type=submit],
.p-contact__btn input[type=button],
.p-contact__btn button.p-contact__btn-submit,
.p-contact__btn button.back-button  {
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  background-color: #134d4a;
  color: #fff;
  -moz-appearance: button;
       appearance: button;
  border: 1px solid #116a66;
  border: 0.0625rem solid #116a66;
  border: none;
  border-radius: 3.75rem;
  cursor: pointer;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 30px;
  line-height: 1.875rem;
  position: relative;
  text-align: center;
  transition: all 0.3s;
}

.p-contact__btn.p-contact__btn--thanks {
  align-items: center;
  background-color: #134d4a;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  border: 1px solid #116a66;
  border: 0.0625rem solid #116a66;
  border: none;
  border-radius: 3.75rem;
  cursor: pointer;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 30px;
  line-height: 1.875rem;
  position: relative;
  transition: all 0.3s;
}

.p-contact__btn,
.p-contact__btn.p-contact__btn--thanks {
  display: grid;
  position: relative;
}
.p-contact__btn::after,
.p-contact__btn.p-contact__btn--thanks::after {
  background-image: url(./../images/common/contact/contact-btn-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  height: 2.5rem;
  pointer-events: none;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  width: 40px;
  width: 2.5rem;
}

.p-contact__btn input[type=submit]:hover,
.p-contact__btn input[type=button]:hover,
.p-contact__btn input[type=submit]:focus,
.p-contact__btn input[type=button]:focus {
  opacity: 0.7;
  outline: none;
}

.p-contact__item,
.p-contact__btn-submit {
  min-width: 150px;
  min-width: 9.375rem;
}

.wpcf7-spinner {
  position: absolute;
}

.p-contact__address-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
}

.p-contact__item-zip,
.p-contact__item-address {
  background: none;
  background-color: #f8f8f8;
  border: none;
  border-radius: 0;
  border-radius: 0.25rem;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
  outline: none;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}

.p-contact__item-zip {
  max-width: 150px;
  max-width: 9.375rem;
}

.p-contact__item-zip:focus,
.p-contact__item-address:focus {
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow: none;
  outline: none;
}

.p-contact__birthday-wrapper {
  align-items: center;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.p-contact__birthday-year,
.p-contact__birthday-month,
.p-contact__birthday-day {
  align-items: center;
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
}

.p-contact__birthday-year p,
.p-contact__birthday-month p,
.p-contact__birthday-day p {
  color: #121212;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 21px;
  line-height: 1.3125rem;
}

.p-contact__item-birth-year,
.p-contact__item-birth-month,
.p-contact__item-birth-day {
  background: none;
  background-color: #f8f8f8;
  border: none;
  border-radius: 0;
  border-radius: 0.25rem;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0;
  outline: none;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
}

.p-contact__item-birth-year {
  max-width: 70px;
  max-width: 4.375rem;
}

.p-contact__item-birth-month,
.p-contact__item-birth-day {
  max-width: 70px;
  max-width: 4.375rem;
}

.p-contact__item-birth-year:focus,
.p-contact__item-birth-month:focus,
.p-contact__item-birth-day:focus {
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow: none;
  outline: none;
}

.p-contact__file-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
}

.p-contact__file-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

.p-contact__file-label {
  color: #121212;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  min-width: 6.25rem;
  white-space: nowrap;
}

.p-contact__item-file {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  border: 0.0625rem solid #e0e0e0;
  border-radius: 0.25rem;
  color: #121212;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  transition: all 0.3s;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  max-width: 250px;
  max-width: 15.625rem;
  width: 100%;
}
.p-contact__item-file:hover {
  background-color: #ebebeb;
  border-color: #ccc;
}
.p-contact__item-file:focus {
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  outline: none;
}

.p-contact__item-file::-webkit-file-upload-button {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 10px;
  margin-right: 0.625rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s;
  max-width: 120px;
  max-width: 7.5rem;
  transition: all 0.3s;
  width: auto;
}

.p-contact__item-file::-webkit-file-upload-button:hover {
  background-color: #f5f5f5;
  border-color: #999;
}

.p-contact__item-file::-moz-file-upload-button {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 10px;
  margin-right: 0.625rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  -moz-transition: all 0.3s;
  max-width: 120px;
  max-width: 7.5rem;
  transition: all 0.3s;
  width: auto;
}

.p-contact__item-text::-moz-placeholder, .p-contact__item-tel::-moz-placeholder, .p-contact__item-email::-moz-placeholder, .p-contact__item-textarea::-moz-placeholder, .p-contact__item-zip::-moz-placeholder, .p-contact__item-address::-moz-placeholder, .p-contact__item-birth-year::-moz-placeholder, .p-contact__item-birth-month::-moz-placeholder, .p-contact__item-birth-day::-moz-placeholder {
  color: #c8c8c8;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  line-height: 1.5rem;
}

.p-contact__item-text::placeholder,
.p-contact__item-tel::placeholder,
.p-contact__item-email::placeholder,
.p-contact__item-textarea::placeholder,
.p-contact__item-zip::placeholder,
.p-contact__item-address::placeholder,
.p-contact__item-birth-year::placeholder,
.p-contact__item-birth-month::placeholder,
.p-contact__item-birth-day::placeholder {
  color: #c8c8c8;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  line-height: 1.5rem;
}

/* P-CTA固定ボタン */
.p-cta {
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-cta.p-cta--bg {
  background: rgba(244, 244, 244, 0.8);
  bottom: 0;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  left: 0;
  opacity: 0;
  padding: 16px;
  position: fixed;
  right: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  z-index: 1000;
}

.p-cta__container {
  background: #2d5a52;
  background-image: url(./../images/common/job/cta-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  padding: 16px 20px;
  text-align: center;
}

.p-cta__img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-cta__title {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 12px;
}

.p-culture {
  background-color: #134d4a;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-culture__inner {
  opacity: 0;
}

.p-culture__inner.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-culture__items {
  display: flex;
  flex-direction: column;
  gap: 80px;
  gap: 5rem;
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-culture__flex {
  background-color: #134d4a;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  position: relative;
  transition: all 0.3s ease;
}

.p-culture__flex:hover {
  background-color: #134d4a;
  opacity: 1;
}

.p-culture__flex:hover .p-culture__text-wrap {
  color: #fff;
}

.p-culture__flex:hover .p-culture__case span {
  color: #fff;
}

.p-culture__flex:hover .p-culture__text {
  color: #fff;
}

.p-culture__flex:hover .p-culture__case span::after {
  background-image: url(./../images/common/title-theme-icon.svg);
}

.p-culture__img {
  aspect-ratio: 500/400;
}

.p-culture__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 0.625rem;
     object-fit: cover;
  transition: opacity 0.3s ease;
}

.p-culture__img::after {
  background-position: center;
  background-size: cover;
  border-radius: 0.625rem;
  content: "";
  height: 55%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.p-culture__flex:hover .p-culture__img img {
  border-radius: 0.625rem;
  opacity: 0;
}

.p-culture__flex:hover .p-culture__img::after {
  border-radius: 0.625rem;
  opacity: 1;
}

.p-culture__items .p-culture__flex:nth-child(1) .p-culture__img::after {
  background-image: url(./../images/common/recruit/culture-img01.webp);
}

.p-culture__items .p-culture__flex:nth-child(2) .p-culture__img::after {
  background-image: url(./../images/common/recruit/culture-img02.webp);
}

.p-culture__items .p-culture__flex:nth-child(3) .p-culture__img::after {
  background-image: url(./../images/common/recruit/culture-img03.webp);
}

.p-culture__items .p-culture__flex:nth-child(4) .p-culture__img::after {
  background-image: url(./../images/common/recruit/culture-img04.webp);
}

.p-culture__items .p-culture__flex:nth-child(5) .p-culture__img::after {
  background-image: url(./../images/common/recruit/culture-img05.webp);
}

.p-culture__items .p-culture__flex:nth-child(6) .p-culture__img::after {
  background-image: url(./../images/common/recruit/culture-img06.webp);
}

.p-culture__text-wrap {
  color: #fff;
  flex: 1;
  transition: color 0.3s ease;
}

.p-culture__case p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 43.2px;
  line-height: 2.7rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-culture__case span {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.54px;
  letter-spacing: 0.03375rem;
  line-height: 27px;
  line-height: 1.6875rem;
  position: relative;
  text-transform: uppercase;
}

.p-culture__case span::after {
  background-image: url(./../images/common/title-white-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -2px;
  bottom: -0.125rem;
  content: "";
  display: inline-block;
  height: 17px;
  height: 1.0625rem;
  position: absolute;
  right: -7px;
  right: -0.4375rem;
  transition: background-image 0.3s ease;
  width: 15px;
  width: 0.9375rem;
}

.p-culture__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28.8px;
  line-height: 1.8rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  transition: color 0.3s ease;
}

.p-customer__inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-footer__contact {
  background-image: url(./../images/common/contact-people-sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 340px;
  min-height: 21.25rem;
  position: relative;
  z-index: 0;
}

.p-footer__contact-wrap {
  background-image: url(./../images/common/contact-bg-sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.625rem;
  color: #fff;
  left: 50%;
  max-width: 1300px;
  max-width: 81.25rem;
  padding: 10px;
  padding: 0.625rem;
  padding-bottom: 42px;
  padding-bottom: 2.625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 80px;
  padding-top: 5rem;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  width: calc(100% - 1.875rem);
  z-index: 1;
}

.p-footer__contact-wrap:hover {
  background-image: url(./../images/common/contact-bg-blue.webp);
  opacity: 1;
}

.p-footer__contact-flex {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-footer__contact-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 42px;
  line-height: 2.625rem;
  position: relative;
  text-transform: uppercase;
}

.p-footer__contact-title::before {
  color: rgba(255, 255, 255, 0.1);
  content: attr(data-title);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 66px;
  font-size: 4.125rem;
  font-weight: 500;
  left: 0;
  line-height: 66px;
  line-height: 4.125rem;
  position: absolute;
  top: -100%;
  z-index: -1;
}

.p-footer__contact-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 36px;
  line-height: 2.25rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-footer__contact-btn {
  margin-left: auto;
}

.p-footer {
  background-color: #121212;
  background-image: url(./../images/common/footer-sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 400px 0 30px;
  padding: 25rem 0 1.875rem;
}

.p-footer--contact {
  padding: 200px 0 30px;
  padding: 12.5rem 0 1.875rem;
}

.p-footer__inner {
  margin: auto;
  max-width: 630px;
  max-width: 39.375rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  width: 100%;
}

.p-footer__logo {
  margin: auto;
  max-width: 150px;
  max-width: 9.375rem;
  width: 100%;
}

.p-footer__logo a {
  display: block;
  padding: 10px 0;
  padding: 0.625rem 0;
}

.p-footer__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__nav-items {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-footer__nav-item a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 27px;
  line-height: 1.6875rem;
  line-height: 1;
  padding: 20px 0;
  padding: 1.25rem 0;
  position: relative;
  text-align: center;
}

.p-footer__copyright {
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  line-height: 1.3125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-top: 70px;
  margin-top: 4.375rem;
  text-align: center;
}
.p-header {
  background-color: transparent;
  height: 75px;
  height: 4.6875rem;
  transition: all 0.5s ease;
}

.p-header.is-scroll {
  background-color: #134d4a;
}

.p-header__inner {
  display: flex;
  height: inherit;
  justify-content: space-between;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-header__logo {
  height: inherit;
  max-width: 128px;
  max-width: 8rem;
  position: relative;
  width: 100%;
  z-index: 901;
}

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

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

.p-header__nav {
  display: none;
  height: inherit;
}

.p-header__nav-list {
  display: flex;
  height: inherit;
}

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

.p-header__nav-item::after {
  background-color: #fff;
  bottom: 45px;
  bottom: 2.8125rem;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 20px;
  left: 1.25rem;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  width: calc(100% - 2.5rem);
}

.p-header__nav-item:last-child::after {
  display: none;
}

.p-header__nav-item:hover::after {
  transform: scaleX(1);
}

.p-header__nav-item.p-header__nav-item--contact {
  align-items: center;
  display: flex;
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.p-header__nav-item.p-header__nav-item--contact:hover a {
  opacity: 0.7;
}

.p-header__nav-item a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  height: inherit;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  text-transform: uppercase;
}

.p-header__nav-item.p-header__nav-item--contact a {
  background-color: #134d4a;
  border-radius: 0.3125rem;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  height: auto;
  height: initial;
  line-height: 27px;
  line-height: 1.6875rem;
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
  position: relative;
}

.p-header__nav-item.p-header__nav-item--contact a::before {
  background-image: url(./../images/common/mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  height: 1.25rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 20px;
  width: 1.25rem;
}

.p-header__hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  transition: 0.3s;
  width: 40px;
  width: 2.5rem;
  z-index: 999;
}

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

.p-header__hamburger span {
  background-color: #fff;
  display: block;
  height: 1px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 30px;
  width: 1.875rem;
}

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

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

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

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  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: -2px;
  top: -0.125rem;
  transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
  background-color: #134d4a;
  height: 100vh;
  overflow-y: scroll;
  padding: 128px 40px;
  padding: 8rem 2.5rem;
  position: absolute;
  right: -120%;
  scrollbar-width: none;
  top: 0;
  transition: 0.6s;
  width: 100%;
  z-index: 900;
}

.p-header__drawer.is-open {
  right: 0;
}

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

.p-header__drawer-item a {
  border-bottom: 1px solid #a9bad4;
  color: #fff;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  line-height: 22.5px;
  line-height: 1.40625rem;
  padding: 15px 0;
  padding: 0.9375rem 0;
  text-align: left;
}

.p-header__drawer-item.p-header__drawer-item--contact a {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 0.3125rem;
  color: #134d4a;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  justify-content: center;
  line-height: 27px;
  line-height: 1.6875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 230px;
  max-width: 14.375rem;
  position: relative;
  text-align: center;
}

.p-header__drawer-item.p-header__drawer-item--contact a::before {
  background-image: url(./../images/common/mail-green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  height: 1.25rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 20px;
  width: 1.25rem;
}

.p-header--single {
  background-color: #fff;
}

.p-header--single .p-header__nav-item a {
  color: #121212;
}

.p-header--single .p-header__nav-item.p-header__nav-item--contact a {
  color: #fff;
}

.p-header--single .p-header__drawer-menu {
  color: #000;
}

.p-header--single .p-header__hamburger span {
  background-color: #134d4a;
}

.p-header--single .p-header__hamburger.is-open span {
  background-color: #fff;
}

.p-header--job-single {
  background-color: transparent;
}
.p-header--job-single .p-header__nav-item a {
  color: #fff;
}
.p-header--job-single .p-header__hamburger span {
  background-color: #fff;
}
.p-header--job-single.is-scroll {
  background-color: #134d4a;
}

.p-header--contact-confirm {
  background-color: #fff;
}

.p-header--contact-confirm .p-header__nav-item a {
  color: #121212;
}

.p-header--contact-confirm .p-header__nav-item.p-header__nav-item--contact a {
  color: #fff;
}

.p-header--contact-confirm .p-header__drawer-menu {
  color: #000;
}

.p-header--contact-confirm .p-header__hamburger span {
  background-color: #134d4a;
}

.p-header--contact-thanks {
  background-color: #fff;
}

.p-header--contact-thanks .p-header__nav-item a {
  color: #121212;
}

.p-header--contact-thanks .p-header__nav-item.p-header__nav-item--contact a {
  color: #fff;
}

.p-header--contact-thanks .p-header__drawer-menu {
  color: #000;
}

.p-header--contact-thanks .p-header__hamburger span {
  background-color: #134d4a;
}

.p-header--entry-confirm {
  background-color: #fff;
}

.p-header--entry-confirm .p-header__nav-item a {
  color: #121212;
}

.p-header--entry-confirm .p-header__nav-item.p-header__nav-item--contact a {
  color: #fff;
}

.p-header--entry-confirm .p-header__drawer-menu {
  color: #000;
}

.p-header--entry-confirm .p-header__hamburger span {
  background-color: #134d4a;
}

.p-header--entry-thanks {
  background-color: #fff;
}

.p-header--entry-thanks .p-header__nav-item a {
  color: #121212;
}

.p-header--entry-thanks .p-header__nav-item.p-header__nav-item--contact a {
  color: #fff;
}

.p-header--entry-thanks .p-header__drawer-menu {
  color: #000;
}

.p-header--entry-thanks .p-header__hamburger span {
  background-color: #134d4a;
}

.p-header--entry-thanks .p-header__hamburger.is-open span {
  background-color: #fff;
}

.p-header--contact-thanks .p-header__hamburger.is-open span {
  background-color: #fff;
}

.p-header--contact-confirm .p-header__hamburger.is-open span {
  background-color: #fff;
}

.p-header--entry-confirm .p-header__hamburger.is-open span {
  background-color: #fff;
}

.p-industry {
  background-color: #fff;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-industry__inner {
  opacity: 0;
}

.p-industry__inner.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-insights__wrap {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 42px;
  line-height: 2.625rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: left;
}

.p-insights__title {
  color: #134d4a;
  font-weight: 700;
}

.p-insights__text {
  color: #121212;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 32.4px;
  line-height: 2.025rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-job-search-form__margin {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-job-search-form__caption {
  color: #121212;
  font-weight: 500;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-job-search-form__caption span {
  font-weight: 700;
}

.p-job-search-form__inner {
  background-color: #fff;
  opacity: 0;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-job-search-form__inner.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-job-search-form {
  background: #fff;
  border-radius: 0.5rem;
  padding: 0px;
  padding: 0rem;
}
.p-job-search-form__input-wrapper {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.p-job-search-form__input-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.p-job-search-form__input {
  background: #f8f8f8;
  border: none;
  border-radius: 0.25rem;
  color: #999999;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 18px;
  line-height: 1.125rem;
  padding: 20px 50px 20px 60px;
  padding: 1.25rem 3.125rem 1.25rem 3.75rem;
  width: 100%;
}
.p-job-search-form__button {
  background: none;
  border: none;
  cursor: pointer;
  left: 25px;
  left: 1.5625rem;
  padding: 5px;
  padding: 0.3125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-job-search-form__filter-container {
  margin: 0 auto;
}
.p-job-search-form__filter-section {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-job-search-form__filter-title {
  border-bottom: 1px solid #cfcfcf;
  border-bottom: 0.0625rem solid #cfcfcf;
  color: #134d4a;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  text-align: left;
}
.p-job-search-form__filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
}
.p-job-search-form__filter-tag {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.p-job-search-form__filter-tag input[type=checkbox] {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-job-search-form__tag-text {
  background: #fff;
  border: 1px solid #64a19e;
  border: 0.0625rem solid #64a19e;
  color: #217974;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.56px;
  letter-spacing: 0.035rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
  position: relative;
  transition: all 0.3s ease;
  z-index: 0;
}
.p-job-search-form__filter-tag--active .p-job-search-form__tag-text {
  background: #217974;
  color: white;
}
.p-job-search-form__submit-wrapper {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
.p-job-search-form__submit-button {
  background-color: #fff;
  border: 1px solid #116a66;
  border: 0.0625rem solid #116a66;
  border-radius: 3.75rem;
  color: #134d4a;
  cursor: pointer;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 15px 100px;
  padding: 0.9375rem 6.25rem;
  transition: all 0.3s ease;
}
.p-job-search-form__submit-button:hover {
  background: #134d4a;
  color: #fff;
  transform: translateY(-0.125rem);
}

.p-message {
  background-color: #fff;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-message__inner {
  opacity: 0;
}

.p-message__inner.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-message__text {
  color: #121212;
  font-weight: 500;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: left;
}

.p-message__btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-mv {
  height: 100vh;
  min-height: 400px;
  min-height: 25rem;
  position: relative;
}

.p-mv__inner {
  height: inherit;
  min-height: inherit;
}

.p-mv__main-text {
  animation: slideInText 1.5s ease-out forwards;
  left: 6%;
  opacity: 0;
  position: absolute;
  top: 36%;
  transform: translateY(-50%) translateX(-50px);
}
@keyframes slideInText {
  0% {
    opacity: 0;
    transform: translateY(-50%) translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}

.p-mv__img {
  height: inherit;
  min-height: inherit;
}

.p-mv__img picture {
  display: block;
  height: inherit;
  min-height: inherit;
  width: 100%;
}

.p-mv__img img {
  height: inherit;
  min-height: inherit;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-our-service {
  background-color: #fff;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-our-service__inner {
  opacity: 0;
}

.p-our-service__inner.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-our-service__img {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-our-service__img {
  aspect-ratio: 1360/570;
}

.p-our-service__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-our-service__bg {
  background-image: url(./../images/common/service/sub-service-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-top: 5rem;
  position: relative;
}

.p-our-service__message {
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 42px;
  line-height: 2.625rem;
  text-align: center;
}

.p-our-service__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-our-service__flex {
  align-items: center;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.p-our-service__flex:nth-child(even) {
  flex-direction: column;
}

.p-our-service__case-img {
  aspect-ratio: 680/490;
  width: 100%;
}

.p-our-service__case-img img {
  border-radius: 0.625rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-our-service__text-wrap {
  color: #fff;
  flex: 1;
}

.p-our-service__case p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 36px;
  line-height: 2.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-our-service__case span {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.54px;
  letter-spacing: 0.03375rem;
  line-height: 27px;
  line-height: 1.6875rem;
  position: relative;
}

.p-our-service__case span::after {
  background-image: url(./../images/common/title-white-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -2px;
  bottom: -0.125rem;
  content: "";
  display: inline-block;
  height: 17px;
  height: 1.0625rem;
  position: absolute;
  right: -7px;
  right: -0.4375rem;
  width: 15px;
  width: 0.9375rem;
}

.p-our-service__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-pager-list {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-post-article__inner.l-inner {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-post-article__title {
  color: #134d4a;
  font-size: 48px;
  font-size: 3rem;
}

.p-post-article__info {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-post-article__category {
  align-items: center;
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
  justify-content: center;
}

.p-post-article__category li {
  border: 1px solid #134d4a;
  color: #134d4a;
  padding: 5px;
  padding: 0.3125rem;
}

.p-post-article__box {
  margin: 102.4px auto 0;
  margin: 6.4rem auto 0;
}

.p-post-article__content {
  background-color: #fff;
  padding: 20px 23px 0;
  padding: 1.25rem 1.4375rem 0;
  width: 100%;
}

.p-post-article__content-wrap {
  margin: auto;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  width: 100%;
}

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

.p-post-article__main-img {
  aspect-ratio: 7/4;
}

.p-post-article__main-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-post-article__category {
  letter-spacing: 0;
}

.p-post-article__data {
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.05em;
  margin-left: auto;
  text-align: right;
}

.p-post-article__content h2 {
  background-color: #134d4a;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  margin: 30px 0 15px;
  margin: 1.875rem 0 0.9375rem;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
}

.p-post-article__contents h3 {
  border-left: 0.5em solid #134d4a;
  color: #134d4a;
  font-size: 28px;
  font-size: 1.75rem;
  margin: 30px 0 15px;
  margin: 1.875rem 0 0.9375rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.p-post-article__contents h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-article__contents h5 {
  border-bottom: 2px solid #134d4a;
  border-top: 2px solid #134d4a;
  color: #134d4a;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 10px 0;
  margin: 0.625rem 0;
  padding: 2px 12.5px;
  padding: 0.125rem 0.78125rem;
}

.p-post-article__contents p {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-post-article__contents a {
  color: #134d4a;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-post-article__contents img {
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-article__contents figure {
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-article__contents figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 10px 0;
  margin: 0.625rem 0;
}

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

.p-post-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.p-post-card__industry {
  border-bottom: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}

.p-post-card__link:hover .p-post-card__img img {
  opacity: 1;
  transform: scale(1.1);
}

.p-post-card__link:hover .p-post-card__wrap {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.p-post-card__img {
  aspect-ratio: 550/360;
  border-radius: 0.625rem;
  overflow: hidden;
  width: 100%;
}

.p-post-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 0.625rem;
     object-fit: cover;
  transition: transform 1s cubic-bezier(0.6, 0, 0, 1);
}

.p-post-card__body {
  height: 100%;
  position: relative;
}

.p-post-card__flex {
  border-bottom: 1px solid #ececec;
  border-bottom: 0.0625rem solid #ececec;
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.p-post-card__flex.p-post-card__flex--connect {
  border-bottom: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}

.p-post-card__insights {
  border-bottom: 1px solid #ececec;
  border-bottom: 0.0625rem solid #ececec;
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  height: 100%;
}

.p-post-card__insights.p-post-card__flex--connect {
  border-bottom: none;
  display: flex;
  flex-direction: column;
}

.p-post-card__wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  transition: opacity 0.3s ease;
}

.p-post-card__info {
  align-items: center;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}

.p-post-card__date {
  color: #777;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  line-height: 1.5rem;
}

.p-post-card__text-wrap {
  flex: 1;
  padding-right: 0px;
  padding-right: 0rem;
}

.p-post-card__text-wrap.p-post-card__text-wrap--job {
  padding-right: 0px;
  padding-right: 0rem;
}

.p-post-card__text-wrap.p-post-card__text-wrap--connect {
  padding-right: 0px;
  padding-right: 0rem;
}

.p-post-card__text-wrap.p-post-card__text-wrap--industry {
  background-color: #134d4a;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 10px;
  border-bottom-right-radius: 0.625rem;
  opacity: 1;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 42px;
  padding-top: 2.625rem;
}

.p-post-card__title {
  color: #134d4a;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 36px;
  line-height: 2.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-post-card__title.p-post-card__title--connect {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-post-card__title.p-post-card__title--industry {
  color: #fff;
  margin-top: 0px;
  margin-top: 0rem;
}

.p-post-card__text {
  -webkit-line-clamp: 3;
  color: #121212;
  display: -webkit-box;
  flex: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28.8px;
  line-height: 1.8rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-post-card__text.p-post-card__text--white {
  color: #fff;
}

.p-post-card__category li {
  background-color: #217974;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.56px;
  letter-spacing: 0.035rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.p-post-card__arrow {
  flex-shrink: 0;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-post-card__img.p-post-card__img--connect.p-post-card__img--industry {
  border-radius: 0.625rem 0.625rem 0 0;
}

.p-post-card__img.p-post-card__img--connect.p-post-card__img--industry img {
  border-radius: 0.625rem 0.625rem 0 0;
}

.p-post-card__img--no-scale {
  aspect-ratio: 430/330;
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-post-card__img--no-scale img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 0.625rem 0.625rem 0 0;
     object-fit: cover;
  transition: opacity 0.5s ease-in-out;
}

.p-post-card__img--no-scale .p-post-card__img-default {
  opacity: 1;
  z-index: 1;
}

.p-post-card__img--no-scale .p-post-card__img-hover {
  opacity: 0;
  z-index: 2;
}

.p-post-card__link:hover .p-post-card__img--no-scale .p-post-card__img-hover {
  opacity: 1;
  z-index: 2;
}

.p-post-card__link:hover .p-post-card__img--no-scale .p-post-card__img-default {
  opacity: 0;
  z-index: 1;
}

.p-post-card__link:hover .p-post-card__img--no-scale img {
  opacity: 1;
  transform: none;
}

.p-post-connect {
  background-color: #f4f4f4;
  padding-bottom: 160px;
  padding-bottom: 10rem;
  padding-top: 130px;
  padding-top: 8.125rem;
  position: relative;
}

.p-post-connect::after {
  position: static;
  position: initial;
}

.p-post-connect__title {
  color: #134d4a;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 42px;
  line-height: 2.625rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  position: relative;
  text-align: center;
}

.p-post-connect__title::before {
  background-image: url(./../images/common/case/title-green-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 45px;
  height: 2.8125rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 22px;
  width: 1.375rem;
}

.p-post-connect__items {
  display: grid;
  grid-gap: 50px;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-post-list {
  position: relative;
}

.p-post-list__case {
  flex: 1;
}

.p-post-list__title {
  color: #134d4a;
  font-size: 48px;
  font-size: 3rem;
}

.p-post-list__items {
  display: grid;
  grid-gap: 50px;
  gap: 50px;
  gap: 3.125rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-post-list__items.p-post-list__items--industry {
  gap: 30px;
  gap: 1.875rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-post-list__items.p-post-list__items--area {
  gap: 30px;
  gap: 1.875rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-post-list__items.p-post-list__items--search {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-post-list__items.p-post-list__items--job {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-post-list__cards {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-post-list__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-privacy-policy {
  background-color: #fff;
  padding-bottom: 130px;
  padding-bottom: 8.125rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-privacy-policy__inner {
  margin: auto;
  max-width: 600px;
  max-width: 37.5rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  width: 100%;
}

.p-privacy-policy__introduction {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

.p-privacy-policy__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-privacy-policy__item + .p-privacy-policy__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-privacy-policy__term {
  color: #134d4a;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 33px;
  line-height: 2.0625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  position: relative;
}

.p-privacy-policy__term::after {
  background-image: linear-gradient(to right, #134d4a 0%, #134d4a 30%, #e9e9e9 30%, #e9e9e9 100%);
  bottom: 0;
  content: "";
  height: 2px;
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-privacy-policy__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-privacy-policy__description-text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28.8px;
  line-height: 1.8rem;
}

.p-privacy-policy__description-text + .p-privacy-policy__description-numbers,
.p-privacy-policy__description-text + .p-privacy-policy__description-items {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-privacy-policy__description-number + .p-privacy-policy__description-number,
.p-privacy-policy__description-item + .p-privacy-policy__description-item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-recruit {
  background-color: #fff;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-recruit__inner {
  opacity: 0;
}

.p-recruit__inner.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-recruit__message {
  color: #134d4a;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 42px;
  line-height: 2.625rem;
  text-align: left;
}

.p-recruit__btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-single-blog {
  background-color: #f4f4f4;
  padding-top: 150px;
  padding-top: 9.375rem;
}

.p-single-blog--white {
  background-color: #fff;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-single-blog__breadcrumb {
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-single-blog__inner {
  margin: auto;
  max-width: 600px;
  max-width: 37.5rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  width: 100%;
}

.p-single-blog__wrap {
  background-color: #fff;
  border-radius: 0.625rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-single-blog__wrap.p-single-blog__wrap--job {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-left: 0px;
  padding-left: 0rem;
  padding-right: 0px;
  padding-right: 0rem;
}

.p-single-blog__meta {
  align-items: center;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}

.p-single-blog__date {
  color: #777;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  line-height: 1.5rem;
}

.p-single-blog__category {
  background-color: #217974;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.56px;
  letter-spacing: 0.035rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.p-single-blog__title {
  color: #134d4a;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 36px;
  line-height: 2.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-single-blog__mv {
  aspect-ratio: 16/9;
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
}

.p-single-blog__mv img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-blog__content.p-single-blog__content--job {
  margin-top: 30px;
  margin-top: 1.875rem;
}

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

.p-single-blog__content {
  color: #121212;
  margin-top: 64px;
  margin-top: 4rem;
}
.p-single-blog__content h2 {
  background-color: #eff6f5;
  border-bottom: 4px solid #134d4a;
  border-bottom: 0.25rem solid #134d4a;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  margin-top: 64px;
  margin-top: 4rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-top: 12px;
  padding-top: 0.75rem;
}
.p-single-blog__content h3 {
  border-left: 4px solid #134d4a;
  border-left: 0.25rem solid #134d4a;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 64px;
  margin-top: 4rem;
  padding-left: 16px;
  padding-left: 1rem;
}
.p-single-blog__content h4 {
  border-left: 4px solid #217974;
  border-left: 0.25rem solid #217974;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 48px;
  margin-top: 3rem;
  padding-left: 16px;
  padding-left: 1rem;
}
.p-single-blog__content h5 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-single-blog__content h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-single-blog__content p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 28.8px;
  line-height: 1.8rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.p-single-blog__content p a {
  color: #73b2c8;
  text-decoration: underline;
  -webkit-text-decoration: underline #73b2c8;
          text-decoration: underline #73b2c8;
}
.p-single-blog__content p a[target=_blank]::after {
  background-image: url(./../images/common/link.svg);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  height: 1rem;
  margin-bottom: -3px;
  margin-bottom: -0.1875rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 16px;
  width: 1rem;
}
.p-single-blog__content ul {
  margin-top: 32px;
  margin-top: 2rem;
}
.p-single-blog__content ul li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28.8px;
  line-height: 1.8rem;
  padding-left: 22px;
  padding-left: 1.375rem;
  text-indent: -18px;
  text-indent: -1.125rem;
}
.p-single-blog__content ul li:not(:first-of-type),
.p-single-blog__content ol li:not(:first-of-type) {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-single-blog__content ul li::before {
  background-color: #121212;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  height: 0.375rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative;
  top: -3px;
  top: -0.1875rem;
  width: 6px;
  width: 0.375rem;
}
.p-single-blog__content ol {
  counter-reset: number;
  margin-top: 32px;
  margin-top: 2rem;
}
.p-single-blog__content ol li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 28px;
  padding-left: 1.75rem;
  text-indent: -12px;
  text-indent: -0.75rem;
}
.p-single-blog__content ol li::before {
  color: #121212;
  content: counter(number, decimal-leading-zero) ".";
  counter-increment: number;
  display: inline-block;
  font-weight: 700;
  line-height: 27.2px;
  line-height: 1.7rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.p-single-blog__content figure {
  margin-top: 32px;
  margin-top: 2rem;
  width: 100%;
}
.p-single-blog__content figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-blog__content blockquote {
  background-color: #eff6f5;
  display: flex;
  flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 40px;
  padding: 2.5rem;
}
.p-single-blog__content blockquote p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28.8px;
  line-height: 1.8rem;
  margin-top: 0px;
  margin-top: 0rem;
}
.p-single-blog__content blockquote cite {
  color: #134d4a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28.8px;
  line-height: 1.8rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  font-style: normal;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.p-toc {
  background-color: #fff;
  border: 1px solid #217974;
  border: 0.0625rem solid #217974;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 24px;
  padding: 1.5rem;
}

.p-toc__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-toc__title {
  background-color: #217974;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
  position: relative;
}

.p-toc__link::before {
  background-color: #134d4a;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  height: 0.4375rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative;
  top: -3px;
  top: -0.1875rem;
  width: 7px;
  width: 0.4375rem;
}

.p-toc__item {
  margin: 0;
  padding: 0;
}

.p-toc__item:not(:first-child) {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-toc__item--level2 {
  padding-left: 0;
}

.p-toc__item--level3 {
  padding-left: 16px;
  padding-left: 1rem;
}

.p-toc__item--level4 {
  padding-left: 32px;
  padding-left: 2rem;
}

.p-toc__item--level5 {
  padding-left: 48px;
  padding-left: 3rem;
}

.p-toc__item--level6 {
  padding-left: 64px;
  padding-left: 4rem;
}

.p-toc__link {
  color: #121212;
  display: block;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  -webkit-text-decoration: none;
  border-radius: 0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 30.6px;
  line-height: 1.9125rem;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease;
}

.p-toc__link:hover {
  color: #134d4a;
}

.p-toc__link--active {
  background-color: #134d4a;
  color: #fff;
}

table {
  background: #ffffff;
  border-collapse: collapse;
  box-sizing: border-box;
  margin-top: 40px;
  margin-top: 2.5rem;
  overflow: hidden;
  width: 100%;
}

table tr {
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 0.0625rem solid #e5e5e5;
  display: block;
}
table tr:last-child {
  border-bottom: none;
}

table th {
  background-color: #134d4a;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
  text-align: left;
  vertical-align: center;
  width: 100%;
}

table td {
  background: #ffffff;
  color: #121212;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
  vertical-align: top;
  word-wrap: break-word;
  display: block;
  width: 100%;
}

.p-sub-industry {
  background-color: #fff;
}

.p-sub-industry__inner {
  opacity: 0;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-sub-industry__inner.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-sub-industry__wrap {
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 100px;
  padding-top: 6.25rem;
}

.p-sub-industry__img {
  aspect-ratio: 1720/609;
}

.p-sub-industry__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-industry__body {
  background-image: url(./../images/common/industry/industry-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}

.p-sub-industry__list-items {
  display: grid;
  grid-column-gap: 4.625rem;
  -moz-column-gap: 4.625rem;
       column-gap: 4.625rem;
  grid-row-gap: 50px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(auto-fit, auto auto);
  row-gap: 50px;
  row-gap: 3.125rem;
}

.p-sub-industry__item {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: 0.625rem;
}

.p-sub-industry__list-item {
  align-self: end;
  color: #121212;
  font-weight: 500;
  grid-row: 1;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 36px;
  padding-left: 2.25rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  position: relative;
}

.p-sub-industry__list-item::before {
  background-color: #1e7773;
  border-radius: 50%;
  content: "";
  height: 6px;
  height: 0.375rem;
  left: 8%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  width: 0.375rem;
}

.p-sub-industry__list-item::after {
  background-color: #1e7773;
  bottom: 0;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-sub-industry__list-item-text {
  align-self: start;
  color: #121212;
  font-weight: 500;
  grid-row: 2;
}

.p-sub-mv {
  height: 560px;
  height: 35rem;
  position: relative;
}

.p-sub-mv__wrap {
  color: #fff;
  left: 0;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: absolute;
  top: 45%;
}

.p-sub-mv__wrap.p-sub-mv__wrap--industry {
	top: 23%;
}


.p-sub-mv__title.p-suv-mv__title--industry {
  display: flex;
  flex-direction: column;
  gap: 50px;
  gap: 3.125rem;
}

.p-sub-mv__title.p-suv-mv__title--industry h1 {
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 500;
  letter-spacing: 1.38px;
  letter-spacing: 0.08625rem;
  line-height: 46px;
  line-height: 2.875rem;
}

.p-sub-mv__title.p-suv-mv__title--industry p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 36px;
  line-height: 2.25rem;
  margin-top: 0px;
  margin-top: 0rem;
  text-shadow: 2px 4px 25px rgba(18, 68, 63, 0.15);
}

.p-sub-mv__title h1 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  line-height: 1;
  line-height: 60px;
  line-height: 3.75rem;
  text-transform: capitalize;
}

.p-sub-mv__title p {
  font-weight: 500;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-sub-mv__text {
  font-weight: 500;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
  text-shadow: 2px 4px 25px rgba(18, 68, 63, 0.15);
}

.p-sub-mv__text::before {
  background-color: #fff;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  top: 12%;
  width: 25px;
  width: 1.5625rem;
}

.p-sub-mv__img {
  height: inherit;
}

.p-sub-mv__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-mv__img picture,
.p-sub-mv__img img {
  display: block;
  height: 100%;
  width: 100%;
}

.p-sub-mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-tab__menu-item--hidden {
  display: none;
  transition: all 0.5s ease;
}
.p-tab__menu-item--hidden.is-show {
  display: block;
}

.p-tab__toggle {
  align-items: center;
  display: inline-block;
  display: inline-flex;
  flex-shrink: 0;
  height: 20px;
  height: 1.25rem;
  justify-content: center;
  right: 12px;
  right: 0.75rem;
  transition: transform 0.3s ease;
  transition: all 0.5s ease;
  width: 20px;
  width: 1.25rem;
}
.p-tab__toggle.is-open {
  transform: translateY(-50%) rotate(180deg);
}
.p-tab__toggle svg {
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
  stroke: currentColor;
}

.p-tab {
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
}

.p-tab__menu {
  border-bottom: 1px solid #cfcfcf;
  border-bottom: 0.0625rem solid #cfcfcf;
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  transition: all 0.5s ease;
}

.p-tab__menu-sp {
  align-items: center;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
  transition: all 0.5s ease;
  width: 100%;
}

.p-tab__menu-item {
  background-color: #fff;
  border: 1px solid #134d4a;
  border: 0.0625rem solid #134d4a;
  color: #134d4a;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 12px;
  padding: 0.75rem;
  position: relative;
  text-align: center;
  transition: all 0.5s ease;
  width: 85%;
}

.p-tab__menu-item:hover {
  opacity: 0.7;
}

.p-tab__menu-item:not(.is-active):hover {
  opacity: 0.7;
}

.p-tab__menu-sp.p-tab__menu-item {
  flex: 1;
  width: auto;
}

.p-tab__menu-item.is-active {
  background-color: #134d4a;
  color: #fff;
}

.p-tab__title h3 {
  color: #134d4a;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 42px;
  line-height: 2.625rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
}

.p-tab__title h3::before {
  background-image: url(./../images/common/case/title-green-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 45px;
  height: 2.8125rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  width: 1.375rem;
}

.p-tab__text {
  color: #121212;
  font-weight: 500;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-tab__list-items {
  display: grid;
  grid-column-gap: 3.125rem;
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
  grid-row-gap: 20px;
  align-items: start;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(auto-fit, minmax(auto, 1fr));
  margin-top: 30px;
  margin-top: 1.875rem;
  row-gap: 20px;
  row-gap: 1.25rem;
}

.p-tab__list-item {
  align-items: center;
  border-bottom: 1px solid #1e7773;
  border-bottom: 0.0625rem solid #1e7773;
  color: #121212;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28.8px;
  line-height: 1.8rem;
  min-height: 60px;
  min-height: 3.75rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  position: relative;
}

.p-tab__list-item::before {
  background-color: #1e7773;
  border-radius: 50%;
  content: "";
  height: 6px;
  height: 0.375rem;
  left: 3%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  width: 0.375rem;
}

.p-industry__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-tab__content-item {
  display: none;
}

.p-tab__content-item.is-active {
  animation: fade 0.3s;
  display: block;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-top {
  background-image: url(./../images/common/top/top-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-top__inner {
  opacity: 0;
}

.p-top__inner.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-top__flex {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}

.p-top__flex + .p-top__flex {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-top__img {
  flex: 1;
}

.p-top__img {
  aspect-ratio: 680/720;
}

.p-top__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 0.625rem;
     object-fit: cover;
}

.p-top__wrap {
  width: 100%;
}

.p-top__text {
  color: #121212;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 32px;
  line-height: 2rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-voice__inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-voice__grid {
  display: grid;
  grid-gap: 30px;
  gap: 30px;
  gap: 1.875rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-voice__card {
  background-image: url(./../images/common/service/voice01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.625rem;
  opacity: 0;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  position: relative;
}

.p-voice__card.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-voice__card.p-voice__card--second {
  background-image: url(./../images/common/service/voice02.webp);
}

.p-voice__card.p-voice__card--third {
  background-image: url(./../images/common/service/voice03.webp);
}

.p-voice__wrap {
  color: #fff;
}

.p-voice__card-title {
  align-items: flex-end;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 39px;
  line-height: 2.4375rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.p-voice__card-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28.8px;
  line-height: 1.8rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.pagination {
  width: 100%;
}
.nav-links ul {
  display: flex;
  justify-content: center;
}

.nav-links ul li a,
.nav-links ul li span {
  align-items: center;
  border: 1.5px solid #134d4a;
  border: 0.09375rem solid #134d4a;
  color: #134d4a;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 16px;
  line-height: 1rem;
}

.nav-links ul li span.current {
  background-color: #134d4a;
  color: #fff;
  font-weight: 700;
}

.nav-links ul li {
  margin: 0 7.5px;
  margin: 0 0.46875rem;
  position: relative;
}

.nav-links ul li a,
.nav-links ul li span {
  display: block;
  padding: 14px 18px;
  padding: 0.875rem 1.125rem;
  width: 100%;
}

.nav-links ul li .nav-links ul .dots {
  padding-left: 0;
  padding-right: 0;
}

.nav-links ul li span.dots {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.nav-links ul li a.prev,
.nav-links ul li a.next {
  border: medium none currentcolor;
  border: initial;
  border-right: 1.5px solid #134d4a;
  border-right: 0.09375rem solid #134d4a;
  border-top: 1.5px solid #134d4a;
  border-top: 0.09375rem solid #134d4a;
  height: 7px;
  height: 0.4375rem;
  left: 50%;
  padding: 0px;
  padding: 0rem;
  position: absolute;
  top: 50%;
  width: 7px;
  width: 0.4375rem;
}

.nav-links ul li a.next {
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-links ul li a.prev {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.u-pc {
  display: none;
}

.u-sp {
  display: block;
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

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

@media screen and (min-width: 768px){
  html {
    font-size: 1.2307692308vw;
  }
  .l-404 {
    margin-top: 260px;
    margin-top: 16.25rem;
  }
  .l-footer__contact {
    margin-top: 260px;
    margin-top: 16.25rem;
  }
  .l-inner {
    max-width: 1350px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .l-pager-list {
    margin-top: 100px;
    margin-top: 6.25rem;
    padding-bottom: 130px;
    padding-bottom: 8.125rem;
  }
  .l-pager-list--job {
    margin-top: 100px;
    margin-top: 6.25rem;
    padding-bottom: 130px;
    padding-bottom: 8.125rem;
  }
  .l-pager {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .l-voice {
    margin-top: 130px;
    margin-top: 8.125rem;
  }
  .c-breadcrumb {
    flex-wrap: initial;
  }
  .c-btn {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
  .c-btn.c-btn--left {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
  .c-btn:hover span {
    transform: translateX(0.625rem);
  }
  .c-arrow-btn {
    height: 100px;
    height: 6.25rem;
    width: 100px;
    width: 6.25rem;
  }
  .c-link:hover span {
    transform: scale(1.2);
  }
  .c-title {
    align-items: baseline;
    flex-direction: initial;
    font-size: 86px;
    font-size: 5.375rem;
    gap: 20px;
    gap: 1.25rem;
    letter-spacing: 2.58px;
    letter-spacing: 0.16125rem;
    line-height: 86px;
    line-height: 5.375rem;
  }
  .c-title.c-title--center {
    align-items: center;
    flex-direction: column;
  }
  .p-archive-blog {
    padding-top: 130px;
    padding-top: 8.125rem;
  }
  .p-archive-blog__inner {
    padding-left: 100px;
    padding-left: 6.25rem;
    padding-right: 100px;
    padding-right: 6.25rem;
  }
  .p-archive-blog__inner.p-archive-blog__inner--job {
    padding-left: 180px;
    padding-left: 11.25rem;
    padding-right: 180px;
    padding-right: 11.25rem;
  }
  .p-archive-blog__flex {
    flex-direction: initial;
    gap: 80px;
    gap: 5rem;
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-archive-blog__sidebar {
    margin-top: 0;
    width: 10%;
  }
  .p-archive-blog__sidebar-item {
    padding-top: 0px;
    padding-top: 0rem;
  }
  .p-archive-blog__sidebar-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
  .p-archive-blog__category-list {
    flex-direction: column;
    flex-wrap: initial;
    gap: 0px;
    gap: 0rem;
  }
  .p-archive-blog__category-link {
    padding: 15px 0px 15px 17px;
    padding: 0.9375rem 0rem 0.9375rem 1.0625rem;
  }
  .p-case {
    background-image: url(./../images/common/top/case-bg.webp);
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
    padding-left: 100px;
    padding-left: 6.25rem;
    padding-right: 100px;
    padding-right: 6.25rem;
    padding-top: 150px;
    padding-top: 9.375rem;
  }
  .p-case__grid {
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-case__card-items {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .p-case__card-link {
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
  .p-company-profile__list {
    align-items: center;
    flex-direction: initial;
    gap: 60px;
    gap: 3.75rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
  .p-company-profile__list:first-child {
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .p-company-profile__list dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-company-profile__list dd {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-company-profile__list + .p-company-profile__list {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-company-profile__term {
    max-width: 200px;
    max-width: 12.5rem;
  }
  .p-company {
    padding-top: 130px;
    padding-top: 8.125rem;
  }
  .p-company__title {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-company__profile {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-contact {
    padding-bottom: 260px;
    padding-bottom: 16.25rem;
    padding-top: 130px;
    padding-top: 8.125rem;
  }
  .p-contact__wrap.p-contact__wrap--confirm {
    padding-top: 130px;
    padding-top: 8.125rem;
  }
  .p-contact__thanks {
    padding-top: 260px;
    padding-top: 16.25rem;
  }
  .p-contact__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 36px;
    line-height: 2.25rem;
    text-align: center;
  }
  .p-contact__breadcrumb {
    padding-left: 100px;
    padding-left: 6.25rem;
  }
  .p-contact__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin-top: 70px;
    margin-top: 4.375rem;
    text-align: center;
  }
  .p-contact__contents {
    margin-top: 70px;
    margin-top: 4.375rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-left: 200px;
    padding-left: 12.5rem;
    padding-right: 200px;
    padding-right: 12.5rem;
    padding-top: 80px;
    padding-top: 5rem;
  }
  .p-contact__head {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
  .p-contact__policy {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-contact__btn-wrap {
    flex-direction: row;
    gap: 40px;
    gap: 2.5rem;
  }
  .p-contact__item-radio input[type=radio] + span,
  .p-contact__item-checkbox input[type=checkbox] + span {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-contact__item-radio input[type=radio] + span::before,
  .p-contact__item-checkbox input[type=checkbox] + span::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .p-contact__item-checkbox input[type=checkbox] + span::after {
    margin-top: -0.1em;
    top: 50%;
  }
  .p-contact__btn input[type=submit],
  .p-contact__btn input[type=button] {
    min-width: 300px;
    min-width: 18.75rem;
  }
  .p-contact__btn.p-contact__btn--thanks {
    margin-top: 70px;
    margin-top: 4.375rem;
    max-width: 300px;
    max-width: 18.75rem;
  }
  .p-contact__btn:hover::after,
  .p-contact__btn.p-contact__btn--thanks:hover::after {
    transform: translateY(-50%) translateX(0.625rem);
  }
  .p-contact__address-wrapper {
    gap: 20px;
    gap: 1.25rem;
  }
  .p-contact__item-zip {
    max-width: 180px;
    max-width: 11.25rem;
  }
  .p-contact__birthday-wrapper {
    gap: 20px;
    gap: 1.25rem;
  }
  .p-contact__item-birth-year {
    max-width: 170px;
    max-width: 10.625rem;
  }
  .p-contact__item-birth-month,
  .p-contact__item-birth-day {
    max-width: 110px;
    max-width: 6.875rem;
  }
  .p-contact__file-wrapper {
    gap: 20px;
    gap: 1.25rem;
  }
  .p-contact__file-item {
    align-items: center;
    flex-direction: initial;
    gap: 0px;
    gap: 0rem;
  }
  .p-contact__file-label {
    min-width: 120px;
    min-width: 7.5rem;
  }
  .p-contact__item-file {
    max-width: none;
    width: auto;
  }
  .p-contact__item-file::-webkit-file-upload-button {
    max-width: none;
  }
  .p-contact__item-file::-moz-file-upload-button {
    max-width: none;
  }
  .p-cta {
    margin-top: 100px;
    margin-top: 6.25rem;
    padding-left: 120px;
    padding-left: 7.5rem;
    padding-right: 120px;
    padding-right: 7.5rem;
  }
  .p-cta__container {
    max-width: 1200px;
    max-width: 75rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .p-cta__btn {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-culture {
    padding-bottom: 130px;
    padding-bottom: 8.125rem;
    padding-top: 130px;
    padding-top: 8.125rem;
  }
  .p-culture__items {
    gap: 120px;
    gap: 7.5rem;
    margin-top: 110px;
    margin-top: 6.875rem;
  }
  .p-culture__flex {
    align-items: center;
    flex-direction: initial;
    gap: 100px;
    gap: 6.25rem;
  }
  .p-culture__flex:hover {
    background-color: #fff;
  }
  .p-culture__flex:hover .p-culture__text-wrap {
    color: #134d4a;
  }
  .p-culture__flex:hover .p-culture__case span {
    color: #90bcba;
  }
  .p-culture__flex:hover .p-culture__text {
    color: #121212;
  }
  .p-culture__flex:hover .p-culture__case span::after {
    background-image: url(./../images/common/title-theme-icon.svg);
  }
  .p-culture__img {
    width: 40%;
  }
  .p-culture__img::after {
    height: 80%;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
  }
  .p-culture__case p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 54px;
    line-height: 3.375rem;
  }
  .p-culture__case span {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.66px;
    letter-spacing: 0.04125rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
  .p-culture__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32.4px;
    line-height: 2.025rem;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-customer__inner {
    padding-left: 100px;
    padding-left: 6.25rem;
    padding-right: 100px;
    padding-right: 6.25rem;
    padding-top: 130px;
    padding-top: 8.125rem;
  }
  .p-footer__contact {
    background-image: url(./../images/common/contact-people.webp);
    background-position: center;
    min-height: 550px;
    min-height: 34.375rem;
  }
  .p-footer__contact-wrap {
    background-image: url(./../images/common/contact-bg.webp);
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-left: 100px;
    padding-left: 6.25rem;
    padding-right: 100px;
    padding-right: 6.25rem;
    padding-top: 156px;
    padding-top: 9.75rem;
    width: calc(100% - 3.125rem);
  }
  .p-footer__contact-wrap:hover .c-arrow-btn {
    height: 110px;
    height: 6.875rem;
    transform: translateX(2.5rem);
    width: 110px;
    width: 6.875rem;
  }
  .p-footer__contact-flex {
    flex-direction: initial;
  }
  .p-footer__contact-title {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 57px;
    line-height: 3.5625rem;
  }
  .p-footer__contact-title::before {
    font-size: 120px;
    font-size: 7.5rem;
    line-height: 128px;
    line-height: 8rem;
    top: -120%;
  }
  .p-footer__contact-text {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-footer__contact-btn {
    margin-left: 0;
    margin-left: initial;
  }
  .p-footer {
    background-image: url(./../images/common/footer-bg.webp);
    padding: 440px 0 30px;
    padding: 27.5rem 0 1.875rem;
  }
  .p-footer--contact {
    padding: 260px 0 30px;
    padding: 16.25rem 0 1.875rem;
  }
  .p-footer__inner {
    max-width: 1300px;
    max-width: 81.25rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-footer__wrap {
    display: flex;
    justify-content: space-between;
  }
  .p-footer__logo {
    margin: 0;
    margin: initial;
    max-width: 182px;
    max-width: 11.375rem;
  }
  .p-footer__logo a {
    padding: 15px 0;
    padding: 0.9375rem 0;
  }
  .p-footer__logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-footer__nav-items {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-footer__nav-item a {
    padding: 15px;
    padding: 0.9375rem;
    text-align: left;
    text-align: initial;
  }
  .p-header {
    height: 125px;
    height: 7.8125rem;
  }
  .p-header.is-scroll {
    background: linear-gradient(90deg, #134d4a 0%, #134d4a 50%, rgba(19, 77, 74, 0) 100%);
  }
  .p-header__inner {
    padding: 0 50px;
    padding: 0 3.125rem;
  }
  .p-header__logo {
    max-width: 183px;
    max-width: 11.4375rem;
  }
  .p-header__nav {
    display: block;
  }
  .p-header__hamburger {
    display: none;
  }
  .p-header--job-single.is-scroll {
    background: linear-gradient(90deg, #134d4a 0%, #134d4a 50%, rgba(19, 77, 74, 0) 100%);
  }
  .p-industry {
    background-color: #f4f4f4;
    padding-bottom: 260px;
    padding-bottom: 16.25rem;
    padding-top: 130px;
    padding-top: 8.125rem;
  }
  .p-insights__wrap {
    margin-top: 100px;
    margin-top: 6.25rem;
    text-align: center;
  }
  .p-insights__title {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 69px;
    line-height: 4.3125rem;
  }
  .p-insights__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-job-search-form__margin {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-job-search-form__caption {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-job-search-form__caption span {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
  .p-job-search-form__inner {
    padding-left: 100px;
    padding-left: 6.25rem;
    padding-right: 100px;
    padding-right: 6.25rem;
  }
  .p-job-search-form__input {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 25px 50px 25px 60px;
    padding: 1.5625rem 3.125rem 1.5625rem 3.75rem;
  }
  .p-job-search-form__filter-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
  .p-message {
    padding-top: 130px;
    padding-top: 8.125rem;
  }
  .p-message__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 40px;
    line-height: 2.5rem;
    margin-top: 70px;
    margin-top: 4.375rem;
    text-align: center;
  }
  .p-message__btn {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-mv__main-text {
    left: 3%;
    top: 50%;
  }
  .p-our-service {
    padding-bottom: 130px;
    padding-bottom: 8.125rem;
    padding-top: 130px;
    padding-top: 8.125rem;
  }
  .p-our-service__img {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-our-service__bg {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .p-our-service__message {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 69px;
    line-height: 4.3125rem;
  }
  .p-our-service__items {
    gap: 80px;
    gap: 5rem;
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-our-service__flex {
    flex-direction: initial;
    gap: 80px;
    gap: 5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .p-our-service__flex:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-our-service__case-img {
    width: 50%;
  }
  .p-our-service__case p {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
  .p-our-service__case span {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.66px;
    letter-spacing: 0.04125rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
  .p-our-service__text {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 32.4px;
    line-height: 2.025rem;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-post-card__img {
    flex-shrink: 0;
    width: 40%;
  }
  .p-post-card__img.p-post-card__img--connect {
    width: 100%;
  }
  .p-post-card__flex {
    flex-direction: initial;
    gap: 60px;
    gap: 3.75rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .p-post-card__flex.p-post-card__flex--connect {
    gap: 30px;
    gap: 1.875rem;
  }
  .p-post-card__insights {
    flex-direction: initial;
    gap: 60px;
    gap: 3.75rem;
  }
  .p-post-card__insights.p-post-card__flex--connect {
    gap: 30px;
    gap: 1.875rem;
  }
  .p-post-card__text-wrap {
    padding-right: 70px;
    padding-right: 4.375rem;
  }
  .p-post-card__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 42px;
    line-height: 2.625rem;
    margin-top: 25px;
    margin-top: 1.5625rem;
    min-height: 84px;
    min-height: 5.25rem;
  }
  .p-post-card__title.p-post-card__title--connect {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-post-card__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32.4px;
    line-height: 2.025rem;
  }
  .p-post-card__arrow {
    margin-top: auto;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  .p-post-connect {
    padding-bottom: 260px;
    padding-bottom: 16.25rem;
  }
  .p-post-connect::after {
    background-color: #cfcfcf;
    content: "";
    height: 1px;
    height: 0.0625rem;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 90%;
  }
  .p-post-connect__title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 63px;
    line-height: 3.9375rem;
    padding-top: 65px;
    padding-top: 4.0625rem;
  }
  .p-post-connect__items {
    row-gap: 40px;
    row-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-post-list__items {
    row-gap: 80px;
    row-gap: 5rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-post-list__items.p-post-list__items--insights {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }
  .p-post-list__items.p-post-list__items--industry {
    gap: 60px;
    gap: 3.75rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 70px;
    margin-top: 4.375rem;
    padding-left: 100px;
    padding-left: 6.25rem;
    padding-right: 100px;
    padding-right: 6.25rem;
  }
  .p-post-list__items.p-post-list__items--area {
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 70px;
    margin-top: 4.375rem;
    padding-left: 100px;
    padding-left: 6.25rem;
    padding-right: 100px;
    padding-right: 6.25rem;
  }
  .p-post-list__items.p-post-list__items--job {
    margin-top: 180px;
    margin-top: 11.25rem;
  }
  .p-post-list__cards {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-post-list__btn {
    margin: 28px auto 0;
    margin: 1.75rem auto 0;
    max-width: calc(61.25rem + 50px);
    padding: 0 10px;
    padding: 0 0.625rem;
    width: 100%;
  }
  .p-privacy-policy {
    padding-bottom: 260px;
    padding-bottom: 16.25rem;
    padding-top: 130px;
    padding-top: 8.125rem;
  }
  .p-privacy-policy__inner {
    max-width: 1200px;
    max-width: 75rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-privacy-policy__introduction {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-privacy-policy__items {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-privacy-policy__item {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .p-privacy-policy__term {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 45px;
    line-height: 2.8125rem;
  }
  .p-privacy-policy__term::after {
    background-image: linear-gradient(to right, #134d4a 0%, #134d4a 8%, #e9e9e9 8%, #e9e9e9 100%);
  }
  .p-privacy-policy__description {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-privacy-policy__description-text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32.4px;
    line-height: 2.025rem;
  }
  .p-recruit {
    padding-bottom: 130px;
    padding-bottom: 8.125rem;
    padding-top: 130px;
    padding-top: 8.125rem;
  }
  .p-recruit__message {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 69px;
    line-height: 4.3125rem;
    text-align: center;
  }
  .p-recruit__btn {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-single-blog {
    padding-top: 230px;
    padding-top: 14.375rem;
  }
  .p-single-blog--white {
    padding-top: 230px;
    padding-top: 14.375rem;
  }
  .p-single-blog__breadcrumb {
    padding-left: 100px;
    padding-left: 6.25rem;
  }
  .p-single-blog__breadcrumb.p-single-blog__breadcrumb--job {
    padding-top: 0px;
    padding-top: 0rem;
  }
  .p-single-blog__inner {
    max-width: 1200px;
    max-width: 75rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-single-blog__wrap {
    margin-top: 70px;
    margin-top: 4.375rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-left: 120px;
    padding-left: 7.5rem;
    padding-right: 120px;
    padding-right: 7.5rem;
    padding-top: 80px;
    padding-top: 5rem;
  }
  .p-single-blog__wrap.p-single-blog__wrap--job {
    margin-top: 70px;
    margin-top: 4.375rem;
    padding-left: 120px;
    padding-left: 7.5rem;
    padding-right: 120px;
    padding-right: 7.5rem;
  }
  .p-single-blog__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 42px;
    line-height: 2.625rem;
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-single-blog__mv {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-single-blog__content.p-single-blog__content--job {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-single-blog__content {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .p-single-blog__content h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 43.2px;
    line-height: 2.7rem;
    margin-top: 50px;
    margin-top: 3.125rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 24px;
    padding-right: 1.5rem;
    padding-top: 12px;
    padding-top: 0.75rem;
  }
  .p-single-blog__content h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-single-blog__content h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-single-blog__content h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32.4px;
    line-height: 2.025rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-single-blog__content h6 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32.4px;
    line-height: 2.025rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-single-blog__content p {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-single-blog__content ul {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-single-blog__content ol {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-single-blog__content figure {
    margin-top: 48px;
    margin-top: 3rem;
  }
  .p-toc {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: 30px 40px;
    padding: 1.875rem 2.5rem;
  }
  .p-toc__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-toc__link {
    padding: 15px 0px;
    padding: 0.9375rem 0rem;
  }
  table {
    display: table;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  table tr {
    display: table-row;
  }
  table th {
    display: table-cell;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
    min-width: 240px;
    min-width: 15rem;
    padding: 16px;
    padding: 1rem;
    width: 240px;
    width: 15rem;
  }
  table td {
    display: table-cell;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    padding: 25px;
    padding: 1.5625rem;
  }
  .p-sub-industry__inner {
    padding-left: 100px;
    padding-left: 6.25rem;
    padding-right: 100px;
    padding-right: 6.25rem;
  }
  .p-sub-industry__list-items {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto auto);
  }
  .p-sub-industry__list-item {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32.4px;
    line-height: 2.025rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    padding-left: 46px;
    padding-left: 2.875rem;
    padding-right: 40px;
    padding-right: 2.5rem;
    padding-top: 10px;
    padding-top: 0.625rem;
  }
  .p-sub-industry__list-item::before {
    left: 8%;
  }
  .p-sub-industry__list-item-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .p-sub-industry__item {
    gap: 1.875rem;
  }
  .p-sub-mv {
    height: 820px;
    height: 51.25rem;
  }
  .p-sub-mv__wrap {
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-sub-mv__wrap.p-sub-mv__wrap--industry {
    top: 50%;
  }
  .p-sub-mv__title.p-suv-mv__title--industry {
    align-items: center;
    flex-direction: initial;
    flex-wrap: wrap;
    gap: 200px;
    gap: 12.5rem;
  }
  .p-sub-mv__title.p-suv-mv__title--industry h1 {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 70px;
    line-height: 4.375rem;
  }
  .p-sub-mv__title.p-suv-mv__title--industry p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 43.2px;
    line-height: 2.7rem;
  }
  .p-sub-mv__title h1 {
    font-size: 100px;
    font-size: 6.25rem;
    letter-spacing: 3px;
    letter-spacing: 0.1875rem;
    line-height: 100px;
    line-height: 6.25rem;
  }
  .p-sub-mv__title p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-sub-mv__text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 43.2px;
    line-height: 2.7rem;
    margin-top: 100px;
    margin-top: 6.25rem;
    padding-left: 60px;
    padding-left: 3.75rem;
  }
  .p-sub-mv__text::before {
    height: 1px;
    height: 0.0625rem;
    top: 30%;
    width: 50px;
    width: 3.125rem;
  }
  .p-tab__menu-item--hidden {
    display: block;
  }
  .p-tab__toggle {
    display: none;
  }
  .p-tab {
    flex-direction: initial;
    gap: 150px;
    gap: 9.375rem;
  }
  .p-tab__menu {
    border-bottom: none;
    padding-bottom: 0px;
    padding-bottom: 0rem;
  }
  .p-tab__menu-item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 28.8px;
    line-height: 1.8rem;
    min-width: 250px;
    min-width: 15.625rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-tab__menu-sp.p-tab__menu-item {
    flex: initial;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-tab__title h3 {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 69px;
    line-height: 4.3125rem;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-tab__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32.4px;
    line-height: 2.025rem;
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-tab__list-items {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(auto-fit, auto);
  }
  .p-tab__list-item {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32.4px;
    line-height: 2.025rem;
    min-height: 90px;
    min-height: 5.625rem;
    padding-left: 46px;
    padding-left: 2.875rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .p-tab__list-item::before {
    left: 12%;
  }
  .p-industry__btn {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-top {
    padding-bottom: 260px;
    padding-bottom: 16.25rem;
    padding-top: 133px;
    padding-top: 8.3125rem;
  }
  .p-top__flex {
    flex-direction: initial;
    gap: 85px;
    gap: 5.3125rem;
  }
  .p-top__flex + .p-top__flex {
    margin-top: 130px;
    margin-top: 8.125rem;
  }
  .p-top__flex.p-top__flex--reverse {
    flex-direction: row-reverse;
  }
  .p-top__wrap {
    width: 55%;
  }
  .p-top__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 40px;
    line-height: 2.5rem;
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-top__btn {
    margin-top: 90px;
    margin-top: 5.625rem;
  }
  .p-voice__inner {
    padding-left: 100px;
    padding-left: 6.25rem;
    padding-right: 100px;
    padding-right: 6.25rem;
  }
  .p-voice__grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-voice__card {
    padding-bottom: 114px;
    padding-bottom: 7.125rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  .p-voice__card-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 45px;
    line-height: 2.8125rem;
    min-height: 100px;
    min-height: 6.25rem;
  }
  .p-voice__card-text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32.4px;
    line-height: 2.025rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .nav-links ul li a,
  .nav-links ul li span {
    font-size: 16px;
    font-size: 1rem;
  }
  .nav-links ul li {
    margin: 0 15px;
    margin: 0 0.9375rem;
  }
  .nav-links ul li a,
  .nav-links ul li span {
    padding: 14px 18px;
    padding: 0.875rem 1.125rem;
  }
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
}

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

@media screen and (hover: hover) and (min-width: 768px){
  a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

@media (hover: hover){
  .p-post-card__link:not(:has(.p-post-card__text-wrap--industry)):hover {
    opacity: 1;
  }
  .p-post-card__link:not(:has(.p-post-card__text-wrap--industry)):hover .p-post-card__wrap {
    opacity: 0.7;
    transition: opacity 0.3s ease;
  }
  .p-post-card__link:has(.p-post-card__text-wrap--industry):hover {
    opacity: 1 !important;
  }
  .p-post-card__link:has(.p-post-card__text-wrap--industry):hover .p-post-card__wrap {
    opacity: 1 !important;
  }
  .p-case__card:hover {
    opacity: 1;
  }
}

@media (max-width: 768px){
  .p-job-search-form__tag-text {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 6px 12px;
    padding: 0.375rem 0.75rem;
  }
}

@media screen and (min-width: 1200px){
  .p-sub-industry__wrap {
    padding-bottom: 130px;
    padding-bottom: 8.125rem;
    padding-top: 200px;
    padding-top: 12.5rem;
  }
  .p-sub-industry__body {
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-left: 180px;
    padding-left: 11.25rem;
    padding-right: 180px;
    padding-right: 11.25rem;
    padding-top: 80px;
    padding-top: 5rem;
  }
  .p-sub-industry__list-item::after {
    width: 60%;
  }
}
/*# sourceMappingURL=style.css.map */
