body {
  font-size: 0.14rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.14rem;
    min-width: 320px;
  }
}

.wrapper {
  overflow: hidden;
}

a {
  color: #000;
}

img {
  display: inline;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sponly {
    display: none !important;
  }
}

.objectfit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumbs {
  display: none;
}

header {
  line-height: 1.8;
}

.hms_cmn_footer {
  padding: 0.5rem 0.2rem 1.2rem;
}

.hms_cmn_footer .hms_content {
  max-width: 11.4rem;
  margin: 0 auto;
}

.hms_cmn_footer .hms_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eae8db;
}

.hms_cmn_footer .hms_wrap .hms_logo {
  width: 50%;
}

.hms_cmn_footer .hms_wrap .hms_logo img {
  width: 2.16rem;
}

.hms_cmn_footer .hms_wrap .hms_lists01 {
  width: 50%;
}

.hms_cmn_footer .hms_wrap .hms_lists01 li a {
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.hms_cmn_footer .hms_wrap .hms_lists01 li:not(:last-of-type) {
  margin-bottom: 0.24rem;
}

.hms_cmn_footer .hms_after {
  padding-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
}

.hms_cmn_footer .hms_after .hms_small {
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.hms_cmn_footer .hms_after .hms_lists02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5rem;
}

.hms_cmn_footer .hms_after .hms_lists02 li a {
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .hms_cmn_footer {
    padding: 0.25rem 0 1.2rem;
    background-color: #eae8db;
  }
  .hms_cmn_footer .hms_content {
    max-width: 11rem;
    margin: 0 auto;
  }
  .hms_cmn_footer .hms_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: block;
    padding-bottom: 0;
    border-bottom: none;
    text-align: center;
  }
  .hms_cmn_footer .hms_wrap .hms_logo {
    width: 100%;
  }
  .hms_cmn_footer .hms_wrap .hms_logo img {
    width: 1.19rem;
  }
  .hms_cmn_footer .hms_wrap .hms_lists01 {
    width: 100%;
    margin-top: 0.44rem;
  }
  .hms_cmn_footer .hms_wrap .hms_lists01 li a {
    font-size: 0.175rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .hms_cmn_footer .hms_wrap .hms_lists01 li:not(:last-of-type) {
    margin-bottom: 0.22rem;
  }
  .hms_cmn_footer .hms_after {
    padding-top: 0.5rem;
    display: block;
    text-align: center;
  }
  .hms_cmn_footer .hms_after .hms_small {
    margin-top: 0.27rem;
    font-size: 0.1rem;
    font-weight: 700;
    display: block;
  }
  .hms_cmn_footer .hms_after .hms_lists02 {
    display: block;
  }
  .hms_cmn_footer .hms_after .hms_lists02 li a {
    font-size: 0.12rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .hms_cmn_footer .hms_after .hms_lists02 li:not(:last-of-type) {
    margin-bottom: 0.06rem;
  }
}

/* --------------------------------------------------------------
   Module_Element
-------------------------------------------------------------- */
.hms_btn_anim {
  display: inline-block;
  position: relative;
}

.hms_btn_anim .hms_disable {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.hms_btn_anim .hms_enable {
  position: absolute;
  z-index: 0;
}

.hms_btn_anim .hms_enable,
.hms_btn_anim .hms_disable {
  top: 0;
  left: 0;
  display: block;
}

@media screen and (min-width: 768px) {
  .hms_btn_anim:hover {
    opacity: 1;
  }
  .hms_btn_anim:hover .hms_disable {
    opacity: 0;
  }
}

.hms_cta .hms_tit_wrap {
  padding: 0.64rem 0 0.67rem;
  text-align: center;
  position: relative;
  background-color: #eae8db;
}

.hms_cta .hms_tit_wrap::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: -0.99rem;
  left: calc(50% - 0.5rem);
  background-color: #eae8db;
  -webkit-clip-path: polygon(50% 54%, 0 0, 100% 0);
          clip-path: polygon(50% 54%, 0 0, 100% 0);
}

.hms_cta .hms_tit_wrap .hms_stit {
  position: absolute;
  top: -0.1rem;
  left: calc(50% - 2.53rem);
}

.hms_cta .hms_tit_wrap .hms_stit img {
  max-width: 3.41rem;
}

.hms_cta .hms_tit_wrap .hms_tit {
  margin-left: -1.6rem;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.hms_cta .hms_tit_wrap .hms_tit::before {
  content: "";
  width: 2.96rem;
  height: 3.75rem;
  position: absolute;
  z-index: -1;
  bottom: -0.67rem;
  right: -2.4rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cta/pic02.png);
}

.hms_cta .hms_tit_wrap .hms_tit img {
  max-width: 4.79rem;
}

.hms_cta .hms_content {
  padding: 0.37rem 0.2rem 0.55rem;
  background-color: #f9f8f4;
  overflow: hidden;
}

.hms_cta .hms_cat {
  text-align: center;
}

.hms_cta .hms_cat img {
  max-width: 4.96rem;
}

.hms_cta .hms_inner_wrap {
  max-width: 11rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 2%;
}

.hms_cta .hms_inner {
  width: 111%;
  padding-top: 0.26rem;
}

.hms_cta .hms_list_tit {
  text-align: center;
  padding: 0.06rem;
  font-size: 0.2rem;
  color: #fff;
  background-color: #e94609;
  position: relative;
  z-index: 1;
}

.hms_cta .hms_lists {
  margin-top: 0.17rem;
}

.hms_cta .hms_lists li {
  padding-left: 0.62rem;
  font-size: 0.24rem;
  font-weight: 500;
  position: relative;
  line-height: 1.64;
}

.hms_cta .hms_lists li .hms_strong {
  font-weight: 700;
}

.hms_cta .hms_lists li::before {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  top: 0.1rem;
  left: 0.21rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cta/check.png);
}

.hms_cta .hms_point {
  margin-top: 0.22rem;
}

.hms_cta .hms_point .hms_point_cat {
  padding-left: 0.11rem;
}

.hms_cta .hms_point .hms_point_cat img {
  width: 1.205rem;
}

.hms_cta .hms_point .hms_point_txt {
  margin-top: -0.08rem;
  padding: 0.25rem 2rem 0.3rem 0.2rem;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 1.39;
  background-color: #fff;
  border-radius: 0.2rem;
  border: 0.02rem solid #e94609;
  position: relative;
}

.hms_cta .hms_point .hms_point_txt::before {
  content: "";
  width: 2.29rem;
  height: 2.35rem;
  position: absolute;
  bottom: 0;
  right: -0.15rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cta/pic.png);
}

.hms_cta .hms_point .hms_point_txt .hms_marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d9b123));
  background: -webkit-linear-gradient(transparent 60%, #d9b123 60%);
  background: linear-gradient(transparent 60%, #d9b123 60%);
}

.hms_cta .hms_txt {
  margin-top: 0.05rem;
  text-align: center;
}

.hms_cta .hms_txt img {
  width: 1.3rem;
}

.hms_cta .hms_after {
  max-width: 11rem;
  margin: 0.1rem auto 0;
  padding: 0.25rem 0.2rem;
  text-align: center;
  border: 0.045rem solid #d9b123;
  position: relative;
  z-index: 1;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3%;
}

.hms_cta .hms_after .hms_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.2rem;
}

.hms_cta .hms_after .hms_img {
  width: 0.98rem;
}

