@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.pc {
  display: block !important;
}
@media only screen and (max-width: 796px) {
  .pc {
    display: none !important;
  }
}

.tablet {
  display: none !important;
}
@media only screen and (max-width: 960px) {
  .tablet {
    display: block !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 796px) {
  .sp {
    display: block !important;
  }
}

[font-serif] {
  font-family: "Noto Serif JP", serif;
}

p {
  font-size: 16px;
}
@media only screen and (max-width: 796px) {
  p {
    font-size: 14px;
  }
}

.btn {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  width: 100%;
  color: #c1272d;
  padding: 2rem 0;
  cursor: pointer;
}
.btn:hover {
  color: #c1272d;
}
.btn.icon::after {
  content: "";
  background: url(../img/arrow.svg) no-repeat center center/cover;
  width: 50px;
  height: 50px;
}

.wave_top {
  position: relative;
  max-width: 1920px;
  margin: auto;
  margin-top: -5%;
  z-index: 2;
}

.wave_bottom {
  position: relative;
  max-width: 1920px;
  margin: auto;
  margin-bottom: -5%;
  z-index: 2;
}

#shokuiku_fv {
  max-width: 1920px;
  margin: auto;
}

#shokuiku_apply {
  position: relative;
  background: url(../img/bg_pattern_apply.svg) no-repeat center center/cover;
  background-color: #fcf5f0;
  max-width: 1920px;
  min-height: 1000px;
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 796px) {
  #shokuiku_apply {
    overflow-x: hidden;
  }
}
#shokuiku_apply .inner {
  max-width: min(1440px, 100% - 60px);
  margin: auto;
  padding: 50px 0 150px;
}
@media only screen and (max-width: 796px) {
  #shokuiku_apply .inner {
    position: relative;
    max-width: 100%;
    padding: 30px 0 90px;
    z-index: 2;
  }
}
#shokuiku_apply .img_btn {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 796px) {
  #shokuiku_apply .img_btn {
    max-width: min(1440px, 100% - 60px);
    margin-top: 30px;
  }
}
#shokuiku_apply .img02 {
  margin-top: -100px;
}
@media only screen and (max-width: 796px) {
  #shokuiku_apply .img02 {
    margin-top: -150px;
  }
}

