.page-shokuiku .l-content__inner {
  max-width: 1030px;
  padding: 0 15px;
}

.page-shokuiku .kv {
  position: relative;
  max-width: 1440px;
  min-height: 600px;
  max-height: 1200px;
  height: calc(100vh - 120px);
  margin: 0 auto;
  transition: height 0.3s ease;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .page-shokuiku .kv {
    width: 100%;
    height: 600px;
  }
}
.page-shokuiku .kv .kv__bg {
  position: fixed;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-height: 600px;
  max-height: 1200px;
  height: calc(100vh - 120px);
  z-index: -2;
}
.page-shokuiku .kv .kv__bg .slick-slide {
  width: 100%;
  min-height: 600px;
  max-height: 1200px;
  height: calc(100vh - 120px);
}
.page-shokuiku .kv .kv__bg .slick-slide img {
  width: 100%;
  min-height: 600px;
  max-height: 1200px;
  height: calc(100vh - 120px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 768px) {
  .page-shokuiku .kv .kv__bg {
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .page-shokuiku .kv .kv__bg {
    min-height: 600px;
  }
  .page-shokuiku .kv .kv__bg .slick-slide {
    min-height: 600px;
  }
  .page-shokuiku .kv .kv__bg .slick-slide img {
    min-height: 600px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
.page-shokuiku .kv .kv__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 5;
  pointer-events: none;
}
.page-shokuiku .kv .kv__cont {
  position: absolute;
  top: 100px;
  left: 88px;
  z-index: 10;
  max-width: 480px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-shokuiku .kv .kv__cont {
    top: calc(50px + 345 * (767px - 100vw) / 447);
    left: 4px;
  }
}
@media screen and (max-width: 320px) {
  .page-shokuiku .kv .kv__cont {
    top: 445px;
  }
}
.page-shokuiku .kv .kv__cont h1,
.page-shokuiku .kv .kv__cont p {
  text-align: left;
}
.page-shokuiku .kv .kv__cont h1 {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .page-shokuiku .kv .kv__cont h1 {
    margin-bottom: 52px;
  }
}
.page-shokuiku .kv .kv__cont h1 img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}
.page-shokuiku .kv .kv__cont p img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}
.page-shokuiku .kv .kv__cont .c-btn-accordion {
  font-size: 14px;
  font-weight: 500;
  width: 184px;
  margin-top: 40px;
  margin-bottom: 40px;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .page-shokuiku .kv .kv__cont .c-btn-accordion {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.page-shokuiku .shokuiku__bg--opacity {
  width: 100%;
  height: 262px;
  margin-top: -50px;
  background: linear-gradient(to bottom, rgba(255, 246, 232, 0) 0%, rgb(255, 246, 232) 100%);
}
@media screen and (max-width: 767px) {
  .page-shokuiku .shokuiku__bg--opacity {
    height: 203px;
  }
}

.shokuiku__nav {
  max-width: 1244px;
  margin: auto;
  margin-bottom: 122px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .shokuiku__nav {
    margin-bottom: 90px;
  }
}
.shokuiku__nav .nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
@media screen and (max-width: 767px) {
  .shokuiku__nav .nav__list {
    grid-gap: 10px;
  }
}
.shokuiku__nav .nav__list .nav__item {
  max-width: 600px;
  max-height: 333px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shokuiku__nav .nav__list .nav__item {
    max-width: none;
    max-height: none;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}
.shokuiku__nav .nav__list .nav__item .nav__item__img {
  position: relative;
}
.shokuiku__nav .nav__list .nav__item .nav__item__img picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
  z-index: 1;
}
.shokuiku__nav .nav__list .nav__item .nav__item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.shokuiku__nav .nav__list .nav__item .nav__item__ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 22px 20px 32px;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .shokuiku__nav .nav__list .nav__item .nav__item__ttl {
    padding: 0 12px 11px 10px;
  }
}
.shokuiku__nav .nav__list .nav__item .nav__item__ttl img {
  max-height: 43px;
  max-width: 75%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .shokuiku__nav .nav__list .nav__item .nav__item__ttl img {
    height: auto;
    max-width: none;
  }
}
.shokuiku__nav .nav__list .nav__item:first-of-type {
  max-width: 600px;
  max-height: 333px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shokuiku__nav .nav__list .nav__item:first-of-type {
    max-width: none;
    max-height: none;
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}
.shokuiku__nav .nav__list .nav__item:first-of-type .nav__item__img {
  position: relative;
}
.shokuiku__nav .nav__list .nav__item:first-of-type .nav__item__img picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
  z-index: 1;
}
.shokuiku__nav .nav__list .nav__item:first-of-type .nav__item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.shokuiku__nav .nav__list .nav__item:first-of-type .nav__item__ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px 14px 32px;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .shokuiku__nav .nav__list .nav__item:first-of-type .nav__item__ttl {
    padding: 0 12px 11px 10px;
  }
}
.shokuiku__nav .nav__list .nav__item:first-of-type .nav__item__ttl img {
  max-height: 82px;
  max-width: 75%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .shokuiku__nav .nav__list .nav__item:first-of-type .nav__item__ttl img {
    height: auto;
    max-width: none;
  }
}
.shokuiku__nav .nav__list .nav__item:nth-child(2) .nav__item__ttl {
  padding: 0 22px 14px 32px;
}
@media screen and (max-width: 767px) {
  .shokuiku__nav .nav__list .nav__item:nth-child(2) .nav__item__ttl {
    padding: 0 12px 11px 10px;
  }
}
.shokuiku__nav .nav__list .nav__item:nth-child(3) .nav__item__ttl {
  padding: 0 22px 14px 32px;
}
@media screen and (max-width: 767px) {
  .shokuiku__nav .nav__list .nav__item:nth-child(3) .nav__item__ttl {
    padding: 0 12px 13px 10px;
  }
}
.shokuiku__nav .nav__list .nav__item:nth-child(4) .nav__item__ttl {
  padding: 0 22px 14px 32px;
}
@media screen and (max-width: 767px) {
  .shokuiku__nav .nav__list .nav__item:nth-child(4) .nav__item__ttl {
    padding: 0 12px 15px 10px;
  }
}

.activity__nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 35px;
  position: relative;
}
.activity__nav::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 3px;
  background-image: url("/sustainability/shokuiku/imgs/line-h3-pc.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: inherit;
}
@media screen and (max-width: 767px) {
  .activity__nav {
    margin-top: 33px;
    margin-bottom: 24px;
  }
  .activity__nav::before {
    top: -17px;
    left: 8px;
    width: calc(100% - 20px);
    background-image: url("/sustainability/shokuiku/imgs/line-h3-sp.png");
  }
  .activity__nav .c-btn-anchorlink {
    padding: 3px 9px 0px 24px;
  }
}
@media screen and (max-width: 767px) {
  .activity__nav .activity__nav {
    margin-left: 14px;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.activity-japan .activity__nav h3 img {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .activity-japan .activity__nav h3 img {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 12px;
  }
}

.activity__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .activity__list {
    gap: 17px;
  }
}

.activity__item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .activity__item {
    flex-direction: column;
    gap: 16px;
  }
}

