@charset "UTF-8";
main {
  background-color: var(--main-color-beige);
}

.common-mv {
  background: url(/assets/images/about/mv.jpg) center center / cover no-repeat;
}

@media screen and (max-width: 768px) {
  .common-mv {
    background: url(/assets/images/about/mv_sp.jpg) center center / cover no-repeat;
  }
}

/* .about-vision */
.about-vision {
  margin: -80px 0 0;
  padding: 80px 0 0;
}

.about-vision::before {
  position: absolute;
  bottom: -156px;
  right: -88px;
  width: 100%;
  width: 60%;
  max-width: 626px;
  height: auto;
  aspect-ratio: 418 / 255;
  content: "";
  background: url(/assets/images/about/illust_vision.png) center center / cover no-repeat;
}

.about-vision .about-vision-text {
  margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .about-vision {
    margin: -70px 0 0;
    padding: 70px 0 261px;
  }

  .about-vision::before {
    bottom: 0;
    right: -20px;
    width: calc(100% + 40px);
    aspect-ratio: 375 / 253;
    background: url(/assets/images/about/illust_vision_sp.png) center center / cover no-repeat;
  }

  .about-vision .about-vision-text {
    margin: 24px 0 0;
  }
}

/* .about-mission */
.about-mission {
  margin: 160px 0 0;
  padding: 80px 0 0;
}

.about-mission ul {
  display: flex;
  column-gap: 22px;
  margin: 61px 0 0;
  padding: 0;
  counter-reset: head_counter;
}

.about-mission ul li {
  position: relative;
  width: calc(100% / 3 - 15px);
  padding: 40px 20px;
  border-radius: 20px;
  background-color: #fff;
}

.about-mission ul li::before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -21px;
  left: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 1.25em;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #ff6a50;
  transform: translateX(-50%);
  counter-increment: head_counter;
  content: counter(head_counter);
}

.about-mission ul li h4 {
  position: relative;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--main-color-black);
}

.about-mission ul li h4 em {
  position: relative;
  font-style: normal;
  background: linear-gradient(to bottom, transparent 80%, #ffe559 20%, #ffe559 0%);
}

.about-mission ul li p {
  margin: 20px auto 0;
  font-size: 0.875em;
  line-height: 1.8;
  letter-spacing: -0.01em;
  text-align: center;
  color: #353232;
}

@media screen and (max-width: 768px) {
  .about-mission {
    margin: -4px 0 0;
    padding: 70px 0 0;
  }

  .about-mission ul {
    flex-direction: column;
    row-gap: 36px;
    margin: 40px 0 0;
    padding: 0 16px;
  }

  .about-mission ul li {
    width: 100%;
    padding: 28px 20px 24px;
  }

  .about-mission ul li::before {
    top: -16px;
    width: 32px;
    height: 32px;
    font-size: 1em;
  }

  .about-mission ul li h4 {
    font-size: 1.125em;
  }

  .about-mission ul li p {
    margin: 8px auto 0;
    font-size: 0.8125em;
  }
}

/* .about-solution */
.about-solution ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin: 40px auto 0;
  padding: 0;
}

.about-solution ul li {
  display: flex;
  border-radius: 80px;
  overflow: hidden;
}

.about-solution ul li .about-solution-list-text {
  flex: 1;
  padding: 64px 66px;
  background-color: #fff;
}

.about-solution ul li .about-solution-list-text .about-solution-list-label {
  margin: 0;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--main-color-orange);
}

.about-solution ul li .about-solution-list-text h4 {
  margin: 8px 0 0;
  font-size: 1.625em;
  line-height: 1.5;
  color: var(--main-color-black);
}

.about-solution ul li .about-solution-list-text .about-solution-list-desc {
  margin: 24px 0 0;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #353232;
}

.about-solution ul li .about-solution-list-text .common-btn {
  margin: 40px 0 0;
}

.about-solution ul li figure {
  width: 40.25%;
}

.about-solution ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-solution .about-solution-banners {
  display: flex;
  column-gap: 48px;
  margin: 24px auto 0;
  padding: 0 88px;
}

.about-solution .about-solution-banner {
  width: calc(100% / 2 - 24px);
}

.about-solution .about-solution-banner a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 80px;
  overflow: hidden;
  color: var(--main-color-black);
  background-color: #fff;
  text-decoration: none;
}

.about-solution .about-solution-banner a::before {
  position: absolute;
  top: 24px;
  right: 40px;
  content: "";
}

.about-solution .about-solution-banner.banner-dairy a::before {
  width: 180px;
  height: 120px;
  background: url(/assets/images/top/illust_dairy.png) center center / cover no-repeat;
}

.about-solution .about-solution-banner.banner-contractor a::before {
  width: 210px;
  height: 109px;
  background: url(/assets/images/top/illust_contractor.png) center center / cover no-repeat;
}

.about-solution .about-solution-banner a .about-solution-banner-text {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 64px 64px 48px;
}

.about-solution .about-solution-banner a .about-solution-banner-text .link-arrow-outer {
  position: absolute;
  bottom: 48px;
  right: 48px;
}

.about-solution .about-solution-banner a .about-solution-banner-text .link-arrow-outer::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--main-color-black);
  content: "";
  transform: translate(-50%, -50%);
}

.about-solution .about-solution-banner a .about-solution-banner-text .about-solution-banner-label {
  margin: 0;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--main-color-orange);
}

