.header-nav__second-menu {
  top: 0 !important;
  padding-top: 55px !important;
  z-index: 1;
}

.header-nav__has-child + li {
  position: relative;
  z-index: 10;
}

.header-nav__second-menu01.add-nav[style*="display: block"], .header-nav__second-menu02.add-nav[style*="display: block"] {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
}
.header-nav__second-menu01.add-nav[style*="display: block"] li:nth-child(2), .header-nav__second-menu02.add-nav[style*="display: block"] li:nth-child(2) {
  order: 3;
}
.header-nav__second-menu01.add-nav[style*="display: block"] li:nth-child(3), .header-nav__second-menu02.add-nav[style*="display: block"] li:nth-child(3) {
  order: 5;
}
.header-nav__second-menu01.add-nav[style*="display: block"] li:nth-child(4), .header-nav__second-menu02.add-nav[style*="display: block"] li:nth-child(4) {
  order: 7;
}
.header-nav__second-menu01.add-nav[style*="display: block"] li:nth-child(5), .header-nav__second-menu02.add-nav[style*="display: block"] li:nth-child(5) {
  order: 9;
}
.header-nav__second-menu01.add-nav[style*="display: block"] li:nth-child(6), .header-nav__second-menu02.add-nav[style*="display: block"] li:nth-child(6) {
  order: 11;
}
.header-nav__second-menu01.add-nav[style*="display: block"] li:nth-child(7), .header-nav__second-menu02.add-nav[style*="display: block"] li:nth-child(7) {
  order: 13;
}
.header-nav__second-menu01.add-nav[style*="display: block"] li:nth-child(8), .header-nav__second-menu02.add-nav[style*="display: block"] li:nth-child(8) {
  order: 2;
  border-top: 0px;
}
.header-nav__second-menu01.add-nav[style*="display: block"] li:nth-child(9), .header-nav__second-menu02.add-nav[style*="display: block"] li:nth-child(9) {
  order: 4;
}
.header-nav__second-menu01.add-nav[style*="display: block"] li:nth-child(10), .header-nav__second-menu02.add-nav[style*="display: block"] li:nth-child(10) {
  order: 6;
}
.header-nav__second-menu01.add-nav[style*="display: block"] li:nth-child(11), .header-nav__second-menu02.add-nav[style*="display: block"] li:nth-child(11) {
  order: 8;
}
.header-nav__second-menu01.add-nav[style*="display: block"] li:nth-child(12), .header-nav__second-menu02.add-nav[style*="display: block"] li:nth-child(12) {
  order: 10;
}
.header-nav__second-menu01.add-nav[style*="display: block"] li:nth-child(13), .header-nav__second-menu02.add-nav[style*="display: block"] li:nth-child(13) {
  order: 12;
}

/*-----------------------------
  symptoms
------------------------------*/
.bg-wrap {
  background: #F2F0E8;
  background: linear-gradient(328deg, rgb(242, 240, 232) 0%, rgb(214, 196, 171) 25%, rgb(232, 217, 197) 55%, rgb(242, 240, 232) 100%);
}

