.page_body {
  background-color: #ebebeb;
  padding-bottom: 60px;
}
@media all and (max-width: 750px) {
  .page_body {
    background-image: url(../images/common/bg_shape_sp.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media all and (max-width: 750px) and (min-width: 751px) {
  .page_body {
    background-image: url(../images/common/bg_shape_pc.webp);
    background-size: 1273px auto;
    background-repeat: repeat-x;
    background-position: left top;
  }
}
@media all and (min-width: 751px) {
  .page_body {
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
  }
  .page_body::before {
    position: absolute;
    content: "";
    background-image: url(../images/common/bg_shape_sp.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 176px;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media all and (min-width: 751px) and (min-width: 751px) {
  .page_body::before {
    background-image: url(../images/common/bg_shape_pc.webp);
    background-size: 1273px auto;
    background-repeat: repeat-x;
    background-position: left top;
  }
}
@media all and (min-width: 751px) {
  .page_body .inner {
    max-width: 890px;
  }
}

/* lead
---------------------------------------------------------- */
.sec_lead {
  padding: 40px 0;
}
@media all and (min-width: 751px) {
  .sec_lead {
    padding: 80px 0 60px;
  }
}
.sec_lead .wrap {
  display: -ms-grid;
  display: grid;
}
@media all and (max-width: 750px) {
  .sec_lead .wrap {
    justify-items: center;
  }
}
@media all and (min-width: 751px) {
  .sec_lead .wrap {
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 1fr 20px 2fr;
    grid-template-columns: 1fr 2fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .sec_lead .wrap > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec_lead .wrap > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sec_lead .wrap > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sec_lead .wrap > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
.sec_lead .copy_en {
  width: min(212px, 100%);
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  .sec_lead .copy_en {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-bottom: 40px;
  }
}
.sec_lead .copy_jp {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
@media all and (min-width: 751px) {
  .sec_lead .copy_jp {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    text-align: left;
    font-size: 28px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  .sec_lead .copy_jp {
    font-size: 3vw;
  }
}
.sec_lead .copy_jp span {
  color: #fff;
  background-color: #a9161b;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 8px;
}
@media all and (min-width: 751px) {
  .sec_lead .copy_jp span {
    background-color: #b23338;
    padding: 0 12px;
  }
}
@media all and (min-width: 751px) {
  .sec_lead .image {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
}
.sec_lead .tx {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  .sec_lead .tx {
    margin-top: 40px;
  }
}

/* job
---------------------------------------------------------- */
.sec_job {
  background-color: #fff;
  padding: 18px 20px 36px;
}
@media all and (min-width: 751px) {
  .sec_job {
    padding: 47px 65px 43px;
  }
}
.sec_job:not(:last-child) {
  margin-bottom: 40px;
}
@media all and (min-width: 751px) {
  .sec_job .content {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 1fr 35px 50.7%;
    grid-template-columns: 1fr 50.7%;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec_job .content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec_job .content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sec_job .content > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sec_job .content > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
.sec_job .head_wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  padding: 40px 0;
}
@media all and (max-width: 750px) {
  .sec_job .head_wrap::before {
    position: absolute;
    content: "";
    width: 102%;
    height: 1px;
    background-color: #d2d2d2;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media all and (min-width: 751px) {
  .sec_job .head_wrap {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    gap: 18px;
    padding: 20px 0;
  }
}
.sec_job .head_wrap .heading {
  background-color: #a9161b;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 15px;
  padding: 4px 5px;
}
@media all and (min-width: 751px) {
  .sec_job .head_wrap .heading {
    font-size: 16px;
    padding: 4px 12px;
  }
}
.sec_job .head_wrap .ttl_jp {
  letter-spacing: 0.1em;
  font-size: 20px;
}
@media all and (min-width: 751px) {
  .sec_job .head_wrap .ttl_jp {
    font-size: 25px;
  }
}
.sec_job .head_wrap .ttl_en {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  color: #ebebeb;
  font-size: 55px;
}
@media all and (min-width: 751px) {
  .sec_job .head_wrap .ttl_en {
    font-size: 77px;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  .sec_job .head_wrap .ttl_en {
    font-size: 7vw;
  }
}
.sec_job .text {
  font-size: 13px;
  margin-top: 26px;
}
@media all and (min-width: 751px) {
  .sec_job .text {
    -ms-grid-column: 1;
    grid-column: 1px;
    -ms-grid-row: 2;
    grid-row: 2;
    font-size: 14px;
    margin-top: 14px;
  }
}
@media all and (max-width: 750px) {
  .sec_job .image {
    margin-top: 18px;
  }
}
@media all and (min-width: 751px) {
  .sec_job .image {
    position: relative;
    z-index: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .sec_job .image::before {
    position: absolute;
    content: "";
    z-index: -1;
    background-color: #ebebeb;
    width: 100%;
    height: 100%;
    top: -20px;
    left: -18px;
    opacity: 0.86;
  }
}
.sec_job .detail {
  background-color: #f2f2f2;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_job .detail {
    margin-top: 40px;
  }
}
.sec_job .detail_ttl {
  position: relative;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 20px;
}
@media all and (min-width: 751px) {
  .sec_job .detail_ttl {
    font-size: 16px;
  }
}
.sec_job .detail_ttl::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #d2d2d2;
  height: 1px;
  width: 90%;
}
@media all and (min-width: 751px) {
  .sec_job .detail_ttl::before {
    width: 100%;
  }
}
.sec_job .detail_ttl span {
  background-color: #a9161b;
  color: #fff;
  padding: 1px 10px;
}
@media all and (min-width: 751px) {
  .sec_job .detail_ttl span {
    padding: 1px 13px;
  }
}
.sec_job .detail_cont {
  padding: 20px;
}
@media all and (min-width: 751px) {
  .sec_job .detail_cont {
    padding: 23px 30px 30px;
  }
}
@media all and (min-width: 751px) {
  .sec_job .detail_cont ul {
    max-width: 500px;
    margin-inline: auto;
  }
}
.sec_job .detail_cont ul li:not(:last-child) {
  margin-bottom: 4px;
}
@media all and (min-width: 751px) {
  .sec_job .detail_cont ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* related
---------------------------------------------------------- */
.related {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  .related {
    margin-top: 90px;
  }
}
.related .item:not(:last-child) {
  margin-bottom: 60px;
}
@media all and (min-width: 751px) {
  .related .item:not(:last-child) {
    margin-bottom: 80px;
  }
}
.related .item .ttl {
  text-align: center;
  text-decoration: underline;
  font-size: 18px;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
.related .item .ttl a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .related .item .ttl a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .related .item .ttl a:hover {
    opacity: 0.7;
  }
}
.related .item .banner a {
  display: block;
}
@media (hover: hover) {
  .related .item .banner a {
    -webkit-transition: -webkit-filter 0.4s;
    transition: -webkit-filter 0.4s;
    transition: filter 0.4s;
    transition: filter 0.4s, -webkit-filter 0.4s;
  }
  .related .item .banner a:hover {
    -webkit-filter: brightness(114%);
            filter: brightness(114%);
  }
}