.personmain {
  background: url(../../images/person/main_pc.avif) no-repeat center;
  background-size: cover;
}

.personmain-inner {
  position: relative;
  padding-top: 36%;
}

.personmain-inner-txt {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.person__detail__inner {
  position: relative;
  overflow-x: hidden;
  max-width: 1000px;
  margin: 0 auto;
}

.person__detail .img01 {
  position: relative;
  z-index: 1;
  top: 0;
  right: 0;
  width: 40%;
  margin-left: auto;
}

.person__detail .img02 {
  position: absolute;
  top: 0;
  left: -5.5%;
  width: 59%;
}

.person__detail .img03 {
  position: relative;
  z-index: 1;
  margin: 30px auto 0;
}

.person__detail .sec {
  position: relative;
}

.person__detail .cpwrap {
  position: absolute;
  top: 9%;
  width: 60%;
}

.person__detail .cp {
  font-size: 31px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  padding: 0 20px 0 60px;
  text-align: right;
  opacity: 0;
  color: #fff;
}

.person__detail .cp:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../../images/person/cpbg.svg) no-repeat right center;
  background-size: contain;
}

.person__detail .cps {
  font-weight: bold;
  width: 100%;
  text-align: right;
  opacity: 0;
}

.person__detail .sec01 {
  margin-top: 100px;
  padding-bottom: 39%;
}

.person__detail .sec01--02 {
  padding-bottom: 53%;
}

.person__detail .sec01--03 {
  padding-bottom: 45%;
}

.person__detail .sec01--04 {
  padding-bottom: 76%;
}

.person__detail .sec01--05 {
  padding-bottom: 60%;
}

.person__detail .sec01--06 {
  padding-bottom: 45%;
}

.person__detail .sec01--07 {
  padding-bottom: 60%;
}

.person__detail .sec02 {
  max-width: 860px;
  margin: 100px auto 0;
}

.person__detail .sec03 {
  margin: 80px auto 0;
}

.person__detail .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 860px;
  margin: 100px auto;
  padding: 0 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.person__detail .pager a {
  width: 180px;
}

.person__detail .pager .top {
  width: 300px;
}

.person__detail .secsha:before {
  position: absolute;
  top: -30px;
  left: -70px;
  width: 500px;
  height: 400px;
  content: '';
  background: url(../../images/top/sha01.avif);
}

.person__detail .ttl {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #069;
}

.person__detail .past {
  position: relative;
}

.person__detail .past:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 37%;
  height: 52px;
  content: '';
  background: url(../../images/person/past.svg) no-repeat right top;
  background-size: contain;
}

.person__detail .present {
  position: relative;
}

.person__detail .present:after {
  position: absolute;
  top: 10px;
  right: 0;
  width: 44%;
  height: 82px;
  content: '';
  background: url(../../images/person/present.svg) no-repeat right top;
  background-size: contain;
}

.person__detail .future {
  position: relative;
}

.person__detail .future:after {
  position: absolute;
  top: 10px;
  right: 0;
  width: 35%;
  height: 82px;
  content: '';
  background: url(../../images/person/future.svg) no-repeat right top;
  background-size: contain;
}

.person__detail .box {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  padding: 5%;
  background: rgba(0, 122, 175, .2);
}

.person__detail .box .c01 {
  width: 55%;
}

.person__detail .box .c02wrap {
  position: relative;
}

.person__detail .box .c02 {
  width: 39%;
  margin-top: 60px;
  margin-left: auto;
}

.person__detail p {
  font-weight: bold;
  line-height: 2.0;
}

.person__detail .bg01_02:before {
  position: absolute;
  top: 0;
  left: -5%;
  width: 50%;
  content: '';
  background: url(../../images/person/img01_02.avif) no-repeat left top;
  background-size: contain;
}

.person__detail--02 .ttl {
  color: #a22238;
}

.person__detail--02 .cp:before {
  background: url(../../images/person/cpbg02.svg) no-repeat right center;
}

.person__detail--02 .box {
  background: rgba(162, 34, 56, .2);
}

.person__detail--02 .present:after {
  background: url(../../images/person/present02.svg) no-repeat right top;
}

.person__detail--02 .future:after {
  background: url(../../images/person/future02.svg) no-repeat right top;
}

.person__detail--02 .secsha:before {
  background: url(../../images/person/sha02.avif);
}

.person__detail--03 .ttl {
  color: #d4b844;
}

.person__detail--03 .cp:before {
  background: url(../../images/person/cpbg03.svg) no-repeat right center;
}

.person__detail--03 .box {
  background: rgba(212, 184, 68, .2);
}

.person__detail--03 .present:after {
  background: url(../../images/person/present03.svg) no-repeat right top;
}

.person__detail--03 .future:after {
  background: url(../../images/person/future03.svg) no-repeat right top;
}

.person__detail--03 .secsha:before {
  background: url(../../images/person/sha03.avif);
}

.person__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 100px auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.person__list:after {
  width: 30%;
  content: '';
}

.person__list li {
  position: relative;
  overflow: hidden;
  width: 30%;
  margin-bottom: 100px;
}

.person__list li:first-child:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../../images/person/thumb00.avif) no-repeat left top;
  background-size: cover;
}

