@charset "UTF-8";
#job .astarisk {
  font-size: 70%;
}
#job .layout .hero {
  background: url("/examinee/jukensei/job/img/job_hero.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
#job .layout header h3 {
  background-color: #ccf1ff;
}
#job .layout header h3::after {
  border-top: 20px solid #ccf1ff;
}
#job .sc1 .row {
  display: flex;
  justify-content: space-between;
}
#job .sc1 figure {
  width: 45%;
}
#job .sc1 figure figcaption {
  font-size: 130%;
  font-weight: bold;
  color: #ffaa00;
  margin-bottom: 5px;
}
#job .sc2 table {
  width: 100%;
  margin-top: 1em;
  line-height: 1.4em;
}
#job .sc2 table thead th {
  border-left: solid 1px #999;
  padding: 10px;
}
#job .sc2 table thead th:last-child {
  border-right: solid 1px #999;
}
#job .sc2 table tbody {
  border-top: solid 1px #004098;
  border-bottom: solid 1px #004098;
}
#job .sc2 table tbody td {
  box-sizing: border-box;
  padding: 10px;
}
#job .sc2 table tbody td.top {
  color: #fff;
  background-color: #004098;
  font-weight: bold;
  width: 6.5em;
  text-align: center;
}
#job .sc2 table tbody td.second {
  color: #fff;
  background-color: #3366ad;
  border-bottom: solid 1px #fff;
  font-weight: bold;
  width: 10em;
  text-align: center;
}
#job .sc2 table tbody td.third {
  background-color: #d9e2ef;
  border-bottom: solid 1px #3366ad;
  font-size: 90%;
}
#job .sc2 table tbody td.third dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #004098;
}
#job .sc2 table tbody td.third dl dt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 5em;
  padding: 1px 5px;
  background-color: #6b9ee6;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
#job .sc2 table tbody td.third dl dd {
  width: calc(100% - 6.5em);
  box-sizing: border-box;
  flex: 1;
  margin-left: 1rem;
}
#job .sc2 table tbody td.third dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#job .sc2 table tbody tr:last-child td {
  border-bottom: none !important;
}
#job .sc2 table.orange tbody {
  border-top: solid 1px #ee7800;
  border-bottom: solid 1px #ee7800;
}
#job .sc2 table.orange tbody td.top {
  background-color: #ee7800;
}
#job .sc2 table.orange tbody td.second {
  background-color: #f19333;
}
#job .sc2 table.orange tbody td.third {
  background-color: #fcebd9;
  border-bottom: solid 1px #f19333;
}
#job .sc2 table.orange tbody td.third dl {
  border-bottom: dotted 1px #ee7800;
}
#job .sc2 table.orange tbody td.third dl dt {
  background-color: #f8b470;
}
#job .sc2 table.orange tbody td.third dl:last-child {
  border-bottom: none;
}
#job .sc2 table.pink tbody {
  border-top: solid 1px #e9528e;
  border-bottom: solid 1px #e9528e;
}
#job .sc2 table.pink tbody td.top {
  background-color: #e9528e;
}
#job .sc2 table.pink tbody td.second {
  background-color: #ed75a4;
}
#job .sc2 table.pink tbody td.third {
  background-color: #fce5ee;
  border-bottom: solid 1px #ed75a4;
}
#job .sc2 table.pink tbody td.third dl {
  border-bottom: dotted 1px #e9528e;
}
#job .sc2 table.pink tbody td.third dl dt {
  background-color: #fca0c3;
}
#job .sc2 table.pink tbody td.third dl:last-child {
  border-bottom: none;
}
#job .sc2 table.lightblue tbody {
  border-top: solid 1px #0097e0;
  border-bottom: solid 1px #0097e0;
}
#job .sc2 table.lightblue tbody td.top {
  background-color: #0097e0;
}
#job .sc2 table.lightblue tbody td.second {
  background-color: #33ace6;
}
#job .sc2 table.lightblue tbody td.third {
  background-color: #d9effa;
  border-bottom: solid 1px #0097e0;
}
#job .sc2 table.lightblue tbody td.third dl {
  border-bottom: dotted 1px #0097e0;
}
#job .sc2 table.lightblue tbody td.third dl dt {
  background-color: #60c8f8;
}
#job .sc2 table.lightblue tbody td.third dl:last-child {
  border-bottom: none;
}
#job .sc2 table.lightgreen tbody {
  border-top: solid 1px #5cb531;
  border-bottom: solid 1px #5cb531;
}
#job .sc2 table.lightgreen tbody td.top {
  background-color: #5cb531;
}
#job .sc2 table.lightgreen tbody td.second {
  background-color: #7cc45a;
}
#job .sc2 table.lightgreen tbody td.third {
  background-color: #e7f4e0;
  border-bottom: solid 1px #5cb531;
}
#job .sc2 table.lightgreen tbody td.third dl {
  border-bottom: dotted 1px #5cb531;
}
#job .sc2 table.lightgreen tbody td.third dl dt {
  background-color: #9fe280;
}
#job .sc2 table.lightgreen tbody td.third dl:last-child {
  border-bottom: none;
}
#job .sc2 table.green tbody {
  border-top: solid 1px #009b5b;
  border-bottom: solid 1px #009b5b;
}
#job .sc2 table.green tbody td.top {
  background-color: #009b5b;
}
#job .sc2 table.green tbody td.second {
  background-color: #33af7c;
}
#job .sc2 table.green tbody td.third {
  background-color: #d9f0e6;
  border-bottom: solid 1px #009b5b;
}
#job .sc2 table.green tbody td.third dl {
  border-bottom: dotted 1px #009a5b;
}
#job .sc2 table.green tbody td.third dl dt {
  background-color: #5ed4a3;
}
#job .sc2 table.green tbody td.third dl:last-child {
  border-bottom: none;
}
#job .sc2 .note {
  font-size: 90%;
  line-height: 1.4em;
}
#job .sc3 .row .col {
  background-color: #ccf1ff;
  padding: 25px;
  margin-bottom: 25px;
}
#job .sc3 .row .col h4 {
  background-color: #00b9ff;
  color: #fff;
  margin-bottom: 25px;
  padding: 5px 10px;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}
