main {
  background-color: #000;
}
main,
main a {
  color: #fff;
}
main .breadcrumbs {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main .breadcrumbs {
    margin-bottom: 54px;
  }
}
main.people section.lead .inner .triangle a[href*=people],
main.people section.siblings ul li a[href*=people] {
  background-color: #fff;
  color: #000;
  pointer-events: none;
}
main.people section.lead .inner .triangle a[href*=people] i,
main.people section.siblings ul li a[href*=people] i {
  display: none;
}
@media screen and (min-width: 769px) {
  main.people section.commit .commit01 .cntWrap {
    flex-direction: row !important;
  }
  main.people section.commit .commit01 .cntWrap .txt {
    padding: 60px min(5%, 100px) 60px 0 !important;
  }
  main.people section.commit .commit01 .cntWrap figure img {
    right: 0;
  }
  main.people section.commit .commit02 .cntWrap {
    flex-direction: row-reverse !important;
  }
  main.people section.commit .commit02 .cntWrap .txt {
    padding: 60px 0 60px min(5%, 100px) !important;
  }
  main.people section.commit .commit02 .cntWrap figure img {
    left: 0 !important;
  }
}
main.system section.lead .inner .triangle a[href*=system],
main.system section.siblings ul li a[href*=system] {
  background-color: #fff;
  color: #000;
  pointer-events: none;
}
main.system section.lead .inner .triangle a[href*=system] i,
main.system section.siblings ul li a[href*=system] i {
  display: none;
}
main.environment section.lead .inner .triangle a[href*=environment],
main.environment section.siblings ul li a[href*=environment] {
  background-color: #fff;
  color: #000;
  pointer-events: none;
}
main.environment section.lead .inner .triangle a[href*=environment] i,
main.environment section.siblings ul li a[href*=environment] i {
  display: none;
}
main section.lead {
  margin-bottom: 120px;
  padding: 60px 5% 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.lead {
    margin-bottom: 42px;
    padding: 0 5%;
  }
}
main section.lead::before {
  content: "";
  max-width: 590px;
  width: 100%;
  aspect-ratio: 59/11;
  background-color: #1f1f1f;
  -webkit-mask-image: url(/_shinagawa-wp-files/wp-content/themes/shinagawa-farm/common/img/pattern01.svg);
          mask-image: url(/_shinagawa-wp-files/wp-content/themes/shinagawa-farm/common/img/pattern01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  main section.lead::before {
    width: 60%;
    top: 56px;
  }
}
main section.lead .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 38px 5%;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main section.lead .inner {
    flex-direction: column;
    align-items: center;
  }
}
main section.lead .inner .triangle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 380px;
  width: 46%;
  background: url(/index/img/triangle_img.svg) no-repeat center center/80% auto;
}
@media screen and (max-width: 768px) {
  main section.lead .inner .triangle {
    max-width: 100%;
    width: 90%;
  }
}
main section.lead .inner .triangle::before {
  content: "";
  order: 1;
  width: 100%;
}
main section.lead .inner .triangle a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px 0;
  width: 45%;
  aspect-ratio: 1/1;
  padding-top: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}