.person__list li a img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.person__list li a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: .8;
}

.person__list li div {
  position: relative;
  padding: 10% 0 10% 15%;
  text-align: center;
  background: #dcdddd;
}

.person__list li div:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
}

.person__list li div p {
  font-weight: bold;
  text-align: left;
}

.person__list li div p:nth-child(1) {
  font-size: 19px;
  font-size: 13px;
}

.person__list li div p:nth-child(2) {
  font-size: 24px;
  font-size: 20px;
}

.person__list li div p:nth-child(3) {
  font-size: 17px;
  font-size: 11px;
}

.person__list li div.blue {
  position: relative;
}

.person__list li div.blue:before {
  background: #007aaf;
}

.person__list li div.red {
  position: relative;
}

.person__list li div.red:before {
  background: #a22238;
}

.person__list li div.yellow {
  position: relative;
}

.person__list li div.yellow:before {
  background: #d4b844;
}

@media screen and (min-width: 768px) {
  .person__list li div p:nth-child(1) {
    font-size: calc(13px + 6 * (100vw - 768px) / 232);
  }

  .person__list li div p:nth-child(3) {
    font-size: calc(11px + 6 * (100vw - 768px) / 232);
  }
}

@media screen and (min-width: 1000px) {
  .person__list li div p:nth-child(1) {
    font-size: 19px;
  }

  .person__list li div p:nth-child(2) {
    font-size: calc(20px + 4 * (100vw - 1000px) / 500);
  }

  .person__list li div p:nth-child(3) {
    font-size: 17px;
  }
}

@media screen and (min-width: 1500px) {
  .person__list li div p:nth-child(2) {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .person__detail .cp {
    font-size: 31px;
  }

  .person__detail .sec01--02 {
    padding-bottom: 63%;
  }

  .person__detail .sec01--03 {
    padding-bottom: 55%;
  }

  .person__detail .sec01--04 {
    padding-bottom: 86%;
  }

  .person__detail .sec01--05 {
    padding-bottom: 70%;
  }

  .person__detail .sec01--06 {
    padding-bottom: 55%;
  }

  .person__detail .sec01--07 {
    padding-bottom: 74%;
  }
}

@media only screen and (max-width: 999px) {
  .person__detail .img01 {
    overflow: hidden;
    width: 100%;
    height: 100vw;
  }

  .person__detail .img01 img {
    width: 100%;
  }

  .person__detail .img02 {
    top: inherit;
    bottom: inherit;
    width: 80%;
    margin-top: 20px;
  }

  .person__detail .img03 {
    width: 150vw;
    margin-left: -20%;
  }

  .person__detail .cpwrap {
    z-index: 2;
    top: 86vw;
    right: 0;
    width: 85%;
  }

  .person__detail .cp {
    font-size: 4.8vw;
  }

  .person__detail .cp:before {
    right: -5px;
    left: inherit;
  }

  .person__detail .sec01 {
    padding-bottom: 30%;
  }

  .person__detail .sec01--02 {
    padding-bottom: 30%;
  }

  .person__detail .sec01--03 {
    padding-bottom: 30%;
  }

  .person__detail .sec01--04 {
    padding-bottom: 30%;
  }

  .person__detail .sec01--05 {
    padding-bottom: 30%;
  }

  .person__detail .sec01--06 {
    padding-bottom: 30%;
  }

  .person__detail .sec01--07 {
    padding-bottom: 30%;
  }

  .person__detail .sec02 {
    margin: 50px auto 0;
    padding: 0 10px;
  }

  .person__detail .sec03 {
    margin: 50px auto 0;
  }

  .person__detail .box {
    position: relative;
    margin-top: 100px;
    padding: 40px 5% 30%;
  }

  .person__detail .box .c01 {
    width: 100%;
  }

  .person__detail .box .c02 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .personmain {
    background: url(../../images/person/main_sp.avif) no-repeat center;
    background-size: cover;
  }

  .personmain-inner {
    padding-top: 73%;
  }

  .person__detail .img02 {
    left: -10px;
  }

  .person__detail .cpwrap {
    width: 95%;
  }

  .person__detail .cp {
    margin-bottom: 0;
    padding: 5px 5px 5px 40px;
  }

  .person__detail .cps {
    text-align: right;
  }

  .person__detail .sec01 {
    margin-top: 50px;
    padding-bottom: 26vw;
  }

  .person__detail .pager {
    margin: 50px auto;
  }

  .person__detail .pager a {
    width: 30%;
  }

  .person__detail .pager .top {
    width: 30%;
  }

  .person__detail .ttl {
    font-size: 25px;
  }

  .person__detail .present {
    margin-top: 140px;
  }

  .person__detail .present:after {
    top: -100px;
    width: 100%;
  }

  .person__detail .future:after {
    top: inherit;
    right: 10px;
    bottom: 0;
    width: 75%;
    height: 52px;
  }

  .person__detail .box {
    padding: 40px 10px 30%;
  }

  .person__list {
    margin-top: 50px;
  }

  .person__list li {
    width: 48%;
    margin-bottom: 20px;
  }

  .person__list li div {
    padding: 10% 5%;
  }
}