.hms_cta .hms_after .hms_after_img {
  width: 2rem;
}

.hms_cta .hms_after .hms_after_txt {
  text-align: left;
  font-weight: 700;
}

.hms_cta .hms_after .hms_after_txt .hms_txt01 {
  font-size: 0.16rem;
  line-height: 1.5;
}

.hms_cta .hms_after .hms_after_txt .hms_txt02 {
  margin-top: 0.15rem;
  font-size: 0.32rem;
  color: #e94609;
}

.hms_cta .hms_after .hms_after_cat {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}

.hms_cta .hms_after .hms_after_cat::before, .hms_cta .hms_after .hms_after_cat::after {
  content: "";
  width: 0.43rem;
  height: 0.02rem;
  position: absolute;
  top: calc(50% - -0.02rem);
  background-color: #d9b123;
}

.hms_cta .hms_after .hms_after_cat::before {
  left: -0.1rem;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}

.hms_cta .hms_after .hms_after_cat::after {
  right: -0.1rem;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}

.hms_cta .hms_after .hms_btn {
  margin-top: 0.1rem;
}

.hms_cta .hms_after .hms_btn img {
  max-width: 3.66rem;
}

@media screen and (max-width: 1024px) {
  .hms_cta .hms_inner_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .hms_cta .hms_lists li {
    font-size: 0.18rem;
  }
  .hms_cta .hms_lists li::before {
    width: 0.2rem;
    height: 0.2rem;
    top: 0.04rem;
  }
  .hms_cta .hms_point .hms_point_txt {
    font-size: 0.18rem;
  }
  .hms_cta .hms_after {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .hms_cta .hms_tit_wrap {
    padding: 0.25rem 0 0.25rem;
    text-align: center;
    position: relative;
    background-color: #eae8db;
  }
  .hms_cta .hms_tit_wrap::after {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    bottom: -0.75rem;
    left: calc(50% - 0.5rem);
    background-color: #eae8db;
    -webkit-clip-path: polygon(50% 54%, 0 0, 100% 0);
            clip-path: polygon(50% 54%, 0 0, 100% 0);
  }
  .hms_cta .hms_tit_wrap .hms_stit {
    position: absolute;
    top: -0.1rem;
    left: calc(50% - 1rem);
  }
  .hms_cta .hms_tit_wrap .hms_stit img {
    width: 2.015rem;
  }
  .hms_cta .hms_tit_wrap .hms_tit {
    margin-left: 0;
  }
  .hms_cta .hms_tit_wrap .hms_tit::before {
    content: none;
  }
  .hms_cta .hms_tit_wrap .hms_tit img {
    width: 3.355rem;
  }
  .hms_cta .hms_tit_wrap.hms_adjust {
    padding: 0.6rem 0 0.25rem;
  }
  .hms_cta .hms_tit_wrap.hms_adjust .hms_stit {
    left: calc(50% - 1.5rem);
  }
  .hms_cta .hms_tit_wrap.hms_adjust .hms_stit img {
    width: 3rem;
  }
  .hms_cta .hms_content {
    padding: 0.4rem 0.2rem 0.72rem;
    background-color: #f9f8f4;
  }
  .hms_cta .hms_inner_wrap {
    margin-top: -0.13rem;
    display: block;
  }
  .hms_cta .hms_inner {
    width: 100%;
    padding-top: 0;
  }
  .hms_cta .hms_cat {
    text-align: center;
  }
  .hms_cta .hms_cat img {
    width: 3.165rem;
  }
  .hms_cta .hms_list_tit {
    width: 2.3rem;
    margin: 0.4rem auto 0;
    text-align: center;
    padding: 0.06rem 0;
    font-size: 0.18rem;
    color: #fff;
    background-color: #e94609;
    position: relative;
    z-index: 1;
  }
  .hms_cta .hms_lists {
    margin-top: -0.2rem;
    padding: 0.3rem 0.1rem 0.16rem;
    background-color: #fff;
    border: 0.02rem solid #e94609;
  }
  .hms_cta .hms_lists li {
    padding-left: 0.2rem;
    font-size: 0.15rem;
    font-weight: 500;
    position: relative;
    line-height: 1.5;
  }
  .hms_cta .hms_lists li .strong {
    font-weight: 700;
  }
  .hms_cta .hms_lists li::before {
    content: "";
    width: 0.15rem;
    height: 0.12rem;
    position: absolute;
    top: 0.05rem;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/cta/check.png);
  }
  .hms_cta .hms_cta_slider {
    padding: 0.2rem 0;
  }
  .hms_cta .hms_cta_slider .hms_swiper-slide img {
    width: 100%;
    -webkit-box-shadow: -0.04rem 0.04rem 0.1rem 0.04rem rgba(0, 0, 0, 0.1);
            box-shadow: -0.04rem 0.04rem 0.1rem 0.04rem rgba(0, 0, 0, 0.1);
  }
  .hms_cta .hms_point {
    margin-top: 0.2rem;
  }
  .hms_cta .hms_point .hms_point_cat {
    padding-left: 0.2rem;
  }
  .hms_cta .hms_point .hms_point_cat img {
    width: 0.905rem;
  }
  .hms_cta .hms_point .hms_point_txt {
    margin-top: -1px;
    padding: 0.15rem 1.05rem 0.15rem 0.2rem;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 1.39;
    background-color: #fff;
    border-radius: 0.1rem;
    border: 0.02rem solid #e94609;
    position: relative;
  }
  .hms_cta .hms_point .hms_point_txt::before {
    content: "";
    width: 1.39rem;
    height: 1.24rem;
    position: absolute;
    bottom: 0;
    right: -0.1rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/cta/pic_sp.png);
  }
  .hms_cta .hms_point .hms_point_txt .hms_marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d9b123));
    background: -webkit-linear-gradient(transparent 60%, #d9b123 60%);
    background: linear-gradient(transparent 60%, #d9b123 60%);
  }
  .hms_cta .hms_txt {
    margin-top: 0.15rem;
    text-align: center;
  }
  .hms_cta .hms_txt img {
    width: 1.09rem;
  }
  .hms_cta .hms_after {
    width: 100vw;
    padding: 0.25rem 0.2rem;
    margin: 0.06rem calc(50% - 50vw) 0;
    text-align: center;
    border: 0.045rem solid #d9b123;
    position: relative;
    z-index: 1;
    display: block;
  }
  .hms_cta .hms_after::before {
    content: "";
    width: 1.345rem;
    height: 1.29rem;
    position: absolute;
    z-index: -1;
    top: -0.7rem;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/cta/img02_sp.png);
  }
  .hms_cta .hms_after .hms_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.1rem;
  }
  .hms_cta .hms_after .hms_img {
    width: 0.78rem;
  }
  .hms_cta .hms_after .hms_after_txt {
    text-align: left;
    font-weight: 700;
  }
  .hms_cta .hms_after .hms_after_txt .hms_txt01 {
    font-size: 0.15rem;
    line-height: 1.5;
  }
  .hms_cta .hms_after .hms_after_txt .hms_txt02 {
    margin-top: 0.15rem;
    font-size: 0.24rem;
    color: #e94609;
  }
  .hms_cta .hms_after .hms_after_cat {
    margin-top: 0.28rem;
    font-size: 0.15rem;
    line-height: 1.2;
    font-weight: 700;
  }
  .hms_cta .hms_after .hms_btn {
    margin-top: 0.1rem;
  }
  .hms_cta .hms_after .hms_btn img {
    max-width: 3.135rem;
  }
}