main section.lead .inner .triangle a:nth-of-type(1) {
  order: 0;
  margin: 0 auto clamp(0px, 4vw, 30px);
}
main section.lead .inner .triangle a:nth-of-type(2) {
  order: 2;
}
main section.lead .inner .triangle a:nth-of-type(3) {
  order: 3;
}
main section.lead .inner .triangle a:nth-of-type(3) p {
  margin-bottom: 8px;
  font-size: 23px;
}
@media screen and (max-width: 500px) {
  main section.lead .inner .triangle a:nth-of-type(3) p {
    font-size: 4.6vw;
  }
}
main section.lead .inner .triangle a:hover {
  background-color: #fff;
  color: #000;
}
main section.lead .inner .triangle a hgroup {
  text-align: center;
}
main section.lead .inner .triangle a hgroup p {
  line-height: 1;
  font-size: 34px;
}
@media screen and (max-width: 500px) {
  main section.lead .inner .triangle a hgroup p {
    font-size: 6.8vw;
  }
}
main section.lead .inner .triangle a hgroup h3 {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  main section.lead .inner .triangle a hgroup h3 {
    font-size: min(10px, 2.4vw);
  }
}
@media screen and (min-width: 769px) {
  main section.lead .inner .txt {
    max-width: 550px;
    width: 52%;
  }
}
main section.lead .inner .txt hgroup {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  main section.lead .inner .txt hgroup {
    margin-bottom: 24px;
  }
}
main section.lead .inner .txt hgroup h2 {
  line-height: 1.75;
  color: #fff;
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  main section.lead .inner .txt hgroup h2 {
    line-height: 1.4;
    font-size: 26px;
  }
}
main section.lead .inner .txt p {
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  main section.lead .inner .txt p {
    line-height: 1.8;
  }
}
main section.commit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 210px 0;
  padding: 150px 0 100px;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  main section.commit {
    gap: 52px 0;
    padding: 72px 0 68px;
  }
}
main section.commit .inner {
  max-width: calc(100% - (100% - 1200px) / 2);
  width: 95%;
  min-height: 400px;
  background-color: #1f1f1f;
}
@media screen and (max-width: 768px) {
  main section.commit .inner {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  main section.commit .inner.commit01 {
    margin: 0 0 0 auto;
  }
  main section.commit .inner.commit01 .cntWrap {
    flex-direction: row-reverse;
  }
  main section.commit .inner.commit01 .cntWrap .txt {
    padding: 60px 0 60px min(5%, 100px);
  }
}
@media screen and (min-width: 769px) {
  main section.commit .inner.commit02 {
    margin: 0 auto 0 0;
  }
  main section.commit .inner.commit02 .cntWrap {
    margin: 0 0 0 auto;
  }
  main section.commit .inner.commit02 .cntWrap figure img {
    right: 0;
  }
  main section.commit .inner.commit02 .cntWrap .txt {
    padding: 60px min(5%, 100px) 60px 0;
  }
}
main section.commit .inner .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 min(5%, 80px);
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.commit .inner .cntWrap {
    flex-direction: column;
  }
}
main section.commit .inner .cntWrap figure {
  width: calc(50% - 40px);
  position: relative;
}
@media screen and (min-width: 769px) {
  main section.commit .inner .cntWrap figure {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  main section.commit .inner .cntWrap figure {
    width: 100%;
    height: 280px;
  }
}
@media screen and (min-width: 769px) {
  main section.commit .inner .cntWrap figure img {
    position: absolute;
    top: 50%;
  }
  main section.commit .inner .cntWrap figure img[width="420"] {
    max-width: 80%;
    translate: 0 -50%;
  }
  main section.commit .inner .cntWrap figure img[width="550"] {
    max-width: 98.5%;
    translate: 0 clamp(-60%, -18vw, -50px);
  }
  main section.commit .inner .cntWrap figure img[width="560"] {
    max-width: 98.5%;
    translate: 0 -65%;
  }
}
@media screen and (max-width: 768px) {
  main section.commit .inner .cntWrap figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main section.commit .inner .cntWrap figure img[src*=quality_people_commit02_pic] {
    -o-object-position: 0 100%;
       object-position: 0 100%;
  }
  main section.commit .inner .cntWrap figure img[src*=quality_system_commit02_pic] {
    -o-object-position: 0 35%;
       object-position: 0 35%;
  }
}
main section.commit .inner .cntWrap .txt {
  display: flex;
  flex-direction: column;
  width: calc(50% - 40px);
}
@media screen and (min-width: 769px) {
  main section.commit .inner .cntWrap .txt {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  main section.commit .inner .cntWrap .txt {
    width: 100%;
    padding: 24px 5% 36px;
  }
}
main section.commit .inner .cntWrap .txt h2 {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  main section.commit .inner .cntWrap .txt h2 {
    margin-bottom: 8px;
    line-height: 1.4;
    font-size: 24px;
  }
}
main section.commit .inner .cntWrap .txt p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main section.commit .inner .cntWrap .txt p {
    line-height: 1.8;
  }
}
main section.siblings {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px 0;
  width: 100%;
  padding: 55px 5% 80px;
}
@media screen and (max-width: 768px) {
  main section.siblings {
    padding: 48px 5% 68px;
  }
}
main section.siblings h2 {
  line-height: 1;
  font-size: 24px;
}
main section.siblings ul {
  display: flex;
  justify-content: center;
  gap: 16px 15px;
}
@media screen and (max-width: 768px) {
  main section.siblings ul {
    flex-direction: column;
    max-width: 300px;
    width: 100%;
  }
}
main section.siblings ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 230px;
  height: 70px;
  padding: 0 15px;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  main section.siblings ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  main section.siblings ul li a {
    width: 100%;
  }
}
main section.siblings ul li a:hover, main section.siblings ul li a.crt {
  background-color: #fff;
  color: #000;
}
main section.siblings ul li a:not(.crt) i {
  width: 15px;
  height: 1px;
  background-color: currentColor;
  position: relative;
  transition: 0.5s;
}
main section.siblings ul li a:not(.crt) i::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  position: absolute;
  top: 0;
  right: 0;
  translate: 0 -40%;
  rotate: 45deg;
  transition: inherit;
}/*# sourceMappingURL=style.css.map */