/* CSS Document */
.video-wrap {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .video-wrap {
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
.video-wrap .youtube {
  margin-top: 40px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .video-wrap .youtube {
    margin-top: 20px;
  }
}
.video-wrap .youtube iframe {
  width: 100%;
  height: 100%;
}

.sec-interview .sec-ttl {
  text-align: center;
}
.sec-interview .list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sec-interview .list-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-interview .list-category li {
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-interview .list-category li {
    width: 192px;
  }
}
.sec-interview .list-category li a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px 0;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec-interview .list-category li a {
    font-size: 12px;
    padding: 10px 0;
  }
}
.sec-interview .list-category li:nth-of-type(1) a {
  border: 1px solid #0061d5;
  color: #0061d5;
}
.sec-interview .list-category li:nth-of-type(2) a {
  border: 1px solid #ee7800;
  color: #ee7800;
}
.sec-interview .list-category li:nth-of-type(3) a {
  border: 1px solid #666666;
  color: #666666;
}
.sec-interview .persons-list-wrap {
  max-width: 1120px;
  padding: 0 30px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .sec-interview .persons-list-wrap {
    margin-top: 30px;
    max-width: 360px;
  }
}
.sec-interview .persons-list-wrap .list-persons {
  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;
}
.sec-interview .persons-list-wrap .list-persons::after {
  content: "";
  width: 30.2%;
}
@media screen and (max-width: 767px) {
  .sec-interview .persons-list-wrap .list-persons::after {
    display: none;
  }
}
.sec-interview .persons-list-wrap .list-persons li {
  width: 30.2%;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .sec-interview .persons-list-wrap .list-persons li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .sec-interview .persons-list-wrap .list-persons li {
    width: 100%;
    margin-bottom: 0;
  }
}
.sec-interview .persons-list-wrap .list-persons li a {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sec-interview .persons-list-wrap .list-persons li a .txt-wrap {
  -webkit-transform: translate(-17px, -20px);
      -ms-transform: translate(-17px, -20px);
          transform: translate(-17px, -20px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-interview .persons-list-wrap .list-persons li a .txt-wrap {
    -webkit-transform: translate(-10px, -50px);
        -ms-transform: translate(-10px, -50px);
            transform: translate(-10px, -50px);
  }
}
.sec-interview .persons-list-wrap .list-persons li a .catchcopy span {
  background-color: #0055b4;
  padding: 10px 20px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 19px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec-interview .persons-list-wrap .list-persons li a .catchcopy span {
    font-size: 15px;
  }
}
.sec-interview .persons-list-wrap .list-persons li a .details {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #000;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sec-interview .persons-list-wrap .list-persons li a .details {
    font-size: 12px;
  }
}
.sec-interview .persons-list-wrap .list-persons li a .name {
  font-weight: bold;
  color: #000;
  font-size: 25px;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sec-interview .persons-list-wrap .list-persons li a .name {
    font-size: 20px;
  }
}
.sec-interview .persons-list-wrap .list-persons li a .area {
  width: 90px;
  background-color: #f3f4f5;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #0055b4;
}
@media screen and (max-width: 767px) {
  .sec-interview .persons-list-wrap .list-persons li a .area {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    width: 63px;
    padding: 4px 0;
  }
}
.sec-interview .persons-list-wrap .list-persons li a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*=================================
single persons
===================================*/
.single-persons .mv-wrapper {
  position: relative;
}
.single-persons .mv-wrapper .main-img {
  display: block;
  position: relative;
  z-index: -1;
  aspect-ratio: 2.2/1;
}
@media screen and (max-width: 767px) {
  .single-persons .mv-wrapper .main-img {
    aspect-ratio: 1/1.22;
  }
}
.single-persons .mv-wrapper .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .single-persons .mv-wrapper .main-img img {
    -o-object-position: right -58vw top -25px;
       object-position: right -58vw top -25px;
  }
}
.single-persons .mv-wrapper .logo-daiko {
  position: absolute;
  width: 35%;
  left: 0;
  bottom: 390px;
}
@media screen and (max-width: 767px) {
  .single-persons .mv-wrapper .logo-daiko {
    bottom: auto;
    top: 8%;
    width: 140px;
    height: 387px;
  }
}

.profile-wrap {
  position: relative;
  padding: 0 30px;
  margin-top: -233px;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .profile-wrap {
    margin-top: -180px;
  }
}
@media screen and (max-width: 1199px) {
  .profile-wrap {
    margin-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .profile-wrap {
    margin-top: -130px;
  }
}
.profile-wrap .catchcopy span {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.12em;
  padding: 10px 50px;
  background-color: #fff;
  line-height: 2.25;
}
@media screen and (max-width: 1299px) {
  .profile-wrap .catchcopy span {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
  }
}
@media screen and (max-width: 1099px) {
  .profile-wrap .catchcopy span {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 28px;
  }
}
@media screen and (max-width: 999px) {
  .profile-wrap .catchcopy span {
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .profile-wrap .catchcopy span {
    font-size: 20px;
    padding: 8px 25px;
    line-height: 2.7;
  }
}
.profile-wrap .introduce-wrap {
  margin-top: 32px;
  max-width: 596px;
  background: #0055b4;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #0055b4), to(#00afc8));
  background: -webkit-linear-gradient(left, #0055b4 25%, #00afc8 100%);
  background: -o-linear-gradient(left, #0055b4 25%, #00afc8 100%);
  background: linear-gradient(90deg, #0055b4 25%, #00afc8 100%);
  padding: 66px 20px 66px 40px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .profile-wrap .introduce-wrap {
    max-width: 316px;
    padding: 40px 24px;
    margin-top: 20px;
  }
}
.profile-wrap .introduce-wrap::before {
  content: "";
  width: 596px;
  height: 258px;
  bottom: -15px;
  right: -15px;
  background-color: #999999;
  position: absolute;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .profile-wrap .introduce-wrap::before {
    display: none;
  }
}
.profile-wrap .introduce-wrap .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .profile-wrap .introduce-wrap .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.profile-wrap .introduce-wrap .flex-wrap .name-box {
  padding-right: 30px;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .profile-wrap .introduce-wrap .flex-wrap .name-box {
    padding-right: 0;
    padding-bottom: 30px;
    width: 100%;
  }
}
.profile-wrap .introduce-wrap .flex-wrap .name-box .txt01 {
  letter-spacing: 0.18em;
}
.profile-wrap .introduce-wrap .flex-wrap .name-box .name {
  font-size: 30px;
  letter-spacing: 0.13em;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .profile-wrap .introduce-wrap .flex-wrap .name-box .name {
    font-size: 20px;
    margin-top: 10px;
  }
}
.profile-wrap .introduce-wrap .flex-wrap .name-box .name-en {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-family: "Jost", sans-serif;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .profile-wrap .introduce-wrap .flex-wrap .name-box .name-en {
    font-size: 10px;
    margin-top: 6px;
  }
}
.profile-wrap .introduce-wrap .flex-wrap .name-box::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 160px;
  background-color: #fff;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .profile-wrap .introduce-wrap .flex-wrap .name-box::after {
    width: 260px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    bottom: 0;
    top: auto;
  }
}
.profile-wrap .introduce-wrap .flex-wrap .profile-box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .profile-wrap .introduce-wrap .flex-wrap .profile-box {
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
}
.profile-wrap .introduce-wrap .flex-wrap .profile-box .list-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.profile-wrap .introduce-wrap .flex-wrap .profile-box .list-profile li {
  letter-spacing: 0.18em;
}
.profile-wrap .introduce-wrap .flex-wrap .profile-box .list-profile li:not(:last-of-type) {
  margin-bottom: 22px;
}
.profile-wrap .introduce-wrap .flex-wrap .profile-box .list-profile li .note {
  display: inline-block;
  font-size: 13px;
  padding-left: 8px;
  letter-spacing: 0.1em;
}

.sec-interview {
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .sec-interview {
    margin-top: -30px;
  }
}
.sec-interview .list-interview li:nth-of-type(even) {
  background-color: rgba(0, 85, 180, 0.04);
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li.txt-flex .txt-wrap:first-of-type {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li.txt-flex .txt-wrap:last-of-type {
    padding-top: 20px;
  }
}
.sec-interview .list-interview li.img-flex .txt-wrap .txt {
  margin-top: 50px;
  margin-left: -40px;
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li.img-flex .txt-wrap .txt {
    margin-left: 0;
    margin-top: 20px;
  }
}
.sec-interview .list-interview li.img-flex .txt-wrap:last-of-type {
  padding-bottom: 50px !important;
}
.sec-interview .list-interview li.img-flex .img-wrap {
  margin-left: auto;
  margin-right: 0;
  aspect-ratio: 0.8/1;
}
.sec-interview .list-interview li.img-flex .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li.img-flex .img-wrap img {
    aspect-ratio: 3/2;
    -o-object-position: center top;
       object-position: center top;
  }
}
.sec-interview .list-interview li.img-flex.reverse .txt-wrap {
  padding-left: 40px !important;
  padding-right: 150px !important;
}
@media screen and (min-width: 1399px) {
  .sec-interview .list-interview li.img-flex.reverse .txt-wrap {
    padding-right: 200px !important;
  }
}
@media screen and (max-width: 1199px) {
  .sec-interview .list-interview li.img-flex.reverse .txt-wrap {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 1099px) {
  .sec-interview .list-interview li.img-flex.reverse .txt-wrap {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li.img-flex.reverse .txt-wrap {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px !important;
  }
}
.sec-interview .list-interview li.img-flex.reverse .flex-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li.img-flex.reverse .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec-interview .list-interview li.img-flex.reverse .img-wrap {
  margin-left: 0;
  margin-right: auto;
  aspect-ratio: 0.875/1;
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li.img-flex.reverse .img-wrap {
    aspect-ratio: 3/2;
  }
}
.sec-interview .list-interview li.img-flex.reverse .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-interview .list-interview li .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-interview .list-interview li .flex-wrap .img-wrap {
  width: 44.5%;
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li .flex-wrap .img-wrap {
    width: 100%;
    aspect-ratio: 3/2 !important;
    -o-object-position: center top;
       object-position: center top;
  }
}
.sec-interview .list-interview li .flex-wrap .txt-wrap {
  width: 50%;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li .flex-wrap .txt-wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.sec-interview .list-interview li .flex-wrap .txt-wrap:first-of-type {
  padding-left: 150px;
}
@media screen and (min-width: 1399px) {
  .sec-interview .list-interview li .flex-wrap .txt-wrap:first-of-type {
    padding-left: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .sec-interview .list-interview li .flex-wrap .txt-wrap:first-of-type {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li .flex-wrap .txt-wrap:first-of-type {
    width: 100%;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.sec-interview .list-interview li .flex-wrap .txt-wrap:last-of-type {
  padding-right: 150px;
}
@media screen and (min-width: 1399px) {
  .sec-interview .list-interview li .flex-wrap .txt-wrap:last-of-type {
    padding-right: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .sec-interview .list-interview li .flex-wrap .txt-wrap:last-of-type {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1099px) {
  .sec-interview .list-interview li .flex-wrap .txt-wrap:last-of-type {
    padding-right: 30px;
  }
}
.sec-interview .list-interview li .question-txt {
  font-size: 20px;
  letter-spacing: 0.13em;
  font-weight: bold;
  color: #808080;
  position: relative;
  z-index: 9;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li .question-txt {
    font-size: 18px;
    padding-left: 30px;
  }
}
.sec-interview .list-interview li .question-txt::before {
  font-size: 103px;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  z-index: -1;
  color: rgba(128, 128, 128, 0.1);
  line-height: 1;
  content: "Q";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -60px;
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li .question-txt::before {
    font-size: 70px;
    left: -10px;
  }
}
.sec-interview .list-interview li .answer-txt {
  margin-top: 72px;
  font-size: 20px;
  letter-spacing: 0.13em;
  font-weight: bold;
  line-height: 1.9;
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li .answer-txt {
    margin-top: 32px;
    font-size: 18px;
    padding-left: 30px;
  }
}
.sec-interview .list-interview li .answer-txt::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -60px;
  content: "A";
  font-size: 103px;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  line-height: 1;
  z-index: -1;
  color: rgba(0, 85, 180, 0.1);
  display: inline-block;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .sec-interview .list-interview li .answer-txt::before {
    font-size: 70px;
    padding-left: 5px;
    left: -10px;
  }
}
.sec-interview .btn-back {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .sec-interview .btn-back {
    margin-top: 40px;
  }
}
.sec-interview .btn-back .btn-more {
  padding-left: 0;
  padding-right: 0;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .sec-interview .btn-back .btn-more {
    width: 312px;
  }
}