@charset "UTF-8";
.--sans {
  font-family: "Noto Sans JP", sans-serif;
}

.--serif {
  font-family: "Noto Serif JP", serif;
}

.--en {
  font-family: "EB Garamond", serif;
}

br {
  display: block;
}

* {
  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;
  color: rgb(51, 51, 51);
}
@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: rgb(51, 51, 51);
}
@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);
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 max(calc(-8 / 1080 * 100vw), -8px) min(calc(8 / 1080 * 100vw), 8px) 0 rgba(51, 51, 51, 0.1);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  height: min(calc(120 / 1080 * 100vw), 120px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 calc(-8 / 750 * 100vw) calc(8 / 750 * 100vw) 0 rgba(51, 51, 51, 0.1);
    width: 100%;
    height: calc(136 / 750 * 100vw);
  }
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
.adlp-floating .adlp-btn.--btn04 {
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  width: min(calc(680 / 1080 * 100vw), 680px);
  height: min(calc(90 / 1080 * 100vw), 90px);
  padding-left: min(calc(70 / 1080 * 100vw), 70px);
  background: url(../img/pc/floating_btn1.webp) 50% 50%/100% 100% no-repeat;
  box-shadow: min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px) min(calc(16 / 1080 * 100vw), 16px) 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn.--btn04 {
    border-radius: calc(4 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    padding-left: calc(110 / 750 * 100vw);
    background: url(../img/sp/floating_btn1.webp) 50% 50%/100% 100% no-repeat;
    box-shadow: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) calc(20 / 750 * 100vw) 0 rgba(0, 0, 0, 0.3);
  }
}
.adlp-floating .adlp-btn.--btn04:hover {
  background: url(../img/pc/floating_btn1.webp) 50% 50%/100% 100% no-repeat;
  filter: brightness(110%);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn.--btn04:hover {
    background: url(../img/sp/floating_btn1.webp) 50% 50%/100% 100% no-repeat;
  }
}
.adlp-floating .adlp-btn.--btn04 .text01 {
  font-size: min(calc(28.8 / 1080 * 100vw), 28.8px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn.--btn04 .text01 {
    font-size: calc(36 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn.--btn04 .text02 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: min(calc(112 / 1080 * 100vw), 112px);
  height: min(calc(90 / 1080 * 100vw), 90px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn.--btn04 .text02 {
    width: calc(140 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn.--btn04::after {
  right: min(calc(104 / 1080 * 100vw), 104px);
  width: min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  background: url("data:image/svg+xml,%3Csvg width='10' height='20' viewBox='0 0 10 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 10L1 19' stroke='white' stroke-width='2.4'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn.--btn04::after {
    right: calc(22 / 750 * 100vw);
    width: calc(11 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
  }
}

.adlp-btn {
  border-radius: 200px;
  height: min(calc(80 / 1080 * 100vw), 80px);
  width: min(calc(420 / 1080 * 100vw), 420px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-btn__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    height: calc(98 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.adlp-btn p {
  text-align: center;
  z-index: 1;
  line-height: 120%;
}
.adlp-btn p span {
  line-height: 120%;
}
.adlp-btn p span.text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-btn p span.text02 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text02 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-btn.--free {
  padding-left: min(calc(9 / 1080 * 100vw), 9px);
}
.adlp-btn.--free::before {
  content: "無料";
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  color: #1883EC;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--free::before {
    width: calc(82 / 750 * 100vw);
    height: calc(82 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    top: calc(8 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
  }
}
.adlp-btn.--btn01 {
  background: #1883EC;
  color: #fff;
}
.adlp-btn.--btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 12.5L6.5 16.5L1.5 12.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 9.5L6.5 1.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn01:hover {
    background: #5AB0FF;
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01:active {
    background: #5AB0FF;
  }
}
.adlp-btn.--btn02-a {
  background: #fff;
  border: min(calc(4 / 1080 * 100vw), 4px) solid #f69809;
  color: #f69809;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-btn.--btn02-a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23F79809' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-a:hover {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a:active {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn02-b {
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
}
.adlp-btn.--btn02-b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FF98AC 0%, #FF6683 100%);
  opacity: 1;
  transition: all 0.3s;
}
.adlp-btn.--btn02-b::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-b:hover {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:hover::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b:active {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:active::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn03 {
  color: #C80012;
  background: #fff;
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(6 / 1080 * 100vw), 6px) 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03 {
    box-shadow: calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) 0 0 rgba(0, 0, 0, 0.3);
  }
}
.adlp-btn.--btn03::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.07324e-07L9 7.50412L1.78873e-07 15L2.47836 7.44633L0 1.07324e-07Z' fill='%23C80012'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
.adlp-btn.--btn04 {
  color: #fff;
  background: #FFA800;
  box-shadow: 0 min(calc(14 / 1080 * 100vw), 14px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04 {
    box-shadow: 0 calc(14 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.4);
  }
}
.adlp-btn.--btn04::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.16602L7 7.16602L1 13.166' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn04:hover {
    background: #F48400;
  }
  .adlp-btn.--btn04:hover::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04:active {
    background: #F48400;
  }
  .adlp-btn.--btn04:active::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}

.cv01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(225, 234, 240);
  padding: min(calc(48 / 1080 * 100vw), 48px) 0;
}
@media screen and (max-width: 767px) {
  .cv01 {
    padding: calc(60 / 750 * 100vw) 0;
  }
}
.cv01 .adlp-btn {
  border-radius: min(calc(3.2 / 1080 * 100vw), 3.2px);
  width: min(calc(680 / 1080 * 100vw), 680px);
  height: min(calc(96 / 1080 * 100vw), 96px);
  padding-left: min(calc(70 / 1080 * 100vw), 70px);
  background: url(../img/pc/btn1.webp) 50% 50%/100% 100% no-repeat;
  box-shadow: min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px) min(calc(16 / 1080 * 100vw), 16px) 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn {
    border-radius: calc(4 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    padding-left: calc(110 / 750 * 100vw);
    background: url(../img/sp/btn1.webp) 50% 50%/100% 100% no-repeat;
    box-shadow: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) calc(20 / 750 * 100vw) 0 rgba(0, 0, 0, 0.3);
  }
}
.cv01 .adlp-btn:hover {
  background: url(../img/pc/btn1.webp) 50% 50%/100% 100% no-repeat;
  filter: brightness(110%);
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn:hover {
    background: url(../img/sp/btn1.webp) 50% 50%/100% 100% no-repeat;
  }
}
.cv01 .adlp-btn .text01 {
  font-size: min(calc(28.8 / 1080 * 100vw), 28.8px);
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn .text01 {
    font-size: calc(36 / 750 * 100vw);
  }
}
.cv01 .adlp-btn .text02 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: min(calc(112 / 1080 * 100vw), 112px);
  height: min(calc(96 / 1080 * 100vw), 96px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn .text02 {
    width: calc(140 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
.cv01 .adlp-btn::after {
  right: min(calc(104 / 1080 * 100vw), 104px);
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(22 / 1080 * 100vw), 22px);
  background: url("data:image/svg+xml,%3Csvg width='13' height='22' viewBox='0 0 13 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11L1 21' stroke='white' stroke-width='2.4'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn::after {
    right: calc(22 / 750 * 100vw);
    width: calc(15 / 750 * 100vw);
    height: calc(25 / 750 * 100vw);
  }
}

.fv {
  position: relative;
  background: url(../img/pc/fv.webp) 50% 0/100% no-repeat;
  height: min(calc(771 / 1080 * 100vw), 771px);
  padding-top: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .fv {
    background: url(../img/sp/fv.webp) 50% 0/100% no-repeat;
    height: calc(1295 / 750 * 100vw);
    padding-top: calc(20 / 750 * 100vw);
  }
}
.fv__logo {
  width: min(calc(512.5 / 1080 * 100vw), 512.5px);
  margin: 0 0 0 min(calc(440 / 1080 * 100vw), 440px);
}
@media screen and (max-width: 767px) {
  .fv__logo {
    width: calc(640 / 750 * 100vw);
    margin: 0 auto;
  }
}
.fv__hero {
  display: flex;
  flex-direction: column;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__hero {
    align-items: center;
    width: 100%;
  }
}
.fv__title {
  margin-top: min(calc(64 / 1080 * 100vw), 64px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fv__title {
    margin-top: calc(64 / 750 * 100vw);
  }
}
.fv__title .text01 {
  display: block;
  color: rgb(255, 255, 255);
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 1.5;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .fv__title .text01 {
    font-size: calc(46 / 750 * 100vw);
  }
}
.fv__title .text01 .accent-l {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .fv__title .text01 .accent-l {
    font-size: calc(34 / 750 * 100vw);
  }
}
.fv__title .text01 .accent-xl {
  color: rgb(249, 216, 138);
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .fv__title .text01 .accent-xl {
    font-size: calc(46 / 750 * 100vw);
  }
}
.fv__title .text02 {
  display: block;
  color: rgb(255, 255, 255);
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.26;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fv__title .text02 {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
  }
}
.fv__title .text02 .accent-l {
  font-size: min(calc(64 / 1080 * 100vw), 64px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fv__title .text02 .accent-l {
    font-size: calc(80 / 750 * 100vw);
  }
}
.fv__title .text02 .accent-xl1 {
  font-size: min(calc(72 / 1080 * 100vw), 72px);
  letter-spacing: 0.1em;
  color: rgb(249, 216, 138);
}
@media screen and (max-width: 767px) {
  .fv__title .text02 .accent-xl1 {
    font-size: calc(90 / 750 * 100vw);
  }
}
.fv__title .text02 .accent-xl2 {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  letter-spacing: 0.1em;
  color: rgb(249, 216, 138);
}
@media screen and (max-width: 767px) {
  .fv__title .text02 .accent-xl2 {
    font-size: calc(70 / 750 * 100vw);
  }
}
.fv__cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: min(calc(182 / 1080 * 100vw), 182px) auto 0;
  padding-left: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .fv__cols {
    flex-direction: column;
    gap: calc(18 / 750 * 100vw);
    width: 100%;
    margin: calc(366 / 750 * 100vw) auto 0;
    padding-left: 0;
  }
}
.fv__subtitle {
  text-align: center;
}
.fv__subtitle .title {
  display: block;
  color: rgb(29, 91, 176);
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fv__subtitle .title {
    font-size: calc(82 / 750 * 100vw);
  }
}
.fv__subtitle .title b {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  color: rgb(172, 143, 55);
}
@media screen and (max-width: 767px) {
  .fv__subtitle .title b {
    font-size: calc(86 / 750 * 100vw);
  }
}
.fv__subtitle .provider {
  display: block;
  color: #333;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fv__subtitle .provider {
    font-size: calc(38 / 750 * 100vw);
  }
}
.fv__badges {
  display: flex;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin-top: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .fv__badges {
    gap: calc(5 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}
.fv__badge {
  position: relative;
  display: flex;
  align-items: center;
  width: min(calc(181 / 1080 * 100vw), 181px);
}
@media screen and (max-width: 767px) {
  .fv__badge {
    width: calc(236 / 750 * 100vw);
  }
}
.fv__badge::before, .fv__badge::after {
  content: "";
  width: min(calc(37 / 1080 * 100vw), 37px);
  height: min(calc(118 / 1080 * 100vw), 118px);
  background: url(../img/common/badge_style1.svg) 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .fv__badge::before, .fv__badge::after {
    width: calc(46 / 750 * 100vw);
    height: calc(154 / 750 * 100vw);
  }
}
.fv__badge::after {
  transform: scale(-1, 1);
}
.fv__badge > div {
  flex: 1;
  text-align: center;
}
.fv__badge > div.--b {
  padding-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .fv__badge > div.--b {
    padding-top: calc(20 / 750 * 100vw);
  }
}
.fv__badge .badge-title {
  position: absolute;
  top: max(calc(-14 / 1080 * 100vw), -14px);
  left: 0;
  width: 100%;
  color: rgb(51, 51, 51);
  font-weight: 700;
  font-size: min(calc(19 / 1080 * 100vw), 19px);
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__badge .badge-title {
    top: calc(-20 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.fv__badge .badge-main {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(29, 91, 176);
  font-weight: 700;
}
.fv__badge .badge-sub, .fv__badge .badge-year {
  color: rgb(29, 91, 176);
  font-weight: 700;
  font-size: min(calc(19 / 1080 * 100vw), 19px);
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .fv__badge .badge-sub, .fv__badge .badge-year {
    font-size: calc(26 / 750 * 100vw);
  }
}
.fv__badge .badge-note {
  margin-top: min(calc(2 / 1080 * 100vw), 2px);
  color: rgb(51, 51, 51);
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .fv__badge .badge-note {
    margin-top: calc(4 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
  }
}
.fv__badge:first-child .badge-main {
  justify-content: space-between;
  align-items: flex-end;
}
.fv__badge:first-child .badge-side {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.1;
  letter-spacing: 0.06em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 767px) {
  .fv__badge:first-child .badge-side {
    font-size: calc(28 / 750 * 100vw);
  }
}
.fv__badge:first-child .badge-center {
  font-size: min(calc(68 / 1080 * 100vw), 68px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 500;
  margin-left: max(calc(-10 / 1080 * 100vw), -10px);
}
@media screen and (max-width: 767px) {
  .fv__badge:first-child .badge-center {
    font-size: calc(90 / 750 * 100vw);
    letter-spacing: -0.06em;
    margin-left: calc(-16 / 750 * 100vw);
  }
}
.fv__badge:nth-child(2) .badge-main {
  flex-direction: column;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  margin-right: max(calc(-10 / 1080 * 100vw), -10px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(2) .badge-main {
    gap: calc(6 / 750 * 100vw);
    margin-right: calc(-14 / 750 * 100vw);
  }
}
.fv__badge:nth-child(2) .badge-percent {
  display: flex;
  align-items: baseline;
  line-height: 0.8;
}
.fv__badge:nth-child(2) .badge-wave {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  writing-mode: vertical-rl;
  margin: max(calc(-5 / 1080 * 100vw), -5px) 0;
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(2) .badge-wave {
    font-size: calc(52 / 750 * 100vw);
    margin: calc(-5 / 750 * 100vw) 0;
  }
}
.fv__badge:nth-child(2) .badge-line1 {
  display: flex;
  align-items: baseline;
  gap: 0;
  margin-left: max(calc(-20 / 1080 * 100vw), -20px);
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(2) .badge-line1 {
    gap: 0;
    margin-left: calc(-28 / 750 * 100vw);
  }
}
.fv__badge:nth-child(2) .badge-year {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(2) .badge-year {
    font-size: calc(28 / 750 * 100vw);
  }
}
.fv__badge:nth-child(2) .numbers {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(2) .numbers {
    font-size: calc(52 / 750 * 100vw);
  }
}
.fv__badge:nth-child(2) .percent {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(2) .percent {
    font-size: calc(32 / 750 * 100vw);
  }
}
.fv__badge:last-child .badge-main {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.12;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .fv__badge:last-child .badge-main {
    font-size: calc(52 / 750 * 100vw);
  }
}
.fv__footer {
  width: 100%;
  margin-top: min(calc(18 / 1080 * 100vw), 18px);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .fv__footer {
    margin-top: calc(-6 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.fv__footer-link {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  color: #555555;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .fv__footer-link {
    margin-top: 0;
    font-size: calc(22 / 750 * 100vw);
    text-align: right;
  }
}
.fv__footer-link a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .fv__footer-link a:hover {
    text-decoration: none;
  }
}
.fv__footer-note p {
  color: #555555;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .fv__footer-note p {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec01 {
  position: relative;
  background: url(../img/pc/sec01.webp) 50% 0/100% no-repeat;
  padding: min(calc(64 / 1080 * 100vw), 64px) 0 min(calc(118 / 1080 * 100vw), 118px);
}
@media screen and (max-width: 767px) {
  .sec01 {
    background: url(../img/sp/sec01.webp) 50% 0/100% no-repeat;
    padding: calc(80 / 750 * 100vw) 0 calc(128 / 750 * 100vw);
  }
}
.sec01__header {
  text-align: center;
}
.sec01__badge {
  display: inline-block;
  border: min(calc(1 / 1080 * 100vw), 1px) solid #fff;
  padding: 0 min(calc(24 / 1080 * 100vw), 24px) min(calc(2 / 1080 * 100vw), 2px);
  color: rgb(255, 255, 255);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec01__badge {
    padding: 0 calc(30 / 750 * 100vw) calc(2 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec01__title {
  display: block;
  margin-top: min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .sec01__title {
    margin-top: calc(36 / 750 * 100vw);
  }
}
.sec01__main-title {
  display: block;
  color: rgb(255, 255, 255);
  font-size: min(calc(51 / 1080 * 100vw), 51px);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__main-title {
    font-size: calc(72 / 750 * 100vw);
  }
}
.sec01__main-title .accent-gold {
  position: relative;
  color: rgb(249, 216, 138);
  font-size: min(calc(64 / 1080 * 100vw), 64px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec01__main-title .accent-gold {
    font-size: calc(80 / 750 * 100vw);
  }
}
.sec01__main-title .accent-gold::after {
  content: "";
  background: rgb(249, 216, 138);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  top: max(calc(-2 / 1080 * 100vw), -2px);
  width: min(calc(11 / 1080 * 100vw), 11px);
  height: min(calc(11 / 1080 * 100vw), 11px);
}
@media screen and (max-width: 767px) {
  .sec01__main-title .accent-gold::after {
    top: calc(-4 / 750 * 100vw);
    width: calc(14 / 750 * 100vw);
    height: calc(14 / 750 * 100vw);
  }
}
.sec01__diagram {
  margin: min(calc(50 / 1080 * 100vw), 50px) auto;
  width: min(calc(840 / 1080 * 100vw), 840px);
}
@media screen and (max-width: 767px) {
  .sec01__diagram {
    margin: calc(60 / 750 * 100vw) auto;
    width: calc(690 / 750 * 100vw);
  }
}
.sec01__diagram img {
  box-shadow: min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .sec01__diagram img {
    box-shadow: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) 0 rgba(0, 0, 0, 0.1);
  }
}
.sec01__sub-title {
  display: block;
  color: rgb(255, 255, 255);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__sub-title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec01__desc-title {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__desc-title {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec01__desc-title .accent-blue {
  color: rgb(29, 91, 176);
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec01__desc-title .accent-blue {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec01__desc-text {
  color: rgb(172, 143, 55);
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec01__desc-text {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec01__table {
  width: min(calc(840 / 1080 * 100vw), 840px);
  margin: min(calc(36 / 1080 * 100vw), 36px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec01__table {
    width: calc(690 / 750 * 100vw);
    margin: calc(46 / 750 * 100vw) auto 0;
  }
}
.sec01__table table {
  width: 100%;
  border-collapse: collapse;
}
.sec01__table th, .sec01__table td {
  height: min(calc(80 / 1080 * 100vw), 80px);
  border: min(calc(1 / 1080 * 100vw), 1px) solid rgb(153, 153, 153);
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .sec01__table th, .sec01__table td {
    height: calc(108 / 750 * 100vw);
    border-width: calc(1.5 / 750 * 100vw);
  }
}
.sec01__table thead th {
  background: rgb(10, 78, 141);
  color: rgb(255, 255, 255);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec01__table thead th {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(14 / 750 * 100vw) calc(8 / 750 * 100vw) calc(16 / 750 * 100vw);
  }
}
.sec01__table thead th:first-child {
  width: min(calc(96 / 1080 * 100vw), 96px);
}
@media screen and (max-width: 767px) {
  .sec01__table thead th:first-child {
    width: calc(120 / 750 * 100vw);
  }
}
.sec01__table thead th:nth-child(2) {
  background: linear-gradient(to right, rgb(20, 132, 194), rgb(11, 55, 116));
}
@media screen and (max-width: 767px) {
  .sec01__table thead th:nth-child(2) {
    line-height: 1.3;
  }
}
.sec01__table thead th:nth-child(3) {
  background: rgb(102, 102, 102);
}
@media screen and (max-width: 767px) {
  .sec01__table thead th:nth-child(3) {
    line-height: 1.5;
  }
}
.sec01__table thead th b {
  color: rgb(249, 216, 138);
}
@media screen and (max-width: 767px) {
  .sec01__table thead th b {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec01__table tbody th {
  background: rgb(10, 78, 141);
  color: rgb(255, 255, 255);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
  white-space: nowrap;
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(6 / 1080 * 100vw), 6px);
  width: min(calc(96 / 1080 * 100vw), 96px);
}
@media screen and (max-width: 767px) {
  .sec01__table tbody th {
    font-size: calc(26 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(8 / 750 * 100vw);
    width: calc(120 / 750 * 100vw);
  }
}
.sec01__table tbody td {
  background: rgb(245, 245, 245);
  color: rgb(51, 51, 51);
  width: min(calc(370 / 1080 * 100vw), 370px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec01__table tbody td {
    width: calc(284 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(8 / 750 * 100vw);
  }
}
.sec01__table tbody td:first-of-type {
  background: #EEE5D0;
}
.sec01__table tbody td.highlight {
  background: #B08E41;
  color: rgb(255, 255, 255);
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec01__table tbody td.highlight {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec01__table tbody td.highlight + td {
  background: rgb(221, 221, 221);
  font-weight: 700;
}
.sec01__table tbody td .small-text {
  font-size: min(calc(10 / 1080 * 100vw), 10px);
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .sec01__table tbody td .small-text {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec01__table tbody td small {
  display: block;
  font-size: min(calc(10 / 1080 * 100vw), 10px);
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec01__table tbody td small {
    font-size: calc(16 / 750 * 100vw);
    letter-spacing: 0em;
    margin-top: calc(4 / 750 * 100vw);
  }
}

.sec02 {
  background: url(../img/pc/sec02.webp) 50% 100%/100% no-repeat rgb(225, 234, 240);
  padding: 0.1px 0 min(calc(72 / 1080 * 100vw), 72px);
}
@media screen and (max-width: 767px) {
  .sec02 {
    background: url(../img/sp/sec02.webp) 50% 100%/100% no-repeat rgb(225, 234, 240);
    padding: 0.1px 0 calc(78 / 750 * 100vw);
  }
}
.sec02__accent {
  background: url(../img/common/sec02_balloon1.webp) 50% 50%/100% no-repeat;
  width: min(calc(90 / 1080 * 100vw), 90px);
  height: min(calc(107 / 1080 * 100vw), 107px);
  margin: max(calc(-35 / 1080 * 100vw), -35px) auto min(calc(22 / 1080 * 100vw), 22px);
  padding-top: min(calc(25 / 1080 * 100vw), 25px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .sec02__accent {
    width: calc(120 / 750 * 100vw);
    height: calc(143 / 750 * 100vw);
    margin: calc(-46 / 750 * 100vw) auto calc(22 / 750 * 100vw);
    padding-top: calc(30 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec02__title {
  color: rgb(29, 91, 176);
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec02__cards {
  display: flex;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(840 / 1080 * 100vw), 840px);
  margin: min(calc(34 / 1080 * 100vw), 34px) auto min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec02__cards {
    flex-direction: column;
    gap: calc(16 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto calc(60 / 750 * 100vw);
  }
}
.sec02__card-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec02__card-item {
    flex-direction: row;
    gap: calc(20 / 750 * 100vw);
  }
}
.sec02__card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 255);
  height: min(calc(192 / 1080 * 100vw), 192px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__card-header {
    width: calc(270 / 750 * 100vw);
    height: calc(240 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec02__card-body {
  position: relative;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(10, 78, 141);
  height: min(calc(232 / 1080 * 100vw), 232px);
  padding-top: min(calc(127 / 1080 * 100vw), 127px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__card-body {
    width: calc(400 / 750 * 100vw);
    height: calc(240 / 750 * 100vw);
    padding-top: calc(126 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec02__card-body .text-highlight {
  font-weight: 700;
  color: rgb(29, 91, 176);
}
.sec02__card-body img {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: max(calc(-10 / 1080 * 100vw), -10px);
  width: min(calc(214 / 1080 * 100vw), 214px);
}
@media screen and (max-width: 767px) {
  .sec02__card-body img {
    top: calc(-10 / 750 * 100vw);
    width: calc(338 / 750 * 100vw);
  }
}
.sec02__card-body::after {
  content: "";
  display: block;
  background: rgb(29, 91, 176);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: max(calc(-19 / 1080 * 100vw), -19px);
  width: min(calc(41 / 1080 * 100vw), 41px);
  height: min(calc(25 / 1080 * 100vw), 25px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .sec02__card-body::after {
    top: 50%;
    transform: translate(0, -50%);
    left: calc(-28 / 750 * 100vw);
    width: calc(36 / 750 * 100vw);
    height: calc(58 / 750 * 100vw);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}
.sec02__message {
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec02__message {
    margin-bottom: calc(34 / 750 * 100vw);
  }
}
.sec02__message-text {
  color: rgb(51, 51, 51);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec02__message-text {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec02__message-text .text-emphasis {
  color: rgb(29, 91, 176);
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec02__message-text .text-emphasis {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec02__message-text-small {
  color: rgb(51, 51, 51);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec02__message-text-small {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec02__message-accent {
  color: rgb(29, 91, 176);
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec02__message-accent {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec02__comparison {
  margin: 0 auto min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(504 / 1080 * 100vw), 504px);
}
@media screen and (max-width: 767px) {
  .sec02__comparison {
    margin: 0 auto;
    width: calc(630 / 750 * 100vw);
  }
}
.sec02__comparison img {
  filter: drop-shadow(min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px) min(calc(12 / 1080 * 100vw), 12px) rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  .sec02__comparison img {
    filter: drop-shadow(calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(16 / 750 * 100vw) 0 rgba(0, 0, 0, 0.1));
  }
}
.sec02__bottom-text {
  color: rgb(51, 51, 51);
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__bottom-text {
    font-size: calc(36 / 750 * 100vw);
  }
}

.sec03 {
  background: url(../img/pc/sec03.webp) 50% 0/100% no-repeat;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec03 {
    background: url(../img/sp/sec03.webp) 50% 0/100% no-repeat;
    padding: calc(100 / 750 * 100vw) 0;
  }
}
.sec03__main-title {
  color: rgb(255, 255, 255);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec03__main-title {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.4em;
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec03__sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .sec03__sub-title {
    gap: calc(4 / 750 * 100vw);
  }
}
.sec03__sub-title-text {
  color: rgb(255, 255, 255);
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec03__sub-title-text {
    font-size: calc(72 / 750 * 100vw);
    line-height: 1.4em;
  }
}
.sec03__sub-title-accent {
  background: linear-gradient(to left, rgb(185, 147, 74) 0%, rgb(255, 248, 206) 44.96%, rgb(255, 248, 206) 54.52%, rgb(169, 145, 78) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec03__sub-title-accent {
    font-size: calc(72 / 750 * 100vw);
    line-height: 1.4em;
  }
}
.sec03__features {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: min(calc(38 / 1080 * 100vw), 38px) auto min(calc(30 / 1080 * 100vw), 30px);
  width: min(calc(840 / 1080 * 100vw), 840px);
}
@media screen and (max-width: 767px) {
  .sec03__features {
    margin: calc(40 / 750 * 100vw) auto calc(68 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
  }
}
.sec03__feature-card img {
  width: 100%;
  height: auto;
}
.sec03__badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin: 0 auto min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec03__badges {
    gap: calc(5 / 750 * 100vw);
    margin: 0 auto calc(16 / 750 * 100vw);
  }
}
.sec03__badge {
  position: relative;
  display: flex;
  align-items: center;
  width: min(calc(181 / 1080 * 100vw), 181px);
}
@media screen and (max-width: 767px) {
  .sec03__badge {
    width: calc(236 / 750 * 100vw);
  }
}
.sec03__badge::before, .sec03__badge::after {
  content: "";
  width: min(calc(37 / 1080 * 100vw), 37px);
  height: min(calc(118 / 1080 * 100vw), 118px);
  background: url(../img/common/badge_style1.svg) 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec03__badge::before, .sec03__badge::after {
    width: calc(46 / 750 * 100vw);
    height: calc(154 / 750 * 100vw);
  }
}
.sec03__badge::after {
  transform: scale(-1, 1);
}
.sec03__badge > div {
  flex: 1;
  text-align: center;
}
.sec03__badge > div.--b {
  padding-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec03__badge > div.--b {
    padding-top: calc(20 / 750 * 100vw);
  }
}
.sec03__badge .badge-title {
  position: absolute;
  top: max(calc(-14 / 1080 * 100vw), -14px);
  left: 0;
  width: 100%;
  color: rgb(51, 51, 51);
  font-weight: 700;
  font-size: min(calc(19 / 1080 * 100vw), 19px);
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__badge .badge-title {
    top: calc(-20 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec03__badge .badge-main {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(29, 91, 176);
  font-weight: 700;
}
.sec03__badge .badge-sub, .sec03__badge .badge-year {
  color: rgb(29, 91, 176);
  font-weight: 700;
  font-size: min(calc(19 / 1080 * 100vw), 19px);
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__badge .badge-sub, .sec03__badge .badge-year {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec03__badge .badge-note {
  margin-top: min(calc(2 / 1080 * 100vw), 2px);
  color: rgb(51, 51, 51);
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sec03__badge .badge-note {
    margin-top: calc(4 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
  }
}
.sec03__badge:first-child .badge-main {
  justify-content: space-between;
  align-items: flex-end;
}
.sec03__badge:first-child .badge-side {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.1;
  letter-spacing: 0.06em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 767px) {
  .sec03__badge:first-child .badge-side {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec03__badge:first-child .badge-center {
  font-size: min(calc(68 / 1080 * 100vw), 68px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 500;
  margin-left: max(calc(-10 / 1080 * 100vw), -10px);
}
@media screen and (max-width: 767px) {
  .sec03__badge:first-child .badge-center {
    font-size: calc(90 / 750 * 100vw);
    letter-spacing: -0.06em;
    margin-left: calc(-16 / 750 * 100vw);
  }
}
.sec03__badge:nth-child(2) .badge-main {
  flex-direction: column;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  margin-right: max(calc(-10 / 1080 * 100vw), -10px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec03__badge:nth-child(2) .badge-main {
    gap: calc(6 / 750 * 100vw);
    margin-right: calc(-14 / 750 * 100vw);
  }
}
.sec03__badge:nth-child(2) .badge-percent {
  display: flex;
  align-items: baseline;
  line-height: 0.8;
}
.sec03__badge:nth-child(2) .badge-wave {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  writing-mode: vertical-rl;
  margin: max(calc(-5 / 1080 * 100vw), -5px) 0;
}
@media screen and (max-width: 767px) {
  .sec03__badge:nth-child(2) .badge-wave {
    font-size: calc(52 / 750 * 100vw);
    margin: calc(-5 / 750 * 100vw) 0;
  }
}
.sec03__badge:nth-child(2) .badge-line1 {
  display: flex;
  align-items: baseline;
  gap: 0;
  margin-left: max(calc(-20 / 1080 * 100vw), -20px);
}
@media screen and (max-width: 767px) {
  .sec03__badge:nth-child(2) .badge-line1 {
    gap: 0;
    margin-left: calc(-28 / 750 * 100vw);
  }
}
.sec03__badge:nth-child(2) .badge-year {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03__badge:nth-child(2) .badge-year {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec03__badge:nth-child(2) .numbers {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec03__badge:nth-child(2) .numbers {
    font-size: calc(52 / 750 * 100vw);
  }
}
.sec03__badge:nth-child(2) .percent {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec03__badge:nth-child(2) .percent {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec03__badge:last-child .badge-main {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.12;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .sec03__badge:last-child .badge-main {
    font-size: calc(52 / 750 * 100vw);
  }
}
.sec03__note {
  color: rgb(102, 102, 102);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec03__points {
  display: flex;
  flex-direction: column;
  gap: min(calc(94 / 1080 * 100vw), 94px);
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: min(calc(38 / 1080 * 100vw), 38px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec03__points {
    gap: calc(80 / 750 * 100vw);
    width: 100%;
    margin: calc(98 / 750 * 100vw) auto 0;
  }
}
.sec03__point-item {
  width: 100%;
  margin: 0 auto;
}
.sec03__point-item:nth-child(odd) .sec03__point-content {
  background: rgb(245, 245, 245);
}
.sec03__point-item:nth-child(odd) .sec03__point-content::after {
  background: rgb(225, 234, 240);
  left: 0;
}
.sec03__point-item:nth-child(even) .sec03__point-content {
  background: rgb(240, 244, 247);
}
.sec03__point-item:nth-child(even) .sec03__point-content::after {
  background: rgb(203, 221, 234);
  right: 0;
  transform: scale(-1, 1);
}
.sec03__point-item:nth-child(1) {
  padding-top: min(calc(124 / 1080 * 100vw), 124px);
  background: url(../img/pc/sec03_img2.webp) min(calc(500 / 1080 * 100vw), 500px) 0/min(calc(540 / 1080 * 100vw), 540px) no-repeat;
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(1) {
    padding-top: calc(400 / 750 * 100vw);
    background: url(../img/sp/sec03_img2.webp) 0 0/100% no-repeat;
  }
}
.sec03__point-item:nth-child(1) .sec03__point-content {
  width: min(calc(640 / 1080 * 100vw), 640px);
  padding: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(1) .sec03__point-content {
    width: calc(720 / 750 * 100vw);
    padding: calc(100 / 750 * 100vw) calc(50 / 750 * 100vw) calc(64 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}
.sec03__point-item:nth-child(1) .sec03__point-content .sec03__point-badge {
  right: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(1) .sec03__point-content .sec03__point-badge {
    right: calc(50 / 750 * 100vw);
  }
}
.sec03__point-item:nth-child(2) .sec03__point-content {
  margin: 0 0 0 auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  padding: min(calc(106 / 1080 * 100vw), 106px) min(calc(60 / 1080 * 100vw), 60px) min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(2) .sec03__point-content {
    width: calc(720 / 750 * 100vw);
    padding: calc(120 / 750 * 100vw) calc(80 / 750 * 100vw) calc(50 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}
.sec03__point-item:nth-child(2) .sec03__point-content .sec03__point-badge {
  right: min(calc(492 / 1080 * 100vw), 492px);
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(2) .sec03__point-content .sec03__point-badge {
    right: calc(550 / 750 * 100vw);
  }
}
.sec03__point-item:nth-child(2) .sec03__point-content .sec03__point-cols {
  display: flex;
  flex-direction: row-reverse;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(2) .sec03__point-content .sec03__point-cols {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(45 / 750 * 100vw);
  }
}
.sec03__point-item:nth-child(2) .sec03__point-content .sec03__point-cols .sec03__point-col {
  flex: 1;
  padding-top: min(calc(50 / 1080 * 100vw), 50px);
}
.sec03__point-item:nth-child(2) .sec03__point-content .sec03__usage-chart {
  width: min(calc(378 / 1080 * 100vw), 378px);
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(2) .sec03__point-content .sec03__usage-chart {
    width: 100%;
  }
}
.sec03__point-item:nth-child(2) .sec03__point-content .sec03__usage-chart img {
  width: min(calc(326 / 1080 * 100vw), 326px);
  margin: min(calc(26 / 1080 * 100vw), 26px) auto;
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(2) .sec03__point-content .sec03__usage-chart img {
    width: calc(510 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto;
  }
}
.sec03__point-item:nth-child(3) .sec03__point-content {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  padding: min(calc(120 / 1080 * 100vw), 120px) min(calc(40 / 1080 * 100vw), 40px) min(calc(56 / 1080 * 100vw), 56px) min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(3) .sec03__point-content {
    width: calc(720 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) calc(50 / 750 * 100vw) calc(60 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}
.sec03__point-item:nth-child(3) .sec03__point-content .sec03__point-badge {
  right: min(calc(412 / 1080 * 100vw), 412px);
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(3) .sec03__point-content .sec03__point-badge {
    right: calc(50 / 750 * 100vw);
  }
}
.sec03__point-item:nth-child(3) .sec03__point-content .sec03__point-cols {
  display: flex;
  align-items: flex-start;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(3) .sec03__point-content .sec03__point-cols {
    flex-direction: column;
    gap: calc(60 / 750 * 100vw);
  }
}
.sec03__point-item:nth-child(3) .sec03__point-content .sec03__point-cols .sec03__point-col {
  flex: 1;
}
.sec03__point-item:nth-child(3) .sec03__point-content .sec03__payment-chart {
  width: min(calc(378 / 1080 * 100vw), 378px);
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(3) .sec03__point-content .sec03__payment-chart {
    width: 100%;
  }
}
.sec03__point-item:nth-child(3) .sec03__point-content .sec03__payment-chart img {
  width: min(calc(358 / 1080 * 100vw), 358px);
  margin: min(calc(30 / 1080 * 100vw), 30px) auto min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(3) .sec03__point-content .sec03__payment-chart img {
    width: calc(558 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) auto calc(18 / 750 * 100vw);
  }
}
.sec03__point-item:nth-child(3) .sec03__point-content .sec03__payment-chart .sec03__chart-text1 {
  padding-bottom: min(calc(28 / 1080 * 100vw), 28px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  color: rgb(10, 78, 141);
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(3) .sec03__point-content .sec03__payment-chart .sec03__chart-text1 {
    padding-bottom: calc(36 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec03__point-item:nth-child(4) {
  padding-top: min(calc(360 / 1080 * 100vw), 360px);
  background: url(../img/pc/sec03_img5.webp) min(calc(243 / 1080 * 100vw), 243px) 0/min(calc(601 / 1080 * 100vw), 601px) no-repeat;
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(4) {
    padding-top: calc(450 / 750 * 100vw);
    background: url(../img/sp/sec03_img5.webp) 0 0/100% no-repeat;
  }
}
.sec03__point-item:nth-child(4) .sec03__point-content {
  margin: 0 0 0 auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  padding: min(calc(104 / 1080 * 100vw), 104px) min(calc(50 / 1080 * 100vw), 50px) min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(4) .sec03__point-content {
    width: calc(720 / 750 * 100vw);
    padding: calc(100 / 750 * 100vw) calc(80 / 750 * 100vw) calc(80 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}
.sec03__point-item:nth-child(4) .sec03__point-content .sec03__point-badge {
  top: max(calc(-32 / 1080 * 100vw), -32px);
  right: min(calc(492 / 1080 * 100vw), 492px);
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(4) .sec03__point-content .sec03__point-badge {
    top: calc(-40 / 750 * 100vw);
    right: calc(550 / 750 * 100vw);
  }
}
.sec03__point-item:nth-child(4) .sec03__point-content .sec03__point-cols {
  display: flex;
  flex-direction: row-reverse;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(4) .sec03__point-content .sec03__point-cols {
    flex-direction: column;
    gap: calc(60 / 750 * 100vw);
  }
}
.sec03__point-item:nth-child(4) .sec03__point-content .sec03__point-cols .sec03__point-col {
  flex: 1;
}
.sec03__point-item:nth-child(4) .sec03__point-content .sec03__point-cols .sec03__point-col .sec03__point-title {
  letter-spacing: -0.04em;
}
.sec03__point-item:nth-child(4) .sec03__point-content .sec03__point-cols .sec03__payment-chart {
  width: min(calc(378 / 1080 * 100vw), 378px);
}
@media screen and (max-width: 767px) {
  .sec03__point-item:nth-child(4) .sec03__point-content .sec03__point-cols .sec03__payment-chart {
    width: 100%;
  }
}
.sec03__point-content {
  position: relative;
  box-shadow: min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px) min(calc(24 / 1080 * 100vw), 24px) rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .sec03__point-content {
    box-shadow: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
.sec03__point-content::after {
  content: "";
  position: absolute;
  top: 0;
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (max-width: 767px) {
  .sec03__point-content::after {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
}
.sec03__point-badge {
  position: absolute;
  top: max(calc(-16 / 1080 * 100vw), -16px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgb(20, 132, 194) 0%, rgb(11, 55, 116) 100%);
  width: min(calc(96 / 1080 * 100vw), 96px);
  height: min(calc(96 / 1080 * 100vw), 96px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec03__point-badge {
    top: calc(-20 / 750 * 100vw);
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
  }
}
.sec03__point-number {
  font-family: "EB Garamond", serif;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  letter-spacing: 0.04em;
  line-height: 1;
  background: var(--Linear02, linear-gradient(280deg, #B9934A 3.89%, #FFF8CE 45.2%, #FFF8CE 53.98%, #A9914E 95.77%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec03__point-number {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec03__point-label {
  color: rgb(217, 189, 124);
  font-family: "EB Garamond", serif;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec03__point-label {
    font-size: calc(18 / 750 * 100vw);
  }
}
.sec03__point-title {
  background: linear-gradient(to right, rgb(20, 132, 194) 0%, rgb(11, 55, 116) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-bottom: min(calc(19 / 1080 * 100vw), 19px);
}
@media screen and (max-width: 767px) {
  .sec03__point-title {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.4em;
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec03__point-text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec03__point-text {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8em;
  }
}
.sec03__point-text b {
  color: rgb(29, 91, 176);
}
.sec03__point-text .--gold {
  color: rgb(172, 143, 55);
}
.sec03__point-text .--gold.--bold {
  font-weight: 700;
}
.sec03__point-text .--bold {
  font-weight: 700;
}
.sec03__point-note {
  color: rgb(102, 102, 102);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03__point-note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5em;
    margin-top: calc(44 / 750 * 100vw);
  }
}
.sec03__usage-chart, .sec03__payment-chart {
  background: #fff;
  box-shadow: min(calc(13 / 1080 * 100vw), 13px) min(calc(13 / 1080 * 100vw), 13px) min(calc(19 / 1080 * 100vw), 19px) rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .sec03__usage-chart, .sec03__payment-chart {
    box-shadow: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
.sec03__chart-header {
  background: linear-gradient(to right, rgb(20, 132, 194) 0%, rgb(11, 55, 116) 100%);
  color: rgb(255, 255, 255);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(6 / 1080 * 100vw), 6px) min(calc(9 / 1080 * 100vw), 9px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__chart-header {
    font-size: calc(32 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) calc(14 / 750 * 100vw);
  }
}
.sec03__chart-header .text01 {
  display: block;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec03__chart-header .text01 {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec03__usage-items {
  display: flex;
  flex-direction: column;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(24 / 1080 * 100vw), 24px) min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec03__usage-items {
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(22 / 750 * 100vw);
  }
}
.sec03__usage-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03__usage-item {
    gap: calc(32 / 750 * 100vw);
  }
}
.sec03__usage-item img {
  width: min(calc(84 / 1080 * 100vw), 84px);
}
@media screen and (max-width: 767px) {
  .sec03__usage-item img {
    width: calc(122 / 750 * 100vw);
  }
}
.sec03__usage-text {
  flex: 1;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec03__usage-text {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.4em;
  }
}
.sec03__usage-text b {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  color: rgb(29, 91, 176);
}
@media screen and (max-width: 767px) {
  .sec03__usage-text b {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec03__usage-text .--gold {
  display: block;
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  color: rgb(172, 143, 55);
}
@media screen and (max-width: 767px) {
  .sec03__usage-text .--gold {
    margin-top: calc(14 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec03__usage-text .--gold.--bold {
  font-weight: 700;
}

.sec04 {
  padding-bottom: min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: calc(100 / 750 * 100vw);
  }
}
.sec04__years-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(172, 143, 55);
  gap: min(calc(4 / 1080 * 100vw), 4px);
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__years-badge {
    gap: calc(8 / 750 * 100vw);
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec04__years-badge .--en {
  font-size: min(calc(112 / 1080 * 100vw), 112px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec04__years-badge .--en {
    font-size: calc(140 / 750 * 100vw);
  }
}
.sec04__years-badge::before, .sec04__years-badge::after {
  content: "";
  display: block;
  background: url(../img/common/sec04_style1.webp) 0 0/100% no-repeat;
  width: min(calc(37 / 1080 * 100vw), 37px);
  height: min(calc(124 / 1080 * 100vw), 124px);
}
@media screen and (max-width: 767px) {
  .sec04__years-badge::before, .sec04__years-badge::after {
    width: calc(46 / 750 * 100vw);
    height: calc(154 / 750 * 100vw);
  }
}
.sec04__years-badge::after {
  transform: scale(-1, 1);
}
.sec04__message-box {
  display: flex;
  flex-direction: column;
  background: url(../img/pc/sec04.webp) 0 0/100% no-repeat;
  gap: min(calc(6 / 1080 * 100vw), 6px);
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  height: min(calc(398 / 1080 * 100vw), 398px);
  margin: min(calc(46 / 1080 * 100vw), 46px) auto 0;
  padding-top: min(calc(66 / 1080 * 100vw), 66px);
}
@media screen and (max-width: 767px) {
  .sec04__message-box {
    background: url(../img/sp/sec04.webp) 0 0/100% no-repeat;
    gap: calc(8 / 750 * 100vw);
    width: calc(750 / 750 * 100vw);
    height: calc(980 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto 0;
    padding-top: calc(84 / 750 * 100vw);
  }
}
.sec04__message-item {
  width: fit-content;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px) 0 rgba(0, 0, 0, 0.1);
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(10 / 1080 * 100vw), 10px) min(calc(8 / 1080 * 100vw), 8px) min(calc(70 / 1080 * 100vw), 70px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec04__message-item {
    box-shadow: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) 0 rgba(0, 0, 0, 0.1);
    padding: calc(10 / 750 * 100vw) calc(16 / 750 * 100vw) calc(10 / 750 * 100vw) calc(48 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec04__message-item .sec04__message-highlight {
  background: linear-gradient(to right, #1484C2 0%, #0B3774 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sec04__message-item .sec04__message-highlight {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.2;
  }
}
.sec04__message-item .sec04__message-highlight.--large {
  font-size: min(calc(84 / 1080 * 100vw), 84px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec04__message-item .sec04__message-highlight.--large {
    font-size: calc(106 / 750 * 100vw);
  }
}

.sec05 {
  padding: min(calc(64 / 1080 * 100vw), 64px) 0;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec05__logo {
  width: min(calc(400 / 1080 * 100vw), 400px);
  margin: 0 auto min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .sec05__logo {
    width: calc(500 / 750 * 100vw);
    margin-bottom: calc(28 / 750 * 100vw);
  }
}
.sec05__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgb(29, 91, 176);
  margin-bottom: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .sec05__title {
    font-size: calc(56 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05-swiper {
  position: relative;
  padding-bottom: min(calc(50 / 1080 * 100vw), 50px);
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05-swiper {
    width: 100%;
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.sec05 .sec05-swiper .swiper-slide {
  height: auto;
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05-swiper .swiper-slide {
    padding: 0;
  }
}
.sec05 .sec05-swiper .swiper-button-next,
.sec05 .sec05-swiper .swiper-button-prev {
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(84 / 1080 * 100vw), 84px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05-swiper .swiper-button-next,
  .sec05 .sec05-swiper .swiper-button-prev {
    width: calc(30 / 750 * 100vw);
    height: calc(87 / 750 * 100vw);
  }
}
.sec05 .sec05-swiper .swiper-button-next::after,
.sec05 .sec05-swiper .swiper-button-prev::after {
  display: none;
}
.sec05 .sec05-swiper .swiper-button-prev, .sec05 .sec05-swiper .swiper-button-next {
  width: min(calc(25 / 1080 * 100vw), 25px);
  height: min(calc(72 / 1080 * 100vw), 72px);
  background: url("data:image/svg+xml,%3Csvg width='25' height='72' viewBox='0 0 25 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 71L3 36.0066L23 1' stroke='%231D5BB0' stroke-width='4'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
  top: min(calc(347 / 1080 * 100vw), 347px);
  left: min(calc(28 / 1080 * 100vw), 28px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05-swiper .swiper-button-prev, .sec05 .sec05-swiper .swiper-button-next {
    width: calc(29 / 750 * 100vw);
    height: calc(89 / 750 * 100vw);
    left: calc(18 / 750 * 100vw);
    top: calc(502 / 750 * 100vw);
  }
}
.sec05 .sec05-swiper .swiper-button-next {
  transform: scale(-1, 1);
  left: auto;
  right: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05-swiper .swiper-button-next {
    left: auto;
    right: calc(18 / 750 * 100vw);
  }
}
.sec05 .sec05-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.sec05 .sec05-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .sec05 .sec05-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(12 / 750 * 100vw);
  }
}
.sec05 .sec05-swiper .swiper-pagination {
  line-height: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05-swiper .swiper-pagination {
    bottom: calc(20 / 750 * 100vw);
  }
}
.sec05 .sec05-swiper .swiper-pagination-bullet {
  height: min(calc(12 / 1080 * 100vw), 12px);
  width: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05-swiper .swiper-pagination-bullet {
    width: calc(15 / 750 * 100vw);
    height: calc(15 / 750 * 100vw);
  }
}
.sec05 .sec05-swiper .swiper-pagination-bullet-active {
  background-color: rgb(29, 91, 176);
}
.sec05__slide-item {
  height: 100%;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec05__slide-item {
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
  }
}
.sec05__slide-inner {
  height: 100%;
  background: rgb(240, 244, 247);
  border-top: min(calc(4 / 1080 * 100vw), 4px) solid rgb(203, 221, 234);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec05__slide-inner {
    border-top: calc(4 / 750 * 100vw) solid rgb(203, 221, 234);
  }
}
.sec05__slide-main {
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec05__slide-main {
    padding: calc(50 / 750 * 100vw) calc(50 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec05__slide-top {
  display: flex;
  align-items: flex-start;
  gap: min(calc(50 / 1080 * 100vw), 50px);
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05__slide-top {
    gap: calc(34 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec05__slide-content {
  flex: 1;
  max-width: min(calc(450 / 1080 * 100vw), 450px);
}
@media screen and (max-width: 767px) {
  .sec05__slide-content {
    max-width: 100%;
  }
}
.sec05__detail-item {
  margin-bottom: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .sec05__detail-item {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.sec05__detail-item:last-child {
  margin-bottom: 0;
}
.sec05__detail-label {
  background: linear-gradient(90deg, #1484C2 0%, #0B3774 100%);
  color: rgb(255, 255, 255);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  padding: min(calc(2 / 1080 * 100vw), 2px) 0;
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
  display: block;
}
@media screen and (max-width: 767px) {
  .sec05__detail-label {
    font-size: calc(30 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) 0;
    margin-bottom: calc(15 / 750 * 100vw);
  }
}
.sec05__detail-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: justify;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec05__detail-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec05__detail-text b {
  font-weight: 700;
  color: rgb(29, 91, 176);
}
.sec05__slide-image {
  margin-top: max(calc(-82 / 1080 * 100vw), -82px);
  width: min(calc(220 / 1080 * 100vw), 220px);
  height: min(calc(240 / 1080 * 100vw), 240px);
  box-shadow: min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .sec05__slide-image {
    margin-top: calc(-102 / 750 * 100vw);
    width: calc(275 / 750 * 100vw);
    height: calc(300 / 750 * 100vw);
    box-shadow: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2);
  }
}
.sec05__slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec05__slide-comment {
  background: rgb(225, 234, 240);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(240 / 1080 * 100vw), 240px);
}
@media screen and (max-width: 767px) {
  .sec05__slide-comment {
    height: calc(342 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec05__comment-title {
  display: flex;
  align-items: center;
  gap: min(calc(12.8 / 1080 * 100vw), 12.8px);
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  background: var(--Linear01, linear-gradient(90deg, #1484C2 40%, #0B3774 60%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec05__comment-title {
    gap: calc(16 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec05__comment-title::before, .sec05__comment-title::after {
  content: "";
  display: block;
  flex: 1;
  background: rgb(29, 91, 176);
  height: 1px;
}
.sec05__comment-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: justify;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec05__comment-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec05__comment-text b {
  font-weight: 700;
  color: rgb(29, 91, 176);
}
.sec05__caption {
  font-weight: 400;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.45;
  color: rgb(102, 102, 102);
}
@media screen and (max-width: 767px) {
  .sec05__caption {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.2;
  }
}

.sec06 {
  padding: min(calc(32 / 1080 * 100vw), 32px) 0 min(calc(80 / 1080 * 100vw), 80px);
  background: url(../img/pc/sec06.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: calc(40 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    background: url(../img/sp/sec06.webp) 50% 0/100% no-repeat;
  }
}
.sec06__header {
  text-align: center;
}
.sec06__title {
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: rgb(255, 255, 255);
  margin: max(calc(-24 / 1080 * 100vw), -24px) 0 min(calc(54 / 1080 * 100vw), 54px);
}
@media screen and (max-width: 767px) {
  .sec06__title {
    font-size: calc(56 / 750 * 100vw);
    margin: calc(-24 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}
.sec06__subtitle {
  font-weight: 400;
  font-size: min(calc(77 / 1080 * 100vw), 77px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: rgb(203, 221, 234);
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .sec06__subtitle {
    font-size: calc(96 / 750 * 100vw);
  }
}
.sec06__flow {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  width: min(calc(840 / 1080 * 100vw), 840px);
}
@media screen and (max-width: 767px) {
  .sec06__flow {
    gap: calc(4 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
  }
}
.sec06__step {
  display: flex;
  align-items: center;
  background: rgb(240, 244, 247);
  gap: min(calc(20 / 1080 * 100vw), 20px);
  padding-right: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec06__step {
    gap: calc(35 / 750 * 100vw);
    padding-right: calc(30 / 750 * 100vw);
  }
}
.sec06__step:nth-child(1) .sec06__step-visual {
  background: #4897E0;
}
.sec06__step:nth-child(1) .sec06__step-visual::after {
  background: #4897E0;
}
.sec06__step:nth-child(2) .sec06__step-visual {
  background: #3980CC;
}
.sec06__step:nth-child(2) .sec06__step-visual::after {
  background: #3980CC;
}
.sec06__step:nth-child(3) .sec06__step-visual {
  background: #1B62AF;
}
.sec06__step:nth-child(3) .sec06__step-visual::after {
  background: #1B62AF;
}
.sec06__step:nth-child(4) .sec06__step-visual {
  background: #134292;
}
.sec06__step:nth-child(4) .sec06__step-visual::after {
  background: #134292;
}
.sec06__step:nth-child(5) .sec06__step-visual {
  background: #00376A;
}
.sec06__step:nth-child(5) .sec06__step-visual::after {
  content: none;
}
.sec06__step-visual {
  position: relative;
  flex-direction: column;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(128 / 1080 * 100vw), 128px);
  padding-top: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec06__step-visual {
    width: calc(90 / 750 * 100vw);
    padding-top: 0;
  }
}
.sec06__step-visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  bottom: max(calc(-19 / 1080 * 100vw), -19px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  clip-path: polygon(0 0, 100% 0, 100% min(calc(5 / 1080 * 100vw), 5px), 50% 100%, 0 min(calc(5 / 1080 * 100vw), 5px));
}
@media screen and (max-width: 767px) {
  .sec06__step-visual::after {
    bottom: calc(-23 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    clip-path: polygon(0 0, 100% 0, 100% calc(5 / 750 * 100vw), 50% 100%, 0 calc(5 / 750 * 100vw));
  }
}
.sec06__number {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  background: linear-gradient(135deg, #B9934A 0%, #FFF8CE 44.96%, #FFF8CE 54.52%, #A9914E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec06__number {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec06__label {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgb(217, 189, 124);
}
@media screen and (max-width: 767px) {
  .sec06__label {
    font-size: calc(22 / 750 * 100vw);
  }
}
.sec06__step-icon {
  width: min(calc(112 / 1080 * 100vw), 112px);
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .sec06__step-icon {
    width: calc(140 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) 0;
  }
}
.sec06__step-content {
  flex: 1;
  padding: min(calc(36 / 1080 * 100vw), 36px) 0 min(calc(36 / 1080 * 100vw), 36px) min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec06__step-content {
    padding: calc(44 / 750 * 100vw) 0 calc(44 / 750 * 100vw) calc(5 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .sec06__step-content a:hover {
    text-decoration: none;
  }
}
.sec06__step-title {
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, #1484C2 0%, #0B3774 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec06__step-title {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec06__step-text {
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec06__step-text {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec06__highlight {
  font-weight: 700;
  color: rgb(29, 91, 176);
}
.sec06__link {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: rgb(10, 78, 141);
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .sec06__link {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec07 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(55 / 1080 * 100vw), 55px);
  background: url(../img/pc/sec07.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(80 / 750 * 100vw) 0;
    background: url(../img/sp/sec07.webp) 50% 0/100% no-repeat;
  }
}
.sec07__header {
  text-align: center;
  margin-bottom: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec07__header {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec07__title {
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, #1484C2 0%, #0B3774 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07__title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec07__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  max-width: min(calc(840 / 1080 * 100vw), 840px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07__content {
    gap: calc(40 / 750 * 100vw);
    max-width: calc(690 / 750 * 100vw);
  }
}
.sec07__section {
  background: rgb(255, 255, 255);
}
.sec07__section-header {
  background: linear-gradient(90deg, #1484C2 0%, #0B3774 100%);
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px) min(calc(11 / 1080 * 100vw), 11px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__section-header {
    padding: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) calc(14 / 750 * 100vw);
  }
}
.sec07__section-title {
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .sec07__section-title {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec07__section-body {
  padding: min(calc(24 / 1080 * 100vw), 24px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid rgb(10, 78, 141);
  border-top: none;
}
@media screen and (max-width: 767px) {
  .sec07__section-body {
    padding: calc(30 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
    border-top: none;
  }
}
.sec07__text--bold {
  font-weight: 700;
}
.sec07__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin: 0 0 min(calc(13 / 1080 * 100vw), 13px) min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .sec07__list {
    gap: calc(10 / 750 * 100vw);
    margin: 0 0 calc(16 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec07__list-item {
  display: list-item;
  list-style: disc outside;
  font-weight: 400;
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec07__list-item {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec07__notes {
  margin-top: min(calc(13 / 1080 * 100vw), 13px);
}
@media screen and (max-width: 767px) {
  .sec07__notes {
    margin-top: calc(16 / 750 * 100vw);
  }
}
.sec07__note {
  font-weight: 400;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgb(102, 102, 102);
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec07__note {
    font-size: calc(20 / 750 * 100vw);
    margin-bottom: calc(6 / 750 * 100vw);
  }
}
.sec07__note:last-child {
  margin-bottom: 0;
}

.sec08 {
  background: rgb(240, 244, 247);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec08 .sec-title {
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, #1484C2 0%, #0B3774 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: 0 auto min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec-title {
    font-size: calc(56 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec08 .adlp-accordion {
  background: none;
}
.sec08 .adlp-accordion__wrapper {
  gap: 32;
  width: min(calc(840 / 1080 * 100vw), 840px);
  margin: 0 auto min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-accordion__wrapper {
    gap: calc(40 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}
.sec08 .adlp-accordion__header {
  background: linear-gradient(to right, #1484C2 0%, #0B3774 100%);
  box-shadow: min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px) min(calc(16 / 1080 * 100vw), 16px) rgba(0, 0, 0, 0.3);
  border-radius: min(calc(3 / 1080 * 100vw), 3px);
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-accordion__header {
    box-shadow: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) calc(20 / 750 * 100vw) rgba(0, 0, 0, 0.3);
    border-radius: calc(4 / 750 * 100vw);
    padding: calc(22 / 750 * 100vw) calc(40 / 750 * 100vw) calc(22 / 750 * 100vw) 0;
  }
}
.sec08 .adlp-accordion__header::after {
  width: min(calc(22 / 1080 * 100vw), 22px);
  height: min(calc(13 / 1080 * 100vw), 13px);
  right: min(calc(36 / 1080 * 100vw), 36px);
  background: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11L21 1' stroke='white' stroke-width='2.4'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-accordion__header::after {
    right: calc(30 / 750 * 100vw);
    width: calc(25 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
.sec08 .adlp-accordion__body-inner {
  padding-top: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-accordion__body-inner {
    padding-top: calc(40 / 750 * 100vw);
  }
}
.sec08 .pattern-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec08 .pattern-header {
    gap: calc(4 / 750 * 100vw);
  }
}
.sec08 .pattern-header .amount-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec08 .pattern-header .amount-text {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec08 .pattern-header .amount-gradient {
  background: linear-gradient(to left, rgb(185, 147, 74) 0%, rgb(255, 248, 206) 44.96%, rgb(255, 248, 206) 54.52%, rgb(169, 145, 78) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sec08 .pattern-header .amount-gradient .amount-number {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec08 .pattern-header .amount-gradient .amount-number {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec08 .pattern-header .amount-gradient .amount-unit {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec08 .pattern-header .amount-gradient .amount-unit {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec08 .pattern-header .rate-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec08 .pattern-header .rate-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec08 .pattern-note {
  text-align: center;
  color: rgb(221, 221, 221);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec08 .pattern-note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec08 .table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.sec08 .repayment-table {
  width: 100%;
  border-collapse: collapse;
}
.sec08 .repayment-table th, .sec08 .repayment-table td {
  border: min(calc(1 / 1080 * 100vw), 1px) solid rgb(153, 153, 153);
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .sec08 .repayment-table th, .sec08 .repayment-table td {
    border-width: calc(1.5 / 750 * 100vw);
  }
}
.sec08 .repayment-table thead th {
  background: rgb(238, 238, 238);
  color: rgb(51, 51, 51);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec08 .repayment-table thead th {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(8 / 750 * 100vw);
  }
}
.sec08 .repayment-table thead th:nth-child(n+2) {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .sec08 .repayment-table thead th:nth-child(n+2) {
    width: 39%;
  }
}
.sec08 .repayment-table tbody th {
  background: rgb(238, 238, 238);
  color: rgb(51, 51, 51);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8;
  padding: min(calc(16 / 1080 * 100vw), 16px) 0;
  width: min(calc(128 / 1080 * 100vw), 128px);
}
@media screen and (max-width: 767px) {
  .sec08 .repayment-table tbody th {
    font-size: calc(26 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(8 / 750 * 100vw);
    width: calc(160 / 750 * 100vw);
  }
}
.sec08 .repayment-table tbody td {
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: min(calc(16 / 1080 * 100vw), 16px) 0;
}
@media screen and (max-width: 767px) {
  .sec08 .repayment-table tbody td {
    font-size: calc(26 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(8 / 750 * 100vw);
  }
}
.sec08 .repayment-table tbody td sup {
  font-size: inherit;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .sec08 .repayment-table tbody td sup {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    vertical-align: super;
  }
}
.sec08 .repayment-table tbody .total-row th {
  background: rgb(29, 91, 176);
  color: rgb(255, 255, 255);
}
.sec08 .repayment-table tbody .total-row td {
  background: rgb(225, 234, 240);
  color: rgb(10, 78, 141);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec08 .repayment-table tbody .total-row td {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec08 .button-wrapper {
  display: flex;
  justify-content: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  margin-top: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec08 .button-wrapper {
    gap: calc(30 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec08 .adlp-btn.--btn04 {
  background: #fff;
  box-shadow: none;
  border: 1px solid rgb(29, 91, 176);
  border-radius: min(calc(6 / 1080 * 100vw), 6px);
  width: min(calc(264 / 1080 * 100vw), 264px);
  height: min(calc(90 / 1080 * 100vw), 90px);
  padding-left: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-btn.--btn04 {
    border-radius: calc(8 / 750 * 100vw);
    width: calc(330 / 750 * 100vw);
    height: calc(114 / 750 * 100vw);
    padding-left: calc(46 / 750 * 100vw);
  }
}
.sec08 .adlp-btn.--btn04::after {
  right: min(calc(19 / 1080 * 100vw), 19px);
  width: min(calc(10 / 1080 * 100vw), 10px);
  height: calc(17 / 750 * 100vw);
  background: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3999 0.900391L8.5999 8.50039L1.3999 16.1004' stroke='%230A4E8D' stroke-width='1.6'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-btn.--btn04::after {
    right: calc(20 / 750 * 100vw);
    width: calc(12 / 750 * 100vw);
    height: calc(21 / 750 * 100vw);
  }
}
.sec08 .adlp-btn.--btn04 .btn-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: min(calc(19 / 1080 * 100vw), 19px);
  width: min(calc(45 / 1080 * 100vw), 45px);
  height: min(calc(55 / 1080 * 100vw), 55px);
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-btn.--btn04 .btn-icon {
    left: calc(22 / 750 * 100vw);
    width: calc(56 / 750 * 100vw);
    height: calc(68 / 750 * 100vw);
  }
}
.sec08 .adlp-btn.--btn04 .btn-text-1 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 400;
  color: rgb(10, 78, 141);
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-btn.--btn04 .btn-text-1 {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec08 .adlp-btn.--btn04 .btn-text-2 {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: rgb(10, 78, 141);
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-btn.--btn04 .btn-text-2 {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec08 .section-note {
  margin: 0 auto;
  width: min(calc(840 / 1080 * 100vw), 840px);
  text-align: right;
  color: rgb(102, 102, 102);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec08 .section-note {
    width: calc(690 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
  }
}

.sec10 {
  background: rgb(240, 244, 247);
  padding: min(calc(69 / 1080 * 100vw), 69px) 0 min(calc(64 / 1080 * 100vw), 64px);
}
@media screen and (max-width: 767px) {
  .sec10 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec10__title {
  width: fit-content;
  text-align: center;
  margin: 0 auto min(calc(51 / 1080 * 100vw), 51px);
  background: linear-gradient(90deg, #1484C2 0%, #0B3774 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .sec10__title {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.sec10__title .text01 {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec10__title .text01 {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
}
.sec10__title .text02 {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec10__title .text02 {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
}
.sec10__content {
  background: rgb(255, 255, 255);
  margin: 0 auto;
  padding: min(calc(51 / 1080 * 100vw), 51px) min(calc(53 / 1080 * 100vw), 53px);
  width: min(calc(840 / 1080 * 100vw), 840px);
}
@media screen and (max-width: 767px) {
  .sec10__content {
    width: calc(690 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}
.sec10__item {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec10__item {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec10__item:not(:last-child) {
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec10__item:not(:last-child) {
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec10__item-title {
  color: rgb(10, 78, 141);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec10__item-title {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
}
.sec10__item-line {
  height: 1px;
  background: rgb(153, 153, 153);
}
.sec10__item-body p {
  color: rgb(51, 51, 51);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec10__item-body p {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
}
.sec10__item-body p.note {
  color: rgb(102, 102, 102);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec10__item-body p.note {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
}
.sec10__item-body p:not(:last-child) {
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec10__item-body p:not(:last-child) {
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec10__item-body ul {
  margin-left: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec10__item-body ul {
    margin-left: calc(36 / 750 * 100vw);
  }
}
.sec10__item-body ul li {
  list-style: disc outside;
  color: rgb(51, 51, 51);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec10__item-body ul li {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
.sec10__item-body ul li:not(:last-child) {
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec10__item-body ul li:not(:last-child) {
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec10__item-body ul.red {
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec10__item-body ul.red {
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec10__item-body ul.red li {
  list-style: disc outer;
  color: rgb(209, 55, 55);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec10__item-body ul.red li {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
.sec10__notice {
  width: min(calc(690 / 1080 * 100vw), 690px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec10__notice {
    width: calc(690 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec10__notice p {
  color: rgb(102, 102, 102);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec10__notice p {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec11 {
  background: rgb(225, 234, 240);
  padding: 0 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec11 {
    padding: 0 0 calc(96 / 750 * 100vw);
  }
}
.sec11__header {
  background: linear-gradient(90deg, #1484C2 0%, #0B3774 100%);
  padding: min(calc(62 / 1080 * 100vw), 62px) 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec11__header {
    padding: calc(56 / 750 * 100vw) 0;
  }
}
.sec11__title-bg {
  display: block;
  color: rgb(203, 221, 234);
  font-weight: 400;
  font-size: min(calc(72 / 1080 * 100vw), 72px);
  line-height: 1.1;
  letter-spacing: 0.08em;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .sec11__title-bg {
    font-size: calc(72 / 750 * 100vw);
  }
}
.sec11__title-bg .text01 {
  font-size: min(calc(96 / 1080 * 100vw), 96px);
}
@media screen and (max-width: 767px) {
  .sec11__title-bg .text01 {
    font-size: calc(96 / 750 * 100vw);
  }
}
.sec11__title {
  display: block;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec11__title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec11__section {
  margin-bottom: min(calc(100 / 1080 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .sec11__section {
    margin-bottom: calc(100 / 750 * 100vw);
  }
}
.sec11__section:last-child {
  margin-bottom: 0;
}
.sec11__section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec11__section-header {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec11__section-header--bordered {
  position: relative;
  height: min(calc(95.14 / 1080 * 100vw), 95.14px);
  background: #003464;
}
@media screen and (max-width: 767px) {
  .sec11__section-header--bordered {
    height: calc(100 / 750 * 100vw);
  }
}
.sec11__section-header--bordered::before, .sec11__section-header--bordered::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(calc(4 / 1080 * 100vw), 4px);
  background: linear-gradient(90deg, #0B3774 0%, #00A4FF 50%, #0B3774 100%);
}
@media screen and (max-width: 767px) {
  .sec11__section-header--bordered::before, .sec11__section-header--bordered::after {
    height: calc(4 / 750 * 100vw);
  }
}
.sec11__section-header--bordered::after {
  top: auto;
  bottom: 0;
}
.sec11__section-title {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec11__section-title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec11__accordion-wrapper {
  width: min(calc(840 / 1080 * 100vw), 840px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec11__accordion-wrapper {
    width: calc(690 / 750 * 100vw);
    gap: calc(40 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.sec11 .adlp-accordion__header__inner {
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(80 / 1080 * 100vw), 80px) min(calc(24 / 1080 * 100vw), 24px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion__header__inner {
    align-items: flex-start;
    padding: calc(40 / 750 * 100vw) calc(100 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion__header__inner .lead {
  color: rgb(10, 78, 141);
  font-weight: 600;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1;
  letter-spacing: 0.08em;
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion__header__inner .lead {
    font-size: calc(48 / 750 * 100vw);
    width: calc(50 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion__header__inner .text {
  color: rgb(10, 78, 141);
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.4;
  letter-spacing: 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion__header__inner .text {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion__header.--plus::before {
  background: rgb(10, 78, 141);
  right: min(calc(49 / 1080 * 100vw), 49px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion__header.--plus::before {
    right: calc(49 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion__header.--plus::after {
  background: rgb(10, 78, 141);
  right: min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion__header.--plus::after {
    right: calc(40 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion__body {
  padding: 0 min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion__body {
    padding: 0 calc(40 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion__body__inner {
  border-top: 1px solid #999999;
  padding: min(calc(24 / 1080 * 100vw), 24px) 0;
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion__body__inner {
    padding: calc(24 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion__body__inner .lead {
  color: rgb(10, 78, 141);
  font-weight: 600;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1;
  letter-spacing: 0.08em;
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D13737;
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion__body__inner .lead {
    font-size: calc(48 / 750 * 100vw);
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion__body__inner .text {
  flex: 1;
  padding-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion__body__inner .text {
    padding-top: calc(4 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion__body__inner .text p {
  color: rgb(51, 51, 51);
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: justify;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion__body__inner .text p {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion__body__inner .text p:last-child {
  margin-bottom: 0;
}
.sec11 .adlp-accordion__body__inner .text p.note {
  color: rgb(102, 102, 102);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.5;
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion__body__inner .text p.note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion__body__inner .text p sup {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion__body__inner .text p sup {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec12 {
  padding: min(calc(55 / 1080 * 100vw), 55px) 0;
}
@media screen and (max-width: 767px) {
  .sec12 {
    padding: calc(40 / 750 * 100vw) 0 calc(94 / 750 * 100vw);
  }
}
.sec12__bg-title {
  font-size: min(calc(76 / 1080 * 100vw), 76px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: rgb(225, 234, 240);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec12__bg-title {
    font-size: calc(96 / 750 * 100vw);
    top: calc(41 / 750 * 100vw);
  }
}
.sec12__title {
  width: fit-content;
  margin: 0 auto min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  background: linear-gradient(90deg, #1484C2 0%, #0B3774 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec12__title {
    margin: calc(-14 / 750 * 100vw) auto calc(40 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec12__content {
  width: min(calc(630 / 1080 * 100vw), 630px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec12__content {
    width: calc(630 / 750 * 100vw);
  }
}
.sec12__table {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec12__table {
    gap: calc(40 / 750 * 100vw);
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.sec12__row {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec12__row {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec12__label {
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: rgb(10, 78, 141);
  border-bottom: min(calc(1 / 1080 * 100vw), 1px) solid rgb(153, 153, 153);
  padding-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec12__label {
    font-size: calc(30 / 750 * 100vw);
    border-bottom-width: calc(1 / 750 * 100vw);
    padding-bottom: calc(8 / 750 * 100vw);
  }
}
.sec12__value {
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec12__value {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec12__notes {
  display: flex;
  flex-direction: column;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec12__notes {
    gap: calc(6 / 750 * 100vw);
  }
}
.sec12__note {
  font-weight: 400;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgb(102, 102, 102);
}
@media screen and (max-width: 767px) {
  .sec12__note {
    font-size: calc(20 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
