@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/*********************************************************************
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
**********************************************************************/
/* ************************************************
 *  共通
 * ************************************************ */
.page__content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 64px 0;
  background: #ffffff;
  padding-top: 32px;
}
@media print, screen and (min-width: 768px) {
  .page__content-wrapper {
    gap: 88px 0;
    padding-top: 48px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__content-wrapper {
    gap: 120px 0;
    padding-top: 80px;
  }
}
.page__content-wrapper.short {
  gap: 40px 0;
}
@media print, screen and (min-width: 768px) {
  .page__content-wrapper.short {
    gap: 48px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .page__content-wrapper.short {
    gap: 64px 0;
  }
}
.page__content-wrapper.no-gap {
  gap: 0;
}
@media print, screen and (min-width: 960px) {
  .page__content-wrapper.no-gap-pc {
    gap: 0;
  }
}
.page__content-wrapper.no-pt {
  padding-top: 0;
}
.page__content-wrapper.zouen {
  background: #ffffff url(images/zouen/zouen-bg-pers-v2.webp) no-repeat left top/min(37.5%, 720px) auto;
}

/* ************************************************
 *  四季の仕事
 * ************************************************ */
.page__season-lead {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .page__season-lead {
    text-align: center;
  }
}
@media print, screen and (min-width: 960px) {
  .page__season-lead {
    font-size: 1.8rem;
  }
}

.page__season-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 32px;
}
@media print, screen and (min-width: 768px) {
  .page__season-wrapper {
    gap: 64px;
    margin-top: 48px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__season-wrapper {
    gap: 96px;
    margin-top: 80px;
  }
}

.page__season-content {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .page__season-content {
    position: unset;
  }
}
@media print, screen and (min-width: 768px) {
  .page__season-content .page__season-content-text {
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
  }
}
.page__season-content .page__season-content-text-deco {
  position: absolute;
  top: 8px;
  right: 0;
  color: rgba(147, 156, 149, 0.15);
  font-size: 3.6rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .page__season-content .page__season-content-text-deco {
    position: unset;
    font-size: 7.2rem;
    margin-top: -12px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__season-content .page__season-content-text-deco {
    font-size: 10.4rem;
    margin-top: -18px;
  }
}
.page__season-content .page__season-content-text.maintenance {
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .page__season-content .page__season-content-text.maintenance {
    padding-bottom: 12px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__season-content .page__season-content-text.maintenance {
    padding-bottom: 16px;
  }
}
.page__season-content .page__season-content-img {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .page__season-content .page__season-content-img {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__season-content .page__season-content-img {
    margin-top: 28px;
  }
}

/* ************************************************
 *  風景を造る
 * ************************************************ */
.page__zouen-img-ttl {
  color: rgba(147, 156, 149, 0.5);
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .page__zouen-img-ttl {
    position: unset;
    font-size: 7.2rem;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__zouen-img-ttl {
    font-size: 10.4rem;
    margin-top: 64px;
  }
}

.page__zouen-img {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
  .page__zouen-img {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__zouen-img {
    margin-top: 48px;
  }
}
.page__zouen-img .border {
  position: relative;
}
.page__zouen-img .border::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

/* ************************************************
 *  風景を育む
 * ************************************************ */
/* ************************************************
 *  会社案内
 * ************************************************ */
.page__content.--gray {
  background: rgba(238, 238, 236, 0.5) url(images/company/company-rinen-bg.svg) no-repeat center top/100% auto;
}

.bg-logo {
  background: url(images/company/company-rinen-logo.svg) no-repeat left top/min(47.15%, 905px) auto;
  padding: min(12vw, 160px) 0 min(10vw, 120px);
}

.page__company-message {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1496px;
  padding: 0 5vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .page__company-message {
    flex-direction: row;
    justify-content: space-between;
    gap: 0 56px;
    padding: 0 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__company-message .page__company-message-img {
    width: 35.5%;
    max-width: 508px;
  }
}
.page__company-message .page__company-message-img img {
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .page__company-message .page__company-message-img img {
    margin: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .page__company-message .page__company-message-text {
    width: calc(64.5% - 56px);
  }
}

.page__company-philosophy {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media print, screen and (min-width: 768px) {
  .page__company-philosophy {
    gap: 72px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__company-philosophy {
    gap: 120px;
  }
}

.ttl-fugen {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
  .ttl-fugen {
    font-size: 3.8rem;
  }
}
@media print, screen and (min-width: 960px) {
  .ttl-fugen {
    font-size: 5.4rem;
    margin-top: 24px;
  }
}
.ttl-fugen rt {
  margin-bottom: 4px;
}

.page__company-philosophy-img img {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .page__company-philosophy-img img {
    max-width: 638px;
  }
}

.page__company-history {
  display: flex;
  flex-direction: column;
}
.page__company-history dl {
  position: relative;
}
.page__company-history dl:not(:last-child) {
  padding-bottom: 24px;
}
@media print, screen and (min-width: 960px) {
  .page__company-history dl:not(:last-child) {
    padding-bottom: 32px;
  }
}
.page__company-history dl:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 4px;
  width: 1px;
  height: 100%;
  background-color: rgba(29, 32, 31, 0.5);
}
@container (min-width: 520px) {
  .page__company-history dl:not(:last-child)::after {
    left: 153px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__company-history dl:not(:last-child)::after {
    top: 15px;
    left: 193px;
  }
}
@container (min-width: 520px) {
  .page__company-history dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 48px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__company-history dl {
    gap: 96px;
  }
}
.page__company-history dl dt {
  position: relative;
  color: #939c95;
  font-size: 1.6rem;
  padding-left: 20px;
}
@container (min-width: 520px) {
  .page__company-history dl dt {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .page__company-history dl dt {
    font-size: 1.8rem;
  }
}
.page__company-history dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 9px;
  height: 9px;
  background-color: #1d201f;
  border-radius: 50%;
}
@container (min-width: 520px) {
  .page__company-history dl dt::before {
    left: 149px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__company-history dl dt::before {
    top: 15px;
    left: 188px;
    width: 11px;
    height: 11px;
  }
}
.page__company-history dl dd {
  padding-left: 20px;
}
@container (min-width: 520px) {
  .page__company-history dl dd {
    padding-top: 2px;
    padding-left: 0;
  }
}

.page__company-overview {
  line-height: 1.8;
}
@container (min-width: 520px) {
  .page__company-overview {
    display: grid;
    grid-template-columns: max-content 1fr;
    border-top: 1px solid rgba(177, 174, 174, 0.5);
  }
}
.page__company-overview dt {
  background-color: #EEEEEC;
  font-weight: 500;
  padding: 8px 12px;
}
@container (min-width: 520px) {
  .page__company-overview dt {
    background-color: transparent;
    color: #939c95;
    font-weight: 400;
    border-bottom: 1px solid rgba(177, 174, 174, 0.5);
    padding: 12px 72px 12px 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__company-overview dt {
    padding: 16px 104px 16px 24px;
  }
}
.page__company-overview dd {
  padding: 8px 12px;
}
@container (min-width: 520px) {
  .page__company-overview dd {
    border-bottom: 1px solid rgba(177, 174, 174, 0.5);
    padding: 12px 20px 12px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .page__company-overview dd {
    padding: 16px 24px 16px 0;
  }
}

.page__company-access {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media print, screen and (min-width: 768px) {
  .page__company-access {
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__company-access {
    gap: 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .page__company-access-map {
    order: 1;
    width: 60%;
    max-width: 640px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__company-access-map {
    width: 66.7%;
  }
}
@media print, screen and (min-width: 768px) {
  .page__company-access-info {
    order: 2;
    width: calc(40% - 32px);
  }
}
@media print, screen and (min-width: 960px) {
  .page__company-access-info {
    width: calc(33.3% - 48px);
  }
}
.page__company-access a.map-more-btn {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  border: 1px solid #1d201f;
  border-radius: 9999px;
  padding: 12px 20px;
  margin-top: 12px;
}
@media print, screen and (min-width: 960px) {
  .page__company-access a.map-more-btn {
    font-size: 1.4rem;
  }
}

/* ************************************************
 *  採用情報
 * ************************************************ */
/* ************************************************
 *  よくある質問
 * ************************************************ */
.page__faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media print, screen and (min-width: 768px) {
  .page__faq-wrapper {
    gap: 24px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__faq-wrapper {
    gap: 32px;
  }
}
.page__faq-wrapper dl {
  background-color: #EEEEEC;
  font-size: 1.6rem;
  padding: 12px 16px;
}
@media print, screen and (min-width: 768px) {
  .page__faq-wrapper dl {
    padding: 16px 24px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__faq-wrapper dl {
    font-size: 1.8rem;
    padding: 16px 32px;
  }
}
.page__faq-wrapper dt, .page__faq-wrapper dd {
  position: relative;
  line-height: 1.6;
  padding: 8px 0 8px 40px;
}
@media print, screen and (min-width: 768px) {
  .page__faq-wrapper dt, .page__faq-wrapper dd {
    padding: 16px 0 16px 48px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__faq-wrapper dt, .page__faq-wrapper dd {
    padding: 20px 0 20px 56px;
  }
}
.page__faq-wrapper dt.page__faq-q, .page__faq-wrapper dd.page__faq-q {
  font-weight: 600;
}
.page__faq-wrapper dt span, .page__faq-wrapper dd span {
  position: absolute;
  left: 0;
  top: 7px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background-color: #1d201f;
  color: #ffffff;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .page__faq-wrapper dt span, .page__faq-wrapper dd span {
    top: 11px;
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .page__faq-wrapper dt span, .page__faq-wrapper dd span {
    top: 14px;
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}
.page__faq-wrapper dt span.icon-q, .page__faq-wrapper dd span.icon-q {
  background-color: #939c95;
}
.page__faq-wrapper dt span.icon-a, .page__faq-wrapper dd span.icon-a {
  background-color: #1d201f;
}

/* ************************************************
 *  プライバシーポリシー
 * ************************************************ */
.page__policy-lead {
  margin-bottom: 2.5em;
}

.page__policy-container dt {
  font-weight: 600;
}
.page__policy-container dd {
  margin-bottom: 2.5em;
}
.page__policy-container li {
  list-style: disc;
  margin-left: 1em;
}

/* ************************************************
 *  サンクスページ
 * ************************************************ */
.page__thanks-wrapper {
  padding-top: 56px;
}
@media print, screen and (min-width: 960px) {
  .page__thanks-wrapper {
    padding-top: 80px;
  }
}

.page__thanks-ttl {
  font-size: 2.4rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .page__thanks-ttl {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .page__thanks-ttl {
    font-size: 3.6rem;
  }
}

.page__thanks-text {
  text-align: center;
  margin-top: 32px;
}
@media print, screen and (min-width: 600px) {
  .page__thanks-text br {
    display: none;
  }
}

.back-btn {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .back-btn {
    margin-top: 48px;
  }
}/*# sourceMappingURL=page.css.map */