.u-pc {
  display: block;
}
@media (width <= 1000px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (width <= 1000px) {
  .u-sp {
    display: block;
  }
}

.design_pageTtl {
  position: relative;
  padding-top: 28px;
  margin-top: 40px;
}
@media (width <= 1000px) {
  .design_pageTtl {
    padding-top: 76px;
    margin-top: 32px;
  }
}
.design_pageTtl .img {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(480 / 900 * 100%);
}
@media (width <= 1000px) {
  .design_pageTtl .img {
    width: calc(600 / 900 * 100%);
  }
}
.design_pageTtl .img img {
  height: 100%;
}
.design_pageTtl .main {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  justify-content: center;
  width: calc(780 / 900 * 100%);
  height: 200px;
  padding-inline: 32px;
  line-height: 1;
  color: #fff;
  background-image: url("/cms/corestaff/img/recruit/job_introduction/pagettl_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (width <= 1000px) {
  .design_pageTtl .main {
    gap: 12px;
    height: 100px;
    padding-inline: 18px;
    background-position: right center;
  }
}
.design_pageTtl .main .ttl {
  font-family: Ubuntu, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 500;
}
@media (width <= 1000px) {
  .design_pageTtl .main .ttl {
    font-size: 28px;
  }
}
.design_pageTtl .main .subttl {
  font-size: 18px;
  font-weight: bold;
}
@media (width <= 1000px) {
  .design_pageTtl .main .subttl {
    font-size: 14px;
  }
}

.design_pageTtl-2 {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 48px;
  font-size: 24px;
  font-weight: bold;
}
.design_pageTtl-2::before {
  display: block;
  width: 4px;
  height: 20px;
  content: "";
  background: #004a96;
}

.design_pageTtl-3 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (width <= 1000px) {
  .design_pageTtl-3 {
    font-size: 18px;
  }
}

.design_box {
  padding: 20px 28px 28px;
  margin-top: 48px;
  border: 2px solid #e6e6e6;
  border-radius: 8px;
}
@media (width <= 1000px) {
  .design_box {
    margin-top: 32px;
  }
}
.design_box .ttl {
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
}
.design_box .txt {
  margin-top: 20px;
}
.design_box .flex {
  display: flex;
  gap: 28px;
  margin-top: 28px;
}
@media (width <= 1000px) {
  .design_box .flex {
    flex-direction: column;
    gap: 12px;
  }
}
.design_box .flex .gp {
  position: relative;
}
.design_box .flex .gp span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  padding: 6px 24px 8px;
  font-size: 18px;
  color: #fff;
  background: #038fd6;
  transform: translateY(-50%);
}
.pagelead_flex {
  display: flex;
  gap: 32px;
  margin-top: 40px;
}
@media (width <= 1000px) {
  .pagelead_flex {
    flex-direction: column;
  }
}
.pagelead_flex .gp:nth-child(1) {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 28px;
  justify-content: center;
}
@media (width <= 1000px) {
  .pagelead_flex .gp:nth-child(1) {
    gap: 14px;
  }
}
.pagelead_flex .gp:nth-child(1) .ttl {
  font-family: Ubuntu, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 500;
  color: #038FD6;
}
@media (width <= 1000px) {
  .pagelead_flex .gp:nth-child(1) .ttl {
    font-size: 32px;
  }
}
.pagelead_flex .gp:nth-child(1) .txt {
  font-size: 16px;
}
.pagelead_flex .gp:nth-child(2) {
  width: calc(450 / 900 * 100%);
}
@media (width <= 1000px) {
  .pagelead_flex .gp:nth-child(2) {
    width: 100%;
  }
}
.pagelead_list {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 48px;
}
@media (width <= 1000px) {
  .pagelead_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.pagelead_list a {
  display: flex;
  flex: 1;
  align-items: baseline;
  justify-content: space-between;
  padding: 18px 16px;
  font-weight: bold;
  color: #004A96;
  border: 2px solid #004A96;
  border-radius: 100vmax;
}
@media (width <= 1000px) {
  .pagelead_list a {
    padding: 12px;
    font-size: 12px;
  }
}
.pagelead_list a::after {
  display: block;
  width: 12px;
  height: 8px;
  content: "";
  background-image: url("/cms/corestaff/img/recruit/outside/sec01_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.interview_list {
  display: flex;
  gap: 20px;
  margin-top: 48px;
}
@media (width <= 1000px) {
  .interview_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.interview_list a .img {
  position: relative;
}
.interview_list a .img span {
  position: absolute;
  right: 0;
  bottom: -5px;
  padding: 2px 12px;
  font-size: 12px;
  color: #fff;
  background: #038FD6;
}
.interview_list a .cont {
  margin-top: 12px;
}
.interview_list a .cont .year {
  font-size: 14px;
}
.interview_list a .cont .name {
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
.interview_list a .cont .txt {
  margin-top: 16px;
}

section:not(.sec01) {
  margin-top: 64px;
}

a:hover {
  opacity: 0.7;
}

@media (width <= 1000px) {
  .page_head {
    padding-bottom: 6px;
    text-align: left;
    border-bottom: solid 4px #E2E2E2;
  }
}

#job_introduction section.sec01 .sec01_main {
  margin-top: 28px;
}
#job_introduction section.sec01 .sec01_main .sec01_flex {
  display: flex;
  align-items: center;
}
@media (width <= 1000px) {
  #job_introduction section.sec01 .sec01_main .sec01_flex {
    flex-direction: column;
  }
}
#job_introduction section.sec01 .sec01_main .sec01_flex .img img {
  width: 100%;
}
#job_introduction section.sec01 .sec01_main .sec01_flex .img:nth-child(1) {
  width: calc(384 / 900 * 100%);
}
@media (width <= 1000px) {
  #job_introduction section.sec01 .sec01_main .sec01_flex .img:nth-child(1) {
    width: 100%;
  }
}
#job_introduction section.sec01 .sec01_main .sec01_flex .img:nth-child(2) {
  width: calc(141 / 900 * 100%);
  margin-right: calc(24 / 900 * 100%);
}
@media (width <= 1000px) {
  #job_introduction section.sec01 .sec01_main .sec01_flex .img:nth-child(2) {
    width: auto;
    height: 96px;
  }
  #job_introduction section.sec01 .sec01_main .sec01_flex .img:nth-child(2) img {
    width: auto;
    height: 100%;
  }
}
#job_introduction section.sec01 .sec01_main .sec01_flex .img:nth-child(3) {
  width: calc(352 / 900 * 100%);
}
@media (width <= 1000px) {
  #job_introduction section.sec01 .sec01_main .sec01_flex .img:nth-child(3) {
    width: 100%;
  }
}
#job_introduction section.sec01 .sec01_txt {
  margin-top: 32px;
}
#job_introduction section.sec02 .sec02_box {
  padding: 28px 28px 32px;
  margin-top: 48px;
  border: 4px solid #038fd6;
  border-radius: 8px;
}
#job_introduction section.sec02 .sec02_box .gp .ttl {
  font-size: 18px;
  font-weight: bold;
}
#job_introduction section.sec02 .sec02_box .gp .flex {
  display: flex;
  gap: 20px;
  margin-top: 12px;
}
@media (width <= 1000px) {
  #job_introduction section.sec02 .sec02_box .gp .flex {
    flex-direction: column;
  }
}
#job_introduction section.sec02 .sec02_box .gp .flex img {
  width: calc(288 / 900 * 100%);
  object-fit: cover;
}
@media (width <= 1000px) {
  #job_introduction section.sec02 .sec02_box .gp .flex img {
    width: 100%;
  }
}
#job_introduction section.sec02 .sec02_box .gp .flex .txt {
  flex: 1;
}
#job_introduction section.sec02 .sec02_box .gp + img {
  width: auto;
  height: 48px;
  margin: 20px 0 8px calc(182 / 900 * 100%);
}
#job_introduction section.sec03 .sec03_list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (width <= 1000px) {
  #job_introduction section.sec03 .sec03_list {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 30px;
  }
}
#job_introduction section.sec03 .sec03_list a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(168 / 900 * 100%);
  height: 64px;
  font-size: 18px;
  font-weight: bold;
  color: #004A96;
  border: 2px solid #004A96;
  border-radius: 100vmax;
}
@media (width <= 1000px) {
  #job_introduction section.sec03 .sec03_list a {
    width: 90px;
    height: 52px;
    font-size: 16px;
  }
}

