.dp_thi .fac {
  width: 100%;
  background-image: url(../img/dp/dp_thi_fac_bg.svg);
  background-position: center center;
  background-repeat: repeat;
  position: relative;
  contain: paint;
  padding: 0 0 56px;
}
.dp_thi .fac_container {
  position: relative;
}
.dp_thi .fac_head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  padding: 0 10px;
}
.dp_thi .fac_logo {
  width: 143px;
  display: block;
}
.dp_thi .fac_logo picture,
.dp_thi .fac_logo img {
  width: 100%;
  display: block;
}
.dp_thi .fac_head p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.dp_thi .fac_gallery {
  position: relative;
  contain: paint;
}
.dp_thi .fac_gallery_box {
  padding: 0 10px;
}
.dp_thi .scroll {
  display: none;
}
.dp_thi .fac_gallery_cell {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.dp_thi .fac_gallery_cell picture,
.dp_thi .fac_gallery_cell img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.dp_thi .fac_gallery_cell-02 {
  z-index: 1;
  margin-top: -35px;
}
.dp_thi .fac_gallery_cell-03 {
  z-index: 2;
  margin-top: -10px;
}
.dp_thi .fac_gallery_cell-04 {
  z-index: 3;
  margin-top: -13px;
}
.dp_thi .fac_gallery_cell-05 {
  z-index: 4;
  margin-top: 6px;
}
.dp_thi .fac_gallery_cell-06 {
  z-index: 5;
  margin-top: -13px;
}

.dp_thi .food {
  width: 100%;
  background-image: url(../img/dp/dp_thi_food_bg.svg);
  background-position: center center;
  background-repeat: repeat;
  position: relative;
  contain: paint;
}
.dp_thi .food::after {
  content: "";
  position: absolute;
  background: url(../img/dp/dp_thi_curtain.svg);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%;
  height: 139px;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.dp_thi .food_container {
  position: relative;
  padding: 170px 0 50px;
}
.dp_thi .food_head {
  width: 344px;
  display: block;
  position: absolute;
  top: 26px;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
.dp_thi .food_gallery {
  position: relative;
  padding: 80px 0 40px;
}
.dp_thi .food_gallery_frill {
  width: 326px;
  height: 326px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.dp_thi .food_gallery_frill img {
  width: 100%;
  height: 100%;
}
.dp_thi .food_gallery .swiper-slide {
  display: flex;
  align-items: center; 
  justify-content: center;
}
.dp_thi .food_gallery_img {
  width: 220px;
  height: 272px;
  display: block;
  margin:  0 auto;
}

.dp_thi .food_gallery .swiper-button-next svg,
.dp_thi .food_gallery .swiper-button-prev svg {
  display: none;
}

.dp_thi .food_gallery .swiper-button-next img,
.dp_thi .food_gallery .swiper-button-prev img {
  width: 22px;
}

.dp_thi .food_gallery .swiper-button-next {
  right: 50%;
  translate: 180px 0;
}
.dp_thi .food_gallery .swiper-button-prev {
  left: 50%;
  translate: -180px 0;
}
.dp_thi .food_gallery .swiper-button-next img {
  rotate: 180deg;
}
.dp_thi .food_gallery .swiper-button-next:after, 
.dp_thi .food_gallery .swiper-button-prev:after {
  content: none;
}

.dp_thi .spoon {
  width: 60px;
  position: absolute;
  top: 40%;
  left: 50%;
  rotate: 25.72deg;
  translate: -356% -50%;
  pointer-events: none;
  z-index: 1;
}
.dp_thi .fork {
  width: 60px;
  position: absolute;
  top: 45%;
  right: 50%;
  rotate: -24.99deg;
  translate: 360% -50%;
  pointer-events: none;
  z-index: 1;
}

.dp_thi .career {
  padding: 40px 0 200px;
  background-color: #CCF7FF;
  overflow: hidden;
}
.dp_thi .career_container {
  padding: 0 20px;
}
.dp_thi .career_head {
  width: 176px;
  margin: 0 auto 43px;
}
.dp_thi .career_head img {
  width: 100%;
}
.dp_thi .career_column {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 43px;
}
.dp_thi .career_panel {
  display: block;
  width: calc((100% - 10px) / 2);
  background-color: #fff;
}
.dp_thi .career_panel img {
  width: 100%;
}
.dp_thi .career_panel-l {
  width: 100%;
  padding: 38px 12px;
}
.dp_thi .career_panel-l picture,
.dp_thi .career_panel-l img {
  width: 227px;
  margin: 0 auto;
}
.dp_thi .career_panel_txtArea {
  margin: 34px 0 0;
}
.dp_thi .career_panel_head {
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #FB90FF 0%, #83EAFF 100%);
  padding: 0 30px;
  margin: 0 0 8px;
}
.dp_thi .career_panel_head span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.dp_thi .career_panel_head span small {
  font-size: 10px;
}
.dp_thi .career_forum_head {
  width: 150px;
  display: block;
  margin: 0 auto 17px;
}
.dp_thi .career_forum_head img {
  width: 100%;
}
.dp_thi .career_forum_row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  padding: 0 10px;
  margin: 0 0 30px;
}
.dp_thi .career_forum_video {
  width: calc(100% - 60px);
  height: 44.8717948718vw;
}
.dp_thi .career_forum_video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.dp_thi .career_forum_txtArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.dp_thi .career_forum_catch {
  width: 193px;
  display: block;
}
.dp_thi .career_forum_catch img {
  width: 100%;
}
.dp_thi .career_forum_txtArea p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.6;
}
.dp_thi .career_forum_gallery {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.dp_thi .career_forum_gallery img {
  width: calc((100% - 12px) / 3);
}
.dp_thi .career_naitei {
  padding: 65px 0 0;
  position: relative;
}
.dp_thi .career_naitei_head {
  width: 220px;
  display: block;
  margin: 0 auto 23px;
}
.dp_thi .career_naitei_head img {
  width: 100%;
}
.dp_thi .naitei_video {
  width: 52px;
  position: absolute;
  top: 60px;
  left: 50%;
  translate: -330% 0;
  rotate: -16.98deg;
}
.dp_thi .career_naitei_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 36px 12px 15px;
  border-radius: 10px;
  position: relative;
}
.dp_thi .career_naitei_item-pink {
  background-color: #F189FF;
}
.dp_thi .career_naitei_item-green {
  background-color: #39F9B3;
}
.dp_thi .career_naitei_item-blue {
  background-color: #67A9FF;
}

.career_naitei_block .swiper {
  overflow: visible;
}

.dp_thi .career_naitei_item::after {
  content: "";
  position: absolute;
  background: url(../img/dp/rec_01.svg) left center no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 12px;
  top: 6px;
  left: 6px;
}

.dp_thi .swiper-slide:nth-of-type(2) .career_naitei_item::after {
  background-image: url(../img/dp/rec_02.svg);
}
.dp_thi .swiper-slide:nth-of-type(3) .career_naitei_item::after {
  background-image: url(../img/dp/rec_03.svg);
}
.dp_thi .career_naitei_item_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-weight: 700;
}
.dp_thi .career_naitei_item_class {
  background-color: #fff;
  border-radius: 500px;
  padding: 2px 8px;
  font-size: 12px;
  letter-spacing: 0.05em;
  display: block;
  width: fit-content;
}
.dp_thi .career_naitei_item_name {
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
}
.dp_thi .career_naitei_item_img {
  width: 100%;
  border: 1px solid #000;
}
.dp_thi .career_naitei_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 900px) {
  .dp_thi .fac {
    padding: 0 0 115px;
  }
  .dp_thi .fac_head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 2.42857142857vw;
    padding: 0 7.14285714286vw;
  }
  .dp_thi .fac_logo {
    width: 286px;
  }
  .dp_thi .fac_head p {
    font-size: 19px;
    text-align: left;
    display: block;
    padding-bottom: 30px;
  }
  .dp_thi .fac_gallery {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .dp_thi .fac_gallery::-webkit-scrollbar {
    display: none;
  }
  .dp_thi .fac_gallery_box {
    width: 307.142857143vw;
    display: flex;
    align-items: flex-end;
    gap: 1.42857142857vw;
    padding: 0 7.14285714286vw;
  }
  .dp_thi .scroll {
    width: 145px;
    display: block;
    position: absolute;
    bottom: 4px;
    right: 64px;
  }
  .dp_thi .fac_gallery_cell {
    max-width: 100%;
    margin: 0;
  }
  .dp_thi .fac_gallery_cell-02,
  .dp_thi .fac_gallery_cell-03,
  .dp_thi .fac_gallery_cell-04,
  .dp_thi .fac_gallery_cell-05,
  .dp_thi .fac_gallery_cell-06 {
    z-index: 1;
    margin-top: 0;
  }

  .dp_thi .food_container {
    padding: 164px 0 22px;
  }
  .dp_thi .food::after {
    background-size: auto;
    height: 202px;
  }
  .dp_thi .food_head {
    width: 602px;
    top: 12px;
  }
  .dp_thi .food_gallery {
    padding: 0;
  }
  .dp_thi .food_gallery_frill {
    width: 45.8571428571vw;
    height: 45.8571428571vw;
  }
  .dp_thi .food_gallery .swiper {
    height: 45.8571428571vw;
  }
  .dp_thi .food_gallery_img {
    width: 29.2857142857vw;
    height: 29.2857142857vw;
  }
  .dp_thi .food_gallery .swiper-button-next img,
  .dp_thi .food_gallery .swiper-button-prev img {
    width: auto;
  }

  .dp_thi .food_gallery .swiper-button-next {
    right: 26.7142857143vw;
    translate: 0 0;
  }
  .dp_thi .food_gallery .swiper-button-prev {
    left: 26.7142857143vw;
    translate: 0 0;
  }

  .dp_thi .spoon {
    width: 8.35714285714vw;
    top: 50%;
    left: 15.4285714286vw;
    translate: 0 -40%;
    rotate: 15.84deg;
  }
  .dp_thi .fork {
    width: 9.42857142857vw;
    top: 50%;
    right: 14.2857142857vw;
    translate: 0 -40%;
  }

  .dp_thi .career {
    padding: 100px 0 330px;
    background-color: #CCF7FF;
  }
  .dp_thi .career_container {
    padding: 0 7.14285714286vw;
  }
  .dp_thi .career_head {
    width: 19.5714285714vw;
    margin: 0 auto 52px;
  }
  .dp_thi .career_column {
    gap: 30px;
    margin: 0 auto 52px;
  }
  .dp_thi .career_panel {
    width: calc((100% - 30px) / 2);
  }
  .dp_thi .career_panel-l {
    width: 100%;
    padding: 70px 9.14285714286vw;
  }
  .dp_thi .career_panel-l picture,
  .dp_thi .career_panel-l img {
    width: 35.8571428571vw;
  }
  .dp_thi .career_panel_txtArea {
    margin: 60px 0 0;
  }
  .dp_thi .career_panel_head {
    height: 41px;
    justify-content: flex-start;
  }
  .dp_thi .career_panel_head span {
    font-size: 24px;
  }

  .dp_thi .career_forum_head {
    width: 244px;
    margin: 0 auto 45px;
  }
  .dp_thi .career_forum_row {
    flex-direction: row;
    align-items: center;
    gap: 3.57142857143vw;
    padding: 0;
    margin: 0 0 52px;
  }
  .dp_thi .career_forum_video {
    width: 100%;
    flex: 0 1 42.8571428571vw;
    height: 26.6428571429vw;
  }
  .dp_thi .career_forum_txtArea {
    flex: 1 1 0;
    align-items: flex-start;
  }
  .dp_thi .career_forum_catch {
    width: 23.8571428571vw;
  }
  .dp_thi .career_forum_txtArea p {
    font-size: 19px;
  }
  .dp_thi .career_forum_gallery {
    gap: 21px;
  }
  .dp_thi .career_forum_gallery img {
    width: calc((100% - 42px) / 3);
  }

  .dp_thi .career_naitei {
    padding: 121px 0 0;
  }
  .dp_thi .career_naitei_head {
    width: 512px;
    margin: 0 auto 70px;
  }
  .dp_thi .naitei_video {
    width: 143px;
    top: 100px;
    left: 50%;
    translate: -360% 0;
  }
  .dp_thi .career_naitei_block .swiper-wrapper {
    width: 100%;
    height: 54.3571428571vw;
    display: flex;
    gap: 41px;
  }
  .dp_thi .career_naitei_block .swiper-slide {
    width: calc((100% - 82px) / 3);
    height: 54.3571428571vw;
  }
  .dp_thi .career_naitei_item {
    height: 100%;
    gap: 16px;
    padding: 40px 16px 20px;
  }
  .dp_thi .career_naitei_item::after {
    height: 18px;
    top: 12px;
    left: 12px;
  }
  .dp_thi .career_naitei_item_head {
    gap: 8px;
  }
  .dp_thi .career_naitei_item_class {
    padding: 4px 16px;
    font-size: 1vw;
  }
  .dp_thi .career_naitei_item_name {
    font-size: 1.42857142857vw;
  }
  .dp_thi .career_naitei_item_com {
    font-size: 1.14285714286vw;
  }
}
