@charset "UTF-8";
.page-history {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", yugothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}
.page-history p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
}
.page-history .font-bold {
  font-weight: 600;
}
.page-history .u-mb-10 {
  margin-bottom: 10px;
}
.page-history .kv {
  background: url("/sustainability/shokuiku/history/imgs/kv.png") no-repeat top/cover;
  position: relative;
  max-width: 1440px;
  width: 100%;
  height: clamp(450px, 44.7916666667vw, 645px);
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-history .kv {
    height: 149.2307692308vw;
    background: url("/sustainability/shokuiku/history/imgs/kv-sp.png") no-repeat top/cover;
  }
}
.page-history .kv .kvText-img-box {
  max-width: clamp(232px, 24.8611111111vw, 358px);
  width: 100%;
  margin: 88px auto 0;
}
@media screen and (max-width: 1100px) {
  .page-history .kv .kvText-img-box {
    margin: 29px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .page-history .kv .kvText-img-box {
    margin-top: 155px;
    max-width: 64.6666666667vw;
  }
}
@media screen and (max-width: 530px) {
  .page-history .kv .kvText-img-box {
    margin-top: 64px;
    max-width: 87.6923076923vw;
  }
}
.page-history .shokuiku__bg--opacity {
  height: 170px;
}
@media screen and (max-width: 767px) {
  .page-history .shokuiku__bg--opacity {
    height: 110px;
  }
}
.page-history .shokuiku__bg--bgWhite {
  width: 100%;
  border-radius: 40px;
  background-color: #ffffff;
}
.page-history .l-content__bg {
  background-color: #FFE5BD;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page-history .l-content__bg {
    padding-bottom: 0px;
  }
}
.page-history .l-content__inner--bgWhite {
  width: 100%;
  max-width: 1224px;
  border-radius: 40px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin: -109px auto 0;
  padding: 0 0 65px;
  position: relative;
}
.page-history .ayumi-inner {
  margin: 0 auto;
  padding: 64px 47px;
}
@media screen and (max-width: 767px) {
  .page-history .l-content__inner--bgWhite {
    margin-left: 0;
    margin-top: -25px;
    margin-bottom: 8px;
    border-radius: 40px 40px 0px 0px;
  }
  .page-history .ayumi-inner {
    margin: 0 auto;
    padding: 64px 24px;
  }
}
.page-history .generationNav {
  background-color: #E60012;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}
.page-history .generationList {
  display: flex;
  width: 100%;
}
.page-history .generationItem {
  width: 20%;
  position: relative;
}
.page-history .generationItem::before {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0.5;
}
.page-history .generationItem:last-of-type::before {
  display: none;
}
.page-history .generationItem__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.page-history .generationItem__link:hover::before {
  opacity: 1;
}
@keyframes arrowScrollDown2 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(10px);
    opacity: 0;
  }
  51% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.page-history .generationItem__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 10px 20px;
}
.page-history .generationItem__link:hover .generationItem__imgBox::after {
  background-image: url("/sustainability/shokuiku/imgs/icon/icon_down-arrow.svg");
  animation: arrowScrollDown2 0.6s forwards;
}
.page-history .generationItem__imgBox {
  position: relative;
  padding-right: 33px;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: 1;
}
.page-history .generationItem__imgBox::after {
  content: "";
  background-image: url(/sustainability/shokuiku/imgs/icon/icon_down-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15%;
  right: 0;
  transform: translateY(0);
  transition: all 0.1s ease-out;
}
.page-history .generationItem__img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-history .generationItem__imgBox {
    padding-right: 0;
  }
  .page-history .generationItem__imgBox::after {
    display: none;
  }
  .page-history .generationItem__img {
    min-width: 76px;
  }
  .page-history .generationNav {
    border-radius: 20px 20px 0 0;
  }
  .page-history .generationList {
    flex-wrap: wrap;
    gap: 13px 0;
    padding: 11px 24px 14px;
  }
  .page-history .generationItem {
    width: 33.3333333333%;
  }
  .page-history .generationItem::before {
    height: 24px;
  }
  .page-history .generationItem:nth-child(3n)::before {
    display: none;
  }
  .page-history .generationItem:nth-child(2), .page-history .generationItem:nth-child(3), .page-history .generationItem:nth-child(5), .page-history .generationItem:nth-child(6) {
    padding-left: 6px;
  }
}
@media screen and (max-width: 767px) and (max-width: 390px) {
  .page-history .generationList {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-history .generationItem {
    padding: 0 6px;
  }
}
@media screen and (max-width: 767px) {
  .page-history .generationItem__link {
    padding: 0 0 0 0;
  }
  .page-history .generationItem__imgBox {
    padding-right: 0;
  }
  .page-history .generationItem__img {
    vertical-align: middle;
  }
}
.page-history .generationAreaTag {
  padding: 47px 0;
  background-color: #FFF6E8;
  width: calc(100% + 351px);
  margin-left: -304px;
  margin-top: 80px;
}
.page-history .generationAreaTag:first-of-type {
  margin-top: -64px;
}
.page-history .generationAreaTag__imgBox {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.page-history .generationAreaTag__img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
  background: #FFF6E8;
}
@media screen and (max-width: 767px) {
  .page-history .generationAreaTag {
    padding: 28px 0;
    width: calc(100% + 48px + 40px);
    margin-left: -64px;
    margin-top: 48px;
  }
  .page-history .generationAreaTag:first-of-type {
    margin-top: -64px;
  }
}
.page-history .generationBox {
  display: flex;
  align-items: flex-start;
  gap: 44px;
  height: 100%;
}
.page-history .generationAside {
  position: sticky;
  top: 140px;
  flex: 1 0 132px;
  width: 100%;
  max-width: 132px;
  margin-top: 144px;
}
.page-history .generationBoxList {
  position: relative;
}
.page-history .generationBoxList::before {
  content: "";
  background-color: #FFE5BD;
  border-radius: 2px;
  width: 4px;
  height: 215px;
  position: absolute;
  left: 0;
}
.page-history .generationBoxListItem + .generationBoxListItem {
  margin-top: 13px;
}
.page-history .generationBoxListItem__link {
  width: 100%;
  position: relative;
  padding-left: 26px;
}
.page-history .generationBoxListItem__link.currently::before {
  content: "";
  background-color: #E60012;
  border-radius: 2px;
  width: 4px;
  height: 39px;
  position: absolute;
  left: 0;
  z-index: 1;
}
.page-history .generationBoxListItem__imgBox {
  width: 100%;
  max-width: 80px;
  padding-top: 3px;
}
.page-history .generationBoxListItem__img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .page-history .generationAside {
    display: none;
  }
}
.page-history .generationMainBox {
  flex: 1 1 calc(100% - 176px);
  /* width: 100%; */
  padding-left: 81px;
}
.page-history .generationCard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 888px;
  width: 100%;
  position: relative;
}
.page-history .generationCard:not(:first-child) {
  margin-top: 64px;
}
.page-history .generationCard::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -80.23px;
  width: 32px;
  height: 32px;
  margin: auto;
  background-color: #FFE5BD;
  border-radius: 50%;
  z-index: 1;
}
.page-history .generationCard::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: -69px;
  width: 10px;
  height: calc(100% + 64px);
  margin: auto;
  background-color: #FFE5BD;
}
.page-history .generationCard:last-of-type::after {
  display: none;
}
.page-history .generationCard.--generations-last::after {
  height: calc(100% + 288px);
}
@media screen and (max-width: 767px) {
  .page-history .generationCard:not(:first-child) {
    margin-top: 48px;
  }
  .page-history .generationCard::before {
    top: 15px;
    left: -46px;
    width: 16px;
    height: 16px;
    z-index: 1;
  }
  .page-history .generationCard::after {
    top: 20px;
    left: -40.5px;
    width: 5px;
    height: calc(100% + 48px);
  }
  .page-history .generationCard:last-of-type::after {
    display: none;
  }
  .page-history .generationCard.--generations-last::after {
    height: calc(100% + 180px);
  }
}
.page-history .generationDetailCard {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 65px;
}
@media screen and (max-width: 950px) {
  .page-history .generationDetailCard {
    padding-right: 0px;
  }
}
.page-history .generationTitle {
  position: relative;
}
.page-history .generationTitle::before {
  content: "";
  position: absolute;
  top: 21px;
  left: -72px;
  width: 16px;
  height: 16px;
  margin: auto;
  background-color: #E60012;
  border-radius: 50%;
  z-index: 1;
}
.page-history .generationCard:first-of-type .generationTitle::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: -65px;
  width: 2px;
  height: var(--line-height, 130px);
  margin: auto;
  background-color: #E60012;
  z-index: 2;
}
.page-history .generationTitle__imgBox {
  position: relative;
}
.page-history .generationTitle__imgBox::before {
  content: "";
  background-image: url(/sustainability/shokuiku/history/imgs/icon_dots-line.svg);
  width: 44px;
  height: 4px;
  position: absolute;
  top: -4px;
  left: -50px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-history .generationTitle {
    position: relative;
  }
  .page-history .generationTitle::before {
    top: 20px;
    left: -42.2px;
    width: 8px;
    height: 8px;
  }
  .page-history .generationCard:first-of-type .generationTitle::after {
    top: 23px;
    left: -39px;
    width: 2px;
  }
  .page-history .generationTitle__imgBox::before {
    background-image: url(/sustainability/shokuiku/history/imgs/icon_dots-line-sp.svg);
    width: 20px;
    height: 4px;
    top: 1px;
    left: -26px;
  }
}
.page-history .generationDetailTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-size: 28px;
  line-height: 1.5;
}
.page-history .generationDetailTitle__subText {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.page-history .generationDetailTitle-tag {
  font-size: 16px;
  line-height: 1.75;
  border: 1px solid #1A1A1A;
  padding: 1px 8px;
}
@media screen and (max-width: 767px) {
  .page-history .generationMainBox {
    max-width: 100%;
    padding-left: 32px;
  }
  .page-history .generationDetailTitle {
    font-size: 22px;
    line-height: 1.5;
  }
  .page-history .generationDetailTitle-tag {
    font-size: 14px;
  }
}
.page-history .generationDetailMainBox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  padding: 8px 0px;
}
.page-history .generationDetailMainBox.--wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .page-history .generationDetailMainBox.--wrap .generationDetailMain-textBox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-history .generationDetailMainBox {
    flex-direction: column;
    gap: 16px;
    padding: 0px;
  }
}
.page-history .generationDetailMain_imgBox {
  flex: none;
  width: auto;
}
.page-history .generationDetailMain_imgBox.--small-images {
  height: auto;
  max-width: 100%;
}
.page-history .generationDetailMain_imgBox.--small-images img {
  height: 164px;
}
.page-history .generationDetailMain_imgBox.--flex-images {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.page-history .generationDetailMain_imgBox.--flex-images img {
  height: 164px;
}
@media screen and (max-width: 767px) {
  .page-history .generationDetailMain_imgBox.--small-images {
    height: auto;
    width: auto;
    max-width: none;
    flex: none;
  }
  .page-history .generationDetailMain_imgBox.--small-images img {
    height: 164px;
    width: auto;
  }
}
.page-history .--ver2 .generationDetailMain_imgBox {
  flex: 1 1 auto;
  width: 100%;
  max-width: 320px;
  min-width: 210px;
}
.page-history .--ver2 .generationDetailMain_imgBox img {
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .page-history .--ver2 .generationDetailMain_imgBox {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
}
.page-history .generationDetailMain_img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-history .generationDetailMain_img {
    width: auto;
    height: 100%;
  }
}
.page-history .generationDetailMain-textList {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}
@media screen and (max-width: 767px) {
  .page-history .generationDetailMain-textList {
    gap: 5px 0;
    padding-right: 8px;
  }
}
.page-history .--ver3 .generationDetailMain-textList {
  flex-wrap: wrap;
  gap: 0px;
}
@media screen and (max-width: 767px) {
  .page-history .--ver3 .generationDetailMain-textList {
    gap: 0px;
  }
}
.page-history .generationDetailMain-textItem {
  padding-left: 20px;
  text-indent: -14px;
}
.page-history .generationCard.--ver2 .generationDetailMain-textBox {
  display: flex;
  flex-direction: column;
  max-width: 448px;
  width: 55.45%;
  min-width: 50%;
}
@media screen and (max-width: 950px) {
  .page-history .generationCard.--ver2 .generationDetailMain-textBox {
    width: auto;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-history .generationCard.--ver2 .generationDetailMain-textBox {
    max-width: none;
    width: 100%;
  }
}
.page-history .--ver3 .generationDetailMain-textBox {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .page-history .--ver3 .generationDetailMain-textBox {
    flex-direction: column;
    gap: 3px 0;
  }
}
.page-history .generationDetailMain-textBtn {
  margin: 16px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .page-history .generationDetailMain-textBtn {
    margin: 16px auto 0;
  }
}

.grayBox {
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 20px;
  width: calc(100% + 81px);
  margin-top: 64px;
  margin-bottom: -65px;
  margin-left: -81px;
}

@media screen and (max-width: 767px) {
  .grayBox {
    width: calc(100% + 32px);
    margin-top: 47px;
    margin-left: -32px;
  }
}