.mainVisual {
  display: block;
  width: 100%;
  background: url(../img/top-kv_sp.jpg)no-repeat center top;
  background-size: cover;
  padding: 26.66667vw 0 13.33333vw
}

@media screen and (min-width:960px) {
  .mainVisual {
    height: 625px;
    background: url(../img/top-kv_pc.jpg)no-repeat left 30% top;
    background-size: cover;
    padding: 90px 10px 0
  }
}

.mainVisual__tit {
  font-size: 6.4vw;
  font-weight: 700;
  letter-spacing: .15em;
  text-align: center;
  color: #fff;
  margin-bottom: 5.33333vw
}

@media screen and (min-width:960px) {
  .mainVisual__tit {
    font-size: 3rem;
    margin-bottom: 15px
  }
}

.mainVisual__txt {
  font-size: 3.2vw;
  line-height: 1.9;
  text-align: center;
  color: #fff
}

@media screen and (min-width:960px) {
  .mainVisual__txt {
    font-size: 1.4rem;
    letter-spacing: .15em
  }
}

.filter,
.filter__setting {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0
}

.filter__setting {
  background-color: #152a5d;
  padding: 5.33333vw 4vw
}

@media screen and (min-width:960px) {
  .filter__setting {
    height: 343px;
    background-color: rgba(21, 42, 93, .8);
    padding: 14px 10px 9px;
    position: absolute;
    z-index: 0;
    top: -343px
  }
}

.filter__setting--inner {
  max-width: 716px;
  margin: 0 auto
}

.filter__results,
.filter__setting--inner {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0
}

.filter__results {
  background-color: #fff
}

.filter__results--inner {
  display: block;
  width: 100%;
  padding: 13.33333vw 6.93333vw;
  position: relative;
  z-index: 0
}

@media screen and (min-width:960px) {
  .filter__results--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 60pc;
    margin: 0 auto;
    padding: 75pt 0 10px
  }
}

.filter__results--frame {
  display: block;
  width: 100%;
  padding-bottom: 9.33333vw;
  margin-bottom: 12vw;
  border-bottom: 1px solid #ceeafb
}

@media screen and (min-width:960px) {
  .filter__results--frame {
    width: 458px;
    -ms-flex-preferred-size: 458px;
    flex-basis: 458px;
    padding-left: 18px;
    padding-bottom: 15px;
    margin-bottom: 50px
  }
}

.search {
  display: block;
  width: 100%;
  margin-bottom: 0.53333vw
}

@media screen and (min-width:960px) {
  .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px
  }

  .search.is-pcLayout {
    width: 638px
  }
}

.search__title {
  padding: 3.6vw 0 3.06667vw;
  background-color: #999;
  margin-bottom: 0.53333vw
}

@media screen and (min-width:960px) {
  .search__title {
    -ms-flex-preferred-size: 163px;
    flex-basis: 163px;
    padding: 10px;
    margin-bottom: 0
  }
}

.search__title--txt {
  font-size: 4.26vw;
  line-height: 1.1;
  text-align: center;
  color: #fff
}

@media screen and (min-width:960px) {
  .search__title--txt {
    font-size: 1.3rem;
    text-align: left
  }
}

.is-bg1 .search__title {
  background-color: #287df4
}

.is-bg2 .search__title {
  background-color: #3daff5
}

.is-bg3 .search__title {
  background-color: #757575
}

.is-bg4 .search__title {
  background-color: #6bcef9
}

.search__condition {
  padding: 4vw 5.33333vw 1.33333vw;
  background-color: #999
}

@media screen and (min-width:960px) {
  .search__condition {
    -ms-flex-preferred-size: 556px;
    flex-basis: 556px;
    padding: 10px 0 0
  }

  .is-pcLayout .search__condition {
    -ms-flex-preferred-size: 478px;
    flex-basis: 478px
  }
}

.is-bg1 .search__condition {
  background-color: #287df4
}

.is-bg2 .search__condition {
  background-color: #3daff5
}

.is-bg3 .search__condition {
  background-color: #757575
}

.is-bg4 .search__condition {
  background-color: #6bcef9
}

.search__reset {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 1.06667vw;
  background-color: #fff;
  margin-top: 1.6vw;
  padding: 2.53333vw 0 2vw;
  font-size: 4.26vw;
  letter-spacing: .2em;
  text-align: center;
  color: #287ef7;
  cursor: pointer
}

