@charset "UTF-8";
/* t-person-exp
---------------------------------------------------------------- */
.t-person-exp__slogan {
  font-size: 4.4rem;
  line-height: 1.375;
  text-align: center;
  color: #111111;
  letter-spacing: 0;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
.t-person-exp__slogan.-txtcrop:before, .t-person-exp__slogan[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((-4.4rem * 1.375 + 4.4rem) / 2 + 0rem);
}
.t-person-exp__slogan.-txtcrop:after, .t-person-exp__slogan[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((-4.4rem * 1.375 + 4.4rem) / 2 + 0rem);
}
@media screen and (max-width: 768px) {
  .t-person-exp__slogan {
    font-size: 3.2rem;
    line-height: 1.375;
  }
  .t-person-exp__slogan.-txtcrop:before, .t-person-exp__slogan[data-txtcrop=true]:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((-3.2rem * 1.375 + 3.2rem) / 2 + 0rem);
  }
  .t-person-exp__slogan.-txtcrop:after, .t-person-exp__slogan[data-txtcrop=true]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((-3.2rem * 1.375 + 3.2rem) / 2 + 0rem);
  }
}
.t-person-exp__slogan + .c-txt-m3 {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .t-person-exp__slogan + .c-txt-m3 {
    margin-top: 3rem;
  }
}

/* t-person-type
---------------------------------------------------------------- */
.t-person-type {
  padding: 10rem 0 6.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  /*background-color: $color_orange02;*/
  overflow: hidden;
}
.ua-edge .t-person-type, .ua-ie .t-person-type {
  background: url(/assets/image/person/gradation_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .t-person-type {
    padding: 5rem 0 5rem;
  }
}
.t-person-type:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/image/person/bg_push01.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  z-index: 0;
}
.ua-edge .t-person-type:before, .ua-ie .t-person-type:before {
  display: none;
}
.t-person-type .l-content-large {
  counter-reset: num;
}

.t-person-type__item {
  position: relative;
}
.t-person-type__item + .t-person-type__item {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .t-person-type__item + .t-person-type__item {
    margin-top: 5px;
  }
}

.t-person-type__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .t-person-type__item a {
    padding: 1rem 1rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .t-person-type__item.-item1 a {
    background: #fe9c94;
  }
  .t-person-type__item.-item2 a {
    background: #ff3d3d;
  }
  .t-person-type__item.-item3 a {
    background: #44b4ef;
  }
  .t-person-type__item.-item4 a {
    background: #dfbe3a;
  }
  .t-person-type__item.-item5 a {
    background: #6fc954;
  }
}
.t-person-list__wrap {
  /*display: flex;
  display: -webkit-box;
  flex-wrap: wrap;*/
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-pack: justify;
  gap: 60px 30px;
}
@media screen and (max-width: 768px) {
  .t-person-list__wrap {
    gap: 40px 15px;
  }
}

