@charset "utf-8";
main {
  position: relative;
  overflow: clip;
}

main::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 156px;
  left: 50%;
  width: min(1280px, 100%);
  height: 100%;
  background: url(/wp/wp-content/themes/cosmos-cpa/img/people/page-deco-pc.png) repeat-y;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  main::before {
    top: 110px;
    background: url(/wp/wp-content/themes/cosmos-cpa/img/people/page-deco-sp.png) repeat-y;
    background-size: 100% auto;
  }
}
/* ↓↓↓ fv ↓↓↓ */
.fv {
  position: relative;
  overflow-x: clip;
  margin: 0 auto;
}

.fv .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 48px;
  overflow: scroll;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.fv .breadcrumb.-white {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .fv .breadcrumb.-white{
    color: #000;
  }
}

 .fv .breadcrumb::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  .fv .breadcrumb {
    position: initial;
    padding: 10px 24px;
  }
}

.fv .breadcrumb .list {
  display: flex;
}

.fv .breadcrumb .list .item {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  min-width: max-content;
  padding-left: 20px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .fv .breadcrumb .list .item {
    font-size: 1rem;
    margin-right: 10px;
  }
}

.fv .breadcrumb .list .item:first-of-type::before {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #17CEFF;
}

.fv .breadcrumb .list .item:not(:first-of-type)::before {
  content: '';
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #000;
}

.fv .breadcrumb.-white .list .item:not(:first-of-type)::before {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .fv .breadcrumb.-white .list .item:not(:first-of-type)::before {
    background-color: #000;
  }
}

.fv .breadcrumb .list .item:last-of-type {
  padding-right: 20px;
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .fv .breadcrumb .list .item a {
    transition: opacity 0.3s ease;
  }

  .fv .breadcrumb .list .item a:hover {
    opacity: 0.7;
  }
}

.fv .inner {
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .fv .inner {
    margin: 20px auto 0;
  }
}

.fv .image {
  width: min(calc(1146/1280*100vw),1146px);
  display: block;
}

@media screen and (max-width: 768px) {
  .fv .image {
    width: calc(350/375*100vw);
  }
}

.fv .copy-group {
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  max-width: 1280px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .fv .copy-group {
    translate: -50% -100%;
    width: auto;
  }
}

.fv .copy-group .group-inner {
  width: max-content;
  margin-left: 58.59376%;
}

@media screen and (max-width: 768px) {
  .fv .copy-group .group-inner {
    margin-left: 44.8vw;
  }
}

.fv .copy-group .copy {
  font-size: min(3.2rem, calc((32 - 20) * ((100vw - 769px) / (1280 - 769)) + 20px));
  letter-spacing: 0.08em;
  line-height: 1.8;
  display: inline;
  color: #fff;
  background: #001932;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0px 5px 2px 10px;
}

@media screen and (max-width: 768px) {
  .fv .copy-group .copy {
    font-size: calc((25 - 15) * ((100vw - 375px) / (768 - 375)) + 15px);
    padding: 0px 2px 2px 5px;
  }
}

.fv .profile-group {
  position: absolute;
  translate: -50% 0;
  bottom: -25px;
  left: 50%;
  max-width: calc(1012px + 70px * 2);
  width: 100%;
  padding: 0 70px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .fv .profile-group {
    bottom: 30px;
    padding: 0 15px;
  }
}

.fv .profile-group .group-inner {
  width: max-content;
  margin-left: auto;
}

.fv .profile-group .wrap {
  display: flex;
  align-items: center;
  width: min(460px, 35.938vw);
  aspect-ratio: 460 / 162;
  background-color: #001932;
  clip-path: polygon(23% 0%, 100% 0%, 77% 100%, 0% 100%);
}

@media screen and (max-width: 768px) {
  .fv .profile-group .wrap {
    width: 235px;
    aspect-ratio: 235 / 80;
  }
}

.fv .profile-group .wrap .txt {
  display: inline-block;
  width: 100%;
  padding-left: 28%;
}