.hms_cta02 .hms_content {
  padding: 0.4rem 0.2rem 0;
}

/* TOP
--------------------------------------------------------------*/
.hms_mv {
  overflow: hidden;
}

.hms_mv .hms_bg {
  padding: 0.36rem 0.2rem 0.25rem;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/top/mv_bg.jpg);
}

.hms_mv .hms_bg::before, .hms_mv .hms_bg::after {
  content: "";
  height: 1.21rem;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.hms_mv .hms_bg::before {
  width: 13.18rem;
  top: 0;
  left: 0;
  background-image: url(../img/top/mv_deco01.png);
}

.hms_mv .hms_bg::after {
  width: 100%;
  bottom: 0;
  right: 0;
  background-image: url(../img/top/mv_deco02.png);
}

.hms_mv .hms_bg .hms_container {
  max-width: 11.1rem;
  margin: 0 auto;
}

.hms_mv .hms_bg .hms_tit img {
  max-width: 7.87rem;
}

.hms_mv .hms_bg .hms_txt {
  margin-top: -0.03rem;
}

.hms_mv .hms_bg .hms_txt img {
  max-width: 4.83rem;
}

.hms_mv .hms_btn_wrap {
  padding: 0.5rem 0 0.74rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5%;
}

.hms_mv .hms_btn_wrap .hms_btn {
  max-width: 3.66rem;
  text-align: center;
}

.hms_mv .hms_btn_wrap .hms_btn img {
  width: 100%;
}

.hms_mv .hms_btn_wrap .hms_btn_cat {
  margin-bottom: 0.14rem;
  font-size: 0.18rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.hms_mv .hms_btn_wrap .hms_btn_cat::before, .hms_mv .hms_btn_wrap .hms_btn_cat::after {
  content: "";
  width: 0.28rem;
  height: 1px;
  position: absolute;
  top: calc(50% - 0.01rem);
  background-color: #000;
}

.hms_mv .hms_btn_wrap .hms_btn_cat::before {
  left: -0.3rem;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.hms_mv .hms_btn_wrap .hms_btn_cat::after {
  right: -0.3rem;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.hms_mv .hms_btn_wrap .hms_btn_cat .hms_strong {
  color: #e94609;
}

@media screen and (max-width: 767px) {
  .hms_mv .hms_bg {
    padding: 8% 6% 15%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/top/mv_bg_sp.jpg);
  }
  .hms_mv .hms_bg .hms_container {
    width: 100%;
  }
  .hms_mv .hms_bg .hms_tit {
    text-align: center;
  }
  .hms_mv .hms_bg .hms_tit img {
    width: 100%;
  }
  .hms_mv .hms_bg .hms_txt {
    margin-top: 0.5rem;
  }
  .hms_mv .hms_bg .hms_txt img {
    width: 36%;
  }
  .hms_mv .hms_bg::before, .hms_mv .hms_bg::after {
    content: none;
  }
  .hms_mv .hms_btn_wrap_sp {
    padding: 0.22rem 0.3rem;
    text-align: center;
    background-color: #eae8db;
  }
  .hms_mv .hms_btn img {
    max-width: 3.135rem;
  }
  .hms_mv .hms_btn:not(:last-of-type) {
    margin-bottom: 0.15rem;
  }
}

.hms_sec01 .hms_before {
  max-width: 11rem;
  margin: 0 auto;
  padding: 0.67rem 0.2rem 1.1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.25rem 0.25rem 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url(../img/top/sec01_bg_sp.jpg);
}

.hms_sec01 .hms_before .hms_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.2rem;
}

.hms_sec01 .hms_before .hms_tit {
  max-width: 4.1rem;
}

.hms_sec01 .hms_before .hms_lists_wrap {
  position: relative;
}

.hms_sec01 .hms_before .hms_lists_wrap::before {
  content: "";
  width: 1.46rem;
  height: 1.92rem;
  position: absolute;
  bottom: 0;
  right: -0.9rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/top/sec01_img.png);
}

.hms_sec01 .hms_before .hms_lists {
  padding: 0.34rem 0.2rem;
  background-color: #fff;
}

.hms_sec01 .hms_before .hms_lists li {
  font-size: 0.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.hms_sec01 .hms_before .hms_lists li:not(:last-of-type) {
  margin-bottom: 0.02rem;
}

.hms_sec01 .hms_before .hms_lists li .hms_strong {
  font-weight: 700;
}

.hms_sec01 .hms_before .hms_img {
  text-align: center;
}

.hms_sec01 .hms_before .hms_img img {
  max-width: 7.03rem;
}

.hms_sec01 .hms_before .hms_txt {
  margin-top: -0.2rem;
  text-align: center;
}

.hms_sec01 .hms_before .hms_txt img {
  max-width: 4.9rem;
}

.hms_sec01 .hms_after {
  margin: -0.5rem 0.2rem 0.14rem;
  position: relative;
  z-index: 1;
}

.hms_sec01 .hms_after .hms_tit {
  text-align: center;
}

.hms_sec01 .hms_after .hms_tit img {
  width: 7.33rem;
}

@media screen and (max-width: 767px) {
  .hms_sec01 .hms_before {
    padding: 1.15rem 0.2rem 0.7rem;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border-radius: 0;
    background-image: url(../img/top/sec01_bg_sp.jpg);
  }
  .hms_sec01 .hms_before .hms_wrap {
    display: block;
  }
  .hms_sec01 .hms_before .hms_tit {
    max-width: 3.115rem;
  }
  .hms_sec01 .hms_before .hms_lists_wrap {
    position: relative;
  }
  .hms_sec01 .hms_before .hms_lists_wrap::before {
    content: "";
    width: 1.8rem;
    height: 1.93rem;
    position: absolute;
    z-index: -1;
    top: -1.92rem;
    right: 0.675rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/top/sec01_img_sp.png);
  }
  .hms_sec01 .hms_before .hms_lists {
    margin-top: 0.25rem;
    padding: 0.46rem 0.2rem 0.7rem;
    background-color: #dfdede;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
            clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
  }
  .hms_sec01 .hms_before .hms_lists li {
    font-size: 0.16rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .hms_sec01 .hms_before .hms_lists li:not(:last-of-type) {
    margin-bottom: 0.08rem;
  }
  .hms_sec01 .hms_before .hms_lists li .hms_strong {
    font-weight: 700;
  }
  .hms_sec01 .hms_before .hms_cat,
  .hms_sec01 .hms_before .hms_img,
  .hms_sec01 .hms_before .hms_txt {
    text-align: center;
  }
  .hms_sec01 .hms_before .hms_cat {
    margin-top: 0.2rem;
    text-align: center;
  }
  .hms_sec01 .hms_before .hms_cat img {
    max-width: 2.07rem;
  }
  .hms_sec01 .hms_before .hms_img {
    margin-top: 0.26rem;
    padding: 0 0.2rem;
  }
  .hms_sec01 .hms_before .hms_txt {
    margin-top: 0;
  }
  .hms_sec01 .hms_before .hms_txt img {
    max-width: 3.29rem;
  }
  .hms_sec01 .hms_after {
    margin: -0.5rem 0.2rem 0.36rem;
    position: relative;
    z-index: 1;
  }
  .hms_sec01 .hms_after .hms_tit {
    text-align: center;
    margin: 0 -0.05rem;
  }
  .hms_sec01 .hms_after .hms_tit img {
    width: 3.59rem;
  }
  .hms_sec01 .hms_after .hms_img {
    margin: 0 0.25rem 0;
  }
}

.hms_sec02 {
  overflow: hidden;
}

.hms_sec02 .hms_before .hms_tit_wrap {
  padding: 0.2rem 0;
  text-align: center;
  background-color: #eae8db;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 65%, 50% 100%, 0 65%);
          clip-path: polygon(0% 0%, 100% 0, 100% 65%, 50% 100%, 0 65%);
}

.hms_sec02 .hms_before .hms_tit {
  display: inline-block;
  position: relative;
}

.hms_sec02 .hms_before .hms_tit img {
  width: 5.61rem;
}

.hms_sec02 .hms_before .hms_tit .hms_cat {
  width: 3.24rem;
  position: absolute;
  top: 0;
  left: -2.3rem;
}

.hms_sec02 .hms_before .hms_txt_wrap {
  margin-top: 0.16rem;
  text-align: center;
}

.hms_sec02 .hms_before .hms_txt {
  display: inline-block;
  padding: 0.07rem;
  font-size: 0.24rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fff;
}

.hms_sec02 .hms_before .hms_slider {
  margin-top: -1.4rem;
  padding: 1.75rem 0.2rem 0.8rem;
  background-color: #0089ff;
}

.hms_sec02 .hms_before .swiper-wrapper {
  max-width: 11rem;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.2rem;
}

.hms_sec02 .hms_before .swiper-slide {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  max-width: 3.5rem;
}

.hms_sec02 .hms_before .swiper-slide img {
  height: auto;
  width: 100%;
}

.hms_sec02 .hms_before .hms_content01 {
  padding: 0.2rem 0 0.5rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hms_sec02 .hms_before .hms_content01::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  z-index: 1;
  bottom: -0.9rem;
  left: calc(50% - 0.5rem);
  background-color: #fff;
  -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0);
          clip-path: polygon(50% 50%, 0 0, 100% 0);
}

.hms_sec02 .hms_before .hms_content01 .hms_txt01 {
  margin-top: -0.65rem;
}

.hms_sec02 .hms_before .hms_content01 .hms_txt01 img {
  width: 1.24rem;
}

.hms_sec02 .hms_before .hms_content01 .hms_txt02 {
  margin-top: 0.25rem;
  font-size: 0.24rem;
  font-weight: 600;
}

.hms_sec02 .hms_before .hms_content01 .hms_txt03 {
  margin-top: 0.33rem;
}

.hms_sec02 .hms_before .hms_content01 .hms_txt03 img {
  width: 100%;
  max-width: 8.69rem;
}

.hms_sec02 .hms_before .hms_content02 {
  padding: 0.27rem 0.2rem 0.5rem;
  background-color: #f2f2f2;
  position: relative;
  z-index: 1;
}

.hms_sec02 .hms_before .hms_content02::before {
  content: "";
  width: 100%;
  height: 4.72rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/top/sec02_before_bg.png);
}