.t-person-list__wrap::after {
  content: "";
  display: block;
  width: calc(50% - 60px);
  height: 0;
}
@media screen and (max-width: 1364px) {
  .t-person-list__wrap::after {
    width: calc(33.33333% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .t-person-list__wrap::after {
    width: calc(50% - 15px);
  }
}

.t-person-list__item {
  width: calc(22.5% - 30px);
  /*margin-top: 60px;*/
  text-align: center;
}
@media screen and (max-width: 1364px) {
  .t-person-list__item {
    width: calc(33.33333% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .t-person-list__item {
    width: calc(50% - 15px);
  }
}

.t-person-list__item__pict {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  will-change: transform;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.t-person-list a:hover .t-person-list__item__pict img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}

.t-person-list__item__dept,
.t-person-list__item__name {
  letter-spacing: 0.08em;
  font-weight: 700;
  /*color: #fff;*/
  color: #333333;
  font-family: ヒラギノ角ゴ Pro W3, ヒラギノ角ゴ Pro, メイリオ, Meiryo, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, Helvetica, Verdana, sans-serif, serif;
}
.t-person-list__item__dept.t-person-list__item__dept--tpl, .t-person-list__item__dept.t-person-list__item__name--tpl,
.t-person-list__item__name.t-person-list__item__dept--tpl,
.t-person-list__item__name.t-person-list__item__name--tpl {
  color: #333333;
}

.t-person-list__item__dept {
  font-size: 1.2rem;
  margin-top: 24px;
}

.t-person-list__item__name {
  font-size: 2.4rem;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .t-person-list__item__name {
    font-size: 1.8rem;
  }
}

.t-person-list__item__eng {
  font-size: 1.1rem;
  display: block;
  margin-top: 12px;
  opacity: 0.8;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif, serif;
}
@media screen and (max-width: 768px) {
  .t-person-list__item__eng {
    font-size: 1rem;
  }
}

.t-person-type__item__body {
  width: 46rem;
  min-height: 34rem;
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 1600px) {
  .t-person-type__item__body {
    width: 35.6%;
  }
}
@media screen and (max-width: 1199px) {
  .t-person-type__item__body {
    width: 35.6%;
  }
}
@media screen and (max-width: 768px) {
  .t-person-type__item__body {
    width: 100%;
    min-height: auto;
    padding: 2rem 1rem 0;
    background-color: transparent !important;
  }
}

.t-person-type__item a .t-person-type__item__body:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .t-person-type__item a .t-person-type__item__body:after {
    display: none;
  }
}

.t-person-type__item a:hover .t-person-type__item__body:after {
  opacity: 0;
  visibility: hidden;
}

.t-person-type__item.-item1 a .t-person-type__item__body {
  background-color: #ff9f9f;
}
.t-person-type__item.-item1 a .t-person-type__item__body:after {
  background: #fe9c94;
}

.t-person-type__item.-item2 a .t-person-type__item__body {
  background-color: #f23535;
}
.t-person-type__item.-item2 a .t-person-type__item__body:after {
  background: #ff3d3d;
}

.t-person-type__item.-item3 a .t-person-type__item__body {
  background-color: #33c5ed;
}
.t-person-type__item.-item3 a .t-person-type__item__body:after {
  background: #44b4ef;
}

.t-person-type__item.-item4 a .t-person-type__item__body {
  background-color: #ede233;
}
.t-person-type__item.-item4 a .t-person-type__item__body:after {
  background: #dfbe3a;
}

.t-person-type__item.-item5 a .t-person-type__item__body {
  background-color: #64d650;
}
.t-person-type__item.-item5 a .t-person-type__item__body:after {
  background: #6fc954;
}

.t-person-type__item__obj {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.t-person-type__item__obj:before, .t-person-type__item__obj:after {
  content: "";
  display: block;
  position: absolute;
}
.t-person-type__item__obj:before {
  width: 172px;
  height: 108px;
  background: url(/assets/image/person/bg_obj01.png) no-repeat center/contain;
  top: 20px;
  left: 10px;
}
.t-person-type__item__obj:after {
  width: 192px;
  height: 144px;
  background: url(/assets/image/person/bg_obj02.png) no-repeat center/contain;
  bottom: 0;
  right: -20px;
}

.t-person-type__item__pict {
  width: calc(100% - 46rem);
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  background-color: #000000;
}
@media screen and (min-width: 1600px) {
  .t-person-type__item__pict {
    width: 64.4%;
  }
}
@media screen and (max-width: 1199px) {
  .t-person-type__item__pict {
    width: 64.4%;
  }
}
@media screen and (max-width: 768px) {
  .t-person-type__item__pict {
    width: 100%;
  }
}

.t-person-type__item__pict__bg {
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
.t-person-type__item a:hover .t-person-type__item__pict__bg {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
  opacity: 0.85;
}

.t-person-type__item__num {
  height: 88px;
  position: absolute;
  bottom: 30px;
  left: 36px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .t-person-type__item__num {
    height: 48px;
    bottom: 10px;
    left: 10px;
  }
}
.t-person-type__item__num img {
  width: auto;
  height: 100%;
}

.t-person-type__item__lead {
  font-size: 1.4rem;
  line-height: 1.85;
  color: #333333;
  letter-spacing: 0.08em;
  font-family: UD新ゴNT M, UD Shin Go NT Medium, serif;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .t-person-type__item__lead {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .t-person-type__item__lead {
    display: none;
  }
}
.t-person-type__item__lead span {
  display: inline-block;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  line-height: 1;
}
.t-person-type__item__lead span:nth-of-type(2) {
  position: relative;
  top: -8px;
}
@media screen and (max-width: 1023px) {
  .t-person-type__item__lead span {
    padding: 6px;
  }
  .t-person-type__item__lead span:nth-of-type(2) {
    top: -2px;
  }
}

.t-person-type__item__title {
  font-size: 3.4rem;
  line-height: 1.4;
  color: #ffffff;
  font-family: hiragino-min, serif;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1199px) {
  .t-person-type__item__title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .t-person-type__item__title {
    font-size: 2rem;
  }
}

.t-person-type__item__name {
  margin-top: 2.6rem;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #ffffff;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .t-person-type__item__name {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.t-person-type__item__title__ja {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.6rem;
  line-height: 1;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .t-person-type__item__title__ja {
    margin-top: 0.1rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 361px) {
  .t-person-type__item__title__ja {
    font-size: 1.1rem;
  }
}

.t-person-type__item__title__bold {
  font-family: DINNextLTPro-Medium, serif;
}

.t-person-type__item__txt {
  margin-top: 1rem;
  position: relative;
  z-index: 100;
  font-size: 1.2rem;
  line-height: 1.83;
  color: #ffffff;
  letter-spacing: 0.08em;
}
.t-person-type__item__txt.-txtcrop:before, .t-person-type__item__txt[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((-1.2rem * 1.83 + 1.2rem) / 2 + 0rem);
}
.t-person-type__item__txt.-txtcrop:after, .t-person-type__item__txt[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((-1.2rem * 1.83 + 1.2rem) / 2 + 0rem);
}
@media screen and (max-width: 768px) {
  .t-person-type__item__txt {
    font-size: 1.2rem;
    line-height: 1.66;
  }
  .t-person-type__item__txt.-txtcrop:before, .t-person-type__item__txt[data-txtcrop=true]:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((-1.2rem * 1.66 + 1.2rem) / 2 + 0rem);
  }
  .t-person-type__item__txt.-txtcrop:after, .t-person-type__item__txt[data-txtcrop=true]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((-1.2rem * 1.66 + 1.2rem) / 2 + 0rem);
  }
}

.t-person-type__item__button {
  display: none;
}
@media screen and (max-width: 768px) {
  .t-person-type__item__button {
    display: inline-block;
    margin-top: 2.3rem;
  }
}

.t-person-type__item a:hover .t-person-type__item__button .c-button-arrow__icon:before {
  -webkit-animation: arrowRight-l 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: arrowRight-l 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.t-person-type__item a:hover .c-button-arrow:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}

/* t-person__hero / メインビジュアル
---------------------------------------------------------------- */
.t-person__hero {
  position: relative;
}
.t-person__hero .l-content-small03 {
  height: 100%;
}
.t-person__hero .l-content__inner {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .t-person__hero .l-content__inner {
    padding-top: 0;
  }
}

.t-person__hero__inner {
  height: 800px;
  position: relative;
  background-color: #e7e7ea;
}

.t-person-ogata .t-person__hero__inner {
  background: #fe9c94;
}

.t-person-inomata .t-person__hero__inner {
  background: #ff3d3d;
}

.t-person-murakami .t-person__hero__inner {
  background: #44b4ef;
}

.t-person-kawano .t-person__hero__inner {
  background: #dfbe3a;
}

.t-person-kawashima .t-person__hero__inner {
  background: #6fc954;
}

.t-person__hero__inner picture {
  opacity: 0.3;
}

.t-person__hero__heading {
  color: #ffffff;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .t-person__hero__heading {
    position: absolute;
    top: calc(50% + 50px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}
.t-person__hero__heading .t-person__hero__heading__num {
  height: 145px;
  position: absolute;
  top: -68px;
  left: -68px;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .t-person__hero__heading .t-person__hero__heading__num {
    height: 80px;
    top: -50px;
    left: -10px;
  }
}
.t-person__hero__heading .t-person__hero__heading__num img {
  width: auto;
  height: 100%;
}
.t-person__hero__heading .t-person__hero__heading__ja {
  font-size: 2rem;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .t-person__hero__heading .t-person__hero__heading__ja {
    font-size: 1.2rem;
  }
}
.t-person__hero__heading .t-person__hero__heading__en {
  margin-top: 2.2rem;
  font-size: 9rem;
  font-family: DINNextLTPro-Bold, serif;
}
@media screen and (max-width: 768px) {
  .t-person__hero__heading .t-person__hero__heading__en {
    margin-top: 1.6rem;
    font-size: 4rem;
  }
}
@media screen and (max-width: 320px) {
  .t-person__hero__heading .t-person__hero__heading__en {
    font-size: 3rem;
  }
}
.t-person__hero__heading .t-person__hero__heading__sub {
  margin-top: 0.2rem;
  font-size: 2.8rem;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .t-person__hero__heading .t-person__hero__heading__sub {
    margin-top: 0.7rem;
    font-size: 1.6rem;
  }
}
.t-person__hero__heading .t-person__hero__heading__comment {
  width: 30.8rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .t-person__hero__heading .t-person__hero__heading__comment {
    width: 80%;
    margin-top: 3.3rem;
  }
}

.t-person__hero__heading__comment__txt {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}
.t-person__hero__heading__comment__txt.-txtcrop:before, .t-person__hero__heading__comment__txt[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((-1.4rem * 2 + 1.4rem) / 2 + 0rem);
}
.t-person__hero__heading__comment__txt.-txtcrop:after, .t-person__hero__heading__comment__txt[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((-1.4rem * 2 + 1.4rem) / 2 + 0rem);
}
@media screen and (max-width: 768px) {
  .t-person__hero__heading__comment__txt {
    margin: 4rem 2rem;
    font-size: 1.3rem;
    line-height: 2;
    color: #333333;
  }
  .t-person__hero__heading__comment__txt.-txtcrop:before, .t-person__hero__heading__comment__txt[data-txtcrop=true]:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((-1.3rem * 2 + 1.3rem) / 2 + 0rem);
  }
  .t-person__hero__heading__comment__txt.-txtcrop:after, .t-person__hero__heading__comment__txt[data-txtcrop=true]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((-1.3rem * 2 + 1.3rem) / 2 + 0rem);
  }
}

.t-person__hero__info {
  color: #ffffff;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif;
  letter-spacing: 0.06em;
  position: absolute;
  bottom: 90px;
  right: -85px;
  z-index: 10000;
}
@media screen and (max-width: 1245px) {
  .t-person__hero__info {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .t-person__hero__info {
    position: static;
    right: auto;
    text-shadow: none;
  }
}
.t-person__hero__info .t-person__hero__info__lead {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .t-person__hero__info .t-person__hero__info__lead {
    font-size: 1.3rem;
  }
}
.t-person__hero__info .t-person__hero__info__name {
  margin-top: 1.4rem;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .t-person__hero__info .t-person__hero__info__name {
    margin-top: 1rem;
    font-size: 2rem;
  }
}
.t-person__hero__info .t-person__hero__info__type {
  margin-top: 1.4rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .t-person__hero__info .t-person__hero__info__type {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}

.t-person__hero__person {
  width: auto;
  height: 96.25%;
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
  -webkit-transition: all 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform;
}
.is-page-op2 .t-person__hero__person {
  opacity: 1;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
@media screen and (max-width: 768px) {
  .t-person__hero__person {
    height: 80vh;
    z-index: 0;
    right: -40px;
  }
}
.t-person__hero__person img {
  width: auto;
  height: 100%;
}

.t-person__hero__txt-bg {
  width: 100%;
  height: 213px;
  opacity: 0.5;
  mix-blend-mode: overlay;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 10;
}
.ua-edge .t-person__hero__txt-bg, .ua-ie .t-person__hero__txt-bg {
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .t-person__hero__txt-bg {
    display: none;
  }
}
.t-person__hero__txt-bg img {
  width: auto;
  height: 100%;
}

/* t-person-features / このタイプの3つの特徴
---------------------------------------------------------------- */
.t-person-features .c-list-roundNum__item {
  background-color: #ffffff;
}

.t-person-ogata .t-person-features {
  background-image: linear-gradient(45deg, rgb(255, 213, 223) 0%, rgba(255, 159, 159, 0.98824) 100%);
}
.t-person-ogata .c-list-roundNum02__item__num span {
  color: #e97d7d;
}

.t-person-inomata .t-person-features {
  background-image: linear-gradient(30deg, rgb(246, 100, 100) 0%, rgba(242, 53, 53, 0.98824) 100%);
}
.t-person-inomata .c-list-roundNum02__item__num span {
  color: #f23535;
}

.t-person-murakami .t-person-features {
  background-image: linear-gradient(30deg, rgb(153, 220, 238) 0%, rgba(51, 197, 237, 0.98824) 100%);
}
.t-person-murakami .c-list-roundNum02__item__num span {
  color: #33c5ed;
}
.t-person-murakami .c-list-roundNum02__item__num {
  background: url(/assets/image/person/murakami/list-num-bg.png) no-repeat center/contain;
}

.t-person-kawano .t-person-features {
  background-image: linear-gradient(30deg, rgb(220, 213, 99) 0%, rgba(237, 226, 51, 0.98824) 100%);
}
.t-person-kawano .c-list-roundNum02__item__num span {
  color: #ede233;
}
.t-person-kawano .c-list-roundNum02__item__num {
  background: url(/assets/image/person/kawano/list-num-bg.png) no-repeat center/contain;
}

.t-person-kawashima .t-person-features {
  background-image: linear-gradient(30deg, rgb(134, 213, 120) 0%, rgba(100, 214, 80, 0.98824) 100%);
}
.t-person-kawashima .c-list-roundNum02__item__num span {
  color: #64d650;
}
.t-person-kawashima .c-list-roundNum02__item__num {
  background: url(/assets/image/person/kawashima/list-num-bg.png) no-repeat center/contain;
}

/* .t-person-interview / 先輩インタビュー
---------------------------------------------------------------- */
.t-person-interview .c-content-list + .c-content-list {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .t-person-interview .c-content-list + .c-content-list {
    margin-top: 4rem;
  }
}

.t-person-interview .c-content-list-wrap {
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  .t-person-interview .c-content-list-wrap {
    margin-top: 4rem;
  }
}

.t-person-interview .c-content-list-wrap .c-content-list:nth-of-type(odd) .c-content-list__content {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .t-person-interview .c-content-list-wrap .c-content-list:nth-of-type(odd) .c-content-list__content {
    padding: 0 0 4rem;
  }
}
.t-person-interview .c-content-list-wrap .c-content-list:nth-of-type(even) .c-content-list__content {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .t-person-interview .c-content-list-wrap .c-content-list:nth-of-type(even) .c-content-list__content {
    padding: 0 0 4rem;
  }
}

.t-person-interview .c-content-list.-single .c-content-list__body {
  display: block;
}
.t-person-interview .c-content-list.-single .c-content-list__body .c-content-list__content {
  padding: 12rem 0 6rem !important;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .t-person-interview .c-content-list.-single .c-content-list__body .c-content-list__content {
    padding: 0 0 4rem !important;
  }
}

.t-person-interview__question {
  position: relative;
}
.t-person-interview__question .t-person-interview__question__title {
  padding-left: 5.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.85;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.06em;
}
.t-person-interview__question .t-person-interview__question__title.-txtcrop:before, .t-person-interview__question .t-person-interview__question__title[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((-1.4rem * 1.85 + 1.4rem) / 2 + 0rem);
}
.t-person-interview__question .t-person-interview__question__title.-txtcrop:after, .t-person-interview__question .t-person-interview__question__title[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((-1.4rem * 1.85 + 1.4rem) / 2 + 0rem);
}
@media screen and (max-width: 768px) {
  .t-person-interview__question .t-person-interview__question__title {
    text-align: center;
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .t-person-interview__question .t-person-interview__question__title.-txtcrop:before, .t-person-interview__question .t-person-interview__question__title[data-txtcrop=true]:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((-1.2rem * 1.75 + 1.2rem) / 2 + 0rem);
  }
  .t-person-interview__question .t-person-interview__question__title.-txtcrop:after, .t-person-interview__question .t-person-interview__question__title[data-txtcrop=true]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((-1.2rem * 1.75 + 1.2rem) / 2 + 0rem);
  }
}
.t-person-interview__question .t-person-interview__question__num {
  width: auto;
  height: 10.3rem;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: -80px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .t-person-interview__question .t-person-interview__question__num {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: none;
  }
}
.t-person-interview__question .t-person-interview__question__num img {
  width: auto;
  height: 100%;
}

.t-person-interview__anser {
  margin-top: 7.2rem;
}
@media screen and (max-width: 768px) {
  .t-person-interview__anser {
    margin-top: 1.2rem;
  }
}
.t-person-interview__anser .t-person-interview__anser__title {
  font-size: 2rem;
  line-height: 1.7;
  color: #f77006;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif;
  letter-spacing: 0.08em;
}
.t-person-interview__anser .t-person-interview__anser__title.-txtcrop:before, .t-person-interview__anser .t-person-interview__anser__title[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((-2rem * 1.7 + 2rem) / 2 + 0rem);
}
.t-person-interview__anser .t-person-interview__anser__title.-txtcrop:after, .t-person-interview__anser .t-person-interview__anser__title[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((-2rem * 1.7 + 2rem) / 2 + 0rem);
}
@media screen and (max-width: 768px) {
  .t-person-interview__anser .t-person-interview__anser__title {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
  }
  .t-person-interview__anser .t-person-interview__anser__title.-txtcrop:before, .t-person-interview__anser .t-person-interview__anser__title[data-txtcrop=true]:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((-2rem * 1.5 + 2rem) / 2 + 0rem);
  }
  .t-person-interview__anser .t-person-interview__anser__title.-txtcrop:after, .t-person-interview__anser .t-person-interview__anser__title[data-txtcrop=true]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((-2rem * 1.5 + 2rem) / 2 + 0rem);
  }
}
.t-person-interview__anser .t-person-interview__anser__txt {
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify;
  color: #555555;
  letter-spacing: 0.08em;
}
.t-person-interview__anser .t-person-interview__anser__txt.-txtcrop:before, .t-person-interview__anser .t-person-interview__anser__txt[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((-1.5rem * 2 + 1.5rem) / 2 + 0rem);
}
.t-person-interview__anser .t-person-interview__anser__txt.-txtcrop:after, .t-person-interview__anser .t-person-interview__anser__txt[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((-1.5rem * 2 + 1.5rem) / 2 + 0rem);
}
@media screen and (max-width: 768px) {
  .t-person-interview__anser .t-person-interview__anser__txt {
    font-size: 1.3rem;
    line-height: 2;
  }
  .t-person-interview__anser .t-person-interview__anser__txt.-txtcrop:before, .t-person-interview__anser .t-person-interview__anser__txt[data-txtcrop=true]:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((-1.3rem * 2 + 1.3rem) / 2 + 0rem);
  }
  .t-person-interview__anser .t-person-interview__anser__txt.-txtcrop:after, .t-person-interview__anser .t-person-interview__anser__txt[data-txtcrop=true]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((-1.3rem * 2 + 1.3rem) / 2 + 0rem);
  }
}
.t-person-interview__anser .t-person-interview__anser__title + .t-person-interview__anser__txt {
  margin-top: 3.3rem;
}
@media screen and (max-width: 768px) {
  .t-person-interview__anser .t-person-interview__anser__title + .t-person-interview__anser__txt {
    margin-top: 2.6rem;
  }
}

/* t-person-holiday / 休日過ごし方
---------------------------------------------------------------- */
.t-person-holiday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f9f9f9;
  position: relative;
}
@media screen and (max-width: 768px) {
  .t-person-holiday {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 2.5rem 2rem;
  }
}
.t-person-holiday:after {
  content: "";
  display: block;
  width: 25.6rem;
  height: 12.8rem;
  background: url(/assets/image/person/holiday_bg.png) no-repeat center/contain;
  position: absolute;
  bottom: 5.6rem;
  right: 6.4rem;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .t-person-holiday:after {
    display: none;
  }
}
.t-person-holiday .t-person-holiday__pict {
  width: 35.5%;
  margin-right: 4.5rem;
}
@media screen and (max-width: 768px) {
  .t-person-holiday .t-person-holiday__pict {
    width: 80%;
    margin-top: 2.5rem;
    margin-left: 0;
  }
}
.t-person-holiday .t-person-holiday__body {
  width: 64.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .t-person-holiday .t-person-holiday__body {
    width: 100%;
  }
}
.t-person-holiday .t-person-holiday__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .t-person-holiday .t-person-holiday__title {
    font-size: 1.6rem;
  }
}
.t-person-holiday .t-person-holiday__title + .c-txt {
  margin-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .t-person-holiday .t-person-holiday__title + .c-txt {
    margin-top: 2rem;
  }
}