@media screen and (min-width:960px) {
  .search__reset {
    width: 73px;
    height: 73px;
    background-color: #565656;
    border-radius: 0;
    font-size: 1.3rem;
    color: #fff;
    margin-top: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0
  }

  .search__reset:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(/company/recruit/fresh/common/img/icon_return_arrow.png)no-repeat center;
    background-size: contain;
    margin: 0 auto 7px
  }
}

.search__reset:focus {
  outline: 0
}

.condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width:960px) {
  .condition {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 10px
  }
}

.condition__item {
  -ms-flex-preferred-size: 48.18%;
  flex-basis: 48.18%;
  margin-bottom: 2.66667vw
}

@media screen and (min-width:960px) {
  .condition__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin-bottom: 10px
  }
}

.condition__item.is-col1 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

@media screen and (min-width:960px) {
  .condition__item.is-col1 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
}

.condition__item--label {
  display: block;
  width: 100%;
  line-height: 1.1;
  position: relative;
  z-index: 0;
  cursor: pointer
}

.condition__item--input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  visibility: hidden
}

.condition__item--text {
  display: block;
  padding-left: 6.66667vw;
  font-size: 4.26vw;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: palt\ 1;
  color: #fff;
  position: relative;
  z-index: 0
}

@media screen and (min-width:960px) {
  .condition__item--text {
    font-size: 1.3rem;
    line-height: 1.1;
    padding-left: 20px
  }
}

.condition__item--text:before {
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  border: 1px solid #fff;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0
}

@media screen and (min-width:960px) {
  .condition__item--text:before {
    width: 11px;
    height: 11px
  }
}

input:checked+.condition__item--text:after {
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0
}

@media screen and (min-width:960px) {
  input:checked+.condition__item--text:after {
    width: 11px;
    height: 11px
  }
}

.condMaster {
  display: block;
  width: 100%
}

@media screen and (min-width:960px) {
  .condMaster {
    padding-left: 10px
  }
}

.condMaster+.condMaster {
  margin-top: 2.66667vw
}

@media screen and (min-width:960px) {
  .condMaster+.condMaster {
    padding-top: 10px;
    border-top: 1px solid #fff;
    margin-top: 0
  }
}

@media screen and (min-width:960px) {
  .condMaster>.condition__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
  }

  .condMaster>.condition__item .condition__item--label {
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px
  }

  .condMaster>.condition__item .condSub {
    -ms-flex-preferred-size: 386px;
    flex-basis: 386px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .condMaster>.condition__item .condSub.is-w100per {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.condSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5.33333vw;
  padding-left: 13.33333vw
}

.condSub.is-w100per {
  padding-left: 0
}

@media screen and (min-width:960px) {
  .condSub {
    margin-top: 0;
    padding-left: 0
  }
}

.resultBox {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  text-decoration: none
}

@media screen and (min-width:960px) {
  .resultBox:hover {
    opacity: .8
  }

  .resultBox:hover .resultBox__img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
  }
}

.resultBox__img {
  display: block;
  width: 100%;
  overflow: hidden
}

@media screen and (min-width:960px) {
  .resultBox__img {
    width: 440px;
    height: 235px;
    background-color: #eee;
    position: relative;
    z-index: 0
  }

  .resultBox__img img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
  }
}

.resultBox__name {
  display: block;
  width: 36vw;
  height: 36vw;
  padding: 4vw 3.73333vw 0 0;
  background-color: #287ef7;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 5.33333vw;
  left: -4.8vw
}

.resultBox__name.is-pro {
  background-color: #3daff5
}

.resultBox__name.is-kosen {
  background-color: #6bcef9
}

@media screen and (min-width:960px) {
  .resultBox__name {
    width: 170px;
    height: 170px;
    padding-top: 15px;
    padding-right: 17px;
    top: 34px;
    left: -18px
  }
}

.resultBox__name--affil {
  font-size: 2.13vw;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: palt\ 1;
  line-height: 1.5;
  color: #fff;
  padding-left: 2.93333vw;
  padding-bottom: 2.13333vw;
  margin-bottom: 4.26667vw;
  border-bottom: 1px solid #fff
}