#job .sc3 .row .col h4 br {
  display: none;
}
#job .sc3 .row .col figure {
  max-width: 760px;
  margin: 0 auto 25px;
}
#job .sc3 .row .col figure img {
  width: 100%;
}
#job .sc3 .row .col .name {
  text-align: center;
  font-size: 110%;
  line-height: 1.8em;
  margin-bottom: 25px;
}
#job .sc3 .row .col .name b {
  font-size: 160%;
}
#job .sc3 .row .col p {
  margin: 0;
}
#job .sc3 .row .col .note {
  font-size: 90%;
}
#job .sc3 .row .col p:last-child {
  margin-bottom: 0;
}
#job .sc3 .row .col:nth-child(even) {
  background-color: #ffe5b2;
}
#job .sc3 .row .col:nth-child(even) h4 {
  background-color: #ffaa00;
}
#job .sc4 {
  margin: 40px auto 70px;
}
#job .sc4 .layout .hero {
  background: url("/examinee/jukensei/grad/img/grad_hero.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
#job .sc4 .row figure {
  background-color: #01baff;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  #job .sc4 .row figure {
    max-width: 465px;
    margin: 0 auto;
  }
}
#job .sc4 .row figure img {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#job .sc4 .row .grad_wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
#job .sc4 .row .grad_wrap .grad_item {
  text-align: center;
}
#job .sc4 .row .col {
  width: 100%;
  text-align: center;
}
#job .sc4 .row .col p {
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #3ccdd7;
  line-height: 1.5;
}
#job .sc4 .row .col .grad_link a {
  background-color: #ffaa00;
  max-width: 360px;
  padding: 3rem 0;
  border-radius: 15px;
  font-size: 28px;
}
#job .job_link a {
  background-color: #3ccdd7;
}
#job .ob__wrap {
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  #job .ob__wrap {
    margin: 2rem 0;
  }
}
#job .ob__comment {
  width: 100%;
  max-width: 900px;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  #job .ob__comment {
    margin: 1rem auto;
  }
}
#job .ob__header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#job .ob__header p {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #job .ob__header {
    height: 60px;
  }
  #job .ob__header p {
    font-size: 20px;
  }
}
#job .ob__header.-foreign-color {
  background-color: #004098;
}
#job .ob__header.-economy-color {
  background-color: #ee7800;
}
#job .ob__header.-human-color {
  background-color: #e9528e;
}
#job .ob__header.-law-color {
  background-color: #0097e0;
}
#job .ob__header.-regional-color {
  background-color: #5cb531;
}
#job .ob__header.-env-color {
  background-color: #009a5b;
}
#job .ob__item {
  display: none;
  padding: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  #job .ob__item {
    padding: 2rem 1rem;
  }
}
#job .ob__item.-foreign-color {
  background-color: #d9e2f0;
}
#job .ob__item.-economy-color {
  background-color: #fcebd9;
}
#job .ob__item.-human-color {
  background-color: #fce5ee;
}
#job .ob__item.-law-color {
  background-color: #d9effa;
}
#job .ob__item.-regional-color {
  background-color: #e7f4e0;
}
#job .ob__item.-env-color {
  background-color: #d9f0e6;
}
#job .ob__col {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #job .ob__col {
    margin-bottom: 3rem;
  }
}
#job .ob__col:last-child {
  margin-bottom: 0;
}
#job .ob__col h4 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-feature-settings: "palt";
  padding: 0.5em 1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #job .ob__col h4 {
    font-size: 18px;
  }
}
#job .ob__col figure {
  text-align: center;
}
#job .ob__col .name {
  text-align: center;
  font-size: 110%;
  line-height: 1.8em;
  margin: 30px 0 25px;
  color: #1a1a1a;
}
#job .ob__col .name b {
  font-size: 160%;
}
#job .ob__col p {
  margin: 0;
  color: #1a1a1a;
}
#job .ob__col .notes {
  font-size: 90%;
}
#job .ob__col.-foreign-color h4 {
  background-color: #4c79b7;
}
#job .ob__col.-economy-color h4 {
  background-color: #f3a04c;
}
#job .ob__col.-human-color h4 {
  background-color: #ef86b0;
}
#job .ob__col.-law-color h4 {
  background-color: #4cb6e9;
}
#job .ob__col.-regional-color h4 {
  background-color: #8dcb6f;
}
#job .ob__col.-env-color h4 {
  background-color: #4cb98c;
}
#job .ob .toggle {
  cursor: pointer;
  position: relative;
}
#job .ob .toggle .toggle_btn {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
}
#job .ob .toggle .toggle_btn > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 40px;
  height: 10px;
  background-color: #fff;
}
#job .ob .toggle .toggle_btn > span:nth-child(2) {
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  #job .ob .toggle .toggle_btn {
    right: 35px;
  }
  #job .ob .toggle .toggle_btn > span {
    width: 20px;
    height: 5px;
  }
}
#job .ob .toggle.active .toggle_btn > span:nth-child(2) {
  transform: rotate(90deg) scaleX(0);
}
#job .ob-og .ob-og_movie {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
#job .ob-og .ob-og_movie figure {
  background-color: #3ccdd7;
  text-align: center;
  padding: 2rem;
  position: relative;
}
#job .ob-og .ob-og_movie figure a:after {
  content: "";
  display: block;
  background: url("/examinee/jukensei/video/img/play2.svg") no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#job .ob-og .ob-og_movie figure img {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
