@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600&family=Noto+Sans+JP:wght@300;400;500;600&display=swap";
img[src$=".svg"],
img {
  width: 100%;
  height: auto;
}
.att {
  padding-left: 1em;
  text-indent: -1em;
}
body {
  color: #181a24;
  font-family:
    "Noto Sans JP", "游ゴシック体", YuGothic, "メイリオ", Meiryo,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 0.9rem;
    line-height: 1.8;
  }
}
.serif {
  font-family: "Noto Serif JP", serif;
}
.en {
  font-family: Montserrat, monospace;
  font-weight: 400;
  letter-spacing: 0.03em;
}
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;
  flex-wrap: wrap;
  gap: 5rem 3.5rem;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .people_index .people_flex {
    display: block;
    margin-bottom: 60px;
  }
}
.people_index .people_flex .box {
  width: calc((100% - 7rem)/3);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .people_index .people_flex .box {
    width: 100%;
    margin: 0 0 2rem;
  }
}
.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;
}
.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;
}
.people_index .people_flex .box .txt .name p.jp {
  font-weight: 700;
  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: 1.4rem;
  font-weight: 700;
}
.people_index .people_flex .box .txt .year {
  margin: 0 0 0.5em;
  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;
  }
}
section.visuals .bgb {
  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;
  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;
  }
  section.visuals .titles {
    position: static;
    color: #333;
    text-align: center;
    margin: 0 0 1rem;
  }
  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;
  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 .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;
  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;
}
section.career_path {
  margin: 0 0 5rem;
}
section.career_path .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 8vw;
}
section.career_path .title_en {
  text-align: center;
  margin: 0 0 2em;
}
section.career_path .title_en p {
  font-weight: 700;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  section.career_path .title_en p {
    font-size: 1.2rem;
  }
  section.career_path .title_en {
    margin: 0 0 2em;
  }
}
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: 700;
  text-align: center;
  margin: 0 0 1em;
}
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: translate(-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;
}
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;
  margin: 0 0 2em;
  border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 768px) {
  section.career_path02 dl {
    display: block;
    margin: 0 0 1em;
    padding: 0 0 1em;
  }
}
section.career_path02 dl dt {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  section.career_path02 dl dt {
    width: 100%;
    font-weight: 700;
    margin: 0 0 0.5em;
  }
}
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: 700;
  font-size: 1.5rem;
  margin: 0 0 2rem;
}
@media only screen and (max-width: 768px) {
  .int_main .entitle {
    font-size: 1.4rem;
    text-align: center;
    margin: 2rem 0 1rem;
  }
}
.int_main .entitle p {
  font-weight: 700;
}
.int_main .txt_block {
  margin: 0 0 5rem;
}
@media only screen and (max-width: 768px) {
  .int_main .txt_block {
    margin: 0 0 2rem;
  }
}
.int_main .txt_block .titles {
  display: flex;
  color: #004098;
  margin: 0 0 2rem;
}
.int_main .txt_block .titles p.en {
  font-weight: 700;
  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;
}
.int_main .txt_block .titles h3 {
  flex: 1;
  font-weight: 700;
}
.int_main .txt_block .txts p {
  line-height: 2;
}
.mid_image {
  max-width: 1200px;
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 768px) {
  .mid_image {
    margin: 0 auto 2rem;
  }
}
.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;
  font-size: 12px;
}
span.subs {
  font-size: 0.6em;
  vertical-align: baseline;
}