.fv .profile-group .wrap .name {
  font-size: min(2.4rem, calc((24 - 18) * ((100vw - 769px) / (1280 - 769)) + 18px));
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .fv .profile-group .wrap .name {
    font-size: 1.8rem;
  }
}

.fv .profile-group .wrap .en {
  font-family: var(--jost);
  font-style: italic;
  font-size: min(1.2rem, calc((12 - 10) * ((100vw - 769px) / (1280 - 769)) + 10px));
  letter-spacing: 0.3em;
  line-height: 1;
  color: #17CEFF;
}

@media screen and (max-width: 768px) {
  .fv .profile-group .wrap .en {
    font-size: 1rem;
    letter-spacing: 0.15em;
  }
}

.fv .profile-group .wrap .year {
  font-size: min(1.4rem, calc((14 - 10) * ((100vw - 769px) / (1280 - 769)) + 10px));
  letter-spacing: 0.06em;
  color: #fff;
  margin-top: 5%;
}

@media screen and (max-width: 768px) {
  .fv .profile-group .wrap .year {
    font-size: 1rem;
  }
}

/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ interview ↓↓↓ */
.interview {
  position: relative;
  overflow-x: clip;
}

.interview .inner {
  max-width: 1280px;
  margin: 0 auto;
}

.interview .section-ttl {
  position: absolute;
  translate: -50% -84%;
  top: 0;
  left: 50%;
  max-width: 1280px;
  width: 100%;
  font-family: var(--jost);
  font-size: min(130px, calc((130 - 75) * ((100vw - 769px) / (1280 - 769)) + 75px));
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  color: #DCF8FF;
  mix-blend-mode: hard-light;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .interview .section-ttl {
    translate: -50% -50%;
    font-size: calc((75 - 45) * ((100vw - 375px) / (768 - 375)) + 45px);
  }
}

.interview .content.-order01 {
  position: relative;
  padding: 130px 25px 100px;
}

@media screen and (max-width: 768px) {
  .interview .content.-order01 {
    padding: 80px 25px 45px;
  }
}

.interview .content.-order01 .bg {
  position: absolute;
  width: 2072px;
  aspect-ratio: 2072 / 1215;
  background-color: #F2F6F6;
  clip-path: polygon(39% 0%, 100% 0%, 61% 100%, 0% 100%);
  top: 330px;
  right: -120px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .interview .content.-order01 .bg {
    width: 1369px;
    aspect-ratio: 1369 / 1216;
    clip-path: polygon(59% 0%, 100% 0%, 41% 100%, 0% 100%);
    top: 305px;
    left: -540px;
  }
}

.interview .content.-order02 {
  position: relative;
  padding: 0 25px 100px;
}

@media screen and (max-width: 768px) {
  .interview .content.-order02 {
    padding: 0 25px 45px;
  }
}

.interview .content.-order02 .bg {
  position: absolute;
  width: 1768px;
  aspect-ratio: 1768 / 1038;
  background-color: #f2f6f6;
  clip-path: polygon(39% 0%, 100% 0%, 61% 100%, 0% 100%);
  top: 320px;
  left: 530px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .interview .content.-order02 .bg {
    width: 1369px;
    aspect-ratio: 1369 / 1216;
    clip-path: polygon(59% 0%, 100% 0%, 41% 100%, 0% 100%);
    top: 200px;
    left: 110px;
  }
}

.interview .content.-order03 {
  position: relative;
  padding: 0 25px 120px;
}

@media screen and (max-width: 768px) {
  .interview .content.-order03 {
    position: relative;
    padding: 0 25px 65px;
  }
}

.interview .content .text-group {
  max-width: 1012px;
  margin: 0 auto;
}

.interview .content .text-group .group-inner {
  max-width: 836px;
}

.interview .content.-order02 .text-group .group-inner {
  margin-left: auto;
}

.interview .content.-order03 .text-group .group-inner {
  margin: 0 auto;
}

