@charset "UTF-8";
.loop-slider:not(:root) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 14px 0;
  /* 画像間の余白を指定 */
}
@media screen and (max-width: 767px) {
  .loop-slider:not(:root) {
    padding: 10px 0;
  }
}

.loop-slider .wp-block-group__inner-container,
.loop-slider .swell-block-columns {
  display: contents;
}

.loop-slider .swell-block-columns__inner {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-animation: infinity-scroll-left 20s infinite linear;
          animation: infinity-scroll-left 20s infinite linear;
  /* アニメーションの時間を指定 */
}

.loop-slider .swell-block-column figure {
  width: 200px;
  /* 画像の横幅を指定（パソコン） */
  position: relative;
  margin: 0;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .loop-slider .swell-block-column figure {
    width: 127px;
  }
}

.loop-slider .swell-block-column figure::before {
  padding-top: 35%;
  /* 画像の縦横比を指定 */
  display: block;
  content: "";
}
@media screen and (max-width: 767px) {
  .loop-slider .swell-block-column figure::before {
    padding-top: 34.6456692913%;
  }
}

.loop-slider .swell-block-column figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.ranking-single {
  padding-bottom: 130px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ranking-single {
    padding-bottom: 80px;
  }
}

.c-section01:not(:root) {
  width: 100%;
  padding: 90px 40px !important;
  background-image: url(../imgs/section01_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-section01:not(:root) {
    padding: 56px 20px 80px 20px !important;
    background-image: url(../imgs/section01_bg_sp.webp);
  }
}
.c-section01:not(:root) .swell-block-columns__inner {
  width: 100%;
  margin: 0;
  gap: 0px;
}
@media screen and (max-width: 767px) {
  .c-section01:not(:root) .swell-block-fullWide__inner {
    padding: 0 !important;
  }
}
.c-section01:not(:root) .swell-block-columns .swell-block-column {
  width: 100%;
  margin: 0;
}
.c-section01:not(:root) figure,
.c-section01:not(:root) img {
  margin: 0;
}

.c-section01__wrapper:not(:root) {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.c-section01__box:not(:root) {
  position: relative;
  width: 100%;
  padding: 40px 56px 56px 56px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .c-section01__box:not(:root) {
    padding: 24px 16px 40px 16px;
    margin-top: 30px !important;
  }
}
.c-section01__box:not(:root):first-of-type {
  margin-top: 32px !important;
}
@media screen and (max-width: 767px) {
  .c-section01__box:not(:root):first-of-type {
    margin-top: 26px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-section01__title {
    padding: 0 2%;
  }
}

.c-section01__ranking:not(:root) {
  position: absolute;
  top: -8px;
  left: 36px;
  width: 71px;
}
@media screen and (max-width: 767px) {
  .c-section01__ranking:not(:root) {
    top: -5px;
    left: 11px;
    width: 51px;
  }
}

.c-section01__label:not(:root) {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  padding-left: 70px;
  margin-bottom: 28px !important;
}
@media screen and (max-width: 767px) {
  .c-section01__label:not(:root) {
    font-size: 18px;
    line-height: 1.45;
    padding-left: 56px;
    margin-bottom: 20px !important;
  }
}
.c-section01__label:not(:root) a {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-section01__label:not(:root) a:hover {
  opacity: 0.7;
}

.c-section01__group:not(:root) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px !important;
}
@media screen and (max-width: 767px) {
  .c-section01__group:not(:root) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 16px !important;
  }
}
.c-section01__group:not(:root) .wp-block-column {
  width: 100%;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}
.c-section01__group:not(:root) .wp-block-column:nth-child(odd) {
  width: 45.045045045%;
}
@media screen and (max-width: 767px) {
  .c-section01__group:not(:root) .wp-block-column:nth-child(odd) {
    width: 100%;
  }
}
.c-section01__group:not(:root) .wp-block-column:nth-child(odd) figure,
.c-section01__group:not(:root) .wp-block-column:nth-child(odd) img {
  width: 100%;
}
.c-section01__group:not(:root) .wp-block-column:nth-child(even) {
  width: 51.5765765766%;
}
@media screen and (max-width: 767px) {
  .c-section01__group:not(:root) .wp-block-column:nth-child(even) {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-section01__evaluation {
    font-size: 16px;
  }
  .c-section01__evaluation span {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-section01__text {
    font-size: 16px;
  }
}

.c-section01__star:not(:root) {
  margin-bottom: 10px !important;
}

.c-section01__btn:not(:root) {
  width: 100%;
  max-width: 680px;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-section01__btn:not(:root) {
    margin: 32px auto 0 auto;
  }
}
.c-section01__btn:not(:root) a {
  display: block;
  width: 100%;
  height: 80px;
  padding: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(#D16E01), to(#FFD169));
  background: linear-gradient(0deg, #D16E01, #FFD169);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-section01__btn:not(:root) a {
    height: 64px;
  }
}
.c-section01__btn:not(:root) a:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-section01__btn:not(:root) a span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 4px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FCB400), to(#FF9316));
  background: linear-gradient(0deg, #FCB400, #FF9316);
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .c-section01__btn:not(:root) a span {
    font-size: 20px;
    padding-bottom: 2px;
  }
}

.c-section02:not(:root) {
  width: 100%;
  padding: 95px 40px 100px 40px !important;
}
@media screen and (max-width: 767px) {
  .c-section02:not(:root) {
    padding: 40px 16px 50px 16px !important;
  }
}
.c-section02:not(:root) .swell-block-columns__inner {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  gap: 16px !important;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-section02:not(:root) .swell-block-columns__inner {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px !important;
    padding-right: 40px;
    padding-bottom: 8px;
    overflow-x: auto;
  }
}
.c-section02:not(:root) .swell-block-fullWide__inner {
  padding: 0 !important;
}
.c-section02:not(:root) .swell-block-columns .swell-block-column {
  width: 100%;
  max-width: 225px;
  margin: 0;
  padding: 10px 16px;
  background: #F5F7FB;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-section02:not(:root) .swell-block-columns .swell-block-column {
    max-width: 152px;
    min-width: 152px;
    padding: 7px 10px 16px 10px;
  }
}
.c-section02:not(:root) .wp-block-group {
  min-height: 150px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-section02:not(:root) .wp-block-group {
    min-height: 112px;
    margin-top: 20px;
  }
}
.c-section02:not(:root) .wp-block-group a {
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-section02:not(:root) .wp-block-group a {
    font-size: 12px;
  }
}
.c-section02:not(:root) .wp-block-group a:hover {
  opacity: 0.7;
}
.c-section02:not(:root) figure,
.c-section02:not(:root) img {
  margin: 0;
}

.c-section02__title:not(:root) {
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 38px !important;
}
@media screen and (max-width: 767px) {
  .c-section02__title:not(:root) {
    font-size: 25px;
    margin-bottom: 20px !important;
  }
}
.c-section02__title:not(:root) br {
  display: none;
}
.c-section02__title:not(:root) sup {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-section02__title:not(:root) sup {
    font-size: 15px;
  }
}
.c-section02__title:not(:root) sup::after {
  content: "";
  display: block;
  position: relative;
  width: 166px;
  height: 18px;
  background-image: url(../imgs/title_bar.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 5px auto;
}
@media screen and (max-width: 767px) {
  .c-section02__title:not(:root) sup::after {
    width: 125px;
    height: 12px;
  }
}

.c-section02__crown {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .c-section02__crown {
    display: block;
    width: 25px;
    margin: 0 auto 8px auto !important;
  }
}

.c-section02__img {
  margin-bottom: 12px !important;
}
@media screen and (max-width: 767px) {
  .c-section02__img {
    margin-bottom: 5px !important;
  }
}

.c-section02__label {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 16px !important;
  margin-top: 12px;
  height: 55px;
}
@media screen and (max-width: 767px) {
  .c-section02__label {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px !important;
  }
}
.c-section02__label a {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-section02__label a:hover {
  opacity: 0.7;
}

.c-section02 .wp-block-image img {
  max-height: 84px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-section02 .wp-block-image img {
    max-height: 60px;
  }
}

.c-section02__evaluation {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0px !important;
}
.c-section02__evaluation span {
  font-size: 20px !important;
}
@media screen and (max-width: 767px) {
  .c-section02__evaluation {
    font-size: 12px;
  }
  .c-section02__evaluation span {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-section02__star:not(:root) {
    width: 80px !important;
    margin: -3px auto 0 auto !important;
  }
}

.c-section02__btn {
  width: 100%;
  margin: 16px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-section02__btn {
    margin: 10px auto 0 auto;
  }
}
.c-section02__btn a {
  display: block;
  width: 100%;
  height: 48px;
  padding: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(#D16E01), to(#FFD169));
  background: linear-gradient(0deg, #D16E01, #FFD169);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-section02__btn a {
    height: 36px;
  }
}
.c-section02__btn a:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-section02__btn a span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: -webkit-gradient(linear, left bottom, left top, from(#FCB400), to(#FF9316));
  background: linear-gradient(0deg, #FCB400, #FF9316);
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .c-section02__btn a span {
    font-size: 12px;
  }
}

.c-section02__band {
  font-size: 14px;
  line-height: 1.5714285714;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .c-section02__band {
    font-size: 12px;
    margin-bottom: 8px !important;
  }
}

@media screen and (max-width: 767px) {
  .c-section02__icon {
    width: 27px !important;
    margin: 0 auto !important;
  }
}

.c-section02__text {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
  margin-bottom: 3px !important;
}
@media screen and (max-width: 767px) {
  .c-section02__text {
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 3px !important;
  }
}

.c-section03:not(:root) {
  width: 100%;
  padding: 90px 40px !important;
  background-image: url(../imgs/section03_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-section03:not(:root) {
    padding: 56px 20px 80px 20px !important;
    background-image: url(../imgs/section03_bg_sp.webp);
  }
}
@media screen and (max-width: 767px) {
  .c-section03:not(:root) .swell-block-fullWide__inner {
    padding: 0 !important;
  }
}
.c-section03:not(:root) .swell-block-columns__inner {
  width: 100%;
  margin: 0;
  gap: 0px;
}
.c-section03:not(:root) .swell-block-columns .swell-block-column {
  width: 100%;
  margin: 0;
}
.c-section03:not(:root) figure,
.c-section03:not(:root) img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-section03:not(:root) .swell-block-balloon {
    margin-bottom: 20px !important;
  }
}
.c-section03:not(:root) .c-balloon__icon {
  width: 70px !important;
}
.c-section03:not(:root) .c-balloon .c-balloon__iconImg {
  width: 70px !important;
  height: 70px !important;
}
.c-section03:not(:root) .c-balloon__body {
  padding-left: 10px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .c-section03:not(:root) .c-balloon__body {
    padding-left: 0px;
  }
}
.c-section03:not(:root) .c-balloon__text {
  width: 100%;
  max-width: 100% !important;
  letter-spacing: 0.1em;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-section03:not(:root) .c-balloon__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .c-section03__title:not(:root) {
    margin-bottom: 0px !important;
  }
}

.c-section03__wrapper:not(:root) {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.c-section03__column:not(:root) {
  position: relative;
  width: 100%;
  padding: 40px 56px 56px 56px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .c-section03__column:not(:root) {
    padding: 24px 16px 30px 16px;
    margin-top: 32px !important;
  }
}
.c-section03__column:not(:root):first-of-type {
  margin-top: 32px !important;
}
@media screen and (max-width: 767px) {
  .c-section03__column:not(:root):first-of-type {
    margin-top: 18px !important;
  }
}

.c-section03__ranking:not(:root) {
  position: absolute;
  top: -8px;
  left: 36px;
  width: 71px;
}
@media screen and (max-width: 767px) {
  .c-section03__ranking:not(:root) {
    top: -5px;
    left: 11px;
    width: 51px;
  }
}

.c-section03__label:not(:root) {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  padding-left: 70px;
  margin-bottom: 28px !important;
}
@media screen and (max-width: 767px) {
  .c-section03__label:not(:root) {
    font-size: 21px;
    line-height: 1.45;
    padding-left: 56px;
    margin-bottom: 20px !important;
  }
}
.c-section03__label:not(:root) a {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-section03__label:not(:root) a:hover {
  opacity: 0.7;
}

.c-section03__group:not(:root) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px !important;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .c-section03__group:not(:root) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px !important;
    margin-bottom: 10px !important;
  }
}
.c-section03__group:not(:root) .wp-block-column {
  width: 100%;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}
.c-section03__group:not(:root) .wp-block-column:nth-child(odd) {
  width: 45.045045045%;
}
@media screen and (max-width: 767px) {
  .c-section03__group:not(:root) .wp-block-column:nth-child(odd) {
    width: 100%;
  }
}
.c-section03__group:not(:root) .wp-block-column:nth-child(odd) figure,
.c-section03__group:not(:root) .wp-block-column:nth-child(odd) img {
  width: 100%;
}
.c-section03__group:not(:root) .wp-block-column:nth-child(even) {
  width: 51.5765765766%;
}
@media screen and (max-width: 767px) {
  .c-section03__group:not(:root) .wp-block-column:nth-child(even) {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-section03__evaluation {
    font-size: 16px;
  }
  .c-section03__evaluation span {
    font-size: 24px !important;
  }
}

.c-section03__star:not(:root) {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 767px) {
  .c-section03__text {
    font-size: 16px;
    line-height: 1.9;
  }
}

@media screen and (max-width: 767px) {
  .c-section03__table {
    border-bottom: 1px solid #ccc;
  }
}
.c-section03__table tbody th,
.c-section03__table tbody td {
  font-size: 16px;
  line-height: 1.75;
  padding: 15px 20px;
  border-left: none;
  border-right: none;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-section03__table tbody th,
  .c-section03__table tbody td {
    display: block;
    font-size: 14px;
    line-height: 1.5714285714;
    padding: 15px;
    border-bottom: none;
  }
}
.c-section03__table tbody th {
  width: 200px !important;
  font-weight: 700;
  background: #F7F7F7;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .c-section03__table tbody th {
    width: 100% !important;
  }
}
.c-section03__table tbody td {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .c-section03__table tbody td {
    width: 100% !important;
  }
}

.c-section03__subTitle {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 5px 15px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#3786E2), to(#D0ECF7));
  background: linear-gradient(90deg, #3786E2, #D0ECF7);
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-section03__subTitle {
    font-size: 16px;
    line-height: 1.75;
  }
}

.c-section03__item {
  position: relative;
}
.c-section03__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .c-section03__item::before {
    width: 100%;
    height: 1px;
  }
}

.c-section03__exp {
  letter-spacing: 0.1em;
  margin-top: 16px;
}

.c-section03__btn {
  width: 100%;
  max-width: 680px;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-section03__btn {
    margin: 32px auto 0 auto;
  }
}
.c-section03__btn a {
  display: block;
  width: 100%;
  height: 80px;
  padding: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(#D16E01), to(#FFD169));
  background: linear-gradient(0deg, #D16E01, #FFD169);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-section03__btn a {
    height: 64px;
  }
}
.c-section03__btn a:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-section03__btn a span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 4px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FCB400), to(#FF9316));
  background: linear-gradient(0deg, #FCB400, #FF9316);
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .c-section03__btn a span {
    font-size: 20px;
    padding-bottom: 2px;
  }
}

.c-banner {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px !important;
}
@media screen and (max-width: 767px) {
  .c-banner {
    height: 80px;
    padding: 0px 10px !important;
  }
}
.c-banner figure,
.c-banner img {
  margin: 0;
}
.c-banner .wp-block-group__inner-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.c-banner .wp-block-column {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}
.c-banner .wp-block-column:nth-child(odd) {
  width: 59%;
}
@media screen and (max-width: 767px) {
  .c-banner .wp-block-column:nth-child(odd) {
    display: none;
  }
}
.c-banner .wp-block-column:nth-child(odd) figure,
.c-banner .wp-block-column:nth-child(odd) img {
  width: 100%;
}
.c-banner .wp-block-column:nth-child(even) {
  width: 38.7%;
}
@media screen and (max-width: 767px) {
  .c-banner .wp-block-column:nth-child(even) {
    width: 100%;
  }
}

.c-banner__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-banner__label {
    font-size: 14px;
  }
}
.c-banner__label::before, .c-banner__label::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 26px;
  height: 30px;
  background-image: url(../imgs/title_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-banner__label::before, .c-banner__label::after {
    width: 18.2px;
    height: 21px;
  }
}
.c-banner__label::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.c-banner__btn {
  width: 100%;
  margin-top: 4px;
}
.c-banner__btn a {
  display: block;
  width: 100%;
  height: 60px;
  padding: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(#D16E01), to(#FFD169));
  background: linear-gradient(0deg, #D16E01, #FFD169);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-banner__btn a {
    max-width: 310px;
    height: 36px;
    margin: 0 auto;
  }
}
.c-banner__btn a:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-banner__btn a span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  padding-bottom: 4px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FCB400), to(#FF9316));
  background: linear-gradient(0deg, #FCB400, #FF9316);
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .c-banner__btn a span {
    font-size: 12px;
    padding-bottom: 1px;
  }
}/*# sourceMappingURL=style.css.map */