#occupation section.sec02 img {
  width: unset;
  max-width: 100%;
}
#occupation section.sec02 .sec02_flex {
  display: flex;
  gap: 28px;
  margin-top: 40px;
}
@media (width <= 1000px) {
  #occupation section.sec02 .sec02_flex {
    flex-direction: column;
  }
}
#occupation section.sec02 .sec02_flex .img {
  width: calc(300 / 900 * 100%);
}
@media (width <= 1000px) {
  #occupation section.sec02 .sec02_flex .img {
    width: 100%;
  }
}
#occupation section.sec02 .sec02_flex .txt {
  flex: 1;
}
#occupation section.sec03 .sec03_steps {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: 28px;
}
#occupation section.sec03 .sec03_steps .step {
  position: relative;
  display: flex;
  border: 2px solid #E6E6E6;
  border-radius: 8px;
}
#occupation section.sec03 .sec03_steps .step:not(.noarrow)::before {
  position: absolute;
  top: -26px;
  left: 50%;
  display: block;
  width: 22px;
  height: 18px;
  content: "";
  background-image: url("/cms/corestaff/img/recruit/outside/sec03_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(-50%);
}
#occupation section.sec03 .sec03_steps .step .ttl {
  font-family: Ubuntu, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 146px;
  height: 100%;
  min-height: 140px;
  font-weight: 500;
  color: #038FD6;
  border-right: 2px solid #E6E6E6;
}
@media (width <= 1000px) {
  #occupation section.sec03 .sec03_steps .step .ttl {
    width: 100px;
    height: auto;
    min-height: 100px;
  }
}
#occupation section.sec03 .sec03_steps .step .ttl span {
  font-size: 20px;
}
@media (width <= 1000px) {
  #occupation section.sec03 .sec03_steps .step .ttl span {
    font-size: 18px;
  }
}
#occupation section.sec03 .sec03_steps .step .ttl .num {
  font-size: 32px;
}
@media (width <= 1000px) {
  #occupation section.sec03 .sec03_steps .step .ttl .num {
    font-size: 28px;
  }
}
#occupation section.sec03 .sec03_steps .step .cont {
  display: flex;
  flex: 1;
  padding: 20px 28px;
}
@media (width <= 1000px) {
  #occupation section.sec03 .sec03_steps .step .cont {
    flex-direction: column;
    gap: 8px;
    padding: 16px;
  }
}
#occupation section.sec03 .sec03_steps .step .cont .txt {
  display: flex;
  flex: 1;
  align-items: center;
}
#occupation section.sec03 .sec03_steps .step .cont .txt.col {
  flex-direction: column;
  gap: 12px;
  align-items: start;
}
@media (width <= 1000px) {
  #occupation section.sec03 .sec03_steps .step .cont .txt.col {
    gap: 8px;
  }
}
#occupation section.sec03 .sec03_steps .step .cont .txt b {
  font-size: 20px;
  font-weight: bold;
}
@media (width <= 1000px) {
  #occupation section.sec03 .sec03_steps .step .cont .txt b {
    font-size: 16px;
  }
}
#occupation section.sec03 .sec03_steps .step .cont .img {
  width: calc(150 / 900 * 100%);
}
@media (width <= 1000px) {
  #occupation section.sec03 .sec03_steps .step .cont .img {
    width: 100%;
  }
}
#occupation section.sec03 .sec03_steps .step .cont .img img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}
#occupation section.sec03 .sec03_steps .stepFlex {
  display: flex;
  gap: 28px;
}
@media (width <= 1000px) {
  #occupation section.sec03 .sec03_steps .stepFlex {
    flex-direction: column;
    gap: 34px;
  }
}
#occupation section.sec03 .sec03_steps .stepFlex .step {
  flex: 1;
}
#occupation section.sec03 .sec03_steps .stepFlex .step .cont {
  flex-direction: column;
  gap: 16px;
  align-items: start;
}
#occupation section.sec03 .sec03_steps .stepFlex .step .cont .txt {
  flex-direction: column;
  gap: 12px;
  align-items: start;
}
#occupation section.sec03 .sec03_steps .stepFlex .step .cont .img {
  width: 150px;
}
#occupation section.sec04 .sec04_schedule {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
}
#occupation section.sec04 .sec04_schedule .item {
  display: flex;
}
#occupation section.sec04 .sec04_schedule .item:last-child .cont {
  padding-bottom: 0;
}
#occupation section.sec04 .sec04_schedule .item .count {
  font-family: Ubuntu, sans-serif;
  width: calc(120 / 900 * 100%);
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  color: #038FD6;
}
@media (width <= 1000px) {
  #occupation section.sec04 .sec04_schedule .item .count {
    width: 80px;
    font-size: 18px;
  }
}
#occupation section.sec04 .sec04_schedule .item .line {
  position: relative;
  width: 20px;
  margin-right: 32px;
}
@media (width <= 1000px) {
  #occupation section.sec04 .sec04_schedule .item .line {
    margin-right: 18px;
  }
}
#occupation section.sec04 .sec04_schedule .item .line::before {
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  background: #fff;
  border: 6px solid #038FD6;
  border-radius: 100vmax;
}
#occupation section.sec04 .sec04_schedule .item .line::after {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 2px;
  height: 100%;
  content: "";
  background: #038FD6;
  transform: translateX(-50%);
}
#occupation section.sec04 .sec04_schedule .item .cont {
  flex: 1;
  padding-bottom: 40px;
}
#occupation section.sec04 .sec04_schedule .item .cont .flex {
  display: flex;
  gap: 24px;
}
@media (width <= 1000px) {
  #occupation section.sec04 .sec04_schedule .item .cont .flex {
    flex-direction: column;
  }
}
#occupation section.sec04 .sec04_schedule .item .cont .flex .main {
  flex: 1;
}
#occupation section.sec04 .sec04_schedule .item .cont .flex .main .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
#occupation section.sec04 .sec04_schedule .item .cont .flex .main .txt {
  margin-top: 24px;
}
#occupation section.sec04 .sec04_schedule .item .cont .flex .main .img {
  display: flex;
  gap: 20px;
  margin-top: 24px;
}
@media (width <= 1000px) {
  #occupation section.sec04 .sec04_schedule .item .cont .flex .main .img {
    flex-direction: column;
    gap: 12px;
  }
}
#occupation section.sec04 .sec04_schedule .item .cont .flex .main .img img {
  width: 150px;
}
#occupation section.sec04 .sec04_schedule .item .cont .flex .sub {
  width: 150px;
}
#environment_institution .design_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media (width <= 1000px) {
  #environment_institution .design_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