@media screen and (min-width:960px) {
  .resultBox__name--affil {
    font-size: 1.1rem;
    padding-left: 13px;
    padding-bottom: 11px;
    margin-bottom: 25px
  }
}

.resultBox__name--affil em {
  font-size: 2.66vw;
  font-style: normal
}

@media screen and (min-width:960px) {
  .resultBox__name--affil em {
    font-size: 1.4rem
  }
}

.resultBox__name--first {
  font-size: 3.73vw;
  font-weight: 700;
  padding-left: 2.93333vw;
  margin-bottom: 1.6vw;
  color: #fff
}

.resultBox__name--first .txtYori {
  width: 18.4vw;
  height: auto;
  margin-left: 0
}

@media screen and (min-width:960px) {
  .resultBox__name--first .txtYori {
    width: 75pt
  }
}

@media screen and (min-width:960px) {
  .resultBox__name--first {
    font-size: 2.1rem;
    padding-left: 13px;
    margin-bottom: 11px;
    margin-right: -20px
  }
}

.resultBox__name--year {
  font-size: 2.66vw;
  padding-left: 2.93333vw;
  color: #fff
}

@media screen and (min-width:960px) {
  .resultBox__name--year {
    font-size: 1.3rem;
    padding-left: 13px
  }
}

.resultBox__txt {
  font-size: 3.73vw;
  color: #0c94e9;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-top: 2.4vw
}

@media screen and (min-width:960px) {
  .resultBox__txt {
    font-size: 1.8rem;
    padding: 10px 30px 10px 0
  }
}

@-webkit-keyframes a {
  0 {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes a {
  0 {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

.filter__results--frame.is-active {
  will-change: transform
}

.filter__results--frame.is-animated {
  -webkit-animation: .5s a;
  animation: .5s a
}

#Person.is-white .f_content {
  padding-top: 13.33333vw
}

@media screen and (min-width:960px) {
  #Person.is-white .f_content {
    padding-top: 6pc
  }
}

.person-kv {
  display: block;
  position: relative;
  z-index: 0
}

@media screen and (min-width:960px) {
  .person-kv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 75pc;
    min-width: 950px;
    height: auto;
    margin: 0 auto;
    background-color: #ceeafb
  }
}

.person-kv-photo {
  display: block;
  width: 100%;
  height: 80vw
}

@media screen and (min-width:960px) {
  .person-kv-photo {
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
    height: auto
  }
}

.person-kv-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden
}

@media screen and (min-width:960px) {
  .person-kv-text {
    width: 610px;
    margin-left: -150px;
    position: absolute;
    top: 40px;
    left: 50%
  }
}

.person-kv-careerstep {
  display: block;
  padding: 8vw 5.33333vw;
  background-color: #ceeafb
}

@media screen and (min-width:960px) {
  .person-kv-careerstep {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0
  }

  .person-kv-careerstep div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10pc;
    padding-bottom: 20px
  }

  .person-kv-careerstep ol {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 20px;
    border-left: 1px solid #0082df;
    height: auto;
    min-height: 270px
  }
}

.person-kv-careerstep h3 {
  display: block;
  width: 100%;
  height: 5.86667vw;
  background: url(../img/careerstep-title.png)no-repeat left center;
  background-size: contain;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 6.4vw
}

@media screen and (min-width:960px) {
  .person-kv-careerstep h3 {
    width: 140px;
    height: 22px;
    background-position: center
  }
}

.person-kv-careerstep li {
  font-size: 3.2vw;
  color: #333;
  margin-bottom: 1.86667vw
}

@media screen and (min-width:960px) {
  .person-kv-careerstep li {
    font-size: 1.3rem;
    margin-bottom: 6px;
    line-height: 1.4
  }
}

.person-kv-careerstep li span {
  margin-right: 2.66667vw;
  font-size: 3.2vw;
  color: #0082df
}

@media screen and (min-width:960px) {
  .person-kv-careerstep li span {
    font-size: 1.3rem;
    margin-right: 10px
  }
}

.person-kv-careerstep li.indent {
  padding-left: 4em;
  text-indent: -4em
}

.person-section {
  display: block;
  width: 100%;
  padding: 9.33333vw 0;
  overflow: hidden
}