#job .job-pickup {
  background: var(--course-color3);
  margin-top: 20px;
  margin-bottom: 50px;
}
#job .job-pickup#foreign {
  --course-color1: #004098;
  --course-color2: #3366ad;
  --course-color3: #b2c6e0;
  --course-color4: #d9e2f0;
  --course-color5: #e7f4ff;
}
#job .job-pickup#economy {
  --course-color1: #ee7800;
  --course-color2: #f29333;
  --course-color3: #fad6b2;
  --course-color4: #fcebd9;
  --course-color5: #fff5eb;
}
#job .job-pickup#human {
  --course-color1: #e9528e;
  --course-color2: #ed75a5;
  --course-color3: #f8cbdd;
  --course-color4: #fce5ee;
  --course-color5: #fff5f5;
}
#job .job-pickup#law {
  --course-color1: #0097e0;
  --course-color2: #33ace6;
  --course-color3: #a4d9f4;
  --course-color4: #d1ebf8;
  --course-color5: #edffff;
}
#job .job-pickup#regional {
  --course-color1: #5cb531;
  --course-color2: #7cc45a;
  --course-color3: #cee9c1;
  --course-color4: #e7f4e0;
  --course-color5: #f0fff0;
}
#job .job-pickup#env {
  --course-color1: #009a5b;
  --course-color2: #33af7c;
  --course-color3: #b2e1ce;
  --course-color4: #d9f0e6;
  --course-color5: #f2fff7;
}
#job .pickup-title {
  background: var(--course-color1);
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
@media (max-width: 768px) {
  #job .pickup-title {
    font-size: clamp(14px, 3vw, 25px);
  }
}
#job .course-pickup-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
}
@media (max-width: 768px) {
  #job .course-pickup-wrapper {
    padding: 1rem;
  }
}
#job .pickup-box {
  padding: 2rem;
  background: #fff;
}
@media (max-width: 768px) {
  #job .pickup-box {
    padding: 1rem;
  }
}
#job .pickup-voice {
  display: flex;
  justify-content: center;
  gap: 2%;
}
@media (max-width: 768px) {
  #job .pickup-voice {
    flex-direction: column;
    gap: 20px;
  }
}
#job .pickup-voice .pickup-voice-text {
  width: 56%;
  text-align: justify;
}
@media (max-width: 768px) {
  #job .pickup-voice .pickup-voice-text {
    width: 100%;
    order: 2;
  }
}
#job .pickup-voice .pickup-voice-text dt {
  font-size: clamp(23px, 3vw, 27px);
  color: #fff;
  line-height: 1.4;
  margin-bottom: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: 600;
}
#job .pickup-voice .pickup-voice-text dt span {
  display: inline-block;
  margin-bottom: 7px;
  background: var(--course-color1);
  width: fit-content;
}
@media (max-width: 768px) {
  #job .pickup-voice .pickup-voice-text dt {
    font-size: clamp(16px, 4vw, 27px);
  }
}
#job .pickup-voice .pickup-voice-text .voice-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
#job .pickup-voice .pickup-voice-text .voice-school {
  line-height: 1.2;
}
#job .pickup-voice .pickup-voice-text .voice-school span {
  display: inline-block;
}
#job .pickup-voice .pickup-voice-text .voice-small {
  font-weight: normal;
  font-size: 13px;
}
#job .pickup-voice .pickup-voice-text p {
  font-size: 12px;
  line-height: 1.5;
  margin: 5px 0;
  font-feature-settings: "palt";
}
#job .pickup-voice .pickup-voice-text p:nth-child(2) {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
#job .pickup-voice .pickup-voice-image {
  width: 42%;
  position: relative;
}
@media (max-width: 768px) {
  #job .pickup-voice .pickup-voice-image {
    width: 100%;
    order: 1;
  }
}
#job .pickup-voice .pickup-voice-image figure {
  width: 100%;
  height: 100%;
}
#job .pickup-voice .pickup-voice-image figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#job .pickup-voice .pickup-voice-image .title-logo {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 96px;
  height: 96px;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  #job .pickup-voice .pickup-voice-image .title-logo {
    top: -7px;
    left: -7px;
    width: 25%;
    min-width: 70px;
    max-width: 96px;
  }
}
#job .pickup-voice .pickup-voice-title {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
  line-height: 1.2;
}

