@charset "UTF-8";
.c-about-top-card__desc,
.c-btn01 *,
.c-strength-top-card__txt {
  font-size: 14px;
  font-size: 0.875rem;
}
.c-about-top-card__ttl-en {
  font-size: 16px;
  font-size: 1rem;
}
.c-about-top-card__ttl-ja,
.c-strength-top-card__ttl {
  font-size: 18px;
  font-size: 1.125rem;
}
.l-contact {
  position: relative;
  z-index: 0;
  margin-top: 60px;
}
.l-contact__bk-img {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #008ca8;
  width: clamp(100px, 30.612244898vw + -14.795px, 475px);
  width: clamp(6.25rem, 30.612244898vw + -0.924744898rem, 29.6875rem);
  aspect-ratio: 475/737;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10%;
  translate: 0 -50%;
}
.l-mv {
  position: relative;
  z-index: 2;
  color: #fff;
}
.l-lead {
  margin-top: 60px;
  padding-bottom: 30px;
}
.l-staff {
  margin-top: 60px;
  padding-bottom: 30px;
}
.l-culture {
  margin-top: 60px;
  padding-bottom: 30px;
}
.l-photo {
  margin-top: 60px;
  padding-bottom: 30px;
}
.l-referral {
  margin-top: 60px;
  padding-bottom: 60px;
}
.l-interview {
  margin-top: 60px;
  padding-bottom: 30px;
}
.l-interview__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.l-interview__bk {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 40px;
}
.l-interview__bk-img {
  overflow: hidden;
}
.l-interview__bk-img img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1600/578;
} /*!
component > Loading
------------------------------
*/
.is_loadding .c_loading {
  pointer-events: all;
  opacity: 1;
}
.c_loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #008ca8;
  opacity: 0;
}
.c_loading__content {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.c_loading__item {
  position: absolute;
  top: 4px;
  left: -7px;
  width: 12px;
  height: 12px;
  margin: 2px;
  margin-left: 15px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.c_loading__item:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}
.c_loading__item:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}
@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
} /*!
component > cookiewrap
------------------------------
*/
#cookiewrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: 100%;
  padding: 20px;
  color: #fff;
  background: #008ca8;
}
#cookiewrap .inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#cookiewrap .inner .close {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  text-align: right;
}
#cookiewrap .inner .close a {
  display: block;
  padding: 8px;
  border: 1px solid #fff;
}
#cookiewrap .inner .txt {
  padding-bottom: 45px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}