#top-symptom, #top-disease {
  padding: 100px 0;
}
#top-symptom ul, #top-disease ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 50px;
}
#top-symptom ul li, #top-disease ul li {
  text-align: center;
}
#top-symptom ul li:nth-child(2) a:before, #top-disease ul li:nth-child(2) a:before {
  background: url(/asset/images/symptoms/img2.jpg) no-repeat;
  background-size: cover;
}
#top-symptom ul li:nth-child(3) a:before, #top-disease ul li:nth-child(3) a:before {
  background: url(/asset/images/symptoms/img3.jpg) no-repeat;
  background-size: cover;
}
#top-symptom ul li:nth-child(4) a:before, #top-disease ul li:nth-child(4) a:before {
  background: url(/asset/images/symptoms/img4.jpg) no-repeat 50% bottom;
  background-size: cover;
}
#top-symptom ul li:nth-child(5) a:before, #top-disease ul li:nth-child(5) a:before {
  background: url(/asset/images/symptoms/img5.jpg) no-repeat 50% 50%;
  background-size: cover;
}
#top-symptom ul li:nth-child(6) a:before, #top-disease ul li:nth-child(6) a:before {
  background: url(/asset/images/symptoms/img6.jpg) no-repeat;
  background-size: cover;
}
#top-symptom ul li:nth-child(7) a:before, #top-disease ul li:nth-child(7) a:before {
  background: url(/asset/images/symptoms/img7.jpg) no-repeat;
  background-size: cover;
}
#top-symptom ul li:nth-child(8) a:before, #top-disease ul li:nth-child(8) a:before {
  background: url(/asset/images/symptoms/img8.jpg) no-repeat 50% bottom;
  background-size: cover;
}
#top-symptom ul li:nth-child(9) a:before, #top-disease ul li:nth-child(9) a:before {
  background: url(/asset/images/symptoms/img9.jpg) no-repeat;
  background-size: cover;
}
#top-symptom ul li:nth-child(10) a:before, #top-disease ul li:nth-child(10) a:before {
  background: url(/asset/images/symptoms/img10.jpg) no-repeat;
  background-size: cover;
}
#top-symptom ul li a, #top-disease ul li a {
  display: block;
  background-color: #633C27;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 100px 0 20px;
  box-sizing: border-box;
  height: 100%;
}
#top-symptom ul li a:before, #top-disease ul li a:before {
  content: "";
  background: url(/asset/images/symptoms/img1.jpg) no-repeat;
  background-size: cover;
  height: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#top-symptom ul li a:after, #top-disease ul li a:after {
  content: "";
  background: #633C27;
  background: linear-gradient(0deg, rgb(99, 60, 39) 0%, rgba(99, 60, 39, 0.3) 100%);
  height: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#top-symptom ul li a span, #top-disease ul li a span {
  position: relative;
  z-index: 2;
  padding-top: 15px;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4;
}
#top-symptom ul li a span:before, #top-disease ul li a span:before {
  content: "Case";
  position: absolute;
  top: -0.8em;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "recherche", sans-serif;
  font-size: 2.2rem;
  font-weight: 200;
  opacity: 0.6;
}

#top-disease {
  position: relative;
  z-index: 1;
  padding-top: 70px;
}
#top-disease:before {
  content: "";
  width: 96%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 2%;
  background: #633C27;
  background: linear-gradient(90deg, rgba(99, 60, 39, 0) 0%, rgb(99, 60, 39) 50%, rgba(99, 60, 39, 0) 100%);
}
#top-disease ul li:nth-child(1) a:before {
  background: url(/asset/images/disease/img1.jpg) no-repeat 50% bottom;
  background-size: cover;
}
#top-disease ul li:nth-child(2) a:before {
  background: url(/asset/images/disease/img2.jpg) no-repeat;
  background-size: cover;
}
#top-disease ul li:nth-child(3) a:before {
  background: url(/asset/images/disease/img3.jpg) no-repeat;
  background-size: cover;
}
#top-disease ul li:nth-child(4) a:before {
  background: url(/asset/images/disease/img4.jpg) no-repeat;
  background-size: cover;
}
#top-disease ul li:nth-child(5) a:before {
  background: url(/asset/images/disease/img5.jpg) no-repeat;
  background-size: cover;
}
#top-disease ul li:nth-child(6) a:before {
  background: url(/asset/images/disease/img6.jpg) no-repeat 50% bottom;
  background-size: cover;
}
#top-disease ul li:nth-child(7) a:before {
  background: url(/asset/images/disease/img7.jpg) no-repeat;
  background-size: cover;
}
#top-disease ul li:nth-child(8) a:before {
  background: url(/asset/images/disease/img8.jpg) no-repeat;
  background-size: cover;
}
#top-disease ul li:nth-child(9) a:before {
  background: url(/asset/images/disease/img9.jpg) no-repeat;
  background-size: cover;
}
#top-disease ul li:nth-child(10) a:before {
  background: url(/asset/images/disease/img10.jpg) no-repeat;
  background-size: cover;
}

