@media only screen and (max-width: 768px) {
  .p-interview {
    margin-bottom: 16vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-interview {
    margin-bottom: min(138px, 10.78125vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-members {
    margin-bottom: 13.3333333333vw;
    padding-inline: 12.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-members {
    display: grid;
    gap: 3px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto min(150px, 11.71875vw);
    width: var(--box-width);
  }
}

.p-member-item {
  background: #F7F7F7;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-member-item {
    padding: 4vw 4vw 5.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-member-item {
    padding: min(33px, 2.578125vw) min(31px, 2.421875vw) min(22px, 1.71875vw);
  }
}
@media print, screen and (min-width: 769px) {
  .p-member-item:nth-child(3n+1) {
    translate: 0 min(80px, 6.25vw);
  }
}
@media print, screen and (min-width: 769px) {
  .p-member-item:nth-child(3n+2) {
    translate: 0 min(40px, 3.125vw);
  }
}
@media only screen and (max-width: 768px) {
  .p-member-item:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
}

.p-member-image {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-member-image {
    margin-bottom: 3.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-member-image {
    margin-bottom: min(13px, 1.015625vw);
  }
}
.p-member-image img {
  height: auto;
  width: 100%;
}

.p-member-message {
  display: flex;
  flex-direction: column;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-member-message {
    bottom: 1.8666666667vw;
    gap: 1.4666666667vw;
    left: -1.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-member-message {
    bottom: min(29px, 2.265625vw);
    gap: min(5px, 0.390625vw);
    left: max(-9px, -0.703125vw);
  }
}
.p-member-message span {
  background: #F7B9C3;
  color: #fff;
  display: block;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .p-member-message span {
    font-family: var(--ff-ss);
    font-size: 3.0666666667vw;
    line-height: 2.08;
    padding-inline: 1.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-member-message span {
    font-size: min(11px, 0.859375vw);
    line-height: 1.7272;
    padding-inline: min(6px, 0.46875vw);
  }
}

.p-member-info {
  align-items: flex-start;
  display: flex;
  font-family: var(--ff-ss);
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-member-info {
    margin-bottom: 4.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-member-info {
    margin-bottom: min(18px, 1.40625vw);
  }
}

.p-member-position {
  font-weight: 300;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .p-member-position {
    font-size: 3.0666666667vw;
    line-height: 1.478;
    margin-bottom: 0.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-member-position {
    font-size: min(13px, 1.015625vw);
    line-height: 1.461;
    margin-bottom: min(3px, 0.234375vw);
  }
}

.p-member-name {
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .p-member-name {
    font-size: 3.6vw;
    line-height: 1.444;
  }
}
@media print, screen and (min-width: 769px) {
  .p-member-name {
    font-size: min(16px, 1.25vw);
    line-height: 1.5;
  }
}

.p-member-sns {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-member-sns {
    gap: 3.7333333333vw;
    padding-top: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-member-sns {
    gap: min(10px, 0.78125vw);
    padding-top: min(3px, 0.234375vw);
  }
}
.p-member-sns img {
  display: block;
}
.p-member-sns .p-member-sns-x img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-member-sns .p-member-sns-x img {
    width: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-member-sns .p-member-sns-x img {
    width: min(15px, 1.171875vw);
  }
}
.p-member-sns .p-member-sns-ig img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-member-sns .p-member-sns-ig img {
    width: 5.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-member-sns .p-member-sns-ig img {
    width: min(16px, 1.25vw);
  }
}
.p-member-sns .p-member-sns-tk img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-member-sns .p-member-sns-tk img {
    width: 4.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-member-sns .p-member-sns-tk img {
    width: min(14px, 1.09375vw);
  }
}

.p-member-link {
  text-align: right;
}
.p-member-link a {
  color: #707070;
  display: inline-block;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-member-link a {
    font-size: 3.2vw;
    line-height: 1.458;
    padding-right: 7.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-member-link a {
    font-size: min(12px, 0.9375vw);
    line-height: 1.416;
    padding-right: min(20px, 1.5625vw);
  }
}
.p-member-link a::after {
  background: #6F6D6D;
  content: "";
  display: block;
  -webkit-mask-image: url("../../img/icon-arrow01.svg");
          mask-image: url("../../img/icon-arrow01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .p-member-link a::after {
    height: 2.6666666667vw;
    width: 1.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-member-link a::after {
    height: min(9px, 0.703125vw);
    width: min(6px, 0.46875vw);
  }
}

.c-overlay {
  background: #F7F7F7;
}

.p-modal {
  display: none;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}
@media only screen and (max-width: 768px) {
  .p-modal {
    padding: 16vw 8.6666666667vw 11.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal {
    padding-block: min(160px, 12.5vw) min(97px, 7.578125vw);
  }
}

.p-modal-close {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-modal-close {
    right: 4vw;
    top: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal-close {
    right: min(30px, 2.34375vw);
    top: min(30px, 2.34375vw);
  }
}
.p-modal-close img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-modal-close img {
    width: 10.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal-close img {
    width: min(82px, 6.40625vw);
  }
}

.p-modal-item {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .p-modal-item {
    margin-inline: auto;
    width: min(900px, 70.3125vw);
  }
}

@media print, screen and (min-width: 769px) {
  .p-modal-inner {
    display: flex;
    gap: min(70px, 5.46875vw);
  }
}

.p-modal-info {
  font-family: var(--ff-ss);
}
@media only screen and (max-width: 768px) {
  .p-modal-info {
    margin-bottom: 10.8vw;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal-info {
    flex-shrink: 0;
    width: min(346px, 27.03125vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-modal-image {
    margin: 0 auto 12vw;
    width: 65.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal-image {
    margin-bottom: min(64px, 5vw);
  }
}
.p-modal-image img {
  height: auto;
  width: 100%;
}

.p-modal-position {
  font-weight: 300;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .p-modal-position {
    font-size: 3.4666666667vw;
    line-height: 1.423;
    margin-bottom: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal-position {
    font-size: min(18px, 1.40625vw);
    line-height: 1.444;
    margin-bottom: min(13px, 1.015625vw);
  }
}

.p-modal-name {
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .p-modal-name {
    font-size: 5.2vw;
    line-height: 1.435;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal-name {
    font-size: min(25px, 1.953125vw);
    line-height: 1.44;
    margin-bottom: min(20px, 1.5625vw);
  }
}

.p-modal-history {
  font-weight: 300;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .p-modal-history {
    font-size: 3.4666666667vw;
    line-height: 1.423;
    margin-bottom: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal-history {
    font-size: min(18px, 1.40625vw);
    line-height: 1.444;
    margin-bottom: min(52px, 4.0625vw);
  }
}

.p-modal-sns {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-modal-sns {
    bottom: 2.2666666667vw;
    gap: 4.2666666667vw;
    position: absolute;
    right: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal-sns {
    gap: min(20px, 1.5625vw);
  }
}
.p-modal-sns img {
  display: block;
}
.p-modal-sns .p-modal-sns-x img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-modal-sns .p-modal-sns-x img {
    width: 4.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal-sns .p-modal-sns-x img {
    width: min(28px, 2.1875vw);
  }
}
.p-modal-sns .p-modal-sns-ig img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-modal-sns .p-modal-sns-ig img {
    width: 5.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal-sns .p-modal-sns-ig img {
    width: min(30px, 2.34375vw);
  }
}
.p-modal-sns .p-modal-sns-tk img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-modal-sns .p-modal-sns-tk img {
    width: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-modal-sns .p-modal-sns-tk img {
    width: min(26px, 2.03125vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-member-all-image {
    margin-bottom: 13.3333333333vw;
    padding: 0vw 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-member-all-image {
    margin-bottom: min(108px, 8.4375vw);
    margin-inline: auto;
    width: var(--box-width);
  }
}
.p-member-all-image img {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p-interview-item + .p-interview-item {
    margin-top: 3.3912em;
  }
}
@media print, screen and (min-width: 769px) {
  .p-interview-item + .p-interview-item {
    margin-top: 2.5714em;
  }
}

.p-interview-q {
  color: #6F6D6D;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-interview-q {
    font-size: 3.0666666667vw;
    line-height: 1.6956;
  }
}
@media print, screen and (min-width: 769px) {
  .p-interview-q {
    font-size: min(14px, 1.09375vw);
    line-height: 2.5714;
  }
}

.p-interview-a {
  color: #6F6D6D;
}
@media only screen and (max-width: 768px) {
  .p-interview-a {
    font-size: 3.0666666667vw;
    line-height: 1.6956;
  }
}
@media print, screen and (min-width: 769px) {
  .p-interview-a {
    font-size: min(14px, 1.09375vw);
    line-height: 2.5714;
  }
}/*# sourceMappingURL=index.css.map */