@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Roboto:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
#job {
  scroll-margin-top: 130px;
}

@media (max-width: 767px) {
  .work-table {
    margin-top: 30px;
  }
}
.work-table__text {
  font-size: 1.4rem;
  font-weight: 500;
}
.work-table__img {
  margin: 10px 0;
}
@media (max-width: 767px) {
  .work-table__img {
    padding: 0 25px;
    margin: 10px -25px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 50px);
  }
}
.work-table__img img {
  width: 100%;
}
@media (max-width: 767px) {
  .work-table__img img {
    width: 919px;
    max-width: none;
    height: auto;
    display: block;
  }
}

.people {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .people {
    margin-top: 80px;
  }
}
.people__title-main {
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3749c2;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .people__title-main {
    font-size: 1.4rem;
  }
}
.people__title-sub {
  font-weight: 400;
  font-family: "Caveat", cursive;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: #223562;
  font-size: 12rem;
  margin-top: -7px;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .people__title-sub {
    margin-top: 5px;
    margin-left: -5px;
    font-size: 7.8rem;
  }
}

.people-list {
  display: flex;
  gap: 0 100px;
  flex-wrap: wrap;
  margin-top: -60px;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .people-list {
    margin: 30px -10px 0;
    padding: 0;
    gap: 40px 15px;
  }
}
.people-list__item {
  width: calc(33.333% - 67px);
  margin-top: -20px;
}
@media (max-width: 767px) {
  .people-list__item {
    padding-top: 0 !important;
    width: calc(50% - 7.5px);
    margin-top: 0;
  }
}
.people-list__item:nth-child(3n+1) {
  padding-top: 120px;
}
.people-list__item:nth-child(3n+2) {
  padding-top: 60px;
}
.people-list__item:nth-child(3n) {
  padding-top: 0;
}
.people-list__item--blue .people-list__label {
  color: #3749c2;
  border-color: #3749c2;
}
.people-list__item--blue .people-list__link .oval {
  background: #3749c2;
}
.people-list__item--green .people-list__label {
  color: #0077cb;
  border-color: #0077cb;
}
.people-list__item--green .people-list__link .oval {
  background: #0077cb;
}
.people-list__item--purple .people-list__label {
  color: #4e34b8;
  border-color: #4e34b8;
}
.people-list__item--purple .people-list__link .oval {
  background: #4e34b8;
}
.people-list__link {
  display: block;
}
.people-list__link:hover .people-list__img img {
  transform: scale(1.05);
}
.people-list__link .oval {
  position: absolute;
  right: 20px;
  bottom: 0;
}
@media (max-width: 767px) {
  .people-list__link .oval {
    right: 0;
  }
}
.people-list__link .oval-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.people-list__link .oval-icon::before, .people-list__link .oval-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  background-image: url(../../images/common/icon_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.people-list__link .oval-icon::before {
  transform: translate(0, 0);
}
.people-list__link .oval-icon::after {
  transform: translate(-12px, 12px);
}
@media (max-width: 767px) {
  .people-list__link .oval-icon {
    width: 7px;
    height: 7px;
  }
  .people-list__link .oval-icon::before, .people-list__link .oval-icon::after {
    width: 7px;
    height: 7px;
  }
}
@media (min-width: 1024px) {
  .people-list__link:hover .oval-icon::before {
    transform: translate(12px, -12px);
  }
  .people-list__link:hover .oval-icon::after {
    transform: translate(0, 0);
  }
}
.people-list__img-wrap {
  position: relative;
}
.people-list__img {
  -webkit-mask-image: url(../../images/common/mask.svg);
  mask-image: url(../../images/common/mask.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.people-list__img img {
  transition: transform 0.4s ease;
  transform: scale(1);
}
.people-list__body {
  padding: 0 11px;
}
.people-list__label {
  color: #3749c2;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #3749c2;
}
@media (max-width: 767px) {
  .people-list__label {
    font-size: 1.1rem;
    margin-top: 20px;
  }
}
.people-list__headline {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 767px) {
  .people-list__headline {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
.people-list__position {
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .people-list__position {
    font-size: 1.1rem;
  }
}

.person-wrapper {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .person-wrapper {
    padding-bottom: 80px;
    overflow: hidden;
  }
}

.person-kv {
  position: relative;
  z-index: 1;
}
.person-kv__inner {
  position: relative;
}
.person-kv__inner::before {
  content: "";
  width: 100%;
  height: 360px;
  background: linear-gradient(to bottom, rgba(34, 53, 98, 0), rgba(34, 53, 98, 0.6));
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .person-kv__inner::before {
    height: 141px;
  }
}
.person-kv__image {
  width: 100%;
}
.person-kv__heading {
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.7;
  color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  font-weight: 500;
  width: 100%;
}
@media (max-width: 767px) {
  .person-kv__heading {
    text-align: left;
    padding: 30px 20px;
    left: 0;
    bottom: 0;
    transform: none;
    font-size: 2rem;
  }
}

.person-header {
  margin-top: -20px;
}
@media (max-width: 767px) {
  .person-header {
    margin: -10px;
    width: 100%;
    margin-left: 0px;
  }
}
.person-header__inner {
  padding: 60px 0 40px;
  position: relative;
  width: calc(100% - 40px);
  background: #2a3e82 url(../../images/common/bg_dark-blue.png) repeat center center;
  background-size: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .person-header__inner {
    padding: 40px 20px 30px;
    width: calc(100% - 10px);
    justify-content: flex-start;
  }
}
.person-header__inner::after {
  content: "";
  width: 40px;
  height: 100%;
  display: block;
  position: absolute;
  top: 19.5px;
  right: -40px;
  background: #203477 url(../../images/common/bg_dark-blue_shadow.png) repeat center center;
  background-size: 100px;
  transform-origin: top right;
  transform: skewY(26deg);
}
@media (max-width: 767px) {
  .person-header__inner::after {
    width: 10px;
    right: -10px;
    top: 4.5px;
  }
}
.person-header__category {
  display: flex;
  width: 280px;
  height: 238px;
  flex-direction: column;
  gap: 11px;
  align-items: center;
  justify-content: center;
  background: url(../../images/common/bg_blue.png) repeat center center;
  background-size: 100px;
  -webkit-mask-image: url(../../images/common/mask.svg);
  mask-image: url(../../images/common/mask.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #ffffff;
  padding: 9px 47px 0 43px;
  text-align: center;
}
@media (max-width: 767px) {
  .person-header__category {
    width: 160px;
    height: 136px;
    padding: 8px 0 0 0;
    left: auto;
    bottom: 252px;
    right: -15px;
    top: auto;
    transform: none;
    gap: 10px;
  }
}
.person-header__category-main {
  font-weight: 700;
  line-height: 1;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .person-header__category-main {
    font-size: 1.4rem;
  }
}
.person-header__category-sub {
  line-height: 1.7;
  font-weight: 500;
}
@media (max-width: 767px) {
  .person-header__category-sub {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.person-header__data {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
}
.person-header__name {
  width: 80px;
  line-height: 1;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .person-header__name {
    width: auto;
    font-size: 1.8rem;
    padding-right: 20px;
  }
}
.person-header__block {
  padding-left: 30px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .person-header__block {
    padding-left: 20px;
  }
}
.person-header__dept, .person-header__profile {
  line-height: 1.7;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .person-header__dept, .person-header__profile {
    font-size: 1.2rem;
  }
}
.person-header__profile span {
  display: inline-block;
}
.person-breadcrumbs {
  padding: 20px 80px 0 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .person-breadcrumbs {
    padding: 15px 20px 0 0;
  }
}

.person-contents {
  padding: 160px 120px 0;
}
@media (max-width: 767px) {
  .person-contents {
    padding: 90px 0 0;
  }
}
.person-contents__inner {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .person-contents__inner {
    max-width: 100%;
  }
}

/* ================================
   セクション：共通
================================ */
.person-section + .person-section {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .person-section + .person-section {
    margin-top: 80px;
  }
}
.person-section--work .person-section__title {
  left: -10px;
}
@media (max-width: 767px) {
  .person-section--work .person-section__title {
    left: 0;
  }
}
.person-section--challenge .person-section__inner {
  flex-direction: column;
  width: 840px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .person-section--challenge .person-section__inner {
    width: 100%;
  }
}
.person-section--challenge .person-section__header {
  width: 100%;
  max-width: 100%;
}
.person-section--challenge .person-section__title {
  text-align: center;
}
@media (max-width: 767px) {
  .person-section--challenge .person-section__title {
    text-align: left;
  }
}
.person-section--challenge .person-section__content {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .person-section--challenge .person-section__content {
    padding-top: 0;
  }
}
.person-section--challenge .person-section__lead {
  text-align: center;
}
@media (max-width: 767px) {
  .person-section--challenge .person-section__lead {
    text-align: left;
  }
}
.person-section--challenge .person-section__lead::before, .person-section--challenge .person-section__lead::after {
  left: 50%;
}
@media (max-width: 767px) {
  .person-section--challenge .person-section__lead::before, .person-section--challenge .person-section__lead::after {
    left: 0;
  }
}
.person-section--challenge .person-section__lead::before {
  transform: translateX(-10px);
}
@media (max-width: 767px) {
  .person-section--challenge .person-section__lead::before {
    transform: none;
  }
}
.person-section--challenge .person-section__lead::after {
  transform: translateX(10px);
}
@media (max-width: 767px) {
  .person-section--challenge .person-section__lead::after {
    transform: none;
    left: 20px;
  }
}
.person-section--episode .person-section__header {
  order: 1;
}
@media (max-width: 767px) {
  .person-section--episode .person-section__header {
    order: 0;
  }
}
.person-section--episode .person-section__content {
  order: 0;
}
@media (max-width: 767px) {
  .person-section--episode .person-section__content {
    order: 1;
  }
}
.person-section--episode .person-section__title {
  right: -10px;
  text-align: right;
}
@media (max-width: 767px) {
  .person-section--episode .person-section__title {
    right: 0;
    text-align: left;
  }
}
.person-section__inner {
  display: flex;
  gap: 40px 80px;
}
@media (max-width: 767px) {
  .person-section__inner {
    flex-direction: column;
  }
}
.person-section__header {
  width: 43.333%;
  max-width: 530px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .person-section__header {
    width: 100%;
    max-width: 100%;
  }
}
.person-section__title {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .person-section__title {
    padding: 0 25px;
  }
}
.person-section__title-main {
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3749c2;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .person-section__title-main {
    font-size: 1.2rem;
  }
}
.person-section__title-sub {
  font-weight: 400;
  font-family: "Caveat", cursive;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #223562;
  font-size: 14rem;
}
@media (max-width: 767px) {
  .person-section__title-sub {
    font-size: 7.8rem;
    margin-left: -15px;
  }
}
.person-section__image {
  margin-top: -40px;
}
@media (max-width: 767px) {
  .person-section__image {
    margin-top: 25px;
  }
}
.person-section__content {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .person-section__content {
    padding: 0 25px;
  }
}
.person-section__lead {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 40px;
  padding-bottom: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .person-section__lead {
    font-size: 2rem;
  }
}
.person-section__lead::before, .person-section__lead::after {
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  position: absolute;
}
.person-section__lead::before {
  background: #3749c2;
  bottom: 0;
}
.person-section__lead::after {
  background: #a2adf2;
  bottom: 0;
  left: 20px;
}
.person-section__text {
  line-height: 2.2;
}
@media (max-width: 767px) {
  .person-section__text {
    font-size: 1.4rem;
  }
}
.person-section__text + .person-section__text {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .person-section__text + .person-section__text {
    margin-top: 2rem;
  }
}
.person-section__notes {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .person-section__notes {
    margin-top: 20px;
  }
}
.person-section__notes-item {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 17px;
  position: relative;
}
.person-section__notes-item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
/* ================================
   エピソード内のカラム
================================ */
.episode-columns {
  margin-top: 60px;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .episode-columns {
    margin-top: 40px;
    flex-direction: column;
  }
}
.episode-columns__block {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .episode-columns__block {
    order: 1;
    font-size: 1.3rem;
  }
}
.episode-columns__title {
  font-weight: 500;
}
.episode-columns__image {
  width: 48.3%;
  max-width: 280px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .episode-columns__image {
    width: 240px;
    max-width: none;
    order: 0;
    margin: 0 auto;
  }
}

/* ================================
   1日の流れ
================================ */
.daily-schedule {
  margin-top: 160px;
  /* 親paddingの相殺 */
  margin-left: -120px;
  margin-right: -120px;
  /* 端からの見た目余白 */
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .daily-schedule {
    margin-left: 0px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
.daily-schedule__inner {
  padding: 120px 0 120px 70px;
  position: relative;
  background: #ebf1fa url(../../images/common/bg_light-blue.png) repeat center center;
  background-size: 100px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .daily-schedule__inner {
    padding: 60px 0 107px 25px;
    flex-direction: column;
  }
}
.daily-schedule__inner::after {
  content: "";
  width: 20px;
  height: 100%;
  display: block;
  position: absolute;
  top: 9.75px;
  right: -20px;
  background: #e4eaf3 url(../../images/common/bg_light-blue_shadow.png) repeat center center;
  background-size: 100px;
  transform-origin: top right;
  transform: skewY(26deg);
}
@media (max-width: 767px) {
  .daily-schedule__inner::after {
    width: 10px;
    top: 4.75px;
    right: -10px;
  }
}
.daily-schedule__title {
  width: 242px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .daily-schedule__title {
    width: 100%;
  }
}
.daily-schedule__title-main {
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3749c2;
  font-size: 1.4rem;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .daily-schedule__title-main {
    margin-left: 0;
    font-size: 1.2rem;
  }
}
.daily-schedule__title-sub {
  font-weight: 400;
  font-family: "Caveat", cursive;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: #223562;
  font-size: 9.6rem;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .daily-schedule__title-sub {
    font-size: 6.2rem;
    margin-top: 10px;
    margin-left: -5px;
  }
}

.daily-schedule-slider {
  width: calc(100% - 370px);
  position: relative;
}
@media (max-width: 767px) {
  .daily-schedule-slider {
    width: 100%;
    margin-top: 40px;
  }
}

.daily-schedule-slider__btns {
  position: absolute;
  left: -115px;
  bottom: 0;
}
@media (max-width: 767px) {
  .daily-schedule-slider__btns {
    left: -12px;
    bottom: -58px;
  }
}

.daily-schedule-slider__prev,
.daily-schedule-slider__next {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .daily-schedule-slider__prev,
.daily-schedule-slider__next {
    width: 38px;
    height: 38px;
  }
}

.daily-schedule-slider__prev {
  left: 0;
}

.daily-schedule-slider__next {
  left: 55px;
}
@media (max-width: 767px) {
  .daily-schedule-slider__next {
    left: 38px;
  }
}

.daily-schedule-slider__prev::after,
.daily-schedule-slider__next::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-right: 2px solid #3749c2;
  border-top: 2px solid #3749c2;
  transform: rotate(225deg);
  margin: 12px auto;
  top: -5px;
  position: relative;
}
@media (max-width: 767px) {
  .daily-schedule-slider__prev::after,
.daily-schedule-slider__next::after {
    width: 12px;
    height: 12px;
    border-right: 1.33px solid #3749c2;
    border-top: 1.33px solid #3749c2;
    top: -1px;
  }
}

.daily-schedule-slider__prev::after {
  left: 7px;
}
@media (max-width: 767px) {
  .daily-schedule-slider__prev::after {
    left: 3px;
  }
}

.daily-schedule-slider__next::after {
  right: 7px;
}
@media (max-width: 767px) {
  .daily-schedule-slider__next::after {
    right: 3px;
  }
}

.daily-schedule-slider__next::after {
  transform: rotate(45deg);
}

.daily-schedule-item {
  width: 300px !important;
}
@media (max-width: 767px) {
  .daily-schedule-item {
    width: 240px !important;
  }
}
.daily-schedule-item:not(.is-last)::after {
  content: "";
  width: 380px;
  height: 1px;
  display: block;
  position: absolute;
  left: 5px;
  top: 40px;
  background: #3749c2;
  z-index: -1;
}
@media (max-width: 767px) {
  .daily-schedule-item:not(.is-last)::after {
    width: 270px;
    top: 29px;
  }
}
.daily-schedule-item__num {
  display: flex;
  width: 100px;
  height: 83px;
  flex-direction: column;
  gap: 11px;
  align-items: center;
  justify-content: center;
  background: url(../../images/common/bg_blue.png) repeat center center;
  background-size: 100px;
  -webkit-mask-image: url(../../images/common/mask.svg);
  mask-image: url(../../images/common/mask.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  z-index: 1;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .daily-schedule-item__num {
    width: 65px;
    height: 54px;
    font-size: 1.4rem;
  }
}
.daily-schedule-item__title {
  font-size: 2rem;
  line-height: 1;
  margin-top: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .daily-schedule-item__title {
    font-size: 1.8rem;
  }
}
.daily-schedule-item__text {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .daily-schedule-item__text {
    font-size: 1.3rem;
  }
}
.daily-schedule-item__notes {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 17px;
  position: relative;
}
.daily-schedule-item__notes::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.daily-schedule-item__image {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .daily-schedule-item__image {
    margin-top: 40px;
  }
}

/* ================================
   マイアイテム／思い出の一枚
================================ */
.person-columns {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .person-columns {
    margin-top: 54px;
    padding: 0 25px;
  }
}
.person-columns__inner {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .person-columns__inner {
    flex-direction: column;
  }
}
.person-columns__section {
  width: 500px;
}
@media (max-width: 767px) {
  .person-columns__section {
    width: 100%;
  }
}
.person-columns__section + .person-columns__section {
  border-left: 1px solid rgba(34, 53, 98, 0.3);
  padding-left: 100px;
  margin-left: 100px;
  width: 600px;
}
@media (max-width: 767px) {
  .person-columns__section + .person-columns__section {
    width: 100%;
    border-left: none;
    border-top: 1px solid rgba(34, 53, 98, 0.3);
    padding-left: 0;
    margin-left: 0;
    padding-top: 40px;
    margin-top: 40px;
  }
}
.person-columns__title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.person-columns__title-main {
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3749c2;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .person-columns__title-main {
    font-size: 1.2rem;
  }
}
.person-columns__title-sub {
  font-weight: 400;
  font-family: "Caveat", cursive;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: #223562;
  font-size: 9.6rem;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .person-columns__title-sub {
    font-size: 5rem;
    margin-top: 10px;
  }
}
.person-columns__image {
  width: 300px;
  margin: 40px auto;
}
@media (max-width: 767px) {
  .person-columns__image {
    width: 240px;
    margin: 30px auto 25px;
  }
}
.person-columns__label {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .person-columns__label {
    font-size: 1.8rem;
  }
}
.person-columns__text {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .person-columns__text {
    font-size: 1.4rem;
  }
}
.person-columns__notes {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 17px;
  position: relative;
}
.person-columns__notes::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
/* ================================
   色違い
================================ */
.person--blue .person-header__inner {
  background: #2a3e82 url(../../images/common/bg_dark-blue.png) repeat center center;
  background-size: 100px;
}
.person--blue .person-header__inner::after {
  background: #203477 url(../../images/common/bg_dark-blue_shadow.png) repeat center center;
  background-size: 100px;
}
.person--blue .person-header__category {
  background: url(../../images/common/bg_blue.png) repeat center center;
  background-size: 100px;
}
.person--blue .person-section__title-main {
  color: #3749c2;
}
.person--blue .person-section__lead::before {
  background: #3749c2;
}
.person--blue .person-section__lead::after {
  background: #a2adf2;
}
.person--blue .daily-schedule__inner {
  background: #ebf1fa url(../../images/common/bg_light-blue.png) repeat center center;
  background-size: 100px;
}
.person--blue .daily-schedule__inner::after {
  background: #e4eaf3 url(../../images/common/bg_light-blue_shadow.png) repeat center center;
  background-size: 100px;
}
.person--blue .daily-schedule__title-main {
  color: #3749c2;
}
.person--blue .daily-schedule-slider__prev::after,
.person--blue .daily-schedule-slider__next::after {
  border-right: 1.33px solid #3749c2;
  border-top: 1.33px solid #3749c2;
}
.person--blue .daily-schedule-item:not(.is-last)::after {
  background: #3749c2;
}
.person--blue .daily-schedule-item__num {
  background: url(../../images/common/bg_blue.png) repeat center center;
  background-size: 100px;
}
.person--blue .person-columns__title-main {
  color: #3749c2;
}

.person--green .person-header__inner {
  background: #24639a url(../../images/common/bg_dark-green.png) repeat center center;
  background-size: 100px;
}
.person--green .person-header__inner::after {
  background: #1f5686 url(../../images/common/bg_green_shadow.png) repeat center center;
  background-size: 100px;
}
.person--green .person-header__category {
  background: url(../../images/common/bg_green.png) repeat center center;
  background-size: 100px;
}
.person--green .person-section__title-main {
  color: #0077cb;
}
.person--green .person-section__lead::before {
  background: #0077cb;
}
.person--green .person-section__lead::after {
  background: #64acdf;
}
.person--green .daily-schedule__inner {
  background: #ebf1fa url(../../images/common/bg_light-green.png) repeat center center;
  background-size: 100px;
}
.person--green .daily-schedule__inner::after {
  background: #e4eaf3 url(../../images/common/bg_light-green_shadow.png) repeat center center;
  background-size: 100px;
}
.person--green .daily-schedule__title-main {
  color: #0077cb;
}
.person--green .daily-schedule-slider__prev::after,
.person--green .daily-schedule-slider__next::after {
  border-right: 1.33px solid #0077cb;
  border-top: 1.33px solid #0077cb;
}
.person--green .daily-schedule-item:not(.is-last)::after {
  background: #0077cb;
}
.person--green .daily-schedule-item__num {
  background: url(../../images/common/bg_green.png) repeat center center;
  background-size: 100px;
}
.person--green .person-columns__title-main {
  color: #0077cb;
}

.person--purple .person-header__inner {
  background: #3d3470 url(../../images/common/bg_dark-purple.png) repeat center center;
  background-size: 100px;
}
.person--purple .person-header__inner::after {
  background: #30285f url(../../images/common/bg_dark-purple_shadow.png) repeat center center;
  background-size: 100px;
}
.person--purple .person-header__category {
  background: url(../../images/common/bg_purple.png) repeat center center;
  background-size: 100px;
}
.person--purple .person-section__title-main {
  color: #4e34b8;
}
.person--purple .person-section__lead::before {
  background: #4e34b8;
}
.person--purple .person-section__lead::after {
  background: #8e7ed3;
}
.person--purple .daily-schedule__inner {
  background: #ebf1fa url(../../images/common/bg_light-purple.png) repeat center center;
  background-size: 100px;
}
.person--purple .daily-schedule__inner::after {
  background: #e4eaf3 url(../../images/common/bg_light-purple_shadow.png) repeat center center;
  background-size: 100px;
}
.person--purple .daily-schedule__title-main {
  color: #4e34b8;
}
.person--purple .daily-schedule-slider__prev::after,
.person--purple .daily-schedule-slider__next::after {
  border-right: 1.33px solid #4e34b8;
  border-top: 1.33px solid #4e34b8;
}
.person--purple .daily-schedule-item:not(.is-last)::after {
  background: #4e34b8;
}
.person--purple .daily-schedule-item__num {
  background: url(../../images/common/bg_purple.png) repeat center center;
  background-size: 100px;
}
.person--purple .person-columns__title-main {
  color: #4e34b8;
}