@charset "UTF-8";
body {
  color: #1A1A1A;
}

/* 共通パーツ（調整）
---------------------------------------------------------------------------- */
/*------------- ..m-ttl-border-left -------------*/
.m-ttl-border-left {
  word-break: normal;
}

/*------------- .m-ttl-border-bottom -------------*/
.m-ttl-border-bottom {
  word-break: normal;
}

/*------------- .m-ttl-circle-blue -------------*/
.m-ttl-circle-blue {
  word-break: normal;
}

/* p-vision
---------------------------------------------------------------------------- */
.p-vision {
  padding-block: 8rem 10rem;
}

.p-vision-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
  word-break: normal;
}

.p-vision-overview {
  margin-top: 5rem;
}

.p-vision-overview-list {
  margin-top: 5rem;
}
.p-vision-overview-list:not(:last-of-type) {
  margin-bottom: 5rem;
}

.p-vision-overview-list-inner:first-of-type {
  margin-top: 3rem;
}
.p-vision-overview-list-inner:not(:last-of-type) {
  margin-bottom: 3rem;
}
.p-vision-overview-list-inner > :first-child {
  margin-bottom: 1.5rem;
}

.p-vision-overview-list-ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  word-break: normal;
}

.p-vision-overview-list-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
  word-break: normal;
}

.p-vision-overview-content01 {
  margin-bottom: 4rem;
}

.p-vision-overview-content01-ttl {
  width: 47.2rem;
  aspect-ratio: 472/80;
  margin-bottom: 3.2rem;
  margin-inline: auto;
}
.p-vision-overview-content01-ttl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-vision-overview-content01-list {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.p-vision-overview-content01-list-term {
  align-content: center;
  width: 30rem;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
  word-break: normal;
}
.p-vision-overview-content01-list-term span {
  font-size: 2.4rem;
  line-height: 1.1666666667;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Roboto";
  font-style: italic;
}
.p-vision-overview-content01-list-term::after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 4.2rem;
  height: 1.6406998157rem;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 95%);
  z-index: 1;
}

.p-vision-overview-content01-list-data {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  height: 100%;
  align-content: center;
  word-break: normal;
  padding-block: 1rem;
  padding-inline: 2rem;
}

.p-vision-overview-content01-list._purpose {
  height: 10rem;
}
.p-vision-overview-content01-list._purpose .p-vision-overview-content01-list-term {
  background-color: #073190;
}
.p-vision-overview-content01-list._purpose .p-vision-overview-content01-list-term::after {
  background-color: #073190;
}
.p-vision-overview-content01-list._purpose .p-vision-overview-content01-list-data {
  background-color: #DFE9FF;
}

.p-vision-overview-content01-list._vision {
  height: 10rem;
}
.p-vision-overview-content01-list._vision .p-vision-overview-content01-list-term {
  background-color: #3592D1;
}
.p-vision-overview-content01-list._vision .p-vision-overview-content01-list-term::after {
  background-color: #3592D1;
}
.p-vision-overview-content01-list._vision .p-vision-overview-content01-list-data {
  background-color: #E9F6FF;
}

.p-vision-overview-content01-list._value {
  height: 14.1rem;
}
.p-vision-overview-content01-list._value .p-vision-overview-content01-list-term {
  background-color: #8EC6EC;
}
.p-vision-overview-content01-list._value .p-vision-overview-content01-list-term::after {
  content: none;
}
.p-vision-overview-content01-list._value .p-vision-overview-content01-list-data {
  background-color: #F8F8F8;
}

.p-vision-overview-content02 {
  padding-block: 6.6rem 4.4rem;
  padding-inline: 4.4rem;
  background-color: #E9F6FF;
  border: 0.6rem solid #8EC6EC;
}