#environment_institution .design_cards.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (width <= 1000px) {
  #environment_institution .design_cards.col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
#environment_institution .design_cards.col-center {
  display: flex;
  justify-content: center;
}
#environment_institution .design_cards.col-center .card {
  width: calc(440 / 900 * 100%);
}
@media (width <= 1000px) {
  #environment_institution .design_cards.col-center .card {
    width: 100%;
  }
}
#environment_institution .design_cards .card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  padding: 38px 16px 28px;
  border: 2px solid #E6E6E6;
  border-radius: 8px;
}
@media (width <= 1000px) {
  #environment_institution .design_cards .card {
    gap: 6px;
    padding: 18px;
  }
}
#environment_institution .design_cards .card .ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (width <= 1000px) {
  #environment_institution .design_cards .card .ttl {
    font-size: 16px;
  }
}
#environment_institution .design_cards .card .cont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  text-align: center;
}
@media (width <= 1000px) {
  #environment_institution .design_cards .card .cont {
    margin-top: 8px;
  }
}
#environment_institution .design_cards .card .cont .num {
  display: flex;
  gap: 2px;
  align-items: baseline;
  justify-content: center;
}
#environment_institution .design_cards .card .cont .num b {
  font-family: Ubuntu, sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #038FD6;
}
@media (width <= 1000px) {
  #environment_institution .design_cards .card .cont .num b {
    font-size: 32px;
  }
}
#environment_institution .design_cards .card .cont .num span {
  font-size: 24px;
  font-weight: bold;
}
@media (width <= 1000px) {
  #environment_institution .design_cards .card .cont .num span {
    font-size: 18px;
  }
}
#environment_institution .design_cards .card .visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
#environment_institution .design_cards .card .visual .img {
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
}
@media (width <= 1000px) {
  #environment_institution .design_cards .card .visual .img {
    width: 100px;
  }
}
#environment_institution .design_cards .card .visual .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#environment_institution .design_cards .card.ptn-2 {
  flex-direction: row;
  align-items: start;
  padding: 28px;
}
@media (width <= 1000px) {
  #environment_institution .design_cards .card.ptn-2 {
    align-items: center;
    padding: 16px;
  }
}
#environment_institution .design_cards .card.ptn-2 .left {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  height: 100%;
}
#environment_institution .design_cards .card.ptn-2 .left .cont {
  width: auto;
  height: 100%;
  line-height: 1;
}
#environment_institution .design_cards .card.ptn-2 .left .cont .flex {
  gap: 20px;
  justify-content: center;
}
#environment_institution .design_cards .card.gender .cont {
  width: 100%;
}
#environment_institution .design_cards .card.gender .cont .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#environment_institution .design_cards .card.gender .cont .flex .gp {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
#environment_institution .design_cards .card.gender .cont .flex .gp .gender {
  font-size: 16px;
  font-weight: bold;
}

