@media screen and (min-width: 769px) {
  .main {
    padding-top: 8.5rem;
  }
}

.footer {
  background: #fff;
}

.kv {
  position: relative;
}
.kv_image {
  width: 100%;
}
.kv_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.kv_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  inset: 0;
}
@media screen and (min-width: 769px) {
  .kv_inner {
    padding: 0 5rem 9rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_inner {
    padding: 0 6.5rem 8rem;
  }
}
.kv_lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .kv_lead {
    line-height: 1;
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_lead {
    line-height: 1;
    font-size: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .kv_lead > span {
    background: #c8171e;
    padding: 0.3rem 1rem 0.9rem;
  }
  .kv_lead > span + span {
    margin-top: -0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_lead > span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .kv_lead > span span {
    background: #c8171e;
    margin-top: -0.8rem;
    padding: 0.75rem 1rem 1.35rem;
  }
}
.kv_part {
  position: relative;
  background: #c8171e;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .kv_part {
    margin-top: 1.2rem;
    padding: 0 1rem;
    line-height: 2.118;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_part {
    padding: 0rem 1rem 0.4rem;
    line-height: 1.385;
    font-size: 2.6rem;
  }
}
.kv_profile {
  display: flex;
}
@media screen and (min-width: 769px) {
  .kv_profile {
    align-items: baseline;
    background: #c8171e;
    margin-top: -1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_profile {
    flex-direction: column;
    align-items: flex-start;
  }
}
.kv_profile_position {
  position: relative;
  font-weight: 700;
  color: #fff;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .kv_profile_position {
    padding: 0 0 0 1rem;
    line-height: 1.584;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_profile_position {
    background: #c8171e;
    padding: 0.6rem 1rem 1rem;
    line-height: 1.058;
    font-size: 5.2rem;
  }
}
.kv_profile_name {
  position: relative;
  font-weight: 700;
  color: #fff;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .kv_profile_name {
    padding: 0 2rem 0 1.6rem;
    line-height: 2.046;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_profile_name {
    background: #c8171e;
    padding: 0.3rem 1rem 0.7rem;
    line-height: 1.108;
    font-size: 2.8rem;
  }
}

.outline {
  width: 100vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .outline {
    padding: 0 10px;
  }
}
.outline_breadcrumb {
  display: flex;
  align-items: center;
  column-gap: 0.5em;
  margin: 0 auto;
  font-weight: 900;
  color: #c8171e;
}
@media screen and (min-width: 769px) {
  .outline_breadcrumb {
    max-width: 1400px;
    padding: 2.3rem 0;
    line-height: 1;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .outline_breadcrumb {
    display: none;
  }
}
.outline_breadcrumb > li {
  display: flex;
  align-items: center;
  column-gap: 0.5em;
}
.outline_breadcrumb > li + li::before {
  content: ">";
}
.outline_breadcrumb_link {
  color: inherit;
}
@media screen and (min-width: 769px) {
  .outline_breadcrumb_link {
    line-height: 1;
    font-size: 1.4rem;
  }
}
.outline_inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .outline_inner {
    max-width: 1240px;
    padding: 7.5rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .outline_inner {
    width: 62rem;
    padding: 13rem 0 0;
  }
}
.outline_block {
  display: flex;
}
@media screen and (min-width: 769px) {
  .outline_block {
    align-items: center;
    justify-content: space-between;
    column-gap: 15rem;
  }
  .outline_block:has(.outline_block_image + .outline_block_caption) {
    justify-content: flex-start;
  }
  .outline_block:has(.outline_block_caption + .outline_block_image) {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .outline_block {
    flex-direction: column;
    row-gap: 8.5rem;
  }
}
@media screen and (min-width: 769px) {
  .outline_block + .outline_block {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .outline_block + .outline_block {
    margin-top: 14rem;
  }
}
@media screen and (min-width: 769px) {
  .outline_block_image {
    width: 46.533%;
  }
}
@media screen and (max-width: 768px) {
  .outline_block_image {
    order: 2;
    width: 59.2rem;
  }
}
.outline_block_image figure {
  position: relative;
  border-radius: 0 32rem 32rem 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .outline_block_image figure {
    width: calc(100% + 8rem);
    margin-left: -8rem;
  }
}
@media screen and (max-width: 768px) {
  .outline_block_image figure {
    width: 65.7rem;
    margin-left: -6.5rem;
  }
}
.outline_block_caption {
  display: flex;
  flex-direction: column;
  row-gap: 3.5rem;
}
@media screen and (min-width: 769px) {
  .outline_block_caption {
    width: 36.291%;
    min-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .outline_block_caption {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .outline_block_caption + .outline_block_image {
    margin-left: auto;
  }
}
.outline_block_caption + .outline_block_image figure {
  border-radius: 32rem 0 0 32rem;
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .outline_block_caption + .outline_block_image figure {
    margin-right: -8rem;
  }
}
@media screen and (max-width: 768px) {
  .outline_block_caption + .outline_block_image figure {
    margin-right: -6.5rem;
  }
}
.outline_block_lead {
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .outline_block_lead {
    line-height: 1.422;
    font-size: 3.8rem;
  }
  .outline_block_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .outline_block_lead > p:first-of-type {
    margin-top: -0.21em;
  }
  .outline_block_lead > p:last-of-type {
    margin-bottom: -0.21em;
  }
}
@media screen and (max-width: 768px) {
  .outline_block_lead {
    line-height: 1.289;
    font-size: 5.9rem;
    white-space: nowrap;
  }
  .outline_block_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .outline_block_lead > p:first-of-type {
    margin-top: -0.144em;
  }
  .outline_block_lead > p:last-of-type {
    margin-bottom: -0.144em;
  }
}
.outline_block_text {
  font-weight: 700;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .outline_block_text {
    line-height: 1.834;
    font-size: 1.8rem;
  }
  .outline_block_text > p {
    line-height: inherit;
    font: inherit;
  }
  .outline_block_text > p:first-of-type {
    margin-top: -0.416em;
  }
  .outline_block_text > p:last-of-type {
    margin-bottom: -0.416em;
  }
}
@media screen and (max-width: 768px) {
  .outline_block_text {
    line-height: 1.962;
    font-size: 2.6rem;
  }
  .outline_block_text > p {
    line-height: inherit;
    font: inherit;
  }
  .outline_block_text > p:first-of-type {
    margin-top: -0.48em;
  }
  .outline_block_text > p:last-of-type {
    margin-bottom: -0.48em;
  }
}

@media screen and (min-width: 769px) {
  .schedule_inner {
    padding: 13rem 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .schedule_inner {
    padding: 20rem 0 0;
  }
}
.schedule_box {
  position: relative;
  background: #999;
  border-radius: 2rem;
  margin: 0 auto;
  color: #fad711;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .schedule_box {
    width: 130rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .schedule_box {
    width: 68rem;
    max-height: 120.1rem;
  }
}
.schedule_box_bg {
  position: absolute;
  inset: 0;
}
.schedule_box_bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.schedule_box_headline {
  display: flex;
  flex-direction: column;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .schedule_box_headline {
    row-gap: 0.7rem;
    left: 9rem;
    top: 8.929%;
  }
}
@media screen and (max-width: 768px) {
  .schedule_box_headline {
    row-gap: 1rem;
    left: 6rem;
    top: 5.829%;
  }
}
.schedule_box_headline h2 {
  letter-spacing: 0.025em;
  font-weight: 900;
  font-family: "Chivo", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .schedule_box_headline h2 {
    line-height: 1;
    font-size: 6.8rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule_box_headline h2 {
    line-height: 0.945;
    font-size: 7.2rem;
  }
}
.schedule_box_headline p {
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .schedule_box_headline p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule_box_headline p {
    font-size: 2.2rem;
  }
}
.schedule_box_image {
  position: relative;
}

@media screen and (min-width: 769px) {
  .message_inner {
    padding: 3.5rem 10px 15rem;
  }
}
@media screen and (max-width: 768px) {
  .message_inner {
    padding: 3rem 0 17rem;
  }
}
.message_box {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #c8171e;
  border-radius: 2rem;
  margin: 0 auto;
  color: #fad711;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .message_box {
    width: 130rem;
    max-width: 100%;
    min-height: 60.5rem;
    padding: 7.5rem 9rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box {
    width: 68rem;
    padding: 6rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .message_box_bg {
    position: absolute;
    inset: 0;
  }
}
@media screen and (max-width: 768px) {
  .message_box_bg {
    order: 10;
    width: 100%;
    margin-top: 3rem;
  }
}
.message_box_bg img {
  object-fit: contain;
  object-position: right bottom;
  width: 100%;
  height: 100%;
}
.message_box_caption {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 769px) {
  .message_box_caption {
    row-gap: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box_caption {
    align-items: center;
    row-gap: 6.5rem;
    padding: 0 6rem;
  }
}
.message_box_headline {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .message_box_headline {
    row-gap: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box_headline {
    row-gap: 1rem;
    width: 100%;
  }
}
.message_box_headline h2 {
  letter-spacing: 0.025em;
  font-weight: 900;
  font-family: "Chivo", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .message_box_headline h2 {
    line-height: 1;
    font-size: 6.8rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box_headline h2 {
    line-height: 0.945;
    font-size: 7.2rem;
  }
}
.message_box_headline p {
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .message_box_headline p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .message_box_headline p {
    font-size: 2.2rem;
  }
}
.message_box_text {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .message_box_text {
    width: 52rem;
    line-height: 1.834;
    font-size: 1.8rem;
  }
  .message_box_text > p {
    line-height: inherit;
    font: inherit;
  }
  .message_box_text > p:first-of-type {
    margin-top: -0.416em;
  }
  .message_box_text > p:last-of-type {
    margin-bottom: -0.416em;
  }
}
@media screen and (max-width: 768px) {
  .message_box_text {
    width: divceil(554, 10, rem);
    line-height: 1.962;
    font-size: 2.6rem;
  }
  .message_box_text > p {
    line-height: inherit;
    font: inherit;
  }
  .message_box_text > p:first-of-type {
    margin-top: -0.48em;
  }
  .message_box_text > p:last-of-type {
    margin-bottom: -0.48em;
  }
}

.interview {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .interview {
    padding: 12.5rem 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .interview {
    padding: 14rem 0 2rem;
  }
}
.interview_inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .interview_inner {
    width: 130rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .interview_inner {
    max-width: 68rem;
  }
}
.interview_headline {
  display: flex;
  flex-direction: column;
}
.interview_headline h2 {
  letter-spacing: 0.025em;
  font-weight: 900;
  font-family: "Chivo", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .interview_headline h2 {
    line-height: 1;
    font-size: 12.6rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_headline h2 {
    line-height: 1.036;
    font-size: 11.2rem;
  }
}
.interview_headline p {
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 2.2rem;
  font-weight: 900;
}
.interview_headline + .interview_card {
  margin-top: 2.5rem;
}
.interview_card {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .interview_card {
    height: 46.5rem;
    padding: 6rem 9rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_card {
    height: 77rem;
    padding: 6rem 6rem 4.5rem;
  }
}
.interview_card + .interview_card {
  margin-top: 3.5rem;
}
.interview_card.red {
  background: #d12039;
  color: #d12039;
}
.interview_card.yellow {
  background: #f3b722;
  color: #f3b722;
}
.interview_card.green {
  background: #30a050;
  color: #30a050;
}
.interview_card:hover .interview_card_bg img {
  transform: scale(1.05);
}
.interview_card_bg {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .interview_card_bg {
    top: 0;
  }
}
.interview_card_bg img {
  object-fit: contain;
  object-position: right center;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}
.interview_card_lead {
  position: relative;
  letter-spacing: 0.025em;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .interview_card_lead {
    line-height: 1.18;
    font-size: 5rem;
  }
  .interview_card_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .interview_card_lead > p:first-of-type {
    margin-top: -0.09em;
  }
  .interview_card_lead > p:last-of-type {
    margin-bottom: -0.09em;
  }
}
@media screen and (max-width: 768px) {
  .interview_card_lead {
    line-height: 1.28;
    font-size: 5rem;
    white-space: nowrap;
  }
  .interview_card_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .interview_card_lead > p:first-of-type {
    margin-top: -0.14em;
  }
  .interview_card_lead > p:last-of-type {
    margin-bottom: -0.14em;
  }
}
.interview_card_career {
  position: relative;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .interview_card_career {
    padding-top: 2rem;
    line-height: 1.715;
    font-size: 1.4rem;
  }
  .interview_card_career > p {
    line-height: inherit;
    font: inherit;
  }
  .interview_card_career > p:first-of-type {
    margin-top: -0.357em;
  }
  .interview_card_career > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media screen and (max-width: 768px) {
  .interview_card_career {
    padding-top: 4rem;
    line-height: 1.385;
    font-size: 2.6rem;
  }
  .interview_card_career > p {
    line-height: inherit;
    font: inherit;
  }
  .interview_card_career > p:first-of-type {
    margin-top: -0.192em;
  }
  .interview_card_career > p:last-of-type {
    margin-bottom: -0.192em;
  }
}
.interview_card_text {
  display: flex;
  gap: 1.5rem;
  position: relative;
  margin-bottom: auto;
}
@media screen and (min-width: 769px) {
  .interview_card_text {
    align-items: baseline;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .interview_card_text {
    flex-direction: column;
    padding-top: 3.5rem;
  }
}
.interview_card_position {
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .interview_card_position {
    line-height: 1.367;
    font-size: 3rem;
  }
  .interview_card_position > p {
    line-height: inherit;
    font: inherit;
  }
  .interview_card_position > p:first-of-type {
    margin-top: -0.183em;
  }
  .interview_card_position > p:last-of-type {
    margin-bottom: -0.183em;
  }
}
@media screen and (max-width: 768px) {
  .interview_card_position {
    line-height: 1.231;
    font-size: 5.2rem;
  }
  .interview_card_position > p {
    line-height: inherit;
    font: inherit;
  }
  .interview_card_position > p:first-of-type {
    margin-top: -0.115em;
  }
  .interview_card_position > p:last-of-type {
    margin-bottom: -0.115em;
  }
}
.interview_card_name {
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .interview_card_name {
    line-height: 1.834;
    font-size: 1.8rem;
  }
  .interview_card_name > p {
    line-height: inherit;
    font: inherit;
  }
  .interview_card_name > p:first-of-type {
    margin-top: -0.416em;
  }
  .interview_card_name > p:last-of-type {
    margin-bottom: -0.416em;
  }
}
@media screen and (max-width: 768px) {
  .interview_card_name {
    line-height: 1.358;
    font-size: 2.8rem;
  }
  .interview_card_name > p {
    line-height: inherit;
    font: inherit;
  }
  .interview_card_name > p:first-of-type {
    margin-top: -0.178em;
  }
  .interview_card_name > p:last-of-type {
    margin-bottom: -0.178em;
  }
}

.recruit {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .recruit {
    padding: 11.5rem 10px 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit {
    padding: 12rem 0 9rem;
  }
}
.recruit_inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .recruit_inner {
    width: 130rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recruit_inner {
    max-width: 68rem;
  }
}
.recruit_headline {
  display: flex;
  flex-direction: column;
}
.recruit_headline h2 {
  letter-spacing: 0.025em;
  font-weight: 900;
  font-family: "Chivo", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .recruit_headline h2 {
    line-height: 1;
    font-size: 12.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit_headline h2 {
    line-height: 0.974;
    font-size: 11.2rem;
  }
}
.recruit_headline p {
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 2.2rem;
  font-weight: 900;
}
.recruit_lead {
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .recruit_lead {
    padding-top: 8.5rem;
    line-height: 1.289;
    font-size: 4.5rem;
  }
  .recruit_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .recruit_lead > p:first-of-type {
    margin-top: -0.144em;
  }
  .recruit_lead > p:last-of-type {
    margin-bottom: -0.144em;
  }
}
@media screen and (max-width: 768px) {
  .recruit_lead {
    padding-top: 9rem;
    line-height: 1.289;
    font-size: 4.5rem;
  }
  .recruit_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .recruit_lead > p:first-of-type {
    margin-top: -0.144em;
  }
  .recruit_lead > p:last-of-type {
    margin-bottom: -0.144em;
  }
}
.recruit_accordion {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .recruit_accordion {
    padding-top: 6rem;
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit_accordion {
    padding-top: 7.5rem;
    padding-bottom: 1.5rem;
  }
}
.recruit_accordion > div {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .recruit_accordion > div {
    max-width: 110rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit_accordion > div {
    max-width: 62rem;
  }
}
.recruit_data {
  display: grid;
}
@media screen and (min-width: 769px) {
  .recruit_data {
    grid-template-columns: 27.5rem 1fr;
    padding: 7.5rem 0 11.3rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit_data {
    grid-template-columns: 25rem 1fr;
    padding: 5rem 0 11.5rem;
  }
}
.recruit_data > dt {
  letter-spacing: 0.025em;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .recruit_data > dt {
    border-bottom: 2px solid;
    padding: 3.8rem 0;
    line-height: 1.215;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit_data > dt {
    border-bottom: 0.3rem solid;
    padding: 6.6rem 0;
    line-height: 1.106;
    font-size: 3.8rem;
  }
}
.recruit_data > dd {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .recruit_data > dd {
    border-bottom: 2px solid;
    padding: 3.8rem 0;
    line-height: 2.125;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit_data > dd {
    border-bottom: 0.3rem solid;
    padding: 6.6rem 0;
    line-height: 1.616;
    font-size: 2.6rem;
  }
}