.nav-pc li:nth-child(4) a {
  color: #4267b2; }
  .nav-pc li:nth-child(4) a::before {
    background-color: #4267b2;
    width: 100%; }

.section-recruit {
  display: none; }
.section-main {
  position: relative;
  padding-bottom: 40px;
  overflow-x: hidden; }
  .section-main::before {
    content: "";
    position: absolute;
    top: 145px;
    right: 0;
    left: calc(50% + 100px);
    bottom: 0;
    background-color: #abb8c3;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .section-main::before {
        top: 100px;
        left: 50%;
        bottom: 40px; } }
  .section-main .img01 {
    position: relative;
    z-index: 0;
    height: 420px;
    clip-path: polygon(0 0, 75% 0, 90% 100%, 0 100%);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .section-main .img01 {
        height: auto; } }
    .section-main .img01::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-color: #abb8c3;
      opacity: 0.5; }
    .section-main .img01 img {
      object-fit: cover;
      object-position: 100%;
      width: 100%;
      height: 100%; }
  .section-main h2 {
    position: relative;
    margin-top: -50px;
    padding-left: 40px;
    line-height: 1.2;
    z-index: 2; }
    @media screen and (max-width: 1024px) {
      .section-main h2 {
        margin-top: -40px; } }
    @media screen and (max-width: 768px) {
      .section-main h2 {
        text-align: right;
        margin-top: -30px;
        padding-left: 0;
        padding-right: 80px; } }
    @media screen and (max-width: 480px) {
      .section-main h2 {
        margin-top: -20px;
        padding-right: 50px; } }
    .section-main h2 span {
      display: block;
      font-size: 5rem;
      font-weight: bold;
      line-height: 1; }
      @media screen and (max-width: 1024px) {
        .section-main h2 span {
          font-size: 4rem; } }
      @media screen and (max-width: 768px) {
        .section-main h2 span {
          font-size: 3rem; } }
      @media screen and (max-width: 480px) {
        .section-main h2 span {
          font-size: 2rem; } }
  .section-main .box {
    display: flex;
    justify-content: space-between;
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .section-main .box {
        display: block;
        margin-top: 40px; } }
    @media screen and (max-width: 480px) {
      .section-main .box {
        margin-top: 20px; } }
    .section-main .box-img {
      width: 40%; }
      @media screen and (max-width: 768px) {
        .section-main .box-img {
          width: 100%;
          margin-left: -4.5%;
          padding-right: 22%; } }
    .section-main .box-txt {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 60%;
      padding-left: 40px; }
      @media screen and (max-width: 768px) {
        .section-main .box-txt {
          width: 100%;
          max-width: 100%;
          margin-top: 40px;
          padding-left: 20px; } }
      @media screen and (max-width: 480px) {
        .section-main .box-txt {
          margin-top: 20px;
          padding-left: 0; } }
      .section-main .box-txt .txt01 {
        margin-top: 40px;
        width: 100%;
        text-align: justify;
        order: 2; }
        @media screen and (max-width: 768px) {
          .section-main .box-txt .txt01 {
            margin: 0;
            width: 60%;
            order: 1; } }
        @media screen and (max-width: 480px) {
          .section-main .box-txt .txt01 {
            width: 65%; } }
      .section-main .box-txt h3 {
        margin: -450px 0 0 110px;
        order: 1;
        z-index: 2; }
        @media screen and (max-width: 1024px) {
          .section-main .box-txt h3 {
            margin-top: -400px;
            width: 135px; } }
        @media screen and (max-width: 768px) {
          .section-main .box-txt h3 {
            width: 35%;
            margin: -500px 0 0;
            order: 2; } }
        @media screen and (max-width: 480px) {
          .section-main .box-txt h3 {
            margin-top: -300px; } }
  .section-main .link {
    width: 100%;
    margin-top: 40px;
    order: 3; }
    @media screen and (max-width: 480px) {
      .section-main .link {
        margin-top: 20px; } }
    .section-main .link .btn {
      height: auto; }
