.menu-detail-ttl {
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  color: #A68A62;
  font-size: 4.8rem;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .menu-detail-ttl {
    font-size: 8.96vw;
    margin-bottom: 5.3333333333vw;
    letter-spacing: 0;
  }
  .menu-detail-ttl small {
    font-size: 60%;
  }
}
.menu-detail-txt {
  font-size: 120%;
  text-align: center;
}
.menu-detail-txt p {
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .menu-detail-img {
    margin-bottom: 5.3333333333vw;
  }
}
.menu-trouble {
  text-align: center;
}
.menu-trouble-list {
  display: inline-block;
  text-align: left;
  background-color: white;
  border-radius: 20px;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .menu-trouble-list {
    border-radius: 5.3333333333vw;
    padding: 8vw;
  }
}
.menu-trouble-list-item {
  font-size: 120%;
  font-weight: bold;
  padding-left: 1.5em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .menu-trouble-list-item {
    font-size: 100%;
  }
}
.menu-trouble-list-item:not(:last-child) {
  margin-bottom: 1em;
}
.menu-trouble-list-item::before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  color: #A68A62;
  position: absolute;
  left: 0;
  top: 0;
}
.menu-trouble-list-item span {
  color: #A68A62;
}
.menu-merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .menu-merit-list {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.menu-merit-list-item {
  font-size: 120%;
  font-weight: bold;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  /* &::before {
      content: "\f164";
      font-family: "Font Awesome 6 Pro";
      font-weight: 300;
      color: $color-primary;
      position: absolute;
      left: 0;
      top: 0;
      border-right: solid 1px $color-border;
      padding: $space_xs;
      margin-right: $space_xs;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      @include mq($break_sp) {
          padding: $space_xs_sp;
          margin-right: $space_xs_sp;
      }
  } */
}
@media only screen and (max-width: 768px) {
  .menu-merit-list-item {
    font-size: 100%;
    border-radius: 2.6666666667vw;
    padding: 2.6666666667vw;
    margin: 2.6666666667vw;
  }
}
.menu-case-txt {
  font-size: 150%;
  color: #A68A62;
  font-family: "Bebas Neue", cursive;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .menu-case-txt {
    font-size: 120%;
    margin-top: 1.3333333333vw;
  }
}
.menu-case .fa-light {
  font-size: 4.8rem;
  color: #A68A62;
}
@media only screen and (max-width: 768px) {
  .menu-case .fa-light {
    font-size: 5.6vw;
  }
}
.menu-case-wrap {
  position: relative;
}
.menu-case-icon {
  position: absolute;
  z-index: 9;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.menu-flow-list-item {
  counter-increment: section;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: white;
  margin-bottom: 1px;
}
.menu-flow-list-item:before {
  content: counter(section, decimal-leading-zero);
  font-family: "Bebas Neue", cursive;
  font-size: 4.8rem;
  padding: 30px;
  border-right: solid 1px rgba(84, 76, 55, 0.1);
  width: 10%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-flow-list-item-group {
  padding: 30px;
  width: 90%;
}
.menu-flow-list-item-ttl {
  text-align: left;
  margin-bottom: 10px;
}
.menu-risk-list li {
  margin-bottom: 15px;
  padding: 20px;
  font-size: 100%;
  line-height: 1.65;
  background: #fff;
  border-radius: 10px;
}

.taxonomyMenu-archive-link {
  /* flex-direction: column; */
  padding: 0;
}
.taxonomyMenu-archive .archive-img {
  margin-right: 0;
  width: 100%;
}
.taxonomyMenu-archive .archive-title {
  text-align: center;
  font-size: 80%;
}
.taxonomyMenu-group {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .taxonomyMenu-group {
    margin-bottom: 0;
  }
}
.taxonomyMenu-group .sub-menu-bottom {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .taxonomyMenu-group .sub-menu-bottom {
    padding-top: 8vw;
    padding-bottom: 0;
  }
}
.taxonomyMenu-ttl_md {
  padding-left: 0;
  margin-bottom: 0;
}
.taxonomyMenu-ttl_md:before {
  content: none;
}
.taxonomyMenu-ttl_md a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .taxonomyMenu-ttl_md a {
    padding: 5.3333333333vw 8vw 5.3333333333vw 0;
    display: block;
  }
}
.taxonomyMenu-ttl_md a:before, .taxonomyMenu-ttl_md a:after {
  font-family: "Font Awesome 6 Duotone";
  font-weight: 900;
  font-size: 2.4rem;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f138";
  color: #A68A62;
}
@media only screen and (max-width: 768px) {
  .taxonomyMenu-ttl_md a:before, .taxonomyMenu-ttl_md a:after {
    right: 2.6666666667vw;
  }
}
.taxonomyMenu-ttl_md a:after {
  content: "\f138\f138";
  opacity: 0.4;
}
.taxonomyMenu-ttl_md a:hover {
  background-color: rgba(84, 76, 55, 0.1);
}
.taxonomyMenu-ttl_md .menu-item_thumb {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .taxonomyMenu-content {
    padding-top: 0;
    border-top: none;
  }
}