.p-vision-overview-content02-box {
  padding-block: 6rem 4rem;
  padding-inline: 5rem;
  background-color: #fff;
  position: relative;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.p-vision-overview-content02-box:not(:last-of-type) {
  margin-bottom: 5.2rem;
}
.p-vision-overview-content02-box::before {
  content: "";
  width: 100%;
  height: 0.6rem;
  background-color: #073190;
  position: absolute;
  top: 0;
  left: 0;
}

.p-vision-overview-content02-ttl {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  min-width: 36rem;
  height: 4.9rem;
  text-align: center;
  align-content: center;
  background-color: #073190;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  word-break: normal;
}

.p-vision-overview-content02-lead {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  align-content: center;
  min-height: 5rem;
  padding-block: 1rem;
  padding-inline: 2rem;
  background-color: #D5E1FC;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
  word-break: normal;
}

.p-vision-overview-content02-txt {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #073190;
  text-align: center;
  position: relative;
  margin-bottom: 2.5rem;
  --border-width: 24rem; /* ボーダーの横幅 */
  /* ボーダーの大きさ */
  /* ボーダーの色 */
  /* 見出しとボーダー間の距離 */
  inline-size: fit-content;
  margin-inline: auto;
  border-image: linear-gradient(transparent calc(50% - 0.2rem / 2), currentColor 0 calc(50% + 0.2rem / 2), transparent 0) 0 1/0 var(--border-width)/0 calc(var(--border-width) + 1em);
}
.p-vision-overview-content02-txt::before, .p-vision-overview-content02-txt::after {
  content: "";
  width: 1rem;
  aspect-ratio: 1;
  background-color: currentColor;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.p-vision-overview-content02-txt::before {
  left: -27rem;
}
.p-vision-overview-content02-txt::after {
  right: -27rem;
}

.p-vision-overview-content02-list-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 2rem 8rem;
  position: relative;
}
.p-vision-overview-content02-list-wrap::before, .p-vision-overview-content02-list-wrap::after {
  content: "";
  width: 0.5rem; /*太さ*/
  height: 3rem; /* 幅 */
  background-color: #073190;
  position: absolute;
  inset: 0;
  margin: auto;
}
.p-vision-overview-content02-list-wrap::before {
  rotate: 0deg;
}
.p-vision-overview-content02-list-wrap::after {
  rotate: 90deg;
}
.p-vision-overview-content02-list-wrap._rotate::before {
  rotate: 45deg;
}
.p-vision-overview-content02-list-wrap._rotate::after {
  rotate: -45deg;
}

.p-vision-overview-content02-list {
  padding-block: 2rem;
  padding-inline: 3rem;
  background-color: #F8F8F8;
}

.p-vision-overview-content02-item {
  word-break: normal;
}
.p-vision-overview-content02-item:first-of-type {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: center;
  column-gap: 1rem;
  font-size: 1.8rem;
  line-height: 1.6111111111;
  font-weight: 700;
  color: #073190;
}
.p-vision-overview-content02-item:first-of-type::before {
  content: "";
  width: 2.4rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-vision-overview-content02-item:not(:first-of-type) {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  position: relative;
  padding-left: 1.6rem;
}
.p-vision-overview-content02-item:not(:first-of-type):not(:last-of-type) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #BEBEBE;
  margin-bottom: 1rem;
}
.p-vision-overview-content02-item:not(:first-of-type)::before {
  content: "";
  width: 0.6rem;
  aspect-ratio: 1;
  background-color: #073190;
  border-radius: 50%;
  position: absolute;
  top: 0.6rem;
  left: 0;
}

.p-vision-overview-content02-list[data-icn=cutlery] .p-vision-overview-content02-item:first-of-type::before {
  background-image: url(/assets/images/ir/vision/icn_cutlery.png);
}
.p-vision-overview-content02-list[data-icn=circulation] .p-vision-overview-content02-item:first-of-type::before {
  background-image: url(/assets/images/ir/vision/icn_circulation.png);
}
.p-vision-overview-content02-list[data-icn=logistics] .p-vision-overview-content02-item:first-of-type::before {
  background-image: url(/assets/images/ir/vision/icn_logistics.png);
}
.p-vision-overview-content02-list[data-icn=logistics] .p-vision-overview-content02-item:not(:first-of-type)::before {
  background-color: #073190;
}
.p-vision-overview-content02-list[data-icn=rice] .p-vision-overview-content02-item:first-of-type {
  color: #F3AE3B;
}
.p-vision-overview-content02-list[data-icn=rice] .p-vision-overview-content02-item:first-of-type::before {
  background-image: url(/assets/images/ir/vision/icn_rice.png);
}
.p-vision-overview-content02-list[data-icn=rice] .p-vision-overview-content02-item:not(:first-of-type)::before {
  background-color: #F3AE3B;
}
.p-vision-overview-content02-list[data-icn=laptop] .p-vision-overview-content02-item:first-of-type {
  color: #70C0CC;
}
.p-vision-overview-content02-list[data-icn=laptop] .p-vision-overview-content02-item:first-of-type::before {
  background-image: url(/assets/images/ir/vision/icn_laptop.png);
}
.p-vision-overview-content02-list[data-icn=laptop] .p-vision-overview-content02-item:not(:first-of-type)::before {
  background-color: #70C0CC;
}
.p-vision-overview-content02-list[data-icn=building] .p-vision-overview-content02-item:first-of-type {
  color: #3392D1;
}
.p-vision-overview-content02-list[data-icn=building] .p-vision-overview-content02-item:first-of-type::before {
  background-image: url(/assets/images/ir/vision/icn_building.png);
}
.p-vision-overview-content02-list[data-icn=building] .p-vision-overview-content02-item:not(:first-of-type)::before {
  background-color: #3392D1;
}

.p-vision-overview-content03 {
  padding-block: 4.4rem;
  padding-inline: 4.4rem;
  border: 0.6rem solid #8EC6EC;
  margin-top: 6rem;
  position: relative;
}
.p-vision-overview-content03::after {
  content: "";
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  width: 16rem;
  height: 3.9018607085rem;
  background-color: #3592D1;
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translate(-50%, -99%);
}

.p-vision-overview-content03-lead {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  align-content: center;
  min-height: 5rem;
  padding-block: 1rem;
  padding-inline: 2rem;
  background-color: #D5E1FC;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
  word-break: normal;
}

.p-vision-overview-content03-list-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 0 4rem;
}