#cookiewrap .inner .txt a {
  text-decoration: underline;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.c-hamburger-menu {
  display: inline-block;
  position: relative;
  width: 37px;
  height: 28px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-hamburger-menu span {
  display: inline-block;
  position: absolute;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 2px;
}
.c-hamburger-menu__line01 {
  top: 0;
  left: 0;
  width: 100%;
}
.c-hamburger-menu__line02 {
  top: 13px;
  left: 0;
  width: 100%;
}
.c-hamburger-menu__line03 {
  bottom: 0;
  right: 0;
  width: 100%;
}
.is-nav-open .c-hamburger-menu__line01 {
  -webkit-transform: translateY(13px) rotate(-315deg);
  transform: translateY(13px) rotate(-315deg);
  background-color: #fff !important;
}
.is-nav-open .c-hamburger-menu__line02 {
  opacity: 0;
}
.is-nav-open .c-hamburger-menu__line03 {
  -webkit-transform: translateY(-13px) rotate(315deg);
  transform: translateY(-13px) rotate(315deg);
  width: 100%;
  background-color: #fff !important;
}
.c-content-width01 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
.c-content-width02 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
.c-content-width03 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
.c-page-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out 0.4s;
  transition: 0.4s ease-in-out 0.4s;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
}
.c-page-top-btn.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.is-lock .c-page-top-btn,
.is-nav-open .c-page-top-btn {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
}
.is-loadding .c-page-top-btn {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
}
.c-page-top-btn__body {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #008ca8;
  border: 1px solid #2b9fb7;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.c-page-top-btn__body::before {
  position: absolute;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  top: 50%;
  left: 50%;
  width: 11px;
  height: 8px;
  content: "";
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-ttl01 {
  font-family: "Zen Old Mincho", serif;
  color: #008ca8;
  font-weight: 500;
  font-size: clamp(24px, 1.306122449vw + 19.102px, 40px);
  font-size: clamp(1.5rem, 1.306122449vw + 1.193877551rem, 2.5rem);
  line-height: 1.45;
  letter-spacing: 0.1em;
}
.c-zenmin {
  font-family: "Zen Old Mincho", serif;
}
.c-top-txt01 {
  font-weight: 500;
  line-height: 3.75;
  letter-spacing: 0.06em;
  font-size: 16px;
  font-size: 1rem;
}
.c-txt12 {
  font-size: 10px;
  font-size: 0.625rem;
}
.c-txt14 {
  font-size: 12px;
  font-size: 0.75rem;
}
.c-txt16 {
  font-size: 14px;
  font-size: 0.875rem;
}
.c-txt18 {
  font-size: 16px;
  font-size: 1rem;
}
.c-txt20 {
  font-size: 16px;
  font-size: 1rem;
}
.c-txt24 {
  font-size: 18px;
  font-size: 1.125rem;
}
.c-txt28 {
  font-size: 18px;
  font-size: 1.125rem;
}
.c-txt32 {
  font-size: 20px;
  font-size: 1.25rem;
}
.c-txt40 {
  font-size: 24px;
  font-size: 1.5rem;
}
.c-txt52 {
  font-size: 28px;
  font-size: 1.75rem;
}
.c-txt60 {
  font-size: 30px;
  font-size: 1.875rem;
}
.c-txt80 {
  font-size: 40px;
  font-size: 2.5rem;
}
.c-btn01 {
  color: #fff;
  max-width: 277px;
  width: 100%;
}
.c-btn01 * {
  display: inline-block;
  background-color: #008ca8;
  position: relative;
  font-weight: 500;
  text-align: center;
  max-width: 277px;
  letter-spacing: 0.04em;
  width: 100%;
  border: 1px solid #008ca8;
  padding: 6.5px 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-btn01 ::before {
  content: "";
  display: inline-block;
  width: 5px;
  aspect-ratio: 5/7;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  left: 13px;
  top: calc(50% - 3.5px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-btn02 {
  color: #fff;
  max-width: 392px;
  width: 100%;
}
.c-btn02 * {
  display: block;
  position: relative;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  background-color: transparent;
  border: 1px solid #fff;
  font-weight: 500;
  line-height: 1;
  max-width: 392px;
  letter-spacing: 0.04em;
  width: 100%;
  border: 1px solid #fff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  margin-inline: auto;
}
.c-btn02 ::after {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 8/11;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  right: 16px;
  top: calc(50% - 5.5px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-btn02 a:hover {
  color: #008ca8;
  background-color: #fff;
  opacity: 1;
}
.c-btn02 a:hover::after {
  background-color: #008ca8;
}
.c-arrow__left {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: #008ca8;
  border: 1px solid #008ca8;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-arrow__left::before {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 8/11;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  rotate: -180deg;
}
.c-arrow__right {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: #008ca8;
  border: 1px solid #008ca8;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-arrow__right::before {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 8/11;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-top-sect-ttl01 {
  font-weight: 500;
  font-size: clamp(70px, 15.625vw + -50px, 200px);
  font-size: clamp(4.375rem, 15.625vw + -3.125rem, 12.5rem);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-top-sect-ttl01__img {
  width: 11.15px;
}
.c-top-sect-ttl01__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6111111111;
  letter-spacing: 0.1em;
  color: #1a1311;
  margin-left: 17px;
}
.c-about-top-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-about-top-card__img {
  max-width: 300px;
  width: 100%;
  overflow: hidden;
}
.c-about-top-card__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-about-top-card__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.c-about-top-card__ttl-en {
  font-family: "Zen Old Mincho", serif;
  color: #008ca8;
  font-weight: 400;
  line-height: 1.5;
}
.c-about-top-card__ttl-ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.08em;
  margin-top: 11px;
}
.c-about-top-card__desc {
  background-color: #008ca8;
  color: #fff;
  position: relative;
  font-weight: 500;
  text-align: center;
  max-width: 290px;
  letter-spacing: 0.04em;
  width: 100%;
  border: 1px solid #008ca8;
  padding: 6.5px 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin-top: 35px;
}
.c-about-top-card__desc::before {
  content: "";
  display: inline-block;
  width: 5px;
  aspect-ratio: 5/7;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  left: 13px;
  top: calc(50% - 3.5px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-strength-top-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-strength-top-card__img {
  width: 100%;
  overflow: hidden;
}
.c-strength-top-card__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-strength-top-card__ttl {
  position: relative;
  margin-top: 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.08em;
  margin-top: 11px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-strength-top-card__ttl::before {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 8/11;
  background-color: #008ca8;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  left: -20px;
  top: calc(50% - 5.5px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-strength-top-card__txt {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-top: 12px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.c-labo-slider a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-labo-slider__img {
  overflow: hidden;
  aspect-ratio: 275/249;
}
.c-labo-slider__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-labo-slider__info-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 21px;
}
.c-labo-slider__info-tag-name {
  font-weight: 500;
  color: #008ca8;
  letter-spacing: 0.1em;
  line-height: 1.5714285714;
}
.c-labo-slider__info-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-top: 25px;
}
.c-labo-slider__info-txt {
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-top: 13px;
}
.c-staff-slider a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-staff-slider__img {
  overflow: hidden;
  aspect-ratio: 276/470;
}
.c-staff-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-staff-slider__info-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.c-staff-slider__info-tag-name {
  font-weight: 500;
  color: #008ca8;
  letter-spacing: 0.1em;
  line-height: 1.5714285714;
}
.c-staff-slider__info-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  margin-top: 20px;
}
.c-staff-slider__info-txt {
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-top: 18px;
}
.c-top-news {
  position: relative;
}
.c-top-news::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, #bebebe 2px, transparent 2px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  height: 1px;
  width: 100%;
}
.c-top-news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-top-news__info {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 40px;
}
.c-top-news__info-date {
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  position: relative;
}
.c-top-news__info-date::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 17px;
  background-color: #c4c4c4;
  position: absolute;
  right: -19px;
  top: calc(50% - 8.5px);
}
.c-top-news__info-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.c-top-news__info-tag-name {
  color: #008ca8;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
}
.c-top-news__content {
  margin-top: 25px;
  position: relative;
  padding-bottom: 20px;
}
.c-top-news__content-ttl {
  max-width: 900px;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-top-news__content-txt {
  max-width: 900px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
.c-top-news__content-icon {
  line-height: 1.5714285714;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 10px;
  gap: 15px;
}
.c-top-news__content-icon-box {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #008ca8;
  background-color: #008ca8;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-top-news__content-icon-box::before {
  content: "";
  display: inline-block;
  width: 4px;
  aspect-ratio: 4/5;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-company-top-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-company-top-card__top {
  background-color: #fff;
  padding: clamp(10px, 3.6016949153vw + -17.661px, 27px) clamp(10px, 3.6016949153vw + -17.661px, 27px);
  padding: clamp(0.625rem, 3.6016949153vw + -1.1038135593rem, 1.6875rem)
    clamp(0.625rem, 3.6016949153vw + -1.1038135593rem, 1.6875rem);
}
.c-company-top-card__img {
  width: 100%;
  overflow: hidden;
}
.c-company-top-card__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-company-top-card__ttl {
  position: relative;
  margin-top: 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.45;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  margin-top: 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-company-top-card__ttl::before {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 8/11;
  background-color: #008ca8;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  left: -20px;
  top: calc(50% - 5.5px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.c-pagenation__item > a {
  display: inline-block;
  width: 100%;
}
.c-pagenation__item-btn {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 1/1;
  color: #fff;
  background-color: #008ca8;
  border-radius: 50%;
  border: 1px solid #008ca8;
  width: 30px;
  height: 30px;
}
.is-current .c-pagenation__item-btn {
  background-color: transparent;
  color: #008ca8;
}
.c_staff-mv01 {
  position: relative;
  width: 100%;
  height: max(667px, 100svh);
  z-index: 1;
}
.c_staff-mv01__imgarea {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.c_staff-mv01__imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c_staff-mv01__heading {
  width: 100%;
  position: absolute;
  bottom: 142px;
  bottom: clamp(30px, 9.1428571429vw + -4.285px, 142px);
  bottom: clamp(1.875rem, 9.1428571429vw + -0.2678571429rem, 8.875rem);
  /*
  -webkit-transition: 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  */
  visibility: visible;
  opacity: 1;
  translate: 0 40px;
}
.is-MV-show .c_staff-mv01__heading {
  visibility: visible;
  opacity: 1;
  translate: none;
}
.c_staff-mv01__heading-content{
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 16px;
}
.c_staff-mv01__heading-info,
.c_staff-mv01__heading-name,
.c_staff-mv01__heading-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-shadow: 1px 1px 2px #fffcf8;
}
.c_staff-mv01__heading-ttl01 {
  color: #008ca8;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.625;
}
.c_staff-mv01__heading-ttl02 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4583333333;
  margin-top: 10px;
}
.c_staff-mv01__heading-name {
  margin-top: 20px;
}
.c_staff-mv01__heading-name01 {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.625;
}
.c_staff-mv01__heading-name02 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4375;
  margin-top: 8px;
}
.c_staff-mv01__heading-name03 {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.625;
}
.c_staff-mv01__heading-info {
  margin-top: 16px;
  row-gap: 10px;
}
.c_staff-mv01__heading-info01 {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.625;
}
.c_staff-mv01__heading-info02 {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.625;
}
.c_staff-mv01__heading-info03 {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.625;
}
.js-fade-in,
.js-fade-in-self {
  opacity: 0;
  visibility: hidden;
}
.p-contact {
  background: url(../images/top/bk_contact@2x.webp) no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 40px;
}
.p-contact__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(24px, 1.8497109827vw + 17.063px, 40px);
  font-size: clamp(1.5rem, 1.8497109827vw + 1.0664739884rem, 2.5rem);
  letter-spacing: 0.1em;
  line-height: 1.45;
}
.p-contact__txt {
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 16px;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
}
.p-contact__btn {
  margin-inline: auto;
  text-align: left;
  margin-top: 20px;
  max-width: 90%;
}
.p-contact__btn a {
  padding: 24px 0;
  padding-left: clamp(20px, 3.1779661017vw + -4.406px, 35px);
  padding-left: clamp(1.25rem, 3.1779661017vw + -0.2754237288rem, 2.1875rem);
}
.p-lead__ttl {
  letter-spacing: 0.1em;
}
.p-lead__txt {
  margin-top: 42px;
  letter-spacing: 0.08em;
  line-height: 1.45;
}
.p-staff__header-lead {
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
.p-staff__header-txt {
  margin-top: 16px;
  max-width: 966px;
}
.p-staff__header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-staff__body {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}
.p-staff__body-ttl {
  grid-area: head;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-staff__body-ttl01 {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.625;
  color: #008ca8;
}
.p-staff__body-ttl02 {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.625;
  font-family: "Zen Old Mincho", serif;
  margin-top: 5px;
}
.p-staff__body-leftarea {
  grid-area: img;
}
.p-staff__body-leftarea .c-btn01 {
  margin-top: 20px;
}
.p-staff__body-linkarea {
  overflow: hidden;
  display: block;
}
.p-staff__body-img {
  overflow: hidden;
  margin-top: 20px;
}
.p-staff__body-img img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 880/940;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.p-staff__body-content {
  grid-area: body;
  margin-top: 20px;
}
.p-staff__body-content-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 0.04em;
  line-height: 1.625;
}
.p-staff__body-content-name02 {
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4375;
  margin-top: 8px;
}
.p-staff__body-content-name03 {
  margin-top: 16px;
}
.p-staff__body-content-txt {
  margin-top: 16px;
  letter-spacing: 0.06em;
}
.p-staff__body-content-list {
  margin-top: 20px;
}
.p-staff__body-content-item + .p-staff__body-content-item {
  margin-top: 40px;
}
.p-staff__body-content-item-ttl {
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4285714286;
  color: #008ca8;
  letter-spacing: 0.1em;
  font-weight: 500;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 4px;
  padding-left: 25px;
  position: relative;
}
.p-staff__body-content-item-ttl::before {
  content: "Q.";
  position: absolute;
  left: 0;
}
.p-staff__body-content-item-txt {
  margin-top: 20px;
  letter-spacing: 0.06em;
}
.p-culture__header-lead {
  margin-top: 20px;
}
.p-culture__header-txt {
  margin-top: 16px;
  max-width: 966px;
}
.p-culture__body {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}
.p-culture__body-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.p-culture__body-item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: clamp(20px, 4.4471153846vw + 3.634px, 57px);
  padding-top: clamp(1.25rem, 4.4471153846vw + 0.2271634615rem, 3.5625rem);
  padding-bottom: clamp(20px, 4.4471153846vw + 3.634px, 57px);
  padding-bottom: clamp(1.25rem, 4.4471153846vw + 0.2271634615rem, 3.5625rem);
  padding-right: clamp(10px, 1.2019230769vw + 5.576px, 20px);
  padding-right: clamp(0.625rem, 1.2019230769vw + 0.3485576923rem, 1.25rem);
  padding-left: clamp(10px, 1.2019230769vw + 5.576px, 20px);
  padding-left: clamp(0.625rem, 1.2019230769vw + 0.3485576923rem, 1.25rem);
}
.p-culture__body-item-img {
  max-width: 300px;
  overflow: hidden;
}
.p-culture__body-item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 300/260;
}
.p-culture__body-item-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.5;
  color: #008ca8;
}
.p-culture__body-item-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.5;
  color: #008ca8;
  margin-top: 20px;
}
.p-culture__body-item-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  text-align: center;
}
.p-culture__body-item-txt01 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4583333333;
}
.p-culture__body-item-txt02 {
  margin-top: 6px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.p-photo__header-lead {
  margin-top: 20px;
}
.p-photo__header-txt {
  margin-top: 16px;
  max-width: 966px;
}
.p-photo__body {
  margin-top: 30px;
}
.p-photo__body-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
}
.p-photo__body-item-img {
  overflow: hidden;
}
.p-photo__body-item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 414/359;
}
.p-photo__body-item-img-caption {
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 10px;
}
.p-referral__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-referral__header-lead {
  margin-top: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
}
.p-referral__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.p-referral__body {
  overflow: hidden;
  margin-top: 10px;
}
.p-referral__slider .slick-list {
  margin-right: calc(50% - 50vw);
}
.p-referral__slider .slick-slide {
  margin-right: clamp(20px, 2.4038461538vw + 1.538px, 40px);
  margin-right: clamp(1.25rem, 2.4038461538vw + 0.0961538462rem, 2.5rem);
}
.p-interview {
  max-width: 1380px;
  width: 100%;
}
.p-interview:nth-of-type(odd) {
  margin-left: auto;
  margin-right: 0;
}
.p-interview:nth-of-type(even) {
  margin-left: 0;
  margin-right: auto;
}
.p-interview__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.p-interview__content-item-heading {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 20px;
}
.p-interview__content-item-heading .c-top-sect-ttl01 {
  position: relative;
  right: -3px;
}
.p-interview__content-item-lead {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-top: 10px;
}
.p-interview__content-item-body {
  margin-top: 20px;
}
.p-interview__content-item-txt {
  letter-spacing: 0.06em;
  font-size: 16px;
  font-size: 1rem;
}
.p-interview__content-img {
  margin-top: 30px;
}
.staff .c_breadcrumb__item {
  color: #fff;
}
.staff .c_breadcrumb__item::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.staff .c_mv01__title {
  color: #fff;
}
.staff .c_mv01__desc {
  color: #fff;
}
.u-sp-only {
  display: block !important;
}
.u-pc-only {
  display: none;
}
.u_clblue02 {
  color: #008ca8;
}
.u_black {
  color: #1a1311;
}
.u_black02 {
  color: #262424;
}
.u_gray {
  color: #f4f4f4;
}
.u_gray02 {
  color: #f5f5f9;
}
.u_clwhite {
  color: #fff;
}
.u_clwhite02 {
  color: #fffcf8;
}
.u_clblue {
  color: #2b9fb7;
}
.u_zen {
  font-family: "Zen Old Mincho", serif;
}
.u_txt12 {
  font-size: 10px;
  font-size: 0.625rem;
}
.u_txt14 {
  font-size: 12px;
  font-size: 0.75rem;
}
.u_txt16 {
  font-size: 14px;
  font-size: 0.875rem;
}
.u_txt18 {
  font-size: 16px;
  font-size: 1rem;
}
.u_txt20 {
  font-size: 16px;
  font-size: 1rem;
}
.u_txt24 {
  font-size: 18px;
  font-size: 1.125rem;
}
.u_txt28 {
  font-size: 18px;
  font-size: 1.125rem;
}
.u_txt32 {
  font-size: 20px;
  font-size: 1.25rem;
}
.u_txt40 {
  font-size: 24px;
  font-size: 1.5rem;
}
.u_txt52 {
  font-size: 28px;
  font-size: 1.75rem;
}
.u_txt60 {
  font-size: 30px;
  font-size: 1.875rem;
}
.u_txt80 {
  font-size: 40px;
  font-size: 2.5rem;
}
.u_lh1 {
  line-height: 1;
}
.u_lh2 {
  line-height: 2;
}
.u_lh15 {
  line-height: 1.5;
}
.u_lh60_16 {
  line-height: 3.75;
}
.u_lh58_40 {
  line-height: 1.45;
}
.u_lh46_32 {
  line-height: 1.4375;
}
.u_fw400 {
  font-weight: 400;
}
.u_fw500 {
  font-weight: 500;
}
.u_fw700 {
  font-weight: 700;
}
.u_fw900 {
  font-weight: 900;
}
.u_ls0 {
  letter-spacing: 0;
}
.u_ls60 {
  letter-spacing: 0.06em;
}
.u_ls80 {
  letter-spacing: 0.08em;
}
.u_ls100 {
  letter-spacing: 0.1em;
}
.u_ls200 {
  letter-spacing: 0.2em;
}
.u_ls300 {
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .c-about-top-card__desc,
  .c-btn01 *,
  .c-strength-top-card__txt {
    font-size: 1rem;
  }
  .c-about-top-card__ttl-en {
    font-size: 1.125rem;
  }
  .c-about-top-card__ttl-ja,
  .c-strength-top-card__ttl {
    font-size: clamp(1.125rem, 1.2711864407vw + 0.5148305085rem, 1.5rem);
  }
  .l-contact {
    margin-top: 130px;
  }
  .l-lead {
    margin-top: 147px;
    padding-bottom: 60px;
  }
  .l-staff {
    margin-top: 99px;
    padding-bottom: 60px;
  }
  .l-culture {
    margin-top: 130px;
    padding-bottom: 60px;
  }
  .l-photo {
    margin-top: 112px;
    padding-bottom: 60px;
  }
  .l-referral {
    margin-top: 146px;
    padding-bottom: 286px;
  }
  .l-interview {
    margin-top: 136px;
    padding-bottom: 60px;
  }
  .l-interview__inner {
    gap: 96px;
  }
  .l-interview__bk {
    margin-top: 81px;
  }
  #cookiewrap {
    padding: 40px;
  }
  #cookiewrap .inner .close {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #cookiewrap .inner .txt {
    padding-right: 110px;
    padding-bottom: 0;
  }
  #cookiewrap .inner .txt a:hover {
    text-decoration: none;
  }
  .c-hamburger-menu {
    width: 50px;
  }
  .c-hamburger-menu span {
    height: 2px;
  }
  .c-content-width01 {
    max-width: 1320px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .c-content-width02 {
    max-width: 1040px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .c-content-width03 {
    max-width: 1600px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .c-page-top-btn {
    right: 40px;
    bottom: 40px;
  }
  .c-page-top-btn__body {
    width: 50px;
    height: 50px;
  }
  .c-top-txt01 {
    font-size: 1.125rem;
  }
  .c-txt12 {
    font-size: 0.75rem;
  }
  .c-txt14 {
    font-size: 0.875rem;
  }
  .c-txt16 {
    font-size: 1rem;
  }
  .c-txt18 {
    font-size: 1.125rem;
  }
  .c-txt20 {
    font-size: 1.25rem;
  }
  .c-txt24 {
    font-size: clamp(1.125rem, 1.2711864407vw + 0.5148305085rem, 1.5rem);
  }
  .c-txt28 {
    font-size: clamp(1.125rem, 2.1186440678vw + 0.1080508475rem, 1.75rem);
  }
  .c-txt32 {
    font-size: clamp(1.25rem, 2.5423728814vw + 0.0296610169rem, 2rem);
  }
  .c-txt40 {
    font-size: clamp(1.5rem, 3.3898305085vw + -0.1271186441rem, 2.5rem);
  }
  .c-txt52 {
    font-size: clamp(1.75rem, 5.0847457627vw + -0.6906779661rem, 3.25rem);
  }
  .c-txt60 {
    font-size: clamp(1.875rem, 6.3559322034vw + -1.1758474576rem, 3.75rem);
  }
  .c-txt80 {
    font-size: clamp(2.5rem, 8.4745762712vw + -1.5677966102rem, 5rem);
  }
  .c-btn02 * {
    font-size: 1.25rem;
  }
  .c-btn02 ::after {
    right: 29px;
  }
  .c-arrow__left {
    width: 51px;
    height: 51px;
  }
  .c-arrow__right {
    width: 51px;
    height: 51px;
  }
  .c-top-sect-ttl01__txt {
    font-size: 1.125rem;
  }
  .c-about-top-card__ttl {
    margin-top: 30px;
  }
  .c-strength-top-card__ttl {
    margin-top: 20px;
  }
  .c-strength-top-card__txt {
    margin-top: 26px;
  }
  .c-labo-slider__info-ttl {
    font-size: 1.25rem;
  }
  .c-staff-slider__info-ttl {
    font-size: 1.25rem;
  }
  .c-top-news__content {
    display: block;
    padding-bottom: 20px;
    padding-right: 120px;
  }
  .c-top-news__content-ttl {
    font-size: 1.25rem;
  }
  .c-top-news__content-txt {
    font-size: 1rem;
  }
  .c-top-news__content-icon {
    position: absolute;
    right: clamp(1rem, 3.6016949153vw + -0.7288135593rem, 2.0625rem);
    bottom: 16px;
  }
  .c-company-top-card__ttl {
    font-size: 1.25rem;
    margin-top: 40px;
  }
  .c-pagenation__item-btn {
    width: 40px;
    height: 40px;
  }
  .c_staff-mv01 {
    height: max(700px, 100svh);
  }
  .c_staff-mv01__heading-content{
    padding: 40px 60px;
  }
  .c_staff-mv01__heading-info,
  .c_staff-mv01__heading-name,
  .c_staff-mv01__heading-ttl {
    text-shadow: none;
    font-size: 1rem;
  }
  .c_staff-mv01__heading-name {
    margin-top: 46px;
  }
  .c_staff-mv01__heading-info {
    row-gap: 24px;
  }
  .p-contact {
    padding-top: 73px;
    padding-bottom: 80px;
  }
  .p-contact__txt {
    font-size: 1.125rem;
    margin-top: 32px;
    text-align: center;
  }
  .p-contact__btn {
    margin-top: 40px;
  }
  .p-lead {
    text-align: center;
  }
  .p-staff__header-lead {
    margin-top: 39px;
  }
  .p-staff__header-txt {
    margin-top: 30px;
  }
  .p-staff__header-menu {
    display: grid;
    margin-top: 32px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-template-columns: minmax(200px, 260px) minmax(200px, 260px) minmax(230px, 260px);
  }
  .p-staff__body {
    margin-top: 100px;
    gap: 163px;
  }
  .p-staff__body-sect {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(200px, 640px);
    grid-template-rows: auto 1fr;
    grid-template-areas: "img head" "img body";
    -webkit-column-gap: 4.0322580645%;
    -moz-column-gap: 4.0322580645%;
    column-gap: 4.0322580645%;
  }
  .p-staff__body-sect:nth-of-type(even) {
    grid-template-columns: minmax(200px, 640px) minmax(300px, 1fr);
    grid-template-rows: 1fr auto;
    grid-template-areas: "head img" "body img";
  }
  .p-staff__body-sect:nth-of-type(even) .p-staff__body-leftarea .c-btn01 {
    margin-left: auto;
  }
  .p-staff__body-ttl01 {
    font-size: 1rem;
  }
  .p-staff__body-leftarea {
    max-width: 552px;
  }
  .p-staff__body-leftarea .c-btn01 {
    margin-top: 40px;
  }
  .p-staff__body-linkarea:hover .p-staff__body-img img {
    scale: 1.1;
  }
  .p-staff__body-img {
    max-width: 552px;
    margin-top: 0;
  }
  .p-staff__body-content {
    margin-top: 45px;
  }
  .p-staff__body-content-name02 {
    margin-top: 20px;
  }
  .p-staff__body-content-name03 {
    margin-top: 30px;
  }
  .p-staff__body-content-txt {
    margin-top: 32px;
  }
  .p-staff__body-content-list {
    margin-top: 60px;
  }
  .p-staff__body-content-item + .p-staff__body-content-item {
    margin-top: 67px;
  }
  .p-staff__body-content-item-ttl {
    padding-bottom: 11px;
    padding-left: 33px;
  }
  .p-staff__body-content-item-txt {
    margin-top: 35px;
  }
  .p-culture__header-lead {
    margin-top: 39px;
  }
  .p-culture__header-txt {
    margin-top: 30px;
  }
  .p-culture__body {
    margin-top: 74px;
    gap: 163px;
  }
  .p-culture__body-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-culture__body-item-ttl {
    margin-top: 32px;
  }
  .p-culture__body-item-txt {
    margin-top: 16px;
  }
  .p-photo__header-lead {
    margin-top: 39px;
  }
  .p-photo__header-txt {
    margin-top: 30px;
  }
  .p-photo__body {
    margin-top: 49px;
  }
  .p-photo__body-list {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    row-gap: 40px;
  }
  .p-photo__body-item-img-caption {
    font-size: 1rem;
    margin-top: 15px;
  }
  .p-referral {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-referral__header {
    width: max(400px, 43.9516129032%);
    max-width: 414px;
    margin-top: -3px;
  }
  .p-referral__header-lead {
    margin-top: 52px;
  }
  .p-referral__arrows {
    gap: 33px;
    margin-top: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p-referral__body {
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    width: 100%;
  }
  .p-referral__slider .slick-slide {
    width: max(250px, 17.25vw);
  }
  .p-interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-interview:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .p-interview:nth-of-type(3) {
    margin-top: 44px;
  }
  .p-interview__content-wrap {
    max-width: 690px;
    width: 50%;
    gap: 51px;
  }
  .p-interview__content-item-heading {
    padding-bottom: 40px;
    margin-top: -2px;
  }
  .p-interview__content-item-lead {
    margin-top: 20px;
  }
  .p-interview__content-item-body {
    margin-top: 35px;
  }
  .p-interview__content-item-txt {
    font-size: 1.125rem;
  }
  .p-interview__content-img {
    margin-top: 0;
    max-width: 620px;
    width: 44.9275362319%;
  }
  .single-staff .l-referral {
    margin-top: 156px;
  }
  .single-staff .p-referral__arrows {
    gap: 34px;
    margin-bottom: 4px;
  }
  .u-sp-only {
    display: none !important;
  }
  .u-pc-only {
    display: block;
  }
  .u_txt12 {
    font-size: 0.75rem;
  }
  .u_txt14 {
    font-size: 0.875rem;
  }
  .u_txt16 {
    font-size: 1rem;
  }
  .u_txt18 {
    font-size: 1.125rem;
  }
  .u_txt20 {
    font-size: 1.25rem;
  }
  .u_txt24 {
    font-size: clamp(1.125rem, 1.2711864407vw + 0.5148305085rem, 1.5rem);
  }
  .u_txt28 {
    font-size: clamp(1.125rem, 2.1186440678vw + 0.1080508475rem, 1.75rem);
  }
  .u_txt32 {
    font-size: clamp(1.25rem, 2.5423728814vw + 0.0296610169rem, 2rem);
  }
  .u_txt40 {
    font-size: clamp(1.5rem, 3.3898305085vw + -0.1271186441rem, 2.5rem);
  }
  .u_txt52 {
    font-size: clamp(1.75rem, 5.0847457627vw + -0.6906779661rem, 3.25rem);
  }
  .u_txt60 {
    font-size: clamp(1.875rem, 6.3559322034vw + -1.1758474576rem, 3.75rem);
  }
  .u_txt80 {
    font-size: clamp(2.5rem, 8.4745762712vw + -1.5677966102rem, 5rem);
  }
}
@media (any-hover: hover) {
  .c-btn01:hover {
    color: #008ca8;
  }
  .c-btn01:hover * {
    background-color: #fff;
  }
  .c-btn01:hover ::before {
    background-color: #008ca8;
  }
  .c-arrow__left:hover {
    background-color: #fff;
  }
  .c-arrow__left:hover::before {
    background-color: #008ca8;
  }
  .c-arrow__right:hover {
    background-color: #fff;
  }
  .c-arrow__right:hover::before {
    background-color: #008ca8;
  }
  .c-about-top-card:hover a {
    opacity: 1;
  }
  .c-about-top-card:hover .c-about-top-card__img img {
    scale: 1.1;
  }
  .c-about-top-card:hover .c-about-top-card__desc {
    color: #008ca8;
    background-color: #fff;
  }
  .c-about-top-card:hover .c-about-top-card__desc::before {
    background-color: #008ca8;
  }
  .c-strength-top-card:hover a {
    opacity: 1;
  }
  .c-strength-top-card:hover .c-strength-top-card__img img {
    scale: 1.1;
  }
  .c-strength-top-card:hover .c-strength-top-card__ttl {
    color: #008ca8;
  }
  .c-labo-slider:hover a {
    opacity: 1;
  }
  .c-labo-slider:hover .c-labo-slider__img img {
    scale: 1.1;
  }
  .c-staff-slider:hover a {
    opacity: 1;
  }
  .c-staff-slider:hover .c-staff-slider__img img {
    scale: 1.1;
  }
  .c-top-news:hover a {
    opacity: 1;
  }
  .c-top-news:hover .c-top-news__content-ttl {
    color: #008ca8;
  }
  .c-top-news:hover .c-top-news__content-icon-box {
    background-color: #fff;
  }
  .c-top-news:hover .c-top-news__content-icon-box::before {
    background-color: #008ca8;
  }
  .c-company-top-card:hover a {
    opacity: 1;
  }
  .c-company-top-card:hover .c-company-top-card__img img {
    scale: 1.1;
  }
  .c-company-top-card:hover .c-company-top-card__ttl {
    color: #008ca8;
  }
}
/*# sourceMappingURL=staff.min.css.map */
/*# sourceMappingURL=staff.min.css.map */