.hms_sec02 .hms_before .hms_content02 .hms_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2%;
}

.hms_sec02 .hms_before .hms_content02 .hms_txt04 {
  padding-top: 0.38rem;
}

.hms_sec02 .hms_before .hms_content02 .hms_txt04 img {
  width: 100%;
  max-width: 6.61rem;
}

.hms_sec02 .hms_before .hms_content02 .hms_img img {
  width: 100%;
  max-width: 4.24rem;
}

.hms_sec02 .hms_before .hms_content02 .hms_txt06 {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.2;
}

.hms_sec02 .hms_before .hms_content02 .hms_txt06 .hms_strong {
  font-size: 0.36rem;
}

.hms_sec02 .hms_after {
  padding: 0 0.2rem 0.4rem;
  background-color: #f9f8f4;
  text-align: center;
}

.hms_sec02 .hms_after .hms_txt img {
  width: 1.58rem;
}

.hms_sec02 .hms_after .hms_after_tit {
  margin-top: -0.3rem;
}

.hms_sec02 .hms_after .hms_after_tit img {
  width: 100%;
  max-width: 8.425rem;
}

.hms_sec02 .hms_after .hms_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.6%;
}

.hms_sec02 .hms_after .hms_lists li {
  max-width: 3.5rem;
}

.hms_sec02 .hms_after .hms_lists li img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .hms_sec02 .hms_before .hms_tit .hms_cat {
    left: -0.9rem;
  }
}

@media screen and (max-width: 767px) {
  .hms_sec02 .hms_before .hms_tit_wrap {
    padding: 0.35rem 0;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 74%, 50% 100%, 0 74%);
            clip-path: polygon(0% 0%, 100% 0, 100% 74%, 50% 100%, 0 74%);
  }
  .hms_sec02 .hms_before .hms_tit img {
    width: 3.4rem;
  }
  .hms_sec02 .hms_before .hms_tit .hms_cat {
    width: 1.685rem;
    position: absolute;
    top: -0.23rem;
    left: -0.1rem;
  }
  .hms_sec02 .hms_before .hms_txt_wrap {
    text-align: center;
  }
  .hms_sec02 .hms_before .hms_txt {
    padding: 0.025rem;
    font-size: 0.16rem;
  }
  .hms_sec02 .hms_before .hms_slider {
    margin-top: 0.23rem;
    padding: 0.1rem 0.2rem;
  }
  .hms_sec02 .hms_before .swiper-wrapper {
    max-width: 11rem;
    margin: 0 auto;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0;
  }
  .hms_sec02 .hms_before .swiper-slide {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: auto;
  }
  .hms_sec02 .hms_before .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .hms_sec02 .hms_before .hms_content01 {
    padding: 0.2rem 0 0.53rem;
    text-align: center;
    position: relative;
    z-index: 2;
    background-color: #f9f8f4;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 94%, 50% 100%, 0 94%);
            clip-path: polygon(0% 0%, 100% 0, 100% 94%, 50% 100%, 0 94%);
  }
  .hms_sec02 .hms_before .hms_content01::after {
    content: none;
  }
  .hms_sec02 .hms_before .hms_content01 .hms_txt01 {
    margin-top: 0;
  }
  .hms_sec02 .hms_before .hms_content01 .hms_txt01 img {
    width: 0.745rem;
  }
  .hms_sec02 .hms_before .hms_content01 .hms_txt02 {
    margin-top: 0.15rem;
    font-size: 0.18rem;
  }
  .hms_sec02 .hms_before .hms_content01 .hms_txt03 {
    margin-top: 0.24rem;
  }
  .hms_sec02 .hms_before .hms_content01 .hms_txt03 img {
    max-width: 3.64rem;
  }
  .hms_sec02 .hms_before .hms_txt05 {
    margin-top: -0.6rem;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .hms_sec02 .hms_before .hms_txt05::before, .hms_sec02 .hms_before .hms_txt05::after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #f9f8f4;
  }
  .hms_sec02 .hms_before .hms_txt05::before {
    width: 100%;
    height: 0.97rem;
    bottom: 0;
    left: 0;
  }
  .hms_sec02 .hms_before .hms_txt05::after {
    width: 0.3rem;
    height: 0.4rem;
    bottom: -0.39rem;
    left: calc(50% - -0.8rem);
    -webkit-clip-path: polygon(50% 60%, 0 0, 100% 0);
            clip-path: polygon(50% 60%, 0 0, 100% 0);
  }
  .hms_sec02 .hms_before .hms_txt05 img {
    max-width: 3.64rem;
  }
  .hms_sec02 .hms_before .hms_content02 {
    margin-top: -0.3rem;
    padding: 0.43rem 0.2rem 0;
    background-color: #dfdede;
    position: relative;
  }
  .hms_sec02 .hms_before .hms_content02::before {
    content: "";
    width: 100%;
    height: 1.31rem;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/top/sec02_before_bg_sp.png);
  }
  .hms_sec02 .hms_before .hms_content02 .hms_wrap {
    display: block;
  }
  .hms_sec02 .hms_before .hms_content02 .hms_txt04 {
    padding-top: 0;
    text-align: center;
  }
  .hms_sec02 .hms_before .hms_content02 .hms_txt04 img {
    width: 100%;
    max-width: 3.405rem;
  }
  .hms_sec02 .hms_before .hms_content02 .hms_img {
    width: 100vw;
    margin: 0.25rem calc(50% - 50vw) 0;
  }
  .hms_sec02 .hms_before .hms_content02 .hms_img img {
    width: 100%;
    max-width: 100%;
  }
  .hms_sec02 .hms_before .hms_content02 .hms_txt06 {
    width: 100vw;
    overflow: hidden;
    margin: -0.22rem calc(50% - 50vw) 0;
    padding: 0 0.25rem 0.16rem;
    font-size: 0.16rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    background-color: #dfdede;
    text-align: left;
  }
  .hms_sec02 .hms_before .hms_content02 .hms_txt06 .hms_strong {
    font-size: 0.2rem;
  }
  .hms_sec02 .hms_after {
    padding: 0 0 0.4rem;
  }
  .hms_sec02 .hms_after .hms_txt img {
    width: 0.79rem;
  }
  .hms_sec02 .hms_after .hms_after_tit {
    margin-top: 0.3rem;
  }
  .hms_sec02 .hms_after .hms_after_tit img {
    max-width: 3.59rem;
  }
  .hms_sec02 .hms_after .hms_lists {
    margin-top: 0.32rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
  }
  .hms_sec02 .hms_after .hms_lists li {
    margin-top: -1px;
    max-width: 100%;
  }
}

