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

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

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

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

*:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

img {
  display: block;
  height: auto;
}

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

textarea {
  resize: vertical;
}

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

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

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

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

.adlp-wrapper {
  color: #333;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper {
    min-width: min(calc(1920 / 1080 * 100vw), 1920px);
    max-width: 1920px;
    margin: 0 auto;
  }
}
.adlp-wrapper .relative {
  position: relative;
}
.adlp-wrapper .w100 {
  width: 100% !important;
  display: block;
}
.adlp-wrapper .center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pc {
    display: none !important;
  }
}
.adlp-wrapper .text__txt {
  color: #333 !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #E75B18 !important;
}
.adlp-wrapper .text__main1 {
  color: #2DC29C !important;
}
.adlp-wrapper .text__main2 {
  color: #008C6B !important;
}
.adlp-wrapper .text__base2 {
  color: #F4F4F4 !important;
}
.adlp-wrapper .text__accent2 {
  color: #FF8902 !important;
}
.adlp-wrapper .text__base3 {
  color: #E4F7F3 !important;
}
.adlp-wrapper .text__base666 {
  color: #666 !important;
}
.adlp-wrapper .text__accent1 {
  color: #FFF34C !important;
}
.adlp-wrapper .text__baseEee {
  color: #EEEEEE !important;
}
.adlp-wrapper .text__base999 {
  color: #999 !important;
}
.adlp-wrapper .text__baseDdd {
  color: #DDDDDD !important;
}
.adlp-wrapper .bg__txt {
  background: #333 !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #E75B18 !important;
}
.adlp-wrapper .bg__main1 {
  background: #2DC29C !important;
}
.adlp-wrapper .bg__main2 {
  background: #008C6B !important;
}
.adlp-wrapper .bg__base2 {
  background: #F4F4F4 !important;
}
.adlp-wrapper .bg__accent2 {
  background: #FF8902 !important;
}
.adlp-wrapper .bg__base3 {
  background: #E4F7F3 !important;
}
.adlp-wrapper .bg__base666 {
  background: #666 !important;
}
.adlp-wrapper .bg__accent1 {
  background: #FFF34C !important;
}
.adlp-wrapper .bg__baseEee {
  background: #EEEEEE !important;
}
.adlp-wrapper .bg__base999 {
  background: #999 !important;
}
.adlp-wrapper .bg__baseDdd {
  background: #DDDDDD !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #333;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__accent {
  border-top: 1px solid #E75B18;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__main1 {
  border-top: 1px solid #2DC29C;
}
.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__main2 {
  border-top: 1px solid #008C6B;
}
.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__base2 {
  border-top: 1px solid #F4F4F4;
}
.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__accent2 {
  border-top: 1px solid #FF8902;
}
.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__base3 {
  border-top: 1px solid #E4F7F3;
}
.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 #666;
}
.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__accent1 {
  border-top: 1px solid #FFF34C;
}
.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__baseEee {
  border-top: 1px solid #EEEEEE;
}
.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__base999 {
  border-top: 1px solid #999;
}
.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__baseDdd {
  border-top: 1px solid #DDDDDD;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, #333 60%);
}
.adlp-wrapper .marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.adlp-wrapper .marker__silver {
  background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.adlp-wrapper .marker__accent {
  background: linear-gradient(transparent 60%, #E75B18 60%);
}
.adlp-wrapper .marker__main1 {
  background: linear-gradient(transparent 60%, #2DC29C 60%);
}
.adlp-wrapper .marker__main2 {
  background: linear-gradient(transparent 60%, #008C6B 60%);
}
.adlp-wrapper .marker__base2 {
  background: linear-gradient(transparent 60%, #F4F4F4 60%);
}
.adlp-wrapper .marker__accent2 {
  background: linear-gradient(transparent 60%, #FF8902 60%);
}
.adlp-wrapper .marker__base3 {
  background: linear-gradient(transparent 60%, #E4F7F3 60%);
}
.adlp-wrapper .marker__base666 {
  background: linear-gradient(transparent 60%, #666 60%);
}
.adlp-wrapper .marker__accent1 {
  background: linear-gradient(transparent 60%, #FFF34C 60%);
}
.adlp-wrapper .marker__baseEee {
  background: linear-gradient(transparent 60%, #EEEEEE 60%);
}
.adlp-wrapper .marker__base999 {
  background: linear-gradient(transparent 60%, #999 60%);
}
.adlp-wrapper .marker__baseDdd {
  background: linear-gradient(transparent 60%, #DDDDDD 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #333;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #E75B18;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__main1 {
  border-bottom: 1px solid #2DC29C;
}
.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__main2 {
  border-bottom: 1px solid #008C6B;
}
.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__base2 {
  border-bottom: 1px solid #F4F4F4;
}
.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__accent2 {
  border-bottom: 1px solid #FF8902;
}
.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__base3 {
  border-bottom: 1px solid #E4F7F3;
}
.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 #666;
}
.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__accent1 {
  border-bottom: 1px solid #FFF34C;
}
.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__baseEee {
  border-bottom: 1px solid #EEEEEE;
}
.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__base999 {
  border-bottom: 1px solid #999;
}
.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__baseDdd {
  border-bottom: 1px solid #DDDDDD;
}
.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;
}
.adlp-header__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
    height: calc(96 / 750 * 100vw);
    padding: 0 calc(24 / 750 * 100vw);
  }
}
.adlp-header__logo {
  width: min(calc(194 / 1080 * 100vw), 194px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(260 / 750 * 100vw);
  }
}
.adlp-header__btn-wrap {
  margin-left: auto;
  display: flex;
  gap: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .adlp-header__btn-wrap {
    gap: calc(8 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn {
  width: min(calc(226 / 1080 * 100vw), 226px);
  height: min(calc(44 / 1080 * 100vw), 44px);
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn {
    width: calc(206 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn span {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn span {
    font-size: calc(20 / 750 * 100vw);
  }
}

.adlp-footer {
  background: #008C6B;
  color: #fff;
  padding: min(calc(61 / 1080 * 100vw), 61px) 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(30 / 750 * 100vw) 0;
  }
}
.adlp-footer__copyright {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .adlp-footer__copyright {
    font-size: calc(20 / 750 * 100vw);
  }
}

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

.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-btn__text {
  text-align: center;
}
.adlp-btn {
  border-radius: 200px;
  height: min(calc(80 / 1080 * 100vw), 80px);
  width: min(calc(420 / 1080 * 100vw), 420px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    height: calc(98 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.adlp-btn p {
  text-align: center;
  z-index: 1;
  line-height: 120%;
}
.adlp-btn p span {
  line-height: 120%;
}
.adlp-btn p span.text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-btn p span.text02 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text02 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-btn.--free {
  padding-left: min(calc(9 / 1080 * 100vw), 9px);
}
.adlp-btn.--free::before {
  content: "無料";
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  color: #1883EC;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--free::before {
    width: calc(82 / 750 * 100vw);
    height: calc(82 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    top: calc(8 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
  }
}
.adlp-btn.--btn01 {
  background: #1883EC;
  color: #fff;
}
.adlp-btn.--btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 12.5L6.5 16.5L1.5 12.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 9.5L6.5 1.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn01:hover {
    background: #5AB0FF;
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01:active {
    background: #5AB0FF;
  }
}
.adlp-btn.--btn02-a {
  background: #fff;
  border: min(calc(4 / 1080 * 100vw), 4px) solid #f69809;
  color: #f69809;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-btn.--btn02-a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23F79809' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-a:hover {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a:active {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn02-b {
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
}
.adlp-btn.--btn02-b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FF98AC 0%, #FF6683 100%);
  opacity: 1;
  transition: all 0.3s;
}
.adlp-btn.--btn02-b::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-b:hover {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:hover::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b:active {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:active::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn03 {
  color: #C80012;
  background: #fff;
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(6 / 1080 * 100vw), 6px) 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03 {
    box-shadow: calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) 0 0 rgba(0, 0, 0, 0.3);
  }
}
.adlp-btn.--btn03::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.07324e-07L9 7.50412L1.78873e-07 15L2.47836 7.44633L0 1.07324e-07Z' fill='%23C80012'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
.adlp-btn.--btn04 {
  color: #fff;
  background: #FFA800;
  box-shadow: 0 min(calc(14 / 1080 * 100vw), 14px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04 {
    box-shadow: 0 calc(14 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.4);
  }
}
.adlp-btn.--btn04::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.16602L7 7.16602L1 13.166' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn04:hover {
    background: #F48400;
  }
  .adlp-btn.--btn04:hover::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04:active {
    background: #F48400;
  }
  .adlp-btn.--btn04:active::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}
.adlp-btn.--a {
  background: #FF8902;
  color: #fff;
}
.adlp-btn.--a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
  width: min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(10 / 1080 * 100vw), 10px);
  right: min(calc(20 / 1080 * 100vw), 20px);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.652172 5.79688C1.01236 5.79688 1.30434 6.08886 1.30434 6.44905V8.38141C1.30434 8.46469 1.33743 8.54456 1.39632 8.60345C1.4552 8.66234 1.53507 8.69542 1.61835 8.69542H8.38162C8.4649 8.69542 8.54477 8.66234 8.60366 8.60345C8.66255 8.54456 8.69563 8.46469 8.69563 8.38141V6.44905C8.69563 6.08886 8.98762 5.79688 9.3478 5.79688C9.70799 5.79688 9.99997 6.08886 9.99997 6.44905V8.38141C9.99997 8.81062 9.82947 9.22226 9.52597 9.52576C9.22247 9.82926 8.81083 9.99976 8.38162 9.99976H1.61835C1.18914 9.99976 0.777505 9.82926 0.474005 9.52576C0.170505 9.22226 0 8.81062 0 8.38141V6.44905C0 6.08886 0.291987 5.79688 0.652172 5.79688Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.12363 3.57285C2.37832 3.31816 2.79126 3.31816 3.04594 3.57285L5.00024 5.52715L6.95454 3.57285C7.20923 3.31816 7.62216 3.31816 7.87685 3.57285C8.13154 3.82754 8.13154 4.24047 7.87685 4.49516L5.4614 6.91062C5.20671 7.16531 4.79378 7.16531 4.53909 6.91062L2.12363 4.49516C1.86894 4.24047 1.86894 3.82754 2.12363 3.57285Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.99995 0C5.36014 0 5.65212 0.291987 5.65212 0.652172V6.44926C5.65212 6.80944 5.36014 7.10143 4.99995 7.10143C4.63977 7.10143 4.34778 6.80944 4.34778 6.44926V0.652172C4.34778 0.291987 4.63977 0 4.99995 0Z' fill='white'/%3E%3C/svg%3E");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--a::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--a:hover::after {
    top: calc(50% + min(calc(4 / 1080 * 100vw), 4px));
  }
}
.adlp-btn.--b {
  background: #fff;
  border: 2px solid #FFD4A3;
  color: #FF8902;
}
.adlp-btn.--b::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
  width: min(calc(5 / 1080 * 100vw), 5px);
  height: min(calc(8 / 1080 * 100vw), 8px);
  right: min(calc(20 / 1080 * 100vw), 20px);
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4.14286L1 7' stroke='%23FF8902' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--b::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--b:hover::after {
    transform: translate(min(calc(6 / 1080 * 100vw), 6px), -50%);
  }
}
.adlp-btn.--c, .adlp-btn.--d {
  width: min(calc(440 / 1080 * 100vw), 440px);
  height: min(calc(74 / 1080 * 100vw), 74px);
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) 0 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--c, .adlp-btn.--d {
    width: calc(610 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) 0 0 rgba(0, 0, 0, 0.25);
  }
}
.adlp-btn.--c p span, .adlp-btn.--d p span {
  display: block;
}
.adlp-btn.--c p span.text01, .adlp-btn.--d p span.text01 {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--c p span.text01, .adlp-btn.--d p span.text01 {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-btn.--c p span.text02, .adlp-btn.--d p span.text02 {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--c p span.text02, .adlp-btn.--d p span.text02 {
    font-size: calc(34 / 750 * 100vw);
  }
}
.adlp-btn.--c {
  background: #FF8902;
  color: #fff;
}
.adlp-btn.--c::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(26 / 1080 * 100vw), 26px);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.04347 9.27526C1.61977 9.27526 2.08695 9.74244 2.08695 10.3187V13.4105C2.08695 13.5438 2.13988 13.6716 2.2341 13.7658C2.32832 13.86 2.45612 13.9129 2.58936 13.9129H13.4106C13.5438 13.9129 13.6716 13.86 13.7658 13.7658C13.8601 13.6716 13.913 13.5438 13.913 13.4105V10.3187C13.913 9.74244 14.3802 9.27526 14.9565 9.27526C15.5328 9.27526 15.9999 9.74244 15.9999 10.3187V13.4105C15.9999 14.0973 15.7271 14.7559 15.2415 15.2415C14.7559 15.7271 14.0973 15.9999 13.4106 15.9999H2.58936C1.90262 15.9999 1.24401 15.7271 0.758407 15.2415C0.272807 14.7559 0 14.0973 0 13.4105V10.3187C0 9.74244 0.46718 9.27526 1.04347 9.27526Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.30569 5.71663C3.71319 5.30913 4.37388 5.30913 4.78138 5.71663L7.90826 8.84351L11.0351 5.71663C11.4426 5.30913 12.1033 5.30913 12.5108 5.71663C12.9183 6.12414 12.9183 6.78483 12.5108 7.19233L8.6461 11.0571C8.2386 11.4646 7.57791 11.4646 7.17041 11.0571L3.30569 7.19233C2.89818 6.78483 2.89818 6.12414 3.30569 5.71663Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.04347 0C8.61977 0 9.08695 0.46718 9.08695 1.04347V10.3188C9.08695 10.8951 8.61977 11.3623 8.04347 11.3623C7.46718 11.3623 7 10.8951 7 10.3188V1.04347C7 0.46718 7.46718 0 8.04347 0Z' fill='white'/%3E%3C/svg%3E");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--c::after {
    width: calc(32 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
    right: calc(36 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--c:hover::after {
    top: calc(50% + min(calc(4 / 1080 * 100vw), 4px));
  }
}
.adlp-btn.--d {
  background: #fff;
  color: #FF8902;
}
.adlp-btn.--d::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(14 / 1080 * 100vw), 14px);
  right: min(calc(26 / 1080 * 100vw), 26px);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 6L1 11' stroke='%23FF8902' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--d::after {
    width: calc(14 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    right: calc(44 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--d:hover::after {
    transform: translate(min(calc(8 / 1080 * 100vw), 8px), -50%);
  }
}

.adlp-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
.adlp-modal.--open {
  visibility: visible;
  opacity: 1;
}
.adlp-modal__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.adlp-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  min-height: min(calc(200 / 1080 * 100vw), 200px);
  max-height: 90vh;
  background: #fff;
  padding: min(calc(30 / 1080 * 100vw), 30px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content {
    width: calc(630 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-modal__content__close {
  width: min(calc(27 / 1080 * 100vw), 27px);
  height: min(calc(27 / 1080 * 100vw), 27px);
  position: absolute;
  top: min(calc(30 / 1080 * 100vw), 30px);
  right: min(calc(30 / 1080 * 100vw), 30px);
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__close {
    width: calc(38 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}
.adlp-modal__content__close svg {
  width: 100%;
  height: 100%;
}
.adlp-modal__content__title {
  text-align: center;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.adlp-modal__content__body {
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body {
    margin: calc(30 / 750 * 100vw) auto 0;
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-modal__content__img {
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__img {
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}

.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-section {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-section {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd0 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd30 {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd60 {
    padding: 0 calc(60 / 750 * 100vw);
  }
}

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

.cv01__heading {
  position: absolute;
  top: min(calc(80 / 1080 * 100vw), 80px);
  left: 50%;
  transform: translateX(-50%);
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .cv01__heading {
    top: calc(80 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
  }
}

.cv01__cta {
  position: absolute;
  top: min(calc(159 / 1080 * 100vw), 159px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cv01__cta {
    top: calc(173 / 750 * 100vw);
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
  }
}

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

.cv02__heading {
  width: 100%;
  position: absolute;
  top: min(calc(119 / 1080 * 100vw), 119px);
  left: 50%;
  transform: translateX(-50%);
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .cv02__heading {
    top: calc(80 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
    white-space: normal;
  }
}

.cv02__cta {
  position: absolute;
  top: min(calc(198 / 1080 * 100vw), 198px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cv02__cta {
    top: calc(226 / 750 * 100vw);
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
  }
}

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

.fv__heading {
  position: absolute;
  top: min(calc(52 / 1080 * 100vw), 52px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__heading {
    top: calc(84 / 750 * 100vw);
    width: calc(686 / 750 * 100vw);
  }
}

.fv__heading-sub {
  display: inline-block;
  background: #fff;
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(32 / 1080 * 100vw), 32px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  color: #008C6B;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .fv__heading-sub {
    font-size: calc(34 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) calc(32 / 750 * 100vw);
  }
}

.fv__heading-main {
  margin-top: min(calc(14 / 1080 * 100vw), 14px);
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .fv__heading-main {
    margin-top: calc(16 / 750 * 100vw);
    font-size: calc(62 / 750 * 100vw);
  }
}
.fv__heading-main span {
  letter-spacing: 0em;
  text-decoration: underline;
  text-decoration-color: #FFF34C;
  text-decoration-thickness: min(calc(4 / 1080 * 100vw), 4px);
  text-underline-offset: min(calc(16 / 1080 * 100vw), 16px);
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 767px) {
  .fv__heading-main span {
    text-decoration-thickness: calc(4 / 750 * 100vw);
    text-underline-offset: calc(14 / 750 * 100vw);
  }
}

.fv__tagline {
  position: absolute;
  left: min(calc(1176 / 1080 * 100vw), 1176px);
  top: min(calc(279 / 1080 * 100vw), 279px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .fv__tagline {
    display: grid;
    grid-template-columns: auto auto;
    gap: calc(8 / 750 * 100vw) 0;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    top: calc(746 / 750 * 100vw);
  }
}

.fv__tagline-text {
  display: inline-block;
  background: #fff;
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 600;
  color: #008C6B;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fv__tagline-text {
    font-size: calc(30 / 750 * 100vw);
    padding: calc(2 / 750 * 100vw) 0;
  }
  .fv__tagline-text:first-child {
    padding-left: calc(16 / 750 * 100vw);
  }
  .fv__tagline-text:nth-child(2) {
    padding-right: calc(16 / 750 * 100vw);
  }
  .fv__tagline-text:last-child {
    grid-column: 1/-1;
    justify-self: center;
    padding: calc(2 / 750 * 100vw) calc(8 / 750 * 100vw);
  }
}

.fv__cta {
  position: absolute;
  top: min(calc(533 / 1080 * 100vw), 533px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv__cta {
    top: calc(908 / 750 * 100vw);
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
  }
}

.fv__badges {
  position: absolute;
  top: min(calc(682 / 1080 * 100vw), 682px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .fv__badges {
    top: calc(1284 / 750 * 100vw);
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(68 / 750 * 100vw) calc(16 / 750 * 100vw);
    width: calc(710 / 750 * 100vw);
  }
}

.fv__badge-item {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .fv__badge-item {
    width: fit-content;
  }
}

.fv__badge-bracket {
  flex-shrink: 0;
  width: min(calc(38 / 1080 * 100vw), 38px);
}
.fv__badge-bracket.--flip {
  transform: scaleX(-1);
}
.fv__badge-bracket img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .fv__badge-bracket {
    width: calc(56 / 750 * 100vw);
  }
}

.fv__badge-body {
  text-align: center;
  position: relative;
  flex: 1;
  min-width: 0;
}

.fv__badge-label {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fv__badge-label {
    font-size: calc(24 / 750 * 100vw);
  }
}

.fv__badge-num {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.fv__badge-value {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #008C6B;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fv__badge-value {
    font-size: calc(62 / 750 * 100vw);
  }
}

.fv__badge-unit {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  color: #008C6B;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fv__badge-unit {
    font-size: calc(30 / 750 * 100vw);
  }
}

.fv__badge-suffix {
  display: inline-block;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 600;
  line-height: 1.13;
  width: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .fv__badge-suffix {
    font-size: calc(22 / 750 * 100vw);
    width: calc(22 / 750 * 100vw);
  }
}

.fv__badge-no {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 500;
  color: #008C6B;
  line-height: 0.9;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .fv__badge-no {
    font-size: calc(56 / 750 * 100vw);
  }
}

.fv__badge-rank {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(58 / 1080 * 100vw), 58px);
  font-weight: 500;
  color: #008C6B;
  line-height: 0.9;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .fv__badge-rank {
    font-size: calc(86 / 750 * 100vw);
  }
}

.fv__badge-note {
  position: absolute;
  right: min(calc(8 / 1080 * 100vw), 8px);
  bottom: 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .fv__badge-note {
    font-size: calc(20 / 750 * 100vw);
  }
}

.fv__badge-item.--award .fv__badge-icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: max(calc(-68 / 1080 * 100vw), -68px);
  width: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .fv__badge-item.--award .fv__badge-icon {
    top: calc(-78 / 750 * 100vw);
    width: calc(95 / 750 * 100vw);
  }
}
.fv__badge-item.--award .fv__badge-label {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.4;
}
.fv__badge-item.--award .fv__badge-label .--s {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .fv__badge-item.--award .fv__badge-label {
    font-size: calc(20 / 750 * 100vw);
  }
  .fv__badge-item.--award .fv__badge-label .--s {
    font-size: calc(20 / 750 * 100vw);
  }
}

.fv__badge-award-text {
  color: #008C6B;
  line-height: 1;
}

.fv__badge-award-num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .fv__badge-award-num {
    font-size: calc(44 / 750 * 100vw);
  }
}

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

.fv__note {
  position: absolute;
  top: min(calc(786 / 1080 * 100vw), 786px);
  left: 0;
  width: 100%;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.067em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__note {
    top: calc(1625 / 750 * 100vw);
    right: calc(37 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}

.sec01 {
  padding-top: min(calc(24 / 1080 * 100vw), 24px);
  padding-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec01 {
    background: #fff;
    padding-top: calc(16 / 750 * 100vw);
    padding-bottom: calc(40 / 750 * 100vw);
  }
}

.sec01 .adlp-marquee__img {
  width: min(calc(2182 / 1080 * 100vw), 2182px);
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-marquee__img {
    width: calc(2609 / 750 * 100vw);
  }
}
.sec01 .adlp-marquee__img img {
  width: 100%;
}

.sec02 {
  background: #F4F4F4;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: calc(120 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}

.sec02__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec02__inner {
    width: 100%;
    gap: calc(32 / 750 * 100vw);
  }
}

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

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

.sec02__heading {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec02__heading {
    font-size: calc(56 / 750 * 100vw);
    margin-bottom: calc(56 / 750 * 100vw);
  }
}

.sec02__concerns {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec02__concerns {
    gap: calc(16 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
    margin-bottom: calc(48 / 750 * 100vw);
  }
}

.sec02__concerns-item {
  background: #fff;
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec02__concerns-item {
    align-items: flex-start;
    gap: calc(16 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}

.sec02__concerns-icon {
  width: min(calc(24 / 1080 * 100vw), 24px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec02__concerns-icon {
    width: calc(32 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
  }
}

.sec02__concerns-text {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #008C6B;
}
@media screen and (max-width: 767px) {
  .sec02__concerns-text {
    font-size: calc(36 / 750 * 100vw);
    text-align: justify;
  }
}

.sec02__illust {
  width: min(calc(731 / 1080 * 100vw), 731px);
  height: min(calc(196 / 1080 * 100vw), 196px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec02__illust {
    width: 100%;
    height: calc(299 / 750 * 100vw);
  }
}

.sec02__block2 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: min(calc(49 / 1080 * 100vw), 49px);
}
.sec02__block2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(calc(351 / 1080 * 100vw), 351px);
  background: #fff;
  border-radius: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec02__block2 {
    padding-top: calc(75 / 750 * 100vw);
    margin-top: calc(-56 / 750 * 100vw);
  }
  .sec02__block2::before {
    height: calc(796 / 750 * 100vw);
    border-radius: calc(96 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    width: calc(690 / 750 * 100vw);
  }
}

.sec02__subheading {
  position: relative;
  text-align: center;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec02__subheading {
    margin-bottom: calc(68 / 750 * 100vw);
  }
}

.sec02__subheading-label {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec02__subheading-label {
    font-size: calc(36 / 750 * 100vw);
  }
}

.sec02__subheading-accent {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #008C6B;
}
@media screen and (max-width: 767px) {
  .sec02__subheading-accent {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec02__problems {
  position: relative;
  width: min(calc(850 / 1080 * 100vw), 850px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  margin-bottom: min(calc(51 / 1080 * 100vw), 51px);
}
@media screen and (max-width: 767px) {
  .sec02__problems {
    grid-template-columns: 1fr;
    gap: calc(10 / 750 * 100vw);
    width: calc(569 / 750 * 100vw);
    margin-bottom: calc(58 / 750 * 100vw);
  }
}

.sec02__problems-item {
  background: #fff;
  display: flex;
  align-items: flex-start;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(4 / 1080 * 100vw), 4px) 0;
}
@media screen and (max-width: 767px) {
  .sec02__problems-item {
    gap: calc(8 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) 0;
  }
}

.sec02__problems-icon {
  width: min(calc(24 / 1080 * 100vw), 24px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec02__problems-icon {
    width: calc(24 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}

.sec02__problems-text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec02__problems-text {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec02__badge {
  position: relative;
  background: linear-gradient(to right, #008364, #06a27d);
  border-radius: min(calc(99 / 1080 * 100vw), 99px);
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(48 / 1080 * 100vw), 48px);
}
.sec02__badge span {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec02__badge {
    border-radius: calc(99 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
  .sec02__badge span {
    font-size: calc(38 / 750 * 100vw);
  }
}

.sec02__dots {
  width: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec02__dots {
    width: calc(12 / 750 * 100vw);
  }
}

.sec02__result {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__result {
    font-size: calc(48 / 750 * 100vw);
    padding: 0 calc(90 / 750 * 100vw);
  }
}

.sec02__result-accent {
  color: #008C6B;
}

.sec03 {
  background: url(../img/pc/sec03.webp) 50% 0/100% no-repeat;
  height: min(calc(1433 / 1080 * 100vw), 1433px);
  padding-top: min(calc(160 / 1080 * 100vw), 160px);
}
@media screen and (max-width: 767px) {
  .sec03 {
    background: url(../img/sp/sec03.webp) 50% 0/100% auto no-repeat;
    background-color: #E4F7F3;
    height: auto;
    padding: calc(140 / 750 * 100vw) 0 calc(95 / 750 * 100vw);
  }
}

.sec03__contents1 {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec03__contents1 {
    width: calc(690 / 750 * 100vw);
    gap: calc(56 / 750 * 100vw);
  }
}

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

.sec03__heading1-sub {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__heading1-sub {
    font-size: calc(36 / 750 * 100vw);
  }
}

.sec03__heading1-main {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__heading1-main {
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec03__heading1-accent {
  text-decoration: underline;
  text-decoration-color: #FFF34C;
  text-decoration-thickness: 8%;
  text-underline-offset: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec03__heading1-accent {
    text-underline-offset: calc(12 / 750 * 100vw);
  }
}

.sec03__card {
  width: 100%;
  background: #fff;
  border-radius: min(calc(80 / 1080 * 100vw), 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(calc(31 / 1080 * 100vw), 31px) 0 min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec03__card {
    border-radius: calc(96 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) 0 calc(95 / 750 * 100vw);
  }
}

.sec03__card-heading {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #008C6B;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__card-heading {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec03__card-img {
  width: min(calc(536 / 1080 * 100vw), 536px);
  margin-top: min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .sec03__card-img {
    width: calc(502 / 750 * 100vw);
    margin-top: calc(19 / 750 * 100vw);
  }
}

.sec03__card-features {
  display: flex;
  gap: min(calc(64 / 1080 * 100vw), 64px);
  margin-top: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec03__card-features {
    flex-direction: column;
    gap: calc(10 / 750 * 100vw);
    margin-top: calc(57 / 750 * 100vw);
  }
}

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

.sec03__card-feature-icon {
  width: min(calc(24 / 1080 * 100vw), 24px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec03__card-feature-icon {
    width: calc(24 / 750 * 100vw);
  }
}

.sec03__card-feature-text {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #008C6B;
}
@media screen and (max-width: 767px) {
  .sec03__card-feature-text {
    font-size: calc(34 / 750 * 100vw);
  }
}

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

.sec03__heading2 {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #FF8902;
  text-decoration-thickness: 8%;
  text-underline-offset: min(calc(16 / 1080 * 100vw), 16px);
  margin-bottom: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec03__heading2 {
    font-size: calc(64 / 750 * 100vw);
    text-underline-offset: calc(16 / 750 * 100vw);
    margin-bottom: calc(171 / 750 * 100vw);
  }
}

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

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

.sec03__feature-img-wrap {
  position: relative;
  width: 100%;
}

.sec03__feature-img {
  width: 100%;
}

.sec03__feature.--before .sec03__feature-img {
  width: min(calc(118 / 1080 * 100vw), 118px);
}
@media screen and (max-width: 767px) {
  .sec03__feature.--before .sec03__feature-img {
    width: calc(204 / 750 * 100vw);
  }
}

.sec03__feature-badge {
  position: absolute;
  top: max(calc(-35 / 1080 * 100vw), -35px);
  left: max(calc(-5 / 1080 * 100vw), -5px);
  width: min(calc(126 / 1080 * 100vw), 126px);
  height: min(calc(126 / 1080 * 100vw), 126px);
  border-radius: 50%;
  background: #FF8902;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec03__feature-badge {
    top: calc(-105 / 750 * 100vw);
    left: calc(-23 / 750 * 100vw);
    width: calc(221 / 750 * 100vw);
    height: calc(221 / 750 * 100vw);
  }
}

.sec03__feature-badge-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__feature-badge-text {
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec03__feature-name {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__feature-name {
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec04 {
  background: #fff;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: calc(120 / 750 * 100vw) 0;
  }
}

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

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

.sec04__heading-main {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #008C6B;
}
@media screen and (max-width: 767px) {
  .sec04__heading-main {
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec04__comparison {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(56 / 1080 * 100vw), 56px) auto 0;
  display: flex;
  align-items: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec04__comparison {
    width: calc(690 / 750 * 100vw);
    margin-top: calc(56 / 750 * 100vw);
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
  }
}

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

.sec04__label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(calc(4 / 1080 * 100vw), 4px) 0;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  width: min(calc(202 / 1080 * 100vw), 202px);
}
@media screen and (max-width: 767px) {
  .sec04__label {
    width: calc(202 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) 0;
    border-radius: calc(4 / 750 * 100vw);
  }
}
.sec04__label.--before {
  background: #666;
}
.sec04__label.--after {
  background: #FF8902;
  width: min(calc(124 / 1080 * 100vw), 124px);
}
@media screen and (max-width: 767px) {
  .sec04__label.--after {
    width: calc(162 / 750 * 100vw);
  }
}

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

.sec04__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec04__img {
    width: calc(630 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .sec04__after .sec04__img {
    width: calc(644 / 750 * 100vw);
  }
}

.sec04__arrow {
  width: min(calc(64 / 1080 * 100vw), 64px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec04__arrow {
    width: calc(64 / 750 * 100vw);
  }
}

.sec04__desc {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__desc {
    font-size: calc(34 / 750 * 100vw);
  }
}

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

.sec05__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  background: #E4F7F3;
  border-radius: min(calc(80 / 1080 * 100vw), 80px);
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec05__inner {
    width: calc(690 / 750 * 100vw);
    border-radius: calc(96 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) 0 calc(75 / 750 * 100vw);
  }
}

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

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

.sec05__heading-title {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__heading-title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec05__heading-title-em {
  text-decoration: underline;
  text-decoration-color: #FF8902;
  text-decoration-thickness: 8%;
  text-underline-offset: min(calc(12 / 1080 * 100vw), 12px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__heading-title-em {
    text-underline-offset: calc(16 / 750 * 100vw);
  }
}

.sec05__body {
  display: flex;
  justify-content: center;
  gap: min(calc(90 / 1080 * 100vw), 90px);
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec05__body {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: calc(40 / 750 * 100vw);
  }
}

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

.sec05__block.--a .sec05__block-img {
  width: min(calc(422 / 1080 * 100vw), 422px);
}
@media screen and (max-width: 767px) {
  .sec05__block.--a .sec05__block-img {
    width: calc(550 / 750 * 100vw);
  }
}
.sec05__block.--b .sec05__block-img {
  width: min(calc(223 / 1080 * 100vw), 223px);
}
@media screen and (max-width: 767px) {
  .sec05__block.--b .sec05__block-img {
    width: calc(343 / 750 * 100vw);
  }
}

.sec05__block-text {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__block-text {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec05__block.--a .sec05__block-text {
  margin-top: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec05__block.--a .sec05__block-text {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec05__block.--b .sec05__block-text {
  margin-top: min(calc(55 / 1080 * 100vw), 55px);
}
@media screen and (max-width: 767px) {
  .sec05__block.--b .sec05__block-text {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.sec06 {
  height: min(calc(1375 / 1080 * 100vw), 1375px);
  background: url(../img/pc/sec06.webp) 50% 0/100% no-repeat;
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec06 {
    height: calc(3004 / 750 * 100vw);
    background: url(../img/sp/sec06.webp) 50% 0/100% no-repeat;
    padding: calc(60 / 750 * 100vw) calc(60 / 750 * 100vw) 0;
  }
}

.sec06__heading {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__heading {
    margin: 0 calc(-60 / 750 * 100vw);
  }
}

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

.sec06__heading-title {
  display: block;
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06__heading-title {
    font-size: calc(64 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}

.sec06__contents {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(56 / 1080 * 100vw), 56px) auto 0;
  display: flex;
  flex-direction: column;
  gap: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .sec06__contents {
    width: 100%;
    margin-top: calc(64 / 750 * 100vw);
    gap: calc(70 / 750 * 100vw);
  }
}

.sec06__point {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.sec06__point.--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec06__point.--reverse {
    flex-direction: column;
  }
}
.sec06__point.--reverse .sec06__point-label {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec06__point {
    flex-direction: column;
    align-items: center;
  }
}

.sec06__point-img {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  overflow: visible;
}
.sec06__point-img img {
  display: block;
}
.sec06__point:nth-child(1) .sec06__point-img {
  width: min(calc(353 / 1080 * 100vw), 353px);
}
.sec06__point:nth-child(1) .sec06__point-img img {
  width: min(calc(353 / 1080 * 100vw), 353px);
}
.sec06__point:nth-child(2) .sec06__point-img {
  width: min(calc(379 / 1080 * 100vw), 379px);
}
.sec06__point:nth-child(2) .sec06__point-img img {
  width: min(calc(379 / 1080 * 100vw), 379px);
}
.sec06__point:nth-child(3) .sec06__point-img {
  width: min(calc(374 / 1080 * 100vw), 374px);
}
.sec06__point:nth-child(3) .sec06__point-img img {
  width: min(calc(374 / 1080 * 100vw), 374px);
}
@media screen and (max-width: 767px) {
  .sec06__point-img {
    margin-bottom: calc(-10 / 750 * 100vw);
  }
  .sec06__point:nth-child(1) .sec06__point-img {
    width: 100%;
  }
  .sec06__point:nth-child(1) .sec06__point-img img {
    width: calc(463 / 750 * 100vw);
    margin: 0 auto;
  }
  .sec06__point:nth-child(2) .sec06__point-img {
    width: 100%;
  }
  .sec06__point:nth-child(2) .sec06__point-img img {
    width: calc(492 / 750 * 100vw);
    margin: 0 auto;
  }
  .sec06__point:nth-child(3) .sec06__point-img {
    width: 100%;
  }
  .sec06__point:nth-child(3) .sec06__point-img img {
    width: calc(509 / 750 * 100vw);
    margin: 0 auto;
  }
}

.sec06__point-body {
  width: min(calc(460 / 1080 * 100vw), 460px);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  align-items: flex-end;
}
.sec06__point.--reverse .sec06__point-body {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec06__point-body {
    width: 100%;
    gap: calc(24 / 750 * 100vw);
    align-items: flex-start;
  }
}

.sec06__point-label {
  width: 100%;
  text-align: right;
  color: #FFF34C;
  font-family: "Roboto", sans-serif;
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid #FFF34C;
}
@media screen and (max-width: 767px) {
  .sec06__point-label {
    width: 100%;
    border-bottom-width: calc(2 / 750 * 100vw);
  }
}

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

.sec06__point-label-num {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__point-label-num {
    font-size: calc(64 / 750 * 100vw);
  }
}

.sec06__point-txt {
  width: 100%;
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec06__point-txt {
    width: 100%;
    padding: 0;
    gap: calc(16 / 750 * 100vw);
  }
}

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

.sec06__point-list {
  display: flex;
  flex-direction: column;
}

.sec06__point-item {
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(4 / 1080 * 100vw), 4px) 0;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.sec06__point-item::before {
  content: "";
  flex-shrink: 0;
  width: min(calc(22 / 1080 * 100vw), 22px);
  height: min(calc(29 / 1080 * 100vw), 29px);
  background: url("data:image/svg+xml,%3Csvg width='22' height='29' viewBox='0 0 22 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.2032 6L7.03743 18.2888L3.79679 15.8182H2L7.03743 24L20 6H18.2032Z' fill='%23FFF34C'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec06__point-item {
    gap: calc(8 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) 0;
    font-size: calc(28 / 750 * 100vw);
  }
  .sec06__point-item::before {
    width: calc(22 / 750 * 100vw);
    height: calc(29 / 750 * 100vw);
  }
}

.sec07 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(120 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}

.sec07__heading {
  text-align: center;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  color: #008C6B;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__heading {
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec07__contents {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(calc(52 / 1080 * 100vw), 52px);
  padding-bottom: min(calc(39 / 1080 * 100vw), 39px);
}
.sec07__contents::before {
  content: "";
  position: absolute;
  top: min(calc(67 / 1080 * 100vw), 67px);
  left: 0;
  width: 100%;
  height: min(calc(264 / 1080 * 100vw), 264px);
  background: #E4F7F3;
  border-radius: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec07__contents {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: calc(64 / 750 * 100vw);
    margin-top: calc(64 / 750 * 100vw);
    padding: calc(100 / 750 * 100vw) 0;
    background: #E4F7F3;
    border-radius: calc(96 / 750 * 100vw);
  }
  .sec07__contents::before {
    display: none;
  }
}

.sec07__item {
  width: min(calc(272 / 1080 * 100vw), 272px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  position: relative;
  z-index: 1;
}
.sec07__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: max(calc(-27 / 1080 * 100vw), -27px);
  bottom: 0;
  width: 1px;
  height: min(calc(185 / 1080 * 100vw), 185px);
  background: #008C6B;
}
@media screen and (max-width: 767px) {
  .sec07__item:not(:last-child)::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec07__item {
    width: 100%;
    gap: calc(16 / 750 * 100vw);
  }
}

.sec07__item-img {
  display: block;
}
.sec07__item:nth-child(1) .sec07__item-img {
  width: min(calc(138 / 1080 * 100vw), 138px);
}
@media screen and (max-width: 767px) {
  .sec07__item:nth-child(1) .sec07__item-img {
    width: calc(213 / 750 * 100vw);
  }
}
.sec07__item:nth-child(2) .sec07__item-img {
  width: min(calc(220 / 1080 * 100vw), 220px);
}
@media screen and (max-width: 767px) {
  .sec07__item:nth-child(2) .sec07__item-img {
    width: calc(342 / 750 * 100vw);
  }
}
.sec07__item:nth-child(3) .sec07__item-img {
  width: min(calc(220 / 1080 * 100vw), 220px);
}
@media screen and (max-width: 767px) {
  .sec07__item:nth-child(3) .sec07__item-img {
    width: calc(340 / 750 * 100vw);
  }
}

.sec07__item-text {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  color: #008C6B;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__item-text {
    font-size: calc(36 / 750 * 100vw);
  }
}

.sec08 {
  background: #F4F4F4;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(120 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.sec08__heading {
  text-align: center;
}
.sec08__heading-sub, .sec08__heading-main {
  display: block;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.sec08__heading-sub {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec08__heading-sub {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec08__heading-main {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  color: #008C6B;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec08__heading-main {
    font-size: calc(56 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}

.sec08__grid {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(112 / 1080 * 100vw), 112px) auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(102 / 1080 * 100vw), 102px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec08__grid {
    width: 100%;
    gap: calc(102 / 750 * 100vw) calc(32 / 750 * 100vw);
    margin-top: calc(136 / 750 * 100vw);
  }
}

.sec08__card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(280 / 1080 * 100vw), 280px);
  background: #fff;
  border-radius: min(calc(32 / 1080 * 100vw), 32px);
  padding: min(calc(56 / 1080 * 100vw), 56px) min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec08__card {
    width: calc((100% - calc(32 / 750 * 100vw)) / 2);
    border-radius: calc(32 / 750 * 100vw);
    padding: calc(56 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec08__card-icon {
  position: absolute;
  top: max(calc(-70 / 1080 * 100vw), -70px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(110 / 1080 * 100vw), 110px);
  height: min(calc(110 / 1080 * 100vw), 110px);
}
@media screen and (max-width: 767px) {
  .sec08__card-icon {
    top: calc(-70 / 750 * 100vw);
    width: calc(110 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
  }
}
.sec08__card-text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  color: #008C6B;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__card-text {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec09 {
  background: #F4F4F4 url(../img/pc/sec09.webp) 50% 100%/100% no-repeat;
  padding: min(calc(20 / 1080 * 100vw), 20px) 0 min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: calc(80 / 750 * 100vw) 0 calc(59 / 750 * 100vw);
    background-image: url(../img/sp/sec09.webp);
  }
}

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

.sec09__heading {
  text-align: center;
}
.sec09__heading-sub {
  display: block;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__heading-sub {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec09__heading-main {
  display: block;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.4;
  color: #008C6B;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__heading-main {
    font-size: calc(56 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}

.sec09__table {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec09__table {
    width: calc(690 / 750 * 100vw);
    margin: calc(64 / 750 * 100vw) auto 0;
  }
}
.sec09__table::after {
  content: "";
  position: absolute;
  top: max(calc(-6 / 1080 * 100vw), -6px);
  right: max(calc(-6 / 1080 * 100vw), -6px);
  width: min(calc(220 / 1080 * 100vw), 220px);
  height: 100%;
  border: min(calc(6 / 1080 * 100vw), 6px) solid #FF8902;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec09__table::after {
    top: calc(-6 / 750 * 100vw);
    right: calc(-6 / 750 * 100vw);
    width: calc(178 / 750 * 100vw);
    border-width: calc(6 / 750 * 100vw);
  }
}

.sec09__row {
  display: flex;
}
.sec09__row.--head {
  margin-left: min(calc(180 / 1080 * 100vw), 180px);
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .sec09__row.--head {
    margin-left: calc(120 / 750 * 100vw);
  }
}
.sec09__row.--last .sec09__label,
.sec09__row.--last .sec09__cell {
  border-bottom: none;
}

.sec09__hd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(200 / 1080 * 100vw), 200px);
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(10 / 1080 * 100vw), 10px);
  background: #2DC29C;
  border-bottom: 1px solid #008C6B;
  border-right: 1px solid #008C6B;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__hd {
    width: calc(130 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0em;
    padding: calc(4 / 750 * 100vw) 0;
  }
}
.sec09__hd.--last {
  width: min(calc(220 / 1080 * 100vw), 220px);
  border-right: none;
  background: #fff;
  padding: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec09__hd.--last {
    width: calc(180 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}

.sec09__label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: min(calc(180 / 1080 * 100vw), 180px);
  min-height: min(calc(100 / 1080 * 100vw), 100px);
  background: #EEEEEE;
  border-bottom: 1px solid #008C6B;
  border-right: 1px solid #008C6B;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.4;
  color: #008C6B;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__label {
    width: calc(120 / 750 * 100vw);
    min-height: calc(100 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}

.sec09__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(calc(200 / 1080 * 100vw), 200px);
  min-height: min(calc(100 / 1080 * 100vw), 100px);
  background: #fff;
  border-bottom: 1px solid #008C6B;
  border-right: 1px solid #008C6B;
  padding: min(calc(10 / 1080 * 100vw), 10px);
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec09__cell {
    width: calc(130 / 750 * 100vw);
    min-height: calc(100 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) 0;
    gap: calc(8 / 750 * 100vw);
  }
}
.sec09__cell span {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.4;
  color: #666;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__cell span {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.2;
    letter-spacing: 0em;
  }
}
.sec09__cell.--last {
  width: min(calc(220 / 1080 * 100vw), 220px);
  border-right: none;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec09__cell.--last {
    width: calc(180 / 750 * 100vw);
    gap: calc(4 / 750 * 100vw);
  }
}
.sec09__cell.--last span {
  color: #FF8902;
}

.sec09__cell-note {
  font-size: min(calc(14 / 1080 * 100vw), 14px) !important;
}
@media screen and (max-width: 767px) {
  .sec09__cell-note {
    font-size: calc(20 / 750 * 100vw) !important;
  }
}

.sec09__icon {
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec09__icon {
    width: calc(32 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
  }
}
.sec09__icon.--x {
  width: min(calc(38 / 1080 * 100vw), 38px);
  height: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .sec09__icon.--x {
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
}
.sec09__icon.--tri {
  width: min(calc(45 / 1080 * 100vw), 45px);
  height: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec09__icon.--tri {
    width: calc(38 / 750 * 100vw);
    height: calc(34 / 750 * 100vw);
  }
}

.sec10 {
  background: #F4F4F4 url(../img/pc/sec10.webp) 50% 100%/100% no-repeat;
  border-top: min(calc(4 / 1080 * 100vw), 4px) solid #008364;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec10 {
    background-image: url(../img/sp/sec10.webp);
    padding: calc(120 / 750 * 100vw) 0;
    border-top-width: calc(4 / 750 * 100vw);
  }
}

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

.sec10__heading {
  text-align: center;
}
.sec10__heading-sub {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  color: #008C6B;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec10__heading-sub {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec10__heading-main {
  display: block;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec10__heading-main {
    font-size: calc(56 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}

.sec10__cards {
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  margin-top: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec10__cards {
    gap: calc(40 / 750 * 100vw);
    margin-top: calc(64 / 750 * 100vw);
  }
}

.sec10__card {
  display: flex;
  flex-direction: column;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  background: #fff;
  border-radius: min(calc(80 / 1080 * 100vw), 80px);
  padding: min(calc(48 / 1080 * 100vw), 48px) min(calc(60 / 1080 * 100vw), 60px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec10__card {
    gap: calc(24 / 750 * 100vw);
    border-radius: calc(56 / 750 * 100vw);
    padding: calc(108 / 750 * 100vw) calc(40 / 750 * 100vw) calc(56 / 750 * 100vw);
  }
}

.sec10__card-num {
  position: absolute;
  top: min(calc(24 / 1080 * 100vw), 24px);
  right: min(calc(81 / 1080 * 100vw), 81px);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #DDDDDD;
  text-align: center;
}
.--reverse .sec10__card-num {
  right: auto;
  left: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec10__card-num {
    top: 0;
    right: auto;
    left: calc(40 / 750 * 100vw);
    display: flex;
    align-items: baseline;
    gap: calc(8 / 750 * 100vw);
  }
  .--reverse .sec10__card-num {
    left: auto;
    right: calc(40 / 750 * 100vw);
  }
}
.sec10__card-num-label {
  display: block;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 0.9;
  letter-spacing: 0.036em;
}
@media screen and (max-width: 767px) {
  .sec10__card-num-label {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.2;
  }
}
.sec10__card-num-value {
  display: block;
  font-size: min(calc(90 / 1080 * 100vw), 90px);
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .sec10__card-num-value {
    font-size: calc(90 / 750 * 100vw);
    line-height: 1.2;
  }
}

.sec10__card-title {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  color: #008C6B;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: justify;
}
.--reverse .sec10__card-title {
  width: min(calc(730 / 1080 * 100vw), 730px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec10__card-title {
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: 0.02em;
  }
  .--reverse .sec10__card-title {
    width: 100%;
    margin-left: 0;
  }
}

.sec10__card-body {
  display: flex;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  align-items: flex-start;
}
.--reverse .sec10__card-body {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec10__card-body {
    flex-direction: column;
    align-items: center;
    gap: calc(32 / 750 * 100vw);
  }
  .--reverse .sec10__card-body {
    flex-direction: column;
  }
}

.sec10__card-photo {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(397 / 1080 * 100vw), 397px);
}
@media screen and (max-width: 767px) {
  .sec10__card-photo {
    width: 100%;
    gap: calc(16 / 750 * 100vw);
  }
}

.sec10__card-img {
  overflow: hidden;
}
.sec10__card-img img {
  display: block;
}

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

.sec10__card-logo {
  flex-shrink: 0;
}
.sec10__card-logo img {
  display: block;
}

.sec10__card:nth-child(1) .sec10__card-logo {
  width: min(calc(150 / 1080 * 100vw), 150px);
}
@media screen and (max-width: 767px) {
  .sec10__card:nth-child(1) .sec10__card-logo {
    width: calc(192 / 750 * 100vw);
  }
}

.sec10__card:nth-child(2) .sec10__card-logo {
  width: min(calc(160 / 1080 * 100vw), 160px);
}
@media screen and (max-width: 767px) {
  .sec10__card:nth-child(2) .sec10__card-logo {
    width: calc(213 / 750 * 100vw);
  }
}

.sec10__card:nth-child(3) .sec10__card-logo {
  width: min(calc(145 / 1080 * 100vw), 145px);
}
@media screen and (max-width: 767px) {
  .sec10__card:nth-child(3) .sec10__card-logo {
    width: calc(184 / 750 * 100vw);
  }
}

.sec10__card:nth-child(4) .sec10__card-logo {
  width: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec10__card:nth-child(4) .sec10__card-logo {
    width: calc(110 / 750 * 100vw);
  }
}

.sec10__card-divider {
  width: 1px;
  height: min(calc(53 / 1080 * 100vw), 53px);
  background: #008C6B;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec10__card-divider {
    height: calc(88 / 750 * 100vw);
  }
}

.sec10__card-info {
  display: flex;
  flex-direction: column;
}

.sec10__card-category {
  display: block;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  color: #008C6B;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec10__card-category {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec10__card-name {
  display: block;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec10__card-name {
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec10__card-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #E4F7F3;
  width: min(calc(459 / 1080 * 100vw), 459px);
  min-height: min(calc(257 / 1080 * 100vw), 257px);
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec10__card-result {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto 1fr;
    width: 100%;
    min-height: auto;
    padding: calc(30 / 750 * 100vw);
    gap: calc(8 / 750 * 100vw) calc(20 / 750 * 100vw);
    order: -1;
  }
}

.sec10__card-before,
.sec10__card-after {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec10__card-before,
  .sec10__card-after {
    display: grid;
    grid-row: 1/-1;
    grid-template-rows: subgrid;
    align-items: start;
  }
}

@media screen and (max-width: 767px) {
  .sec10__card-before {
    grid-column: 1;
  }
}

@media screen and (max-width: 767px) {
  .sec10__card-after {
    grid-column: 3;
  }
}

.sec10__card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 min(calc(8 / 1080 * 100vw), 8px);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.08em;
}
.sec10__card-badge.--before {
  background: #666;
  font-weight: 500;
  width: min(calc(137 / 1080 * 100vw), 137px);
}
@media screen and (max-width: 767px) {
  .sec10__card-badge.--before {
    font-weight: 700;
    width: fit-content;
  }
}
.sec10__card-badge.--after {
  background: #FF8902;
  font-weight: 700;
  width: min(calc(137 / 1080 * 100vw), 137px);
}
@media screen and (max-width: 767px) {
  .sec10__card-badge.--after {
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .sec10__card-badge {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(8 / 750 * 100vw);
    border-radius: calc(4 / 750 * 100vw);
    justify-self: start;
  }
}

.sec10__card-before-text {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec10__card-before-text {
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
    text-align: left;
    white-space: nowrap;
    align-self: center;
  }
}

.sec10__card-arrow {
  width: min(calc(38 / 1080 * 100vw), 38px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec10__card-arrow {
    width: calc(38 / 750 * 100vw);
    grid-column: 2;
    grid-row: 2;
    align-self: center;
  }
}

.sec10__card-after-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec10__card-after-text {
    font-size: calc(24 / 750 * 100vw);
    justify-content: flex-start;
    gap: 0;
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .sec10__card-after-text.--type1 {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.sec10__card-after-text.--type2 {
  flex-direction: column;
  flex-wrap: nowrap;
}
.sec10__card-after-text.--type2 p {
  display: flex;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec10__card-after-text.--type2 p {
    gap: calc(4 / 750 * 100vw);
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .sec10__card-after-text.--type2 {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec10__card-after-text.--type3 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec10__card-after-text.--type3 {
    font-size: calc(34 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec10__card-after-text.--type3 p {
    margin-top: calc(10 / 750 * 100vw);
    line-height: 1.4;
  }
}

.sec10__card-after-label {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec10__card-after-label {
    width: 100%;
    margin-top: calc(16 / 750 * 100vw);
    line-height: 1;
  }
}

.sec10__card-after-value {
  display: flex;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec10__card-after-value {
    gap: calc(4 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec10__card-after-value span {
    line-height: 1.4;
  }
}

.sec10__card-accent {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #FF8902;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec10__card-accent {
    font-size: calc(64 / 750 * 100vw);
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .sec10__card:nth-child(2) .sec10__card-accent {
    font-size: calc(38 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .sec10__card:nth-child(4) .sec10__card-accent {
    font-size: calc(72 / 750 * 100vw);
  }
}

.sec10__card-after-unit {
  display: flex;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec10__card-after-unit {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec10__card-after-unit span {
    line-height: 1;
  }
}

.sec10__card-accent-pct {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #FF8902;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec10__card-accent-pct {
    font-size: calc(34 / 750 * 100vw);
    line-height: 1;
  }
}

.sec11 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(95 / 1080 * 100vw), 95px);
  background: url(../img/pc/sec11.webp) 50% 100%/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec11 {
    padding: calc(120 / 750 * 100vw) 0;
    background: url(../img/sp/sec11.webp) 50% 100%/100% no-repeat;
  }
}

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

.sec11__heading {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  color: #008C6B;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec11__heading {
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec11__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  margin-top: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec11__stats {
    gap: calc(40 / 750 * 100vw);
    align-items: flex-start;
    margin-top: calc(56 / 750 * 100vw);
  }
}

.sec11__stats-badge {
  width: min(calc(245 / 1080 * 100vw), 245px);
  display: block;
}
@media screen and (max-width: 767px) {
  .sec11__stats-badge {
    width: calc(245 / 750 * 100vw);
  }
}

.sec11__stats-rate {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec11__circle {
  width: min(calc(197 / 1080 * 100vw), 197px);
  height: min(calc(197 / 1080 * 100vw), 197px);
  border-radius: 50%;
  border: min(calc(6 / 1080 * 100vw), 6px) solid #FF8902;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec11__circle {
    width: calc(197 / 750 * 100vw);
    height: calc(197 / 750 * 100vw);
    border-width: calc(6 / 750 * 100vw);
  }
}

.sec11__circle-label {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: #FF8902;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec11__circle-label {
    margin-top: calc(24 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec11__circle-num {
  display: flex;
  align-items: baseline;
}

.sec11__circle-value {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(70 / 1080 * 100vw), 70px);
  font-weight: 700;
  color: #FF8902;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sec11__circle-value {
    font-size: calc(70 / 750 * 100vw);
    line-height: 1.1;
  }
}

.sec11__circle-unit {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 700;
  color: #FF8902;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec11__circle-unit {
    font-size: calc(42 / 750 * 100vw);
  }
}

.sec11__circle-asterisk {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #666;
  line-height: 1.5;
  position: absolute;
  bottom: min(calc(8 / 1080 * 100vw), 8px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec11__circle-asterisk {
    font-size: calc(20 / 750 * 100vw);
    bottom: calc(2 / 750 * 100vw);
  }
}

.sec11__stats-note {
  margin-top: min(calc(6 / 1080 * 100vw), 6px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #666;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec11__stats-note {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: calc(-36 / 750 * 100vw);
    width: fit-content;
    margin-top: 0;
    font-size: calc(20 / 750 * 100vw);
    white-space: nowrap;
  }
}

.sec11__cards {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(38 / 1080 * 100vw), 38px);
  margin-top: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec11__cards {
    flex-direction: column;
    gap: calc(36 / 750 * 100vw);
    margin-top: calc(56 / 750 * 100vw);
  }
}

.sec11__card {
  width: min(calc(308 / 1080 * 100vw), 308px);
  background: #fff;
  border: 1px solid #2DC29C;
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(24 / 1080 * 100vw), 24px);
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec11__card {
    width: 100%;
    border-radius: calc(24 / 750 * 100vw);
    padding: calc(38 / 750 * 100vw) calc(40 / 750 * 100vw);
    gap: calc(14 / 750 * 100vw);
  }
  .sec11__card:first-child {
    border-radius: calc(32 / 750 * 100vw);
  }
}

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

.sec11__card-stars {
  display: flex;
  align-items: center;
  gap: min(calc(2 / 1080 * 100vw), 2px);
}
.sec11__card-stars img {
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  display: block;
}
@media screen and (max-width: 767px) {
  .sec11__card-stars {
    gap: calc(2 / 750 * 100vw);
  }
  .sec11__card-stars img {
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
  }
}

.sec11__card-rating {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  color: #FF8902;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec11__card-rating {
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec11__card-heading {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: #008C6B;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec11__card-heading {
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec11__card-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  text-align: justify;
  letter-spacing: 0.08em;
  padding-bottom: min(calc(8 / 1080 * 100vw), 8px);
  border-bottom: 1px solid #EEEEEE;
}
.sec11__card-text strong {
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec11__card-text {
    font-size: calc(28 / 750 * 100vw);
    padding-bottom: calc(12 / 750 * 100vw);
  }
}

.sec11__card-author {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  color: #666;
  letter-spacing: 0.08em;
}

.sec11__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec11__card-tags {
    gap: calc(8 / 750 * 100vw);
  }
}

.sec11__card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #666;
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(4 / 1080 * 100vw), 4px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 500;
  color: #666;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec11__card-tag {
    padding: calc(2 / 750 * 100vw) calc(4 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    font-weight: 400;
    letter-spacing: 0.04em;
  }
}

.sec12 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec12 {
    padding: calc(70 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}

.sec12__heading {
  text-align: center;
}
.sec12__heading-sub {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  color: #008C6B;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec12__heading-sub {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec12__heading-title {
  display: block;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec12__heading-title {
    font-size: calc(56 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}

.sec12__flow {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: min(calc(56 / 1080 * 100vw), 56px) auto 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec12__flow {
    width: fit-content;
    flex-direction: column;
    margin-top: calc(56 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
  }
}

.sec12__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(220 / 1080 * 100vw), 220px);
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec12__item {
    flex-direction: row;
    width: 100%;
    gap: calc(24 / 750 * 100vw);
  }
}
.sec12__item-circle {
  width: min(calc(148 / 1080 * 100vw), 148px);
  height: min(calc(148 / 1080 * 100vw), 148px);
  background: #2DC29C;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec12__item-circle {
    width: calc(164 / 750 * 100vw);
    height: calc(164 / 750 * 100vw);
  }
}
.sec12__item-step {
  position: absolute;
  top: min(calc(16 / 1080 * 100vw), 16px);
  left: 50%;
  transform: translateX(-50%);
  font-family: "Roboto", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  color: #FFF34C;
  letter-spacing: 0.08em;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec12__item-step {
    top: calc(18 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec12__item-icon {
  position: absolute;
  top: min(calc(44 / 1080 * 100vw), 44px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec12__item-icon {
    top: calc(48 / 750 * 100vw);
    width: calc(90 / 750 * 100vw);
  }
}
.sec12__item-txt {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: #008C6B;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec12__item-txt {
    font-size: calc(34 / 750 * 100vw);
    text-align: left;
  }
}

.sec12__arrow {
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(148 / 1080 * 100vw), 148px);
  flex-shrink: 0;
}
.sec12__arrow img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec12__arrow {
    width: calc(164 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}

.sec13 {
  background: #F4F4F4;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec13 {
    padding: calc(120 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec13 .adlp-acc__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.sec13__heading {
  text-align: center;
}
.sec13__heading-sub {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  color: #008C6B;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec13__heading-sub {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec13__heading-title {
  display: block;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec13__heading-title {
    font-size: calc(56 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}

.sec13__list {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: min(calc(56 / 1080 * 100vw), 56px) auto 0;
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec13__list {
    width: 100%;
    margin-top: calc(64 / 750 * 100vw);
    gap: calc(40 / 750 * 100vw);
  }
}

.sec13__item {
  background: #fff;
  border-radius: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec13__item {
    border-radius: calc(32 / 750 * 100vw);
  }
}

.sec13__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(32 / 1080 * 100vw), 32px) min(calc(72 / 1080 * 100vw), 72px) min(calc(32 / 1080 * 100vw), 32px) min(calc(40 / 1080 * 100vw), 40px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sec13__header {
    gap: calc(24 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(74 / 750 * 100vw) calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec13__header::after {
  content: "";
  position: absolute;
  right: min(calc(40 / 1080 * 100vw), 40px);
  top: 50%;
  width: min(calc(18 / 1080 * 100vw), 18px);
  height: min(calc(11 / 1080 * 100vw), 11px);
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 10.4142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L17 1' stroke='%23FF8902' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/contain;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sec13__header::after {
    right: calc(30 / 750 * 100vw);
    width: calc(23 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
  }
}
.adlp-acc.--open .sec13__header::after {
  transform: translateY(-50%) rotate(180deg);
}
.sec13__header-q {
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  background: #2DC29C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec13__header-q {
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
  }
}
.sec13__header-q span {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec13__header-q span {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec13__header-title {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec13__header-title {
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec13__body-inner {
  margin: 0 min(calc(40 / 1080 * 100vw), 40px) min(calc(32 / 1080 * 100vw), 32px);
  padding-top: min(calc(16 / 1080 * 100vw), 16px);
  border-top: 1px solid #999;
}
@media screen and (max-width: 767px) {
  .sec13__body-inner {
    margin: 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
    padding-top: calc(32 / 750 * 100vw);
  }
}
.sec13__body-inner p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  text-align: justify;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec13__body-inner p {
    font-size: calc(28 / 750 * 100vw);
  }
}

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

.cv03__subtitle {
  position: absolute;
  top: min(calc(40 / 1080 * 100vw), 40px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(24 / 1080 * 100vw), 24px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .cv03__subtitle {
    top: calc(80 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.cv03__subtitle span {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #008C6B;
}
@media screen and (max-width: 767px) {
  .cv03__subtitle span {
    font-size: calc(36 / 750 * 100vw);
  }
}

.cv03__heading {
  width: 100%;
  position: absolute;
  top: min(calc(102 / 1080 * 100vw), 102px);
  left: 50%;
  transform: translateX(-50%);
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .cv03__heading {
    top: calc(195 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
    white-space: normal;
  }
}

.cv03__cta {
  position: absolute;
  top: min(calc(492 / 1080 * 100vw), 492px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cv03__cta {
    top: calc(994 / 750 * 100vw);
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
