.menu-reason {
  margin-bottom: 78px;
}

.menu-group__headding {
  margin-bottom: 85px;
  text-align: center;
  color: #153496;
  font-family: 'Noto Serif JP', serif;
}

.menu-group__headding-sub {
  display: block;
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 24px;
}

@media screen and (max-width: 680px) {
  .menu-group__headding-sub {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}

.menu-group__headding-sub::before, .menu-group__headding-sub::after {
  content: '';
  position: absolute;
  background: url("../new_image/title_left.svg") center no-repeat;
  width: 18px;
  height: 31px;
  top: 0;
}

@media screen and (max-width: 680px) {
  .menu-group__headding-sub::before, .menu-group__headding-sub::after {
    top: -5px;
  }
}

@media screen and (max-width: 480px) {
  .menu-group__headding-sub::before, .menu-group__headding-sub::after {
    top: 10px;
  }
}

.menu-group__headding-sub::before {
  left: -30px;
}

.menu-group__headding-sub::after {
  background: url("../new_image/title_right.svg") center no-repeat;
  right: -30px;
}

.menu-group__headding-main {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
}

@media screen and (max-width: 480px) {
  .menu-group__headding-main {
    font-size: 2.4rem;
  }
}

.menu-group__headding-main .-strong {
  position: relative;
}

.menu-group__headding-main .-strong::before {
  content: '';
  position: absolute;
  border-top: 3px solid #fad901;
  border-bottom: 3px solid #fad901;
  width: 100%;
  height: 6px;
  right: 0;
  bottom: -8px;
}

@media screen and (max-width: 680px) {
  .menu-group__headding-main .-strong::before {
    border-width: 2px;
  }
}

.menu-group__list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 -10px 30px;
}

@media screen and (max-width: 680px) {
  .menu-group__list {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.menu-group__list-item {
  width: 100%;
  max-width: 320px;
  background: #F5F9FF;
  margin: 0 10px;
  padding: 10px 20px 22px;
}

@media screen and (max-width: 680px) {
  .menu-group__list-item {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 680px) {
  .menu-group__list-item:last-child {
    margin-bottom: 0px;
  }
}

.menu-group__list-label {
  width: 130px;
  border: 3px solid #153496;
  border-radius: 3px;
  margin: -30px auto 16px;
  padding: 3px 10px 4px;
  background: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #153496;
  text-align: center;
}

.menu-group__list-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.44;
}

@media screen and (max-width: 960px) {
  .menu-group__list-title {
    font-size: 1.6rem;
  }
}

.menu-group__list-img {
  margin: 42px 0 40px;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .menu-group__list-img {
    margin-bottom: 20px;
  }
}

.menu-group__list-img.-ex02 {
  margin: 17px 0 12px;
}

.menu-group__list-note {
  font-size: 1.2rem;
  color: #333;
  line-height: 1.66;
}
/*# sourceMappingURL=service_menu.css.map */