@charset "UTF-8";
/* ------------- タブレット用 レイアウト ------------- */
/* ------------- PC用 レイアウト ------------- */
@media screen and (min-width: 1025px) {
  #top {
    padding-top: 0px;
  }
  .no-webp #top-kv {
    background: url(../../../uploads/index_top_img_01.jpg);
    background-size: cover;
  }
  .webp #top-kv {
    background: url(../../../uploads/index_top_img_01.jpg.webp);
    background-size: cover;
  }
  #top-kv {
    width: 100%;
    z-index: 2;
    position: relative;
    background-size: cover;
  }
  #top-kv .top-kv__content .top-kv__ja {
    max-width: 490px;
    top: 38%;
  }
  .container {
    position: relative;
    overflow: hidden;
  }
  .content {
    width: 100%;
    max-width: var(--Max_W);
    margin: 0 auto;
  }
  .section__title {
    margin: 2% 0;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.2;
    color: #707070;
  }
  .section__title .title-ja {
    font-size: 1.3rem;
  }
  .top-readMore__button a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 200px;
    padding: 10px 25px 10px 0px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: var(--f_size_p_pc);
  }
  .top-readMore__button a:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
  }
  .top-readMore__button a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #FFF;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .top-readMore__button a:hover {
    opacity: 0.7;
  }
  .top-readMore__button a:hover:after {
    transform: scale(1, 1);
  }
  #top-news {
    position: relative;
    margin: 10% 0;
  }
  #top-news .top-news__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #top-news .top-readMore__button {
    position: relative;
    flex: 0 0 200px;
    margin-bottom: 20px;
  }
  #top-news .top-readMore__button a {
    margin: 0 0 0 auto;
    color: #707070;
  }
  #top-news .top-readMore__button a:after {
    background: #707070;
  }
  #top-news .c-information-list {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    font-size: var(--f_size_p_pc);
    border-bottom: 1px solid #DEDEDE;
  }
  #top-news .c-information-list:first-child {
    margin-top: 20px;
    border-top: 1px solid #DEDEDE;
  }
  #top-news .c-information-list .c-information-list__time {
    flex: 0 0 100px;
    color: #AAAAAA;
  }
  #top-news .c-information-list .c-information-list__cat {
    flex: 0 0 100px;
  }
  #top-news .c-information-list .c-information-list__cat a {
    display: inline-block;
    width: 100px;
    padding: 0 5px;
    overflow: hidden;
    color: #76C95E;
    border: 1px solid #76C95E;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #top-news .c-information-list .c-information-list__cat a:hover {
    background: #76C95E;
    color: #FFF;
  }
  #top-news .c-information-list .c-information-list__title {
    flex: 0 0 calc(100% - 230px);
    margin: 0;
    padding: 0;
    font-weight: 500;
  }
  #top-news .c-information-list .c-information-list__title a {
    display: block;
    margin-left: 30px;
    font-size: var(--f_size_p_pc);
    color: #707070;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #top-news .c-information-list .c-information-list__title a:hover {
    color: #76C95E;
  }
  #top-about {
    position: relative;
    margin: 10% 0;
  }
  #top-about .card__title {
    margin: 2% 0;
    font-weight: bold;
    line-height: 1.2;
    font-size: 2.8rem;
  }
  #top-about .card__title .title .title-ja {
    font-size: 1.3rem;
  }
  #top-about .top-about__wrapper {
    padding: 0;
  }
  #top-about .top-about__wrapper .top-about__text p {
    font-size: var(--f_size_p_pc);
  }
  #top-about .top-about__wrapper.alicenter {
    align-items: center;
    margin-top: -8%;
  }
  #top-about .top-about__wrapper .top-about__image {
    position: relative;
    flex: 0 0 45%;
  }
  #top-about .top-about__wrapper .top-about__point_wrap {
    display: flex;
    gap: 2%;
  }
  #top-about .top-about__wrapper .top-about__point_wrap .top-about__point {
    flex: 1;
    padding: 3%;
  }
  #top-company .top-company__inner {
    width: 100%;
    max-width: var(--Max_W);
    margin: 0 auto;
    padding: 2% 0;
    box-sizing: border-box;
  }
  #top-company .company_txt_wrap {
    display: flex;
    align-items: center;
  }
  #top-company .company_txt_wrap h2 {
    flex: 1;
  }
  #top-company .company_txt_wrap p {
    flex: 2;
    line-height: 2;
  }
  #top-company .section__title {
    margin: 2% 0;
    text-align: center;
  }
  #top-company .company-link__wrapper .company-link__button {
    flex: 0 0 49%;
  }
  #top-content2 {
    position: relative;
    margin: 10% 0;
  }
  #top-content2 .top-content2 {
    margin: 2% 0 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top-content2 .top-content2 .top-content2-item {
    flex: 0 0 47%;
  }
  #top-content2 .top-content2 .top-content2-item .top-content2-item__cat, #top-content2 .top-content2 .top-content2-item .top-content2-item__price {
    font-size: var(--f_size_p_pc);
    line-height: 1.9;
  }
  #top-content2 .top-content2 .top-content2-item .top-content2-item__title {
    margin: 2% 0;
    padding: 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.9em;
  }
  #top-content2 .open-label {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #top-content2 .open-label:hover {
    background: #84A879;
    color: #FFF;
  }
  #top-content2 .top-showMore__button {
    width: 20%;
    margin: 0 auto;
    background: #FFF;
    border: solid 1px #AAA;
  }
  #top-content2 .top-showMore__button a {
    position: relative;
    display: block;
    padding: 1em;
    color: #707070;
    font-size: var(--f_size_p_pc);
    line-height: 1.2;
    text-align: center;
    z-index: 10;
  }
  #top-content2 .top-showMore__button a::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #84A879;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
  }
  #top-content2 .top-showMore__button a:hover {
    z-index: 10;
    color: #fff;
  }
  #top-content2 .top-showMore__button a:hover::after {
    width: 100%;
    opacity: 1;
  }
  #top-content3 {
    margin: 20% 0;
  }
  #top-content3 .top-content3-Wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  #top-content3 .top-content3-Wrap .top-content3-Wrap__img {
    position: relative;
    flex: 0 0 47%;
  }
  #top-content3 .top-content3-Wrap .top-content3-Wrap__img source, #top-content3 .top-content3-Wrap .top-content3-Wrap__img img {
    width: 100%;
  }
  #top-content3 .top-content3-Wrap .top-content3-Wrap__txt {
    position: relative;
    flex: 0 0 45%;
    margin: 20px 0;
  }
  #top-content3 .top-content3-Wrap .top-content3-Wrap__txt h3 {
    font-size: var(--f_size_p_pc);
    line-height: 1.9em;
  }
  #top-recruit {
    position: relative;
    margin: 0 auto 15%;
  }
  #top-recruit .rec_G {
    width: 50%;
    margin: auto;
  }
  #top-recruit .top-recruit__mainTxt, #top-recruit .top-recruit__subTxt {
    color: #FFF;
  }
  #top-recruit .top-recruit__mainTxt span, #top-recruit .top-recruit__subTxt span {
    display: block;
  }
  #top-recruit .top-recruit__mainTxt {
    font-size: 2rem;
  }
  #top-recruit .top-recruit__subTxt {
    margin: 0 0 10px;
    font-size: var(--f_size_p_pc);
  }
  #pages {
    padding: 5% 0;
  }
  #pages .page-main__title {
    position: relative;
    margin: 20px 0 70px;
    font-size: 6rem;
    font-weight: bold;
    line-height: 1.2;
  }
  #pages .section__title {
    margin: 0;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.2;
    color: #707070;
  }
  #pages .section__title .title-ja {
    display: block;
    font-size: 1.3rem;
  }
  #pages #BreadcrumbList {
    position: relative;
    margin: -50px 0 10px;
  }
  #pages #BreadcrumbList span {
    color: #707070;
    font-size: 1.3rem;
  }
  #pages #BreadcrumbList::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -37%;
    width: 35%;
    height: 1px;
    background-color: #707070;
  }
  #pages #p-company, #pages #p-recruit {
    max-width: var(--Max_W);
    position: relative;
    margin: 0 auto;
    padding: 3% 0 0;
  }
  #pages #p-company-message {
    margin: 5% 0 10%;
  }
  #pages #p-company-message .p-company-message__wrapper .p-company-message__text {
    padding: 0;
  }
  #pages #p-company-message .p-company-message__wrapper .p-company-message__text p {
    font-size: var(--f_size_p_pc);
    line-height: 2.4em;
    font-feature-settings: "palt";
  }
  #pages #p-company-message .p-company-message__wrapper .p-company-message__text h3 {
    font-size: 1.9rem;
  }
  #pages #p-company-profile {
    margin: 5% 0 5%;
  }
  #pages #p-company-profile .p-company-profile__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 30px;
  }
  #pages #p-company-profile .p-company-profile__wrapper .p-company-profile__list {
    flex: 0 0 46%;
  }
  #pages #p-company-profile .p-company-profile__wrapper .p-company-profile__list .p-company-profile__row {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0;
    font-weight: 500;
    line-height: 1.5;
    color: #707070;
  }
  #pages #p-company-profile .p-company-profile__wrapper .p-company-profile__list .p-company-profile__row dt {
    flex: 12%;
    margin-bottom: 0;
    font-size: var(--f_size_p_pc);
  }
  #pages #p-company-profile .p-company-profile__wrapper .p-company-profile__list .p-company-profile__row dd {
    flex: 75%;
    font-size: var(--f_size_p_pc);
  }
  #pages #p-company-profile .p-company-profile__wrapper .p-company-profile__list .p-company-profile__row :not(:last-child) {
    border-bottom: none;
  }
  #pages #p-company-access iframe {
    aspect-ratio: 2.5/1;
  }
  #pages #p-prd .prd_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
    row-gap: 20px;
  }
  #pages #p-prd .prd_wrap .prd_G {
    width: 47%;
  }
  #pages #p-recruit-jobs {
    position: relative;
    padding: 5% 0;
  }
  #pages #p-recruit-jobs .p-recruit-jobs__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  #pages #p-recruit-jobs .p-recruit-jobs__list li {
    flex: 0 0 48%;
    margin-bottom: 20px;
  }
  #pages #p-recruit-jobs .p-recruit-jobs__list li a {
    position: relative;
    padding: 15px;
    font-size: 1.8rem;
    z-index: 10;
  }
  #pages #p-recruit-jobs .p-recruit-jobs__list li a::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #6D9860;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
  }
  #pages #p-recruit-jobs .p-recruit-jobs__list li a:hover {
    z-index: 10;
    color: #fff;
  }
  #pages #p-recruit-jobs .p-recruit-jobs__list li a:hover::after {
    width: 100%;
    opacity: 1;
  }
  #pages #p-recruit-requirements {
    position: relative;
  }
  #pages #p-recruit-requirements .single-postbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
  }
  #pages #p-recruit-requirements .single-postbox p {
    font-size: var(--f_size_p_pc);
  }
  #pages #p-recruit-requirements .single-postbox ul {
    font-size: 1.7rem;
    line-height: 1.9em;
    margin: 4% 0;
  }
  #pages #p-recruit-requirements .single-postbox .single-post__title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #c7cee0;
  }
  #pages #p-recruit-requirements .single-postbox .single-post__image {
    width: 50%;
    margin: 0 auto;
  }
  #pages #p-recruit-requirements .single-postbox .single-post__text {
    color: #707070;
    font-size: 1.4rem;
    margin: 2% 0;
    text-align: center;
  }
  #pages #p-recruit-requirements .single-postbox .single-post__table .single-postbox__row th {
    flex: 0 0 25%;
    margin-left: 1em;
    margin-bottom: 0;
    font-size: var(--f_size_p_pc);
  }
  #pages #p-recruit-requirements .single-postbox .single-post__table .single-postbox__row td {
    flex: 0 0 72%;
    font-size: var(--f_size_p_pc);
  }
  #pages #p-recruit-requirements .single-postbox .single-contact__button {
    margin-top: 3%;
  }
  #pages #p-recruit-requirements .single-postbox .single-contact__button a {
    position: relative;
    display: block;
    padding: 1em 3em;
    color: #FFF;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #pages #p-recruit-requirements .single-postbox .single-contact__button a:first-child {
    margin-bottom: 15px;
  }
  #pages #p-recruit-requirements .single-postbox .single-contact__button a::after {
    position: absolute;
    color: #FFF;
    font-family: "FontAwesome";
    content: " \f0da";
    font-size: 2rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 90%;
    top: 50%;
  }
  #pages #p-recruit-requirements .single-postbox .single-contact__button a:hover {
    background: var(--col_lgreen);
  }
  #pages #p-contact-form .p-contact-wrap {
    margin: 7% auto;
    padding: 10%;
  }
  #pages #p-contact-form h3 {
    font-size: 2.3rem;
  }
  #pages #p-contact-form .footer-contact--tel .contact--tel__link {
    font-size: 5rem;
  }
  #pages #p-contact-form .footer-contact--tel .contact--tel__caption {
    font-size: 1.5rem;
  }
  #pages #p-contact-form p {
    font-size: 1.4rem;
    margin: 14px 0;
  }
  #pages #p-contact-form p .in-Block {
    display: inline;
  }
  #pages #p-recruit-entry form p, #pages #p-contact-form form p {
    color: #707070;
    text-align: left;
    margin: 0 10px 30px 0;
  }
  #pages #p-recruit-entry form .st-hisu, #pages #p-contact-form form .st-hisu {
    color: #FF0000;
  }
  #pages #p-recruit-entry form .st-caption, #pages #p-contact-form form .st-caption {
    font-size: 1.2rem;
    vertical-align: middle;
    margin-left: 1em;
  }
  #pages #p-recruit-entry form .language-markup, #pages #p-contact-form form .language-markup {
    line-height: 0.8;
  }
  #pages #p-recruit-entry form input, #pages #p-recruit-entry form textarea {
    width: 100%;
    padding: 8px 15px;
    background: #FFF;
    border: solid 1px #6B6B6B;
  }
  #pages #p-contact-form form input, #pages #p-contact-form form textarea {
    width: 100%;
    padding: 8px 15px;
    background: #FFF;
    border: solid 1px #6B6B6B;
  }
  #pages #p-recruit-entry form input[type=text], #pages #p-contact-form form input[type=text] {
    font-size: 1.3rem;
  }
  #pages #p-recruit-entry form input[type=submit], #pages #p-contact-form form input[type=submit] {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #pages #p-recruit-entry form input[type=button], #pages #p-contact-form form input[type=button] {
    width: 100%;
    margin: 0 auto 5% !important;
    display: flex;
    justify-content: center;
  }
  #pages #p-recruit-entry form #submit__btn, #pages #p-contact-form form #submit__btn {
    width: 30%;
    display: block;
    margin: 0 auto;
    padding: 1em 3em;
    color: #FFF;
    line-height: 2;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #pages #p-recruit-entry form #submit__btn:hover, #pages #p-contact-form form #submit__btn:hover {
    background: var(--col_lgreen);
  }
  #pages #p-recruit-entry #wpcf7cpcnf table, #pages #p-contact-form #wpcf7cpcnf table {
    width: 100%;
  }
  #pages #p-recruit-entry #wpcf7cpcnf table tr, #pages #p-contact-form #wpcf7cpcnf table tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3%;
  }
  #pages #p-recruit-entry #wpcf7cpcnf table tr td, #pages #p-contact-form #wpcf7cpcnf table tr td {
    width: 100%;
    border-bottom: solid 1px #707070;
  }
  #pages #p-recruit-entry #wpcf7cpcnf table tr td p, #pages #p-contact-form #wpcf7cpcnf table tr td p {
    text-indent: 0.5em;
    margin: 0;
  }
  #pages #p-recruit-entry #wpcf7cpcnf .wpcf7cp-btns, #pages #p-contact-form #wpcf7cpcnf .wpcf7cp-btns {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
  #pages #p-recruit-entry #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn, #pages #p-contact-form #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
    line-height: 2;
    margin: 0;
    padding: 1em 3em;
    cursor: pointer;
    flex: 1;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #pages #p-recruit-entry #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover, #pages #p-contact-form #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {
    background: var(--col_lgreen);
  }
  #pages #p-recruit-entry #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn, #pages #p-contact-form #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
    line-height: 2;
    margin: 0;
    padding: 1em 3em;
    cursor: pointer;
    flex: 3;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #pages #p-recruit-entry #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn:hover, #pages #p-contact-form #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-submit-btn:hover {
    background: var(--col_lgreen);
  }
  #pages #p-recruit-complete p, #pages #p-contact-complete p {
    color: #707070;
    font-size: var(--f_size_p_pc);
    line-height: 1.9em;
    margin: 5% 0 9%;
  }
  #pages #p-recruit-complete .complete-back__btn, #pages #p-contact-complete .complete-back__btn {
    position: relative;
    width: 30%;
    display: block;
    margin: 2% auto 0;
    padding: 1em 0;
    color: #FFF;
    line-height: 2;
    cursor: pointer;
    z-index: 10;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #pages #p-recruit-complete .complete-back__btn:hover::after, #pages #p-contact-complete .complete-back__btn:hover::after {
    width: 100%;
    opacity: 1;
  }
  #pages #p-recruit-complete .complete-back__btn:hover, #pages #p-contact-complete .complete-back__btn:hover {
    z-index: 10;
    color: #fff;
    background: var(--col_lgreen);
  }
  #pages #news {
    position: relative;
    padding: 5% 0;
  }
  #pages #news .article {
    margin: 5% 0;
  }
  #pages #news .article:first-of-type {
    margin: 0 0 5%;
  }
  #pages #news .article h2 {
    color: #707070;
    font-size: 2rem;
  }
  #pages #news .article .category, #pages #news .article .tag {
    color: #76C95E;
    font-size: 1.4rem;
  }
  #pages #news .article .sentence {
    color: #707070;
    font-size: 1.4rem;
  }
  .company--2 {
    width: 100%;
    height: auto;
    background: url(../img/company/type2_info_bg.jpg) no-repeat;
  }
  .recruit--2 {
    width: 100%;
    height: auto;
    background: url(../img/recruit/type2_recruit_bg.jpg) no-repeat;
  }
  #pages-another {
    padding: 5% 0;
  }
  #pages-another .page-main__title {
    position: relative;
    margin: 20px 0 70px;
    font-size: 6rem;
    font-weight: bold;
    line-height: 1.2;
    color: #FFF;
  }
  #pages-another .section__title {
    margin: 0;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.2;
    color: #FFF;
  }
  #pages-another .section__title span::first-letter {
    color: #FFF;
  }
  #pages-another .section__title .title-ja {
    display: block;
    font-size: 1.3rem;
    color: #FFF;
  }
  #pages-another #BreadcrumbList {
    position: relative;
    margin: -50px 0 10px;
  }
  #pages-another #BreadcrumbList span {
    color: #FFF;
    font-size: 1.3rem;
  }
  #pages-another #BreadcrumbList::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -26%;
    width: 25%;
    height: 1px;
    background-color: #FFF;
  }
  #pages-another #p-company-profile .p-company-profile__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    background: rgba(255, 255, 255, 0.85);
    margin: 5% 0;
    padding: 5% 0 5% 10%;
  }
  #pages-another #p-company-profile .p-company-profile__wrapper .p-company-profile__list {
    flex: 0 0 100%;
  }
  #pages-another #p-company-profile .p-company-profile__wrapper .p-company-profile__list .p-company-profile__row {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0;
    font-weight: 500;
    line-height: 1.5;
    color: #707070;
  }
  #pages-another #p-company-profile .p-company-profile__wrapper .p-company-profile__list .p-company-profile__row dt {
    flex: 12%;
    margin-bottom: 0;
    font-size: var(--f_size_p_pc);
  }
  #pages-another #p-company-profile .p-company-profile__wrapper .p-company-profile__list .p-company-profile__row dd {
    flex: 75%;
    font-size: var(--f_size_p_pc);
  }
  #pages-another #p-company-profile .p-company-profile__wrapper .p-company-profile__list .p-company-profile__row :not(:last-child) {
    border-bottom: none;
  }
  #pages-another #p-recruit-jobs {
    position: relative;
    padding: 5% 0;
  }
  #pages-another #p-recruit-jobs .p-recruit-jobs__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  #pages-another #p-recruit-jobs .p-recruit-jobs__list li {
    flex: 0 0 48%;
    margin-bottom: 20px;
  }
  #pages-another #p-recruit-jobs .p-recruit-jobs__list li a {
    position: relative;
    padding: 15px;
    font-size: 1.8rem;
    z-index: 10;
  }
  #pages-another #p-recruit-jobs .p-recruit-jobs__list li a::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #6D9860;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
  }
  #pages-another #p-recruit-jobs .p-recruit-jobs__list li a:hover {
    z-index: 10;
    color: #fff;
  }
  #pages-another #p-recruit-jobs .p-recruit-jobs__list li a:hover::after {
    width: 100%;
    opacity: 1;
  }
  .single_title {
    font-size: 2.4rem;
  }
  .single_content p {
    font-size: var(--f_size_p_pc);
  }
  #p-policy {
    position: relative;
    padding: 5% 0;
  }
}
/* ------------- PC用 レイアウト ------------- */
@media screen and (min-width: 1500px) {
  #pages #p-recruit-requirements {
    position: relative;
  }
  #pages #p-recruit-requirements .single-postbox {
    max-width: 76.9%;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style_pc.css.map */