.activity__img {
  max-width: 320px;
  width: 100%;
  max-height: 240px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .activity__img {
    max-width: none;
    max-height: none;
  }
}
.activity__img img {
  width: 100%;
  height: auto;
}

.activity__content {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .activity__content {
    max-width: none;
    max-height: none;
  }
}

.activity__info {
  font-family: "Noto Sans JP";
}
.activity__info .activity__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .activity__info .activity__ttl {
    font-size: 16px;
    margin-bottom: 9px;
  }
}
.activity__info .activity__text {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .activity__info .activity__text {
    font-size: 14px;
  }
}

.activity__btncont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .activity__btncont {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 19px;
  }
}

@media screen and (max-width: 767px) {
  #activity-japan-03 a {
    width: 252px;
  }
}

#activity-japan-05 .u-width-464 {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #activity-japan-05 .u-width-464 {
    width: 464px;
  }
}
@media screen and (max-width: 767px) {
  #activity-japan-05 .u-width-464 {
    max-width: 464px;
    width: 100%;
  }
}

#activity-japan-07 .u-width-575 {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #activity-japan-07 .u-width-575 {
    width: 575px;
  }
}
@media screen and (max-width: 767px) {
  #activity-japan-07 .u-width-575 {
    width: 314px;
  }
}
#activity-japan-07 .activity__btncont:last-of-type {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  #activity-japan-07 .activity__btncont:last-of-type {
    margin-top: 10px;
  }
  #activity-japan-07 .activity__btncont:last-of-type a {
    width: 314px;
  }
}

@media screen and (max-width: 767px) {
  #activity-japan-11 a {
    width: 310px;
    text-align: center;
  }
  #activity-japan-11 a span {
    text-align: center;
  }
}