@media screen and (max-width: 1100px) {
  #job .sc4 .row {
    flex-direction: column;
  }
  #job .sc4 .row .col {
    width: 100%;
  }
  #job .sc4 .row .col p {
    font-size: calc(24px + 16 * (100vw - 320px) / 447);
  }
  #job .sc4 .row .col .grad_link a {
    padding: 2rem 0;
    font-size: calc(16px + 12 * (100vw - 320px) / 780);
  }
}
@media screen and (max-width: 767px) {
  #job .sc1 .row {
    flex-direction: column;
  }
  #job .sc1 figure {
    width: 100%;
    margin: 1rem 0;
  }
  #job .sc1 p {
    text-align: left;
  }
  #job .sc2 table {
    display: block;
  }
  #job .sc2 table thead {
    display: none;
  }
  #job .sc2 table tbody tr {
    display: block;
  }
  #job .sc2 table tbody tr td {
    display: block;
    width: 100% !important;
  }
  #job .sc2 table tbody tr td br {
    display: none;
  }
  #job .sc2 table tbody tr td.third dl {
    display: block;
    border-bottom: none !important;
  }
  #job .sc2 table tbody tr td.third dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  #job .sc2 table tbody tr td.third dl dd {
    width: 100%;
    margin-left: 0;
  }
  #job .sc3 .row .col {
    padding: 10px;
  }
  #job .sc3 .row .col h4 br {
    display: inline;
  }
  #job .sc3 .row .col p {
    margin: 1rem 0;
  }
  #job .sc3 .row .col p:last-child {
    margin-bottom: 0;
  }
  #job .sc3 .job_link a {
    padding: 10px 10px 15px;
    line-height: 1.4em;
    font-size: 16px;
  }
  #job .sc4 .row .grad_wrap {
    display: block;
  }
  #job .sc4 .row .col {
    width: 100%;
  }
  #job .sc4 .row .col p {
    font-size: 20px;
    margin: 0.5em 0;
  }
  #job .sc4 .row .col .grad_link a {
    margin: 0.5rem auto 30px;
    padding: 1rem;
  }
  #job .ob-og .ob-og_movie {
    display: block;
  }
  #job .ob-og .ob-og_movie figure {
    margin-bottom: 15px;
    padding: 1rem;
  }
  #job .ob-og .ob-og_movie figure a:after {
    width: 40px;
    height: 40px;
  }
  #job .ob-og .ob-og_movie p {
    text-align: left;
  }
  #job .ob-og .ob-og_movie p br.pc_only {
    display: none;
  }
}/*# sourceMappingURL=job.css.map */