.section-profile {
  background: #abb8c3;
  padding: 60px 0; }
  .section-profile .box {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .section-profile .box {
        display: block; } }
    .section-profile .box-txt {
      width: 50%;
      padding-right: 40px; }
      @media screen and (max-width: 480px) {
        .section-profile .box-txt {
          width: 100%;
          padding-right: 0; } }
      .section-profile .box-txt h2 {
        font-size: 1.5rem;
        font-weight: bold;
        color: #fff;
        line-height: 1.2; }
        @media screen and (max-width: 480px) {
          .section-profile .box-txt h2 {
            font-size: 1.25rem; } }
      .section-profile .box-txt .post {
        font-size: 4rem;
        font-weight: bold;
        line-height: 1.2; }
        @media screen and (max-width: 480px) {
          .section-profile .box-txt .post {
            font-size: 2rem; } }
      .section-profile .box-txt .date {
        margin-top: 10px; }
      .section-profile .box-txt h3 {
        margin-top: 40px; }
        @media screen and (max-width: 480px) {
          .section-profile .box-txt h3 {
            margin-top: 20px; } }
      .section-profile .box-txt p {
        margin-top: 10px; }
    .section-profile .box-img {
      width: 50%; }
      @media screen and (max-width: 768px) {
        .section-profile .box-img {
          width: 100%;
          margin-top: 20px; } }
      .section-profile .box-img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
  .section-profile .job-comment {
    text-align: center;
    margin-top: 50px;
    color: #fff;
    font-size: 32px; }
    @media screen and (max-width: 768px) {
      .section-profile .job-comment {
        font-size: 28px;
        text-align: left; } }
    @media screen and (max-width: 480px) {
      .section-profile .job-comment {
        font-size: 23px; } }
  .section-profile__flow {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      .section-profile__flow {
        flex-direction: row;
        margin-top: 30px; } }
    .section-profile__flow__txt {
      background: #fff;
      width: 50%;
      padding: 40px; }
      @media screen and (max-width: 768px) {
        .section-profile__flow__txt {
          width: 100%;
          padding: 20px; } }
      .section-profile__flow__txt h3 {
        font-size: 20px;
        color: #4267b2; }
      .section-profile__flow__txt .time-col {
        margin-top: 20px; }
        .section-profile__flow__txt .time-col dl {
          display: flex;
          margin-bottom: 10px; }
          .section-profile__flow__txt .time-col dl dt {
            padding-right: 20px; }
    .section-profile__flow__img {
      width: 50%;
      text-align: end; }
      @media screen and (max-width: 768px) {
        .section-profile__flow__img {
          width: 100%; } }
      .section-profile__flow__img img {
        margin: 0 auto; }
.section-description .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 40px 0; }
  @media screen and (max-width: 480px) {
    .section-description .box {
      display: block;
      padding: 20px 0; } }
  .section-description .box:nth-child(2n) {
    flex-direction: row-reverse; }
  .section-description .box-txt {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .section-description .box-txt {
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .section-description .box-txt h2 {
        padding-left: 20px; } }
    .section-description .box-txt h2 span {
      position: relative;
      display: inline-block;
      margin-top: 10px;
      padding: 10px 50px;
      color: #fff;
      letter-spacing: 0.1em;
      font-size: 2.25rem;
      line-height: 1; }
      @media screen and (max-width: 1320px) {
        .section-description .box-txt h2 span {
          font-size: 1.875rem; } }
      @media screen and (max-width: 1024px) {
        .section-description .box-txt h2 span {
          font-size: 1.5rem; } }
      @media screen and (max-width: 768px) {
        .section-description .box-txt h2 span {
          padding: 10px 30px;
          font-size: 1.25rem; } }
      @media screen and (max-width: 480px) {
        .section-description .box-txt h2 span {
          margin-top: 5px;
          font-size: 1.25rem; } }
      .section-description .box-txt h2 span:first-child {
        margin-top: 0; }
      .section-description .box-txt h2 span::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #4267b2;
        width: 100%;
        height: 100%;
        transform: skewX(-30deg);
        z-index: -1; }
    .section-description .box-txt .txt01 {
      margin-top: 40px; }
      @media screen and (max-width: 480px) {
        .section-description .box-txt .txt01 {
          margin-top: 20px;
          font-size: 0.875rem; } }
  .section-description .box-img {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .section-description .box-img {
        width: 100%;
        margin-top: 20px; } }
    @media screen and (max-width: 768px) {
      .section-description .box-img img {
        width: 100%; } }
  .section-description .box h3 {
    position: relative;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 32px;
    padding-bottom: 32px; }
    @media screen and (max-width: 768px) {
      .section-description .box h3 {
        font-size: 24px; } }
    .section-description .box h3:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 40px;
      height: 2px; }
.section-strong .box {
  text-align: center;
  padding: 30px; }
  @media screen and (max-width: 480px) {
    .section-strong .box {
      padding: 0; } }
.section-recruitment {
  padding: 60px 0; }
  @media screen and (max-width: 480px) {
    .section-recruitment {
      padding: 30px 0; } }
  .section-recruitment h2 {
    border-top: 2px solid #4267b2;
    padding: 10px;
    font-size: 1.875rem;
    line-height: 1.2; }
    @media screen and (max-width: 480px) {
      .section-recruitment h2 {
        font-size: 1.5rem; } }
  .section-recruitment__box {
    margin-top: 40px; }
    @media screen and (max-width: 480px) {
      .section-recruitment__box {
        margin-top: 20px; } }
    .section-recruitment__box table {
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%; }
    .section-recruitment__box tr:nth-child(odd) {
      background-color: #f6f6f8; }
    .section-recruitment__box th,
    .section-recruitment__box td {
      padding: 15px 20px;
      font-weight: normal;
      text-align: left;
      vertical-align: top; }
      @media screen and (max-width: 480px) {
        .section-recruitment__box th,
        .section-recruitment__box td {
          padding: 10px; } }
    .section-recruitment__box th {
      width: 200px; }
      @media screen and (max-width: 480px) {
        .section-recruitment__box th {
          width: 133px; } }
      .section-recruitment__box th br {
        display: none; }
        @media screen and (max-width: 480px) {
          .section-recruitment__box th br {
            display: block; } }