/* t-person-schedule / 一日の流れ
---------------------------------------------------------------- */
.t-person-schedule .c-content-white {
  padding: 8rem 12.52%;
}
@media screen and (max-width: 1023px) {
  .t-person-schedule .c-content-white {
    padding: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .t-person-schedule .c-content-white {
    padding: 3rem 2rem;
  }
}

.t-person-ogata .t-person-schedule {
  background-image: linear-gradient(45deg, rgb(255, 213, 223) 0%, rgba(255, 159, 159, 0.98824) 100%);
}

.t-person-inomata .t-person-schedule {
  background-image: linear-gradient(30deg, rgb(246, 100, 100) 0%, rgba(242, 53, 53, 0.98824) 100%);
}

.t-person-murakami .t-person-schedule {
  background-image: linear-gradient(30deg, rgb(153, 220, 238) 0%, rgba(51, 197, 237, 0.98824) 100%);
}

.t-person-kawano .t-person-schedule {
  background-image: linear-gradient(30deg, rgb(220, 213, 99) 0%, rgba(237, 226, 51, 0.98824) 100%);
}

.t-person-kawashima .t-person-schedule {
  background-image: linear-gradient(30deg, rgb(134, 213, 120) 0%, rgba(100, 214, 80, 0.98824) 100%);
}

.t-person-schedule__table {
  width: 100%;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
  border-top: 1px solid #e8e8e8;
}
.t-person-schedule__table tr:not(:last-of-type) th:before {
  content: "";
  display: block;
  width: 30px;
  height: 10px;
  background: url(/assets/image/person/ogata/schedule_arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .t-person-schedule__table tr:not(:last-of-type) th:before {
    display: none;
  }
}
.t-person-schedule__table tr:not(:last-of-type) td:before {
  content: "";
  display: none;
  width: 30px;
  height: 10px;
  background: url(/assets/image/person/ogata/schedule_arrow_white.png) no-repeat center/contain;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .t-person-schedule__table tr:not(:last-of-type) td:before {
    display: block;
    height: 11px;
    bottom: -1.01rem;
  }
}
.t-person-schedule__table th,
.t-person-schedule__table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.57;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: middle;
  position: relative;
}
.t-person-schedule__table th {
  width: 31.92%;
  padding: 3rem 0;
  font-size: 2.8rem;
  text-align: center;
  font-family: DINNextLTPro-Regular, serif;
}
@media screen and (max-width: 768px) {
  .t-person-schedule__table th {
    width: 100%;
    display: block;
    padding: 1.5rem 2rem 0.8rem;
    font-size: 2.4rem;
    border-bottom: 0;
  }
}
.t-person-schedule__table td {
  width: 68.08%;
  padding: 3rem 3.2rem;
}
@media screen and (max-width: 768px) {
  .t-person-schedule__table td {
    width: 100%;
    display: block;
    padding: 2rem;
  }
}
.t-person-schedule__table .t-person-schedule__table__heading {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .t-person-schedule__table .t-person-schedule__table__heading {
    font-size: 1.4rem;
    text-align: center;
  }
}
.t-person-schedule__table .t-person-schedule__table__heading + .t-person-schedule__table__txt {
  margin-top: 1rem;
}
.t-person-schedule__table .t-person-schedule__table__txt {
  font-size: 1.4rem;
  color: #777777;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .t-person-schedule__table .t-person-schedule__table__txt {
    font-size: 1.3rem;
  }
}

