@charset "UTF-8";
/* CSS Document */

/**************************************************
* TOP
***************************************************/
/* eaTAKEについて */
.p-top-about__text {
  margin-bottom: 60px;
}
.p-top-about__img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

/* 受賞バナー*/
.p-top-award-bnner {
  margin: 0 auto;
  width: 90%;
  max-width: 600px;
}

/* ニュース */
.p-top-news__text,
.p-top-news__list {
  width: 100%;
}
.p-top-news__list dl {
  margin-bottom: 40px;
}

/* お問い合わせ */
.p-top-contact__text {
  width: 100%;
}
.p-top-contact__img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: -2em;
}
.p-top-contact-ttl {
  margin-bottom: 0;
}

/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-top-about .c-flex {
    justify-content: space-between;
  }
  .p-top-about__text {
    width: 48%;
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p-top-about__img {
    width: 50%;
    order: 0;
    align-self: flex-end;
  }
  .p-top-about__text-lead {
    max-width: 270px;
  }

  /* お知らせ */
  .p-top-news .c-flex {
    justify-content: space-between;
  }
  .p-top-news__list dl {
    margin-bottom: 0;
  }
  .p-top-news__text {
    width: 30%;
  }
  .p-top-news__list {
    width: 65%;
  }

  /* お問い合わせ */
  .p-top-contact {
    position: relative;
  }
  .p-top-contact .c-flex {
    justify-content: space-between;
  }
  .p-top-contact__text {
    width: 30%;
    margin-bottom: 60px;
    position: relative;
  }
  .p-bg--top-contact {
    background: linear-gradient(
        to left,
        transparent 0%,
        transparent 1%,
        #8cba72 85%
      ),
      url(../../images/top/top-contact-pc.png) no-repeat;
    background-size: cover;
    background-position: 28%;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    /* opacity: 0.3; */
  }
}
/*=================== TBここまで ==================*/

/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  /* eaTAKEについて */
  .p-top-about__img {
    margin: inherit;
  }
  .p-top-about__text {
    /* margin-top: 40px; */
    max-width: 460px;
  }

  /* お知らせ */
  .p-top-news__text {
    width: 26%;
  }
  .p-top-news__list {
    width: 67%;
  }
  /* お問い合わせ */
  .p-top-contact {
    padding: 70px 0;
  }
  .p-top-contact-ttl {
    margin-bottom: 10px;
  }

  .p-bg--top-contact {
    background: linear-gradient(
        to left,
        transparent 0%,
        transparent 55%,
        #8cba72 87%
      ),
      url(../../images/top/top-contact-pc.png) no-repeat;
    background-size: cover;
    background-position: right;
    width: 75%;
  }
}
/*=================== PCここまで ==================*/

/**************************************************
* サイトマップ 
***************************************************/
.p-sitemap-list {
  max-width: 700px;
  justify-content: space-between;
  margin: auto;
}
.p-sitemap-list li {
  width: 100%;
  margin-bottom: 25px;
}

/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
  .p-sitemap-list li {
    width: calc(50% - 70px);
    margin-bottom: 30px;
  }

  .p-sitemap-list .c-menu-links__item-ttl {
    line-height: 1.4;
  }
  .p-sitemap-list .c-link--arrowed-small .c-arrow-icon {
    top: -13%;
  }
}
/*=================== TBここまで ==================*/
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
}
/*=================== PCここまで ==================*/

/**************************************************
* eaTAKEについて 
***************************************************/

/* 代表挨拶 */

.p-message .c-text-and-img__item-text {
  margin-bottom: 20px;
}
.p-message-lead {
  margin-bottom: 10px;
}
.p-message-text p {
  margin-bottom: 0.5rem;
}

/*=================== TBここから ==================*/
@media screen and (min-width: 600px) {
}
/*=================== TBここまで==================*/

/* 会社情報 */
.p-company-text {
  margin-bottom: 1.6rem;
}
.p-company-text span {
  display: block;
  margin-bottom: 8px;
}

/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  .p-company-text {
    margin-bottom: 2.6rem;
  }
  .p-company-text:last-child {
    margin-bottom: 0;
  }
}
/*=================== PCここまで ==================*/

/* 沿革 */
.p-step-bar {
  margin: 0 auto;
  width: 100%;
}

.p-step {
  margin: 2em 0;
  position: relative;
}
.p-step__ttl {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.2em;
}

.p-step-circle {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  border-radius: 50%;
  background-color: var(--color--key);
}

.p-step-month {
  padding-left: 1em;
  color: var(--color--key);
  font-size: 3rem;
  font-family: var(--en-heading-font);
}

.p-step__text {
  padding-left: 2em;
}
.p-step__text-inner {
  background: var(--color--wh);
  padding: 0.5em 1em 1em;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: baseline;
  margin-bottom: 2em;
}

.p-step__text-ttl {
  margin: 0.5em 0;
  color: var(--color--key);
}

.p-step-line {
  width: 1px;
  height: calc(100% + 2em);
  background-color: var(--color--key);
  position: absolute;
  top: 1em;
  left: 0.5em;
}

/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  .p-step {
    display: grid;
    grid-template-columns: 140px 1fr;
    align-items: flex-start;
  }

  .p-step__text-inner {
    padding: 0.8em 2em 1em;
  }
}
/*=================== PCここまで ==================*/

/**************************************************
* 採用情報
***************************************************/

.p-recruit-list__item {
  padding: 1.5em 4em 1.5em 1em;
}
.p-recruit-ttl {
  margin-bottom: 10px;
}

.p-recruit-cat span {
  border-radius: 36px;
  border: solid 1px var(--color--key);
  background: var(--color--wh);
  padding: 4px 17px 6px;
  margin-right: 8px;
  font-size: var(--font-x-small);
  color: var(--color--key);
  display: inline-block;
}
/*=================== PCここから==================*/
@media screen and (min-width: 1023px) {
  .p-recruit-cat span {
    display: inline;
  }
}
/*=================== PCここまで ==================*/

/**************************************************
* 募集要項
***************************************************/

.p-job-description-wrap dd p {
  margin-bottom: 1em;
}

/**************************************************
* 個人情報保護方針
***************************************************/

.p-privacy-wrap dl {
  margin-top: 30px;
}
.p-privacy-wrap dt {
  font-size: var(--font-large);
  margin-top: 20px;
}
.p-privacy-wrap dd {
  font-size: var(--font-medium);
  margin-top: 12px;
}
.p-privacy-text-mg-top {
  margin-top: 10px;
}


