@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-header {
  background-color: #fff;
  padding: min(calc(15 / 1080 * 100vw), 15px) 0 min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-header {
    padding: calc(19 / 750 * 100vw) 0 calc(18 / 750 * 100vw);
  }
}
.adlp-header__logo {
  width: min(calc(513 / 1080 * 100vw), 513px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(640 / 750 * 100vw);
    margin: 0 auto;
  }
}

.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(632 / 750 * 100vw);
    height: calc(102 / 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(34 / 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(130 / 1080 * 100vw), 130px);
  height: min(calc(90 / 1080 * 100vw), 90px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  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(102 / 750 * 100vw);
    font-size: calc(24 / 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__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;
}
.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;
}
@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(50 / 750 * 100vw) 0;
  }
}
.cv01.-bg2 {
  background-color: #F0F4F7;
}
.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(632 / 750 * 100vw);
    height: calc(142 / 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 / 1080 * 100vw), 28px);
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn .text01 {
    font-size: calc(34 / 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(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn .text02 {
    width: calc(150 / 750 * 100vw);
    height: calc(142 / 750 * 100vw);
    font-size: calc(24 / 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;
  height: min(calc(616 / 1080 * 100vw), 616px);
  padding-top: min(calc(29 / 1080 * 100vw), 29px);
}
@media screen and (max-width: 767px) {
  .fv {
    height: calc(1142 / 750 * 100vw);
    padding-top: calc(35 / 750 * 100vw);
  }
}
.fv.-a {
  background: url(../img/pc/fv_a.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .fv.-a {
    background: url(../img/sp/fv_a.webp) 50% 0/100% no-repeat;
  }
}
.fv.-b {
  background: url(../img/pc/fv_b.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .fv.-b {
    background: url(../img/sp/fv_b.webp) 50% 0/100% no-repeat;
  }
}
.fv.-c {
  background: url(../img/pc/fv_c.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .fv.-c {
    background: url(../img/sp/fv_c.webp) 50% 0/100% no-repeat;
  }
}
.fv.-d {
  background: url(../img/pc/fv_d.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .fv.-d {
    background: url(../img/sp/fv_d.webp) 50% 0/100% no-repeat;
  }
}
.fv__owner {
  width: min(calc(476 / 1080 * 100vw), 476px);
  margin: 0 auto min(calc(7 / 1080 * 100vw), 7px);
}
@media screen and (max-width: 767px) {
  .fv__owner {
    width: calc(634 / 750 * 100vw);
    margin: 0 auto calc(9 / 750 * 100vw);
  }
}
.fv__title {
  width: min(calc(390 / 1080 * 100vw), 390px);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__title {
    width: 100%;
  }
}
.fv__title .text01 {
  display: block;
  color: rgb(255, 255, 255);
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: 0.16em;
  margin-bottom: min(calc(7 / 1080 * 100vw), 7px);
}
@media screen and (max-width: 767px) {
  .fv__title .text01 {
    font-size: calc(56 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.fv__title .text01 .small {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .fv__title .text01 .small {
    font-size: calc(42 / 750 * 100vw);
  }
}
.fv__title .text02 {
  padding-left: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .fv__title .text02 {
    padding-left: 0;
  }
}
.fv__title .text02 .accent-gold {
  position: relative;
  color: rgb(238, 193, 107);
  font-size: min(calc(86 / 1080 * 100vw), 86px);
  font-weight: 500;
  line-height: 132%;
}
@media screen and (max-width: 767px) {
  .fv__title .text02 .accent-gold {
    font-size: calc(110 / 750 * 100vw);
  }
}
.fv__title .text02 .accent-gold::after {
  content: "";
  background: rgb(249, 216, 138);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%;
  top: min(calc(8 / 1080 * 100vw), 8px);
  width: min(calc(11 / 1080 * 100vw), 11px);
  height: min(calc(11 / 1080 * 100vw), 11px);
}
@media screen and (max-width: 767px) {
  .fv__title .text02 .accent-gold::after {
    top: calc(4 / 750 * 100vw);
    width: calc(15 / 750 * 100vw);
    height: calc(15 / 750 * 100vw);
  }
}
.fv__title .text03 {
  display: block;
  color: rgb(255, 255, 255);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .fv__title .text03 {
    font-size: calc(44 / 750 * 100vw);
  }
}
.fv__title .text03 .small {
  font-size: min(calc(27 / 1080 * 100vw), 27px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .fv__title .text03 .small {
    font-size: calc(36 / 750 * 100vw);
  }
}
.fv__cols-wrapper {
  border: 1px solid #FFF;
  width: min(calc(920 / 1080 * 100vw), 920px);
  padding: min(calc(14 / 1080 * 100vw), 14px) 0;
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
}
@media screen and (max-width: 767px) {
  .fv__cols-wrapper {
    width: calc(632 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) 0;
    margin: calc(184 / 750 * 100vw) auto 0;
  }
}
.fv__cols {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(890 / 1080 * 100vw), 890px);
  margin: 0 auto;
  padding: min(calc(18 / 1080 * 100vw), 18px) 0 min(calc(9 / 1080 * 100vw), 9px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .fv__cols {
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
    width: calc(600 / 750 * 100vw);
    padding: calc(32 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
  }
}
.fv__subtitle {
  text-align: center;
}
.fv__subtitle .title {
  display: block;
  color: rgb(29, 91, 176);
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fv__subtitle .title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.fv__subtitle .provider {
  display: block;
  color: rgb(29, 91, 176);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .fv__subtitle .provider {
    font-size: calc(32 / 750 * 100vw);
  }
}
.fv__badges {
  display: flex;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  padding-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .fv__badges {
    gap: calc(5 / 750 * 100vw);
  }
}
.fv__badge {
  position: relative;
  display: flex;
  align-items: center;
  width: min(calc(133 / 1080 * 100vw), 133px);
}
@media screen and (max-width: 767px) {
  .fv__badge {
    width: calc(176 / 750 * 100vw);
  }
}
.fv__badge::before, .fv__badge::after {
  content: "";
  display: block;
  width: min(calc(29 / 1080 * 100vw), 29px);
  height: min(calc(83 / 1080 * 100vw), 83px);
  background: url(../img/common/badge_style1.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .fv__badge::before, .fv__badge::after {
    width: calc(39 / 750 * 100vw);
    height: calc(125 / 750 * 100vw);
  }
}
.fv__badge::before {
  left: 0;
}
.fv__badge::after {
  transform: scale(-1, 1);
  right: 0;
}
.fv__badge > div {
  flex: 1;
  text-align: center;
}
.fv__badge .badge-title {
  position: absolute;
  top: max(calc(-3 / 1080 * 100vw), -3px);
  left: 0;
  width: 100%;
  color: #917345;
  font-weight: 500;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__badge .badge-title {
    top: calc(-3 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}
.fv__badge .badge-main {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #917345;
  font-weight: 700;
}
.fv__badge .badge-year {
  color: #917345;
  font-weight: 700;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .fv__badge .badge-year {
    font-size: calc(22 / 750 * 100vw);
  }
}
.fv__badge .badge-sub {
  color: #917345;
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.1;
  letter-spacing: 0.08em;
  margin-top: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .fv__badge .badge-sub {
    font-size: calc(21 / 750 * 100vw);
    margin-top: calc(0 / 750 * 100vw);
  }
}
.fv__badge .badge-note {
  color: #917345;
  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 {
    font-size: calc(18 / 750 * 100vw);
    margin-top: calc(3 / 750 * 100vw);
  }
}
.fv__badge:nth-child(1) .badge-main {
  flex-direction: column;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  margin-right: max(calc(-10 / 1080 * 100vw), -10px);
  font-weight: 500;
  padding-top: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(1) .badge-main {
    gap: calc(6 / 750 * 100vw);
    margin-right: calc(-14 / 750 * 100vw);
    padding-top: calc(26 / 750 * 100vw);
  }
}
.fv__badge:nth-child(1) .badge-percent {
  display: flex;
  align-items: baseline;
  line-height: 0.8;
}
.fv__badge:nth-child(1) .badge-wave {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  writing-mode: vertical-rl;
  margin: max(calc(-5 / 1080 * 100vw), -5px) 0;
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(1) .badge-wave {
    font-size: calc(40 / 750 * 100vw);
    margin: calc(-5 / 750 * 100vw) 0;
  }
}
.fv__badge:nth-child(1) .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(1) .badge-line1 {
    gap: 0;
    margin-left: calc(-20 / 750 * 100vw);
  }
}
.fv__badge:nth-child(1) .numbers {
  font-size: min(calc(29 / 1080 * 100vw), 29px);
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(1) .numbers {
    font-size: calc(46 / 750 * 100vw);
  }
}
.fv__badge:nth-child(1) .percent {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(1) .percent {
    font-size: calc(28 / 750 * 100vw);
  }
}
.fv__badge:nth-child(2) .badge-main {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 1.12;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(2) .badge-main {
    font-size: calc(40 / 750 * 100vw);
  }
}
.fv__badge:nth-child(3) .badge-side {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.1;
  letter-spacing: 0.06em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-top: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(3) .badge-side {
    font-size: calc(20 / 750 * 100vw);
    padding-top: calc(4 / 750 * 100vw);
  }
}
.fv__badge:nth-child(3) .badge-center {
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 500;
  margin-left: max(calc(-7 / 1080 * 100vw), -7px);
  padding: 0 min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(3) .badge-center {
    font-size: calc(65 / 750 * 100vw);
    letter-spacing: -0.06em;
    margin-left: calc(-10 / 750 * 100vw);
    padding: 0 calc(8 / 750 * 100vw);
  }
}
.fv__footer {
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .fv__footer {
    margin-top: calc(-6 / 750 * 100vw);
  }
}
.fv__footer-link {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: rgb(29, 91, 176);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .fv__footer-link {
    font-size: calc(22 / 750 * 100vw);
  }
}
.fv__footer-link a {
  color: rgb(29, 91, 176);
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .fv__footer-link a:hover {
    text-decoration: none;
  }
}
.fv__footer-note p {
  color: #917345;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1;
  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(164 / 1080 * 100vw), 164px) 0 min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec01 {
    background: url(../img/sp/sec01.webp) 50% 0/100% no-repeat;
    padding: calc(194 / 750 * 100vw) 0 calc(77 / 750 * 100vw);
  }
}
.sec01__main-title {
  display: block;
  color: rgb(255, 255, 255);
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__main-title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec01__main-title .accent-gold {
  color: rgb(238, 193, 107);
}
.sec01__diagram {
  margin: min(calc(55 / 1080 * 100vw), 55px) auto min(calc(52 / 1080 * 100vw), 52px);
  width: min(calc(840 / 1080 * 100vw), 840px);
}
@media screen and (max-width: 767px) {
  .sec01__diagram {
    margin: calc(49 / 750 * 100vw) auto calc(80 / 750 * 100vw);
    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__desc-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) {
  .sec01__desc-title {
    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);
    background-color: transparent;
    border-top: none;
    border-left: none;
  }
}
.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);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
}
@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: rgb(225, 234, 240);
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: 0 0 calc(30 / 750 * 100vw);
  }
}
.sec02__head {
  background: url(../img/pc/sec02.webp) 50% 100%/100% no-repeat;
  padding: min(calc(65 / 1080 * 100vw), 65px) 0 0;
  height: min(calc(247 / 1080 * 100vw), 247px);
}
@media screen and (max-width: 767px) {
  .sec02__head {
    background: url(../img/sp/sec02.webp) 50% 100%/100% no-repeat;
    padding: calc(79 / 750 * 100vw) 0 0;
    height: calc(330 / 750 * 100vw);
  }
}
.sec02__title {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  background: var(--blue-grad-2, linear-gradient(135deg, #094E97 0%, #002144 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) {
  .sec02__title {
    font-size: calc(56 / 750 * 100vw);
    margin: 0 auto calc(95 / 750 * 100vw);
  }
}
.sec02__tab {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02__tab {
    width: 100%;
  }
}
.sec02 .adlp-tab__head__wrapper {
  justify-content: center;
  gap: 0;
}
.sec02 .adlp-tab__head {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: min(calc(307 / 1080 * 100vw), 307px);
  height: min(calc(110 / 1080 * 100vw), 110px);
  color: #aaa;
  text-align: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  line-height: 140%;
  position: relative;
  padding-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-tab__head {
    width: calc(250 / 750 * 100vw);
    height: calc(200 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: -0.01em;
    padding-bottom: calc(20 / 750 * 100vw);
  }
}
.sec02 .adlp-tab__head:before, .sec02 .adlp-tab__head:after {
  content: "";
  position: absolute;
  bottom: min(calc(24 / 1080 * 100vw), 24px);
  left: calc(50% - 1.5px);
  width: 3px;
  height: 24px;
  border-radius: 9999px;
  background-color: #aaa;
  transform-origin: 50% calc(100% - 1.5px);
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-tab__head:before, .sec02 .adlp-tab__head:after {
    bottom: calc(35 / 750 * 100vw);
    width: calc(3 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    transform-origin: 50% calc(100% - calc(1.5 / 750 * 100vw));
  }
}
.sec02 .adlp-tab__head:before {
  transform: rotate(54deg);
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-tab__head:before {
    transform: rotate(45deg);
  }
}
.sec02 .adlp-tab__head:after {
  transform: rotate(-54deg);
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-tab__head:after {
    transform: rotate(-45deg);
  }
}
.sec02 .adlp-tab__head:nth-child(1) {
  background-image: url(../img/pc/sec02_tab1.webp);
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-tab__head:nth-child(1) {
    background-image: url(../img/sp/sec02_tab1.webp);
  }
}
.sec02 .adlp-tab__head:nth-child(1).--active {
  background-image: url(../img/pc/sec02_tab1_on.webp);
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-tab__head:nth-child(1).--active {
    background-image: url(../img/sp/sec02_tab1_on.webp);
    background-size: contain;
  }
}
.sec02 .adlp-tab__head:nth-child(2) {
  background-image: url(../img/pc/sec02_tab2.webp);
  width: min(calc(306 / 1080 * 100vw), 306px);
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-tab__head:nth-child(2) {
    background-image: url(../img/sp/sec02_tab2.webp);
    width: calc(250 / 750 * 100vw);
  }
}
.sec02 .adlp-tab__head:nth-child(2).--active {
  background-image: url(../img/pc/sec02_tab2_on.webp);
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-tab__head:nth-child(2).--active {
    background-image: url(../img/sp/sec02_tab2_on.webp);
    background-size: contain;
  }
}
.sec02 .adlp-tab__head:nth-child(3) {
  background-image: url(../img/pc/sec02_tab3.webp);
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-tab__head:nth-child(3) {
    background-image: url(../img/sp/sec02_tab3.webp);
  }
}
.sec02 .adlp-tab__head:nth-child(3).--active {
  background-image: url(../img/pc/sec02_tab3_on.webp);
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-tab__head:nth-child(3).--active {
    background-image: url(../img/sp/sec02_tab3_on.webp);
    background-size: contain;
  }
}
.sec02 .adlp-tab__head.--active {
  background: none;
  color: #F5F5F5;
}
.sec02 .adlp-tab__head.--active:before, .sec02 .adlp-tab__head.--active:after {
  background-color: #F5F5F5;
}
.sec02 .adlp-tab__content {
  border: 3px solid #1D5BB0;
  background: var(--base-white, #FFF);
  box-shadow: min(calc(15 / 1080 * 100vw), 15px) min(calc(15 / 1080 * 100vw), 15px) min(calc(22 / 1080 * 100vw), 22px) 0 rgba(0, 0, 0, 0.1);
  padding: min(calc(60 / 1080 * 100vw), 60px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-tab__content {
    border: none;
    box-shadow: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) 0 rgba(0, 0, 0, 0.1);
    padding: calc(67 / 750 * 100vw) calc(80 / 750 * 100vw) calc(74 / 750 * 100vw);
  }
}
.sec02 .adlp-tab__content.--active {
  display: block;
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-tab__content:nth-child(1) {
    border-top: calc(6 / 750 * 100vw) solid #14A5C9;
    border-bottom: calc(6 / 750 * 100vw) solid #14A5C9;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-tab__content:nth-child(2) {
    border-top: calc(6 / 750 * 100vw) solid #1D5BB0;
    border-bottom: calc(6 / 750 * 100vw) solid #1D5BB0;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-tab__content:nth-child(3) {
    border-top: calc(6 / 750 * 100vw) solid #022D5B;
    border-bottom: calc(6 / 750 * 100vw) solid #022D5B;
  }
}
.sec02__tab-title {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  line-height: 140%;
  background: var(--Linear01, linear-gradient(90deg, #1484C2 0%, #0B3774 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec02__tab-title {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(56 / 750 * 100vw);
    letter-spacing: -0.04em;
  }
}
.sec02__tab-title .small {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .sec02__tab-title .small {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec02__tab-flex {
  display: flex;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec02__tab-flex {
    display: block;
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec02__tab-flex02 {
  display: flex;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec02__tab-flex02 {
    display: block;
  }
}
.sec02__tab-figarea {
  flex: 0 0 min(calc(400 / 1080 * 100vw), 400px);
}
@media screen and (max-width: 767px) {
  .sec02__tab-figarea {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec02__tab-figcap {
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  color: rgb(102, 102, 102);
  text-align: right;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec02__tab-figcap {
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec02__tab-detail {
  flex: 0 0 min(calc(388 / 1080 * 100vw), 388px);
}
@media screen and (max-width: 767px) {
  .sec02__tab-detail {
    padding: calc(12 / 750 * 100vw) calc(8 / 750 * 100vw);
  }
}
.sec02__tab-detail dl {
  display: flex;
  align-items: center;
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
}
@media screen and (max-width: 767px) {
  .sec02__tab-detail dl {
    padding: calc(13 / 750 * 100vw) 0;
  }
}
.sec02__tab-detail dl:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.sec02__tab-detail dl dt {
  flex: 0 0 min(calc(120 / 1080 * 100vw), 120px);
  color: rgb(29, 91, 176);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec02__tab-detail dl dt {
    flex: 0 0 calc(160 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec02__tab-detail dl dd {
  flex: 0 0 min(calc(268 / 1080 * 100vw), 268px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec02__tab-detail dl dd {
    flex: 0 0 calc(414 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec02__tab-price {
  flex: 0 0 min(calc(400 / 1080 * 100vw), 400px);
}
@media screen and (max-width: 767px) {
  .sec02__tab-price {
    margin-bottom: calc(28 / 750 * 100vw);
  }
}
.sec02__tab-price dl {
  display: flex;
  align-items: center;
}
.sec02__tab-price dl:not(:last-child) {
  margin-bottom: 1px;
}
@media screen and (max-width: 767px) {
  .sec02__tab-price dl:not(:last-child) {
    margin-bottom: calc(2 / 750 * 100vw);
  }
}
.sec02__tab-price dl dt {
  flex: 0 0 min(calc(188 / 1080 * 100vw), 188px);
  height: min(calc(66 / 1080 * 100vw), 66px);
  background-color: rgb(245, 245, 245);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(10, 78, 141);
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec02__tab-price dl dt {
    flex: 0 0 calc(250 / 750 * 100vw);
    height: calc(88 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec02__tab-price dl dd {
  flex: 0 0 min(calc(212 / 1080 * 100vw), 212px);
  height: min(calc(66 / 1080 * 100vw), 66px);
  background-color: #fff;
  display: flex;
  align-items: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  line-height: 160%;
  padding: 0 min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec02__tab-price dl dd {
    flex: 0 0 calc(340 / 750 * 100vw);
    height: calc(88 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    padding: 0 calc(32 / 750 * 100vw);
  }
}
.sec02__tab-total {
  flex: 0 0 min(calc(400 / 1080 * 100vw), 400px);
  background-color: rgb(225, 234, 240);
  display: flex;
  align-items: center;
  padding: min(calc(20 / 1080 * 100vw), 20px);
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec02__tab-total {
    padding: calc(20 / 750 * 100vw) 0 calc(16 / 750 * 100vw);
    gap: calc(26 / 750 * 100vw);
  }
}
.sec02__tab-totaltext {
  color: rgb(29, 91, 176);
  text-align: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec02__tab-totaltext {
    flex: 0 0 calc(220 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec02__tab-totalprice {
  color: rgb(29, 91, 176);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec02__tab-totalprice {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec02__tab-totalprice .num {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .sec02__tab-totalprice .num {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec02__tab-text {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec02__tab-text {
    margin-top: calc(32 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    text-align: left;
  }
}
.sec02__note {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(22 / 1080 * 100vw), 22px) auto 0;
  color: #666;
  text-align: justify;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec02__note {
    width: calc(630 / 750 * 100vw);
    margin: calc(46 / 750 * 100vw) auto 0;
    font-size: calc(22 / 750 * 100vw);
  }
}

.sec03 {
  background: url(../img/pc/sec03.webp) 50% 0/100% no-repeat;
  padding: min(calc(38 / 1080 * 100vw), 38px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec03 {
    background: url(../img/sp/sec03.webp) 50% 0/100% no-repeat;
    padding: calc(74 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
  }
}
.sec03__title {
  text-align: center;
  margin-bottom: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec03__title {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec03__sub-title {
  color: rgb(255, 255, 255);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  display: block;
  margin-bottom: min(calc(7 / 1080 * 100vw), 7px);
}
@media screen and (max-width: 767px) {
  .sec03__sub-title {
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec03__main-title {
  color: rgb(255, 255, 255);
  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) {
  .sec03__main-title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec03__point-item {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03__point-item {
    padding: calc(60 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}
.sec03__point-item:nth-child(even) {
  background-color: #F5F5F5;
}
.sec03__point-content {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03__point-content {
    width: calc(630 / 750 * 100vw);
  }
}
.sec03__point-head {
  display: flex;
  align-items: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03__point-head {
    display: block;
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec03__point-num {
  color: rgb(29, 91, 176);
  font-size: min(calc(84 / 1080 * 100vw), 84px);
  font-weight: 500;
  line-height: 140%;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .sec03__point-num {
    font-size: calc(112 / 750 * 100vw);
  }
}
.sec03__point-title .sub {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  line-height: 140%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec03__point-title .sub {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec03__point-title .main {
  color: rgb(29, 91, 176);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  line-height: 140%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec03__point-title .main {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec03__point-cols {
  display: flex;
  align-items: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec03__point-cols {
    display: block;
  }
}
.sec03__point-col01 {
  flex: 0 0 min(calc(460 / 1080 * 100vw), 460px);
}
@media screen and (max-width: 767px) {
  .sec03__point-col01 {
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec03__point-col02 {
  flex: 0 0 min(calc(428 / 1080 * 100vw), 428px);
}
.sec03__chart {
  background: #fff;
  box-shadow: min(calc(15 / 1080 * 100vw), 15px) min(calc(15 / 1080 * 100vw), 15px) min(calc(23 / 1080 * 100vw), 23px) rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .sec03__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: rgb(225, 234, 240);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(6 / 1080 * 100vw), 6px) min(calc(13 / 1080 * 100vw), 13px);
  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-content {
  padding: min(calc(34 / 1080 * 100vw), 34px) 0 min(calc(45 / 1080 * 100vw), 45px);
}
@media screen and (max-width: 767px) {
  .sec03__usage-content {
    padding: calc(40 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}
.sec03__usage-img {
  width: min(calc(338 / 1080 * 100vw), 338px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03__usage-img {
    width: calc(510 / 750 * 100vw);
  }
}
.sec03__payment-content {
  padding: min(calc(39 / 1080 * 100vw), 39px) 0 min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .sec03__payment-content {
    padding: calc(54 / 750 * 100vw) 0 calc(36 / 750 * 100vw);
  }
}
.sec03__payment-img {
  width: min(calc(418 / 1080 * 100vw), 418px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03__payment-img {
    width: calc(558 / 750 * 100vw);
  }
}
.sec03__peyment-text1 {
  padding-top: min(calc(13 / 1080 * 100vw), 13px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  color: rgb(10, 78, 141);
}
@media screen and (max-width: 767px) {
  .sec03__peyment-text1 {
    padding-top: calc(17 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec03__point-text {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  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);
  }
}
.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);
    margin-top: calc(24 / 750 * 100vw);
  }
}
.sec03__point-img {
  box-shadow: min(calc(15 / 1080 * 100vw), 15px) min(calc(15 / 1080 * 100vw), 15px) min(calc(23 / 1080 * 100vw), 23px) 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .sec03__point-img {
    box-shadow: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) 0 rgba(0, 0, 0, 0.1);
  }
}

.sec05 {
  padding: min(calc(64 / 1080 * 100vw), 64px) 0 0;
  background: #E1EAF0;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: calc(78 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  }
}
.sec05__label {
  width: fit-content;
  margin: 0 auto;
  border: min(calc(2 / 1080 * 100vw), 2px) solid rgb(29, 91, 176);
  padding: min(calc(1 / 1080 * 100vw), 1px) min(calc(22 / 1080 * 100vw), 22px);
  color: rgb(29, 91, 176);
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 180%;
  margin-bottom: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec05__label {
    border: calc(2 / 750 * 100vw) solid rgb(29, 91, 176);
    padding: calc(1 / 750 * 100vw) calc(23 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec05__title {
  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(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec05__title {
    font-size: calc(56 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec05__title .color {
  color: rgb(172, 143, 55);
}
.sec05__sub {
  text-align: center;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 600;
  line-height: 140%;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec05__sub {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(38 / 750 * 100vw);
  }
}
.sec05 .sec05-swiper {
  position: relative;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  padding: 0 min(calc(20 / 1080 * 100vw), 20px) min(calc(60 / 1080 * 100vw), 60px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05-swiper {
    width: 100%;
    padding: 0 0 calc(80 / 750 * 100vw);
  }
}
.sec05 .sec05-swiper .swiper-slide {
  height: auto;
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
}
@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(260 / 1080 * 100vw), 260px);
  left: max(calc(0 / 1080 * 100vw), 0px);
  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(390 / 750 * 100vw);
  }
}
.sec05 .sec05-swiper .swiper-button-next {
  transform: scale(-1, 1);
  left: auto;
  right: max(calc(0 / 1080 * 100vw), 0px);
}
@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);
  background-color: #fff;
  opacity: 1;
}
@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(21 / 1080 * 100vw), 21px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec05__slide-item {
    padding: calc(28 / 750 * 100vw) calc(60 / 750 * 100vw) 0;
  }
}
.sec05__slide-inner {
  height: 100%;
  background: #fff;
  border: min(calc(2 / 1080 * 100vw), 2px) solid rgb(29, 91, 176);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec05__slide-main {
  padding: max(calc(0 / 1080 * 100vw), 0px) min(calc(18 / 1080 * 100vw), 18px) max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .sec05__slide-main {
    padding: calc(0 / 750 * 100vw) calc(23 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
}
.sec05__slide-top {
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__slide-top {
    margin-bottom: calc(27 / 750 * 100vw);
  }
}
.sec05__slide-top:before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: min(calc(73 / 1080 * 100vw), 73px);
  height: min(calc(73 / 1080 * 100vw), 73px);
  position: absolute;
  right: 0;
  top: min(calc(32 / 1080 * 100vw), 32px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec05__slide-top:before {
    width: calc(97 / 750 * 100vw);
    height: calc(97 / 750 * 100vw);
    top: calc(40 / 750 * 100vw);
  }
}
.sec05__slide-top.--icon1:before {
  background-image: url(../img/common/sec05_icon1.svg);
}
.sec05__slide-top.--icon2:before {
  background-image: url(../img/common/sec05_icon2.svg);
}
.sec05__slide-top.--icon3:before {
  background-image: url(../img/common/sec05_icon3.svg);
}
.sec05__slide-top.--icon4:before {
  background-image: url(../img/common/sec05_icon4.svg);
}
.sec05__slide-image {
  margin-top: max(calc(-20 / 1080 * 100vw), -20px);
  width: min(calc(195 / 1080 * 100vw), 195px);
}
@media screen and (max-width: 767px) {
  .sec05__slide-image {
    margin-top: calc(-28 / 750 * 100vw);
    width: calc(260 / 750 * 100vw);
  }
}
.sec05__slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec05__slide-labels {
  display: flex;
  flex-direction: column;
  gap: min(calc(6 / 1080 * 100vw), 6px);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec05__slide-labels {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec05__slide-label {
  background: #1D5BB0;
  color: rgb(255, 255, 255);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  padding: min(calc(9 / 1080 * 100vw), 9px) min(calc(18 / 1080 * 100vw), 18px);
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec05__slide-label {
    font-size: calc(34 / 750 * 100vw);
    padding: calc(12 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.sec05__slide-text {
  text-align: justify;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .sec05__slide-text {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec05__slide-comment {
  height: min(calc(195 / 1080 * 100vw), 195px);
  background: rgb(245, 245, 245);
}
@media screen and (max-width: 767px) {
  .sec05__slide-comment {
    height: calc(275 / 750 * 100vw);
  }
}
.sec05__comment-title {
  background-color: #fff;
  color: #AC8F37;
  padding-bottom: min(calc(30 / 1080 * 100vw), 30px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__comment-title {
    padding-bottom: calc(37 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec05__comment-title:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='156' height='44' viewBox='0 0 156 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M76.9131 40.3057L0.997074 6.55565L1.91114 2.24999L153.743 2.25L154.657 6.55566L78.7412 40.3057L77.8271 40.7119L76.9131 40.3057Z' fill='%23AC8F37' stroke='white' stroke-width='4.5'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: min(calc(156 / 1080 * 100vw), 156px);
  height: min(calc(44 / 1080 * 100vw), 44px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(calc(-25 / 1080 * 100vw), -25px);
}
@media screen and (max-width: 767px) {
  .sec05__comment-title:before {
    width: calc(226 / 750 * 100vw);
    height: calc(58 / 750 * 100vw);
    bottom: calc(-30 / 750 * 100vw);
  }
}
.sec05__comment-box {
  padding: min(calc(28 / 1080 * 100vw), 28px) min(calc(18 / 1080 * 100vw), 18px) 0;
}
@media screen and (max-width: 767px) {
  .sec05__comment-box {
    padding: calc(40 / 750 * 100vw) calc(23 / 750 * 100vw) 0;
  }
}
.sec05__comment-list {
  display: flex;
  flex-direction: column;
  gap: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec05__comment-list {
    gap: calc(11 / 750 * 100vw);
  }
}
.sec05__comment-list li {
  color: rgb(29, 91, 176);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 160%;
  padding-left: min(calc(39 / 1080 * 100vw), 39px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__comment-list li {
    font-size: calc(32 / 750 * 100vw);
    padding-left: calc(52 / 750 * 100vw);
  }
}
.sec05__comment-list li:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_2327_3949' fill='white'%3E%3Crect width='30' height='30' rx='1.18'/%3E%3C/mask%3E%3Crect width='30' height='30' rx='1.18' fill='white' stroke='%231D5BB0' stroke-width='4.5' mask='url(%23path-1-inside-1_2327_3949)'/%3E%3Cpath d='M7 15.225L13.2063 21L24 10' stroke='%23AC8F37' stroke-width='3.54' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: min(calc(30 / 1080 * 100vw), 30px);
  height: min(calc(30 / 1080 * 100vw), 30px);
  position: absolute;
  left: 0;
  top: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec05__comment-list li:before {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    top: calc(4 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec05__comment-list li .small {
    font-size: calc(20 / 750 * 100vw);
    font-weight: 400;
    line-height: 150%;
  }
}
.sec05__comment-note {
  color: rgb(102, 102, 102);
  text-align: right;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec05__comment-note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec05__slide-note {
  font-weight: 400;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.5;
  color: rgb(102, 102, 102);
  text-align: right;
  margin-top: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec05__slide-note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(5 / 750 * 100vw);
  }
}

.sec06 {
  padding: min(calc(69 / 1080 * 100vw), 69px) 0 max(calc(0 / 1080 * 100vw), 0px);
  background: url(../img/pc/sec06.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: calc(89 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
    background: url(../img/sp/sec06.webp) 50% 0/100% no-repeat;
  }
}
.sec06__header {
  text-align: center;
  margin-bottom: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec06__header {
    margin-bottom: calc(75 / 750 * 100vw);
  }
}
.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);
}
@media screen and (max-width: 767px) {
  .sec06__title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec06__subtitle {
  font-weight: 400;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  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(28 / 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);
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.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);
  background-color: #F5F5F5;
  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(18 / 1080 * 100vw), 18px);
  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__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 {
  background: none;
}
.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);
    padding-bottom: 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(10 / 1080 * 100vw), 10px) 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: min(calc(14 / 1080 * 100vw), 14px);
  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 p {
  text-align: left;
}
.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);
  }
}

.sec09 {
  position: relative;
  background: url(../img/pc/sec09.webp) 50% 0/100% no-repeat;
  height: min(calc(696 / 1080 * 100vw), 696px);
  padding: min(calc(89 / 1080 * 100vw), 89px) 0 max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .sec09 {
    background: url(../img/sp/sec09.webp) 50% 0/100% no-repeat;
    height: calc(928 / 750 * 100vw);
    padding: calc(146 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
  }
}
.sec09__title {
  color: var(--base1, #FFF);
  text-align: center;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 500;
  line-height: 140%;
  margin-bottom: min(calc(396 / 1080 * 100vw), 396px);
}
@media screen and (max-width: 767px) {
  .sec09__title {
    font-size: calc(64 / 750 * 100vw);
    margin-bottom: calc(495 / 750 * 100vw);
  }
}
.sec09__text {
  color: rgb(238, 193, 107);
  text-align: center;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec09__text {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec10 {
  background: rgb(240, 244, 247);
  padding: max(calc(0 / 1080 * 100vw), 0px) 0 min(calc(64 / 1080 * 100vw), 64px);
}
@media screen and (max-width: 767px) {
  .sec10 {
    padding: 0 0 calc(80 / 750 * 100vw);
  }
}
.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(71 / 1080 * 100vw), 71px) 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(60 / 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.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(840 / 1080 * 100vw), 840px);
  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(80 / 750 * 100vw);
  }
}
.sec11__header {
  background: url(../img/pc/sec11.webp) 50% 0/100% no-repeat;
  padding: min(calc(98 / 1080 * 100vw), 98px) 0 0;
  height: min(calc(295 / 1080 * 100vw), 295px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec11__header {
    background: url(../img/sp/sec11.webp) 50% 0/100% no-repeat;
    padding: calc(66 / 750 * 100vw) 0 0;
    height: calc(260 / 750 * 100vw);
  }
}
.sec11__title-bg {
  display: block;
  color: rgb(203, 221, 234);
  font-weight: 400;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.1;
  letter-spacing: 0.08em;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .sec11__title-bg {
    font-size: calc(28 / 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(96 / 1080 * 100vw), 96px);
  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: #B9934A;
}
@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(104 / 1080 * 100vw), 104px) 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(52 / 1080 * 100vw), 52px) 0;
}
@media screen and (max-width: 767px) {
  .sec12 {
    padding: calc(78 / 750 * 100vw) 0 calc(104 / 750 * 100vw);
  }
}
.sec12__bg-title {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: rgb(102, 102, 102);
  opacity: 0.4;
  text-align: center;
  margin-bottom: min(calc(64 / 1080 * 100vw), 64px);
}
@media screen and (max-width: 767px) {
  .sec12__bg-title {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec12__title {
  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);
}
@media screen and (max-width: 767px) {
  .sec12__title {
    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 */