.t-person-ogata .t-person-schedule__table th {
  color: #e97d7d;
  background-color: #fff9fa;
}
.t-person-ogata .t-person-schedule__table tr:not(:last-of-type) th:before {
  background: url(/assets/image/person/ogata/schedule_arrow.png) no-repeat center/contain;
}

.t-person-inomata .t-person-schedule__table th {
  color: #f23535;
  background-color: #feeaea;
}
.t-person-inomata .t-person-schedule__table tr:not(:last-of-type) th:before {
  background: url(/assets/image/person/inomata/schedule_arrow.png) no-repeat center/contain;
}

.t-person-murakami .t-person-schedule__table th {
  color: #33c5ed;
  background-color: #eaf9fd;
}
.t-person-murakami .t-person-schedule__table tr:not(:last-of-type) th:before {
  background: url(/assets/image/person/murakami/schedule_arrow.png) no-repeat center/contain;
}

.t-person-kawano .t-person-schedule__table th {
  color: #ede233;
  background-color: #fdfcea;
}
.t-person-kawano .t-person-schedule__table tr:not(:last-of-type) th:before {
  background: url(/assets/image/person/kawano/schedule_arrow.png) no-repeat center/contain;
}

.t-person-kawashima .t-person-schedule__table th {
  color: #64d650;
  background-color: #effbed;
}
.t-person-kawashima .t-person-schedule__table tr:not(:last-of-type) th:before {
  background: url(/assets/image/person/kawashima/schedule_arrow.png) no-repeat center/contain;
}