#newworker section.sec01 .pagelead_flex .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  line-height: 1.2;
}
#newworker section.sec02 .sec02_txt {
  margin-top: 40px;
}
#newworker section.sec02 .sec02_flex {
  display: flex;
  gap: 28px;
  margin-top: 40px;
}
@media (width <= 1000px) {
  #newworker section.sec02 .sec02_flex {
    flex-direction: column;
  }
}
#newworker section.sec02 .sec02_flex .img {
  width: calc(300 / 900 * 100%);
}
@media (width <= 1000px) {
  #newworker section.sec02 .sec02_flex .img {
    width: 100%;
  }
}
#newworker section.sec02 .sec02_flex .img img {
  width: 100%;
}
#newworker section.sec02 .sec02_flex .txt {
  flex: 1;
}
#newworker section.sec03 .sec03_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  margin-top: 40px;
  border: 2px solid #E6E6E6;
  border-radius: 8px;
}
@media (width <= 1000px) {
  #newworker section.sec03 .sec03_list {
    padding: 25px;
  }
}
#newworker section.sec03 .sec03_list .item {
  display: flex;
  gap: 60px;
}
@media (width <= 1000px) {
  #newworker section.sec03 .sec03_list .item {
    flex-direction: column;
    gap: 30px;
  }
}
#newworker section.sec03 .sec03_list .item .name {
  position: relative;
  width: 220px;
  font-size: 18px;
  font-weight: bold;
}
@media (width <= 1000px) {
  #newworker section.sec03 .sec03_list .item .name {
    width: 100%;
  }
}
#newworker section.sec03 .sec03_list .item .name::after {
  position: absolute;
  top: 0;
  right: -30px;
  width: 2px;
  height: 100%;
  content: "";
  background: #E6E6E6;
}
@media (width <= 1000px) {
  #newworker section.sec03 .sec03_list .item .name::after {
    top: unset;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 2px;
  }
}
#newworker section.sec03 .sec03_list .item .cont {
  flex: 1;
}
#newworker section.sec05 .pagelead_list {
  justify-content: center;
}
#newworker section.sec05 .pagelead_list a {
  flex: unset;
  width: calc(216 / 900 * 100%);
  padding: 12px 16px;
}
@media (width <= 1000px) {
  #newworker section.sec05 .pagelead_list a {
    width: unset;
  }
}
#newworker section.sec05 .sec05_box {
  margin-top: 64px;
}
#newworker section.sec05 .sec05_list {
  margin-top: 40px;
}
#newworker section.sec05 .sec05_list .item {
  padding: 26px 0 24px;
  padding-left: 40px;
  border-top: 1px solid #E6E6E6;
}
#newworker section.sec05 .sec05_list .item*:last-child {
  border-bottom: 1px solid #E6E6E6;
}
#newworker section.sec05 .sec05_list .item .q {
  position: relative;
  font-size: 20px;
  color: #038FD6;
}
@media (width <= 1000px) {
  #newworker section.sec05 .sec05_list .item .q {
    font-size: 18px;
  }
}
#newworker section.sec05 .sec05_list .item .q::before {
  position: absolute;
  top: -4px;
  left: -40px;
  width: 36px;
  height: 36px;
  content: "";
  background-image: url("/cms/corestaff/img/recruit/newworker/sec05_q.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (width <= 1000px) {
  #newworker section.sec05 .sec05_list .item .q::before {
    top: 2px;
    width: 28px;
    height: 28px;
  }
}
#newworker section.sec05 .sec05_list .item .a {
  margin-top: 16px;
  font-size: 16px;
}
#newworker section.sec06 .sec06_txt {
  margin-top: 40px;
  text-align: center;
}
#newworker section.sec06 .sec06_banner {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
#newworker section.sec06 .sec06_banner a {
  width: calc(480 / 900 * 100%);
}
@media (width <= 1000px) {
  #newworker section.sec06 .sec06_banner a {
    width: 100%;
  }
}
#newworker section.sec06 .sec06_banner a img {
  width: 100%;
}

