* {
  border: 0;
  outline: none;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt" on;
  letter-spacing: 0.04em;
}

html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(30 / 750 * 100vw);
  }
}

h1,
h2 {
  position: relative;
  font-weight: 700;
}

*:focus {
  outline: none;
}

p a {
  word-break: break-all;
  text-decoration: underline;
}

html, body, main, section, article, aside, nav, header, footer,
h1, h2, h3, h4, h5, h6, hgroup,
div, p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, thead, tbody, tfoot, tr, th, td, caption, colgroup,
form, fieldset, legend,
figure, figcaption, details, summary,
hr, canvas, noscript, search, dialog, menu {
  line-height: 1.8;
}

a, abbr, acronym, b, bdi, bdo, big, br, button, cite, code, dfn, em, i, img, input, kbd, label, map, mark, meter, noscript, object, output, progress, q, ruby, s, samp, script, select, small, span, strong, sub, sup, textarea, time, tt, u, var, wbr,
audio, video, embed, iframe, source, track,
del, ins,
area, base, col, hr, link, meta, param,
datalist, keygen, optgroup, option {
  line-height: inherit;
}

sup {
  vertical-align: top;
  font-size: 50%;
}

sub {
  vertical-align: baseline;
  font-size: 50%;
}

em,
b,
strong,
th {
  font-weight: 700;
}

a {
  color: #333;
  cursor: pointer;
  transition: opacity 0.3s;
}

figcaption,
small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  figcaption,
  small {
    font-size: calc(20 / 750 * 100vw);
  }
}

img {
  display: block;
  height: auto;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  .adlp-outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .adlp-outer {
    overflow: hidden;
  }
}