/* t-person-conclusion / このタイプの人財が会社に必要な理由
---------------------------------------------------------------- */
.t-person-conclusion .t-person-conclusion__lead {
  margin-top: 8rem;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  color: #000000;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif;
  letter-spacing: 0.08em;
}
.t-person-conclusion .t-person-conclusion__lead.-txtcrop:before, .t-person-conclusion .t-person-conclusion__lead[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((-1.6rem * 1 + 1.6rem) / 2 + 0rem);
}
.t-person-conclusion .t-person-conclusion__lead.-txtcrop:after, .t-person-conclusion .t-person-conclusion__lead[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((-1.6rem * 1 + 1.6rem) / 2 + 0rem);
}
@media screen and (max-width: 768px) {
  .t-person-conclusion .t-person-conclusion__lead {
    margin-top: 3.5rem;
    font-size: 1.4rem;
    line-height: 1;
  }
  .t-person-conclusion .t-person-conclusion__lead.-txtcrop:before, .t-person-conclusion .t-person-conclusion__lead[data-txtcrop=true]:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((-1.4rem * 1 + 1.4rem) / 2 + 0rem);
  }
  .t-person-conclusion .t-person-conclusion__lead.-txtcrop:after, .t-person-conclusion .t-person-conclusion__lead[data-txtcrop=true]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((-1.4rem * 1 + 1.4rem) / 2 + 0rem);
  }
}
.t-person-conclusion .t-person-conclusion__title {
  font-size: 3.2rem;
  line-height: 1.8125;
  text-align: center;
  color: #ffa0a0;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif;
  letter-spacing: 0.08em;
}
.t-person-conclusion .t-person-conclusion__title.-txtcrop:before, .t-person-conclusion .t-person-conclusion__title[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((-3.2rem * 1.8125 + 3.2rem) / 2 + 0rem);
}
.t-person-conclusion .t-person-conclusion__title.-txtcrop:after, .t-person-conclusion .t-person-conclusion__title[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((-3.2rem * 1.8125 + 3.2rem) / 2 + 0rem);
}
@media screen and (max-width: 768px) {
  .t-person-conclusion .t-person-conclusion__title {
    font-size: 1.8rem;
    line-height: 1.8125;
  }
  .t-person-conclusion .t-person-conclusion__title.-txtcrop:before, .t-person-conclusion .t-person-conclusion__title[data-txtcrop=true]:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((-1.8rem * 1.8125 + 1.8rem) / 2 + 0rem);
  }
  .t-person-conclusion .t-person-conclusion__title.-txtcrop:after, .t-person-conclusion .t-person-conclusion__title[data-txtcrop=true]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((-1.8rem * 1.8125 + 1.8rem) / 2 + 0rem);
  }
}
.t-person-conclusion .t-person-conclusion__lead + .t-person-conclusion__title {
  margin-top: 3.4rem;
}
@media screen and (max-width: 768px) {
  .t-person-conclusion .t-person-conclusion__lead + .t-person-conclusion__title {
    margin-top: 2.3rem;
  }
}

