@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
@font-face {
  font-family: "Kiyosuna-b";
  src: url("../fonts/kiyosuna-b.woff2") format("woff2"), url("../fonts/kiyosuna-b.woff") format("woff"), url("../fonts/kiyosuna-b.ttf") format("truetype");
}
@font-face {
  font-family: "Kiyosuna-l";
  src: url("../fonts/kiyosuna-l.woff2") format("woff2"), url("../fonts/kiyosuna-l.woff") format("woff"), url("../fonts/kiyosuna-l.ttf") format("truetype");
}
/* font-size */
/* ============================================ */
/* staff */
/* ============================================ */
.staff-main {
  padding: 20px 0 145px;
  position: relative;
}
@media all and (max-width: 896px) {
  .staff-main {
    padding-bottom: 200px;
  }
}
.staff-main__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.staff-main__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% 50%;
     object-position: 80% 50%;
}
.staff-main__img {
  width: 317px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -480px 0;
}
@media all and (max-width: 1025px) {
  .staff-main__img {
    width: 250px;
    translate: -380px 0;
  }
}
@media all and (max-width: 896px) {
  .staff-main__img {
    width: 200px;
    bottom: 10px;
    left: 32px;
    translate: 0 0;
  }
}
.staff-main .second-breadcrumb {
  position: relative;
  z-index: 20;
}

.second-contents__wrapper {
  container-type: inline-size;
}
.second-contents__wrapper .staff-catch {
  word-break: keep-all;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .staff-catch {
    font-size: 1rem;
  }
}
.second-contents__wrapper .staff-btn {
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .staff-btn {
    max-width: 340px;
    margin-top: 40px;
  }
}
.second-contents__wrapper .staff-btn__link {
  padding: 12px 40px;
  border: 2px solid #ff0018;
  border-radius: 8px;
  display: grid;
  place-content: center;
  gap: 30px;
  color: #ff0018;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: transparent;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .staff-btn__link {
    padding: 10px 28px;
    border-width: 1px;
    border-radius: 6px;
    font-size: 1rem;
    gap: 20px;
  }
}
@media (hover: hover) {
  .second-contents__wrapper .staff-btn__link:hover {
    opacity: 1;
    color: #fff;
  }
  .second-contents__wrapper .staff-btn__link:hover::before {
    scale: 40;
  }
  .second-contents__wrapper .staff-btn__link:hover::after {
    background-image: url("../images/common/arrow_heart_white.svg");
  }
}
.second-contents__wrapper .staff-btn__link::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #ff0018;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -10;
  translate: -50% -50%;
  scale: 0;
  transition: scale 0.3s ease-out;
}
.second-contents__wrapper .staff-btn__link::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 16px;
  background: url("../images/common/arrow_heart.svg") center center/contain no-repeat;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .staff-btn__link::after {
    width: 11px;
    height: 13.5px;
    right: 12px;
  }
}
.second-contents__wrapper .staff-category {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 2.4cqw;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .staff-category {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 32px;
  }
}
.second-contents__wrapper .staff-category__link {
  display: grid;
  place-content: center;
  padding: 30px 40px;
  background: #ff808b;
  color: #fff;
  border-radius: 8px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .staff-category__link {
    padding: 16px 28px;
    border-radius: 6px;
  }
}
@media all and (max-width: 480px) {
  .second-contents__wrapper .staff-category__link {
    min-height: 78px;
  }
}
.second-contents__wrapper .staff-category__link::after {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  background: url("../images/common/arrow_heart_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .staff-category__link::after {
    width: 11px;
    height: 13.5px;
    right: 10px;
  }
}
@media (hover: hover) {
  .second-contents__wrapper .staff-category__link:hover {
    opacity: 0.7;
  }
}
.second-contents__wrapper .staff-category__txt {
  word-break: keep-all;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .staff-category__txt {
    font-size: 0.875rem;
  }
}
.second-contents__wrapper .staff-category__txt .txt_small {
  font-size: 0.9em;
}
.second-contents__wrapper .is-style-group-bg.staff-survey {
  margin-top: 120px;
  padding: 60px 32px 80px;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .is-style-group-bg.staff-survey {
    margin-top: 60px;
    padding: 40px 32px 50px;
  }
}
@media all and (max-width: 480px) {
  .second-contents__wrapper .is-style-group-bg.staff-survey {
    padding-inline: 20px;
  }
}
.second-contents__wrapper .is-style-group-bg .staff-survey__txt {
  word-break: keep-all;
  text-align: center;
  line-height: 2.1;
}
@media all and (max-width: 896px) {
  .second-contents__wrapper .is-style-group-bg .staff-survey__txt {
    word-break: normal;
    text-align: left;
  }
}