.about-solution .about-solution-banner a .about-solution-banner-text h3 {
  margin: 8px 0 0;
  font-size: 1.625em;
  line-height: 1.5;
}

.about-solution .about-solution-banner a .about-solution-banner-text .about-solution-banner-desc {
  width: calc(100% - 80px);
  margin: 24px 0 0;
  line-height: 1.8;
  letter-spacing: -0.01em;
}

.about-solution .about-solution-banner a figure {
  width: 100%;
  overflow: hidden;
}

.about-solution .about-solution-banner a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.about-solution .about-solution-banner a:hover figure img {
  transform: scale(1.025);
}

@media screen and (max-width: 768px) {
  .about-solution ul {
    row-gap: 24px;
    margin: 24px auto 0;
  }

  .about-solution ul li {
    flex-direction: column;
    border-radius: 40px;
  }

  .about-solution ul li .about-solution-list-text {
    padding: 33px 28px;
  }

  .about-solution ul li .about-solution-list-text .about-solution-list-label {
    font-size: 0.75em;
  }

  .about-solution ul li .about-solution-list-text h4 {
    font-size: 1.375em;
  }

  .about-solution ul li .about-solution-list-text .about-solution-list-desc {
    margin: 19px 0 0;
    font-size: 0.9375em;
  }

  .about-solution ul li .about-solution-list-text .common-btn {
    margin: 20px auto 0;
  }

  .about-solution ul li figure {
    width: 100%;
    height: 100%;
    aspect-ratio: 335 / 208;
  }

  .about-solution .about-solution-banners {
    flex-direction: column;
    row-gap: 24px;
    padding: 0;
  }

  .about-solution .about-solution-banner {
    width: 100%;
  }

  .about-solution .about-solution-banner a {
    border-radius: 40px;
  }

  .about-solution .about-solution-banner a::before {
    right: 24px;
  }

  .about-solution .about-solution-banner.banner-dairy a::before {
    top: 19px;
    width: 104px;
    height: 69px;
  }

  .about-solution .about-solution-banner.banner-contractor a::before {
    top: 27px;
    width: 109px;
    height: 56px;
    background: url(/assets/images/top/illust_contractor.png) center center / cover no-repeat;
  }

  .about-solution .about-solution-banner a .about-solution-banner-text {
    padding: 36px 28px 52px;
  }

  .about-solution .about-solution-banner a .about-solution-banner-text .link-arrow-outer {
    bottom: 32px;
    right: 32px;
  }

  .about-solution .about-solution-banner a .about-solution-banner-text .link-arrow-outer::before {
    width: 32px;
    height: 32px;
  }

  .about-solution .about-solution-banner a .about-solution-banner-text .about-solution-banner-label {
    font-size: 0.75em;
  }

  .about-solution .about-solution-banner a .about-solution-banner-text h3 {
    font-size: 1.375em;
  }

  .about-solution .about-solution-banner a .about-solution-banner-text .about-solution-banner-desc {
    width: 100%;
    margin: 16px 0 0;
    font-size: 0.9375em;
  }

  .about-solution .about-solution-banner a figure {
    aspect-ratio: 335 / 208;
  }
}

/* .about-info */
.about-info {
  margin: 136px 0 0;
  padding: 112px 0 136px;
}

.about-info .common-col {
  margin: 40px 0 0;
}

@media screen and (max-width: 1150px) {
  .about-info .common-col.col-3 li {
    width: calc(100% / 2);
  }

  .about-info .common-col li:nth-child(2n-1):before,
  .about-info .common-col li:nth-child(2n):before {
    width: calc(100% + 3px);
    left: -3px;
  }

  .about-info .common-col li:nth-child(n + 3):before {
    height: calc(100% + 3px);
    top: -3px;
  }
}

@media screen and (max-width: 768px) {
  .about-info {
    margin: 48px 0 0;
    padding: 44px 0 44px;
  }

  .about-info .common-col.col-3 li {
    width: 100%;
  }

  .about-info .common-col li:nth-child(2n-1):before,
  .about-info .common-col li:nth-child(2n):before,
  .about-info .common-col li:nth-child(n + 3):before {
    width: 100%;
    height: calc(100% + 3px);
    left: 0;
    top: -3px;
  }
}

/* .about-company */
.about-company {
  margin: 0;
  padding: 112px 0 136px;
}

.about-company > figure {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 40px auto 0;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
}

.about-company > figure img {
  width: 100%;
}

.about-company dl {
  display: flex;
  flex-direction: column;
  margin: 40px 0 0;
}

.about-company dl > div {
  display: flex;
  padding: 18px 0;
  border-bottom: 1px solid #e7e7e7;
}

.about-company dl dt {
  width: 320px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #353232;
}

.about-company dl dd {
  flex: 1;
  margin: 0;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: #353232;
}

.about-company dl dd a {
  color: #353232;
}

@media screen and (max-width: 768px) {
  .about-company {
    margin: 0;
    padding: 40px 0 48px;
  }

  .about-company > figure {
    width: 100%;
    margin: 24px auto 0;
    border-radius: 20px;
  }

  .about-company dl {
    margin: 24px 0 0;
  }

  .about-company dl > div {
    padding: 16px 0;
  }

  .about-company dl dt {
    width: 112px;
    font-size: 0.875em;
  }

  .about-company dl dd {
    font-size: 0.875em;
  }

  .about-company dl dd a {
    color: #353232;
  }
}
