
.sec00 .profile_wrap {
  color: #fff;
  margin: 4vw auto 0;
  position: relative;
  max-width: 1400px;
}
.sec00 .profile_wrap .flexbox {
  justify-content: space-between;
  min-height: 490px;
  position: relative;
  align-items: flex-start;
}
.sec00 .profile_wrap .num  {
  position: absolute;
  top: calc(-100% + 96px);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-theme-primary);
  background-color: var(--color-theme-accent);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  line-height: 1;
  font-size: clamp(1.25rem, 0.88rem + 1.85vw, 2.5rem);
}
.sec00 .profile_wrap .kv {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.sec00 .profile_wrap .profile {
  order: 1;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  position: relative;
}
.sec00 .profile_wrap .profile h2 {
  margin-top: auto;
}
.sec00 .profile_wrap .profile .resume {
  margin-bottom: 5vw;
}
.sec00 .profile_wrap .page_description {
  order: 2;
  text-align: right;
  font-size: clamp(1rem, 0.852rem + 0.74vw, 1.5rem);
  font-weight: 500;
  line-height: 2;
}
.sec00 .profile_wrap h2 span {
  font-size: clamp(3rem, 2.556rem + 2.22vw, 4.5rem);
  margin-right: 5px;
}

.card:not(.sec01) {
  margin-top: 2vw;
}
.card.sec00 {
  background-color: transparent !important;
  padding: 0 !important;
}
.card {
  background-color: #fff;
  padding: 4vw;
  border-radius: 64px;
  position: sticky;
  top: 190px;
}

.card.is-end {
  position: relative; /* ← sticky解除 */
}

.card:nth-child(even) {
  background-color: #e8f5fc;
}
.card:nth-child(odd) .thumbnail {
  order: 2;
}
.card .flexbox {
  align-items: center;
  justify-content: space-between;
  gap: 4vw;
}
.card .thumbnail,
.card .qna_content {
  width: calc(calc(100% - 4vw) / 2);
}
.card .thumbnail {
  text-align: center;
}
.card .thumbnail img {
  width: 100%;
  height: auto;
  max-width: 560px;
  margin: 2vw;
}
.card .qna_content dl {
  margin-left: 1.5em;
  font-size: clamp(1.25rem, 1.065rem + 0.93vw, 1.875rem);
  font-weight: 600;
  line-height: 1.5;
}
.card .qna_content dl + p {
  margin-top: 2vw;
}

.card .qna_content dl dt,
.card .qna_content dl dd {
  position: relative;
}
.card .qna_content dl dt::before {
  content: "Q.";
  color: var(--color-theme-primary);
  position: absolute;
  left: 0;
  left: -1.5em;
}
.card .qna_content dl dd::before {
  content: "A.";
  color: var(--color-theme-accent);
  position: absolute;
  left: 0;
  left: -1.5em;
}
.card .qna_content dl dd {
  margin-top: .5em;
}
.card p.detail + * {
  margin-top: 1em;
}

#schedule {
  background-color: #fff;
  border-radius: 64px;
  margin-top: 2em;
  padding: 4vw;
  position: relative;
  z-index: 2;
}
.section_header {
  text-align: center;
}
.section_header .en_title {
  font-size: 16px;
  font-weight: 600;
}
.section_header .en_title span {
  color: var(--color-theme-primary);
  margin-right: 5px;
  font-size: 10px;
  vertical-align: 1px;
}
.section_header h3 {
  font-size: clamp(1.5rem, 1.056rem + 2.22vw, 3rem);
  font-weight: 600;
  margin-top: 16px;
}
.section_header h3 span {
  color: var(--color-theme-primary);
}


#schedule .timeline  {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  flex-wrap: wrap;
  position: relative;
  margin-top: 2em;
}
#schedule .timeline::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-theme-primary);
}
#schedule .timeline dl {
  text-align: center;
  position: relative;
}
#schedule .timeline dl::after {
  content: "";
  position: absolute;
  top: 49px;
  left: 50%;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color-theme-primary);
  transform: translate(-50%, 0);
}
#schedule .timeline dt {
  font-size: 18px;
  color: var(--color-theme-primary);
  font-weight: 600;
}
#schedule .timeline dd {
  font-weight: 400;
  color: var(--color-theme-primary);
  margin-top: 4em;
}