@media screen and (min-width:960px) {
  .person-section {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

.person-section .inner1000c {
  display: block;
  width: 100%;
  max-width: 750pt;
  margin: 0 auto
}

@media screen and (min-width:960px) {
  .person-section .inner1000c {
    max-width: 765pt;
    padding: 0 10px
  }
}

.person-section-half-text {
  width: 100%;
  margin-bottom: 13.33333vw
}

@media screen and (min-width:960px) {
  .person-section-half-text {
    margin-bottom: 50px;
    position: relative;
    z-index: 0
  }
}

.person-section-half-photo {
  display: block;
  width: 100%;
  height: 93.33333vw;
  padding: 0 5.33333vw;
  overflow: hidden
}

@media screen and (min-width:960px) {
  .person-section-half-photo {
    width: 385px;
    height: 500px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: auto
  }

  .person-section-half-right .person-section-half-photo {
    right: auto;
    left: 0
  }
}

.person-section-2 {
  background-color: #dbeffc
}

.person-section-title {
  font-size: 5.33vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #0c94e9;
  padding: 0 5.33333vw;
  margin-bottom: 4vw
}

@media screen and (min-width:960px) {
  .person-section-title {
    font-size: 24px;
    padding-left: 30px;
    padding-right: 0;
    margin-bottom: 30px
  }

  .person-section-half-right .person-section-title {
    text-align: right;
    padding-left: 0;
    padding-right: 30px
  }
}

.person-section-title br {
  display: none
}

@media screen and (min-width:960px) {
  .person-section-title br {
    display: block
  }
}

.person-section-year {
  display: block;
  width: 100%;
  height: 16vw
}

@media screen and (min-width:960px) {
  .person-section-year {
    height: 70px;
    margin-bottom: 15px
  }
}

.person-section-career {
  display: block;
  width: 100%;
  font-size: 3.46vw;
  color: #333;
  text-align: right;
  padding-bottom: 28vw;
  background: url(../img/person-section-career-bg1.png)no-repeat center bottom;
  background-size: contain
}

@media screen and (min-width:960px) {
  .person-section-career {
    font-size: 1.3rem;
    padding-bottom: 115px
  }
}

.person-section-half-right .person-section-career {
  background-image: url(../img/person-section-career-bg2.png);
  text-align: left
}

.person-section-photo {
  display: block;
  width: 74.93333vw;
  margin-top: -18.66667vw
}

@media screen and (min-width:960px) {
  .person-section-photo {
    width: 20pc;
    margin-top: -70px
  }
}

.person-section-half-right .person-section-photo {
  margin-left: auto
}

.person-section-photo1000 {
  display: block;
  width: 100%;
  max-width: 750pt;
  margin: 0 auto
}

.person-section-body {
  display: block;
  width: 100%;
  font-size: 3.73vw;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333;
  text-align: justify;
  padding: 0 5.33333vw
}

@media screen and (min-width:960px) {
  .person-section-body {
    font-size: 1.5rem;
    padding-left: 30px;
    padding-right: 460px
  }

  .person-section-half-right .person-section-body {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 460px;
    padding-right: 30px
  }
}

.person-section-colmun {
  display: block;
  width: 100%;
  margin: 13.33333vw auto
}

@media screen and (min-width:960px) {
  .person-section-colmun {
    max-width: 680px;
    margin-top: 50px;
    margin-bottom: 50px
  }
}

.person-section-colmun:after,
.person-section-colmun:before {
  content: "";
  display: block;
  width: 100%;
  height: 1.6vw;
  background: url(../img/colmun-bg.png)no-repeat center top;
  background-size: 100% auto
}

@media screen and (min-width:960px) {

  .person-section-colmun:after,
  .person-section-colmun:before {
    height: 10px
  }
}

.person-section-colmun-inner {
  display: block;
  width: 96.8vw;
  margin: 0 auto;
  border-left: 1px solid #0c94e9;
  border-right: 1px solid #0c94e9
}

@media screen and (min-width:960px) {
  .person-section-colmun-inner {
    width: 655px
  }
}

.person-section-colmun-inner h4 {
  display: block;
  width: 90%;
  margin: 0 auto 7.46667vw;
  font-size: 5.33vw;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0c94e9
}

@media screen and (min-width:960px) {
  .person-section-colmun-inner h4 {
    width: 566px;
    margin-bottom: 28px;
    font-size: 2.6rem
  }
}

.person-section-colmun-inner p {
  display: block;
  width: 90%;
  margin: 0 auto 5.86667vw;
  color: #333;
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (min-width:960px) {
  .person-section-colmun-inner p {
    width: 566px;
    margin-bottom: 22px;
    font-size: 1.5rem
  }
}

.person-section-colmun-inner figure {
  width: 90%;
  margin: 0 auto
}

@media screen and (min-width:960px) {
  .person-section-colmun-inner figure {
    width: 566px
  }
}

.person-nextlink {
  display: block;
  width: 89.33333vw;
  margin: 13.33333vw auto 26.66667vw
}

@media screen and (min-width:960px) {
  .person-nextlink {
    width: 875px;
    margin-top: 5pc;
    margin-bottom: 75pt
  }

  .person-nextlink ul {
    display: block;
    width: 875px;
    height: 90px;
    position: relative;
    z-index: 0
  }
}

.person-nextlink-index {
  display: block;
  width: 24vw;
  height: 15.46667vw;
  margin: 8vw auto
}

@media screen and (min-width:960px) {
  .person-nextlink-index {
    width: 90px;
    height: 58px;
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 50%;
    margin-top: 0;
    margin-left: -45px;
    margin-bottom: 0
  }
}

.person-nextlink-index a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/nextlink-index.png)no-repeat center;
  background-size: contain;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden
}

.person-nextlink-next,
.person-nextlink-prev {
  display: block;
  width: 66.66667vw;
  padding: 0;
  overflow: hidden
}

@media screen and (min-width:960px) {

  .person-nextlink-next,
  .person-nextlink-prev {
    width: 390px;
    margin: 0;
    position: absolute
  }
}

.person-nextlink-prev {
  margin-left: auto;
  background: url(../img/nextlink-back.png)no-repeat left 0 top 4vw;
  background-size: 18.66667vw 16vw
}

@media screen and (min-width:960px) {
  .person-nextlink-prev {
    background: url(../img/nextlink-back.png)no-repeat left 0 top 15px;
    background-size: 70px 60px;
    left: 0
  }
}

.person-nextlink-prev a {
  display: block;
  padding-left: 22.66667vw;
  overflow: hidden;
  text-decoration: none;
  outline: 0;
  color: #000;
  cursor: pointer
}

@media screen and (min-width:960px) {
  .person-nextlink-prev a {
    min-height: 90px;
    padding-left: 85px;
    position: relative;
    z-index: 0
  }
}

.person-nextlink-prev figure {
  margin-right: auto
}

@media screen and (min-width:960px) {
  .person-nextlink-prev figure {
    position: absolute;
    z-index: 0;
    left: 85px
  }
}

.person-nextlink-prev p {
  text-align: left
}

@media screen and (min-width:960px) {
  .person-nextlink-prev p {
    padding-left: 102px
  }
}

.person-nextlink-next {
  margin-right: auto;
  background: url(../img/nextlink-next.png)no-repeat right 0 top 4vw;
  background-size: 18.66667vw 16vw
}

@media screen and (min-width:960px) {
  .person-nextlink-next {
    background: url(../img/nextlink-next.png)no-repeat right 0 top 15px;
    background-size: 70px 60px;
    right: 0
  }
}

.person-nextlink-next a {
  display: block;
  padding-right: 22.66667vw;
  overflow: hidden;
  text-decoration: none;
  outline: 0;
  color: #000;
  cursor: pointer
}

@media screen and (min-width:960px) {
  .person-nextlink-next a {
    min-height: 90px;
    padding-right: 85px;
    position: relative;
    z-index: 0
  }
}

.person-nextlink-next figure {
  margin-left: auto
}

@media screen and (min-width:960px) {
  .person-nextlink-next figure {
    position: absolute;
    z-index: 0;
    right: 85px
  }
}

.person-nextlink-next p {
  text-align: right
}

@media screen and (min-width:960px) {
  .person-nextlink-next p {
    padding-right: 102px
  }
}

.person-nextlink figure {
  display: block;
  width: 24vw;
  height: 24vw;
  background: url(../img/nextlink-icon.jpg)no-repeat 0 0;
  background-size: auto 24vw
}

@media screen and (min-width:960px) {
  .person-nextlink figure {
    width: 90px;
    height: 90px;
    background-size: auto 90px
  }
}

.person-nextlink .p34 figure {
  background-position: 0 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p34 figure {
    background-position: 0 0
  }
}

.person-nextlink .p37 figure {
  background-position: -24vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p37 figure {
    background-position: -90px 0
  }
}

.person-nextlink .p03 figure {
  background-position: -48vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p03 figure {
    background-position: -180px 0
  }
}

.person-nextlink .p04 figure {
  background-position: -72vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p04 figure {
    background-position: -270px 0
  }
}

.person-nextlink .p05 figure {
  background-position: -96vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p05 figure {
    background-position: -360px 0
  }
}

.person-nextlink .p47 figure {
  background-position: -120vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p47 figure {
    background-position: -450px 0
  }
}

.person-nextlink .p07 figure {
  background-position: -144vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p07 figure {
    background-position: -540px 0
  }
}

.person-nextlink .p51 figure {
  background-position: -168vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p51 figure {
    background-position: -630px 0
  }
}

.person-nextlink .p09 figure {
  background-position: -192vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p09 figure {
    background-position: -45pc 0
  }
}

.person-nextlink .p10 figure {
  background-position: -216vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p10 figure {
    background-position: -810px 0
  }
}

.person-nextlink .p11 figure {
  background-position: -240vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p11 figure {
    background-position: -900px 0
  }
}

.person-nextlink .p36 figure {
  background-position: -264vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p36 figure {
    background-position: -990px 0
  }
}

.person-nextlink .p13 figure {
  background-position: -288vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p13 figure {
    background-position: -810pt 0
  }
}

.person-nextlink .p49 figure {
  background-position: -312vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p49 figure {
    background-position: -1170px 0
  }
}

.person-nextlink .p15 figure {
  background-position: -336vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p15 figure {
    background-position: -945pt 0
  }
}

.person-nextlink .p16 figure {
  background-position: -360vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p16 figure {
    background-position: -1350px 0
  }
}

.person-nextlink .p17 figure {
  background-position: -384vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p17 figure {
    background-position: -90pc 0
  }
}

.person-nextlink .p18 figure {
  background-position: -408vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p18 figure {
    background-position: -1530px 0
  }
}

.person-nextlink .p52 figure {
  background-position: -888vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p52 figure {
    background-position: -3330px 0
  }
}

.person-nextlink .p53 figure {
  background-position: -912vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p53 figure {
    background-position: -3420px 0
  }
}

.person-nextlink .p54 figure {
  background-position: -936vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p54 figure {
    background-position: -3510px 0
  }
}

.person-nextlink .p55 figure {
  background-position: -960vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p55 figure {
    background-position: -225pc 0
  }
}

.person-nextlink .p56 figure {
  background-position: -984vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p56 figure {
    background-position: -3690px 0
  }
}

.person-nextlink .p57 figure {
  background-position: -1008vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p57 figure {
    background-position: -3780px 0
  }
}

.person-nextlink .p58 figure {
  background-position: -1032vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p58 figure {
    background-position: -3870px 0
  }
}

.person-nextlink .p59 figure {
  background-position: -1056vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p59 figure {
    background-position: -3960px 0
  }
}

.person-nextlink .p60 figure {
  background-position: -1080vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p60 figure {
    background-position: -4050px 0
  }
}

.person-nextlink .p61 figure {
  background-position: -1104vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p61 figure {
    background-position: -4140px 0
  }
}

.person-nextlink .p19 figure {
  background-position: -432vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p19 figure {
    background-position: -1620px 0
  }
}

.person-nextlink .p20 figure {
  background-position: -456vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p20 figure {
    background-position: -1710px 0
  }
}

.person-nextlink .p39 figure {
  background-position: -480vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p39 figure {
    background-position: -1800px 0
  }
}

.person-nextlink .p40 figure {
  background-position: -504vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p40 figure {
    background-position: -1890px 0
  }
}

.person-nextlink .p23 figure {
  background-position: -528vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p23 figure {
    background-position: -1980px 0
  }
}

.person-nextlink .p24 figure {
  background-position: -552vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p24 figure {
    background-position: -2070px 0
  }
}

.person-nextlink .p25 figure {
  background-position: -576vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p25 figure {
    background-position: -135pc 0
  }
}

.person-nextlink .p26 figure {
  background-position: -600vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p26 figure {
    background-position: -2250px 0
  }
}

.person-nextlink .p42 figure {
  background-position: -624vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p42 figure {
    background-position: -2340px 0
  }
}

.person-nextlink .p43 figure {
  background-position: -648vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p43 figure {
    background-position: -2430px 0
  }
}

.person-nextlink .p29 figure {
  background-position: -672vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p29 figure {
    background-position: -2520px 0
  }
}

.person-nextlink .p44 figure {
  background-position: -696vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p44 figure {
    background-position: -2610px 0
  }
}

.person-nextlink .p31 figure {
  background-position: -720vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p31 figure {
    background-position: -2700px 0
  }
}

.person-nextlink .p32 figure {
  background-position: -744vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p32 figure {
    background-position: -2790px 0
  }
}

.person-nextlink .p38 figure {
  background-position: -768vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p38 figure {
    background-position: -30in 0
  }
}

.person-nextlink .p50 figure {
  background-position: -792vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p50 figure {
    background-position: -2970px 0
  }
}

.person-nextlink .p45 figure {
  background-position: -816vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p45 figure {
    background-position: -3060px 0
  }
}

.person-nextlink .p35 figure {
  background-position: -840vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p35 figure {
    background-position: -3150px 0
  }
}

.person-nextlink .p46 figure {
  background-position: -864vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p46 figure {
    background-position: -3240px 0
  }
}

.person-nextlink .p62 figure {
  background-position: -1152vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p62 figure {
    background-position: -45in 0
  }
}

.person-nextlink .p63 figure {
  background-position: -1176vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p63 figure {
    background-position: -4410px 0
  }
}

.person-nextlink .p64 figure {
  background-position: -1200vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p64 figure {
    background-position: -4500px 0
  }
}

.person-nextlink .p65 figure {
  background-position: -1128vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p65 figure {
    background-position: -4230px 0
  }
}

.person-nextlink .p66 figure {
  background-position: -1224vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p66 figure {
    background-position: -4590px 0
  }
}

.person-nextlink .p67 figure {
  background-position: -1248vw 0
}

@media screen and (min-width:960px) {
  .person-nextlink .p67 figure {
    background-position: -4680px 0
  }
}

.person-nextlink p {
  margin-top: 3.2vw;
  font-size: 2.66vw;
  line-height: 1.5
}

@media screen and (min-width:960px) {
  .person-nextlink p {
    margin-top: 2px;
    font-size: 1.3rem
  }
}

.person-nextlink p em {
  font-style: normal;
  font-size: 4vw
}

.person-nextlink p em img {
  display: inline-block;
  margin-right: 0
}

@media screen and (min-width:960px) {
  .person-nextlink p em {
    font-size: 1.8rem
  }
}

.post-container {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-color: #0c94e9;
  color: #fff
}

@media screen and (min-width:960px) {
  .post-container {
    -ms-flex-preferred-size: 182px;
    flex-basis: 182px
  }
}

.post-1 {
  display: block;
  width: 42.13333vw;
  padding: 4vw 0 2.66667vw 4vw;
  border-bottom: 1px solid #fff;
  font-size: 2.66vw
}

@media screen and (min-width:960px) {
  .post-1 {
    font-size: 1.2rem;
    width: 168px;
    padding: 6px 0 6px 15px
  }
}

.post-2 {
  display: block;
  padding: 3.46667vw 0 4vw 4vw;
  font-size: 4.8vw;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: palt\ 1;
  letter-spacing: .1em
}

@media screen and (min-width:960px) {
  .post-2 {
    font-size: 1.8rem;
    padding: 10px 0 10px 15px
  }
}

.post-2 span {
  font-size: 4.2vw
}

@media screen and (min-width:960px) {
  .post-2 span {
    font-size: 1.6rem
  }
}

.name-container {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-color: #fff;
  padding: 2.66667vw 0 0 2.66667vw;
}

@media screen and (min-width:960px) {
  .name-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background-color: transparent;
    padding: 0 0 0 20px
  }
}