.t-person-ogata .t-person-conclusion {
  background: url(/assets/image/person/ogata/conclusion_bg.png) no-repeat center/cover;
}
.t-person-ogata .t-person-conclusion .t-person-conclusion__title {
  color: #ff9f9f;
}

.t-person-inomata .t-person-conclusion {
  background: url(/assets/image/person/inomata/conclusion_bg.png) no-repeat center/cover;
}
.t-person-inomata .t-person-conclusion .t-person-conclusion__title {
  color: #f23535;
}

.t-person-murakami .t-person-conclusion {
  background: url(/assets/image/person/murakami/conclusion_bg.png) no-repeat center/cover;
}
.t-person-murakami .t-person-conclusion .t-person-conclusion__title {
  color: #33c5ed;
}

.t-person-kawano .t-person-conclusion {
  background: url(/assets/image/person/kawano/conclusion_bg.png) no-repeat center/cover;
}
.t-person-kawano .t-person-conclusion .t-person-conclusion__title {
  color: #ede233;
}

.t-person-kawashima .t-person-conclusion {
  background: url(/assets/image/person/kawashima/conclusion_bg.png) no-repeat center/cover;
}
.t-person-kawashima .t-person-conclusion .t-person-conclusion__title {
  color: #64d650;
}

/* t-person-nav 
---------------------------------------------------------------- */
.t-person-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .t-person-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.t-person-nav__body {
  width: 34.8%;
  padding: 7rem 2rem 7rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .t-person-nav__body {
    width: 100%;
    padding: 4rem 2rem;
  }
}