.sticky_unlock {
  margin-top: 100px;
  padding: 4vw 0;
  position: relative;
  top: 0;
  margin-top: calc(4vw + 4em);
}


#others {
  margin-top: 2em;
}
#others h3 {
  color: #fff;
  font-weight: 600;
}
#others .other_staffs {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#others .other_staffs .box {
  background-color: #0f5cce;
  border-radius: 3em;
  width: calc(calc(100% - 96px) / 4);
}
#others .other_staffs .current {
  display: none;
}
#others .thumbnail {
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  overflow: hidden;
}
#others .thumbnail img {
  width: 100%;
  height: 100%;
}
#others .box a {
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
}
#others a .box_plofile {
  padding: 2em;
}
#others a .box_plofile .name span {
  font-size: clamp(1.25rem, 1.028rem + 1.11vw, 2rem);
  margin-right: 5px;
}
#others .section_header {
  padding: 4vw 0;
}

a .btn_secondary.more {
  color: #222;
  background: #fff;
  border: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin: 1em auto 0;
  padding: 8px 24px;
  border-radius: 100vh;
  transition: var(--transition);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
a .btn_secondary.more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../../../common/images/icon_more.png);
  background-position: left center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
a:hover .btn_secondary.more {
  background-color: var(--color-theme-accent);
}



@media screen and (max-width: 767px) {
  .sec00 .profile_wrap .flexbox {
    flex-direction: column;
  }
  .sec00 .profile_wrap .kv {
    position: static;
    order: 3;
  }
  .sec00 .profile_wrap .kv img {
    width: 80%;
    height: auto;
  }
  .sec00 .profile_wrap .profile {
    order: 2;
    margin-top: 1em;
  }
  
  .sec00 .profile_wrap .page_description {
    order: 1;
    text-align: center;
    margin-top: 1em;
  }
  .card {
    position: static;
    padding: 8vw;
    border-radius: 32px;
  }
  .sec00 .profile_wrap .flexbox {
    align-items: center;
  }
  .sec00 .profile_wrap .num {
    position: static;
    margin: 0 auto;
    width: 64px;
    height: 64px;
  }
  .sec00 .profile_wrap .profile h2 {
    text-align: center;
  }
  .sec00 .profile_wrap .profile .resume {
    /*text-align: center;*/
  }
  .sec00 .profile_wrap .kv {
    transform: none;
    text-align: center;
  }
  .card .flexbox {
    flex-direction: column;
  }
  .card .thumbnail {
    order: 1 !important;
    width: 60%;
  }
  .card .qna_content {
    order: 2;
  }
  .card .qna_content {
    width: 100%;
  }
  .card .qna_content dl + p {
    margin-top: 1em;
  }
  .card .thumbnail img {
    margin: 0 auto 1em;
  }
  .card:not(.sec01) {
    margin-top: 1em;
  }
  .card.is-end {
    position: static !important;
  }
  .sticky_unlock {
    margin-top: 1em;
  }
  #schedule {
    margin-top: 0;
    padding: 8vw;
    border-radius: 32px;
  }
  #schedule .timeline {
    flex-direction: column;
  }
  #schedule .timeline dl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1em;
    padding: 1em 1em 1em 3em;
  }
  #schedule .timeline dd {
    margin-top: 0;
    text-align: left;
  }
  #schedule .timeline dt {
    text-align: left;
  }
  #schedule .timeline::before {
    top: 0;
    left: 20px;
    display: block;
    width: 2px;
    height: 100%;
  }
  #schedule .timeline dl::after {
    top: 24px;
    left: 21px;
    display: block;
    width: 16px;
    height: 16px;
  }
  #others .other_staffs {
    gap: 4vw;
    flex-wrap: wrap;
  }
  #others .other_staffs .box {
    width: calc(calc(100% - 4vw) / 2);
  }
  #others .box_plofile {
    padding: 1em;
    font-size: 14px;
  }
  .btn_secondary.more a {
    margin: 1em auto 0;
  }
  #others .other_staffs .box {
    border-radius: 2em;
  }
}