.p-vision-overview-content03-list {
  padding-block: 2rem;
  padding-inline: 4rem;
  background-color: #F8F8F8;
}

.p-vision-overview-content03-item {
  word-break: normal;
}
.p-vision-overview-content03-item:first-of-type {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: center;
  column-gap: 1rem;
  font-size: 1.8rem;
  line-height: 1.6111111111;
  font-weight: 700;
  color: #073190;
  margin-bottom: 1.5rem;
}
.p-vision-overview-content03-item:first-of-type::before {
  content: "";
  width: 2.4rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-vision-overview-content03-item:not(:first-of-type) {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  position: relative;
  padding-left: 1.6rem;
}
.p-vision-overview-content03-item:not(:first-of-type):not(:last-of-type) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #BEBEBE;
  margin-bottom: 1rem;
}
.p-vision-overview-content03-item:not(:first-of-type)::before {
  content: "";
  width: 0.6rem;
  aspect-ratio: 1;
  background-color: #073190;
  border-radius: 50%;
  position: absolute;
  top: 0.6rem;
  left: 0;
}

.p-vision-overview-content03-list[data-icn=materiality] .p-vision-overview-content03-item:first-of-type::before {
  background-image: url(/assets/images/ir/vision/icn_materiality.png);
}
.p-vision-overview-content03-list[data-icn=organization] .p-vision-overview-content03-item:first-of-type::before {
  background-image: url(/assets/images/ir/vision/icn_organization.png);
}