/* modal */
/* ============================================ */
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal__container {
  width: 100%;
  max-width: 1040px;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__content {
  margin: 20px;
}

.staff-modal {
  letter-spacing: 0.02em;
}
.staff-modal__contents {
  padding: 50px 40px;
  background: #FBF8E8;
  border-radius: 16px;
  position: relative;
}
@media all and (max-width: 896px) {
  .staff-modal__contents {
    padding: 40px 20px 30px;
  }
}
.staff-modal__close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff0018;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media all and (max-width: 896px) {
  .staff-modal__close {
    top: 10px;
    right: 10px;
  }
}
.staff-modal__close > span {
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
}
.staff-modal__close > span:nth-of-type(1) {
  rotate: 45deg;
}
.staff-modal__close > span:nth-of-type(2) {
  rotate: -45deg;
}
.staff-modal__ttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 16px;
  border-bottom: 1px dashed #ff0018;
}
@media all and (max-width: 896px) {
  .staff-modal__ttl {
    font-size: 1.75rem;
    padding-bottom: 14px;
  }
}
.staff-modal__ttl .txt_small {
  font-size: 0.9em;
}
.staff-modal__none {
  margin-top: 30px;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
@media all and (max-width: 896px) {
  .staff-modal__none {
    margin-top: 20px;
  }
}
.staff-modal__average {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media all and (max-width: 896px) {
  .staff-modal__average {
    margin-top: 20px;
  }
}
.staff-modal__average__item {
  padding: 10px;
  width: calc((100% - 50px) / 6);
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}
@media all and (max-width: 896px) {
  .staff-modal__average__item {
    width: calc((100% - 20px) / 3);
  }
}
@media all and (max-width: 480px) {
  .staff-modal__average__item {
    width: calc((100% - 10px) / 2);
  }
}
.staff-modal__average__ttl {
  word-break: keep-all;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #000;
}
@media all and (max-width: 896px) {
  .staff-modal__average__ttl {
    font-size: 0.75rem;
  }
}
.staff-modal__average__block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  line-height: 1;
}
.staff-modal__average__block dt {
  flex-shrink: 0;
  width: 30px;
}
@media all and (max-width: 896px) {
  .staff-modal__average__block dt {
    width: 26px;
  }
}
.staff-modal__average__block dd {
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .staff-modal__average__block dd {
    font-size: 1.75rem;
  }
}
.staff-modal__list {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .staff-modal__list {
    margin-top: 24px;
  }
}
.staff-modal__list__item {
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .staff-modal__list__item {
    padding: 20px;
    margin-top: 24px;
  }
}
.staff-modal__list__item:first-of-type {
  margin-top: 0;
}
.staff-modal__list__inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media all and (max-width: 600px) {
  .staff-modal__list__inner {
    flex-direction: column;
    align-items: center;
  }
}
.staff-modal__list__block {
  flex-shrink: 0;
  width: 180px;
}
@media all and (max-width: 896px) {
  .staff-modal__list__block {
    width: 150px;
  }
}
.staff-modal__list__img {
  display: none;
  border: 1px solid #000;
}
.staff-modal__list__img.--active {
  display: block;
}
.staff-modal__list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.staff-modal__list__contents {
  flex-grow: 1;
}
@media all and (max-width: 600px) {
  .staff-modal__list__contents {
    width: 100%;
  }
}
.staff-modal__list__name {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
}
@media all and (max-width: 896px) {
  .staff-modal__list__name {
    font-size: 1.125rem;
  }
}
.staff-modal__rate {
  margin-top: 12px;
}
.staff-modal__rate__item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}
@media all and (max-width: 896px) {
  .staff-modal__rate__item {
    margin-top: 2px;
  }
}
.staff-modal__rate__item:first-of-type {
  margin-top: 0;
}
.staff-modal__rate__item dt {
  word-break: keep-all;
  width: 180px;
  font-size: 0.9375rem;
  padding-top: 6px;
}
@media all and (max-width: 896px) {
  .staff-modal__rate__item dt {
    width: 160px;
    font-size: 0.8125rem;
  }
}
.staff-modal__rate__item dd {
  flex-shrink: 0;
  width: 124px;
}
@media all and (max-width: 896px) {
  .staff-modal__rate__item dd {
    width: 100px;
  }
}
.staff-modal__rate__star {
  display: none;
}
.staff-modal__rate__star.--active {
  display: block;
}
.staff-modal__message {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .staff-modal__message {
    margin-top: 16px;
  }
}
.staff-modal__message__ttl {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  .staff-modal__message__ttl {
    font-size: 0.75rem;
  }
}
.staff-modal__message__contents {
  font-size: 1rem;
  line-height: 2;
  margin-top: 6px;
}
@media all and (max-width: 896px) {
  .staff-modal__message__contents {
    font-size: 0.875rem;
    margin-top: 4px;
  }
}
.staff-modal__back {
  text-align: center;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .staff-modal__back {
    margin-top: 16px;
  }
}
.staff-modal__back__btn {
  text-decoration: underline;
  text-underline-offset: 0.5em;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .staff-modal__back__btn:hover {
    opacity: 0.7;
  }
}

/**************************\
  Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}