.hms_sec03 {
  padding: 0.28rem 0.175rem 0.6rem;
  background-color: #f9f8f4;
  overflow: hidden;
}

.hms_sec03 .hms_tit {
  text-align: center;
}

.hms_sec03 .hms_tit img {
  width: 4.88rem;
}

.hms_sec03 .hms_slider {
  margin: 0.24rem auto 0;
  padding: 0 0 0.8rem;
  position: relative;
}

.hms_sec03 .hms_slider .swiper-slide {
  width: 3.5rem;
}

.hms_sec03 .hms_slider .swiper-slide img {
  width: 100%;
  border-radius: 0.1rem;
}

.hms_sec03 .hms_slider .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  border-radius: 50%;
  background-color: #eae8db;
}

.hms_sec03 .hms_slider .swiper-pagination-bullets {
  bottom: 0.1rem !important;
}

.hms_sec03 .hms_slider .swiper-pagination-bullet-active {
  background: #e94609;
}

.hms_sec03 .hms_slider .swiper-pagination-bullet {
  margin: 0 0.04rem !important;
}

@media screen and (max-width: 767px) {
  .hms_sec03 {
    padding: 0 0.175rem 0.4rem;
    background-color: #f5f5f5;
  }
  .hms_sec03 .hms_tit {
    text-align: center;
  }
  .hms_sec03 .hms_tit img {
    width: 2.945rem;
  }
  .hms_sec03 .hms_slider {
    margin: 0.6rem auto 0;
    padding: 0 0 0.81rem;
    position: relative;
  }
  .hms_sec03 .hms_slider .hms_swiper-slide img {
    width: 100%;
    border-radius: 0.1rem;
  }
  .hms_sec03 .hms_slider .swiper-pagination-bullet {
    width: 0.13rem;
    height: 0.13rem;
    opacity: 1;
    border-radius: 50%;
    background-color: #eae8db;
  }
  .hms_sec03 .hms_slider .swiper-pagination-bullets {
    bottom: 0.1rem !important;
  }
  .hms_sec03 .hms_slider .swiper-pagination-bullet-active {
    background: #e94609;
  }
  .hms_sec03 .hms_slider .swiper-pagination-bullet {
    margin: 0 0.04rem !important;
  }
}

.hms_sec04 {
  padding: 0.5rem 0.2rem;
  max-width: 11.4rem;
  margin: 0 auto;
}

.hms_sec04 .hms_tit {
  text-align: center;
}

.hms_sec04 .hms_tit img {
  width: 2.54rem;
}

.hms_sec04 .hms_wrap {
  margin-top: 0.63rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hms_sec04 .hms_txt {
  max-width: 6.78rem;
}

.hms_sec04 .hms_txt .hms_f_txt {
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 700;
}

.hms_sec04 .hms_txt .hms_pos {
  margin-top: 0.1rem;
  padding: 0.2rem;
  background-color: #eae8db;
}

.hms_sec04 .hms_txt .hms_pos .hms_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hms_sec04 .hms_txt .hms_pos .hms_lists dt,
.hms_sec04 .hms_txt .hms_pos .hms_lists dd {
  font-weight: 700;
  letter-spacing: 0.05em;
}

.hms_sec04 .hms_txt .hms_pos .hms_lists dt {
  width: 2.3rem;
  font-size: 0.24rem;
}

.hms_sec04 .hms_txt .hms_pos .hms_lists dd {
  width: calc(100% - 2.3rem);
  font-size: 0.2rem;
}

.hms_sec04 .hms_txt .hms_pos .hms_lists dd .hms_strong {
  font-size: 0.24rem;
}

.hms_sec04 .hms_txt .hms_pos .hms_pos_txt {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  font-weight: 700;
}

.hms_sec04 .hms_txt .hms_desc {
  margin-top: 0.1rem;
  font-size: 0.15rem;
  letter-spacing: -0.05em;
  line-height: 1.75;
}

.hms_sec04 .hms_txt .hms_desc .hms_strong {
  color: #e94609;
}

.hms_sec04 .hms_img {
  max-width: 2.86rem;
  padding-top: 0.1rem;
  position: relative;
}

.hms_sec04 .hms_img::before {
  content: "";
  width: 3.185rem;
  height: 4.04rem;
  position: absolute;
  z-index: -1;
  top: -0.23rem;
  left: -2.1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/top/sec04_deco.png);
}

.hms_sec04 .hms_yt {
  max-width: 9.35rem;
  margin: 0.2rem auto 0;
  padding: 0 0.225rem;
}