@media screen and (max-width: 767px) {
  .p-vision {
    padding-block: 13.3333333333vw;
  }
  .p-vision-txt {
    font-size: 4.2666666667vw;
  }
  .p-vision-overview {
    margin-top: 8vw;
  }
  .p-vision-overview-list {
    margin-top: 6.6666666667vw;
  }
  .p-vision-overview-list:not(:last-of-type) {
    margin-bottom: 6.6666666667vw;
  }
  .p-vision-overview-list-inner:first-of-type {
    margin-top: 5.3333333333vw;
  }
  .p-vision-overview-list-inner:not(:last-of-type) {
    margin-bottom: 6.6666666667vw;
  }
  .p-vision-overview-list-inner > :first-child {
    margin-bottom: 3.2vw;
  }
  .p-vision-overview-list-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
  .p-vision-overview-list-txt {
    font-size: 4.2666666667vw;
  }
  .p-vision-overview-content01 {
    margin-bottom: 9.3333333333vw;
  }
  .p-vision-overview-content01-ttl {
    width: 100%;
    aspect-ratio: 335/62;
    margin-bottom: 5.3333333333vw;
  }
  .p-vision-overview-content01-list {
    grid-template-columns: 1fr;
  }
  .p-vision-overview-content01-list-term {
    width: 100%;
    padding-block: 4vw;
    font-size: 3.7333333333vw;
  }
  .p-vision-overview-content01-list-term span {
    font-size: 5.3333333333vw;
  }
  .p-vision-overview-content01-list-term::after {
    content: none;
  }
  .p-vision-overview-content01-list-data {
    font-size: 4.8vw;
    line-height: 1.7777777778;
    padding-block: 4.5333333333vw;
    padding-inline: 4vw;
    position: relative;
  }
  .p-vision-overview-content01-list-data::after {
    content: "";
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 6.9333333333vw;
    height: calc(6.9333333333vw / 2 * 0.7812856265);
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 95%);
    z-index: 1;
  }
  .p-vision-overview-content01-list._purpose,
  .p-vision-overview-content01-list._vision,
  .p-vision-overview-content01-list._value {
    height: auto;
  }
  .p-vision-overview-content01-list._purpose .p-vision-overview-content01-list-data::after {
    background-color: #DFE9FF;
  }
  .p-vision-overview-content01-list._vision .p-vision-overview-content01-list-data::after {
    background-color: #E9F6FF;
  }
  .p-vision-overview-content01-list._value .p-vision-overview-content01-list-data::after {
    content: none;
  }
  .p-vision-overview-content02 {
    padding-block: 10.6666666667vw 6.4vw;
    padding-inline: 3.7333333333vw;
    border-width: 1.6vw;
  }
  .p-vision-overview-content02-box {
    padding-block: 11.7333333333vw 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    border-bottom-right-radius: 1.3333333333vw;
    border-bottom-left-radius: 1.3333333333vw;
  }
  .p-vision-overview-content02-box:not(:last-of-type) {
    margin-bottom: 12vw;
  }
  .p-vision-overview-content02-box::before {
    height: 1.6vw;
  }
  .p-vision-overview-content02-ttl {
    font-size: 4.2666666667vw;
    min-width: 49.3333333333vw;
    width: max-content;
    padding-inline: 4vw;
    height: 10.6666666667vw;
    border-radius: 1.3333333333vw;
  }
  .p-vision-overview-content02-lead {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    min-height: initial;
    padding-block: 2.6666666667vw;
    padding-inline: 4vw;
    border-radius: 1.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-vision-overview-content02-txt {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
    --border-width: calc(20 / 375 * 100vw); /* ボーダーの横幅 */
    /* ボーダーの大きさ */
    /* ボーダーの色 */
    /* 見出しとボーダー間の距離 */
    border-image: linear-gradient(transparent calc(50% - 0.5333333333vw / 2), currentColor 0 calc(50% + 0.5333333333vw / 2), transparent 0) 0 1/0 var(--border-width)/0 calc(var(--border-width) + 0.5em);
  }
  .p-vision-overview-content02-txt::before, .p-vision-overview-content02-txt::after {
    width: 2.1333333333vw;
  }
  .p-vision-overview-content02-txt::before {
    left: -9.3333333333vw;
  }
  .p-vision-overview-content02-txt::after {
    right: -9.3333333333vw;
  }
  .p-vision-overview-content02-list-wrap {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
  }
  .p-vision-overview-content02-list-wrap::before, .p-vision-overview-content02-list-wrap::after {
    width: 1.0666666667vw;
    height: 6.6666666667vw;
  }
  .p-vision-overview-content02-list-wrap._rotate {
    gap: 4vw;
  }
  .p-vision-overview-content02-list-wrap._rotate::before, .p-vision-overview-content02-list-wrap._rotate::after {
    content: none;
  }
  .p-vision-overview-content02-list {
    padding-block: 4vw;
    padding-inline: 4vw;
  }
  .p-vision-overview-content02-item:first-of-type {
    justify-content: center;
    column-gap: 1.8666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    text-align: center;
  }
  .p-vision-overview-content02-item:first-of-type::before {
    width: 5.3333333333vw;
    aspect-ratio: 1;
  }
  .p-vision-overview-content02-item:not(:first-of-type) {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    padding-left: 2.9333333333vw;
  }
  .p-vision-overview-content02-item:not(:first-of-type):not(:last-of-type) {
    padding-bottom: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-vision-overview-content02-item:not(:first-of-type)::before {
    width: 1.6vw;
    top: 2.1333333333vw;
  }
  .p-vision-overview-content03 {
    padding-block: 6.4vw;
    padding-inline: 3.7333333333vw;
    border-width: 1.6vw;
    margin-top: 12vw;
  }
  .p-vision-overview-content03::after {
    width: 26.6666666667vw;
    height: calc(26.6666666667vw / 2 * 0.4877325886);
    top: -1.6vw;
  }
  .p-vision-overview-content03-lead {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    height: auto;
    padding-block: 2.6666666667vw;
    padding-inline: 4vw;
    border-radius: 1.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-vision-overview-content03-list-wrap {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .p-vision-overview-content03-list {
    padding-block: 4vw;
    padding-inline: 4vw;
  }
  .p-vision-overview-content03-item:first-of-type {
    justify-content: center;
    column-gap: 1.8666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
  .p-vision-overview-content03-item:first-of-type::before {
    width: 5.3333333333vw;
    aspect-ratio: 1;
  }
  .p-vision-overview-content03-item:not(:first-of-type) {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    padding-left: 2.9333333333vw;
  }
  .p-vision-overview-content03-item:not(:first-of-type):not(:last-of-type) {
    padding-bottom: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-vision-overview-content03-item:not(:first-of-type)::before {
    width: 1.6vw;
    top: 2.1333333333vw;
  }
}
