@charset "UTF-8";

/*
======== CONTENTS ==========================================
	RECRUIT - CAREER
  事業
============================================================
*/

/* - index
---------------------------------- */
.cr-businessIndex {
  margin: 0 0 60px 0;
}

@media screen and (max-width: 768px) {
  .cr-businessIndex {
    width: calc(340 / 375 * 100%);
    margin: 0 auto 30px auto;
  }
}

.cr-businessIndex .cr-businessIndexItem_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 10px 0;
}

.cr-businessIndex .cr-businessIndexItem_wrap > li {
  width: calc(218 / 670 * 100%);
}

@media screen and (max-width: 768px) {
  .cr-businessIndex .cr-businessIndexItem_wrap {
    flex-flow: row wrap;
    justify-content: center;
    gap: 10px calc(10 / 340 * 100%);
  }

  .cr-businessIndex .cr-businessIndexItem_wrap > li {
    width: calc(106 / 340 * 100%);
  }
}

.cr-businessIndex .cr-businessIndexItem {
  color: #fff;
  font-size: min(calc(12 / 965 * 100vw), 12px);
  line-height: 1.5;
  text-align: center;
  display: block;
  height: 60px;
  padding: 15px 0 0 0;
  background: linear-gradient(90deg, rgba(230, 0, 18, 1) 0%, rgba(114, 0, 9, 1) 100%);
  position: relative;
}

.cr-businessIndex .cr-businessIndexItem:after {
  content: '';
  display: block;
  width: 14px;
  aspect-ratio: 2/1;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 10px;
  left: 50%;
  translate: -50% 0;
}

@media screen and (max-width: 768px) {
  .cr-businessIndex .cr-businessIndexItem {
    font-size: calc(10 / 375 * 100vw);
    height: auto;
    aspect-ratio: 108/80;
    padding: 10% 0 0 0;
  }

  .cr-businessIndex .cr-businessIndexItem:after {
    width: calc(14 / 375 * 100vw);
    bottom: 10%;
  }
}

/* - project - panelBs
---------------------------------- */
.cr-p-panelBs {
  background: #fff;
  padding: 0 0 30px 0;
  position: relative;
}

.cr-p-panelBs * {
  color: #323232;
}

.cr-p-panelBs + .cr-p-panelBs {
  margin-top: 30px;
}

.cr-p-panelBs .cr-p-panelBs_title {
  color: #fff;
  font-size: min(calc(24 / 965 * 100vw), 24px);
  line-height: 1.5;
  background: linear-gradient(90deg, rgba(230, 0, 18, 1) 0%, rgba(114, 0, 9, 1) 100%);
  padding: 12px calc(30 / 670 * 100%);
}

.cr-p-panelBs .cr-p-panelBs_img {
  padding: 0 calc(30 / 670 * 100%);
  margin: 30px 0 0 0;
}

.cr-p-panelBs .cr-p-panelBs_container-text {
  padding: 0 calc(30 / 670 * 100%);
}

.cr-p-panelBs .cr-p-panelBs_headline {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  color: #e60000;
  font-size: min(calc(20 / 965 * 100vw), 20px);
  line-height: 2;
  margin: 20px 0 0 0;
}

.cr-p-panelBs .cr-p-panelBs_text {
  font-size: min(calc(16 / 965 * 100vw), 16px);
  line-height: 2;
  margin: 20px 0 0 0;
}

.cr-p-panelBs .cr-p-panelBs_textB {
  font-size: min(calc(16 / 965 * 100vw), 16px);
  line-height: 2;
}

.cr-p-panelBs .cr-p-panelBsDetail {
  padding: 0 calc(30 / 670 * 100%);
  margin: 40px 0 0 0;
}

.cr-p-panelBs .cr-p-panelBsDetail > dt {
  font-weight: normal;
  font-size: min(calc(16 / 965 * 100vw), 16px);
  line-height: 2;
  margin: 0 0 15px 0;
}

.cr-p-panelBs .cr-p-panelBsDetail > dd {
  background: #f5f0e6;
  padding: 20px calc(20 / 610 * 100%);
}

.cr-p-panelBs .cr-p-panelBsDetail > dd,
.cr-p-panelBs .cr-p-panelBsDetail > dd * {
  font-size: min(calc(16 / 965 * 100vw), 16px);
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .cr-p-panelBs {
    width: calc(340 / 375 * 100%);
    padding: 0 0 10px 0;
    margin: 0 auto;
  }

  .cr-p-panelBs + .cr-p-panelBs {
    margin-top: 20px;
  }

  .cr-p-panelBs .cr-p-panelBs_title {
    font-size: calc(18 / 375 * 100vw);
    text-align: center;
    padding: 0.7em calc(10 / 340 * 100%);
  }

  .cr-p-panelBs .cr-p-panelBs_img {
    padding: 0 calc(10 / 340 * 100%);
    margin: 10px 0 0 0;
  }

  .cr-p-panelBs .cr-p-panelBs_container-text {
    padding: 0 calc(20 / 340 * 100%);
  }

  .cr-p-panelBs .cr-p-panelBs_headline {
    text-underline-offset: 6px;
    font-size: calc(16 / 375 * 100vw);
    margin: 20px 0 0 0;
  }

  .cr-p-panelBs .cr-p-panelBs_text {
    font-size: calc(14 / 375 * 100vw);
    margin: 20px 0 0 0;
  }

  .cr-p-panelBs .cr-p-panelBs_textB {
    font-size: calc(14 / 375 * 100vw);
  }

  .cr-p-panelBs .cr-p-panelBsDetail {
    padding: 0 0;
    margin: 40px 0 0 0;
  }

  .cr-p-panelBs .cr-p-panelBsDetail > dt {
    font-size: calc(14 / 375 * 100vw);
    padding: 0 calc(20 / 340 * 100%);
    margin: 0 0 10px 0;
  }

  .cr-p-panelBs .cr-p-panelBsDetail > dd {
    width: calc(320 / 340 * 100%);
    padding: 20px calc(20 / 610 * 100%);
    margin: 0 auto;
  }

  .cr-p-panelBs .cr-p-panelBsDetail > dd,
  .cr-p-panelBs .cr-p-panelBsDetail > dd * {
    font-size: calc(14 / 375 * 100vw);
  }
}
