@charset "UTF-8";
/* 見出し背景 ページ調整用 start */
.c-heading__lower__bgImg--01 {
    background-image: url(/company/images/company_bg.png);
}
@media screen and (max-width: 768px) {
    .c-heading__lower {
        margin-bottom: 50px;
    }
    .c-heading__lower__txt {
        left: 55%;
        transform: translateX(-45%);
    }
}
/* 見出し背景 ページ調整用 end */

.name{
    text-align: right;
}
.photoBox {
    width: 30%;
    margin: 0 0 0 90px;
  }
.txtBox {
    width: 65%;
    margin: -5px 85px 0 0;
  }
.c-history {
    padding-bottom: 70px;
}
.c-history__box {
    width:100%;
}
.c-history__block01 {
    margin-bottom: 50px;
}
.c-history__block__pic {
    width: 26%;
    max-width: 100%;
}
.c-history__block__txt {
    width: 70%;
    max-width: 100%;
}
table#his td {
    padding: 0.7em;
  }

  @media screen and (max-width: 768px) {
    .c-history__block__txt {
      width: 100%;
    }
    .c-history__block__pic {
        width: 100%;
      }
        .c-history {
          display: block;
        }
  }

  /* 企業概要 */
.c-details {
    width: 100%;
}
.c-details tr {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
}
.c-details tr::after {
    content: "";
    background-image: url(/recruit/new/images/guideline/border_01.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.c-details th {
    position: relative;
    text-align: left;
    width: 20%;
    vertical-align: middle;
}
.c-details td {
    text-align: left;
    width: 80%;
    letter-spacing: 0.05em;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .c-details tr {
        align-items: start;
    }
    .c-details th {
        width: 45%;
    }
    .c-flow__pic {
        width: 70%;
        max-width: 100%;
        margin: 0 auto;
    }
}

/* anchor start */
.c-linkArea {
    justify-content: space-around;
    margin-bottom: 100px;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.c-linkArea.c-linkArea_block02 {
    width: 80%;
}
.c-linkArea .c-Btn__block {
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 1.2;
    margin: 0 10px;
    width: 30%;
}
.c-linkArea.c-linkArea_block02 .c-Btn__block {
    width: auto;
}
.c-linkArea .c-noLink__Btn {
    background-color: #fff;
    border: 2px solid #0071bd;
    color: #0071bd;
    padding: 15px 50px 15px 50px;
}
.c-linkArea .c-Btn__block .c-goTtx__Item01 {
    margin-left: 15px;
}
.c-linkArea .c-Btn__block a {
    display: flex;
    flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
    .c-linkArea {
        display: block;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 70px;
    }
    .c-linkArea.c-linkArea_block02 {
        width: 100%;
    }
    .c-linkArea .c-Btn__block {
        margin-bottom: 5%;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        align-items: center;
    }
    .c-linkArea .c-Btn__block .c-goTtx__Item01 {
        margin-left: 10px
    }
    .c-linkArea__innerTxt {
        width: 100%;
    }
}
/* anchor end */