.adlp-wrapper {
  color: #333;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper {
    min-width: min(calc(1920 / 1080 * 100vw), 1920px);
    max-width: 1920px;
    margin: 0 auto;
  }
}
.adlp-wrapper .relative {
  position: relative;
}
.adlp-wrapper .w100 {
  width: 100% !important;
  display: block;
}
.adlp-wrapper .center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pc {
    display: none !important;
  }
}
.adlp-wrapper .text__txt {
  color: #333 !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #E75B18 !important;
}
.adlp-wrapper .bg__txt {
  background: #333 !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #E75B18 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #333;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__accent {
  border-top: 1px solid #E75B18;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, #333 60%);
}
.adlp-wrapper .marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.adlp-wrapper .marker__silver {
  background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.adlp-wrapper .marker__accent {
  background: linear-gradient(transparent 60%, #E75B18 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #333;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #E75B18;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .pad10 {
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad10 {
    padding-top: calc(10 / 750 * 100vw) !important;
    padding-bottom: calc(10 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad20 {
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad20 {
    padding-top: calc(20 / 750 * 100vw) !important;
    padding-bottom: calc(20 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad30 {
  padding: min(calc(30 / 1080 * 100vw), 30px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad30 {
    padding-top: calc(30 / 750 * 100vw) !important;
    padding-bottom: calc(30 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad40 {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad40 {
    padding-top: calc(40 / 750 * 100vw) !important;
    padding-bottom: calc(40 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad50 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad50 {
    padding-top: calc(50 / 750 * 100vw) !important;
    padding-bottom: calc(50 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad60 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad60 {
    padding-top: calc(60 / 750 * 100vw) !important;
    padding-bottom: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .mt10 {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt10 {
    margin-top: calc(10 / 750 * 100vw);
  }
}
.adlp-wrapper .mt20 {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt20 {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.adlp-wrapper .mt30 {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt30 {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .mt40 {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt40 {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.adlp-wrapper .mt50 {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt50 {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.adlp-wrapper .mt60 {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt60 {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: calc(10 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: calc(20 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: calc(30 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: calc(40 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: calc(50 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt60 {
    margin-top: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .wrap500 {
  margin: auto;
  width: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap500 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap600 {
  margin: auto;
  width: min(calc(600 / 1080 * 100vw), 600px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap600 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap700 {
  margin: auto;
  width: min(calc(700 / 1080 * 100vw), 700px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap700 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap800 {
  margin: auto;
  width: min(calc(800 / 1080 * 100vw), 800px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap800 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap900 {
  margin: auto;
  width: min(calc(900 / 1080 * 100vw), 900px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap900 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap920 {
  margin: auto;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1000 {
  margin: auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1000 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1080 {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.fv {
  position: relative;
  width: 100%;
}

.fv__bg {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fv__bg picture,
.fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fv__inner {
  position: absolute;
  inset: 0;
  margin: 0 auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: 0 min(calc(80 / 1080 * 100vw), 80px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    padding: 0;
    width: 100%;
  }
}

.fv__main {
  width: min(calc(480 / 1080 * 100vw), 480px);
}
@media screen and (max-width: 767px) {
  .fv__main {
    width: 100%;
  }
}

.fv__logo {
  width: min(calc(344 / 1080 * 100vw), 344px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__logo {
    margin: 0;
    width: calc(460 / 750 * 100vw);
  }
}
.fv__logo img {
  width: 100%;
  height: auto;
}

.fv__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .fv__head {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.fv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 700;
  line-height: 1.22;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: calc(72 / 750 * 100vw);
  }
}

.fv__title-line {
  display: block;
  letter-spacing: -0.04em;
}
.fv__title-line span {
  color: #0c7153;
}

.fv__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .fv__copy {
    margin-top: calc(37 / 750 * 100vw);
  }
}

.fv__copy-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 767px) {
  .fv__copy-sub {
    font-size: calc(46 / 750 * 100vw);
  }
}
.fv__copy-sub span {
  color: #bd9b50;
}

.fv__copy-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 767px) {
  .fv__copy-main {
    font-size: calc(48 / 750 * 100vw);
  }
}
.fv__copy-main span {
  color: #bd9b50;
}

.fv__badges {
  display: flex;
  justify-content: space-between;
  width: min(calc(435 / 1080 * 100vw), 435px);
  margin-top: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .fv__badges {
    width: calc(580 / 750 * 100vw);
    margin: calc(521 / 750 * 100vw) auto 0;
  }
}

.fv__badge {
  position: relative;
  width: min(calc(207 / 1080 * 100vw), 207px);
  height: min(calc(207 / 1080 * 100vw), 207px);
  display: flex;
  border: min(calc(6 / 1080 * 100vw), 6px) solid #fff;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .fv__badge {
    width: calc(276 / 750 * 100vw);
    height: calc(276 / 750 * 100vw);
    box-shadow: 0 8px 24px 0 rgba(190, 156, 84, 0.3);
  }
}

.fv__badge-circle {
  border: min(calc(6 / 1080 * 100vw), 6px) solid #be9c54;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .fv__badge-circle {
    border-width: calc(8 / 750 * 100vw);
    box-shadow: 0px calc(8 / 750 * 100vw) calc(24 / 750 * 100vw) 0px rgba(190, 156, 84, 0.3);
  }
}

.fv__badge-icon {
  position: relative;
  z-index: 1;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  margin: 0 auto min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .fv__badge-icon {
    width: calc(54 / 750 * 100vw);
    height: calc(54 / 750 * 100vw);
    margin-bottom: calc(6 / 750 * 100vw);
  }
}
.fv__badge-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fv__badge-label {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__badge-label {
    font-size: calc(30 / 750 * 100vw);
  }
}

.fv__badge-value {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  width: fit-content;
  margin: 0 auto;
}
.fv__badge:first-child .fv__badge-value {
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}

.fv__badge-num {
  font-family: "Oswald", sans-serif;
  font-size: min(calc(60 / 1080 * 100vw), 60px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #bd9b50;
}
@media screen and (max-width: 767px) {
  .fv__badge-num {
    font-size: calc(82 / 750 * 100vw);
  }
}
.fv__badge:nth-child(2) .fv__badge-num {
  font-family: "Oswald", sans-serif;
  font-size: min(calc(75 / 1080 * 100vw), 75px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(2) .fv__badge-num {
    font-size: calc(100 / 750 * 100vw);
  }
}

.fv__badge-unit {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 900;
  line-height: 1;
  color: #333;
  margin-left: min(calc(8 / 1080 * 100vw), 8px);
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .fv__badge-unit {
    font-size: calc(30 / 750 * 100vw);
    margin-left: calc(6 / 750 * 100vw);
    margin-bottom: calc(6 / 750 * 100vw);
  }
}
.fv__badge-unit span:first-child {
  color: #bd9b50;
}
.fv__badge:nth-child(2) .fv__badge-unit {
  font-size: min(calc(27 / 1080 * 100vw), 27px);
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(2) .fv__badge-unit {
    font-size: calc(36 / 750 * 100vw);
  }
}
.fv__badge:nth-child(2) .fv__badge-unit span:first-child {
  color: #333;
}

.fv__badge-note {
  position: absolute;
  bottom: min(calc(25 / 1080 * 100vw), 25px);
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  font-weight: 400;
  line-height: 1.3;
  color: #555;
}
@media screen and (max-width: 767px) {
  .fv__badge-note {
    bottom: calc(24 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.fv__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: min(calc(24 / 1080 * 100vw), 24px) 0 min(calc(30 / 1080 * 100vw), 30px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .fv__cta {
    padding: calc(1 / 750 * 100vw) calc(30 / 750 * 100vw) calc(36 / 750 * 100vw);
  }
}

.fv__cta-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__cta-title {
    font-size: calc(32 / 750 * 100vw);
  }
}

.fv__cta-btn {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .fv__cta-btn {
    margin-top: calc(32 / 750 * 100vw);
    width: 100%;
  }
}
.fv__cta-btn .cv-btn-wrapper {
  padding: 0;
}

.fv__cta-note {
  margin-top: min(calc(18 / 1080 * 100vw), 18px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #666;
  max-width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .fv__cta-note {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.3;
    text-align: left;
    max-width: none;
  }
}

.fv01 {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.fv01__main {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/600;
}
@media screen and (max-width: 767px) {
  .fv01__main {
    aspect-ratio: 750/1299;
  }
}

.fv01__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.fv01__bg picture,
.fv01__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.fv01__inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fv01__logo {
  position: absolute;
  top: min(calc(14 / 1080 * 100vw), 14px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(316 / 1080 * 100vw), 316px);
}
@media screen and (max-width: 767px) {
  .fv01__logo {
    top: calc(24 / 750 * 100vw);
    left: calc(0 / 750 * 100vw);
    transform: none;
    width: calc(460 / 750 * 100vw);
  }
}
.fv01__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.fv01__title {
  position: absolute;
  top: min(calc(100 / 1080 * 100vw), 100px);
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 700;
  line-height: 1.22;
  color: #333;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .fv01__title {
    top: calc(287 / 750 * 100vw);
    font-size: calc(72 / 750 * 100vw);
  }
}
.fv01__title-line {
  display: block;
}
.fv01__title-em.--green1 {
  color: #0c7153;
}
.fv01__title-em.--green2 {
  color: #086c52;
}

.fv01__subs {
  position: absolute;
  top: min(calc(252 / 1080 * 100vw), 252px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  gap: min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .fv01__subs {
    top: calc(498 / 750 * 100vw);
    left: calc(72 / 750 * 100vw);
    transform: none;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(60 / 750 * 100vw);
  }
}

.fv01__sub {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  padding-bottom: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .fv01__sub {
    gap: calc(9 / 750 * 100vw);
    padding-bottom: calc(9 / 750 * 100vw);
  }
}
.fv01__sub::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: max(calc(-14 / 1080 * 100vw), -14px);
  height: min(calc(6 / 1080 * 100vw), 6px);
  background-image: url("data:image/svg+xml,%3Csvg width='612' height='6' viewBox='0 0 612 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3L609 2.99995' stroke='%2350C0B7' stroke-width='6' stroke-linecap='round' stroke-dasharray='0.1 18'/%3E%3C/svg%3E%0A");
  background-size: min(calc(612 / 1080 * 100vw), 612px) min(calc(6 / 1080 * 100vw), 6px);
  background-repeat: repeat-x;
  background-position: left center;
}
@media screen and (max-width: 767px) {
  .fv01__sub::after {
    background-image: url("data:image/svg+xml,%3Csvg width='689' height='8' viewBox='0 0 689 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4L685 4.00006' stroke='url(%23paint0_linear_14912_2764)' stroke-width='8' stroke-linecap='round' stroke-dasharray='0.1 24'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_14912_2764' x1='4' y1='4.5' x2='685' y2='4.50006' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300A699'/%3E%3Cstop offset='1' stop-color='%2325BF9A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    height: calc(8 / 750 * 100vw);
    bottom: calc(-14 / 750 * 100vw);
    background-size: calc(689 / 750 * 100vw) calc(8 / 750 * 100vw);
  }
}
.fv01__sub-icon {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
}
.fv01__sub.--sub1 .fv01__sub-icon {
  width: min(calc(47 / 1080 * 100vw), 47px);
  height: min(calc(31 / 1080 * 100vw), 31px);
}
@media screen and (max-width: 767px) {
  .fv01__sub.--sub1 .fv01__sub-icon {
    width: calc(61 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
  }
}
.fv01__sub.--sub2 .fv01__sub-icon {
  width: min(calc(47 / 1080 * 100vw), 47px);
  height: min(calc(52 / 1080 * 100vw), 52px);
}
@media screen and (max-width: 767px) {
  .fv01__sub.--sub2 .fv01__sub-icon {
    width: calc(61 / 750 * 100vw);
    height: calc(62 / 750 * 100vw);
  }
}
.fv01__sub-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fv01__sub-text {
  display: flex;
  align-items: baseline;
  gap: min(calc(6 / 1080 * 100vw), 6px);
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .fv01__sub-text {
    gap: calc(8 / 750 * 100vw);
  }
}
.fv01__sub-label {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 767px) {
  .fv01__sub-label {
    font-size: calc(48 / 750 * 100vw);
  }
}
.fv01__sub-num {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(80 / 1080 * 100vw), 80px);
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #00a699 0%, #25bf9a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .fv01__sub-num {
    font-size: calc(100 / 750 * 100vw);
  }
}
.fv01__sub-accent {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #00a699 0%, #25bf9a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .fv01__sub-accent {
    font-size: calc(56 / 750 * 100vw);
  }
}
.fv01__sub-note {
  align-self: flex-start;
  margin-left: max(calc(-12 / 1080 * 100vw), -12px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.3;
  color: #666;
}
@media screen and (max-width: 767px) {
  .fv01__sub-note {
    margin-left: calc(-6 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .fv01__sub.--sub2 {
    align-items: flex-start;
  }
  .fv01__sub.--sub2 .fv01__sub-text {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(14 / 750 * 100vw);
  }
}

.fv01__badges {
  position: absolute;
  top: min(calc(372 / 1080 * 100vw), 372px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: min(calc(21 / 1080 * 100vw), 21px);
}
@media screen and (max-width: 767px) {
  .fv01__badges {
    top: calc(982 / 750 * 100vw);
    gap: calc(28 / 750 * 100vw);
  }
}

.fv01__badge {
  position: relative;
  width: min(calc(207 / 1080 * 100vw), 207px);
  height: min(calc(207 / 1080 * 100vw), 207px);
  padding: min(calc(6 / 1080 * 100vw), 6px);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(18 / 1080 * 100vw), 18px) rgba(189, 155, 80, 0.3);
}
@media screen and (max-width: 767px) {
  .fv01__badge {
    box-shadow: 0 calc(8 / 750 * 100vw) calc(24 / 750 * 100vw) rgba(189, 155, 80, 0.3);
    width: calc(276 / 750 * 100vw);
    height: calc(276 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw);
  }
}

.fv01__badge-circle {
  width: 100%;
  height: 100%;
  background: #fff;
  border: min(calc(6 / 1080 * 100vw), 6px) solid #bd9b50;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .fv01__badge-circle {
    border-width: calc(8 / 750 * 100vw);
    padding-top: calc(4 / 750 * 100vw);
  }
}

.fv01__badge-icon {
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .fv01__badge-icon {
    width: calc(54 / 750 * 100vw);
    height: calc(54 / 750 * 100vw);
  }
}
.fv01__badge-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fv01__badge-label {
  margin-top: min(calc(6 / 1080 * 100vw), 6px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 767px) {
  .fv01__badge-label {
    margin-top: calc(8 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.fv01__badge-value {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
.fv01__badge-value.--item02 {
  margin-top: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .fv01__badge-value {
    margin-top: calc(10 / 750 * 100vw);
  }
}

.fv01__badge-num {
  font-family: "Oswald", sans-serif;
  font-size: min(calc(60 / 1080 * 100vw), 60px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #bd9b50;
}
@media screen and (max-width: 767px) {
  .fv01__badge-num {
    font-size: calc(82 / 750 * 100vw);
  }
}
.fv01__badge:nth-child(2) .fv01__badge-num {
  font-size: min(calc(75 / 1080 * 100vw), 75px);
}
@media screen and (max-width: 767px) {
  .fv01__badge:nth-child(2) .fv01__badge-num {
    font-size: calc(100 / 750 * 100vw);
  }
}

.fv01__badge-unit {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: min(calc(6 / 1080 * 100vw), 6px);
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fv01__badge-unit {
    margin-left: calc(8 / 750 * 100vw);
    margin-bottom: calc(6 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.fv01__badge-unit span:first-child {
  color: #bd9b50;
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .fv01__badge-unit span:first-child {
    margin-bottom: calc(6 / 750 * 100vw);
  }
}
.fv01__badge-unit span:last-child {
  color: #333;
}
.fv01__badge:nth-child(2) .fv01__badge-unit {
  font-size: min(calc(27 / 1080 * 100vw), 27px);
}
@media screen and (max-width: 767px) {
  .fv01__badge:nth-child(2) .fv01__badge-unit {
    font-size: calc(36 / 750 * 100vw);
  }
}
.fv01__badge:nth-child(2) .fv01__badge-unit span:first-child {
  color: #333;
}

.fv01__badge-note {
  position: absolute;
  bottom: min(calc(24 / 1080 * 100vw), 24px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  font-weight: 400;
  line-height: 1.3;
  color: #555;
}
@media screen and (max-width: 767px) {
  .fv01__badge-note {
    bottom: calc(28 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.fv01__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .fv01__cta {
    padding: 0 calc(30 / 750 * 100vw) calc(37 / 750 * 100vw);
  }
}

.fv01__cta-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv01__cta-title {
    font-size: calc(32 / 750 * 100vw);
  }
}

.fv01__cta-btn {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .fv01__cta-btn {
    margin-top: calc(32 / 750 * 100vw);
    width: 100%;
  }
}
.fv01__cta-btn .cv-btn-wrapper {
  padding: 0;
}

.fv01__cta-note {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #666;
}
@media screen and (max-width: 767px) {
  .fv01__cta-note {
    margin-top: calc(37 / 750 * 100vw);
    max-width: none;
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.3;
  }
}

.fv02 {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.fv02__main {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/600;
}
@media screen and (max-width: 767px) {
  .fv02__main {
    aspect-ratio: 750/1267;
  }
}

.fv02__kv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv02__kv {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.fv02__kv picture,
.fv02__kv img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .fv02__kv picture,
  .fv02__kv img {
    height: 100%;
    object-fit: cover;
  }
}

.fv02__inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fv02__logo {
  position: absolute;
  top: min(calc(16 / 1080 * 100vw), 16px);
  left: min(calc(488 / 1080 * 100vw), 488px);
  width: min(calc(316 / 1080 * 100vw), 316px);
}
@media screen and (max-width: 767px) {
  .fv02__logo {
    top: calc(20 / 750 * 100vw);
    left: 0;
    width: calc(460 / 750 * 100vw);
  }
}
.fv02__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.fv02__copy {
  position: absolute;
  top: min(calc(75 / 1080 * 100vw), 75px);
  left: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .fv02__copy {
    top: calc(117 / 750 * 100vw);
    left: calc(40 / 750 * 100vw);
  }
}

.fv02__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #333;
  font-feature-settings: "palt" 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fv02__lead {
    font-size: calc(42 / 750 * 100vw);
  }
}
.fv02__lead-em {
  color: #bd9b50;
}
.fv02__lead-note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #666;
}
@media screen and (max-width: 767px) {
  .fv02__lead-note {
    font-size: calc(20 / 750 * 100vw);
  }
}

.fv02__title {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(52 / 1080 * 100vw), 52px);
  font-weight: 700;
  line-height: 1.22;
  color: #333;
  font-feature-settings: "palt" 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fv02__title {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(72 / 750 * 100vw);
  }
}
.fv02__title .dot {
  position: relative;
  display: inline-block;
}
.fv02__title .dot::before {
  content: "";
  display: block;
  position: absolute;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(8 / 1080 * 100vw), 8px);
  border-radius: 50%;
  background-color: #086C52;
  left: 50%;
  transform: translateX(-50%);
  top: max(calc(-10 / 1080 * 100vw), -10px);
}
@media screen and (max-width: 767px) {
  .fv02__title .dot::before {
    width: calc(10 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    top: calc(-12 / 750 * 100vw);
  }
}
.fv02__title-line {
  display: block;
}
.fv02__title-line.--large {
  font-size: min(calc(60 / 1080 * 100vw), 60px);
  line-height: 1.18;
}
@media screen and (max-width: 767px) {
  .fv02__title-line.--large {
    font-size: calc(80 / 750 * 100vw);
  }
}
.fv02__title-line.--green2 {
  color: #086c52;
}
.fv02__title-em.--green1 {
  color: #0c7153;
}

.fv02__diff {
  position: absolute;
  top: min(calc(395 / 1080 * 100vw), 395px);
  left: min(calc(1087 / 1080 * 100vw), 1087px);
  display: flex;
  align-items: flex-end;
  color: #165e58;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fv02__diff {
    top: calc(940 / 750 * 100vw);
    left: calc(268 / 750 * 100vw);
  }
}
.fv02__diff-label {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 1.3;
  padding-bottom: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .fv02__diff-label {
    font-size: calc(64 / 750 * 100vw);
    padding-bottom: calc(24 / 750 * 100vw);
  }
}
.fv02__diff-num {
  font-family: "Oswald", sans-serif;
  font-size: min(calc(190 / 1080 * 100vw), 190px);
  font-weight: 700;
  line-height: 1;
  margin: 0 min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .fv02__diff-num {
    font-size: calc(240 / 750 * 100vw);
    margin: 0 calc(6 / 750 * 100vw);
  }
}
.fv02__diff-unit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .fv02__diff-unit {
    padding-bottom: calc(14 / 750 * 100vw);
  }
}
.fv02__diff-unit-yen {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .fv02__diff-unit-yen {
    font-size: calc(76 / 750 * 100vw);
  }
}
.fv02__diff-unit-bottom {
  display: flex;
  align-items: baseline;
}
.fv02__diff-unit-of {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .fv02__diff-unit-of {
    font-size: calc(56 / 750 * 100vw);
  }
}
.fv02__diff-unit-diff {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .fv02__diff-unit-diff {
    font-size: calc(76 / 750 * 100vw);
  }
}

.fv02__cta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
  background-color: #fff;
  box-shadow: 0 0 min(calc(120 / 1080 * 100vw), 120px) #a6cdca;
}
@media screen and (max-width: 767px) {
  .fv02__cta {
    padding: calc(33 / 750 * 100vw) calc(30 / 750 * 100vw) calc(37 / 750 * 100vw);
    box-shadow: 0 0 calc(240 / 750 * 100vw) #a6cdca;
  }
}

.fv02__cta-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .fv02__cta-title {
    font-size: calc(32 / 750 * 100vw);
  }
}

.fv02__cta-btn {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .fv02__cta-btn {
    margin-top: calc(32 / 750 * 100vw);
    width: 100%;
  }
}
.fv02__cta-btn .cv-btn-wrapper {
  padding: 0;
}

.fv02__cta-note {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #666;
}
@media screen and (max-width: 767px) {
  .fv02__cta-note {
    margin-top: calc(37 / 750 * 100vw);
    max-width: none;
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.3;
  }
}

.fv03 {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.fv03__main {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/600;
}
@media screen and (max-width: 767px) {
  .fv03__main {
    aspect-ratio: 750/1300;
  }
}

.fv03__kv {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fv03__kv picture,
.fv03__kv img {
  display: block;
  width: 100%;
  height: auto;
}

.fv03__inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fv03__logo {
  position: absolute;
  top: min(calc(14 / 1080 * 100vw), 14px);
  left: min(calc(510 / 1080 * 100vw), 510px);
  width: min(calc(316 / 1080 * 100vw), 316px);
}
@media screen and (max-width: 767px) {
  .fv03__logo {
    top: calc(24 / 750 * 100vw);
    left: calc(0 / 750 * 100vw);
    transform: none;
    width: calc(460 / 750 * 100vw);
  }
}
.fv03__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.fv03__badges {
  position: absolute;
  top: min(calc(372 / 1080 * 100vw), 372px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: min(calc(21 / 1080 * 100vw), 21px);
}
@media screen and (max-width: 767px) {
  .fv03__badges {
    top: calc(982 / 750 * 100vw);
    gap: calc(28 / 750 * 100vw);
  }
}

.fv03__badge {
  position: relative;
  width: min(calc(207 / 1080 * 100vw), 207px);
  height: min(calc(207 / 1080 * 100vw), 207px);
  padding: min(calc(6 / 1080 * 100vw), 6px);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(18 / 1080 * 100vw), 18px) rgba(189, 155, 80, 0.3);
}
@media screen and (max-width: 767px) {
  .fv03__badge {
    box-shadow: 0 calc(8 / 750 * 100vw) calc(24 / 750 * 100vw) rgba(189, 155, 80, 0.3);
    width: calc(276 / 750 * 100vw);
    height: calc(276 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw);
  }
}

.fv03__badge-circle {
  width: 100%;
  height: 100%;
  background: #fff;
  border: min(calc(6 / 1080 * 100vw), 6px) solid #bd9b50;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .fv03__badge-circle {
    border-width: calc(8 / 750 * 100vw);
    padding-top: calc(4 / 750 * 100vw);
  }
}

.fv03__badge-icon {
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .fv03__badge-icon {
    width: calc(54 / 750 * 100vw);
    height: calc(54 / 750 * 100vw);
  }
}
.fv03__badge-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fv03__badge-label {
  margin-top: min(calc(6 / 1080 * 100vw), 6px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 767px) {
  .fv03__badge-label {
    margin-top: calc(8 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.fv03__badge-value {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
.fv03__badge-value.--item02 {
  margin-top: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .fv03__badge-value {
    margin-top: calc(10 / 750 * 100vw);
  }
}

.fv03__badge-num {
  font-family: "Oswald", sans-serif;
  font-size: min(calc(60 / 1080 * 100vw), 60px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #bd9b50;
}
@media screen and (max-width: 767px) {
  .fv03__badge-num {
    font-size: calc(82 / 750 * 100vw);
  }
}
.fv03__badge:nth-child(2) .fv03__badge-num {
  font-size: min(calc(75 / 1080 * 100vw), 75px);
}
@media screen and (max-width: 767px) {
  .fv03__badge:nth-child(2) .fv03__badge-num {
    font-size: calc(100 / 750 * 100vw);
  }
}

.fv03__badge-unit {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: min(calc(6 / 1080 * 100vw), 6px);
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fv03__badge-unit {
    margin-left: calc(8 / 750 * 100vw);
    margin-bottom: calc(6 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.fv03__badge-unit span:first-child {
  color: #bd9b50;
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .fv03__badge-unit span:first-child {
    margin-bottom: calc(6 / 750 * 100vw);
  }
}
.fv03__badge-unit span:last-child {
  color: #333;
}
.fv03__badge:nth-child(2) .fv03__badge-unit {
  font-size: min(calc(27 / 1080 * 100vw), 27px);
}
@media screen and (max-width: 767px) {
  .fv03__badge:nth-child(2) .fv03__badge-unit {
    font-size: calc(36 / 750 * 100vw);
  }
}
.fv03__badge:nth-child(2) .fv03__badge-unit span:first-child {
  color: #333;
}

.fv03__badge-note {
  position: absolute;
  bottom: min(calc(24 / 1080 * 100vw), 24px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  font-weight: 400;
  line-height: 1.3;
  color: #555;
}
@media screen and (max-width: 767px) {
  .fv03__badge-note {
    bottom: calc(28 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.fv03__cta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .fv03__cta {
    padding: calc(33 / 750 * 100vw) calc(30 / 750 * 100vw) calc(37 / 750 * 100vw);
  }
}

.fv03__cta-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .fv03__cta-title {
    font-size: calc(32 / 750 * 100vw);
  }
}

.fv03__cta-btn {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .fv03__cta-btn {
    margin-top: calc(32 / 750 * 100vw);
    width: 100%;
  }
}
.fv03__cta-btn .cv-btn-wrapper {
  padding: 0;
}

.fv03__cta-note {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #666;
}
@media screen and (max-width: 767px) {
  .fv03__cta-note {
    margin-top: calc(37 / 750 * 100vw);
    max-width: none;
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.3;
  }
}
/*# sourceMappingURL=fv.css.map */
