.area_hero {
  height: 52.4rem;
  background-image: url(../../images/foods/area/nashi_hita/hero_nashi_hita.jpg);
}
@media screen and (max-width: 750px) {
  .area_hero {
    height: 35.1rem;
    background-image: url(../../images/foods/area/nashi_hita/hero_nashi_hita_sp.jpg);
  }
}
@media screen and (max-width: 750px) {
  .area_hero .area_hero_inr {
    width: 97vw;
    padding: 0 0 6vw 6vw;
  }
}

@media screen and (max-width: 750px) {
  .area_hero_txt {
    margin-top: 1.8rem;
    letter-spacing: -0.15rem;
  }
}

.area_hero_tab {
  background-color: #d6b64f;
}

.area_desc {
  background-color: #d6b64f;
}

.area_desc_img {
  width: 38.38rem;
  height: 28.42rem;
}
@media screen and (max-width: 750px) {
  .area_desc_img {
    width: 100%;
    height: 62vw;
  }
}

.area_desc_txt {
  line-height: 2;
}

.area_desc_inr {
  padding: 5.5rem 0 5.5rem;
}
@media screen and (max-width: 750px) {
  .area_desc_inr {
    padding: 3rem 0 4.5rem;
  }
}

.textBlock > p:nth-of-type(2) {
  margin-top: 3.4rem;
}

.textBlock > p.attention {
  margin-top: 4rem;
  font-size: 1.4rem;
}

ul.photoDouble {
  width: 100%;
  margin: 3rem auto auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 3.1rem;
}
ul.photoDouble li {
  width: 47rem;
}
@media screen and (max-width: 750px) {
  ul.photoDouble li {
    width: 48.4%;
  }
}
ul.photoDouble li span {
  font-size: 1.6rem;
  line-height: 1.7;
  display: block;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  ul.photoDouble li span {
    font-size: 1.384rem;
    line-height: 1.9;
    letter-spacing: -0.1rem;
  }
}
@media screen and (max-width: 750px) {
  ul.photoDouble.spFull {
    row-gap: 2.1rem;
  }
}
@media screen and (max-width: 750px) {
  ul.photoDouble.spFull li {
    width: 100%;
  }
}

.sec_area_introduction {
  padding: 7rem 0 5rem;
}
@media screen and (max-width: 750px) {
  .sec_area_introduction {
    padding: 3rem 0 5.8rem;
  }
}

.sec_area_ichigo_cont {
  margin-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .sec_area_ichigo_cont {
    padding: 5.2rem 0 0;
  }
}

.columnBox {
  width: 100%;
  border: 0.1rem solid #00816d;
  border-radius: 4.28rem;
  background: #f2eace;
  padding: 3.75rem 0 4rem;
  margin: 4rem auto 8.85rem;
}
@media screen and (max-width: 750px) {
  .columnBox {
    margin: 1.9rem auto 5.4rem;
    border-radius: 2.1rem;
    padding: 2.2rem 0 3rem;
  }
}
.columnBox h3 {
  width: 100%;
  background: #00816d;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  padding: 1.7rem 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .columnBox h3 {
    font-size: 1.5rem;
    padding: 1.1rem 0;
  }
}
.columnBox .flexBox {
  width: 89rem;
  margin: 2.9rem auto auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .columnBox .flexBox {
    width: 30rem;
    margin: 1.8rem auto auto;
    flex-direction: column;
    row-gap: 1rem;
  }
}
.columnBox .flexBox img {
  width: 42.8rem;
}
@media screen and (max-width: 750px) {
  .columnBox .flexBox img {
    width: 100%;
  }
}
.columnBox .flexBox p {
  width: 42.8rem;
  font-size: 1.6rem;
  line-height: 2.25;
  color: #4d4d4d;
}
@media screen and (max-width: 750px) {
  .columnBox .flexBox p {
    width: 100%;
    font-size: 1.4rem;
    text-align: justify;
    letter-spacing: -0.1rem;
  }
}

@media screen and (max-width: 750px) {
  .spLetterSpace {
    letter-spacing: -0.2rem;
  }
}

