@charset "UTF-8";
/* CSS Document */
.section-career {
  margin: 20vh auto;
}
.section-career__title {
  width: 90%;
  padding-bottom: 10%;
  margin: 0 auto;
  text-align: left;
}
.section-career__title p {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #333;
  text-shadow: -4px 5px 3px #808080;
}
.section-career__category {
  width: 100%;
  padding-bottom: 10%;
  margin: 0 auto;
  text-align: left;
}
.section-career__category p {
  display: inline;
  padding: 10px;
  background-color: #333;
  color: #FFF;
  font-size: 2.0rem;
  font-weight: bold;
  font-style: italic;
}
.section-career__wrapper {
  width: 90%;
  text-align: left;
  margin: 0 auto;
}
.section-career__highschool {
  padding-bottom: 20rem;
  border-bottom: 0.1px solid #606060;
}
.highschool-photo__wrapper {
  position: relative;
}
.highschool-photo__01 {
  display: block;
  width: 100%;
  padding-top: 6rem;
}
.highschool-photo__number {
  position: absolute;
  bottom: -35px;
  left: -17px;
  font-size: 9rem;
  line-height: 9rem;
  font-weight: 600;
  color: #333;
  font-family: sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ";
}
.highschool-photo__02 {
  display: block;
  width: 100%;
  padding-top: 6rem;
}
.section-career__society {
  padding-top: 20rem;
}
.section-career__contents {
  display: flex;
  gap: 3rem;
  padding: 10rem 0 1rem;
}
.f-c {
  padding: 3rem 0 1rem;
}
.section-career__contents span {
  width: 80px;
  font-weight: 600;
  font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}
.section-career__matter {
  padding-left: calc(80px + 3rem);
  line-height: 3rem;
  color: #606060;
}
.Text-Span__title {
  position: relative;
  display: block;
  z-index: 1;
  padding-right: 3rem;
  font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}
.Text-Span__title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 0%;
  height: 1px;
  background: silver;
  z-index: -1;
  transition: all 2.0s;
}
.Text-Span__title.isActive:after {
  width: 100%;
}
.Text-Span {
  position: relative;
  display: block;
  z-index: 1;
  padding-top: 3rem;
  font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3rem;
  width: 0%;
  height: 1px;
  background: silver;
  z-index: -1;
  transition: all 6.0s;
}
.Text-Span.isActive:after {
  width: 100%;
}
.section-footer {
  position: relative;
  height: 300px;
  background-color: #333;
  border-top: 0.5px solid #FFF;
}
@media(min-width: 768px) {
  .section-career__title p {
    font-size: 2.8rem;
}
  .section-career__category p {
    font-size: 2.8rem;
    padding: 15px;
}
  .section-career__contents span {
  width: 80px;
  font-weight: bold;
  font-size: 2.0rem;
}
  .Text-Span__title {
  font-size: 2.0rem;
}
  .Text-Span {
    width: 90%;
    font-size: 2.0rem;
  }
  .highschool-photo__01 {
  display: block;
  width: 80%;
  padding-top: 6rem;
  margin-left: auto;
}
.highschool-photo__02 {
  display: block;
  width: 80%;
  padding-top: 6rem;
  margin-left: auto;
}
.highschool-photo__number {
  text-align: center;
  bottom: -25px;
  left: 60px;
}
}
@media(min-width: 1024px) {
  .section-career__contents {
    padding: 20rem 0 1rem;
  }
  .section-career__matter {
    padding-left: calc(80px + 3rem);
  }
  .Text-Span {
    width: 70%;
  }
  .f-c {
  padding: 0rem 0 1rem;
}
  .highschool-photo__01 {
  display: block;
  width: 60%;
  padding-top: 12rem;
  margin-left: auto;
}
.highschool-photo__02 {
  display: block;
  width: 60%;
  padding-top: 12rem;
  margin-left: auto;
}
.highschool-photo__number {
  bottom: -55px;
  right: 430px;
}
}
@media (min-width: 1500px) {
  .section-career__matter {
    padding-left: calc(130px + 3rem);
    line-height: 5rem;
  }
  .section-career__title p {
    font-size: 3.8rem;
}
  .section-career__category p {
    font-size: 3.8rem;
    padding: 15px;
}
  .section-career__contents span {
  width: 130px;
  font-weight: bold;
  font-size: 3.0rem;
}
  .Text-Span__title {
  font-size: 3.0rem;
  line-height: 4rem;
}
  .Text-Span {
    width: 90%;
    font-size: 3.0rem;
  }
}