.interview .content .text-group .sub-lead {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding-left: 32px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .interview .content .text-group .sub-lead   {
    font-size: 1.2rem;
    padding-left: 22px;
    margin-bottom: 20px;
  }
}

.interview .content .text-group .sub-lead::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #17CEFF;
}

.interview .content .text-group .sub-lead::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 8px;
  width: 8px;
  height: 8px;
  background-color: #187DF5;
}

@media screen and (max-width: 768px) {
  .interview .content .text-group .sub-lead::before  {
    top: 7px;
  }

  .interview .content .text-group .sub-lead::after {
  top: 7px;
}
}

.interview .content .text-group .lead {
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 45px;
  color: #001932;
}

@media screen and (max-width: 768px) {
  .interview .content .text-group .lead  {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }
}

.interview .content .text-group .text {
  text-align: justify;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2.375;
}

.interview .content .image {
  display: block;
  max-width: 1012px;
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .interview .content .image {
    translate: -25px 0;
    width: calc(100% + 25px * 2);
    margin: 45px auto 0;
  }
}
/* ↑↑↑ interview ↑↑↑ */

/* ↓↓↓ btn-box ↓↓↓ */
.btn-box .inner {
  position: relative;
  max-width: 1280px;
  padding: 0 25px 180px;
  margin: 0 auto;
}

.btn-box .inner .bg {
  position: absolute;
  width: 2072px;
  aspect-ratio: 2072 / 1215;
  background-color: #F2F6F6;
  clip-path: polygon(39% 0%, 100% 0%, 61% 100%, 0% 100%);
  top: 25px;
  right: -100px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .btn-box .inner .bg {
    width: 1369px;
    aspect-ratio: 1369 / 1216;
    clip-path: polygon(59% 0%, 100% 0%, 41% 100%, 0% 100%);
    top: -270px;
    left: -460px;
  }
}

.btn-box .more-btn {
  position: relative;
  width: 220px;
  height: 50px;
  border-radius: 9999px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  overflow: clip;
  padding: 5px 23px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .btn-box .more-btn {
    align-self: flex-end;
  }
}

.btn-box .more-btn::before {
  content: '';
  position: absolute;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(45deg, #17ceff 10%, #0019b4);
  translate: 0 -50%;
  top: 50%;
  right: 19px;
  transition: scale ease .3s;  
}

.btn-box .more-btn:hover::before {
  scale: 14;
}

@media screen and (max-width: 768px) {
  .btn-box .more-btn:hover::before {
    scale: 1;
  }
}

.btn-box .more-btn::after {
  content: '';
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 9999px;
  border: 1px solid transparent;
  background: linear-gradient(45deg, #17ceff 10%, #0019b4) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
}

.btn-box .more-btn .arrow {
  position: absolute;
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  translate: 0 -50%;
  top: 50%;
  right: 19px;
  transition: background-size ease .3s;
}

.btn-box .more-btn .arrow::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  scale: 0;
  transition: scale ease .3s;
}
.btn-box .more-btn:hover .arrow::before {
  scale: 1;
}
@media screen and (max-width: 768px) {
  .btn-box .more-btn:hover .arrow::before {
    scale: 0;
  }
}

.btn-box .more-btn .arrow::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 7px;
  mask-image: url(/wp/wp-content/themes/cosmos-cpa/img/people/more-arrow.svg);
  mask-position: center center;
  mask-size: 13px 7px;
  background: #fff;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  transition: background-color ease .3s;
}

.btn-box .more-btn:hover .arrow::after {
  background: linear-gradient(45deg, #17ceff 10%, #0019b4) border-box border-box;
}

@media screen and (max-width: 768px) {
  .btn-box .more-btn:hover .arrow::after {
    background: #fff;
  }
}

.btn-box .more-btn .txt {
  position: relative;
  font-size: 1.4rem;
  font-family: var(--jost);
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.08em;
  transition: color ease .3s;
}

.btn-box .more-btn:hover .txt {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .btn-box .more-btn:hover .txt {
    color: inherit;
  }
}
/* ↑↑↑ btn-box ↑↑↑ */