.sec_area_interview {
  padding-top: 7.6rem;
}
@media screen and (max-width: 750px) {
  .sec_area_interview {
    padding-top: 6rem;
  }
}

.interview_faq_a_txt p + p {
  margin-top: 3.5rem;
}
.interview_faq_a_txt p.attention {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 2.5rem;
}

figure.intImg {
  width: 68rem;
  margin: auto auto 6rem;
}
@media screen and (max-width: 750px) {
  figure.intImg {
    width: 100%;
  }
}
figure.intImg figcaption {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  figure.intImg figcaption {
    font-size: 1.2rem;
    line-height: 2;
  }
}

figure.scheduleImg figcaption {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 1.8rem;
}
@media screen and (max-width: 750px) {
  figure.scheduleImg figcaption {
    font-size: 1.334rem;
    line-height: 1.7;
    margin-top: 0.5rem;
    letter-spacing: -0.1rem;
  }
}

.area_trivia {
  padding: 5rem 0 4.3rem;
}
@media screen and (max-width: 750px) {
  .area_trivia {
    padding: 3.5rem 0 2.75rem;
  }
}

.area_trivia_cont {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  row-gap: 4rem;
}
@media screen and (max-width: 750px) {
  .area_trivia_cont {
    row-gap: 2rem;
  }
}

.area_trivia_inr h3 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin: 3.8rem auto 5rem;
}
@media screen and (max-width: 750px) {
  .area_trivia_inr h3 {
    font-size: 1.4rem;
    margin: 2.3rem auto 2.2rem;
  }
}

dl.triviaDL {
  width: 45.2rem;
  display: flex;
  padding-left: 0.5rem;
}
@media screen and (max-width: 750px) {
  dl.triviaDL {
    width: 100%;
  }
}
dl.triviaDL:has(dd) dt {
  width: 23.2rem;
}
@media screen and (max-width: 750px) {
  dl.triviaDL:has(dd) dt {
    width: 16rem;
  }
}
@media screen and (max-width: 750px) {
  dl.triviaDL:has(dd) dd {
    width: 13.3rem;
    padding-top: 2.2rem;
  }
}
dl.triviaDL dt {
  font-size: 1.6rem;
  line-height: 2.2;
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
  dl.triviaDL dt {
    font-size: 1.396rem;
    line-height: 1.7;
  }
}
dl.triviaDL dt h4 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  color: #00816d;
  margin-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  dl.triviaDL dt h4 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
dl.triviaDL dd {
  width: 20rem;
  margin-left: 1.9rem;
}
dl.triviaDL dd span {
  font-size: 1.4rem;
  margin-top: 1rem;
  display: block;
}
@media screen and (max-width: 750px) {
  dl.triviaDL dd span {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.sec_area_point {
  padding: 7.3rem 0 6rem;
  background-color: #f8eddf;
}
@media screen and (max-width: 750px) {
  .sec_area_point {
    padding: 3.5rem 0 3.5rem;
  }
}

.sec_area_point_head {
  background-color: #d6be69;
}

figure.find01 {
  width: 97rem;
  margin: 4.8rem auto 2rem;
}
@media screen and (max-width: 750px) {
  figure.find01 {
    width: 100%;
  }
}
figure.find01 figcaption {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  figure.find01 figcaption {
    font-size: 1.2rem;
  }
}

figure.find02 {
  width: 74.65rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  figure.find02 {
    width: 100%;
  }
}

.textBlock > p {
  text-align: justify;
}

@media screen and (max-width: 750px) {
  .interview_sche_head {
    margin-bottom: 1.3rem !important;
  }
}

.mt25 {
  margin-top: 2.5rem;
}

.mt35 {
  margin-top: 3.5rem;
}

.mt55 {
  margin-top: 5.5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mt65 {
  margin-top: 6.5rem;
}

.mt80 {
  margin-top: 8rem;
}

.mt120 {
  margin-top: 12rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.spmt55 {
  margin-top: 5.5rem !important;
}

.spmb22 {
  margin-bottom: 2.2rem !important;
}

.spmb50 {
  margin-bottom: 5rem !important;
}

@media screen and (max-width: 750px) {
  .secTitle {
    font-size: 2rem;
  }
}