.hms_sec04 .hms_yt iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 767px) {
  .hms_sec04 {
    padding: 0.55rem 0;
  }
  .hms_sec04 .hms_tit {
    padding-left: 0.2rem;
    text-align: left;
    position: relative;
    z-index: 1;
  }
  .hms_sec04 .hms_tit img {
    width: 1.525rem;
  }
  .hms_sec04 .hms_wrap {
    padding-top: 1.5rem;
    margin-top: 0;
    display: block;
    position: relative;
  }
  .hms_sec04 .hms_txt {
    max-width: 6.78rem;
    position: relative;
    z-index: 1;
  }
  .hms_sec04 .hms_txt .hms_f_txt {
    padding-left: 0.2rem;
    font-size: 0.12rem;
    line-height: 1.2;
  }
  .hms_sec04 .hms_txt .hms_pos {
    display: inline-block;
    margin-top: 0.14rem;
    padding: 0.07rem 0.18rem 0.12rem;
    background-color: #eae8db;
  }
  .hms_sec04 .hms_txt .hms_pos .hms_lists {
    display: block;
  }
  .hms_sec04 .hms_txt .hms_pos .hms_lists dt,
  .hms_sec04 .hms_txt .hms_pos .hms_lists dd {
    font-size: 0.18rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .hms_sec04 .hms_txt .hms_pos .hms_lists dt {
    width: 100%;
    font-size: 0.18rem;
  }
  .hms_sec04 .hms_txt .hms_pos .hms_lists dd {
    width: 100%;
    font-size: 0.18rem;
  }
  .hms_sec04 .hms_txt .hms_pos .hms_lists dd .strong {
    font-size: 0.18rem;
  }
  .hms_sec04 .hms_txt .hms_pos .hms_pos_txt {
    margin-top: 0.2rem;
    font-size: 0.12rem;
  }
  .hms_sec04 .hms_txt .hms_desc {
    padding: 0 0.2rem;
    margin-top: 0.1rem;
    font-size: 0.12rem;
    letter-spacing: -0.05em;
    line-height: 1.75;
  }
  .hms_sec04 .hms_txt .hms_desc .hms_strong {
    color: #e94609;
  }
  .hms_sec04 .hms_img {
    width: 2.45rem;
    position: absolute;
    right: 0;
    top: -0.42rem;
  }
  .hms_sec04 .hms_img::before {
    width: 1.92rem;
    height: 2.56rem;
    top: 0;
    left: -1.42rem;
    background-image: url(../img/top/sec04_deco_sp.png);
  }
  .hms_sec04 .hms_img img {
    max-width: 2.86rem;
  }
}

.hms_sec05 {
  max-width: 11.4rem;
  margin: 0 auto;
  padding: 1rem 0;
}

.hms_sec05 .hms_tit {
  text-align: center;
}

.hms_sec05 .hms_tit img {
  width: 6.32rem;
}

.hms_sec05 .hms_before {
  padding: 0 0.18rem;
}

.hms_sec05 .hms_before .hms_tab_lists {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}

.hms_sec05 .hms_before .hms_tab {
  width: 50%;
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.24rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  border-radius: 0 0.2rem 0 0;
  background-color: #eae8db;
}

.hms_sec05 .hms_before .hms_tab.active {
  background-color: #f9f8f4;
}

.hms_sec05 .hms_before .hms_tab_content {
  display: none;
  background-color: #eae8db;
}

.hms_sec05 .hms_before .hms_tab_content.active {
  display: block;
  background-color: #f9f8f4;
}

.hms_sec05 .hms_before .hms_tab_content .hms_item {
  padding: 0.44rem 0.1rem;
  overflow: hidden;
}

.hms_sec05 .hms_before .hms_tab_content .hms_item_tit {
  width: 4.4rem;
  margin: 0 auto;
  padding: 0.08rem 0.2rem;
  line-height: 1.4;
  text-align: center;
  font-size: 0.28rem;
  font-weight: 700;
  color: #fff;
  background-color: #e94609;
}

.hms_sec05 .hms_before .hms_tab_content .hms_lists {
  margin-top: 0.2rem;
}

.hms_sec05 .hms_before .hms_tab_content .hms_lists li {
  font-size: 0.14rem;
  font-weight: 700;
}

.hms_sec05 .hms_before .hms_tab_content .hms_lists li:not(:last-of-type) {
  margin-bottom: 0.1rem;
}

.hms_sec05 .hms_before .hms_tab_content .swiper-container {
  margin-top: 0.35rem;
}

.hms_sec05 .hms_before .hms_tab_content .swiper-container .swiper-wrapper {
  gap: 0 1%;
}

.hms_sec05 .hms_before .hms_tab_content .swiper-container .swiper-slide {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

.hms_sec05 .hms_before .hms_tab_content .swiper-container .swiper-slide img {
  width: 100%;
  border-radius: 0.1rem;
}

.hms_sec05 .hms_after_pc {
  padding: 0 0.18rem;
}

.hms_sec05 .hms_after_pc .hms_after_tit {
  text-align: center;
}

.hms_sec05 .hms_after_pc .hms_after_tit img {
  width: 4.03rem;
}

.hms_sec05 .hms_after_pc .hms_content {
  margin-top: -0.26rem;
  padding: 0.3rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.1rem solid #dab42b;
  background-position: center;
  background-size: cover;
  background-image: url(../img/top/sec05_after_bg.jpg);
}

.hms_sec05 .hms_after_pc .hms_after_cat {
  margin: 0.34rem 0 0 2.29rem;
}

.hms_sec05 .hms_after_pc .hms_after_cat img {
  max-width: 4.155rem;
}

.hms_sec05 .hms_after_pc .hms_after_content_img {
  margin-top: -1.4rem;
  padding-left: 0.14rem;
}

.hms_sec05 .hms_after_pc .hms_after_content_img img {
  max-width: 6.45rem;
}

.hms_sec05 .hms_after_pc .hms_after_content_tit img {
  max-width: 3.7rem;
}

.hms_sec05 .hms_after_pc .hms_btn {
  margin-top: 0.2rem;
}

.hms_sec05 .hms_after_pc .hms_btn .hms_btn_cat {
  margin-bottom: 0.1rem;
  font-size: 0.18rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.hms_sec05 .hms_after_pc .hms_btn .hms_btn_cat::before, .hms_sec05 .hms_after_pc .hms_btn .hms_btn_cat::after {
  content: "";
  width: 0.3rem;
  height: 1px;
  position: absolute;
  top: calc(50% - 0.01rem);
  background-color: #000;
}

.hms_sec05 .hms_after_pc .hms_btn .hms_btn_cat::before {
  left: -0.3rem;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.hms_sec05 .hms_after_pc .hms_btn .hms_btn_cat::after {
  right: -0.3rem;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.hms_sec05 .hms_after_pc .hms_btn .hms_btn_cat .strong {
  color: #e94609;
}

.hms_sec05 .hms_after_pc .hms_btn a {
  display: block;
}

.hms_sec05 .hms_after_pc .hms_btn img {
  width: 3.44rem;
}

@media screen and (max-width: 1065px) {
  .hms_sec05 .hms_after_pc .hms_content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .hms_sec05 {
    padding: 0.5rem 0;
  }
  .hms_sec05 .hms_tit {
    padding: 0 0.18rem;
    text-align: left;
  }
  .hms_sec05 .hms_tit img {
    width: 2.56rem;
  }
  .hms_sec05 .hms_before {
    padding: 0.25rem 0.18rem;
  }
  .hms_sec05 .hms_before .hms_tab_lists {
    margin-top: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    cursor: pointer;
  }
  .hms_sec05 .hms_before .hms_tab {
    width: 50%;
    padding: 0.11rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.18rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    position: relative;
    border-radius: 0 0.2rem 0 0;
    background-color: #eae8db;
  }
  .hms_sec05 .hms_before .hms_tab.active {
    background-color: #f9f8f4;
  }
  .hms_sec05 .hms_before .hms_tab_content {
    display: none;
    background-color: #eae8db;
  }
  .hms_sec05 .hms_before .hms_tab_content.active {
    display: block;
    background-color: #f9f8f4;
  }
  .hms_sec05 .hms_before .hms_tab_content .hms_item {
    padding: 0.24rem;
    overflow: hidden;
  }
  .hms_sec05 .hms_before .hms_tab_content .hms_item_tit {
    width: auto;
    padding: 0.03rem 0.2rem;
    line-height: 1.4;
    text-align: center;
    font-size: 0.18rem;
    font-weight: 700;
    color: #fff;
    background-color: #e94609;
  }
  .hms_sec05 .hms_before .hms_tab_content .hms_lists {
    margin-top: 0.2rem;
  }
  .hms_sec05 .hms_before .hms_tab_content .hms_lists li {
    font-size: 0.14rem;
    font-weight: 700;
  }
  .hms_sec05 .hms_before .hms_tab_content .hms_lists li:not(:last-of-type) {
    margin-bottom: 0.1rem;
  }
  .hms_sec05 .hms_before .hms_tab_content .swiper-container {
    margin-top: 0.2rem;
  }
  .hms_sec05 .hms_before .hms_tab_content .swiper-container .swiper-slide {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .hms_sec05 .hms_before .hms_tab_content .swiper-container .swiper-slide img {
    width: 100%;
    border-radius: 0.1rem;
  }
  .hms_sec05 .hms_after_sp .hms_after_tit {
    text-align: center;
  }
  .hms_sec05 .hms_after_sp .hms_after_tit img {
    width: 3.2rem;
  }
  .hms_sec05 .hms_after_sp .hms_content {
    margin-top: -0.15rem;
    padding: 0.4rem 0.2rem;
    text-align: center;
    border: 0.04rem solid #dab42b;
    background-position: center;
    background-size: cover;
    background-image: url(../img/top/sec05_after_bg_sp.jpg);
  }
  .hms_sec05 .hms_after_sp .hms_after_cat img {
    width: 3.555rem;
  }
  .hms_sec05 .hms_after_sp .hms_after_content_tit img {
    width: 3.09rem;
  }
  .hms_sec05 .hms_after_sp .hms_after_content_img {
    margin-top: 0.1rem;
  }
  .hms_sec05 .hms_after_sp .hms_after_content_img img {
    width: 3.075rem;
  }
  .hms_sec05 .hms_after_sp .hms_btn {
    margin-top: 0.2rem;
  }
  .hms_sec05 .hms_after_sp .hms_btn .hms_btn_cat {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
  }
  .hms_sec05 .hms_after_sp .hms_btn .hms_btn_cat::before, .hms_sec05 .hms_after_sp .hms_btn .hms_btn_cat::after {
    content: "";
    width: 0.24rem;
    height: 0.02rem;
    position: absolute;
    top: calc(50% - 0.01rem);
    background-color: #000;
  }
  .hms_sec05 .hms_after_sp .hms_btn .hms_btn_cat::before {
    left: -0.3rem;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  .hms_sec05 .hms_after_sp .hms_btn .hms_btn_cat::after {
    right: -0.3rem;
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  .hms_sec05 .hms_after_sp .hms_btn .hms_btn_cat .hms_strong {
    color: #e94609;
  }
  .hms_sec05 .hms_after_sp .hms_btn img {
    width: 3.135rem;
  }
}

.hms_sec06 {
  padding: 1.15rem 0.18rem;
  background-color: #f9f8f4;
}

.hms_sec06 .hms_tit {
  text-align: center;
}

.hms_sec06 .hms_tit img {
  width: 5.52rem;
}

.hms_sec06 .hms_lists {
  margin: 0.47rem auto 0;
  max-width: 11.4rem;
  padding: 0 0.2rem;
}

.hms_sec06 .hms_lists li:not(:last-of-type) {
  margin-bottom: 0.86rem;
  position: relative;
}

.hms_sec06 .hms_lists li:not(:last-of-type)::after {
  content: "";
  width: 0.4rem;
  height: 0.6rem;
  position: absolute;
  bottom: -1.04rem;
  left: calc(50% - 0.2rem);
  -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0);
          clip-path: polygon(50% 50%, 0 0, 100% 0);
  background-color: #d9b123;
}

.hms_sec06 .hms_lists .hms_list_tit {
  display: inline-block;
  padding: 0.02rem 0.3rem 0.02rem 1.2rem;
  font-size: 0.24rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background-color: #d9b123;
  position: relative;
  z-index: 1;
  border-radius: 0 0 0 1rem;
}

.hms_sec06 .hms_lists .hms_content {
  margin-top: -0.15rem;
  padding: 0.39rem 0.55rem 0.3rem 0.9rem;
  border: 0.03rem solid #d9b123;
  border-radius: 0.1rem;
  position: relative;
  background-color: #fff;
}

.hms_sec06 .hms_lists .hms_num {
  width: 1rem;
  position: absolute;
  z-index: 1;
  top: -0.6rem;
  left: -0.06rem;
}

.hms_sec06 .hms_lists .hms_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hms_sec06 .hms_lists .hms_wrap .hms_txt {
  width: calc(100% - 0.9rem);
}

.hms_sec06 .hms_lists .hms_wrap .img {
  width: 0.9rem;
  text-align: right;
}

.hms_sec06 .hms_lists .hms_wrap .img img {
  width: 1.7rem;
}

.hms_sec06 .hms_lists .hms_wrap .img.adjust {
  width: 1.3rem;
}

.hms_sec06 .hms_lists .hms_desc {
  font-size: 0.2rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.hms_sec06 .hms_lists .hms_desc:not(:last-of-type) {
  margin-bottom: 1em;
}

.hms_sec06 .hms_lists .hms_desc .hms_strong {
  display: block;
  font-size: 0.2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .hms_sec06 {
    padding: 0.5rem 0.18rem;
    background-color: #f9f8f4;
  }
  .hms_sec06 .hms_tit img {
    width: 3.34rem;
  }
  .hms_sec06 .hms_lists {
    margin-top: 0.4rem;
  }
  .hms_sec06 .hms_lists li:not(:last-of-type) {
    margin-bottom: 0.45rem;
    position: relative;
  }
  .hms_sec06 .hms_lists li:not(:last-of-type)::after {
    content: "";
    width: 0.46rem;
    height: 0.46rem;
    position: absolute;
    bottom: -0.58rem;
    left: calc(50% - 0.23rem);
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0);
    background-color: #d9b123;
  }
  .hms_sec06 .hms_lists .hms_list_tit {
    padding: 0 0.1rem 0 0.715rem;
    font-size: 0.185rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    background-color: transparent;
  }
  .hms_sec06 .hms_lists .hms_content {
    margin-top: 0;
    padding: 0.3rem;
    border: 0.02rem solid #d9b123;
    border-radius: 0.1rem;
    position: relative;
    background-color: #fff;
  }
  .hms_sec06 .hms_lists .hms_num {
    width: 0.64rem;
    position: absolute;
    top: -0.34rem;
    left: 0;
  }
  .hms_sec06 .hms_lists .hms_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .hms_sec06 .hms_lists .hms_wrap .hms_txt {
    width: calc(100% - 0.9rem);
  }
  .hms_sec06 .hms_lists .hms_wrap .hms_img {
    width: 0.9rem;
    text-align: right;
  }
  .hms_sec06 .hms_lists .hms_wrap .hms_img img {
    width: 0.7rem;
  }
  .hms_sec06 .hms_lists .hms_desc {
    font-size: 0.12rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  .hms_sec06 .hms_lists .hms_desc:not(:last-of-type) {
    margin-bottom: 1em;
  }
  .hms_sec06 .hms_lists .hms_desc .hms_strong {
    display: block;
    font-size: 0.14rem;
    font-weight: 700;
  }
}

.hms_sec07 {
  padding: 1.7rem 0.175rem 1rem;
}

.hms_sec07 .hms_tit_wrap {
  text-align: center;
}

.hms_sec07 .hms_tit {
  display: inline-block;
  font-size: 0.4rem;
  font-weight: 700;
  position: relative;
}

.hms_sec07 .hms_tit::before {
  content: "";
  width: 2.16rem;
  height: 2.22rem;
  position: absolute;
  top: calc(50% - 1.3rem);
  left: -1.2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/top/sec07_tit_deco.png);
}

.hms_sec07 .hms_ac {
  max-width: 11rem;
  margin: 1.1rem auto 0;
}

.hms_sec07 .hms_ac_parent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.12rem 0.35rem 0.12rem 0.47rem;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  color: #272b2e;
}

.hms_sec07 .hms_ac_parent .hms_txt {
  width: 100%;
  position: relative;
}

.hms_sec07 .hms_ac_parent .hms_txt::before {
  content: "";
  width: 0.235rem;
  height: 0.295rem;
  position: absolute;
  top: 0rem;
  left: -0.43rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/top/sec07_q.png);
}

.hms_sec07 .hms_ac_parent::before, .hms_sec07 .hms_ac_parent::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #e94609;
}

.hms_sec07 .hms_ac_parent::before {
  top: 50%;
  right: 0;
  width: 0.1rem;
  height: 1px;
}

.hms_sec07 .hms_ac_parent::after {
  top: calc(50% - 0.05rem);
  right: 0.04rem;
  width: 1px;
  height: 0.1rem;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}

.hms_sec07 .hms_ac_parent:not(:first-of-type) {
  margin-top: 0.3rem;
}

.hms_sec07 .hms_ac_parent.open {
  border-radius: 0.1rem 0.1rem 0 0;
}

.hms_sec07 .hms_ac_parent.open::after {
  height: 0;
}

.hms_sec07 .hms_ac_child {
  display: none;
  font-size: 0.2rem;
  padding: 0.2rem 0.46rem;
  color: #272b2e;
  background-color: #f9f8f4;
}

.hms_sec07 .hms_ac_child p {
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.hms_sec07 .hms_ac_child p:not(:last-of-type) {
  margin-bottom: 1.4em;
}

@media screen and (max-width: 767px) {
  .hms_sec07 {
    padding: 0.7rem 0.175rem;
  }
  .hms_sec07 .hms_tit_wrap {
    text-align: center;
  }
  .hms_sec07 .hms_tit {
    display: inline-block;
    font-size: 0.24rem;
    font-weight: 700;
    position: relative;
  }
  .hms_sec07 .hms_tit::before {
    content: "";
    width: 1.085rem;
    height: 1.11rem;
    position: absolute;
    top: calc(50% - 0.555rem);
    left: -0.5rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/top/sec07_tit_deco.png);
  }
  .hms_sec07 .hms_ac {
    margin-top: 0.45rem;
  }
  .hms_sec07 .hms_ac_parent {
    width: auto;
    padding: 0.1rem 0.35rem 0.1rem 0.235rem;
    font-size: 0.12rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: relative;
    color: #272b2e;
  }
  .hms_sec07 .hms_ac_parent .hms_txt {
    width: 100%;
    position: relative;
  }
  .hms_sec07 .hms_ac_parent .hms_txt::before {
    content: "";
    width: 0.12rem;
    height: 0.15rem;
    position: absolute;
    top: 0.03rem;
    left: -0.17rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/top/sec07_q_sp.png);
  }
  .hms_sec07 .hms_ac_parent::before, .hms_sec07 .hms_ac_parent::after {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: #e94609;
  }
  .hms_sec07 .hms_ac_parent::before {
    top: 50%;
    right: 0;
    width: 0.1rem;
    height: 1px;
  }
  .hms_sec07 .hms_ac_parent::after {
    top: calc(50% - 0.05rem);
    right: 0.04rem;
    width: 1px;
    height: 0.1rem;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
  }
  .hms_sec07 .hms_ac_parent:not(:first-of-type) {
    margin-top: 0.3rem;
  }
  .hms_sec07 .hms_ac_parent.open {
    border-radius: 0.1rem 0.1rem 0 0;
  }
  .hms_sec07 .hms_ac_parent.open::after {
    height: 0;
  }
  .hms_sec07 .hms_ac_child {
    display: none;
    padding: 0.1rem;
    color: #272b2e;
    font-size: 0.12rem;
    background-color: #f9f8f4;
  }
  .hms_sec07 .hms_ac_child p {
    line-height: 1.55;
    letter-spacing: 0.06em;
  }
  .hms_sec07 .hms_ac_child p:not(:last-of-type) {
    margin-bottom: 1.4em;
  }
}

.hms_sec08 .hms_btn_wrap {
  padding: 1.1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  gap: 0 3.5%;
  background-color: #eae8db;
}

.hms_sec08 .hms_btn_wrap .hms_btn {
  width: 3.78rem;
  text-align: center;
}

.hms_sec08 .hms_btn_wrap .hms_btn_cat {
  margin-bottom: 0.1rem;
  font-size: 0.18rem;
  font-weight: 700;
  position: relative;
}

.hms_sec08 .hms_btn_wrap .hms_btn_cat::before, .hms_sec08 .hms_btn_wrap .hms_btn_cat::after {
  content: "";
  width: 0.14rem;
  height: 0.255rem;
  position: absolute;
  top: calc(50% - 0.125rem);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/top/sec08_btn_deco.png);
}

.hms_sec08 .hms_btn_wrap .hms_btn_cat::before {
  left: 0.4rem;
}

.hms_sec08 .hms_btn_wrap .hms_btn_cat::after {
  right: 0.4rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .hms_sec08 .hms_tit {
    padding: 0 0.2rem;
  }
  .hms_sec08 .hms_tit img {
    width: 1.525rem;
  }
  .hms_sec08 .hms_btn_wrap {
    padding: 0.24rem 0.35rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.2rem 0;
  }
  .hms_sec08 .hms_btn_wrap .hms_btn {
    max-width: 3.78rem;
  }
  .hms_sec08 .hms_btn_wrap .hms_btn_cat {
    margin-bottom: 0.1rem;
    font-size: 0.175rem;
  }
  .hms_sec08 .hms_btn_wrap .hms_btn_cat::before, .hms_sec08 .hms_btn_wrap .hms_btn_cat::after {
    content: "";
    width: 0.14rem;
    height: 0.255rem;
    position: absolute;
    top: calc(50% - 0.125rem);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/top/sec08_btn_deco.png);
  }
  .hms_sec08 .hms_btn_wrap .hms_btn_cat::before {
    left: 0.1rem;
  }
  .hms_sec08 .hms_btn_wrap .hms_btn_cat::after {
    right: 0.1rem;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
/*# sourceMappingURL=hms_style.css.map */