#shokuiku_message {
  position: relative;
}
#shokuiku_message .cloud {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1920px;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 796px) {
  #shokuiku_message .cloud {
    top: -100px;
  }
}
#shokuiku_message .cloud img {
  width: 100%;
}
#shokuiku_message .inner {
  position: relative;
  max-width: min(1440px, 100% - 60px);
  margin: auto;
  padding: 60px 0;
  z-index: 3;
}
@media only screen and (max-width: 796px) {
  #shokuiku_message .inner {
    max-width: 100%;
  }
}
#shokuiku_message h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
}
#shokuiku_message h2::before {
  content: "";
  background: url(../img/h2_icon02.svg) no-repeat;
  width: 32px;
  height: 23px;
}
#shokuiku_message .message_items {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 60px;
}
#shokuiku_message .message_item {
  max-width: 810px;
  margin: auto;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 796px) {
  #shokuiku_message .message_item {
    margin: 0;
    flex-direction: column;
  }
}
#shokuiku_message .message_item:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 796px) {
  #shokuiku_message .message_item:nth-child(even) {
    flex-direction: column;
  }
}
#shokuiku_message .message_item .img {
  position: relative;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 796px) {
  #shokuiku_message .message_item .img .hagi_logo {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
#shokuiku_message .message_item .img .icon {
  position: absolute;
  top: -40px;
  left: 0;
}
#shokuiku_message .message_item .img .icon.hagi {
  left: -140px;
}
@media only screen and (max-width: 796px) {
  #shokuiku_message .message_item .img .icon.hagi {
    left: 0px;
  }
}
#shokuiku_message .message_item .img .detail {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 810px;
  width: 100%;
}
#shokuiku_message .message_item .img .name_item {
  position: absolute;
  top: 30px;
  right: 20px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 10px;
}
@media only screen and (max-width: 796px) {
  #shokuiku_message .message_item .img .name_item {
    right: 20px;
  }
}
#shokuiku_message .message_item .img .company,
#shokuiku_message .message_item .img .name {
  background-color: white;
  writing-mode: vertical-rl;
  font-size: 18px;
  padding: 10px 0px;
}
#shokuiku_message .message_item .text_item {
  width: 100%;
}
@media only screen and (max-width: 796px) {
  #shokuiku_message .message_item .text_item {
    padding: 0 20px;
  }
}
#shokuiku_message .message_item .text_item h3 {
  font-size: 24px;
  font-weight: normal;
}
#shokuiku_message .message_item .text_item p {
  color: #231815;
}
#shokuiku_message .sponsor {
  margin-top: 90px;
}
#shokuiku_message .sponsor_items {
  max-width: 810px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 796px) {
  #shokuiku_message .sponsor_items {
    flex-direction: column;
    padding: 0 20px;
  }
}
#shokuiku_message .sponsor_item h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  font-weight: normal;
}
#shokuiku_message .sponsor_item h3::before {
  content: "";
  background: url(../img/h3_icon01.svg) no-repeat;
  width: 29px;
  height: 28px;
}
#shokuiku_message .splide__track {
  overflow-y: visible !important;
}
#shokuiku_message .splide__slide img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
#shokuiku_product {
  background: url(../img/bg_pattern02.svg);
  background-size: 160%;
  background-position: center;
  background-color: #f0ecdd;
  max-width: 1920px;
  margin: auto;
}
@media only screen and (max-width: 796px) {
  #shokuiku_product {
    position: relative;
    background: none;
    background-color: #f0ecdd;
  }
  #shokuiku_product::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg_pattern02_sp.svg);
    background-size: cover;
    opacity: 0.2;
  }
}
#shokuiku_product .inner {
  max-width: min(1440px, 100% - 60px);
  margin: auto;
  padding: 150px 0 60px;
}
@media only screen and (max-width: 796px) {
  #shokuiku_product .inner {
    position: relative;
    padding: 80px 0;
    z-index: 3;
  }
}
#shokuiku_product h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
}
#shokuiku_product h2::before {
  content: "";
  background: url(../img/h2_icon03.svg) no-repeat;
  width: 50px;
  height: 24px;
}
#shokuiku_product .product_items {
  max-width: 810px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
  margin: auto;
  margin-top: 60px;
}
#shokuiku_product .product_item .splide_product {
  position: relative;
}
#shokuiku_product .product_item .splide_product img {
  width: 100%;
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100vmax;
}
@media only screen and (max-width: 796px) {
  #shokuiku_product .product_item .splide_product img {
    height: auto;
    aspect-ratio: 1;
  }
}
#shokuiku_product .product_item .splide_product .title {
  position: absolute;
  top: -20px;
  left: 130px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 10px;
}
@media only screen and (max-width: 796px) {
  #shokuiku_product .product_item .splide_product .title {
    left: 20px;
  }
}
#shokuiku_product .product_item .splide_product p {
  background-color: white;
  writing-mode: vertical-rl;
  font-size: 18px;
  padding: 10px 0px;
}
#shokuiku_product .product_item .splide_product span.note {
  display: block;
  font-size: 14px;
  text-align: end;
  margin-top: 5px;
}
#shokuiku_product .product_item .splide_product .splide__arrow > svg {
  display: none;
}
#shokuiku_product .product_item .splide_product .splide__arrow--prev,
#shokuiku_product .product_item .splide_product .splide__arrow--next {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  --arrow_position: calc(50% - 430px);
  background-color: #c1272d;
  position: absolute;
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: var(--transition);
  border: 0;
  cursor: pointer;
  opacity: 1;
  z-index: 2;
}
#shokuiku_product .product_item .splide_product .splide__arrow--prev::after,
#shokuiku_product .product_item .splide_product .splide__arrow--next::after {
  content: "";
  width: 15px;
  height: 15px;
  border: solid #f3f9fe;
  border-width: 3px 3px 0 0;
}
@media only screen and (max-width: 796px) {
  #shokuiku_product .product_item .splide_product .splide__arrow--prev::after,
  #shokuiku_product .product_item .splide_product .splide__arrow--next::after {
    width: 10px;
    height: 10px;
  }
}
#shokuiku_product .product_item .splide_product .splide__arrow--prev {
  top: 50%;
  left: var(--arrow_position);
  transform: translateY(-50%);
}
@media only screen and (max-width: 796px) {
  #shokuiku_product .product_item .splide_product .splide__arrow--prev {
    left: -20px;
  }
}
#shokuiku_product .product_item .splide_product .splide__arrow--prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 796px) {
  #shokuiku_product .product_item .splide_product .splide__arrow--prev::after {
    margin-left: 0;
  }
}
#shokuiku_product .product_item .splide_product .splide__arrow--next {
  top: 50%;
  right: var(--arrow_position);
  transform: translateY(-50%);
}
@media only screen and (max-width: 796px) {
  #shokuiku_product .product_item .splide_product .splide__arrow--next {
    right: -20px;
  }
}
#shokuiku_product .product_item .splide_product .splide__arrow--next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}
@media only screen and (max-width: 796px) {
  #shokuiku_product .product_item .splide_product .splide__arrow--next::after {
    margin-right: 0;
  }
}
#shokuiku_product .product_item .takenaka {
  -o-object-position: 0 -100px;
     object-position: 0 -100px;
}
@media only screen and (max-width: 796px) {
  #shokuiku_product .product_item .takenaka {
    -o-object-position: 50% -50%;
       object-position: 50% -50%;
  }
}
#shokuiku_product .product_item .inoue {
  -o-object-position: 0 -80px;
     object-position: 0 -80px;
}
@media only screen and (max-width: 796px) {
  #shokuiku_product .product_item .inoue {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
#shokuiku_product .product_item .text_item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
  margin-top: 30px;
}
@media only screen and (max-width: 796px) {
  #shokuiku_product .product_item .text_item {
    grid-template-columns: 1fr;
  }
}
#shokuiku_product .product_item .text_item h3 {
  font-size: 22px;
  font-weight: normal;
}
#shokuiku_product .product_item .text_item p {
  color: #231815;
}
#shokuiku_product .product_item .masked-image {
  -webkit-mask-image: url("../img/mask_img.webp");
          mask-image: url("../img/mask_img.webp");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
#shokuiku_product .product_item .company_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 60px;
}
@media only screen and (max-width: 796px) {
  #shokuiku_product .product_item .company_items {
    grid-template-columns: 1fr;
  }
}
#shokuiku_product .product_item .company_item.text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#shokuiku_product .product_item .company_item.text h3 {
  font-size: 24px;
  font-weight: normal;
}
#shokuiku_product .product_item .company_item.text p {
  color: #231815;
}
#shokuiku_product .product_item .company_name {
  color: #231815;
  font-size: 18px;
}
#shokuiku_product .product_item .company_name::before {
  content: "";
  background-color: #c1272d;
  display: inline-block;
  width: 100%;
  height: 3px;
  margin-bottom: 10px;
}