.t-person-nev__next {
  width: 65.2%;
}
@media screen and (max-width: 768px) {
  .t-person-nev__next {
    width: 100%;
  }
}
.t-person-nev__next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.t-person-nev__next a:hover .t-person-type__item__button .c-button-arrow__icon:before {
  -webkit-animation: arrowRight-l 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: arrowRight-l 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.t-person-nev__next a:hover .c-button-arrow:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
.t-person-nev__next a:hover .t-person-nev__pict__bg {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.t-person-nev__next a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.t-person-nev__next .t-person-nev__pict__bg {
  z-index: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.t-person-nev__next__inner {
  width: 100%;
  padding-left: 9%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .t-person-nev__next__inner {
    padding: 4rem 2rem;
  }
}
.t-person-nev__next__inner .t-person-nev__next__lead {
  font-size: 1.6rem;
  color: #ffffff;
  font-family: DINNextLTPro-Bold, serif;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .t-person-nev__next__inner .t-person-nev__next__lead {
    font-size: 1.4rem;
  }
}
.t-person-nev__next__inner .t-person-nev__next__heading {
  margin-top: 2.4rem;
  font-size: 4rem;
  line-height: 1.5;
  color: #ffffff;
  font-family: hiragino-min, serif;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .t-person-nev__next__inner .t-person-nev__next__heading {
    margin-top: 1.7rem;
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 320px) {
  .t-person-nev__next__inner .t-person-nev__next__heading {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
  }
}
.t-person-nev__next__inner .t-person-nev__next__heading__light {
  font-family: DINNextLTPro-Light, serif;
}
.t-person-nev__next__inner .t-person-nev__next__heading__ja {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.6rem;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif;
}
@media screen and (max-width: 768px) {
  .t-person-nev__next__inner .t-person-nev__next__heading__ja {
    font-size: 1.4rem;
  }
}

.t-person-nav__list {
  counter-reset: num;
}
.t-person-nav__list a {
  display: inline-block;
}

.t-person-nav__list__item {
  padding-left: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .t-person-nav__list__item {
    padding-left: 0;
    text-align: center;
  }
}
.t-person-nav__list__item:before {
  counter-increment: num;
  content: "0" counter(num);
  font-size: 1.8rem;
  color: #cccccc;
  font-family: DINNextLTPro-Regular, serif;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .t-person-nav__list__item:before {
    display: block;
    margin: 0 auto 3px;
    font-size: 1.6rem;
    position: static;
  }
}
.t-person-nav__list__item + .t-person-nav__list__item {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .t-person-nav__list__item + .t-person-nav__list__item {
    margin-top: 3.5rem;
  }
}
.t-person-nav__list__item.is-current {
  opacity: 0.4;
  pointer-events: none;
}
.t-person-nav__list__item.is-current .t-person-nav__list__item__title span {
  background: none !important;
}
.t-person-nav__list__item .t-person-nav__list__item__lead {
  margin-top: 0.6rem;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #777777;
  letter-spacing: 0.08em;
}
.t-person-nav__list__item .t-person-nav__list__item__title {
  font-size: 1.8rem;
  line-height: 1.7;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif;
  color: #333333;
  letter-spacing: 0.08em;
}
.t-person-nav__list__item .t-person-nav__list__item__title span {
  display: inline;
  padding-bottom: 0.6rem;
  background: url(/assets/image/common/line_black.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  will-change: background-size;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: background-size 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: color, background-size;
  transition-property: color, background-size;
}

.t-person-nav__list a:hover .t-person-nav__list__item__title span {
  background-size: 0 1px;
  background-position: right bottom;
}

.t-person2022-mv {
  text-align: center;
  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;
}
.t-person2022-mv > div {
  position: relative;
  top: 2rem;
}

.t-person2022-mv__srogan {
  font-size: 5.8rem;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-family: hiragino-min, serif;
  text-shadow: 0px 0px 70px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .t-person2022-mv__srogan {
    font-size: 3.6rem;
  }
}

.t-person2022-mv__data {
  text-shadow: 0px 0px 70px rgba(0, 0, 0, 0.5);
}

.t-person2022-mv__data::before {
  content: "";
  width: 2.7rem;
  height: 0.8rem;
  background: url(/assets/image/person/icon_mv.png) no-repeat left top/cover;
  display: block;
  margin: 2.4rem auto 3.2rem;
}

.t-person2022-mv__data__name {
  font-size: 2.4rem;
  color: #fff;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif;
}

.t-person2022-mv__data__copy {
  font-size: 1.2rem;
  color: #fff;
  padding-top: 1.6rem;
  font-family: UD新ゴNT DB, UD Shin Go NT DemiBold, serif;
}

.t-person-article .l-header__nav a {
  color: #fff;
}
.t-person-article .l-header__nav a::after {
  background: #fff;
}