.name-title {
  display: block;
  margin-bottom: 1.06667vw;
  font-size: 2.66vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (min-width:960px) {
  .name-title {
    font-size: 1.3rem;
    margin-bottom: 4px
  }
}

.name-name {
  display: block;
  font-size: 4.8vw;
  font-weight: 500;
  letter-spacing: .16em
}

.name-name img {
  margin-left: 0
}

@media screen and (min-width:960px) {
  .name-name {
    font-size: 2.4rem;
  }
}

.name-year {
  display: block;
  font-size: 2.66vw;
  font-weight: 500;
}

@media screen and (min-width:960px) {
  .name-year {
    font-size: 1.4rem;
  }
}

.modal_area {
  display: block;
  width: 100%
}

.modal_area .content {
  position: relative
}

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0
}

.modal__open {
  position: absolute;
  bottom: -11.2vw;
  right: 2.13333vw
}

@media screen and (min-width:960px) {
  .modal__open {
    bottom: -42px;
    right: 8px
  }

  .modal__open:hover {
    opacity: .9
  }
}

.modal__open img {
  width: 20vw
}

@media screen and (min-width:960px) {
  .modal__open img {
    width: auto
  }
}

.modal__bg {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: .8
}

.modal__content {
  display: block;
  width: 80%;
  padding: 4vw 0 2vw;
  background-color: #fff;
  position: absolute;
  top: 47%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (min-width:960px) {
  .modal__content {
    width: 658px;
    padding: 38px 0 15px;
    top: 47%;
    left: 50%
  }
}

.modal__content h4 {
  width: 90%;
  margin: 0 auto 2vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.25;
  color: #0c94e9;
  text-align: center
}

@media screen and (min-width:960px) {
  .modal__content h4 {
    width: 566px;
    margin-bottom: 27px;
    font-size: 2.6rem
  }
}

.modal__content figure {
  position: relative
}

.modal__img {
  width: 100%
}

.modal__img-pc {
  display: none
}

@media screen and (min-width:960px) {
  .modal__img-pc {
    display: block
  }
}

.modal__img-sp {
  display: block
}

@media screen and (min-width:960px) {
  .modal__img-sp {
    display: none
  }
}

.modal__txt {
  display: block;
  width: 60%;
  font-size: 3.4vw;
  line-height: 1.5;
  text-align: justify;
  position: absolute;
  top: 25%;
  left: 33%
}

@media screen and (min-width:960px) {
  .modal__txt {
    width: 25pc;
    font-size: 1.4rem;
    top: 248px;
    left: 210px
  }
}

.modal__close {
  position: absolute;
  top: -9vw;
  right: 3vw
}

@media screen and (min-width:960px) {
  .modal__close {
    top: -76px;
    right: 28px
  }
}

.modal__close img {
  width: 3.5vw
}

@media screen and (min-width:960px) {
  .modal__close img {
    width: auto
  }
}

.resultBox__tags {
  margin-top: 4vw
}

@media screen and (min-width:960px) {
  .resultBox__tags {
    margin-top: 8px
  }
}

.resultBox__tagsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.3333333333vw
}