.symptoms.disease #mv {
  background: url(/asset/images/disease/mv.jpg) no-repeat 80% 50% !important;
  background-size: cover !important;
}
.symptoms #mv {
  background: url(/asset/images/symptoms/mv.jpg) no-repeat 80% 50% !important;
  background-size: cover !important;
}
.symptoms #anchor-list {
  margin-bottom: 80px;
}
.symptoms #anchor-list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.symptoms #anchor-list ul li {
  text-align: center;
}
.symptoms #anchor-list ul li a {
  display: block;
  background-color: #633C27;
  color: #fff;
  height: 70px;
  line-height: 70px;
}
.symptoms .check-list-box {
  margin-top: 30px;
  padding: 30px 30px 40px;
  background-color: #fffaea;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.symptoms .check-list-box:after {
  content: "";
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5%;
  background-color: #fcf1ce;
  opacity: 0.7;
  transform: rotate(4deg);
  z-index: -1;
}
.symptoms .check-list-box h4 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 1.3rem;
  color: #F59B00;
}
.symptoms .check-list-box ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  /*max-inline-size: max-content;
  margin-inline: auto;*/
  justify-content: center;
}
.symptoms .check-list-box ul li {
  margin-right: 1.5em;
  position: relative;
  padding-left: 33px;
  margin-bottom: 10px;
}
.symptoms .check-list-box ul li:before {
  content: "";
  background: url(/asset/images/symptoms/icon.png) no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 56%;
  left: 0;
  transform: translateY(-50%);
}
.symptoms .check-list-box ul li a {
  color: #333;
  position: relative;
  padding-bottom: 5px;
}
.symptoms .check-list-box ul li a:after {
  content: "";
  border-bottom: 1px dotted #333;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.symptoms .check-list-box ul li a:hover {
  opacity: 0.7;
}
.symptoms .area {
  padding-top: 85px;
  margin-top: -85px;
}
.symptoms .area.right .flex03 {
  flex-direction: row-reverse;
}
.symptoms .area.right .flex03 .img {
  margin: 0 3% 0 0;
}

@media screen and (max-width: 768px) {
  #top-symptom, #top-disease {
    padding: 50px 0;
  }
  #top-symptom ul, #top-disease ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-top: 25px;
  }
  #top-symptom ul li a, #top-disease ul li a {
    display: block;
    background-color: #633C27;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 80px 0 20px;
  }
  #top-symptom ul li a:before, #top-disease ul li a:before {
    height: 80px;
  }
  #top-symptom ul li a:after, #top-disease ul li a:after {
    height: 80px;
  }
  #top-symptom ul li a span, #top-disease ul li a span {
    font-size: 1.1rem;
  }
  #top-symptom ul li a span:before, #top-disease ul li a span:before {
    font-size: 1.8rem;
  }
  #top-disease {
    padding-top: 40px;
  }
  .symptoms #anchor-list {
    margin-bottom: 50px;
  }
  .symptoms #anchor-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .symptoms #anchor-list ul li a {
    height: 60px;
    line-height: 60px;
    opacity: 1 !important;
  }
  .symptoms .check-list-box {
    margin-top: 20px;
    padding: 20px 10px 25px;
  }
  .symptoms .check-list-box h4 {
    margin-bottom: 20px;
    font-size: 1.1rem;
  }
  .symptoms .check-list-box ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -5px;
    justify-content: flex-start;
  }
  .symptoms .check-list-box ul li {
    margin-right: 0.8em;
    position: relative;
    padding-left: 33px;
    margin-bottom: 5px;
  }
  .symptoms .check-list-box ul li:before {
    content: "";
    background: url(/asset/images/symptoms/icon.png) no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 56%;
    left: 0;
    transform: translateY(-50%);
  }
  .symptoms .check-list-box ul li a {
    color: #333;
    position: relative;
    padding-bottom: 5px;
  }
  .symptoms .check-list-box ul li a:after {
    content: "";
    border-bottom: 1px dotted #333;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .symptoms .check-list-box ul li a:hover {
    opacity: 0.7;
  }
  .symptoms .area {
    padding-top: 20px;
    margin-top: -20px;
  }
  .symptoms .area .flex03 {
    flex-direction: column-reverse;
  }
  .symptoms .area.right .flex03 {
    flex-direction: column-reverse;
  }
  .symptoms .area.right .flex03 .img {
    margin: 0 0 20px 0;
  }
}