/*default*/
html main, html header {
  opacity: 0;
  transition: all 0.3s ease;
}
html.wf-active main, html.wf-active header, html.loading-delay main, html.loading-delay header {
  opacity: 1;
}

.people_index .inner {
  max-width: 1400px;
  margin: auto;
  padding: 0 8vw;
}
.people_index .people_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .people_index .people_flex {
    display: block;
  }
}
.people_index .people_flex .box {
  width: 30%;
  margin: 0 0 5rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .people_index .people_flex .box {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.people_index .people_flex .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 3000;
}
.people_index .people_flex .box .image {
  margin: 0 0 1em 0;
}
.people_index .people_flex .box .txt .block {
  margin: 0 0 0.5em -1em;
}
.people_index .people_flex .box .txt .name {
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .people_index .people_flex .box .txt .name {
    margin: 0 0 1em 0;
  }
}
.people_index .people_flex .box .txt .name p.jp {
  font-weight: bold;
  margin: 0 1em 0 0;
}
@media only screen and (max-width: 768px) {
  .people_index .people_flex .box .txt .name p.jp {
    font-size: 1.2rem;
  }
}
.people_index .people_flex .box .txt .name p.en {
  font-size: 0.8rem;
}
.people_index .people_flex .box .txt .year {
  margin: 0 0 0.5em 0;
  font-size: 14px;
}
.people_index .people_flex .box .txt .prof {
  font-size: 14px;
}

section.visuals {
  padding: 12rem 8vw 10rem 8vw;
  position: relative;
  min-width: 1000px;
}
@media only screen and (max-width: 768px) {
  section.visuals {
    min-width: 0;
    padding: 0;
    margin: 78px 0 3rem 0;
  }
}
section.visuals .bgb {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  section.visuals .bgb {
    display: none;
  }
}
section.visuals .images {
  width: 80%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 40;
  position: relative;
  transform: translateY(-4rem);
}
@media only screen and (max-width: 768px) {
  section.visuals .images {
    width: 100%;
    transform: none;
  }
}
section.visuals .images .block {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  section.visuals .images .block {
    display: none;
  }
}
section.visuals .titles {
  position: absolute;
  top: 10rem;
  left: 8vw;
  z-index: 40;
}
section.visuals .titles p.en {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  section.visuals .titles p.en {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  section.visuals .titles {
    position: static;
    color: #333;
    text-align: center;
    margin: 0 0 1rem 0;
  }
  section.visuals .titles .block {
    position: absolute;
    left: 20%;
  }
}
section.visuals .copy {
  position: absolute;
  top: 20rem;
  z-index: 40;
  left: 8vw;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  section.visuals .copy {
    position: static;
    color: #333;
    padding: 5vw;
  }
}
section.visuals .copy h2 {
  font-size: 1.6rem;
  margin: 0 0 1em 0;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
section.visuals .copy h2 span {
  display: inline-block;
  background: #fff;
  color: #333;
  padding: 0 0.5rem;
}
@media only screen and (max-width: 768px) {
  section.visuals .copy h2 {
    font-size: 1.2rem;
    font-weight: 500;
  }
  section.visuals .copy h2 span {
    padding: 0;
  }
}
section.visuals .copy .name p.jp {
  font-size: 1.1rem;
}
@media only screen and (max-width: 768px) {
  section.visuals .copy .name p.jp {
    font-size: 1rem;
    font-weight: 500;
  }
}
section.visuals .copy .year {
  margin: 0 0 1em 0;
  font-size: 14px;
}
section.visuals .copy .profile {
  font-size: 14px;
}
section.visuals .copy .profile span {
  display: inline-block;
  background: #fff;
  color: #333;
  padding: 0 0.2rem;
  font-weight: 700;
}
section.visuals .copy .profile .name {
  font-size: 25px;
}

section.career_path {
  margin: 0 0 5rem 0;
}
section.career_path .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 8vw;
}
section.career_path .title_en {
  text-align: center;
  margin: 0 0 1em 0;
  margin: 0 0 2em 0;
}
section.career_path .title_en p {
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  section.career_path .title_en p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  section.career_path .title_en {
    margin: 0 0 2em 0;
  }
}
section.career_path .cflex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  section.career_path .cflex {
    display: block;
  }
}
section.career_path .cflex .arrow {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  section.career_path .cflex .arrow {
    transform: rotate(90deg);
    width: 50px;
    margin: 2rem auto;
  }
}
section.career_path .cflex .before, section.career_path .cflex .after {
  width: 40%;
  position: relative;
  padding: 3rem;
}
@media only screen and (max-width: 768px) {
  section.career_path .cflex .before, section.career_path .cflex .after {
    width: 100%;
    padding: 2rem;
  }
}
section.career_path .cflex .before h3, section.career_path .cflex .after h3 {
  font-weight: bold;
  text-align: center;
  margin: 0 0 1em 0;
}
section.career_path .cflex .before p, section.career_path .cflex .after p {
  line-height: 2;
}
section.career_path .cflex .cat {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.8rem;
}
section.career_path .cflex .cat p {
  display: inline-block;
  color: #fff;
  padding: 0 0.5rem;
}
section.career_path .cflex .before {
  background: #F3F3F3;
}
section.career_path .cflex .before .cat p {
  background: #004098;
}
section.career_path .cflex .after {
  background: #ECE8E6;
}
section.career_path .cflex .after .cat p {
  background: #E6002D;
}

section.career_path02 .inner {
  padding: 0 8vw;
  max-width: 1200px;
  margin: auto;
}
section.career_path02 h3 {
  display: flex;
  align-items: center;
  margin: 0 0 2rem 0;
}
section.career_path02 h3 .block {
  margin: 0 3em 0 0;
}
section.career_path02 h3 span {
  font-size: 1.2rem;
}
section.career_path02 dl {
  display: flex;
  padding: 0 0 2em 0;
  margin: 0 0 2em 0;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 768px) {
  section.career_path02 dl {
    display: block;
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
  }
}
section.career_path02 dl dt {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  section.career_path02 dl dt {
    width: 100%;
    font-weight: bold;
    margin: 0 0 0.5em 0;
  }
}
section.career_path02 dl dd {
  flex: 1;
  line-height: 1.75;
}

.int_main .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 8vw;
}
.int_main .inner.nopad {
  padding: 0 5vw;
}
.int_main .entitle {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  .int_main .entitle {
    font-size: 1.4rem;
    text-align: center;
    margin: 2rem 0 1rem 0;
  }
}
.int_main .entitle p {
  font-weight: bold;
}
.int_main .txt_block {
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  .int_main .txt_block {
    margin: 0 0 2rem 0;
  }
}
.int_main .txt_block .titles {
  display: flex;
  color: #004098;
  margin: 0 0 2rem 0;
}
.int_main .txt_block .titles p.en {
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 20%;
}
.int_main .txt_block .titles p.en:after {
  content: "";
  flex: 1;
  height: 1px;
  display: block;
  background: #004098;
  margin: 0.7em 1em 0 1em;
}
.int_main .txt_block .titles h3 {
  flex: 1;
  font-weight: bold;
}
.int_main .txt_block .txts p {
  line-height: 2;
}

.mid_image {
  max-width: 1200px;
  margin: 0 auto 5rem auto;
}
@media only screen and (max-width: 768px) {
  .mid_image {
    margin: 0 auto 2rem auto;
  }
}

.txt_flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .txt_flex {
    display: block;
  }
}
.txt_flex .txt_block {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .txt_flex .txt_block {
    width: 100%;
  }
}

p.details {
  margin: 1em 0 0 0;
  font-size: 12px;
}

span.subs {
  font-size: 0.6em;
  vertical-align: baseline;
}