#interview_detail .interviewDetail_kv {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
#interview_detail .interviewDetail_kv .img {
  width: 100%;
}
@media (width <= 1000px) {
  #interview_detail .interviewDetail_kv .img {
    height: 200px;
  }
}
#interview_detail .interviewDetail_kv .img img {
  width: 100%;
}
@media (width <= 1000px) {
  #interview_detail .interviewDetail_kv .img img {
    height: 100%;
    object-fit: cover;
  }
}
#interview_detail .interviewDetail_kv .main {
  position: absolute;
  left: 28px;
  display: flex;
  flex-direction: column;
  align-items: start;
  min-width: calc(200 / 900 * 100%);
  padding: 32px 40px;
  line-height: 1;
  background: #fff;
}
@media (width <= 1000px) {
  #interview_detail .interviewDetail_kv .main {
    left: 12px;
    padding: 24px;
  }
}
#interview_detail .interviewDetail_kv .main .job {
  display: inline-block;
  padding: 6px 12px;
  font-weight: bold;
  color: #fff;
  background: #038FD6;
}
@media (width <= 1000px) {
  #interview_detail .interviewDetail_kv .main .job {
    padding: 4px 10px;
    font-size: 12px;
  }
}
#interview_detail .interviewDetail_kv .main .name {
  margin-top: 4px;
  font-size: 40px;
}
@media (width <= 1000px) {
  #interview_detail .interviewDetail_kv .main .name {
    font-size: 32px;
  }
}
#interview_detail .interviewDetail_kv .main .year {
  margin-top: 8px;
}
#interview_detail .interviewDetail_lead {
  margin-top: 56px;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
