@charset "Shift_JIS";
/* Updated 2026/05/15.G */
/* DEV-ONLY-START: 開発時のみブラウザデフォルトを無効化。納品時はzipタスクが自動コメントアウト 
body {
  margin: 0;
}

 DEV-ONLY-END */
.adlp-outer {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1200 * 100vw), 16px);
  line-height: 1.8;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .adlp-outer {
    font-size: calc(30 / 750 * 100vw);
  }
}
.adlp-outer * {
  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;
}
.adlp-outer *:focus {
  outline: none;
}
.adlp-outer h1,
.adlp-outer h2 {
  position: relative;
  font-weight: 700;
}
.adlp-outer p a {
  word-break: break-all;
  text-decoration: underline;
}
.adlp-outer main, .adlp-outer section, .adlp-outer article, .adlp-outer aside, .adlp-outer nav, .adlp-outer header, .adlp-outer footer,
.adlp-outer h1, .adlp-outer h2, .adlp-outer h3, .adlp-outer h4, .adlp-outer h5, .adlp-outer h6, .adlp-outer hgroup,
.adlp-outer div, .adlp-outer p, .adlp-outer blockquote, .adlp-outer pre, .adlp-outer address,
.adlp-outer ul, .adlp-outer ol, .adlp-outer li, .adlp-outer dl, .adlp-outer dt, .adlp-outer dd,
.adlp-outer table, .adlp-outer thead, .adlp-outer tbody, .adlp-outer tfoot, .adlp-outer tr, .adlp-outer th, .adlp-outer td, .adlp-outer caption, .adlp-outer colgroup,
.adlp-outer form, .adlp-outer fieldset, .adlp-outer legend,
.adlp-outer figure, .adlp-outer figcaption, .adlp-outer details, .adlp-outer summary,
.adlp-outer hr, .adlp-outer canvas, .adlp-outer noscript, .adlp-outer search, .adlp-outer dialog, .adlp-outer menu {
  line-height: 1.8;
}
.adlp-outer a, .adlp-outer abbr, .adlp-outer acronym, .adlp-outer b, .adlp-outer bdi, .adlp-outer bdo, .adlp-outer big, .adlp-outer br, .adlp-outer button, .adlp-outer cite, .adlp-outer code, .adlp-outer dfn, .adlp-outer em, .adlp-outer i, .adlp-outer img, .adlp-outer input, .adlp-outer kbd, .adlp-outer label, .adlp-outer map, .adlp-outer mark, .adlp-outer meter, .adlp-outer noscript, .adlp-outer object, .adlp-outer output, .adlp-outer progress, .adlp-outer q, .adlp-outer ruby, .adlp-outer s, .adlp-outer samp, .adlp-outer script, .adlp-outer select, .adlp-outer small, .adlp-outer span, .adlp-outer strong, .adlp-outer sub, .adlp-outer sup, .adlp-outer textarea, .adlp-outer time, .adlp-outer tt, .adlp-outer u, .adlp-outer var, .adlp-outer wbr,
.adlp-outer audio, .adlp-outer video, .adlp-outer embed, .adlp-outer iframe, .adlp-outer source, .adlp-outer track,
.adlp-outer del, .adlp-outer ins,
.adlp-outer area, .adlp-outer base, .adlp-outer col, .adlp-outer hr, .adlp-outer link, .adlp-outer meta, .adlp-outer param,
.adlp-outer datalist, .adlp-outer keygen, .adlp-outer optgroup, .adlp-outer option {
  line-height: inherit;
}
.adlp-outer sup {
  vertical-align: top;
  font-size: 50%;
}
.adlp-outer sub {
  vertical-align: baseline;
  font-size: 50%;
}
.adlp-outer em,
.adlp-outer b,
.adlp-outer strong,
.adlp-outer th {
  font-weight: 700;
}
.adlp-outer a {
  color: #333;
  cursor: pointer;
  transition: opacity 0.3s;
}
.adlp-outer figcaption,
.adlp-outer small {
  font-size: min(calc(12 / 1200 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .adlp-outer figcaption,
  .adlp-outer small {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-outer img {
  display: block;
  height: auto;
}
.adlp-outer input,
.adlp-outer button,
.adlp-outer select,
.adlp-outer textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.adlp-outer textarea {
  resize: vertical;
}
.adlp-outer input[type=checkbox],
.adlp-outer input[type=radio] {
  display: none;
}
.adlp-outer input[type=submit],
.adlp-outer input[type=button],
.adlp-outer label,
.adlp-outer button,
.adlp-outer select {
  cursor: pointer;
}
.adlp-outer 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 / 1200 * 100vw), 1920px);
    max-width: 1920px;
    margin: 0 auto;
  }
}
.adlp-wrapper .adlp-u-relative {
  position: relative;
}
.adlp-wrapper .adlp-u-w100 {
  width: 100% !important;
  display: block;
}
.adlp-wrapper .adlp-u-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper .adlp-u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-pc {
    display: none !important;
  }
}
.adlp-wrapper .adlp-u-text__txt {
  color: #333 !important;
}
.adlp-wrapper .adlp-u-text__white {
  color: #fff !important;
}
.adlp-wrapper .adlp-u-text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .adlp-u-text__accent {
  color: #E75B18 !important;
}
.adlp-wrapper .adlp-u-bg__txt {
  background: #333 !important;
}
.adlp-wrapper .adlp-u-bg__white {
  background: #fff !important;
}
.adlp-wrapper .adlp-u-bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .adlp-u-bg__accent {
  background: #E75B18 !important;
}
.adlp-wrapper .adlp-u-line__top__txt {
  border-top: 1px solid #333;
}
.adlp-wrapper .adlp-u-line__top.-w2 {
  border-width: min(calc(2 / 1200 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line__top.-w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line__top.-w3 {
  border-width: min(calc(3 / 1200 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line__top.-w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line__top.-w4 {
  border-width: min(calc(4 / 1200 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line__top.-w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .adlp-u-line__top.-w2 {
  border-width: min(calc(2 / 1200 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line__top.-w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line__top.-w3 {
  border-width: min(calc(3 / 1200 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line__top.-w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line__top.-w4 {
  border-width: min(calc(4 / 1200 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line__top.-w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.adlp-wrapper .adlp-u-line__top.-w2 {
  border-width: min(calc(2 / 1200 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line__top.-w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line__top.-w3 {
  border-width: min(calc(3 / 1200 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line__top.-w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line__top.-w4 {
  border-width: min(calc(4 / 1200 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line__top.-w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line__top__accent {
  border-top: 1px solid #E75B18;
}
.adlp-wrapper .adlp-u-line__top.-w2 {
  border-width: min(calc(2 / 1200 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line__top.-w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line__top.-w3 {
  border-width: min(calc(3 / 1200 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line__top.-w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line__top.-w4 {
  border-width: min(calc(4 / 1200 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line__top.-w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-marker__txt {
  background: linear-gradient(transparent 60%, #333 60%);
}
.adlp-wrapper .adlp-u-marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.adlp-wrapper .adlp-u-marker__silver {
  background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.adlp-wrapper .adlp-u-marker__accent {
  background: linear-gradient(transparent 60%, #E75B18 60%);
}
.adlp-wrapper .adlp-u-line__txt {
  border-bottom: 1px solid #333;
}
.adlp-wrapper .adlp-u-line.-w2 {
  border-width: min(calc(2 / 1200 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line.-w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line.-w3 {
  border-width: min(calc(3 / 1200 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line.-w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line.-w4 {
  border-width: min(calc(4 / 1200 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line.-w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .adlp-u-line.-w2 {
  border-width: min(calc(2 / 1200 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line.-w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line.-w3 {
  border-width: min(calc(3 / 1200 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line.-w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line.-w4 {
  border-width: min(calc(4 / 1200 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line.-w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .adlp-u-line.-w2 {
  border-width: min(calc(2 / 1200 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line.-w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line.-w3 {
  border-width: min(calc(3 / 1200 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line.-w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line.-w4 {
  border-width: min(calc(4 / 1200 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line.-w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line__accent {
  border-bottom: 1px solid #E75B18;
}
.adlp-wrapper .adlp-u-line.-w2 {
  border-width: min(calc(2 / 1200 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line.-w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line.-w3 {
  border-width: min(calc(3 / 1200 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line.-w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-line.-w4 {
  border-width: min(calc(4 / 1200 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-line.-w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-pad10 {
  padding: min(calc(10 / 1200 * 100vw), 10px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-pad10 {
    padding-top: calc(10 / 750 * 100vw) !important;
    padding-bottom: calc(10 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .adlp-u-pad20 {
  padding: min(calc(20 / 1200 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-pad20 {
    padding-top: calc(20 / 750 * 100vw) !important;
    padding-bottom: calc(20 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .adlp-u-pad30 {
  padding: min(calc(30 / 1200 * 100vw), 30px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-pad30 {
    padding-top: calc(30 / 750 * 100vw) !important;
    padding-bottom: calc(30 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .adlp-u-pad40 {
  padding: min(calc(40 / 1200 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-pad40 {
    padding-top: calc(40 / 750 * 100vw) !important;
    padding-bottom: calc(40 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .adlp-u-pad50 {
  padding: min(calc(50 / 1200 * 100vw), 50px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-pad50 {
    padding-top: calc(50 / 750 * 100vw) !important;
    padding-bottom: calc(50 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .adlp-u-pad60 {
  padding: min(calc(60 / 1200 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-pad60 {
    padding-top: calc(60 / 750 * 100vw) !important;
    padding-bottom: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .adlp-u-mt10 {
  margin-top: min(calc(10 / 1200 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-mt10 {
    margin-top: calc(10 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-mt20 {
  margin-top: min(calc(20 / 1200 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-mt20 {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-mt30 {
  margin-top: min(calc(30 / 1200 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-mt30 {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-mt40 {
  margin-top: min(calc(40 / 1200 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-mt40 {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-mt50 {
  margin-top: min(calc(50 / 1200 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-mt50 {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-mt60 {
  margin-top: min(calc(60 / 1200 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-mt60 {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-sp-mt10 {
    margin-top: calc(10 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-sp-mt20 {
    margin-top: calc(20 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-sp-mt30 {
    margin-top: calc(30 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-sp-mt40 {
    margin-top: calc(40 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-sp-mt50 {
    margin-top: calc(50 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-sp-mt60 {
    margin-top: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .adlp-u-wrap500 {
  margin: auto;
  width: min(calc(500 / 1200 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-wrap500 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-wrap600 {
  margin: auto;
  width: min(calc(600 / 1200 * 100vw), 600px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-wrap600 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-wrap700 {
  margin: auto;
  width: min(calc(700 / 1200 * 100vw), 700px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-wrap700 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-wrap800 {
  margin: auto;
  width: min(calc(800 / 1200 * 100vw), 800px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-wrap800 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-wrap900 {
  margin: auto;
  width: min(calc(900 / 1200 * 100vw), 900px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-wrap900 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-wrap920 {
  margin: auto;
  width: min(calc(920 / 1200 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-wrap920 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-wrap1000 {
  margin: auto;
  width: min(calc(1000 / 1200 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-wrap1000 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .adlp-u-wrap1200 {
  margin: auto;
  width: min(calc(1200 / 1200 * 100vw), 1200px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .adlp-u-wrap1200 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.adlp-header {
  width: 100%;
  background-color: #004831;
}
.adlp-header__inner {
  display: flex;
  align-items: center;
  width: min(calc(1200 / 1200 * 100vw), 1200px);
  margin: 0 auto;
  height: min(calc(58 / 1200 * 100vw), 58px);
  padding: min(calc(8 / 1200 * 100vw), 8px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
    display: block;
    height: calc(90 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) 0 calc(16 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
.adlp-header__logo {
  width: min(calc(121 / 1200 * 100vw), 121px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(180 / 750 * 100vw);
  }
}
.adlp-header__logo picture, .adlp-header__logo img {
  width: 100%;
  height: auto;
}
.adlp-header__line {
  width: 100%;
  height: min(calc(6 / 1200 * 100vw), 6px);
  background-color: #c4d700;
}
@media screen and (max-width: 767px) {
  .adlp-header__line {
    height: calc(8 / 750 * 100vw);
  }
}

.adlp-footer {
  background-color: #004831;
  padding: min(calc(40 / 1200 * 100vw), 40px) 0 min(calc(40 / 1200 * 100vw), 40px);
  margin-bottom: min(calc(130 / 1200 * 100vw), 130px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(60 / 750 * 100vw) 0;
    margin-bottom: calc(167 / 750 * 100vw);
  }
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(calc(40 / 1200 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    gap: calc(40 / 750 * 100vw);
  }
}
.adlp-footer__menu a {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(14 / 1200 * 100vw), 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu a {
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-footer__text {
  color: #fff;
  margin: min(calc(24 / 1200 * 100vw), 24px) auto 0;
  font-size: min(calc(12 / 1200 * 100vw), 12px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto 0;
    letter-spacing: -0.01em;
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: linear-gradient(180deg, rgba(254, 250, 240, 0) 0%, #FEFAF0 100%);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1920 / 1200 * 100vw), 1920px);
  padding: min(calc(15 / 1200 * 100vw), 15px) 0;
  z-index: 90;
}
.adlp-floating.-show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
    padding: calc(15 / 750 * 100vw) 0;
    background: linear-gradient(180deg, rgba(254, 250, 240, 0) 0%, #FEFAF0 100%);
  }
}
.adlp-floating__inner {
  margin: auto;
  width: min(calc(1200 / 1200 * 100vw), 1200px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    width: 100%;
  }
}
.adlp-floating__close {
  width: min(calc(50 / 1200 * 100vw), 50px);
  height: min(calc(50 / 1200 * 100vw), 50px);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%234B4B4B'/%3E%3C/svg%3E%0A");
  background-size: min(calc(20 / 1200 * 100vw), 20px) min(calc(20 / 1200 * 100vw), 20px);
  background-repeat: no-repeat;
  background-position: center;
  border: min(calc(2 / 1200 * 100vw), 2px) solid #4B4B4B;
  transition: 0.15s all;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .adlp-floating__close:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-color: #E75B18;
    border-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .adlp-floating__close {
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    background-size: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
  }
  .adlp-floating__close:active {
    background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-color: #E75B18;
    border-color: transparent;
  }
}
.adlp-floating__text {
  text-align: center;
  font-size: min(calc(20 / 1200 * 100vw), 20px);
  margin: 0 auto min(calc(15 / 1200 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .adlp-floating__text {
    font-size: calc(26 / 750 * 100vw);
    margin: 0 auto calc(15 / 750 * 100vw);
  }
}

.adlp-c-accordion {
  background: #fff;
}
.adlp-c-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1200 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-c-accordion__wrapper {
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-c-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-c-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(20 / 1200 * 100vw), 20px) min(calc(80 / 1200 * 100vw), 80px) min(calc(20 / 1200 * 100vw), 20px) min(calc(40 / 1200 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-c-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(112 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-c-accordion__header__inner .lead {
  line-height: 1;
  font-size: min(calc(40 / 1200 * 100vw), 40px);
  margin-right: min(calc(20 / 1200 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-c-accordion__header__inner .lead {
    font-size: calc(48 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
}
.adlp-c-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(20 / 1200 * 100vw), 20px);
  height: min(calc(12 / 1200 * 100vw), 12px);
  right: min(calc(45 / 1200 * 100vw), 45px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-c-accordion__header::after {
    width: calc(28 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
  }
}
.adlp-c-accordion__header.-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-c-accordion__header.-open::before {
  opacity: 0;
}
.adlp-c-accordion__header.-img::after {
  display: none;
}
.adlp-c-accordion__header.-img > span:last-child {
  display: none;
}
.adlp-c-accordion__header.-img.-open > span:first-child {
  display: none;
}
.adlp-c-accordion__header.-img.-open > span:last-child {
  display: block;
}
.adlp-c-accordion__header.-plus::before {
  content: "";
  display: block;
  background-image: none;
  background: #012F83;
  position: absolute;
  height: min(calc(20 / 1200 * 100vw), 20px);
  width: min(calc(2 / 1200 * 100vw), 2px);
  right: min(calc(49 / 1200 * 100vw), 49px);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-c-accordion__header.-plus::before {
    height: calc(20 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
    right: calc(49 / 750 * 100vw);
  }
}
.adlp-c-accordion__header.-plus::after {
  width: min(calc(20 / 1200 * 100vw), 20px);
  height: min(calc(2 / 1200 * 100vw), 2px);
  right: min(calc(40 / 1200 * 100vw), 40px);
  background-image: none;
  background: #012F83;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-c-accordion__header.-plus::after {
    width: calc(20 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.adlp-c-accordion__body {
  display: none;
}
.adlp-c-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min(calc(20 / 1200 * 100vw), 20px) min(calc(40 / 1200 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-c-accordion__body__inner {
    padding: 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-c-accordion__body__inner .lead {
  font-size: min(calc(40 / 1200 * 100vw), 40px);
  margin-right: min(calc(20 / 1200 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-c-accordion__body__inner .lead {
    margin-right: calc(20 / 750 * 100vw);
  }
}
.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-c-btn {
  border-radius: 200px;
  height: min(calc(80 / 1200 * 100vw), 80px);
  width: min(calc(420 / 1200 * 100vw), 420px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adlp-c-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(30 / 1200 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-c-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-c-btn__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-c-btn {
    height: calc(98 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.adlp-c-btn .adlp-c-btn__text {
  text-align: center;
  z-index: 1;
  line-height: 120%;
}
.adlp-c-btn .adlp-c-btn__text .adlp-text01 {
  line-height: 120%;
  font-size: min(calc(24 / 1200 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-c-btn .adlp-c-btn__text .adlp-text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-c-btn .adlp-c-btn__text .adlp-text02 {
  line-height: 120%;
  font-size: min(calc(20 / 1200 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-c-btn .adlp-c-btn__text .adlp-text02 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-c-btn.-free {
  padding-left: min(calc(9 / 1200 * 100vw), 9px);
}
.adlp-c-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 / 1200 * 100vw), 18px);
  font-weight: 700;
  width: min(calc(70 / 1200 * 100vw), 70px);
  height: min(calc(70 / 1200 * 100vw), 70px);
  top: min(calc(5 / 1200 * 100vw), 5px);
  left: min(calc(5 / 1200 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-c-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-c-btn.-btn01 {
  background: #1883EC;
  color: #fff;
}
.adlp-c-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 / 1200 * 100vw), 13px);
  height: min(calc(18 / 1200 * 100vw), 18px);
  right: min(calc(33 / 1200 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-c-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-c-btn.-btn01:hover {
    background: #5AB0FF;
  }
}
@media screen and (max-width: 767px) {
  .adlp-c-btn.-btn01:active {
    background: #5AB0FF;
  }
}
.adlp-c-btn.-btn02-a {
  background: #fff;
  border: min(calc(4 / 1200 * 100vw), 4px) solid #f69809;
  color: #f69809;
}
@media screen and (max-width: 767px) {
  .adlp-c-btn.-btn02-a {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-c-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 / 1200 * 100vw), 13px);
  height: min(calc(18 / 1200 * 100vw), 18px);
  right: min(calc(33 / 1200 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-c-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-c-btn.-btn02-a:hover {
    background: #f69809;
    color: #fff;
  }
  .adlp-c-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-c-btn.-btn02-a:active {
    background: #f69809;
    color: #fff;
  }
  .adlp-c-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-c-btn.-btn02-b {
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
}
.adlp-c-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-c-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 / 1200 * 100vw), 8px);
  height: min(calc(16 / 1200 * 100vw), 16px);
  right: min(calc(33 / 1200 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-c-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-c-btn.-btn02-b:hover {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-c-btn.-btn02-b:hover::before {
    opacity: 0;
  }
  .adlp-c-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-c-btn.-btn02-b:active {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-c-btn.-btn02-b:active::before {
    opacity: 0;
  }
  .adlp-c-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-c-btn.-btn03 {
  color: #C80012;
  background: #fff;
  box-shadow: min(calc(4 / 1200 * 100vw), 4px) min(calc(6 / 1200 * 100vw), 6px) 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .adlp-c-btn.-btn03 {
    box-shadow: calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) 0 0 rgba(0, 0, 0, 0.3);
  }
}
.adlp-c-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 / 1200 * 100vw), 8px);
  height: min(calc(16 / 1200 * 100vw), 16px);
  right: min(calc(33 / 1200 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-c-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-c-btn.-btn03:hover {
    transform: translateY(min(calc(4 / 1200 * 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-c-btn.-btn03:hover {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .adlp-c-btn.-btn03:active {
    transform: translateY(min(calc(4 / 1200 * 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-c-btn.-btn03:active {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
.adlp-c-btn.-btn04 {
  color: #fff;
  background: #FFA800;
  box-shadow: 0 min(calc(14 / 1200 * 100vw), 14px) min(calc(24 / 1200 * 100vw), 24px) 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .adlp-c-btn.-btn04 {
    box-shadow: 0 calc(14 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.4);
  }
}
.adlp-c-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 / 1200 * 100vw), 8px);
  height: min(calc(16 / 1200 * 100vw), 16px);
  right: min(calc(33 / 1200 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-c-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-c-btn.-btn04:hover {
    background: #F48400;
  }
  .adlp-c-btn.-btn04:hover::after {
    transform: translate(min(calc(10 / 1200 * 100vw), 10px), -50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-c-btn.-btn04:active {
    background: #F48400;
  }
  .adlp-c-btn.-btn04:active::after {
    transform: translate(min(calc(10 / 1200 * 100vw), 10px), -50%);
  }
}

.adlp-c-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
.adlp-c-modal.-open {
  visibility: visible;
  opacity: 1;
}
.adlp-c-modal__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.adlp-c-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: min(calc(1000 / 1200 * 100vw), 1000px);
  min-height: min(calc(200 / 1200 * 100vw), 200px);
  max-height: 90vh;
  background: #fff;
  padding: min(calc(30 / 1200 * 100vw), 30px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
@media screen and (max-width: 767px) {
  .adlp-c-modal__content {
    width: calc(630 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-c-modal__content__close {
  width: min(calc(44 / 1200 * 100vw), 44px);
  height: min(calc(44 / 1200 * 100vw), 44px);
  position: absolute;
  top: min(calc(30 / 1200 * 100vw), 30px);
  right: min(calc(30 / 1200 * 100vw), 30px);
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .adlp-c-modal__content__close {
    width: calc(44 / 750 * 100vw);
    height: calc(44 / 750 * 100vw);
    top: calc(16 / 750 * 100vw);
    right: calc(16 / 750 * 100vw);
  }
}
.adlp-c-modal__content__close svg,
.adlp-c-modal__content__close img {
  width: 100%;
  height: 100%;
}
.adlp-c-modal__content__title {
  text-align: center;
  font-size: min(calc(26 / 1200 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .adlp-c-modal__content__title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.adlp-c-modal__content__body {
  margin: min(calc(30 / 1200 * 100vw), 30px) auto 0;
  font-size: min(calc(18 / 1200 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-c-modal__content__body {
    margin: calc(30 / 750 * 100vw) auto 0;
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-c-modal__content__img {
  margin: min(calc(30 / 1200 * 100vw), 30px) auto 0;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .adlp-c-modal__content__img {
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}

.adlp-c-section {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-c-section {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-c-section.-pd0 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .adlp-c-section.-pd30 {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-c-section.-pd60 {
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.adlp-cv {
  padding: min(calc(40 / 1200 * 100vw), 40px) 0;
  background-color: #FEFAF0;
}
@media screen and (max-width: 767px) {
  .adlp-cv {
    padding: calc(60 / 750 * 100vw) 0;
  }
}

.adlp-cv__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1200 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-cv__cta {
    gap: calc(20 / 750 * 100vw);
    width: 100%;
  }
}

.adlp-cv__cta-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1200 * 100vw), 24px);
  color: #ba4620;
  letter-spacing: 0.08em;
  text-align: center;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  gap: min(calc(10 / 1200 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-cv__cta-text {
    font-size: calc(34 / 750 * 100vw);
    gap: calc(10 / 750 * 100vw);
    line-height: 1.5;
  }
}

.adlp-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff5f04;
  border-radius: min(calc(200 / 1200 * 100vw), 200px);
  height: min(calc(100 / 1200 * 100vw), 100px);
  width: min(calc(700 / 1200 * 100vw), 700px);
  filter: drop-shadow(0 min(calc(12 / 1200 * 100vw), 12px) min(calc(24 / 1200 * 100vw), 24px) rgba(179, 62, 23, 0.5));
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-cta__btn {
    width: calc(670 / 750 * 100vw);
    height: calc(137 / 750 * 100vw);
    border-radius: calc(200 / 750 * 100vw);
    filter: drop-shadow(0 calc(12 / 750 * 100vw) calc(24 / 750 * 100vw) rgba(179, 62, 23, 0.5));
  }
}
.adlp-cta__btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .adlp-cta__btn.-floating {
    height: calc(120 / 750 * 100vw);
    filter: drop-shadow(0 calc(12 / 750 * 100vw) calc(24 / 750 * 100vw) rgba(179, 62, 23, 0.5));
  }
}
.adlp-cta__btn-circle {
  color: #FF5F04;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(20 / 1200 * 100vw), 20px);
  font-style: normal;
  font-weight: 900;
  line-height: 140% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(84 / 1200 * 100vw), 84px);
  height: min(calc(84 / 1200 * 100vw), 84px);
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: min(calc(8 / 1200 * 100vw), 8px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .adlp-cta__btn-circle {
    font-size: calc(28 / 750 * 100vw);
    width: calc(105 / 750 * 100vw);
    height: calc(105 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
  }
}
.adlp-cta__btn-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1200 * 100vw), 32px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-cta__btn-text {
    font-size: calc(42 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .-flo .adlp-cta__btn-text {
    padding-left: calc(50 / 750 * 100vw);
  }
}
.adlp-cta__btn-arrow {
  position: absolute;
  right: min(calc(40 / 1200 * 100vw), 40px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(24 / 1200 * 100vw), 24px);
  height: min(calc(27 / 1200 * 100vw), 27px);
}
@media screen and (max-width: 767px) {
  .adlp-cta__btn-arrow {
    right: calc(30 / 750 * 100vw);
    width: calc(24 / 750 * 100vw);
    height: calc(27 / 750 * 100vw);
  }
}
.adlp-cta__btn-arrow picture, .adlp-cta__btn-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.adlp-fv {
  background-color: #fefaf0;
  position: relative;
  overflow: hidden;
  padding-bottom: min(calc(56 / 1200 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .adlp-fv {
    padding-bottom: calc(64 / 750 * 100vw);
  }
}
.adlp-fv:after {
  content: "";
  display: block;
  width: min(calc(1920 / 1200 * 100vw), 1920px);
  height: min(calc(232 / 1200 * 100vw), 232px);
  background-color: #FBDDC5;
  position: absolute;
  top: min(calc(199 / 1200 * 100vw), 199px);
}
@media screen and (max-width: 767px) {
  .adlp-fv:after {
    width: calc(750 / 750 * 100vw);
    height: calc(526 / 750 * 100vw);
    top: calc(476 / 750 * 100vw);
  }
}

.adlp-fv__inner {
  max-width: min(calc(1010 / 1200 * 100vw), 1010px);
  margin: 0 auto;
  padding: min(calc(40 / 1200 * 100vw), 40px) 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .adlp-fv__inner {
    padding: calc(50 / 750 * 100vw) 0 0;
    max-width: 100%;
  }
}

.adlp-fv__content {
  display: flex;
  align-items: center;
  gap: min(calc(28 / 1200 * 100vw), 28px);
  margin-bottom: min(calc(24 / 1200 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-fv__content {
    display: block;
    margin-bottom: 0;
  }
}

.adlp-fv__title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #004831;
  font-feature-settings: "palt";
}

.adlp-fv__title-line {
  display: block;
  line-height: 1.4;
}
.adlp-fv__title-line.-row2 {
  position: relative;
  top: max(calc(-20 / 1200 * 100vw), -20px);
}
@media screen and (max-width: 767px) {
  .adlp-fv__title-line.-row2 {
    top: calc(-20 / 750 * 100vw);
  }
}

.adlp-fv__title-bank {
  font-weight: 900;
  font-size: min(calc(48 / 1200 * 100vw), 48px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .adlp-fv__title-bank {
    font-size: calc(56 / 750 * 100vw);
  }
}

.adlp-fv__title-particle {
  font-weight: 500;
  font-size: min(calc(24 / 1200 * 100vw), 24px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .adlp-fv__title-particle {
    font-size: calc(38 / 750 * 100vw);
  }
}

.adlp-fv__title-accent {
  font-weight: 900;
  font-size: min(calc(56 / 1200 * 100vw), 56px);
  color: #ba4620;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .adlp-fv__title-accent {
    font-size: calc(64 / 750 * 100vw);
  }
}

.adlp-fv__logo-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.adlp-fv__logo-label {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(20 / 1200 * 100vw), 20px);
  color: #ba4620;
  letter-spacing: 0.4em;
  text-align: center;
  font-feature-settings: "palt";
  position: relative;
  top: max(calc(-14 / 1200 * 100vw), -14px);
}
@media screen and (max-width: 767px) {
  .adlp-fv__logo-label {
    font-size: calc(28 / 750 * 100vw);
    top: calc(-20 / 750 * 100vw);
  }
}

.adlp-fv__logo {
  width: min(calc(364 / 1200 * 100vw), 364px);
}
@media screen and (max-width: 767px) {
  .adlp-fv__logo {
    width: calc(554 / 750 * 100vw);
  }
}
.adlp-fv__logo picture, .adlp-fv__logo img {
  width: 100%;
  height: auto;
}

.adlp-fv__kv {
  width: min(calc(498 / 1200 * 100vw), 498px);
}
@media screen and (max-width: 767px) {
  .adlp-fv__kv {
    width: 100%;
    margin-top: calc(70 / 750 * 100vw);
  }
}
.adlp-fv__kv picture, .adlp-fv__kv img {
  width: 100%;
  height: auto;
}

.adlp-fv__features {
  display: flex;
  gap: min(calc(10 / 1200 * 100vw), 10px);
  width: min(calc(1010 / 1200 * 100vw), 1010px);
  margin-bottom: min(calc(22 / 1200 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .adlp-fv__features {
    justify-content: center;
    width: 100%;
    gap: calc(10 / 750 * 100vw);
    margin: calc(-120 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}

.adlp-fv__feature {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(24 / 1200 * 100vw), 24px);
  background-color: #fff;
  border: min(calc(3 / 1200 * 100vw), 3px) solid #ee7800;
  padding: min(calc(24 / 1200 * 100vw), 24px);
  height: min(calc(100 / 1200 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .adlp-fv__feature {
    flex: 0 0 calc(216 / 750 * 100vw);
    display: block;
    border-width: calc(4 / 750 * 100vw);
    padding: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw);
    height: calc(210 / 750 * 100vw);
    position: relative;
  }
  .adlp-fv__feature:after {
    content: "";
    display: block;
    background-color: #333;
    width: calc(168 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100 / 750 * 100vw);
  }
}

.adlp-fv__feature-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(16 / 1200 * 100vw), 16px);
  line-height: 1.3 !important;
  letter-spacing: 0.1em;
  color: #333;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-fv__feature-label {
    font-size: calc(26 / 750 * 100vw);
    height: calc(105 / 750 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.adlp-fv__feature-divider {
  width: 0;
  height: min(calc(48 / 1200 * 100vw), 48px);
  border-left: min(calc(2 / 1200 * 100vw), 2px) solid #333;
}
@media screen and (max-width: 767px) {
  .adlp-fv__feature-divider {
    display: none;
  }
}

.adlp-fv__feature-value {
  display: flex;
  align-items: baseline;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-fv__feature-value {
    justify-content: center;
    height: calc(105 / 750 * 100vw);
    padding-top: calc(14 / 750 * 100vw);
  }
}

.adlp-fv__feature-number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: min(calc(52 / 1200 * 100vw), 52px);
  color: #ba4620;
  letter-spacing: 0.08em;
  line-height: 1 !important;
}
@media screen and (max-width: 767px) {
  .adlp-fv__feature-number {
    font-size: calc(64 / 750 * 100vw);
  }
}

.adlp-fv__feature-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1200 * 100vw), 20px);
  color: #ba4620;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .adlp-fv__feature-unit {
    font-size: calc(28 / 750 * 100vw);
  }
}

.adlp-fv__feature-tax {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(14 / 1200 * 100vw), 14px);
  color: #ba4620;
  letter-spacing: 0.04em;
  position: absolute;
  top: min(calc(6 / 1200 * 100vw), 6px);
  right: max(calc(-16 / 1200 * 100vw), -16px);
}
@media screen and (max-width: 767px) {
  .adlp-fv__feature-tax {
    font-size: calc(20 / 750 * 100vw);
    top: calc(16 / 750 * 100vw);
    right: calc(0 / 750 * 100vw);
  }
}

.adlp-fv__feature-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: min(calc(26 / 1200 * 100vw), 26px);
  color: #ba4620;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .adlp-fv__feature-text {
    font-size: calc(36 / 750 * 100vw);
  }
}

.adlp-fv__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1200 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-fv__cta {
    gap: calc(20 / 750 * 100vw);
    width: 100%;
  }
}

.adlp-fv__cta-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1200 * 100vw), 24px);
  color: #ba4620;
  letter-spacing: 0.08em;
  text-align: center;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  gap: min(calc(10 / 1200 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-fv__cta-text {
    font-size: calc(34 / 750 * 100vw);
    gap: calc(10 / 750 * 100vw);
    line-height: 1.5 !important;
  }
}

.adlp-fv__cta-deco {
  display: inline-block;
  width: min(calc(17 / 1200 * 100vw), 17px);
  height: min(calc(27 / 1200 * 100vw), 27px);
}
@media screen and (max-width: 767px) {
  .adlp-fv__cta-deco {
    width: calc(52 / 750 * 100vw);
    height: calc(88 / 750 * 100vw);
  }
}
.adlp-fv__cta-deco picture, .adlp-fv__cta-deco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.adlp-fv__cta-deco.-right {
  transform: scaleX(-1);
}

.adlp-sec01 {
  background-color: #fff;
  border-top: 8px solid #004831;
  padding: min(calc(80 / 1200 * 100vw), 80px) min(calc(360 / 1200 * 100vw), 360px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(40 / 1200 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-sec01 {
    padding: calc(80 / 750 * 100vw) calc(30 / 750 * 100vw);
    gap: calc(40 / 750 * 100vw);
  }
}

.adlp-sec01__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(8 / 1200 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-sec01__header {
    gap: calc(8 / 750 * 100vw);
  }
}

.adlp-sec01__label {
  background-color: #ee7800;
  padding: min(calc(4 / 1200 * 100vw), 4px) min(calc(10 / 1200 * 100vw), 10px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .adlp-sec01__label {
    padding: calc(8 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}

.adlp-sec01__label-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(18 / 1200 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #fefaf0;
  white-space: nowrap;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec01__label-text {
    font-size: calc(28 / 750 * 100vw);
  }
}

.adlp-sec01__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.adlp-sec01__logo {
  width: min(calc(370 / 1200 * 100vw), 370px);
  height: min(calc(108 / 1200 * 100vw), 108px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: max(calc(-8 / 1200 * 100vw), -8px);
}
@media screen and (max-width: 767px) {
  .adlp-sec01__logo {
    width: calc(444 / 750 * 100vw);
    height: calc(128 / 750 * 100vw);
    margin-right: calc(-6 / 750 * 100vw);
  }
}
.adlp-sec01__logo picture,
.adlp-sec01__logo img {
  width: min(calc(322 / 1200 * 100vw), 322px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .adlp-sec01__logo picture,
  .adlp-sec01__logo img {
    width: calc(422 / 750 * 100vw);
  }
}

.adlp-sec01__toha {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1200 * 100vw), 24px);
  line-height: 1.1 !important;
  letter-spacing: 0.04em;
  color: #004831;
  font-feature-settings: "palt";
  height: min(calc(81 / 1200 * 100vw), 81px);
  position: relative;
  top: max(calc(-8 / 1200 * 100vw), -8px);
}
@media screen and (max-width: 767px) {
  .adlp-sec01__toha {
    font-size: calc(30 / 750 * 100vw);
    height: calc(81 / 750 * 100vw);
    top: calc(0 / 750 * 100vw);
  }
}

.adlp-sec01__toha-char {
  display: block;
}

.adlp-sec01__card {
  background-color: #fefaf0;
  border: min(calc(2 / 1200 * 100vw), 2px) solid #ba4620;
  border-radius: min(calc(8 / 1200 * 100vw), 8px);
  padding: min(calc(40 / 1200 * 100vw), 40px);
  width: 100%;
  max-width: min(calc(1200 / 1200 * 100vw), 1200px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-sec01__card {
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #ba4620;
  }
}

.adlp-sec01__card-inner {
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1200 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-sec01__card-inner {
    display: block;
    position: relative;
  }
}

.adlp-sec01__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1200 * 100vw), 24px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .adlp-sec01__content {
    gap: calc(24 / 750 * 100vw);
    width: 100%;
    position: relative;
  }
}

.adlp-sec01__features {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1200 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-sec01__features {
    align-items: flex-start;
    gap: calc(16 / 750 * 100vw);
    width: calc(352 / 750 * 100vw);
  }
}

.adlp-sec01__features-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(16 / 1200 * 100vw), 16px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #ba4620;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-sec01__features-lead {
    font-size: calc(26 / 750 * 100vw);
    width: 100%;
  }
}

.adlp-sec01__features-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: min(calc(16 / 1200 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-sec01__features-list {
    flex-direction: column;
    gap: calc(16 / 750 * 100vw);
    width: 100%;
  }
}

.adlp-sec01__features-item {
  background-color: #c4d700;
  padding: 0 min(calc(32 / 1200 * 100vw), 32px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .adlp-sec01__features-item {
    padding: 0;
    width: 100%;
  }
}

.adlp-sec01__features-item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: min(calc(46 / 1200 * 100vw), 46px);
  line-height: 1.4 !important;
  letter-spacing: 0.08em;
  color: #004831;
  white-space: nowrap;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec01__features-item-text {
    font-size: calc(56 / 750 * 100vw);
  }
}

.adlp-sec01__features-cross {
  width: min(calc(30 / 1200 * 100vw), 30px);
  height: min(calc(30 / 1200 * 100vw), 30px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .adlp-sec01__features-cross {
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
}
.adlp-sec01__features-cross img {
  width: 100%;
  height: 100%;
}

.adlp-sec01__devices {
  flex-shrink: 0;
  width: min(calc(458 / 1200 * 100vw), 458px);
  height: min(calc(245 / 1200 * 100vw), 245px);
}
@media screen and (max-width: 767px) {
  .adlp-sec01__devices {
    position: absolute;
    right: calc(-110 / 750 * 100vw);
    top: calc(70 / 750 * 100vw);
    width: calc(374 / 750 * 100vw);
    height: calc(199 / 750 * 100vw);
  }
}
.adlp-sec01__devices picture,
.adlp-sec01__devices img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.adlp-sec01__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1200 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
  max-width: min(calc(646 / 1200 * 100vw), 646px);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .adlp-sec01__desc {
    font-size: calc(28 / 750 * 100vw);
    max-width: 100%;
    margin-top: calc(40 / 750 * 100vw);
  }
}

.adlp-sec01__desc-strong {
  font-weight: 700;
  color: #ee7800;
}

.adlp-sec02 {
  background-color: #fefaf0;
  border-top: 8px solid #004831;
  padding-top: min(calc(72 / 1200 * 100vw), 72px);
  padding-bottom: max(calc(0 / 1200 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02 {
    padding-top: calc(60 / 750 * 100vw);
  }
}

.adlp-sec02__header {
  text-align: center;
  margin-bottom: min(calc(32 / 1200 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__header {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.adlp-sec02__header-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1200 * 100vw), 24px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #ba4620;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec02__header-sub {
    font-size: calc(28 / 750 * 100vw);
  }
}

.adlp-sec02__header-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #004831;
  font-feature-settings: "palt";
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.adlp-sec02__header-title-num {
  font-size: min(calc(54 / 1200 * 100vw), 54px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__header-title-num {
    font-size: calc(64 / 750 * 100vw);
  }
}
.adlp-sec02__header-title-text1-1 {
  font-size: min(calc(46 / 1200 * 100vw), 46px);
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__header-title-text1-1 {
    font-size: calc(56 / 750 * 100vw);
  }
}
.adlp-sec02__header-title-text1-2 {
  font-size: min(calc(46 / 1200 * 100vw), 46px);
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__header-title-text1-2 {
    font-size: calc(48 / 750 * 100vw);
  }
}
.adlp-sec02__header-title-text2 {
  font-size: min(calc(46 / 1200 * 100vw), 46px);
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__header-title-text2 {
    font-size: calc(64 / 750 * 100vw);
  }
}

.adlp-sec02__merits {
  max-width: min(calc(1200 / 1200 * 100vw), 1200px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__merits {
    max-width: 100%;
  }
}

.adlp-sec02__merit:not(:last-child) {
  margin-bottom: 0;
}

.adlp-sec02__merit-header {
  display: flex;
  align-items: stretch;
  height: min(calc(166 / 1200 * 100vw), 166px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__merit-header {
    height: auto;
    flex-wrap: wrap;
  }
}

.adlp-sec02__merit-num {
  width: min(calc(120 / 1200 * 100vw), 120px);
  background-color: #004831;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: min(calc(24 / 1200 * 100vw), 24px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__merit-num {
    width: calc(85 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw);
  }
}
.adlp-sec02__merit-num-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(16 / 1200 * 100vw), 16px);
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  position: relative;
  bottom: max(calc(-15 / 1200 * 100vw), -15px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__merit-num-label {
    font-size: calc(20 / 750 * 100vw);
    bottom: 0;
  }
}
.adlp-sec02__merit-num-value {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(46 / 1200 * 100vw), 46px);
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec02__merit-num-value {
    font-size: calc(56 / 750 * 100vw);
  }
}

.adlp-sec02__merit-keyword {
  width: min(calc(160 / 1200 * 100vw), 160px);
  background-color: #c4d700;
  color: #004831;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(48 / 1200 * 100vw), 48px);
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__merit-keyword {
    width: calc(154 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
  }
}

.adlp-sec02__merit-title {
  flex: 1;
  background-color: #004831;
  color: #fff;
  display: flex;
  align-items: center;
  padding: min(calc(24 / 1200 * 100vw), 24px) min(calc(60 / 1200 * 100vw), 60px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1200 * 100vw), 32px);
  line-height: 1.4 !important;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec02__merit-title {
    width: 100%;
    padding: calc(24 / 750 * 100vw) calc(60 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
  }
}
.adlp-sec02__merit-title-note {
  font-weight: 400;
  font-size: min(calc(12 / 1200 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-top: min(calc(20 / 1200 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__merit-title-note {
    font-size: calc(20 / 750 * 100vw);
  }
}

.adlp-sec02__merit-body {
  background-color: #e5edea;
  padding: min(calc(60 / 1200 * 100vw), 60px) min(calc(30 / 1200 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__merit-body {
    padding: calc(60 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-sec02__merit-body.-merit1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1200 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__merit-body.-merit1 {
    gap: calc(20 / 750 * 100vw);
  }
}
.adlp-sec02__merit-body.-merit2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(40 / 1200 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__merit-body.-merit2 {
    gap: calc(60 / 750 * 100vw);
  }
}
.adlp-sec02__merit-body.-merit3 {
  padding: min(calc(60 / 1200 * 100vw), 60px) min(calc(30 / 1200 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__merit-body.-merit3 {
    padding: calc(60 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.adlp-sec02__fee-wrap {
  display: flex;
  gap: min(calc(40 / 1200 * 100vw), 40px);
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__fee-wrap {
    flex-direction: column;
    gap: calc(20 / 750 * 100vw);
  }
}

.adlp-sec02__fee-card {
  border: min(calc(2 / 1200 * 100vw), 2px) solid #ba4620;
  border-radius: min(calc(8 / 1200 * 100vw), 8px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__fee-card {
    border-radius: calc(8 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #ba4620;
    display: flex;
  }
}
.adlp-sec02__fee-card.-transfer {
  width: min(calc(700 / 1200 * 100vw), 700px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__fee-card.-transfer {
    width: 100%;
  }
}
.adlp-sec02__fee-card.-monthly {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__fee-card.-monthly {
    width: 100%;
  }
}

.adlp-sec02__fee-card-header {
  background-color: #ba4620;
  color: #fff;
  text-align: center;
  padding: min(calc(16 / 1200 * 100vw), 16px) min(calc(24 / 1200 * 100vw), 24px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1200 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec02__fee-card-header {
    padding: calc(16 / 750 * 100vw) calc(24 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
    flex: 0 0 calc(260 / 750 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.adlp-sec02__fee-card-body {
  background-color: #fff;
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__fee-card-body {
    flex-direction: column;
    gap: 2px;
    flex: 0 0 calc(430 / 750 * 100vw);
  }
}

.adlp-sec02__fee-item {
  flex: 1;
  background-color: #fff;
  padding: min(calc(24 / 1200 * 100vw), 24px);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__fee-item {
    padding: calc(24 / 750 * 100vw);
  }
}
.adlp-sec02__fee-item.-single {
  padding: min(calc(40 / 1200 * 100vw), 40px) min(calc(24 / 1200 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__fee-item.-single {
    padding: calc(30 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.adlp-sec02__fee-item.-other {
  border-right: min(calc(2 / 1200 * 100vw), 2px) solid #BA4620;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__fee-item.-other {
    border-right: none;
    border-bottom: calc(2 / 750 * 100vw) solid #BA4620;
  }
}

.adlp-sec02__fee-item-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(16 / 1200 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #ba4620;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec02__fee-item-label {
    font-size: calc(26 / 750 * 100vw);
  }
}

.adlp-sec02__fee-item-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #ba4620;
  position: relative;
  line-height: 1 !important;
}
.adlp-sec02__fee-item-price::before {
  content: "";
  position: absolute;
  bottom: max(calc(0 / 1200 * 100vw), 0px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(76 / 1200 * 100vw), 76px);
  height: min(calc(16 / 1200 * 100vw), 16px);
  background-color: #d3de5e;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__fee-item-price::before {
    bottom: calc(0 / 750 * 100vw);
    width: calc(150 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
  }
}
.adlp-sec02__fee-item-price.-other {
  margin-left: min(calc(36 / 1200 * 100vw), 36px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__fee-item-price.-other {
    margin-left: calc(40 / 750 * 100vw);
  }
}
.adlp-sec02__fee-item-price.-other::before {
  width: min(calc(184 / 1200 * 100vw), 184px);
  left: 44%;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__fee-item-price.-other::before {
    width: calc(272 / 750 * 100vw);
    left: 42%;
  }
}
.adlp-sec02__fee-item-price-num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: min(calc(80 / 1200 * 100vw), 80px);
  line-height: 0.8;
  font-feature-settings: "palt";
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__fee-item-price-num {
    font-size: calc(120 / 750 * 100vw);
  }
}
.adlp-sec02__fee-item-price-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: min(calc(20 / 1200 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  position: relative;
  z-index: 1;
  margin-left: min(calc(4 / 1200 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__fee-item-price-unit {
    font-size: calc(32 / 750 * 100vw);
    margin-left: calc(4 / 750 * 100vw);
  }
}
.adlp-sec02__fee-item-price-tax {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(12 / 1200 * 100vw), 12px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  position: relative;
  z-index: 1;
  top: max(calc(-24 / 1200 * 100vw), -24px);
  left: max(calc(-24 / 1200 * 100vw), -24px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__fee-item-price-tax {
    font-size: calc(20 / 750 * 100vw);
    top: calc(-40 / 750 * 100vw);
    left: calc(-40 / 750 * 100vw);
  }
}

.adlp-sec02__docs {
  width: 100%;
  max-width: min(calc(1140 / 1200 * 100vw), 1140px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__docs {
    max-width: 100%;
  }
}

.adlp-sec02__docs-title {
  text-align: center;
  margin-bottom: min(calc(40 / 1200 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__docs-title {
    margin-bottom: calc(32 / 750 * 100vw);
  }
}

.adlp-sec02__docs-title-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1200 * 100vw), 32px);
  line-height: 1.4 !important;
  letter-spacing: 0.08em;
  color: #004831;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec02__docs-title-main {
    font-size: calc(42 / 750 * 100vw);
  }
}

.adlp-sec02__docs-title-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: min(calc(38 / 1200 * 100vw), 38px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #ba4620;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec02__docs-title-sub {
    font-size: calc(48 / 750 * 100vw);
  }
}

.adlp-sec02__docs-content {
  display: flex;
  gap: min(calc(40 / 1200 * 100vw), 40px);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__docs-content {
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
  }
}

.adlp-sec02__docs-illust {
  width: min(calc(570 / 1200 * 100vw), 570px);
  flex-shrink: 0;
  background-color: #fff;
  border-radius: min(calc(4 / 1200 * 100vw), 4px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__docs-illust {
    width: 100%;
    border-radius: calc(4 / 750 * 100vw);
  }
}
.adlp-sec02__docs-illust picture, .adlp-sec02__docs-illust img {
  width: 100%;
  height: auto;
}

.adlp-sec02__docs-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 1200 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__docs-text {
    width: calc(630 / 750 * 100vw);
    margin: 0 auto;
    gap: calc(32 / 750 * 100vw);
  }
}

.adlp-sec02__docs-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(20 / 1200 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec02__docs-lead {
    font-size: calc(30 / 750 * 100vw);
  }
}

.adlp-sec02__docs-badge {
  background-color: #fff;
  border-radius: 99px;
  padding: min(calc(4 / 1200 * 100vw), 4px) min(calc(10 / 1200 * 100vw), 10px);
  height: min(calc(56 / 1200 * 100vw), 56px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(20 / 1200 * 100vw), 20px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #004831;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec02__docs-badge {
    height: auto;
    padding: calc(4 / 750 * 100vw) calc(0 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.adlp-sec02__docs-badge-highlight {
  font-weight: 700;
  font-size: min(calc(24 / 1200 * 100vw), 24px);
  color: #ee7800;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__docs-badge-highlight {
    font-size: calc(34 / 750 * 100vw);
  }
}

.adlp-modal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004831;
  border-radius: min(calc(10 / 1200 * 100vw), 10px);
  height: min(calc(80 / 1200 * 100vw), 80px);
  width: 100%;
  cursor: pointer;
  position: relative;
  filter: drop-shadow(0 min(calc(12 / 1200 * 100vw), 12px) min(calc(24 / 1200 * 100vw), 24px) rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .adlp-modal-btn {
    height: calc(100 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
    filter: drop-shadow(0 calc(12 / 750 * 100vw) calc(24 / 750 * 100vw) rgba(0, 0, 0, 0.25));
  }
}
.adlp-modal-btn-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(28 / 1200 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-modal-btn-text {
    font-size: calc(38 / 750 * 100vw);
  }
}
.adlp-modal-btn-arrow {
  position: absolute;
  right: min(calc(30 / 1200 * 100vw), 30px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(10 / 1200 * 100vw), 10px);
  height: min(calc(20 / 1200 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-modal-btn-arrow {
    right: calc(30 / 750 * 100vw);
    width: calc(14 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
  }
}
.adlp-modal-btn-arrow picture, .adlp-modal-btn-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.adlp-sec02__flow-wrap {
  width: 100%;
  max-width: min(calc(1140 / 1200 * 100vw), 1140px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(32 / 1200 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__flow-wrap {
    max-width: 100%;
    gap: calc(40 / 750 * 100vw);
  }
}

.adlp-sec02__flow {
  background-color: #fff;
  border-radius: min(calc(8 / 1200 * 100vw), 8px);
  padding: min(calc(60 / 1200 * 100vw), 60px) min(calc(40 / 1200 * 100vw), 40px) min(calc(40 / 1200 * 100vw), 40px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__flow {
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.adlp-sec02__flow-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1200 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #ba4620;
  text-align: center;
  font-feature-settings: "palt";
  margin-bottom: min(calc(32 / 1200 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__flow-title {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}

.adlp-sec02__flow-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: min(calc(40 / 1200 * 100vw), 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__flow-steps {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
  }
}
.adlp-sec02__flow-steps::before {
  content: "";
  display: block;
  width: min(calc(820 / 1200 * 100vw), 820px);
  height: min(calc(3 / 1200 * 100vw), 3px);
  background-color: #004831;
  position: absolute;
  top: min(calc(70 / 1200 * 100vw), 70px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__flow-steps::before {
    width: calc(4 / 750 * 100vw);
    height: calc(408 / 750 * 100vw);
    top: 50%;
    transform: translateY(-50%) translateX(0);
    left: calc(84 / 750 * 100vw);
  }
}

.adlp-sec02__flow-step {
  flex: 0 0 min(calc(327 / 1200 * 100vw), 327px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__flow-step {
    display: flex;
    gap: calc(40 / 750 * 100vw);
  }
}

.adlp-sec02__flow-step-icon {
  width: min(calc(140 / 1200 * 100vw), 140px);
  height: min(calc(140 / 1200 * 100vw), 140px);
  margin: 0 auto min(calc(16 / 1200 * 100vw), 16px);
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__flow-step-icon {
    width: calc(172 / 750 * 100vw);
    height: calc(172 / 750 * 100vw);
  }
}
.adlp-sec02__flow-step-icon picture, .adlp-sec02__flow-step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .adlp-sec02__flow-step-content {
    flex: 0 0 calc(396 / 750 * 100vw);
  }
}

.adlp-sec02__flow-step-label {
  display: flex;
  align-items: baseline;
  gap: min(calc(4 / 1200 * 100vw), 4px);
  margin-bottom: min(calc(8 / 1200 * 100vw), 8px);
  border-bottom: min(calc(2 / 1200 * 100vw), 2px) solid #004831;
  padding-bottom: min(calc(8 / 1200 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__flow-step-label {
    justify-content: flex-start;
    gap: calc(4 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
    padding-bottom: calc(15 / 750 * 100vw);
  }
}
.adlp-sec02__flow-step-label-step {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(14 / 1200 * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #004831;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec02__flow-step-label-step {
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-sec02__flow-step-label-num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1200 * 100vw), 32px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #004831;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec02__flow-step-label-num {
    font-size: calc(42 / 750 * 100vw);
  }
}
.adlp-sec02__flow-step-label-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(20 / 1200 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #004831;
  font-feature-settings: "palt";
  margin-left: min(calc(8 / 1200 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__flow-step-label-text {
    font-size: calc(32 / 750 * 100vw);
    margin-left: calc(8 / 750 * 100vw);
  }
}

.adlp-sec02__flow-step-list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(14 / 1200 * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333;
  font-feature-settings: "palt";
  text-align: left;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__flow-step-list {
    font-size: calc(24 / 750 * 100vw);
  }
}

.adlp-sec02__flow-step-list-item:not(:last-child) {
  margin-bottom: min(calc(4 / 1200 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__flow-step-list-item:not(:last-child) {
    margin-bottom: calc(4 / 750 * 100vw);
  }
}

.adlp-sec02__flow-step-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(14 / 1200 * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec02__flow-step-desc {
    font-size: calc(24 / 750 * 100vw);
  }
}

.adlp-sec02__flow-arrow {
  width: min(calc(30 / 1200 * 100vw), 30px);
  height: min(calc(30 / 1200 * 100vw), 30px);
  flex-shrink: 0;
  align-self: center;
  margin-top: min(calc(55 / 1200 * 100vw), 55px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__flow-arrow {
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    margin-top: 0;
    align-self: center;
    margin-left: calc(50 / 750 * 100vw);
  }
}
.adlp-sec02__flow-arrow picture, .adlp-sec02__flow-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.adlp-sec02__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1200 * 100vw), 12px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #56635f;
  font-feature-settings: "palt";
  width: 100%;
  max-width: min(calc(1140 / 1200 * 100vw), 1140px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__note {
    font-size: calc(20 / 750 * 100vw);
    max-width: 100%;
  }
}

.adlp-sec02__accordion-wrap {
  display: flex;
  flex-direction: column;
  gap: min(calc(20 / 1200 * 100vw), 20px);
  max-width: min(calc(692 / 1200 * 100vw), 692px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-wrap {
    gap: calc(30 / 750 * 100vw);
    max-width: 100%;
  }
}

.adlp-sec02__accordion {
  background-color: #fff;
  border-radius: min(calc(14 / 1200 * 100vw), 14px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion {
    border-radius: calc(14 / 750 * 100vw);
  }
}

.adlp-sec02__accordion-header {
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1200 * 100vw), 16px);
  padding: min(calc(8 / 1200 * 100vw), 8px) min(calc(24 / 1200 * 100vw), 24px);
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-header {
    gap: calc(22 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw);
  }
}

.adlp-sec02__accordion-icon {
  width: min(calc(114 / 1200 * 100vw), 114px);
  height: min(calc(90 / 1200 * 100vw), 90px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-icon {
    width: calc(190 / 750 * 100vw);
    height: calc(151 / 750 * 100vw);
  }
}
.adlp-sec02__accordion-icon picture, .adlp-sec02__accordion-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.adlp-sec02__accordion-info {
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1200 * 100vw), 16px);
  flex: 1;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-info {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(8 / 750 * 100vw);
  }
}

.adlp-sec02__accordion-tag {
  background-color: #c4d700;
  height: min(calc(36 / 1200 * 100vw), 36px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(14 / 1200 * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #004831;
  font-feature-settings: "palt";
  white-space: nowrap;
  flex-shrink: 0;
  width: min(calc(200 / 1200 * 100vw), 200px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-tag {
    height: calc(47 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    padding: 0 calc(10 / 750 * 100vw);
    width: auto;
  }
}

.adlp-sec02__accordion-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1200 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #004831;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-title {
    font-size: calc(30 / 750 * 100vw);
  }
}

.adlp-sec02__accordion-toggle {
  width: min(calc(30 / 1200 * 100vw), 30px);
  height: min(calc(30 / 1200 * 100vw), 30px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-toggle {
    width: calc(44 / 750 * 100vw);
    height: calc(44 / 750 * 100vw);
    position: absolute;
    right: calc(20 / 750 * 100vw);
    top: 50%;
    transform: translateY(-50%);
  }
}
.adlp-sec02__accordion-toggle picture, .adlp-sec02__accordion-toggle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s;
}
.-open .adlp-sec02__accordion-toggle picture, .-open .adlp-sec02__accordion-toggle img {
  transform: rotate(90deg);
}

.adlp-sec02__accordion-body {
  display: none;
  padding: min(calc(24 / 1200 * 100vw), 24px) max(calc(0 / 1200 * 100vw), 0px) min(calc(32 / 1200 * 100vw), 32px);
  margin: min(calc(10 / 1200 * 100vw), 10px) min(calc(24 / 1200 * 100vw), 24px) 0;
  border-top: min(calc(2 / 1200 * 100vw), 2px) solid #004831;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-body {
    padding: calc(30 / 750 * 100vw) calc(0 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin: 0 calc(20 / 750 * 100vw);
  }
}

.adlp-sec02__accordion-lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1200 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333;
  font-feature-settings: "palt";
  margin-bottom: min(calc(16 / 1200 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-lead {
    font-size: calc(24 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.adlp-sec02__accordion-lead:last-child {
  margin-bottom: 0;
}

.adlp-sec02__accordion-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1200 * 100vw), 12px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #56635F;
  font-feature-settings: "palt";
  margin-top: min(calc(16 / 1200 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
  }
}

.adlp-sec02__accordion-example {
  background-color: #fefaf0;
  border-radius: min(calc(8 / 1200 * 100vw), 8px);
  padding: min(calc(16 / 1200 * 100vw), 16px) min(calc(40 / 1200 * 100vw), 40px) min(calc(24 / 1200 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-example {
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(36 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.adlp-sec02__accordion-example-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(18 / 1200 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #004831;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: min(calc(12 / 1200 * 100vw), 12px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-example-title {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(12 / 750 * 100vw);
  }
}
.adlp-sec02__accordion-example-title:before {
  content: "";
  display: block;
  background-color: #004831;
  width: min(calc(204 / 1200 * 100vw), 204px);
  height: min(calc(2 / 1200 * 100vw), 2px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-example-title:before {
    width: calc(172 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }
}
.adlp-sec02__accordion-example-title:after {
  content: "";
  display: block;
  background-color: #004831;
  width: min(calc(204 / 1200 * 100vw), 204px);
  height: min(calc(2 / 1200 * 100vw), 2px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-example-title:after {
    width: calc(172 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }
}

.adlp-sec02__accordion-example-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(calc(20 / 1200 * 100vw), 20px) min(calc(8 / 1200 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-example-list {
    grid-template-columns: 1fr;
    gap: calc(8 / 750 * 100vw);
  }
}

.adlp-sec02__accordion-example-list-item {
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1200 * 100vw), 8px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(18 / 1200 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-example-list-item {
    gap: calc(8 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-sec02__accordion-example-list-item picture, .adlp-sec02__accordion-example-list-item img {
  width: min(calc(20 / 1200 * 100vw), 20px);
  height: min(calc(20 / 1200 * 100vw), 20px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-example-list-item picture, .adlp-sec02__accordion-example-list-item img {
    width: calc(28 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
  }
}

.adlp-sec02__accordion-detail {
  display: flex;
  gap: min(calc(30 / 1200 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-detail {
    flex-direction: column;
    gap: calc(30 / 750 * 100vw);
  }
}

.adlp-sec02__accordion-textarea {
  flex: 0 0 min(calc(330 / 1200 * 100vw), 330px);
}

.adlp-sec02__accordion-detail-exp {
  color: var(--333333, #333);
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(14 / 1200 * 100vw), 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-detail-exp {
    font-size: calc(24 / 750 * 100vw);
  }
}

.adlp-sec02__accordion-lead-ac {
  color: #EE7800;
}

.adlp-sec02__accordion-detail-img {
  width: min(calc(273 / 1200 * 100vw), 273px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-detail-img {
    width: calc(564 / 750 * 100vw);
    margin: 0 auto;
  }
}
.adlp-sec02__accordion-detail-img picture, .adlp-sec02__accordion-detail-img img {
  width: 100%;
  height: auto;
}

.adlp-sec02__accordion-detail-text {
  flex: 1;
}

.adlp-sec02__accordion-detail-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(16 / 1200 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #004831;
  font-feature-settings: "palt";
  margin-bottom: min(calc(8 / 1200 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-detail-title {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}

.adlp-sec02__accordion-detail-list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(14 / 1200 * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333;
  font-feature-settings: "palt";
  margin-bottom: min(calc(16 / 1200 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-detail-list {
    font-size: calc(24 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}

.adlp-sec02__accordion-detail-list-item:not(:last-child) {
  margin-bottom: min(calc(4 / 1200 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-detail-list-item:not(:last-child) {
    margin-bottom: calc(4 / 750 * 100vw);
  }
}

.adlp-sec02__accordion-detail-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1200 * 100vw), 12px);
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #56635F;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-detail-note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
  }
}

.adlp-sec02__accordion-card {
  width: min(calc(640 / 1200 * 100vw), 640px);
  margin: min(calc(16 / 1200 * 100vw), 16px) auto 0;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-card {
    width: calc(564 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}

.adlp-sec02__accordion-claud {
  display: flex;
  gap: min(calc(30 / 1200 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-claud {
    display: block;
  }
}

.adlp-sec02__accordion-claud-textarea {
  flex: 0 0 min(calc(414 / 1200 * 100vw), 414px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-claud-textarea {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

.adlp-sec02__accordion-cloud-img {
  flex: 0 0 min(calc(208 / 1200 * 100vw), 208px);
}
.adlp-sec02__accordion-cloud-img picture, .adlp-sec02__accordion-cloud-img img {
  width: 100%;
  height: auto;
}

.adlp-sec02__accordion-creditcard {
  width: min(calc(596 / 1200 * 100vw), 596px);
  margin: 0 auto min(calc(16 / 1200 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-creditcard {
    width: calc(596 / 750 * 100vw);
    margin: 0 auto calc(16 / 750 * 100vw);
  }
}
.adlp-sec02__accordion-creditcard picture, .adlp-sec02__accordion-creditcard img {
  width: 100%;
  height: auto;
}

.adlp-sec02__accordion-card,
.adlp-sec02__accordion-cloud {
  margin-top: min(calc(16 / 1200 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__accordion-card,
  .adlp-sec02__accordion-cloud {
    margin-top: calc(16 / 750 * 100vw);
  }
}
.adlp-sec02__accordion-card picture, .adlp-sec02__accordion-card img,
.adlp-sec02__accordion-cloud picture,
.adlp-sec02__accordion-cloud img {
  width: 100%;
  height: auto;
}

.adlp-sec02__modal {
  width: min(calc(1200 / 1200 * 100vw), 1200px);
  padding: min(calc(60 / 1200 * 100vw), 60px) min(calc(40 / 1200 * 100vw), 40px);
  border-radius: min(calc(16 / 1200 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__modal {
    width: calc(690 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
  }
}

.adlp-sec02__modal-inner {
  display: flex;
  flex-direction: column;
  gap: max(calc(0 / 1200 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__modal-inner {
    gap: calc(0 / 750 * 100vw);
  }
}

.adlp-sec02__modal-header {
  text-align: center;
}

.adlp-sec02__modal-badge {
  display: inline-block;
  background-color: #BA4620;
  color: #fff;
  padding: max(calc(0 / 1200 * 100vw), 0px) min(calc(24 / 1200 * 100vw), 24px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1200 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec02__modal-badge {
    padding: calc(2 / 750 * 100vw) calc(24 / 750 * 100vw);
    border-radius: calc(4 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }
}

.adlp-sec02__modal-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(24 / 1200 * 100vw), 24px);
  border-bottom: min(calc(2 / 1200 * 100vw), 2px) solid #004831;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__modal-title {
    gap: calc(12 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
    flex-wrap: wrap;
    border-bottom: calc(2 / 750 * 100vw) solid #004831;
  }
}

.adlp-sec02__modal-title-icon {
  width: min(calc(100 / 1200 * 100vw), 100px);
  height: min(calc(100 / 1200 * 100vw), 100px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__modal-title-icon {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
}
.adlp-sec02__modal-title-icon picture, .adlp-sec02__modal-title-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.adlp-sec02__modal-title-text {
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1200 * 100vw), 8px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1200 * 100vw), 24px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #004831;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec02__modal-title-text {
    font-size: calc(34 / 750 * 100vw);
    gap: calc(8 / 750 * 100vw);
    flex-wrap: wrap;
    justify-content: center;
  }
}

.adlp-sec02__modal-title-num {
  display: flex;
  align-items: baseline;
  color: #ba4620;
  margin-left: min(calc(16 / 1200 * 100vw), 16px);
}
.adlp-sec02__modal-title-num-value {
  font-size: min(calc(100 / 1200 * 100vw), 100px);
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__modal-title-num-value {
    font-size: calc(100 / 750 * 100vw);
  }
}
.adlp-sec02__modal-title-num-text {
  font-size: min(calc(32 / 1200 * 100vw), 32px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__modal-title-num-text {
    font-size: calc(42 / 750 * 100vw);
  }
}

.adlp-sec02__modal-list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(16 / 1200 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333;
  font-feature-settings: "palt";
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(16 / 1200 * 100vw), 16px);
  margin: min(calc(40 / 1200 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__modal-list {
    font-size: calc(26 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) 0;
  }
}

.adlp-sec02__modal-list-item {
  flex: 0 0 min(calc(540 / 1200 * 100vw), 540px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__modal-list-item {
    flex: 0 0 100%;
    letter-spacing: 0.1em;
  }
}
.adlp-sec02__modal-list-item-kome {
  font-size: min(calc(12 / 1200 * 100vw), 12px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__modal-list-item-kome {
    font-size: calc(20 / 750 * 100vw);
  }
}

.adlp-sec02__modal-list-note-title {
  font-weight: 700;
  font-size: min(calc(16 / 1200 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-sec02__modal-list-note-title {
    font-size: calc(26 / 750 * 100vw);
  }
}

.adlp-sec02__modal-list-note-desc {
  font-weight: 700;
  font-size: min(calc(16 / 1200 * 100vw), 16px);
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__modal-list-note-desc {
    font-size: calc(24 / 750 * 100vw);
  }
}

.adlp-sec02__modal-note {
  font-weight: 400;
  font-size: min(calc(12 / 1200 * 100vw), 12px);
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__modal-note {
    font-size: calc(20 / 750 * 100vw);
  }
}

.adlp-sec02__modal-highlight {
  background-color: #E5EDEA;
  padding: min(calc(19 / 1200 * 100vw), 19px) 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1200 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec02__modal-highlight {
    padding: calc(19 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.adlp-sec02__modal-highlight-num {
  font-size: min(calc(40 / 1200 * 100vw), 40px);
  font-weight: 700;
  color: #ba4620;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__modal-highlight-num {
    font-size: calc(48 / 750 * 100vw);
  }
}
.adlp-sec02__modal-highlight-ac {
  font-size: min(calc(24 / 1200 * 100vw), 24px);
  font-weight: 700;
  color: #ba4620;
}
@media screen and (max-width: 767px) {
  .adlp-sec02__modal-highlight-ac {
    font-size: calc(38 / 750 * 100vw);
  }
}

.adlp-sec03 {
  background-color: #fefaf0;
  padding: min(calc(80 / 1200 * 100vw), 80px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(24 / 1200 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-sec03 {
    padding: calc(80 / 750 * 100vw) calc(0 / 750 * 100vw);
    gap: calc(40 / 750 * 100vw);
  }
}

.sec03__inner {
  width: min(calc(1260 / 1200 * 100vw), 1260px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03__inner {
    width: calc(690 / 750 * 100vw);
  }
}

.adlp-sec03__title {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #004831;
  font-feature-settings: "palt";
  line-height: 1.4 !important;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(24 / 1200 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-sec03__title {
    line-height: 1.5;
  }
}

.adlp-sec03__title-trunk {
  font-weight: 900;
  font-size: min(calc(46 / 1200 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .adlp-sec03__title-trunk {
    font-size: calc(56 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-sec03__title-trunk.-row {
    display: block;
  }
}

.adlp-sec03__title-particle {
  font-weight: 700;
  font-size: min(calc(38 / 1200 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .adlp-sec03__title-particle {
    font-size: calc(48 / 750 * 100vw);
  }
}

.adlp-sec03__slider-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.adlp-sec03__slider {
  width: 100%;
  overflow: visible;
  padding: 0 min(calc(30 / 1200 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-sec03__slider {
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.adlp-sec03__slide {
  width: min(calc(580 / 1200 * 100vw), 580px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .adlp-sec03__slide {
    width: calc(630 / 750 * 100vw);
  }
}

.adlp-sec03__card {
  background-color: #fff;
  border-radius: min(calc(16 / 1200 * 100vw), 16px);
  overflow: hidden;
  box-shadow: 0 min(calc(6 / 1200 * 100vw), 6px) min(calc(8 / 1200 * 100vw), 8px) rgba(80, 40, 0, 0.16);
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-sec03__card {
    border-radius: calc(16 / 750 * 100vw);
    box-shadow: 0 calc(6 / 750 * 100vw) calc(8 / 750 * 100vw) rgba(80, 40, 0, 0.16);
  }
}

.adlp-sec03__card-img {
  width: 100%;
  height: min(calc(310 / 1200 * 100vw), 310px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-sec03__card-img {
    height: calc(380 / 750 * 100vw);
  }
}
.adlp-sec03__card-img picture, .adlp-sec03__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adlp-sec03__card-content {
  padding: min(calc(40 / 1200 * 100vw), 40px);
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1200 * 100vw), 24px);
  flex: 1;
}
@media screen and (max-width: 767px) {
  .adlp-sec03__card-content {
    padding: calc(40 / 750 * 100vw);
    gap: calc(32 / 750 * 100vw);
  }
}

.adlp-sec03__card-heading {
  border-left: min(calc(6 / 1200 * 100vw), 6px) solid #004831;
  padding-left: min(calc(40 / 1200 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-sec03__card-heading {
    border-left-width: calc(6 / 750 * 100vw);
    padding-left: calc(40 / 750 * 100vw);
  }
}

.adlp-sec03__card-heading-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(16 / 1200 * 100vw), 16px);
  line-height: 1.6 !important;
  letter-spacing: 0.08em;
  color: #ba4620;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec03__card-heading-text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.adlp-sec03__card-body {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1200 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-sec03__card-body {
    gap: calc(24 / 750 * 100vw);
  }
}

.adlp-sec03__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1200 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .adlp-sec03__card-text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.adlp-sec03__card-text-accent {
  font-weight: 700;
  color: #ee7800;
}
.adlp-sec03__card-company {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1200 * 100vw), 12px);
  line-height: 1.5 !important;
  letter-spacing: 0.04em;
  color: #333;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec03__card-company {
    font-size: calc(22 / 750 * 100vw);
  }
}

.adlp-sec03__nav-prev,
.adlp-sec03__nav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(60 / 1200 * 100vw), 60px);
  height: min(calc(60 / 1200 * 100vw), 60px);
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .adlp-sec03__nav-prev,
  .adlp-sec03__nav-next {
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
  }
}
.adlp-sec03__nav-prev picture, .adlp-sec03__nav-prev img,
.adlp-sec03__nav-next picture,
.adlp-sec03__nav-next img {
  width: 100%;
  height: 100%;
}

.adlp-sec03__nav-prev {
  left: max(calc(0 / 1200 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .adlp-sec03__nav-prev {
    left: calc(0 / 750 * 100vw);
  }
}

.adlp-sec03__nav-next {
  right: max(calc(0 / 1200 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .adlp-sec03__nav-next {
    right: calc(0 / 750 * 100vw);
  }
}

.adlp-sec03__pagination {
  display: flex;
  justify-content: center;
  gap: min(calc(8 / 1200 * 100vw), 8px);
  margin-top: min(calc(24 / 1200 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-sec03__pagination {
    gap: calc(12 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }
}
.adlp-sec03__pagination .swiper-pagination-bullet {
  width: min(calc(12 / 1200 * 100vw), 12px);
  height: min(calc(12 / 1200 * 100vw), 12px);
  background-color: #DBCEAF;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .adlp-sec03__pagination .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
.adlp-sec03__pagination .swiper-pagination-bullet-active {
  background-color: #004831;
}

.adlp-sec03__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1200 * 100vw), 12px);
  line-height: 1.6 !important;
  letter-spacing: 0.04em;
  color: #56635f;
  font-feature-settings: "palt";
  margin-top: min(calc(24 / 1200 * 100vw), 24px);
  padding-left: min(calc(30 / 1200 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-sec03__note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(27 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.adlp-sec04 {
  background-color: #e5edea;
  padding: min(calc(60 / 1200 * 100vw), 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(42 / 1200 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .adlp-sec04 {
    padding: calc(60 / 750 * 100vw) calc(60 / 750 * 100vw);
    gap: calc(42 / 750 * 100vw);
  }
}

.adlp-sec04__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.adlp-sec04__header-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1200 * 100vw), 24px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #004831;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec04__header-sub {
    font-size: calc(38 / 750 * 100vw);
  }
}

.adlp-sec04__header-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1200 * 100vw), 32px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #004831;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec04__header-title {
    font-size: calc(42 / 750 * 100vw);
  }
}

.adlp-sec04__accordion-list {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1200 * 100vw), 24px);
  width: min(calc(1040 / 1200 * 100vw), 1040px);
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-sec04__accordion-list {
    gap: calc(40 / 750 * 100vw);
    width: 100%;
  }
}

.adlp-sec04__accordion {
  background-color: #fff;
  border-radius: min(calc(14 / 1200 * 100vw), 14px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-sec04__accordion {
    border-radius: calc(14 / 750 * 100vw);
  }
}

.adlp-sec04__accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(calc(20 / 1200 * 100vw), 20px);
  padding: min(calc(24 / 1200 * 100vw), 24px) min(calc(40 / 1200 * 100vw), 40px);
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-sec04__accordion-header {
    gap: calc(20 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.adlp-sec04__accordion-question {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(14 / 1200 * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #004831;
  font-feature-settings: "palt";
  flex: 1;
}
@media screen and (max-width: 767px) {
  .adlp-sec04__accordion-question {
    font-size: calc(24 / 750 * 100vw);
    padding-right: calc(44 / 750 * 100vw);
  }
}

.adlp-sec04__accordion-toggle {
  width: min(calc(17 / 1200 * 100vw), 17px);
  height: min(calc(12 / 1200 * 100vw), 12px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .adlp-sec04__accordion-toggle {
    width: calc(30 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
    position: absolute;
    right: calc(30 / 750 * 100vw);
    top: 50%;
    transform: translateY(-50%);
  }
}
.adlp-sec04__accordion-toggle picture, .adlp-sec04__accordion-toggle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s;
}
.-open .adlp-sec04__accordion-toggle picture, .-open .adlp-sec04__accordion-toggle img {
  transform: rotate(90deg);
}

.adlp-sec04__accordion-body {
  display: none;
  padding: max(calc(0 / 1200 * 100vw), 0px) 0 min(calc(32 / 1200 * 100vw), 32px);
  margin: 0 min(calc(40 / 1200 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-sec04__accordion-body {
    padding: calc(0 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    margin: 0 calc(30 / 750 * 100vw);
  }
}

.adlp-sec04__accordion-border {
  margin-bottom: min(calc(24 / 1200 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-sec04__accordion-border {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.adlp-sec04__accordion-border picture, .adlp-sec04__accordion-border img {
  width: 100%;
  height: auto;
  display: block;
}

.adlp-sec04__accordion-answer {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(14 / 1200 * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .adlp-sec04__accordion-answer {
    font-size: calc(26 / 750 * 100vw);
  }
}

.adlp-sec04__accordion-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1200 * 100vw), 12px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #56635f;
  font-feature-settings: "palt";
  margin-top: min(calc(16 / 1200 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-sec04__accordion-note {
    font-size: calc(22 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}
/*# sourceMappingURL=lp.css.map */
