h2 {
  color: var(--text-color);
  font-size: clamp(24px, 2.4vw, 32px);
  font-family: var(--title-font-family);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  position: relative;
}

.sec_souba {
  padding: 50px 0 60px;
  margin-top: 45px;
  background: url(../img/bg_img001.jpg) no-repeat center center/cover;
}
@media (max-width: 599px) {
  .sec_souba {
    padding: 25px 0;
    background: url(../img/sp_bg_img001.jpg) no-repeat center center/cover;
  }
}
.sec_souba .h2_souba {
  margin: 0 0 20px;
  padding: 25px 0 0;
  position: relative;
}
.sec_souba .h2_souba:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 368px;
  height: 24px;
  background: url(../img/h2_icon001.png) no-repeat center center/cover;
}
@media (max-width: 599px) {
  .sec_souba .h2_souba:before {
    width: 295px;
    height: 19px;
  }
}
.sec_souba .list_souba {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
@media (max-width: 599px) {
  .sec_souba .list_souba {
    gap: 10px;
  }
}
.sec_souba .list_souba li {
  width: calc((100% - 30px) / 3);
  display: flex;
  align-items: center;
  border: solid 1px #d8af11;
}
@media (max-width: 599px) {
  .sec_souba .list_souba li {
    width: calc((100% - 10px) / 2);
  }
}
.sec_souba .list_souba li .title {
  color: #fff;
  background: #d8af11;
  margin: 0;
  text-align: center;
  font-size: clamp(12px, 1.5vw, 20px);
  padding: 10px 0;
  height: 100%;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_souba .list_souba li .price {
  background: #fff;
  font-size: clamp(14px, 1.8vw, 21px);
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 40px 0 10px;
  width: 55%;
  position: relative;
}
@media (max-width: 599px) {
  .sec_souba .list_souba li .price {
    padding: 30px 0 5px;
  }
}
.sec_souba .list_souba li .price:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  background: url(../img/icon_souba001.png) no-repeat center center/contain;
}

.sec_souba .list_souba li .price .num {
  font-size: clamp(15px, 2.2vw, 27px);
  position: relative;
  letter-spacing: 0;
  font-weight: bold;
}

@media (max-width: 599px) {
  .sec_souba .list_souba li .price:before {
    width: 20px;
    height: 20px;
  }
}
.sec_souba .list_souba li:nth-of-type(3) {
  border: solid 1px #bdbdbd;
}
.sec_souba .list_souba li:nth-of-type(3) .title {
  background: #bdbdbd;
}
.sec_souba .list_souba li:nth-of-type(3) .price:before {
  background: url(../img/icon_souba002.png) no-repeat center center/cover;
}
.sec_souba .list_souba li:nth-of-type(2) {
  border: solid 1px #98a2bc;
}
.sec_souba .list_souba li:nth-of-type(2) .title {
  background: #98a2bc;
}
.sec_souba .list_souba li:nth-of-type(2) .price:before {
  background: url(../img/icon_souba003.png) no-repeat center center/cover;
}
/* .sec_souba .list_souba li:nth-of-type(4) .title {
  background: #8d8d8d;
}
.sec_souba .list_souba li:nth-of-type(4) .price .num:before {
  background: url(../img/icon_souba004.png) no-repeat center center/cover;
} */
.sec_souba .desc {
  font-size: 1.4rem;
}
@media (min-width: 600px) {
  .sec_souba .desc {
    text-align: center;
  }
}
.sec_souba .desc .border {
  border-bottom: solid 1px;
  padding-bottom: 0.2em;
  display: inline-block;
  font-weight: 500;
  font-size: clamp(15px, 1.5vw, 18px);
  margin-right: 0.5em;
}
@media (max-width: 599px) {
  .sec_souba .desc .border {
    border: none;
    margin-right: 0;
  }
}
.sec_souba .desc .per {
  display: inline-block;
  font-weight: 500;
  font-size: clamp(15px, 1.5vw, 18px);
  background: var(--base-color01);
  padding: 0.1em 0.5em;
  color: #fff;
}
.sec_souba .bg_wrap {
  background: #fff;
  padding: 30px;
}
@media (max-width: 599px) {
  .sec_souba .bg_wrap {
    padding: 15px;
  }
}
.sec_news {
  padding: 55px 0 70px;
}
@media (max-width: 1230px) {
  .sec_news {
    padding: 55px 15px 70px;
  }
}
@media (max-width: 599px) {
  .sec_news {
    padding: 25px 15px;
  }
}
.sec_news .container {
  border: 2px solid #5b4d44;
  padding: 0;
}
.sec_news .container .heading {
  display: flex;
  justify-content: space-between;
  background: #a70042;
  height: 60px;
}
@media (max-width: 599px) {
  .sec_news .container .heading {
    height: 30px;
  }
}
.sec_news .container .heading .h2_news {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(17px, 3vw, 32px);
  text-align: left;
  padding: 10px 20px;
  width: 85%;
  position: relative;
}
@media (max-width: 599px) {
  .sec_news .container .heading .h2_news {
    padding: 0 5px 2px;
  }
}
.sec_news .container .heading .h2_news:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  left: auto;
  margin: auto;
  width: 305px;
  height: 31px;
  background: url(../img/h2_decoration.png) no-repeat center center/cover;
}
@media (max-width: 900px) {
  .sec_news .container .heading .h2_news:before {
    z-index: 9;
    right: -50px;
    width: 92px;
    height: 14px;
    background: url(../img/sp_h2_decoration.png) no-repeat center center/cover;
  }
}
.sec_news .container .heading .h2_news span {
  color: #ebd552;
  margin-left: 30px;
}
@media (max-width: 599px) {
  .sec_news .container .heading .h2_news span {
    margin-left: 8px;
  }
}
.sec_news .container .heading .btn {
  margin: 0;
  position: relative;
  width: 15%;
  min-width: 175px;
}
@media (max-width: 599px) {
  .sec_news .container .heading .btn {
    min-width: 90px;
    font-size: 1.2rem;
  }
}
.sec_news .container .heading .btn:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0.5px;
  left: -29px;
  width: 30px;
  height: 60px;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background: #b9b284;
}
@media (max-width: 599px) {
  .sec_news .container .heading .btn:before {
    left: -14px;
    width: 15px;
    height: 30px;
  }
}
.sec_news .container .heading .btn:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: -28px;
  width: 30px;
  height: 60px;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: #5b4d44;
}
@media (max-width: 599px) {
  .sec_news .container .heading .btn:after {
    left: -13px;
    width: 15px;
    height: 30px;
  }
}
.sec_news .container .heading .btn a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 40px 0 20px;
  line-height: 1;
  background: #5b4d44;
  opacity: 1;
  position: relative;
}
@media (max-width: 599px) {
  .sec_news .container .heading .btn a {
    padding: 0 5px 0 0;
  }
}
.sec_news .container .heading .btn a:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 20px;
  left: auto;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #fff;
  transition: 0.2s;
}
@media (max-width: 599px) {
  .sec_news .container .heading .btn a:after {
    right: 3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #fff;
  }
}
.sec_news .container .heading .btn a:hover:after {
  right: 15px;
}
.sec_news .container .contents {
  padding: 15px 10px;
}
@media (max-width: 599px) {
  .sec_news .container .contents {
    padding: 5px 10px;
  }
}
@media (min-width: 600px) {
  .sec_news .container .contents .news-lists {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    gap: 0 20px;
  }
}
@media (min-width: 600px) {
  .sec_news .container .contents .news-lists div:nth-child(3n) dd {
    border: 0;
  }
}
@media (max-width: 599px) {
  .sec_news .container .contents .news-lists div:nth-child(6) dd {
    border: 0;
  }
}
.sec_about {
  padding: 70px 0;
  background: url(../img/bg_img002.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_about {
    padding: 25px 0;
    background: url(../img/sp_bg_img002.jpg) no-repeat center center/cover;
  }
}
.sec_about .row .row {
  gap: 10px 10px;
}
.sec_about .h2_about {
  padding-bottom: 2%;
  margin-bottom: 40px;
  border-bottom: 2px solid #c60051;
}
@media (max-width: 599px) {
  .sec_about .h2_about {
    margin-bottom: 20px;
  }
}
.sec_about .h2_about img {
  display: block;
  margin: 0 auto 35px;
}
@media (max-width: 599px) {
  .sec_about .h2_about img {
    margin: 0 auto 5px;
  }
}
.sec_about .h2_about span {
  color: #a70042;
  font-size: clamp(18px, 2.6vw, 36px);
}
.sec_about .h2_about strong {
  color: #4a2100;
  font-size: clamp(21px, 3vw, 42px);
  margin-left: 3%;
}
@media (max-width: 599px) {
  .sec_about .h2_about strong {
    display: block;
    line-height: 1;
  }
}
.sec_about .desc {
  letter-spacing: 0;
  line-height: 1.7;
  margin: 1em 0 1.2em;
}
.sec_about .desc:first-child {
  margin-top: 0;
}
.sec_about .desc:last-child {
  margin-bottom: 0;
}
.sec_about .btn {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .sec_about .btn {
    margin-top: 20px;
  }
}

.sec_howto {
  padding: 60px 0 65px;
  background: url(../img/bg_img003.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_howto {
    padding: 25px 0;
    background: url(../img/sp_bg_img003.jpg) no-repeat center center/cover;
  }
}
.sec_howto .h2_howto {
  margin-bottom: 30px;
  position: relative;
  padding-top: 45px;
}
.sec_howto .h2_howto:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 159px;
  height: 33px;
  background: url(../img/h2_icon002.png) no-repeat center center/cover;
}
.sec_howto .h2_howto .border {
  color: var(--base-color01);
  display: block;
  font-size: clamp(14px, 2vw, 24px);
  border-top: 1px solid var(--base-color01);
  border-bottom: 1px solid var(--base-color01);
  font-family: var(--base-font-family);
  padding: 10px 0;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .sec_howto .h2_howto .border {
    margin-bottom: 10px;
  }
}
.sec_howto .contents {
  background: #fff;
  padding: 40px 20px 20px;
  font-size: clamp(14px, 1.4vw, 20px);
  letter-spacing: 0;
  font-weight: bold;
}
@media (max-width: 599px) {
  .sec_howto .contents {
    padding: 20px;
  }
}
.sec_howto .contents .desc {
  text-align: center;
  color: var(--text-color02);
  margin: 0 0 20px;
}
@media (min-width: 600px) {
  .sec_howto .contents .desc {
    line-height: 2;
    margin: 0 0 35px;
  }
}
.sec_howto .contents .desc .color_pri {
  font-size: clamp(16px, 2vw, 24px);
  color: #c60051;
}
.sec_howto .contents .desc .marker {
  font-size: clamp(16px, 2vw, 24px);
  color: var(--text-color02);
  background: linear-gradient(transparent 70%, #fff799 70%);
}
@media (min-width: 600px) {
  .sec_howto .contents .list_bnr {
    display: flex;
    gap: 0 15px;
  }
}
@media (max-width: 599px) {
  .sec_howto .contents .list_bnr li {
    margin-top: 15px;
  }
}
.sec_bnr {
  padding: 60px 0 70px;
  background: url(../img/bg_img004.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_bnr {
    padding: 20px 0 25px;
    background: url(../img/sp_bg_img004.jpg) no-repeat center center/cover;
  }
}

.sec_items {
  padding: 70px 0 80px;
  background: url(../img/bg_img005.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_items {
    padding: 30px 0 25px;
    background: url(../img/sp_bg_img005.jpg) no-repeat center center/cover;
  }
}
.sec_items .h2_items {
  color: var(--base-color01);
  font-size: clamp(24px, 2.4vw, 48px);
  letter-spacing: 0.04em;
  margin: 0 0 30px;
  padding: 40px 0 0;
  text-shadow: white 1px 0px, white -1px 0px, white 0px -1px, white 0px 1px,
    white 1px 1px, white -1px 1px, white 1px -1px, white -1px -1px,
    white 1px 1px, white -1px 1px, white 1px -1px, white -1px -1px,
    white 1px 1px, white -1px 1px, white 1px -1px, white -1px -1px;
  position: relative;
}
.sec_items .h2_items:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 159px;
  height: 33px;
  background: url(../img/h2_icon002.png) no-repeat center center/cover;
}
.sec_items .list_items {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 25px;
}
@media (max-width: 599px) {
  .sec_items .list_items {
    gap: 10px 10px;
  }
}
.sec_items .list_items li {
  box-shadow: 0 4px 4px rgba(40, 18, 0, 0.3);
  width: calc((100% - 50px) / 3);
}
@media (max-width: 599px) {
  .sec_items .list_items li {
    width: calc((100% - 10px) / 2);
  }
}
.sec_items .btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec_items .btn {
    margin-top: 25px;
  }
}

.sec_results {
  padding: 60px 0 80px;
  background: url(../img/bg_img006.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_results {
    padding: 30px 0 25px;
    background: url(../img/sp_bg_img006.jpg) no-repeat center center/cover;
  }
}
.sec_results .h2_results {
  margin-bottom: 30px;
  position: relative;
  padding-top: 45px;
}
@media (max-width: 599px) {
  .sec_results .h2_results {
    margin-bottom: 15px;
  }
}
.sec_results .h2_results:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 159px;
  height: 33px;
  background: url(../img/h2_icon003.png) no-repeat center center/cover;
}
.sec_results .h2_results .border {
  color: #fff;
  display: block;
  font-size: clamp(14px, 2vw, 24px);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: var(--base-font-family);
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .sec_results .h2_results .border {
    letter-spacing: -0.5px;
    margin-bottom: 15px;
  }
}
.sec_results .desc {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 1.4vw, 20px);
  letter-spacing: 0;
  line-height: 1.8;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .sec_results .desc {
    margin: 0 0 50px;
  }
}
.sec_results .row {
  gap: 25px 25px;
}
@media (max-width: 599px) {
  .sec_results .row {
    gap: 15px 10px;
  }
}
.sec_results .row .col-4 a img {
  border-radius: 5px 5px 0 0;
}
.sec_results .row .col-4 .txt_wrap {
  background: #fff;
  padding: 10px 15px 20px;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 599px) {
  .sec_results .row .col-4 .txt_wrap {
    padding: 10px 10px 15px;
  }
}
.sec_results .row .col-4 .txt_wrap .date {
  color: #3e1801;
  font-size: clamp(12px, 1.2vw, 14px);
}
@media (max-width: 599px) {
  .sec_results .row .col-4 .txt_wrap .date {
    text-align: left;
  }
}
.sec_results .row .col-4 .txt_wrap .date i {
  color: #d9014f;
  margin-right: 5px;
}
@media (max-width: 599px) {
  .sec_results .row .col-4 .txt_wrap .cat {
    margin-top: 0;
  }
}
.sec_results .row .col-4 .txt_wrap .text {
  font-size: clamp(14px, 1.4vw, 16px);
  letter-spacing: 0;
  max-height: 72px;
  overflow-y: auto;
  padding-right: 10px;
}
@media (max-width: 599px) {
  .sec_results .row .col-4 .txt_wrap .text {
    max-height: 60px;
  }
}
.sec_results .btn {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .sec_results .btn {
    margin-top: 25px;
  }
}

.sec_faq {
  padding: 60px 0;
  background: url(../img/bg_img007.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_faq {
    padding: 25px 0;
    background: url(../img/sp_bg_img007.jpg) no-repeat center center/cover;
  }
}
.sec_faq .h2_faq {
  color: #4a3429;
  font-size: clamp(24px, 2.4vw, 48px);
  letter-spacing: 0.04em;
  margin: 0 0 30px;
  padding: 40px 0 0;
  text-shadow: white 1px 0px, white -1px 0px, white 0px -1px, white 0px 1px,
    white 1px 1px, white -1px 1px, white 1px -1px, white -1px -1px,
    white 1px 1px, white -1px 1px, white 1px -1px, white -1px -1px,
    white 1px 1px, white -1px 1px, white 1px -1px, white -1px -1px;
  position: relative;
}
@media (max-width: 599px) {
  .sec_faq .h2_faq {
    margin: 0 0 15px;
  }
}
.sec_faq .h2_faq:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 160px;
  height: 34px;
  background: url(../img/h2_icon004.png) no-repeat center center/cover;
}
.sec_faq .faq_wrap {
  border: 0;
  padding: 0;
}
.sec_faq .faq_wrap .faq_item {
  box-shadow: 0 0 5px rgba(4, 0, 0, 0.2);
}
.sec_access .h2_access {
  font-size: clamp(24px, 2.4vw, 42px);
  letter-spacing: 0.02em;
  margin: 0 0 40px;
  position: relative;
  padding-top: 55px;
}
@media (max-width: 599px) {
  .sec_access .h2_access {
    margin: 0 0 15px;
  }
}
.sec_access .h2_access:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 380px;
  height: 45px;
  background: url(../img/h2_icon005.png) no-repeat center center/cover;
}
.sec_access .h2_access .color_pri {
  color: var(--base-color01);
  margin-left: 3%;
} /*# sourceMappingURL=custom.css.map */