@media (width <= 1000px) {
  #interview_detail .interviewDetail_lead {
    margin-top: 40px;
    font-size: 16px;
  }
}
#interview_detail .interviewDetail_ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 24px;
  font-weight: bold;
}
@media (width <= 1000px) {
  #interview_detail .interviewDetail_ttl {
    line-height: 1.2;
  }
}
#interview_detail .interviewDetail_ttl::after {
  width: 64px;
  height: 2px;
  content: "";
  background: #004A96;
}
#interview_detail .interviewDetail_cont {
  display: flex;
  gap: 28px;
  margin-top: 40px;
}
@media (width <= 1000px) {
  #interview_detail .interviewDetail_cont {
    flex-direction: column;
    gap: 12px;
  }
}
#interview_detail .interviewDetail_cont .img {
  width: calc(360 / 900 * 100%);
}
@media (width <= 1000px) {
  #interview_detail .interviewDetail_cont .img {
    width: 100%;
  }
}
#interview_detail .interviewDetail_cont .img img {
  width: 100%;
}
#interview_detail .interviewDetail_cont .txt {
  flex: 1;
}
#interview_detail .interviewDetail_imgCenter {
  display: flex;
  justify-content: center;
  margin-top: 96px;
}
@media (width <= 1000px) {
  #interview_detail .interviewDetail_imgCenter {
    margin-top: 62px;
  }
}
#interview_detail .interviewDetail_imgCenter img {
  width: calc(700 / 900 * 100%);
}
@media (width <= 1000px) {
  #interview_detail .interviewDetail_imgCenter img {
    width: 100%;
  }
}
#interview_detail .interviewDetail_backBtn {
  display: flex;
  justify-content: center;
  margin-top: 96px;
}
@media (width <= 1000px) {
  #interview_detail .interviewDetail_backBtn {
    margin-top: 62px;
  }
}
#interview_detail .interviewDetail_backBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 56px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #333;
  border-radius: 100vmax;
}