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

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

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

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

*:focus {
  outline: none;
}

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

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

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

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

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

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

a {
  color: #111111;
  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: #111111;
}
@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;
  margin-top: auto;
}
.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: #111111 !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #E75B18 !important;
}
.adlp-wrapper .text__main01 {
  color: #093D79 !important;
}
.adlp-wrapper .text__main02 {
  color: #195392 !important;
}
.adlp-wrapper .text__acc01 {
  color: #1196E3 !important;
}
.adlp-wrapper .text__acc02 {
  color: #BCA765 !important;
}
.adlp-wrapper .text__bese01 {
  color: #FFFFFF !important;
}
.adlp-wrapper .text__bese02 {
  color: #F0ECE9 !important;
}
.adlp-wrapper .text__bese03 {
  color: #EDF3F9 !important;
}
.adlp-wrapper .text__base666 {
  color: #666666 !important;
}
.adlp-wrapper .bg__txt {
  background: #111111 !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #E75B18 !important;
}
.adlp-wrapper .bg__main01 {
  background: #093D79 !important;
}
.adlp-wrapper .bg__main02 {
  background: #195392 !important;
}
.adlp-wrapper .bg__acc01 {
  background: #1196E3 !important;
}
.adlp-wrapper .bg__acc02 {
  background: #BCA765 !important;
}
.adlp-wrapper .bg__bese01 {
  background: #FFFFFF !important;
}
.adlp-wrapper .bg__bese02 {
  background: #F0ECE9 !important;
}
.adlp-wrapper .bg__bese03 {
  background: #EDF3F9 !important;
}
.adlp-wrapper .bg__base666 {
  background: #666666 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #111111;
}
.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 .line__top__main01 {
  border-top: 1px solid #093D79;
}
.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__main02 {
  border-top: 1px solid #195392;
}
.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__acc01 {
  border-top: 1px solid #1196E3;
}
.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__acc02 {
  border-top: 1px solid #BCA765;
}
.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__bese01 {
  border-top: 1px solid #FFFFFF;
}
.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__bese02 {
  border-top: 1px solid #F0ECE9;
}
.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__bese03 {
  border-top: 1px solid #EDF3F9;
}
.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__base666 {
  border-top: 1px solid #666666;
}
.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%, #111111 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 .marker__main01 {
  background: linear-gradient(transparent 60%, #093D79 60%);
}
.adlp-wrapper .marker__main02 {
  background: linear-gradient(transparent 60%, #195392 60%);
}
.adlp-wrapper .marker__acc01 {
  background: linear-gradient(transparent 60%, #1196E3 60%);
}
.adlp-wrapper .marker__acc02 {
  background: linear-gradient(transparent 60%, #BCA765 60%);
}
.adlp-wrapper .marker__bese01 {
  background: linear-gradient(transparent 60%, #FFFFFF 60%);
}
.adlp-wrapper .marker__bese02 {
  background: linear-gradient(transparent 60%, #F0ECE9 60%);
}
.adlp-wrapper .marker__bese03 {
  background: linear-gradient(transparent 60%, #EDF3F9 60%);
}
.adlp-wrapper .marker__base666 {
  background: linear-gradient(transparent 60%, #666666 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #111111;
}
.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 .line__main01 {
  border-bottom: 1px solid #093D79;
}
.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__main02 {
  border-bottom: 1px solid #195392;
}
.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__acc01 {
  border-bottom: 1px solid #1196E3;
}
.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__acc02 {
  border-bottom: 1px solid #BCA765;
}
.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__bese01 {
  border-bottom: 1px solid #FFFFFF;
}
.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__bese02 {
  border-bottom: 1px solid #F0ECE9;
}
.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__bese03 {
  border-bottom: 1px solid #EDF3F9;
}
.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__base666 {
  border-bottom: 1px solid #666666;
}
.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 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 100;
  height: min(calc(79 / 1080 * 100vw), 79px);
}
@media screen and (max-width: 767px) {
  .adlp-header {
    height: calc(80 / 750 * 100vw);
  }
}
.adlp-header__inner {
  width: min(calc(1280 / 1280 * 100vw), 1280px);
  height: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
  }
}
.adlp-header__logo {
  position: absolute;
  top: min(calc(21 / 1080 * 100vw), 21px);
  left: min(calc(44 / 1080 * 100vw), 44px);
  width: min(calc(109 / 1080 * 100vw), 109px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    left: calc(25 / 750 * 100vw);
    width: calc(123 / 750 * 100vw);
    top: calc(13 / 750 * 100vw);
  }
}
.adlp-header__logo2 {
  position: absolute;
  top: min(calc(28 / 1080 * 100vw), 28px);
  left: min(calc(179 / 1080 * 100vw), 179px);
  width: min(calc(168 / 1080 * 100vw), 168px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo2 {
    left: calc(161 / 750 * 100vw);
    width: calc(160 / 750 * 100vw);
    top: calc(28 / 750 * 100vw);
  }
}
.adlp-header__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(calc(25 / 1080 * 100vw), 25px);
  width: min(calc(316 / 1080 * 100vw), 316px);
  height: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .adlp-header__btn {
    right: calc(25 / 750 * 100vw);
    width: calc(150 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}
.adlp-header__btn .adlp-btn {
  display: block;
  width: 100%;
  height: 100%;
}
.adlp-header__btn .adlp-btn__bg {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: max(calc(-14 / 1080 * 100vw), -14px);
  width: min(calc(313 / 1080 * 100vw), 313px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  background: linear-gradient(to bottom, #FCA500 4.225%, #FC7E00 82.306%);
  border-radius: min(calc(30 / 1080 * 100vw), 30px);
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) 0 #9D9D9D;
}
@media screen and (max-width: 767px) {
  .adlp-header__btn .adlp-btn__bg {
    left: 0;
    right: 0;
    width: auto;
    height: calc(50 / 750 * 100vw);
    border-radius: calc(30 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) 0 #9D9D9D;
  }
}
.adlp-header__btn .adlp-btn__label {
  position: absolute;
  top: 50%;
  left: calc(50% - 14px);
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.4;
  color: #fff;
  text-align: center;
  font-feature-settings: "halt" 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .adlp-header__btn .adlp-btn__label {
    font-size: calc(16 / 750 * 100vw);
    line-height: 1.1;
    left: calc(50% + 0.5px);
    top: calc(50% - 1px);
  }
}

.adlp-main {
  padding-top: 79px;
  padding-top: min(calc(79 / 1080 * 100vw), 79px);
}
@media screen and (max-width: 767px) {
  .adlp-main {
    padding-top: calc(80 / 750 * 100vw);
  }
}

.adlp-marquee {
  overflow: hidden;
}
.adlp-marquee.--r .adlp-marquee__track {
  animation-direction: reverse;
}

.adlp-marquee__track {
  display: flex;
  width: fit-content;
  animation: adlp-marquee var(--marquee-duration, 30s) linear infinite;
}

.adlp-marquee__img {
  flex-shrink: 0;
}

@keyframes adlp-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.adlp-acc__header {
  cursor: pointer;
}

.adlp-acc__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.adlp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  .adlp-btn:hover {
    opacity: 0.8;
  }
}

.adlp-form {
  display: flex;
  flex-direction: column;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-form {
    gap: calc(14 / 750 * 100vw);
  }
}

.adlp-form__heading {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .adlp-form__heading {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.7;
  }
}

.adlp-form__field {
  display: flex;
  flex-direction: column;
}

.adlp-form__label {
  display: flex;
  align-items: center;
  height: min(calc(30 / 1080 * 100vw), 30px);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .adlp-form__label {
    height: calc(40 / 750 * 100vw);
  }
}

.adlp-form__label-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  color: #333;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .adlp-form__label-text {
    font-size: calc(22 / 750 * 100vw);
  }
}

.adlp-form__label-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fca600;
  color: #fff;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 500;
  line-height: 1;
  padding: min(calc(5 / 1080 * 100vw), 5px);
  border-radius: min(calc(2 / 1080 * 100vw), 2px);
  margin-left: min(calc(5 / 1080 * 100vw), 5px);
  position: relative;
  bottom: 2px;
}
@media screen and (max-width: 767px) {
  .adlp-form__label-required {
    font-size: calc(20 / 750 * 100vw);
    padding: calc(7 / 750 * 100vw);
    border-radius: calc(3 / 750 * 100vw);
    margin-left: calc(7 / 750 * 100vw);
  }
}

.adlp-form__input {
  width: 100%;
  height: min(calc(42 / 1080 * 100vw), 42px);
  background-color: #ecf0f4;
  border: 1px solid #c2c6ca;
  border-radius: min(calc(3 / 1080 * 100vw), 3px);
  padding: 0 min(calc(16 / 1080 * 100vw), 16px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: #333;
  outline: none;
}
.adlp-form__input::placeholder {
  color: #c2c6ca;
}
@media screen and (max-width: 767px) {
  .adlp-form__input {
    height: calc(65 / 750 * 100vw);
    border-width: 1px;
    border-radius: calc(4 / 750 * 100vw);
    padding: 0 calc(22 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

.adlp-form__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0 min(calc(11 / 1080 * 100vw), 11px);
  padding: min(calc(2 / 1080 * 100vw), 2px) 0;
}

.adlp-form__checks label span{
  font-size: min(calc(14 / 1080 * 100vw), 14px);
}

@media screen and (max-width: 767px) {
  .adlp-form__checks {
    flex-direction: column;
    gap: calc(16 / 750 * 100vw);
    padding: calc(3 / 750 * 100vw) 0;
  }
}

.adlp-form__check {
  display: flex;
  align-items: flex-start;
  gap: 0;
  cursor: pointer;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .adlp-form__check {
    gap: calc(10 / 750 * 100vw);
  }
}
.adlp-form__check input[type=checkbox] {
  display: inline-block;
  appearance: auto;
  -webkit-appearance: checkbox;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(13 / 1080 * 100vw), 13px);
  flex-shrink: 0;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .adlp-form__check input[type=checkbox] {
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
}

.adlp-form__check-text {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 500;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .adlp-form__check-text {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5;
  }
}

.adlp-form__privacy {
  display: flex;
  flex-direction: column;
  gap: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .adlp-form__privacy {
    gap: calc(21 / 750 * 100vw);
  }
}

.adlp-form__privacy-text {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.9;
  color: #333;
}
@media screen and (max-width: 767px) {
  .adlp-form__privacy-text {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    text-align: justify;
  }
}

.adlp-form__privacy-link {
  color: #333;
  text-decoration: underline;
}

.adlp-form__privacy-note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.9;
  color: #333;
}
@media screen and (max-width: 767px) {
  .adlp-form__privacy-note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
  }
}

.adlp-form__submit {
  padding: 0 min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-form__submit {
    padding: 0 calc(7 / 750 * 100vw);
  }
}

.adlp-form__submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(calc(62 / 1080 * 100vw), 62px);
  background-color: #fca600;
  border: none;
  border-radius: min(calc(40 / 1080 * 100vw), 40px);
  color: #fff;
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  .adlp-form__submit-btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .adlp-form__submit-btn {
    height: calc(95 / 750 * 100vw);
    border-radius: calc(53 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.2;
  }
}

.adlp-btn.--a {
  background: linear-gradient(to bottom, #fca500 4.225%, #fc7e00 82.306%);
  box-shadow: 0px 4px 4px #0b2d51;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  width: min(calc(375 / 1080 * 100vw), 375px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  border-radius: min(calc(30 / 1080 * 100vw), 30px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--a {
    width: calc(630 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    border-radius: calc(80 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

.cv01 {
  position: relative;
  overflow: hidden;
  background: url(../img/pc/cv01.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .cv01 {
    background-image: url(../img/sp/cv01.webp);
  }
}

.cv01__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(calc(55 / 1080 * 100vw), 55px) 0 min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .cv01__inner {
    padding: calc(100 / 750 * 100vw) calc(60 / 750 * 100vw) calc(92 / 750 * 100vw);
  }
}

.cv01__heading {
  text-align: center;
  color: #fff;
}
.cv01__heading-sub {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cv01__heading-sub {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.cv01__heading-main {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cv01__heading-main {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.cv01__checklist {
  background-color: #0b2c52;
  margin-top: min(calc(25 / 1080 * 100vw), 25px);
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .cv01__checklist {
    margin-top: calc(40 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
  }
}
.cv01__checklist-list {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .cv01__checklist-list {
    gap: calc(18 / 750 * 100vw);
  }
}
.cv01__checklist-item {
  display: flex;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .cv01__checklist-item {
    gap: calc(8 / 750 * 100vw);
  }
}
.cv01__checklist-icon {
  flex-shrink: 0;
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  margin-top: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .cv01__checklist-icon {
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
  }
}
.cv01__checklist-txt {
  color: #f6f6f6;
  font-weight: 600;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cv01__checklist-txt {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.cv01__checklist-gold {
  background: linear-gradient(to right, #b09760, #f5dba4 52.193%, #b09760);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cv01__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .cv01__bottom {
    margin-top: calc(50 / 750 * 100vw);
    gap: calc(20 / 750 * 100vw);
  }
}
.cv01__bottom-txt {
  color: #F0ECE9;
  font-weight: 600;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv01__bottom-txt {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.cv01__bottom-gold {
  background: linear-gradient(to right, #b09760, #f5dba4 52.193%, #b09760);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cv01__btn-detail {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .cv01__btn-detail {
    font-size: calc(26 / 750 * 100vw);
  }
}

.cv02 {
  position: relative;
  overflow: hidden;
  background: url(../img/pc/cv02.webp) 50% 0/100% no-repeat;
  height: min(calc(670 / 1080 * 100vw), 670px);
}
@media screen and (max-width: 767px) {
  .cv02 {
    background-image: url(../img/sp/cv02.webp);
    height: calc(1223 / 750 * 100vw);
  }
}

.cv02__wrap {
  position: relative;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cv02__wrap {
    width: 100%;
  }
}

.cv02__inner {
  position: absolute;
  z-index: 2;
  left: min(calc(572 / 1080 * 100vw), 572px);
  top: min(calc(224 / 1080 * 100vw), 224px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cv02__inner {
    left: calc(53 / 750 * 100vw);
    top: calc(633 / 750 * 100vw);
    text-align: center;
  }
}

.cv02__heading-main {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cv02__heading-main {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.cv02__heading-sub {
  font-weight: 500;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .cv02__heading-sub {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.08em;
    margin-top: calc(24 / 750 * 100vw);
  }
}

.cv02__bottom {
  position: absolute;
  z-index: 2;
  left: min(calc(350 / 1080 * 100vw), 350px);
  top: min(calc(511 / 1080 * 100vw), 511px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  width: min(calc(379 / 1080 * 100vw), 379px);
}
@media screen and (max-width: 767px) {
  .cv02__bottom {
    left: calc(60 / 750 * 100vw);
    top: calc(963 / 750 * 100vw);
    gap: calc(10 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.cv02__bottom-txt {
  color: #F0ECE9;
  font-weight: 600;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv02__bottom-txt {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.cv02__bottom-gold {
  background: linear-gradient(to right, #b09760, #f5dba4 52.193%, #b09760);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fv {
  position: relative;
  overflow: hidden;
  height: min(calc(746 / 1080 * 100vw), 746px);
  background: url(../img/pc/fv.webp) 50% 0/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .fv {
    height: calc(990 / 750 * 100vw);
    background-image: url(../img/sp/fv.webp);
    padding-bottom: 60px;
    box-sizing: content-box;
  }
}

.fv__subtitle {
  top: min(calc(42 / 1080 * 100vw), 42px);
  left: min(calc(578 / 1080 * 100vw), 578px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv__subtitle {
    top: calc(32 / 750 * 100vw);
    left: calc(166 / 750 * 100vw);
    width: calc(418 / 750 * 100vw);
  }
}
.fv__subtitle::after {
  content: "";
  display: block;
  width: min(calc(283 / 1080 * 100vw), 283px);
  height: min(calc(17 / 1080 * 100vw), 17px);
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  background: url(../img/pc/fv_style1.webp) center/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .fv__subtitle::after {
    width: calc(412 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
    background-image: url(../img/sp/fv_style1.webp);
  }
}

.fv__subtitle-text {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fv__subtitle-text {
    font-size: calc(32 / 750 * 100vw);
  }
}

.fv__title {
  top: min(calc(102 / 1080 * 100vw), 102px);
  left: min(calc(487 / 1080 * 100vw), 487px);
  z-index: 2;
  transform: skewX(-8deg) scaleY(0.99);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0px min(calc(1.881 / 1080 * 100vw), 1.881px) min(calc(3.761 / 1080 * 100vw), 3.761px) rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .fv__title {
    top: calc(123 / 750 * 100vw);
    left: calc(50 / 750 * 100vw);
    text-shadow: 0px calc(2.396 / 750 * 100vw) calc(4.791 / 750 * 100vw) rgba(0, 0, 0, 0.25);
  }
}

.fv__title-line1 {
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
  margin-bottom: 15px;
}

/* 56px莽鈥郝该ヂ解€� -> 64px莽鈥郝该ヂ解€溍Ｂ伮� */
.fv__title-s56 {
  font-size: min(calc(64 / 1080 * 100vw), 64px);
}
@media screen and (max-width: 767px) {
  .fv__title-s56 {
    /* 70 -> 80 */
    font-size: calc(80 / 750 * 100vw);
  }
}

.fv__title-s56:first-child {
  display: inline-block;
  /* 忙鈥撯€∶ヂ€斆Ｂ伵捗ヂぢＢ伮嵜Ｂ伮徝Ｂ伮Ｂ伮ＣＢ伵该ニ嗏€犆ｂ偓聛茅鈥÷嵜Ｂ伮ｂ€毰犆ｂ€氣€櫭ヂ韭棵︹€⒙� */
  margin-right: max(calc(-28 / 1080 * 100vw), -28px);
}
@media screen and (max-width: 767px) {
  .fv__title-s56:first-child {
    margin-right: calc(-28 / 750 * 100vw);
  }
}

/* 64px莽鈥郝该ヂ解€� -> 72px莽鈥郝该ヂ解€溍Ｂ伮� */
.fv__title-s64 {
  font-size: min(calc(72 / 1080 * 100vw), 72px);
}
@media screen and (max-width: 767px) {
  .fv__title-s64 {
    /* 80 -> 92 */
    font-size: calc(92 / 750 * 100vw);
  }
}

/* 36px莽鈥郝该ヂ解€� -> 42px莽鈥郝该ヂ解€溍Ｂ伮� */
.fv__title-s36 {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .fv__title-s36 {
    /* 44 -> 52 */
    font-size: calc(52 / 750 * 100vw);
  }
}

/* 50px莽鈥郝该ヂ解€� -> 58px莽鈥郝该ヂ解€溍Ｂ伮� */
.fv__title-s50 {
  font-size: min(calc(58 / 1080 * 100vw), 58px);
}
@media screen and (max-width: 767px) {
  .fv__title-s50 {
    /* 62 -> 72 */
    font-size: calc(72 / 750 * 100vw);
  }
}

.fv__check {
  top: min(calc(273 / 1080 * 100vw), 273px);
  left: min(calc(457 / 1080 * 100vw), 457px);
  z-index: 2;
  transform: skewX(-8deg) scaleY(0.99);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv__check {
    top: calc(338 / 750 * 100vw);
    left: calc(59 / 750 * 100vw);
  }
}

.fv__check-items {
  display: flex;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .fv__check-items {
    gap: calc(5 / 750 * 100vw);
  }
}

.fv__check-item {
  display: inline-flex;
  align-items: center;
  background-color: #0b2c52;
  padding: min(calc(4 / 1080 * 100vw), 4px);
  gap: min(calc(1 / 1080 * 100vw), 1px);
}
@media screen and (max-width: 767px) {
  .fv__check-item {
    padding: calc(5 / 750 * 100vw);
    gap: calc(2 / 750 * 100vw);
  }
}

.fv__check-icon {
  width: min(calc(17 / 1080 * 100vw), 17px);
  height: min(calc(13 / 1080 * 100vw), 13px);
}
@media screen and (max-width: 767px) {
  .fv__check-icon {
    width: calc(19 / 750 * 100vw);
    height: calc(15 / 750 * 100vw);
  }
}

.fv__check-text {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(to right, #b09760, #f5dba4 52.193%, #b09760);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .fv__check-text {
    font-size: calc(32 / 750 * 100vw);
  }
}

.fv__check-de {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .fv__check-de {
    font-size: calc(26 / 750 * 100vw);
  }
}

.fv__check-bottom {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 25px;
}
.fv__check-bottom-main {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
}
@media screen and (max-width: 767px) {
  .fv__check-bottom-main {
    font-size: calc(40 / 750 * 100vw);
  }
}
.fv__check-bottom-sub {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .fv__check-bottom-sub {
    font-size: calc(26 / 750 * 100vw);
  }
}

.fv__badges {
  z-index: 2;
  top: min(calc(399 / 1080 * 100vw), 399px);
  left: min(calc(494 / 1080 * 100vw), 494px);
  display: flex;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .fv__badges {
    position: static;
  }
}

.fv__badge {
  position: relative;
  width: min(calc(152 / 1080 * 100vw), 152px);
  height: min(calc(152 / 1080 * 100vw), 152px);
  background: url(../img/pc/fv_badge.webp) center/100% no-repeat;
  filter: drop-shadow(min(calc(5 / 1080 * 100vw), 5px) min(calc(5 / 1080 * 100vw), 5px) min(calc(10 / 1080 * 100vw), 10px) rgba(5, 45, 105, 0.5));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .fv__badge {
    position: absolute;
    width: calc(209 / 750 * 100vw);
    height: calc(209 / 750 * 100vw);
    background-image: url(../img/sp/fv_badge.webp);
    filter: drop-shadow(calc(7 / 750 * 100vw) calc(7 / 750 * 100vw) calc(7 / 750 * 100vw) rgba(5, 45, 105, 0.5));
  }
  .fv__badge:nth-child(1) {
    top: calc(468 / 750 * 100vw);
    left: calc(285 / 750 * 100vw);
  }
  .fv__badge:nth-child(2) {
    top: calc(468 / 750 * 100vw);
    left: calc(503 / 750 * 100vw);
  }
  .fv__badge:nth-child(3) {
    top: calc(690 / 750 * 100vw);
    left: calc(285 / 750 * 100vw);
  }
   .fv__badge:nth-child(4) {
    top: calc(690 / 750 * 100vw);
    left: calc(503 / 750 * 100vw);
  }
}

.fv__badge-icon {
  width: min(calc(38 / 1080 * 100vw), 38px);
  height: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .fv__badge-icon {
    width: calc(56 / 750 * 100vw);
    height: calc(55 / 750 * 100vw);
  }
}
.fv__badge:nth-child(3) .fv__badge-icon,.fv__badge:nth-child(4) .fv__badge-icon {
  width: min(calc(51 / 1080 * 100vw), 51px);
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(3) .fv__badge-icon {
    width: calc(73 / 750 * 100vw);
    height: calc(54 / 750 * 100vw);
  }
}

.fv__badge-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #00325a;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  margin-top: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .fv__badge-text {
    font-size: calc(22 / 750 * 100vw);
    margin-top: calc(4 / 750 * 100vw);
  }
}

/**
.fv__badge:nth-child(2) .fv__badge-text {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(2) .fv__badge-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
 **/
.fv__badge:nth-child(2) .fv__badge-text ,.fv__badge:nth-child(3) .fv__badge-text,.fv__badge:nth-child(4) .fv__badge-text {
  margin-bottom: max(calc(-16 / 1080 * 100vw), -16px);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(2) .fv__badge-text, .fv__badge:nth-child(3) .fv__badge-text,.fv__badge:nth-child(4) .fv__badge-text {
    margin-bottom: calc(-20 / 750 * 100vw);
  }
}

.fv__badge-s {
  font-size: inherit;
}

.fv__badge-l {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .fv__badge-l {
    font-size: calc(28 / 750 * 100vw);
  }
}

.fv__badge-m {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}

@media screen and (max-width: 767px) {
  .fv__badge-m {
    font-size: calc(26 / 750 * 100vw);
  }
}

.fv__badge-s2 {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .fv__badge-s2 {
    font-size: calc(18 / 750 * 100vw);
  }
}



.fv__partner {
  position: absolute;
  font-size: min(calc(90 / 1080 * 100vw), 90px);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  opacity: 0.3;
  z-index: 1;
  top: min(calc(574 / 1080 * 100vw), 574px);
  left: min(calc(420 / 1080 * 100vw), 420px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fv__partner {
    font-size: calc(70 / 750 * 100vw);
    top: calc(880 / 750 * 100vw);
    left: calc(260 / 750 * 100vw);
  }
}

.fv__form {
  position: absolute;
  top: min(calc(36 / 1080 * 100vw), 36px);
  left: min(calc(1033 / 1080 * 100vw), 1033px);
  width: min(calc(426 / 1080 * 100vw), 426px);
  background-color: #fff;
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
  z-index: 3;
  padding: min(calc(28 / 1080 * 100vw), 28px) min(calc(36 / 1080 * 100vw), 36px);
}

.sec01 {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: min(calc(66 / 1080 * 100vw), 66px);
  padding-bottom: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-top: calc(80 / 750 * 100vw);
    padding-bottom: calc(90 / 750 * 100vw);
  }
}

.sec01__lead {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #093D79;
  position: absolute;
  top: min(calc(66 / 1080 * 100vw), 66px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec01__lead {
    font-size: calc(38 / 750 * 100vw);
    top: calc(80 / 750 * 100vw);
  }
}

.sec01__marquee {
  margin-top: min(calc(161 / 1080 * 100vw), 161px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec01__marquee {
    margin-top: calc(304 / 750 * 100vw);
  }
}

.sec01__marquee-rows {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec01__marquee-rows {
    gap: calc(30 / 750 * 100vw);
  }
}

.sec01__marquee-rows.pc .adlp-marquee:nth-child(1) .adlp-marquee__img {
  width: min(calc(2950 / 1080 * 100vw), 2950px);
}

.sec01__marquee-rows.pc .adlp-marquee:nth-child(2) .adlp-marquee__img {
  width: min(calc(2393 / 1080 * 100vw), 2393px);
}

.sec01__marquee-rows.sp .adlp-marquee:nth-child(1) .adlp-marquee__img {
  width: calc(2193 / 750 * 100vw);
}

.sec01__marquee-rows.sp .adlp-marquee:nth-child(2) .adlp-marquee__img {
  width: calc(2367 / 750 * 100vw);
}

.sec01__marquee-rows.sp .adlp-marquee:nth-child(3) .adlp-marquee__img {
  width: calc(1811 / 750 * 100vw);
}

.sec01__marquee-rows.sp .adlp-marquee:nth-child(4) .adlp-marquee__img {
  width: calc(1893 / 750 * 100vw);
}

.sec01__note {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.5;
  color: #000;
  text-align: center;
  margin-top: min(calc(71 / 1080 * 100vw), 71px);
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
.info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
}

@media screen and (max-width: 767px) {
.fv__subtitle {
  position: absolute;
  top: min(calc(42 / 1080 * 100vw), 42px);
  left: min(calc(578 / 1080 * 100vw), 578px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

  .fv__subtitle {
    top: calc(32 / 750 * 100vw);
    left: calc(166 / 750 * 100vw);
    width: calc(418 / 750 * 100vw);
  }

.fv__subtitle::after {
  content: "";
  display: block;
  width: min(calc(283 / 1080 * 100vw), 283px);
  height: min(calc(17 / 1080 * 100vw), 17px);
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  background: url(../img/pc/fv_style1.webp) center/100% no-repeat;
}

  .fv__subtitle::after {
    width: calc(412 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
    background-image: url(../img/sp/fv_style1.webp);
  }

.fv__subtitle-text {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  white-space: nowrap;
}

  .fv__subtitle-text {
    font-size: calc(32 / 750 * 100vw);
  }

.fv__title {
  position: absolute;
  top: min(calc(102 / 1080 * 100vw), 102px);
  left: min(calc(487 / 1080 * 100vw), 487px);
  z-index: 2;
  transform: skewX(-8deg) scaleY(0.99);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0px min(calc(1.881 / 1080 * 100vw), 1.881px) min(calc(3.761 / 1080 * 100vw), 3.761px) rgba(0, 0, 0, 0.25);
}

  .fv__title {
    top: calc(123 / 750 * 100vw);
    left: calc(50 / 750 * 100vw);
    text-shadow: 0px calc(2.396 / 750 * 100vw) calc(4.791 / 750 * 100vw) rgba(0, 0, 0, 0.25);
  }

.fv__title-line1 {
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}
.fv__title-line1 span {
  letter-spacing: 0em;
}

.fv__title-s56 {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
}

  .fv__title-s56 {
    font-size: calc(70 / 750 * 100vw);
  }

.fv__title-s56:first-child {
  display: inline-block;
  margin-right: max(calc(-24 / 1080 * 100vw), -24px);
}

  .fv__title-s56:first-child {
    margin-right: calc(-24 / 750 * 100vw);
  }

.fv__title-s64 {
  font-size: min(calc(64 / 1080 * 100vw), 64px);
}

  .fv__title-s64 {
    font-size: calc(80 / 750 * 100vw);
  }


.fv__title-s36 {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
}

  .fv__title-s36 {
    font-size: calc(44 / 750 * 100vw);
  }


.fv__title-s50 {
  font-size: min(calc(50 / 1080 * 100vw), 50px);
}

  .fv__title-s50 {
    font-size: calc(62 / 750 * 100vw);
  }

.fv__check {
  position: absolute;
  top: min(calc(273 / 1080 * 100vw), 273px);
  left: min(calc(457 / 1080 * 100vw), 457px);
  z-index: 2;
  transform: skewX(-8deg) scaleY(0.99);
  display: flex;
  flex-direction: column;
  align-items: center;
}

  .fv__check {
    top: calc(338 / 750 * 100vw);
    left: 3%;
  }

.fv__check-items {
  display: flex;
  align-items: normal;
  gap: min(calc(6 / 1080 * 100vw), 6px);
}

  .fv__check-items {
    gap: calc(11 / 750 * 100vw);
  }


.fv__check-item {
  display: flex;
  align-items: center;
  background-color: #0b2c52;
  padding: min(calc(4 / 1080 * 100vw), 4px);
  gap: min(calc(1 / 1080 * 100vw), 1px);
}

  .fv__check-item {
    padding: calc(5 / 750 * 100vw);
    gap: calc(2 / 750 * 100vw);
  }


.fv__check-icon {
  width: min(calc(17 / 1080 * 100vw), 17px);
  height: min(calc(13 / 1080 * 100vw), 13px);
}

  .fv__check-icon {
    width: calc(19 / 750 * 100vw);
    height: calc(15 / 750 * 100vw);
  }


.fv__check-text {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(to right, #b09760, #f5dba4 52.193%, #b09760);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

  .fv__check-text {
    font-size: calc(30 / 750 * 100vw);
  }


.fv__check-de {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}

  .fv__check-de {
    font-size: calc(26 / 750 * 100vw);
  }


.fv__check-bottom {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}
.fv__check-bottom-main {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
}

  .fv__check-bottom-main {
    font-size: calc(40 / 750 * 100vw);
  }

.fv__check-bottom-sub {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}

  .fv__check-bottom-sub {
    font-size: calc(26 / 750 * 100vw);
  }
}


.fv_cta {
  width: 350px;
  height: min(calc(62 / 1080 * 100vw), 62px);
  margin: 60px auto 0;
  display: block;
}

.fv_cta a{
  display: flex;
  align-items: center;
  justify-content: center;
  background:linear-gradient(to bottom, #FCA500 4.225%, #FC7E00 82.306%);
  border: none;
  border-radius: min(calc(40 / 1080 * 100vw), 40px);
  color: #fff;
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s;
  padding: 15px 0;
}

.fv_cta a:hover{
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
.fv_cta {
  position: absolute;
  bottom: 60px;
  width: 100%;
}

.fv_cta a{
  width: 80%;
  height: 50px;
  margin: auto;
  font-size: 12px;
  border-radius: 30px;
}
}

@media screen and (max-width: 767px) {
  .sec01__note {
    font-size: calc(22 / 750 * 100vw);
    margin-top: calc(65 / 750 * 100vw);
    white-space: normal;
    text-align: justify;
    width: calc(630 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}

.sec02 {
  background-color: #F0ECE9;
  position: relative;
  overflow: hidden;
  padding: min(calc(91 / 1080 * 100vw), 91px) 0 min(calc(90 / 1080 * 100vw), 90px);
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: calc(533 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}

.sec02__inner {
  position: relative;
  width: min(calc(919 / 1080 * 100vw), 919px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02__inner {
    width: calc(630 / 750 * 100vw);
  }
}

.sec02__img {
  position: absolute;
  right: 0;
  top: 0;
  width: min(calc(900 / 1080 * 100vw), 900px);
  height: min(calc(693 / 1080 * 100vw), 693px);
}
@media screen and (max-width: 767px) {
  .sec02__img {
    left: 0;
    right: auto;
    width: 100%;
    height: calc(448 / 750 * 100vw);
  }
}

.sec02__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec02__content {
    gap: calc(40 / 750 * 100vw);
  }
}

.sec02__heading {
  display: flex;
  flex-direction: column;
  gap: min(calc(6 / 1080 * 100vw), 6px);
  align-items: flex-start;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #093D79;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec02__heading {
    gap: calc(6 / 750 * 100vw);
  }
}

.sec02__heading-sub {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec02__heading-sub {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(3.04 / 750 * 100vw);
  }
}

.sec02__heading-main {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec02__heading-main {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec02__text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: #111111;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  text-align: justify;
  width: min(calc(429 / 1080 * 100vw), 429px);
}
@media screen and (max-width: 767px) {
  .sec02__text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}

.sec02__cards {
  display: flex;
  flex-direction: row;
  gap: min(calc(14 / 1080 * 100vw), 14px);
  margin-top: min(calc(114 / 1080 * 100vw), 114px);
}
@media screen and (max-width: 767px) {
  .sec02__cards {
    flex-direction: column;
    gap: calc(30 / 750 * 100vw);
    margin-top: calc(70 / 750 * 100vw);
  }
}

.sec02__card {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px min(calc(4 / 1080 * 100vw), 4px) min(calc(20 / 1080 * 100vw), 20px) 0px #d6cbc4;
  width: min(calc(297 / 1080 * 100vw), 297px);
  height: min(calc(320 / 1080 * 100vw), 320px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(26 / 1080 * 100vw), 26px) 0;
}
@media screen and (max-width: 767px) {
  .sec02__card {
    width: 100%;
    height: auto;
    box-shadow: 0px calc(4 / 750 * 100vw) calc(20 / 750 * 100vw) 0px #d6cbc4;
    padding: calc(30 / 750 * 100vw) calc(26 / 750 * 100vw);
  }
}

.sec02__card-inner {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec02__card-inner {
    flex-direction: row;
    gap: calc(20 / 750 * 100vw);
    align-items: center;
    justify-content: center;
  }
}

.sec02__card-icon-wrap {
  display: contents;
}
@media screen and (max-width: 767px) {
  .sec02__card-icon-wrap {
    display: flex;
    flex-direction: column;
    gap: calc(8 / 750 * 100vw);
    align-items: center;
    justify-content: center;
  }
}

.sec02__card-icon {
  width: min(calc(65 / 1080 * 100vw), 65px);
  height: min(calc(68 / 1080 * 100vw), 68px);
}
@media screen and (max-width: 767px) {
  .sec02__card-icon {
    width: calc(91 / 750 * 100vw);
    height: calc(95 / 750 * 100vw);
  }
}

.sec02__card-title {
  font-weight: 500;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  color: #093D79;
  text-align: center;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec02__card-title {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
    white-space: normal;
    width: calc(261 / 750 * 100vw);
  }
}

.sec02__card-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: #111111;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  text-align: justify;
  width: min(calc(245 / 1080 * 100vw), 245px);
}
@media screen and (max-width: 767px) {
  .sec02__card-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
    width: calc(300 / 750 * 100vw);
  }
}

.sec03 {
  position: relative;
  background: #fff url(../img/pc/sec03.webp) center bottom/100% auto no-repeat;
  padding: min(calc(167 / 1080 * 100vw), 167px) 0 min(calc(65 / 1080 * 100vw), 65px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec03 {
    background-image: url(../img/sp/sec03.webp);
    padding: calc(165 / 750 * 100vw) 0 calc(95 / 750 * 100vw);
  }
}

.sec03__en {
  position: absolute;
  top: min(calc(80 / 1080 * 100vw), 80px);
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(140 / 1080 * 100vw), 140px);
  line-height: 1;
  color: #eceff2;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__en {
    top: calc(80 / 750 * 100vw);
    font-size: calc(110 / 750 * 100vw);
  }
}

.sec03__en-first {
  font-weight: 200;
}

.sec03__inner {
  text-align: center;
}

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

.sec03__heading-top {
  display: inline-block;
  padding: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(1 / 1080 * 100vw), 1px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #093D79;
}
@media screen and (max-width: 767px) {
  .sec03__heading-top {
    padding: 0 calc(8 / 750 * 100vw) calc(1 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec03__heading-main {
  display: inline-block;
  padding: 0 min(calc(20 / 1080 * 100vw), 20px) min(calc(2 / 1080 * 100vw), 2px);
  background-color: #093D79;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec03__heading-main {
    padding: 0 calc(20 / 750 * 100vw) calc(2 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec03__lead {
  margin: min(calc(24 / 1080 * 100vw), 24px) auto 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #111;
  width: min(calc(630 / 1080 * 100vw), 630px);
}
@media screen and (max-width: 767px) {
  .sec03__lead {
    margin-top: calc(38 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}

.sec03__cards {
  display: flex;
  gap: min(calc(50 / 1080 * 100vw), 50px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
  position: relative;
}
.sec03__cards::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(calc(-73 / 1080 * 100vw), -73px);
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(48 / 1080 * 100vw), 48px);
  background: url(../img/pc/sec03_style1.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec03__cards::after {
    bottom: calc(-98 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
    height: calc(48 / 750 * 100vw);
    background-image: url(../img/sp/sec03_style1.webp);
  }
}
@media screen and (max-width: 767px) {
  .sec03__cards {
    flex-direction: column;
    gap: calc(35 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
  }
}

.sec03__card {
  position: relative;
  width: min(calc(300 / 1080 * 100vw), 300px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec03__card {
    width: 100%;
  }
}

.sec03__card-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(64 / 1080 * 100vw), 64px);
  line-height: normal;
  color: #7d7a7a;
  opacity: 0.3;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec03__card-num {
    font-size: calc(84 / 750 * 100vw);
  }
}

.sec03__card-body {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 13, 53, 0.3);
}
@media screen and (max-width: 767px) {
  .sec03__card-body {
    margin-top: calc(60 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 13, 53, 0.3);
  }
}

.sec03__card-info {
  background-color: #EDF3F9;
  padding: min(calc(30 / 1080 * 100vw), 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03__card-info {
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
    gap: calc(20 / 750 * 100vw);
  }
}

.sec03__card-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #093D79;
}
@media screen and (max-width: 767px) {
  .sec03__card-title {
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec03__card-desc {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: 0.08em;
  text-align: justify;
  color: #111;
}
@media screen and (max-width: 767px) {
  .sec03__card-desc {
    font-size: calc(26 / 750 * 100vw);
    width: calc(550 / 750 * 100vw);
  }
}

.sec03__card-em {
  font-weight: 600;
  color: #195392;
  letter-spacing: 0.08em;
}

.sec03__bottom {
  width: fit-content;
  padding-top: min(calc(98 / 1080 * 100vw), 98px);
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec03__bottom {
    padding-top: calc(134 / 750 * 100vw);
  }
}

.sec03__bottom-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  padding-bottom: min(calc(10 / 1080 * 100vw), 10px);
  border-bottom: 1px dashed #fff;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03__bottom-header {
    gap: calc(10 / 750 * 100vw);
    padding-bottom: calc(10 / 750 * 100vw);
  }
}

.sec03__bottom-commit {
  display: inline-block;
  font-weight: 600;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: 0.08em;
  padding-bottom: min(calc(22 / 1080 * 100vw), 22px);
  background: url(../img/pc/sec03_style2.webp) center bottom/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .sec03__bottom-commit {
    font-size: calc(26 / 750 * 100vw);
    padding-bottom: calc(24 / 750 * 100vw);
    background-image: url(../img/sp/sec03_style2.webp);
  }
}

.sec03__bottom-subtitle {
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__bottom-subtitle {
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec03__bottom-main {
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__bottom-main {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec03__bottom-main-lg.--highlight {
  color: #EDF3F9;
}

.sec03__bottom-main-sm {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__bottom-main-sm {
    font-size: calc(38 / 750 * 100vw);
  }
}

.sec03__bottom-box {
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  background-color: #0b2c52;
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(70 / 1080 * 100vw), 70px);
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(40 / 1080 * 100vw), 40px) 0 rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .sec03__bottom-box {
    margin-top: calc(16 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(36 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(40 / 750 * 100vw) 0 rgba(255, 255, 255, 0.5);
  }
}

.sec03__bottom-box-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  background: linear-gradient(to right, #b09760, #f5dba4 52.193%, #b09760);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec03__bottom-box-text {
    font-size: calc(58 / 750 * 100vw);
  }
}

.sec03__bottom-stats {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03__bottom-stats {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.sec03__bottom-stats-num {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__bottom-stats-num {
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec03__bottom-stats-sm {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec03__bottom-stats-sm {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec03__bottom-stats-strong {
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__bottom-stats-strong {
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec03__note {
  color: #fff;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec03__note {
    font-size: calc(22 / 750 * 100vw);
    margin-top: calc(69 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    text-align: justify;
    white-space: normal;
  }
}

.sec04 {
  position: relative;
  padding-top: min(calc(80 / 1080 * 100vw), 80px);
  padding-bottom: min(calc(70 / 1080 * 100vw), 70px);
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-top: calc(80 / 750 * 100vw);
    padding-bottom: calc(100 / 750 * 100vw);
  }
}

.sec04__bg-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: min(calc(140 / 1080 * 100vw), 140px);
  color: #ECEFF2;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__bg-text {
    font-size: calc(110 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.sec04__heading {
  width: fit-content;
  margin: max(calc(-40 / 1080 * 100vw), -40px) auto 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #093D79;
}
@media screen and (max-width: 767px) {
  .sec04__heading {
    margin-top: calc(-20 / 750 * 100vw);
  }
}

.sec04__heading-main {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__heading-main {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.sec04__heading-small {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__heading-small {
    font-size: calc(38 / 750 * 100vw);
  }
}

.sec04__heading-sub {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec04__heading-sub {
    margin-top: calc(10 / 750 * 100vw);
  }
}

.sec04__heading-sub-em {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__heading-sub-em {
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.sec04__heading-sub-text {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec04__heading-sub-text {
    font-size: calc(38 / 750 * 100vw);
  }
}

.sec04__contents {
  position: relative;
  display: flex;
  justify-content: center;
  gap: min(calc(60 / 1080 * 100vw), 60px);
  margin-top: min(calc(45 / 1080 * 100vw), 45px);
}
@media screen and (max-width: 767px) {
  .sec04__contents {
    flex-direction: column;
    gap: calc(30 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    margin: calc(75 / 750 * 100vw) auto 0;
  }
}
.sec04__contents:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #093D79;
}
@media screen and (max-width: 767px) {
  .sec04__contents:after {
    content: none;
  }
}

.sec04__item {
  width: min(calc(355 / 1080 * 100vw), 355px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: calc(10 / 750 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec04__item + .sec04__item {
    border-left: none;
    border-top: 1px solid #093D79;
    padding-top: calc(30 / 750 * 100vw);
  }
}

.sec04__item-icon {
  width: min(calc(186 / 1080 * 100vw), 186px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04__item-icon {
    width: calc(204 / 750 * 100vw);
    margin: 0;
  }
}

.sec04__item-body {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(99 / 1080 * 100vw), 99px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .sec04__item-body {
    margin-top: 0;
    height: auto;
    display: block;
    flex: 1;
  }
}

.sec04__item-catch {
  font-weight: 600;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: #093D79;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__item-catch {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.sec04__item-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  color: #093D79;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__item-title {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.sec04__item-title-em {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__item-title-em {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.sec04__item-desc {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__item-desc {
    width: 100%;
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.sec04__bottom {
  margin-top: min(calc(70 / 1080 * 100vw), 70px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__bottom {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.sec04__label {
  display: inline-block;
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(30 / 1080 * 100vw), 30px);
  background-color: #195392;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04__label {
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec04__label::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: min(calc(21 / 1080 * 100vw), 21px);
  height: min(calc(23 / 1080 * 100vw), 23px);
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  background-color: #195392;
}
@media screen and (max-width: 767px) {
  .sec04__label::after {
    width: calc(27 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
}

.sec04__bar {
  width: min(calc(915 / 1080 * 100vw), 915px);
  margin: max(calc(-16 / 1080 * 100vw), -16px) auto 0;
  padding: min(calc(48 / 1080 * 100vw), 48px) 0 min(calc(30 / 1080 * 100vw), 30px);
  background-color: #F0ECE9;
}
@media screen and (max-width: 767px) {
  .sec04__bar {
    width: calc(630 / 750 * 100vw);
    margin-top: calc(-36 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) calc(20 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.sec04__bar-text {
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec04__bar-text {
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec05 {
  background-color: #EDF3F9;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: min(calc(80 / 1080 * 100vw), 80px);
  padding-bottom: min(calc(100 / 1080 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding-top: calc(80 / 750 * 100vw);
    padding-bottom: calc(110 / 750 * 100vw);
  }
}

.sec05__en {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: min(calc(140 / 1080 * 100vw), 140px);
  line-height: 1;
  text-align: center;
  color: #eceff2;
  mix-blend-mode: multiply;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__en {
    font-size: calc(110 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.sec05__heading {
  text-align: center;
  color: #093D79;
  margin-top: max(calc(-40 / 1080 * 100vw), -40px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec05__heading {
    margin-top: calc(-20 / 750 * 100vw);
  }
}

.sec05__heading-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__heading-sub {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}

.sec05__heading-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4;
}
.sec05__heading-title-txt {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__heading-title-txt {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec05__heading-title-num {
  font-size: min(calc(64 / 1080 * 100vw), 64px);
  color: #BCA765;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__heading-title-num {
    font-size: calc(74 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.sec05__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(70 / 1080 * 100vw), 70px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: min(calc(50 / 1080 * 100vw), 50px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec05__list {
    gap: calc(100 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto 0;
  }
}

.sec05__item {
  display: flex;
  position: relative;
}
.sec05__item::after {
  content: "";
  position: absolute;
  top: max(calc(-40 / 1080 * 100vw), -40px);
  left: max(calc(-460 / 1080 * 100vw), -460px);
  width: min(calc(740 / 1080 * 100vw), 740px);
  height: min(calc(380 / 1080 * 100vw), 380px);
  background-color: #EDF3F9;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec05__item::after {
    top: calc(-50 / 750 * 100vw);
    left: calc(-395 / 750 * 100vw);
    width: calc(740 / 750 * 100vw);
    height: calc(660 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec05__item {
    flex-direction: column;
  }
}
.sec05__item.--reverse {
  flex-direction: row-reverse;
}
.sec05__item.--reverse::after {
  left: auto;
  right: max(calc(-460 / 1080 * 100vw), -460px);
  height: min(calc(391 / 1080 * 100vw), 391px);
}
@media screen and (max-width: 767px) {
  .sec05__item.--reverse::after {
    left: auto;
    right: calc(-395 / 750 * 100vw);
    top: calc(-51 / 750 * 100vw);
    height: calc(670 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec05__item.--reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .sec05__item:last-child::after {
    height: calc(670 / 750 * 100vw);
  }
}

.sec05__item-img {
  width: min(calc(420 / 1080 * 100vw), 420px);
  height: min(calc(443 / 1080 * 100vw), 443px);
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec05__item-img {
    width: 100%;
    height: calc(500 / 750 * 100vw);
  }
}
.sec05__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec05__item-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding: 0 min(calc(80 / 1080 * 100vw), 80px);
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec05__item-content {
    gap: calc(16 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}

.sec05__item-label {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #093D79;
  line-height: 1.4;
}
.sec05__item-label-txt {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__item-label-txt {
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec05__item-label-num {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  color: #BCA765;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__item-label-num {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.sec05__item-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  color: #093D79;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05__item-title {
    font-size: calc(38 / 750 * 100vw);
  }
}

.sec05__item-desc {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  text-align: justify;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__item-desc {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.sec05__subsidy {
  background-color: #fff;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: min(calc(70 / 1080 * 100vw), 70px) auto 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec05__subsidy {
    width: calc(690 / 750 * 100vw);
    margin: calc(80 / 750 * 100vw) auto 0;
    flex-direction: column-reverse;
  }
}

.sec05__subsidy-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(70 / 1080 * 100vw), 70px) min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec05__subsidy-text {
    gap: calc(20 / 750 * 100vw);
    padding: calc(55 / 750 * 100vw) calc(20 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.sec05__subsidy-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec05__subsidy-badge {
    gap: calc(4 / 750 * 100vw);
  }
}
.sec05__subsidy-badge-txt {
  display: inline-block;
  background-color: #195392;
  color: #fff;
  font-weight: 500;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(30 / 1080 * 100vw), 30px);
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__subsidy-badge-txt {
    font-size: calc(32 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec05__subsidy-badge-txt::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: min(calc(21 / 1080 * 100vw), 21px);
  height: min(calc(23 / 1080 * 100vw), 23px);
  background-color: #195392;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
@media screen and (max-width: 767px) {
  .sec05__subsidy-badge-txt::after {
    width: calc(27 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    bottom: calc(4 / 750 * 100vw);
  }
}

.sec05__subsidy-heading {
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  color: #093D79;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__subsidy-heading {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.sec05__subsidy-desc {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__subsidy-desc {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.sec05__subsidy-img {
  width: min(calc(520 / 1080 * 100vw), 520px);
  flex-shrink: 0;
  position: relative;
  padding: min(calc(16 / 1080 * 100vw), 16px) 0 min(calc(16 / 1080 * 100vw), 16px) min(calc(29 / 1080 * 100vw), 29px);
}
@media screen and (max-width: 767px) {
  .sec05__subsidy-img {
    width: 100%;
    padding: 0 calc(50 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec05__subsidy-img img {
  width: 100%;
  height: auto;
}

.sec06 {
  position: relative;
  overflow: hidden;
  height: min(calc(608 / 1080 * 100vw), 608px);
}
@media screen and (max-width: 767px) {
  .sec06 {
    height: calc(1146 / 750 * 100vw);
  }
}

.sec06__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec06__bg picture, .sec06__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec06__en {
  position: absolute;
  top: min(calc(60 / 1080 * 100vw), 60px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1290 / 1080 * 100vw), 1290px);
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: min(calc(140 / 1080 * 100vw), 140px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: rgba(41, 41, 41, 0.1);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .sec06__en {
    top: calc(80 / 750 * 100vw);
    left: calc(12 / 750 * 100vw);
    transform: none;
    width: calc(726 / 750 * 100vw);
    font-size: calc(80 / 750 * 100vw);
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
}

.sec06__inner {
  position: relative;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__inner {
    width: 100%;
  }
}

.sec06__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  position: absolute;
  top: min(calc(180 / 1080 * 100vw), 180px);
  left: min(calc(149 / 1080 * 100vw), 149px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #093D79;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__heading {
    top: calc(140 / 750 * 100vw);
    left: calc(55 / 750 * 100vw);
    gap: calc(10 / 750 * 100vw);
  }
}

.sec06__heading-sub {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec06__heading-sub {
    font-size: calc(38 / 750 * 100vw);
  }
}

.sec06__heading-main {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  letter-spacing: 0.08em;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec06__heading-main {
    font-size: calc(48 / 750 * 100vw);
    white-space: normal;
    letter-spacing: 0.08em;
  }
}

.sec06__award {
  display: flex;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  position: absolute;
  top: min(calc(323 / 1080 * 100vw), 323px);
  left: min(calc(209 / 1080 * 100vw), 209px);
}
@media screen and (max-width: 767px) {
  .sec06__award {
    flex-direction: column;
    gap: calc(24 / 750 * 100vw);
    top: calc(382 / 750 * 100vw);
    left: calc(124 / 750 * 100vw);
  }
}

.sec06__award-item {
  position: relative;
  width: min(calc(316 / 1080 * 100vw), 316px);
  height: min(calc(170 / 1080 * 100vw), 170px);
}
@media screen and (max-width: 767px) {
  .sec06__award-item {
    width: calc(500 / 750 * 100vw);
    height: calc(268 / 750 * 100vw);
  }
}
.sec06__award-item::after, .sec06__award-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: min(calc(8 / 1080 * 100vw), 8px);
  width: min(calc(308 / 1080 * 100vw), 308px);
  height: min(calc(170 / 1080 * 100vw), 170px);
  background: #fff;
  border-radius: 50%;
  filter: blur(min(calc(25 / 1080 * 100vw), 25px));
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sec06__award-item::after, .sec06__award-item::before {
    left: calc(13 / 750 * 100vw);
    width: calc(487 / 750 * 100vw);
    height: calc(268 / 750 * 100vw);
    filter: blur(calc(25 / 750 * 100vw));
  }
}

.sec06__award-deco {
  position: absolute;
  top: min(calc(15 / 1080 * 100vw), 15px);
  left: 0;
  width: min(calc(316 / 1080 * 100vw), 316px);
  height: min(calc(150 / 1080 * 100vw), 150px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec06__award-deco {
    top: calc(23 / 750 * 100vw);
    width: calc(500 / 750 * 100vw);
    height: calc(238 / 750 * 100vw);
  }
}

.sec06__award-deco-l {
  position: absolute;
  top: 0;
  left: 0;
  width: min(calc(46 / 1080 * 100vw), 46px);
  height: min(calc(150 / 1080 * 100vw), 150px);
}
@media screen and (max-width: 767px) {
  .sec06__award-deco-l {
    width: calc(73 / 750 * 100vw);
    height: calc(238 / 750 * 100vw);
  }
}

.sec06__award-deco-r {
  position: absolute;
  top: 0;
  right: 0;
  width: min(calc(46 / 1080 * 100vw), 46px);
  height: min(calc(150 / 1080 * 100vw), 150px);
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .sec06__award-deco-r {
    width: calc(73 / 750 * 100vw);
    height: calc(238 / 750 * 100vw);
  }
}

.sec06__award-txt {
  position: absolute;
  top: min(calc(10 / 1080 * 100vw), 10px);
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec06__award-txt {
    top: calc(33 / 750 * 100vw);
  }
}

.sec06__award-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #7c6434;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__award-label {
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec06__award-num {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}

.sec06__award-num-value {
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(calc(70 / 1080 * 100vw), 70px);
  line-height: 1.2;
  letter-spacing: 0.02em;
  background: linear-gradient(180deg, #a6884a 0%, #c0b789 47.16%, #a6884a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .sec06__award-num-value {
    font-size: calc(110 / 750 * 100vw);
  }
}

.sec06__award-num-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #7c6434;
}
@media screen and (max-width: 767px) {
  .sec06__award-num-unit {
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec06__award-num-note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #7c6434;
}
@media screen and (max-width: 767px) {
  .sec06__award-num-note {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec06__note {
  position: absolute;
  top: min(calc(516 / 1080 * 100vw), 516px);
    left: 50%;
    transform: translateX(-50%);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.5;
  color: #666;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__note {
    top: calc(992 / 750 * 100vw);
    left: calc(65 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    white-space: pre-wrap;
    text-align: left;
    width: 85%;
    transform: none;
  }
}

.sec07 {
  position: relative;
  padding-top: min(calc(80 / 1080 * 100vw), 80px);
  padding-bottom: min(calc(95 / 1080 * 100vw), 95px);
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding-top: calc(80 / 750 * 100vw);
    padding-bottom: calc(105 / 750 * 100vw);
  }
}

.sec07__deco {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: min(calc(140 / 1080 * 100vw), 140px);
  color: #eceff2;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__deco {
    font-size: calc(100 / 750 * 100vw);
  }
}

.sec07__heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  color: #093D79;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: max(calc(-50 / 1080 * 100vw), -50px);
}
@media screen and (max-width: 767px) {
  .sec07__heading {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: 0.08em;
    margin-top: calc(-20 / 750 * 100vw);
  }
}

.sec07__cards {
  display: flex;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  justify-content: center;
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07__cards {
    flex-direction: column;
    gap: calc(50 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
    margin-top: calc(50 / 750 * 100vw);
  }
}

.sec07__card {
  width: min(calc(320 / 1080 * 100vw), 320px);
  background-color: #fff;
  box-shadow: 0px 4px 24px rgba(0, 13, 53, 0.1);
  overflow: hidden;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec07__card {
    width: 100%;
    padding: calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}

.sec07__card-img {
  height: min(calc(200 / 1080 * 100vw), 200px);
  overflow: hidden;
}
.sec07__card-img picture, .sec07__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sec07__card-img {
    height: calc(400 / 750 * 100vw);
  }
}

.sec07__card-detail {
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(32 / 1080 * 100vw), 32px) 0;
}
@media screen and (max-width: 767px) {
  .sec07__card-detail {
    padding: calc(24 / 750 * 100vw) calc(32 / 750 * 100vw) 0;
  }
}

.sec07__card-company {
  font-weight: 600;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: #093D79;
  letter-spacing: 0.08em;
  padding-bottom: min(calc(8 / 1080 * 100vw), 8px);
  border-bottom: 1px solid #111;
}
@media screen and (max-width: 767px) {
  .sec07__card-company {
    font-size: calc(26 / 750 * 100vw);
    padding-bottom: calc(8 / 750 * 100vw);
  }
}

.sec07__card-body {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: 0.08em;
  text-align: justify;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec07__card-body {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}

.sec08 {
  position: relative;
  background: linear-gradient(to bottom, #195392, #2b578a 47.087%);
  padding-top: min(calc(191 / 1080 * 100vw), 191px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding-top: calc(166 / 750 * 100vw);
  }
}

.sec08__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(calc(1139 / 1080 * 100vw), 1139px);
  z-index: 0;
}
.sec08__bg picture, .sec08__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sec08__bg {
    height: calc(1810 / 750 * 100vw);
  }
}

.sec08__deco {
  position: absolute;
  top: min(calc(81 / 1080 * 100vw), 81px);
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: min(calc(140 / 1080 * 100vw), 140px);
  color: rgba(236, 239, 242, 0.2);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sec08__deco {
    top: calc(81 / 750 * 100vw);
    font-size: calc(100 / 750 * 100vw);
  }
}

.sec08__heading {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec08__heading {
    gap: calc(4 / 750 * 100vw);
  }
}

.sec08__heading-line1 span {
  display: inline-block;
  background-color: #093D79;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(1 / 1080 * 100vw), 1px);
}
@media screen and (max-width: 767px) {
  .sec08__heading-line1 span {
    font-size: calc(48 / 750 * 100vw);
    padding: 0 calc(8 / 750 * 100vw) calc(1 / 750 * 100vw);
  }
}

.sec08__heading-line2 span {
  display: inline-block;
  background-color: #093D79;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec08__heading-line2 span {
    font-size: calc(56 / 750 * 100vw);
    padding: 0 calc(8 / 750 * 100vw) calc(2 / 750 * 100vw);
  }
}

.sec08__desc {
  position: relative;
  z-index: 1;
  text-align: center;
  width: min(calc(780 / 1080 * 100vw), 780px);
  margin: min(calc(24 / 1080 * 100vw), 24px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec08__desc {
    width: calc(630 / 750 * 100vw);
    margin-top: calc(70 / 750 * 100vw);
  }
}

.sec08__desc-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  color: #F0ECE9;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .sec08__desc-title {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec08__desc-body {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: #EDF3F9;
  letter-spacing: 0.08em;
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec08__desc-body {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }
}

.sec08__audit {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec08__audit {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.sec08__audit-heading {
  display: inline-flex;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  padding-bottom: min(calc(8 / 1080 * 100vw), 8px);
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .sec08__audit-heading {
    gap: calc(4 / 750 * 100vw);
    padding-bottom: calc(8 / 750 * 100vw);
  }
}

.sec08__audit-icon {
  width: min(calc(27 / 1080 * 100vw), 27px);
  height: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .sec08__audit-icon {
    width: calc(27 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
  }
}

.sec08__audit-label {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__audit-label {
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec08__audit-list {
  display: flex;
  justify-content: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec08__audit-list {
    display: grid;
    grid-template-columns: calc(341 / 750 * 100vw) calc(341 / 750 * 100vw);
    gap: calc(14 / 750 * 100vw);
    justify-content: center;
    margin-top: calc(30 / 750 * 100vw);
  }
}

.sec08__audit-item {
  width: min(calc(285 / 1080 * 100vw), 285px);
  height: min(calc(285 / 1080 * 100vw), 285px);
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: min(calc(52 / 1080 * 100vw), 52px);
}
@media screen and (max-width: 767px) {
  .sec08__audit-item {
    width: calc(341 / 750 * 100vw);
    height: calc(341 / 750 * 100vw);
    padding-top: calc(39 / 750 * 100vw);
  }
  .sec08__audit-item:first-child {
    grid-column: 1/-1;
    justify-self: center;
  }
}

.sec08__audit-item-icon {
  width: min(calc(58 / 1080 * 100vw), 58px);
  height: min(calc(56 / 1080 * 100vw), 56px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec08__audit-item-icon {
    width: calc(85 / 750 * 100vw);
    height: calc(82 / 750 * 100vw);
  }
}

.sec08__audit-item-text {
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  color: #666666;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: min(calc(19 / 1080 * 100vw), 19px);
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec08__audit-item-text {
    font-size: calc(28 / 750 * 100vw);
    margin-top: 0;
    padding: 0 calc(20 / 750 * 100vw);
  }
}
.sec08__audit-item-text .--acc {
  color: #1196E3;
}

.sec08__team {
  position: relative;
  z-index: 1;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: min(calc(69 / 1080 * 100vw), 69px) auto 0;
  padding-top: min(calc(41 / 1080 * 100vw), 41px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec08__team::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(calc(449 / 1080 * 100vw), 449px);
  background: linear-gradient(to bottom, #093D79, #2b578a);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec08__team::before {
    height: 100%;
    background: linear-gradient(to bottom, #093D79 59.753%, #2b578a);
  }
}
@media screen and (max-width: 767px) {
  .sec08__team {
    width: calc(690 / 750 * 100vw);
    margin-top: calc(76 / 750 * 100vw);
    padding-top: calc(41 / 750 * 100vw);
    padding-bottom: calc(60 / 750 * 100vw);
  }
}

.sec08__team-heading {
  display: inline-flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  padding-bottom: min(calc(8 / 1080 * 100vw), 8px);
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .sec08__team-heading {
    gap: calc(8 / 750 * 100vw);
    padding-bottom: calc(8 / 750 * 100vw);
  }
}

.sec08__team-icon {
  width: min(calc(27 / 1080 * 100vw), 27px);
  height: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .sec08__team-icon {
    width: calc(27 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
  }
}

.sec08__team-label {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__team-label {
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec08__team-list {
  display: flex;
  justify-content: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec08__team-list {
    flex-wrap: wrap;
    gap: calc(20 / 750 * 100vw) calc(9 / 750 * 100vw);
    width: calc(648 / 750 * 100vw);
    margin-top: calc(25 / 750 * 100vw);
  }
}

.sec08__team-member {
  width: min(calc(165 / 1080 * 100vw), 165px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__team-member {
    width: calc(210 / 750 * 100vw);
  }
}

.sec08__team-member-avatar {
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  overflow: hidden;
  margin: 0 auto;
}

.sec08__team-member-avatar.avatar-n{
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec08__team-member-avatar {
    width: calc(120 / 750 * 100vw);
    height: calc(106 / 750 * 100vw);
    margin-bottom: -1px;
    display: flex;
    flex-direction: column;
  }
}

.sec08__team-member-info {
  background-color: #EDF3F9;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(140 / 1080 * 100vw), 140px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: j;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec08__team-member-info {
    padding: calc(20 / 750 * 100vw) calc(10 / 750 * 100vw);
    height: calc(246 / 750 * 100vw);
    gap: calc(10 / 750 * 100vw);
    justify-content: flex-start;
  }
}

.sec08__team-member-role {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(calc(50 / 1080 * 100vw), 50px);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(calc(17px / 1080 * 100vw), 17px);
  color: #093D79;
  line-height: 1.4;
  letter-spacing: 0.01;
}
@media screen and (max-width: 767px) {
  .sec08__team-member-role {
    margin: 0 calc(-16 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    font-size: calc(25 / 750 * 100vw);
    letter-spacing: 0;
  }
}

.sec08__team-member-desc {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: #111111;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__team-member-desc {
    font-size: calc(22 / 750 * 100vw);
  }
  .sec08__team-member-desc p{
    line-height: 1.4;
  }
}

.sec08__team-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
  width: min(calc(864 / 1080 * 100vw), 864px);
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (min-width: 768px) {
  .sec08__team-text {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .sec08__team-text {
    font-size: calc(26 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
}

.sec08__style {
  width: min(calc(80 / 1080 * 100vw), 80px);
  margin-top: min(calc(39 / 1080 * 100vw), 39px);
}
@media screen and (min-width: 768px) {
  .sec08__style {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .sec08__style {
    width: calc(108 / 750 * 100vw);
    margin-top: calc(51 / 750 * 100vw);
  }
}

.sec08__highlight {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec08__highlight {
    margin-top: calc(50 / 750 * 100vw);
    padding: 0 calc(64 / 750 * 100vw);
  }
}

.sec08__highlight-badge {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  background-color: #0b2c52;
  box-shadow: 0px min(calc(2 / 1080 * 100vw), 2px) min(calc(20 / 1080 * 100vw), 20px) 0px rgba(255, 255, 255, 0.5);
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(96 / 1080 * 100vw), 96px);
}
@media screen and (max-width: 767px) {
  .sec08__highlight-badge {
    width: 100%;
    padding: calc(10 / 750 * 100vw) 0;
    box-shadow: 0px calc(4 / 750 * 100vw) calc(40 / 750 * 100vw) 0px rgba(255, 255, 255, 0.5);
  }
}

.sec08__highlight-gold {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  background: linear-gradient(to right, #b09760, #f5dba4 52.193%, #b09760);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .sec08__highlight-gold {
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec08__highlight-note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec08__highlight-note {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec08__highlight-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec08__highlight-sub {
    font-size: calc(38 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }
}

.sec08__footnote {
  position: relative;
  z-index: 1;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: min(calc(22 / 1080 * 100vw), 22px);
  padding-bottom: min(calc(95 / 1080 * 100vw), 95px);
}
@media screen and (max-width: 767px) {
  .sec08__footnote {
    font-size: calc(20 / 750 * 100vw);
    text-align: justify;
    width: calc(630 / 750 * 100vw);
    margin: calc(45 / 750 * 100vw) auto 0;
    padding-bottom: calc(100 / 750 * 100vw);
  }
}

.sec09 {
  background-color: #EDF3F9;
  padding: min(calc(180 / 1080 * 100vw), 180px) 0 min(calc(75 / 1080 * 100vw), 75px);
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: calc(164 / 750 * 100vw) 0 calc(90 / 750 * 100vw);
  }
}

.sec09__deco {
  position: absolute;
  top: min(calc(80 / 1080 * 100vw), 80px);
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: min(calc(140 / 1080 * 100vw), 140px);
  color: #eceff2;
  mix-blend-mode: multiply;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: min(calc(11.2 / 1080 * 100vw), 11.2px);
}
@media screen and (max-width: 767px) {
  .sec09__deco {
    top: calc(80 / 750 * 100vw);
    font-size: calc(100 / 750 * 100vw);
    letter-spacing: calc(8 / 750 * 100vw);
  }
}

.sec09__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec09__badge {
  background-color: #195392;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 0 min(calc(30 / 1080 * 100vw), 30px) min(calc(10 / 1080 * 100vw), 10px);
  line-height: 1.6;
  position: relative;
  margin-bottom: min(calc(26 / 1080 * 100vw), 26px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec09__badge {
    padding: 0 calc(30 / 750 * 100vw);
    margin-bottom: calc(33 / 750 * 100vw);
  }
}
.sec09__badge::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: min(calc(21 / 1080 * 100vw), 21px);
  height: min(calc(23 / 1080 * 100vw), 23px);
  background-color: #195392;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .sec09__badge::after {
    width: calc(27 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
}
.sec09__badge-label {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
}
@media screen and (max-width: 767px) {
  .sec09__badge-label {
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: calc(3.36 / 750 * 100vw);
  }
}
.sec09__badge-num {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
@media screen and (max-width: 767px) {
  .sec09__badge-num {
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: calc(3.36 / 750 * 100vw);
  }
}

.sec09__heading-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  color: #093D79;
  line-height: 1.4;
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
}
@media screen and (max-width: 767px) {
  .sec09__heading-sub {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(3.04 / 750 * 100vw);
  }
}

.sec09__heading-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  color: #093D79;
  line-height: 1.4;
  letter-spacing: min(calc(3.04 / 1080 * 100vw), 3.04px);
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec09__heading-title {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
  }
}

.sec09__table-label {
  margin-top: min(calc(41 / 1080 * 100vw), 41px);
}
@media screen and (max-width: 767px) {
  .sec09__table-label {
    margin-top: calc(39 / 750 * 100vw);
  }
}
.sec09__table-label span {
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  color: #1196E3;
  line-height: 1.6;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
  border-bottom: 2px solid #1196E3;
  padding-bottom: min(calc(8 / 1080 * 100vw), 8px);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec09__table-label span {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: calc(2.72 / 750 * 100vw);
    padding-bottom: calc(8 / 750 * 100vw);
  }
}

.sec09__table {
  display: flex;
  align-items: flex-end;
  width: min(calc(900 / 1080 * 100vw), 900px);
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec09__table {
    width: calc(689 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}

.sec09__col.--label {
  width: min(calc(160 / 1080 * 100vw), 160px);
}
@media screen and (max-width: 767px) {
  .sec09__col.--label {
    width: calc(184 / 750 * 100vw);
  }
}
.sec09__col.--label .sec09__cell {
  background-color: #F0ECE9;
  border-left: 1px solid #C1C7D1;
  border-right: 1px solid #C1C7D1;
  border-bottom: 1px solid #C1C7D1;
  color: #333;
  font-weight: 600;
}
.sec09__col.--label .sec09__cell.--head {
  background-color: #F7F8F9;
  border-top: 1px solid #C1C7D1;
  color: #111111;
}
.sec09__col.--upf {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 min(calc(16 / 1080 * 100vw), 16px) #A3B3C4;
  width: min(calc(260 / 1080 * 100vw), 260px);
}
@media screen and (max-width: 767px) {
  .sec09__col.--upf {
    box-shadow: 0 0 calc(16 / 750 * 100vw) #A3B3C4;
    width: calc(173 / 750 * 100vw);
  }
}
.sec09__col.--upf .sec09__cell {
  background-color: #1196E3;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 600;
}
.sec09__col.--upf .sec09__cell.--head {
  background-color: #093D79;
  height: min(calc(94 / 1080 * 100vw), 94px);
}
@media screen and (max-width: 767px) {
  .sec09__col.--upf .sec09__cell.--head {
    height: calc(110 / 750 * 100vw);
  }
}
.sec09__col.--consul {
  width: min(calc(240 / 1080 * 100vw), 240px);
}
@media screen and (max-width: 767px) {
  .sec09__col.--consul {
    width: calc(166 / 750 * 100vw);
  }
}
.sec09__col.--consul .sec09__cell.--head {
  background-color: #6497CE;
}
@media screen and (max-width: 767px) {
  .sec09__col.--consul .sec09__cell.--head {
    height: calc(92 / 750 * 100vw);
  }
}
.sec09__col.--saas {
  width: min(calc(240 / 1080 * 100vw), 240px);
}
@media screen and (max-width: 767px) {
  .sec09__col.--saas {
    width: calc(166 / 750 * 100vw);
  }
}
.sec09__col.--saas .sec09__cell.--head {
  background-color: #8DB7E4;
}
@media screen and (max-width: 767px) {
  .sec09__col.--saas .sec09__cell.--head {
    height: calc(92 / 750 * 100vw);
  }
}
.sec09__col.--consul .sec09__cell, .sec09__col.--saas .sec09__cell {
  background-color: #fff;
  border-right: 1px solid #C1C7D1;
  border-bottom: 1px solid #C1C7D1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec09__col.--consul .sec09__cell, .sec09__col.--saas .sec09__cell {
    font-weight: 400;
  }
}
.sec09__col.--consul .sec09__cell.--head, .sec09__col.--saas .sec09__cell.--head {
  border-top: 1px solid #C1C7D1;
  color: #fff;
  font-weight: 600;
}

.sec09__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(calc(70 / 1080 * 100vw), 70px);
  padding: 0 min(calc(10 / 1080 * 100vw), 10px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec09__cell {
    height: calc(90 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
  }
}
.sec09__cell.--head {
  height: min(calc(69 / 1080 * 100vw), 69px);
}
@media screen and (max-width: 767px) {
  .sec09__cell.--head {
    height: calc(69 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec09__cell:last-child {
    height: calc(165 / 750 * 100vw);
  }
}
.sec09__cell p {
  text-align: center;
  line-height: 1.4;
}

.sec09__col-main {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
@media screen and (max-width: 767px) {
  .sec09__col-main {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
}

.sec09__col-sub {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec09__col-sub {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
  }
}

.sec09__cell-main {
  display: block;
}
@media screen and (max-width: 767px) {
  .sec09__cell-main {
    display: inline;
  }
}

.sec09__cell-small {
  display: block;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
}
@media screen and (max-width: 767px) {
  .sec09__cell-small {
    display: inline;
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.8 / 750 * 100vw);
  }
}

.sec09__val {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec09__val {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec09__unit {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
}
@media screen and (max-width: 767px) {
  .sec09__unit {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
}

.sec09__tax {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec09__tax {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.8 / 750 * 100vw);
  }
}

.sec09__sub-bold {
  font-weight: 600;
}

.sec09__sub-note {
  font-weight: 400;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec09__sub-note {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
    line-height: 1.4;
  }
}

.sec09__note {
  width: min(calc(900 / 1080 * 100vw), 900px);
  margin: min(calc(20 / 1080 * 100vw), 20px) auto 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #666666;
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec09__note {
    width: calc(690 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.8 / 750 * 100vw);
    text-align: justify;
  }
}

.sec10 {
  position: relative;
  overflow: hidden;
  height: min(calc(571 / 1080 * 100vw), 571px);
}
@media screen and (max-width: 767px) {
  .sec10 {
    height: calc(1506 / 750 * 100vw);
  }
}

.sec10__bg-left {
  position: absolute;
  background-color: #EDF3F9;
  mix-blend-mode: multiply;
  top: 40.63%;
  right: 61.46%;
  bottom: -7.18%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec10__bg-left {
    top: 68.92%;
    right: 50.67%;
    bottom: -0.13%;
    left: -49.33%;
  }
}
.sec10__bg-right {
  position: absolute;
  background-color: #F0ECE9;
  mix-blend-mode: multiply;
  top: 8.76%;
  right: 0;
  bottom: 37.65%;
  left: 59.01%;
}
@media screen and (max-width: 767px) {
  .sec10__bg-right {
    top: 7.3%;
    right: -65.33%;
    bottom: 61.49%;
    left: 60.4%;
  }
}

.sec10__inner {
  position: relative;
  height: 100%;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec10__inner {
    width: 100%;
  }
}

.sec10__content {
  position: absolute;
  top: min(calc(151 / 1080 * 100vw), 151px);
  left: min(calc(80 / 1080 * 100vw), 80px);
  width: min(calc(533 / 1080 * 100vw), 533px);
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec10__content {
    top: calc(121 / 750 * 100vw);
    left: calc(60 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    gap: calc(30 / 750 * 100vw);
  }
}

.sec10__heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4;
  color: #093D79;
}
.sec10__heading-sub {
  display: block;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .sec10__heading-sub {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: -0.08em;
  }
}
.sec10__heading-main {
  display: block;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .sec10__heading-main {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.sec10__body p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec10__body p {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec10__body-bold {
  font-weight: 600;
  color: #093D79;
}

.sec10__img {
  position: absolute;
  top: min(calc(108 / 1080 * 100vw), 108px);
  left: min(calc(645 / 1080 * 100vw), 645px);
  width: min(calc(328 / 1080 * 100vw), 328px);
  height: min(calc(366 / 1080 * 100vw), 366px);
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(24 / 1080 * 100vw), 24px) rgba(0, 13, 53, 0.3);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec10__img {
    top: calc(767 / 750 * 100vw);
    left: calc(85 / 750 * 100vw);
    width: calc(580 / 750 * 100vw);
    height: calc(634 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(24 / 750 * 100vw) rgba(0, 13, 53, 0.3);
  }
}

.sec10__img-label {
  position: absolute;
  top: min(calc(456 / 1080 * 100vw), 456px);
  left: min(calc(738 / 1080 * 100vw), 738px);
  background-color: #195392;
  padding: min(calc(10 / 1080 * 100vw), 10px);
  white-space: nowrap;
  z-index: 1;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(24 / 1080 * 100vw), 24px) rgba(0, 13, 53, 0.3);
}
@media screen and (max-width: 767px) {
  .sec10__img-label {
    top: calc(1356 / 750 * 100vw);
    left: calc(269 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw);
  }
}
.sec10__img-label-main {
  font-weight: 600;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec10__img-label-main {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec10__img-label-sub {
  font-weight: 600;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec10__img-label-sub {
    font-size: calc(26 / 750 * 100vw);
  }
}

.form {
  background-color: #EDF3F9;
  padding: calc(100 / 750 * 100vw) calc(72 / 750 * 100vw) calc(100 / 750 * 100vw);
}

.form__card {
  background-color: #fff;
  border-radius: calc(13 / 750 * 100vw);
  padding: calc(38 / 750 * 100vw);
}

.sec11 {
  background-color: #F0ECE9;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec11 {
    padding: calc(90 / 750 * 100vw) 0;
  }
}

.sec11__heading {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 500;
  color: #093D79;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec11__heading {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec11__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(35 / 1080 * 100vw), 35px);
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(50 / 1080 * 100vw), 50px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec11__list {
    gap: calc(35 / 750 * 100vw);
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
  }
}

.sec11__item {
  background-color: #fff;
  overflow: hidden;
}

.sec11__header {
  display: flex;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec11__header {
    gap: calc(24 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw);
  }
}
.sec11__header-inner {
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec11__header-inner {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec11__header-q {
  flex-shrink: 0;
}
.sec11__header-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  background-color: #195392;
  color: #fff;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec11__header-badge {
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    border-radius: calc(60 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec11__header-content {
  flex: 1;
}
.sec11__header-content p {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  color: #093D79;
}
@media screen and (max-width: 767px) {
  .sec11__header-content p {
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec11__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec11__toggle {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}
.sec11__toggle::after {
  content: "";
  display: block;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(23 / 1080 * 100vw), 23px);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.7282 22.6274' fill='none'%3E%3Cpath d='M12.7282 11.3137L1.41445 22.6274L0.000232458 21.2132L9.89962 11.3138L0 1.41421L1.41421 0L12.7282 11.3137Z' fill='%23111111'/%3E%3C/svg%3E") no-repeat center/contain;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sec11__toggle::after {
    width: calc(13 / 750 * 100vw);
    height: calc(23 / 750 * 100vw);
  }
}
.adlp-acc.--open .sec11__toggle::after {
  transform: rotate(-90deg);
}

.sec11__body-inner {
  display: flex;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  align-items: flex-start;
  border-top: 1px solid #ccc;
  padding-top: min(calc(24 / 1080 * 100vw), 24px);
  margin: 0 min(calc(24 / 1080 * 100vw), 24px);
  padding-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec11__body-inner {
    gap: calc(16 / 750 * 100vw);
    padding-top: calc(24 / 750 * 100vw);
    margin: 0 calc(24 / 750 * 100vw);
    padding-bottom: calc(24 / 750 * 100vw);
  }
}
.sec11__body-a {
  flex-shrink: 0;
}
.sec11__body-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  background-color: #BCA765;
  color: #fff;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec11__body-badge {
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    border-radius: calc(70 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec11__body-content {
  flex: 1;
}
.sec11__body-content p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec11__body-content p {
    font-size: calc(26 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */

.application-info{
  background: #fff;
}

.application-info p {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight:  normal;
  color: #000;
}

.application-info .inner{
  width: 960px;
  max-width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  margin: auto;
}

.application-info .inner .text{
  margin: min(calc(50 / 1080 * 100vw), 50px) auto 0;
}

.sec12__heading{
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .application-info p {
    font-size: calc(28 / 750 * 100vw);
  }
  .application-info .inner{
    padding: calc(90 / 750 * 100vw) 0;
  }

  .application-info .inner .text{
    margin-top: calc(60 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
  }

  .sec12__heading {
    font-size: calc(48 / 750 * 100vw);
  }
}

.header-tel{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #193f94;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(calc(350 / 1080 * 100vw), 350px);
  width: min(calc(316 / 1080 * 100vw), 316px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  font-weight: 700;
}

.header-tel-text{
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: #000;
}

.header-tel-number{
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1;
  color: #193f94;
}

@media screen and (max-width: 767px) {
  .header-tel{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #193f94;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: min(calc(280 / 1080 * 100vw), 350px);
    width: min(calc(316 / 1080 * 100vw), 316px);
    height: min(calc(80 / 1080 * 100vw), 80px);
    font-weight: 700;
  }

  .header-tel-text{
    font-size: min(calc(12 / 750 * 100vw), 14px);
    color: #000;
  }

  .header-tel-number{
    font-size: min(calc(24 / 750 * 100vw), 28px);
    line-height: 1;
    color: #193f94;
  }
}

p.lt{
  font-size: 0.95em;
}

.booking{
  background: #fff;
  padding-bottom: 60px;
}

.sec12{
  background: #f8f5ef;
}

.sec12__inner {
    position: relative;
    width: min(calc(1080 / 1080 * 100vw), 1080px);
    margin: 0 auto;
}

 .lp-bottom {
    background: #1a1a2e;
    color: #f0ece0;
    padding: 0;
  }
  .section-ceo {
    background: #f8f5ef;
    color: #1a1a2e;
    padding: 3rem 2%;
    display: flex;
    gap: 30px;
    align-items: start;
  }
  .ceo-photo-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 255px;
  }
  .ceo-photo-frame {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(24 / 1080 * 100vw), 24px) rgba(0, 13, 53, 0.3);
  }
  .ceo-photo-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .ceo-photo-placeholder {
  width: 100%;
  height: 100%;
  }
  .ceo-photo-placeholder img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }


  .ceo-name-card {
    text-align: center;
  }
  .ceo-title-label {
    font-size: 11px;
    color: #093D79;
    margin-bottom: 0;
   
  }
  .ceo-name-ja {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 1;
  }
  .ceo-tagline {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    line-height: 1.6;
    margin-bottom: 1.2rem;
    letter-spacing: 0.03em;
    padding-left: 1rem;
    border-left: 3px solid #093D79;
  }
  .ceo-body {
    font-size: 14px;
    line-height: 1.9;
    color: #3a3a3a;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', sans-serif;
  }
  .ceo-body p { margin: 0 0 1rem; }

  .section-book {
    background: #093D79;
    padding: 3rem 2rem;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 2.5rem;
    align-items: start;
  }
  .book-cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    box-shadow: 6px 6px 20px rgba(0,0,0,0.5);
  }

  .book-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .book-cover-label {
    font-size: 11px;
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.12em;
    margin-bottom: 0.5rem;
   
  }
  .book-cover-badge {
    background: #c8a96e;
    color: #1a1a2e;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 2px;
    margin-bottom: 0.8rem;
    letter-spacing: 0.08em;
   
  }
  .book-cover-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
  }
  .book-cover-sub {
    font-size: 11px;
    color: rgba(255,255,255,0.8);
    margin-top: 0.5rem;
    line-height: 1.5;
  }
  .book-info-head {
    font-size: 13px;
    color: #fca500;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
  }
  .book-info-title {
    font-size: 20px;
    font-weight: 700;
    color: #f0ece0;
    line-height: 1.5;
    margin-bottom: 0.4rem;
  }
  .book-info-author {
    font-size: 13px;
    color: #fff;
    margin-bottom: 1.2rem;
    text-align: right;
  }
  .book-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 1.0rem;
  }
  .reviews-grid {
    display: flex;
    gap: 2%;
  }
  .review-card {
    background: rgba(255,255,255,0.05);
    border: 0.5px solid rgba(255,255,255,0.5);
    border-radius: 6px;
    padding: 0.8rem 1rem;
    width: 49%;
  }
  .review-stars {
    color: #c8a96e;
    font-size: 12px;
    margin-bottom: 4px;
    letter-spacing: 2px;
  }
  .review-text {
    font-size: 12px;
    line-height: 1.7;
    color: #fff;
   
  }
  .review-note {
    font-size: 11px;
    color: #fff;
    margin-top: 0.5rem;
   
  }

  .section-ranking {
    background: #f8f5ef;
    color: #1a1a2e;
    padding: 3rem 0;
  }
  .ranking-badge-2024 {
    display: inline-block;
    background: #1a1a2e;
    color: #c8a96e;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
   
  }
  .ranking-headline {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 2rem;
    line-height: 1.5;
    text-align: center;
  }
  .ranking-headline span {
    color: #c8a96e;
  }
  .ranking-grid {
    display: flex;
    gap: 10px;
  }
  .ranking-item {
    background: #fff;
    border: 0.5px solid #d8d0c0;
    border-radius: 8px;
    padding: 0.5rem;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .rank-img{
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }

  .rank-img img{
    width: 100%;
    height: auto;
  }

  .rank-store {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.4;
    margin-bottom: 2px;
   
  }
  .rank-category {
    font-size: 10px;
    color: #8a7a5a;
   
  }
  .rank-number {
    font-size: 20px;
    font-weight: 700;
    color: #c8a96e;
    margin-top: auto;
   
  }
  .rank-unit {
    font-size: 10px;
    color: #8a7a5a;
   
  }
  .section-header-center {
    text-align: center;
    margin-bottom: 2rem;
  }

  .cname{
    text-align: right;
    margin-top: 1em;
  }

  @media screen and (max-width: 767px) {

.sec12__inner {
    position: relative;
    height: 100%;
    width: min(calc(1080 / 1080 * 100vw), 1080px);
    margin: 0 auto;
}

 .lp-bottom {
    background: #1a1a2e;
    color: #f0ece0;
    padding: 0;
  }
  .section-ceo {
    background: #f8f5ef;
    color: #1a1a2e;
    padding: 30px 5%;
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .ceo-photo-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: auto;
  }
  .ceo-photo-frame {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(24 / 1080 * 100vw), 24px) rgba(0, 13, 53, 0.3);
  }
  .ceo-photo-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .ceo-photo-placeholder {
  width: 100%;
  height: 100%;
  }
  .ceo-photo-placeholder img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }


  .ceo-name-card {
    text-align: center;
  }
  .ceo-title-label {
    font-size: 13px;
    color: #093D79;
    margin-bottom: 0;
   
  }
  .ceo-name-ja {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1;
  }
  .ceo-tagline {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    line-height: 1.6;
    margin-bottom: 1.2rem;
    letter-spacing: 0.03em;
    padding-left: 1rem;
    border-left: 3px solid #093D79;
  }
  .ceo-body {
    font-size: 14px;
    line-height: 1.9;
    color: #3a3a3a;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', sans-serif;
  }
  .ceo-body p { margin: 0 0 1rem; }

  .section-book {
    background: #093D79;
    padding: 20px 5%;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
  }
  .book-cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    box-shadow: 6px 6px 20px rgba(0,0,0,0.5);
    margin: auto;
    width: 100%;
  }

  .book-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .book-cover-label {
    font-size: 11px;
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.12em;
    margin-bottom: 0.5rem;
   
  }
  .book-cover-badge {
    background: #c8a96e;
    color: #1a1a2e;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 2px;
    margin-bottom: 0.8rem;
    letter-spacing: 0.08em;
   
  }
  .book-cover-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
  }
  .book-cover-sub {
    font-size: 11px;
    color: rgba(255,255,255,0.8);
    margin-top: 0.5rem;
    line-height: 1.5;
  }
  .book-info-head {
    font-size: 13px;
    color: #fca500;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
   
  }
  .book-info-title {
    font-size: 20px;
    font-weight: 700;
    color: #f0ece0;
    line-height: 1.5;
    margin-bottom: 0.4rem;
  }
  .book-info-author {
    font-size: 13px;
    color: #fff;
    margin-bottom: 1.2rem;
   
  }
  .book-desc {
    font-size: 14px;
    line-height: 1.9;
    color: #fff;
   
    margin-bottom: 1.5rem;
  }
  .reviews-grid {
    display: flex;
    flex-direction: row;
    gap: 2%;
  }
  .review-card {
    background: rgba(255,255,255,0.05);
    border: 0.5px solid rgba(255,255,255,0.5);
    border-radius: 6px;
    padding: 0.8rem 1rem;
  }
  .review-stars {
    color: #c8a96e;
    font-size: 12px;
    margin-bottom: 4px;
    letter-spacing: 2px;
  }
  .review-text {
    font-size: 12px;
    line-height: 1.7;
    color: #fff;
   
  }
  .review-note {
    font-size: 11px;
    color: #fff;
    margin-top: 0.5rem;
   
  }

  .section-ranking {
    background: #f8f5ef;
    color: #1a1a2e;
    padding: 30px 5%;
  }
  .ranking-badge-2024 {
    display: inline-block;
    background: #1a1a2e;
    color: #c8a96e;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
   
  }
  .ranking-headline {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 2rem;
    line-height: 1.5;
    text-align: center;
  }
  .ranking-headline span {
    color: #c8a96e;
  }
  .ranking-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
  }
  .ranking-item {
    background: #fff;
    border: 0.5px solid #d8d0c0;
    border-radius: 8px;
    padding: 1rem 0.8rem;
    text-align: center;
    position: relative;
    width: 49%;
    flex: auto;
  }

  .rank-store {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.4;
    margin-bottom: 2px;
   
  }
  .rank-category {
    font-size: 10px;
    color: #8a7a5a;
   
  }
  .rank-number {
    font-size: 20px;
    font-weight: 700;
    color: #c8a96e;
    margin-top: 4px;
   
  }
  .rank-unit {
    font-size: 10px;
    color: #8a7a5a;
   
  }
  .section-header-center {
    text-align: center;
    margin-bottom: 2rem;
  }

  .cname{
    text-align: right;
    margin-top: 1em;
  }
  }

  
@media screen and (max-width: 481px) {

.sec12__inner {
    position: relative;
    height: 100%;
    width: min(calc(1080 / 1080 * 100vw), 1080px);
    margin: 0 auto;
}

 .lp-bottom {
    background: #1a1a2e;
    color: #f0ece0;
    padding: 0;
  }
  .section-ceo {
    background: #f8f5ef;
    color: #1a1a2e;
    padding: 30px 5%;
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .ceo-photo-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .ceo-photo-frame {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(24 / 1080 * 100vw), 24px) rgba(0, 13, 53, 0.3);
  }
  .ceo-photo-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .ceo-photo-placeholder {
  width: 100%;
  height: 100%;
  }
  .ceo-photo-placeholder img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }


  .ceo-name-card {
    text-align: center;
  }
  .ceo-title-label {
    font-size: 13px;
    color: #093D79;
    margin-bottom: 0;
   
  }
  .ceo-name-ja {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1;
  }
  .ceo-tagline {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    line-height: 1.6;
    margin-bottom: 1.2rem;
    letter-spacing: 0.03em;
    padding-left: 1rem;
    border-left: 3px solid #093D79;
  }
  .ceo-body {
    font-size: 14px;
    line-height: 1.9;
    color: #3a3a3a;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', sans-serif;
  }
  .ceo-body p { margin: 0 0 1rem; }

  .section-book {
    background: #093D79;
    padding: 20px 5%;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
  }
  .book-cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    box-shadow: 6px 6px 20px rgba(0,0,0,0.5);
    margin: auto;
    width: 100%;
  }

  .book-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .book-cover-label {
    font-size: 11px;
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.12em;
    margin-bottom: 0.5rem;
   
  }
  .book-cover-badge {
    background: #c8a96e;
    color: #1a1a2e;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 2px;
    margin-bottom: 0.8rem;
    letter-spacing: 0.08em;
   
  }
  .book-cover-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
  }
  .book-cover-sub {
    font-size: 11px;
    color: rgba(255,255,255,0.8);
    margin-top: 0.5rem;
    line-height: 1.5;
  }
  .book-info-head {
    font-size: 13px;
    color: #fca500;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
   
  }
  .book-info-title {
    font-size: 20px;
    font-weight: 700;
    color: #f0ece0;
    line-height: 1.5;
    margin-bottom: 0.4rem;
  }
  .book-info-author {
    font-size: 13px;
    color: #fff;
    margin-bottom: 1.2rem;
   
  }
  .book-desc {
    font-size: 14px;
    line-height: 1.9;
    color: #fff;
   
    margin-bottom: 1.5rem;
  }
  .reviews-grid {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
  .review-card {
    background: rgba(255,255,255,0.05);
    border: 0.5px solid rgba(255,255,255,0.5);
    border-radius: 6px;
    padding: 0.8rem 1rem;
    width: 100%;
  }
  .review-stars {
    color: #c8a96e;
    font-size: 12px;
    margin-bottom: 4px;
    letter-spacing: 2px;
  }
  .review-text {
    font-size: 12px;
    line-height: 1.7;
    color: #fff;
   
  }
  .review-note {
    font-size: 11px;
    color: #fff;
    margin-top: 0.5rem;
   
  }

  .section-ranking {
    background: #f8f5ef;
    color: #1a1a2e;
    padding: 30px 5%;
  }
  .ranking-badge-2024 {
    display: inline-block;
    background: #1a1a2e;
    color: #c8a96e;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
   
  }
  .ranking-headline {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 2rem;
    line-height: 1.5;
    text-align: center;
  }
  .ranking-headline span {
    color: #c8a96e;
  }
  .ranking-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }
  .ranking-item {
    background: #fff;
    border: 0.5px solid #d8d0c0;
    border-radius: 8px;
    padding: 1rem 0.8rem;
    text-align: center;
    position: relative;
    width: 49%;
    flex: auto;
  }

  .rank-store {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.4;
    margin-bottom: 2px;
   
  }
  .rank-category {
    font-size: 10px;
    color: #8a7a5a;
   
  }
  .rank-number {
    font-size: 20px;
    font-weight: 700;
    color: #c8a96e;
    margin-top: 4px;
   
  }
  .rank-unit {
    font-size: 10px;
    color: #8a7a5a;
   
  }
  .section-header-center {
    text-align: center;
    margin-bottom: 2rem;
  }

  .cname{
    text-align: right;
    margin-top: 1em;
  }
  }