@media screen and (min-width:960px) {
  .resultBox__tagsList {
    gap: 8px
  }
}

.resultBox__tagsListItem {
  font-size: 2.6666666667vw;
  border: 1px solid #b2b2b2;
  border-radius: 2.6666666667vw;
  padding: 0 1.8666666667vw;
  color: #b2b2b2
}

@media screen and (min-width:960px) {
  .resultBox__tagsListItem {
    font-size: 1.2rem;
    border-radius: 9pt;
    padding: 0 10px
  }
}

.person-kv .person-kv-photo {
  position: relative;
  z-index: 0
}

.person-kv .person-kv-photo .resultBox__tags {
  margin-top: 0;
  position: absolute;
  left: 1.33333vw;
  bottom: 1.33333vw
}

@media screen and (min-width:960px) {
  .person-kv .person-kv-photo .resultBox__tags {
    left: 10px;
    bottom: 10px
  }
}

.person-kv .person-kv-photo .resultBox__tagsListItem {
  font-size: 2.4vw;
  background-color: #fff;
  border-color: #fff;
  color: #888;
  box-shadow: 0 0 2px rgba(0, 0, 0, .2)
}

@media screen and (min-width:960px) {
  .person-kv .person-kv-photo .resultBox__tagsListItem {
    font-size: 1rem
  }
}

.person-section-tag {
  padding: 0 5.3333333333vw
}

@media screen and (min-width:960px) {
  .person-section-tag {
    max-width: 825pt;
    margin: 0 auto;
    padding: 35px 10px 0
  }
}
