@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:wght@900&display=swap");

#banner_headline {
  padding-bottom: 50px;
  margin-bottom: -50px;
}
.kobetu_mv {
  font-size: clamp(15px, 4vw, 40px);
  position: relative;
  display: flex;
  align-items: center;
}
.kobetu_mv img {
  width: 100%;
  border-radius: 1em;
  height: 45vw;
  object-fit: cover;
  max-height: 450px;
  object-position: top;
}
.kobetu_mv h2 {
  font-weight: 800;
  line-height: 1.2em;
  text-align: center;
  position: absolute;
  right: 1em;
  color: #fff;
  text-shadow: 0 0 2em #000;
}
.profile {
  display: flex;
  align-items: center;
  padding: 30px;
  position: relative;
}
#career .profile::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--careergrad);
  bottom: 0;
  left: 0;
}
.profile img {
  width: 80px;
  height: 80px;
}
.profile div.department {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0 15px;
  padding-right: 60px;
  position: relative;
}
.profile div.department::after {
  position: absolute;
  content: "";
  width: 0.05em;
  height: 4em;
  background: #707070;
  transform: rotate(30deg);
  right: 2em;
  top: -0.3em;
}
.profile div.department p.name {
  font-weight: 400;
}
.profile div.department p.name small {
  font-size: 12px;
  padding-left: 0.5em;
  position: relative;
  bottom: 0.2em;
}
.profile p {
  font-size: 18px;
  font-weight: bold;
}

div.contents {
  font-size: 18px;
  padding: 5%;
}
div.contents h3 {
  font-size: 36px;
  font-size: clamp(25px, 6vw, 36px);
  padding-bottom: 0.5em;
  padding-top: 100px;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}
#career div.contents h3::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: var(--careergrad);
  bottom: 0;
  left: 0;
}
div.contents p {
  font-weight: 400;
  line-height: 40px;
  color: #444;
}
div.contents sup {
  vertical-align: super;
  font-size: 0.68em;
}
div.contents abbr {
  font-size: 0.7em;
  color: #777;
  display: block;
  line-height: 1.4;
  padding: 1em 0 0 1.5em;
  text-indent: -1.75em;
  font-weight: 400;
}

div.contents p b {
  font-weight: bold;
}
div.contents div.with_pic {
  display: flex;
  justify-content: space-between;
  grid-gap: 50px;
}
div.contents div.with_pic p {
  width: 51%;
}
div.contents div.with_pic img {
  width: calc(49% - 50px);
  object-fit: contain;
  object-position: top;
  margin-top: 0;
}
div.contents img {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
  display: block;
}
/* div.contents {
} */
.schedule {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.schedule .schedule_left {
  width: 300px;
  background: #2e2e2e;
  color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 2px #0000004d;
}
.schedule .schedule_left img {
  width: 110px;
}
.schedule .schedule_left h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 1.2em;
}
.schedule .schedule_left div.from {
  color: #000;
  background: #fff;
  display: inline-block;
  padding: 0.5em;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0.3em;
  margin: 1em auto 1.5em;
  min-width: 12em;
}
.schedule .schedule_left b.busyo {
  font-size: 14px;
  text-align: center;
}
.schedule .schedule_left p {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  margin: 5px auto 50px;
  color: #fff;
}
.schedule .schedule_left p small {
  font-size: 12px;
}

.schedule .schedule_right table {
  background: #f1f1f1;
  border-radius: 10px;
  box-shadow: 0 0 2px #0000004d;
}
.schedule .schedule_right table tbody {
  padding: 50px 2.5em;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.schedule .schedule_right tr {
}
.schedule .schedule_right td {
  vertical-align: top;
  font-weight: 400;
  color: #444;
}
.schedule .schedule_right td:first-child {
  font-size: 18px;
  position: relative;
  padding: unset;
  padding-right: 40px;
  width: 5em;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: right;
  width: 5em;
}
.schedule .schedule_right td:first-child::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #dce2e1;
  transform: rotate(15deg);
  right: 1em;
  top: 0;
}

.schedule .schedule_right td {
  vertical-align: top;
  font-size: 14px;
  padding-top: 4px;
}

.schedule .schedule_right {
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  div.contents div.with_pic,
  div.contents div.schedule {
    flex-direction: column;
    align-items: center;
  }
  div.contents div.with_pic p,
  div.contents div.with_pic img,
  div.contents div.schedule .schedule_left,
  div.contents div.schedule .schedule_right,
  div.contents div.schedule .schedule_right table,
  div.contents div.schedule .schedule_right table tbody {
    width: 100%;
  }
  .schedule .schedule_right table tbody {
    padding: 5%;
  }
  .profile {
    flex-direction: column;
  }
  .profile div.department {
    padding: unset;
    margin: 5px auto;
    text-align: center;
  }
  .profile div.department::after {
    content: unset;
  }
}
