@charset "UTF-8";
/*------- color -------*/
/* layout/_header 等で使用 */
/* デメリット見出し・inheritance-mdbox --demerit 等 */
/*------- mixin -------*/
.trouble__content__comic {
  margin-top: 6.25vw;
  background-color: #fff;
  border: 14px solid #f9f6ee;
  width: 100%;
  height: 13.54vw;
  position: relative;
}
@media not all and (min-width: 782px) {
  .trouble__content__comic {
    margin-top: 26.67vw;
    height: 82.67vw;
    border-width: 1.6vw;
  }
}
.trouble__content__comic__label {
  position: absolute;
  top: -4.43vw;
  left: 1.72vw;
  font-size: 1.77vw;
  line-height: 1;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #008c32;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}
@media not all and (min-width: 782px) {
  .trouble__content__comic__label {
    top: -8vw;
    left: 4vw;
    font-size: 5.33vw;
  }
}
.trouble__content__comic__lead {
  width: 16.56vw;
  position: absolute;
  left: 4.58vw;
  top: -4.43vw;
}
@media not all and (min-width: 782px) {
  .trouble__content__comic__lead {
    left: 50%;
    transform: translateX(-50%);
    top: -13.33vw;
    width: 42.4vw;
  }
}
.trouble__content__comic__preview {
  display: block;
  width: 29.79vw;
  border-width: 0.99vw 1.25vw;
  border-style: solid;
  border-color: #008c32;
  position: absolute;
  right: 2.6vw;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media not all and (min-width: 782px) {
  .trouble__content__comic__preview {
    right: 50%;
    top: auto;
    bottom: 5.33vw;
    transform: translateX(50%);
    width: calc(100% + 8vw);
    border-width: 2.67vw 3.2vw;
  }
}
.trouble__content__comic__preview img {
  transition: filter 0.3s ease;
}
@media all and (min-width: 782px) {
  .trouble__content__comic__preview:hover img {
    filter: brightness(1.08);
  }
}
@media not all and (min-width: 782px) {
  .trouble__content__comic__preview.touching img {
    filter: brightness(1.08);
  }
}
.trouble__content__comic__preview__click {
  width: 5.73vw;
  height: 5.73vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -7.34vw;
  right: 7.03vw;
  font-size: 1.56vw;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
@media not all and (min-width: 782px) {
  .trouble__content__comic__preview__click {
    width: 14.67vw;
    height: 14.67vw;
    bottom: -18.93vw;
    right: 50%;
    transform: translateX(50%);
    font-size: 4vw;
  }
}
.trouble__content__comic__preview__click::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f9c058;
  animation: troubleComicClickPulse 2s ease-in-out infinite;
}
@media (-ms-high-contrast: none\0 ), (prefers-reduced-motion: reduce) {
  .trouble__content__comic__preview__click::before {
    animation: none;
  }
}
.trouble__content__comic__preview__click::after {
  content: "";
  position: absolute;
  top: -1.2vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0.05vw;
  height: 2.4vw;
  background-color: #000000;
}
@media not all and (min-width: 782px) {
  .trouble__content__comic__preview__click::after {
    top: -3.07vw;
    width: 0.27vw;
    height: 6.13vw;
  }
}
.trouble__content__comic__letter {
  position: absolute;
  bottom: calc(100% + 1.3vw);
  right: -0.94vw;
  width: 9.64vw;
}
@media not all and (min-width: 782px) {
  .trouble__content__comic__letter {
    bottom: calc(100% + 4vw);
    right: 2.67vw;
    width: 24vw;
  }
}

@keyframes troubleComicClickPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
.staff-page__comic {
  margin-top: 5.21vw;
  padding-top: 4.69vw;
  padding-bottom: 7.81vw;
}
@media not all and (min-width: 782px) {
  .staff-page__comic {
    margin-top: 16vw;
    padding-top: 13.33vw;
    padding-bottom: 24vw;
  }
}
.staff-page__comic .trouble__content__comic {
  margin-top: 0;
}

.staff-page__signature {
  margin-top: 2.6vw;
  text-align: center;
  font-size: 1.25vw;
  line-height: 1.6666666667;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media not all and (min-width: 782px) {
  .staff-page__signature {
    margin-top: 8vw;
    font-size: 4.27vw;
  }
}

.staff-page__member {
  margin-top: 2.6vw;
}
@media not all and (min-width: 782px) {
  .staff-page__member {
    margin-top: 8vw;
  }
}
.staff-page__member__frame {
  display: flex;
  align-items: flex-start;
  gap: 2.6vw;
}
@media not all and (min-width: 782px) {
  .staff-page__member__frame {
    flex-direction: column;
    gap: 5.33vw;
  }
}
.staff-page__member__img {
  width: 26.04vw;
  flex-shrink: 0;
}
@media not all and (min-width: 782px) {
  .staff-page__member__img {
    width: 100%;
  }
}
.staff-page__member__body {
  width: 100%;
}
.staff-page__member__detail {
  margin-top: 1.04vw;
}
@media not all and (min-width: 782px) {
  .staff-page__member__detail {
    display: none;
  }
}
.staff-page__member__row-sp {
  display: none;
}
@media not all and (min-width: 782px) {
  .staff-page__member__row-sp {
    display: table-row;
  }
}

.staff-profile {
  display: flex;
  align-items: flex-start;
  gap: 2.6vw;
  margin-top: 2.6vw;
}
@media not all and (min-width: 782px) {
  .staff-profile {
    flex-direction: column;
    gap: 5.33vw;
    margin-top: 8vw;
  }
}
.staff-profile__img {
  width: 26.04vw;
  flex-shrink: 0;
}
@media not all and (min-width: 782px) {
  .staff-profile__img {
    width: 100%;
  }
}
.staff-profile__body {
  width: 100%;
}
