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

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

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

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

*:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

img {
  display: block;
  height: auto;
}

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

textarea {
  resize: vertical;
}

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

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

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

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

.adlp-wrapper {
  color: #333;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper {
    min-width: min(calc(1920 / 1080 * 100vw), 1920px);
    max-width: 1920px;
    margin: 0 auto;
  }
}
.adlp-wrapper .relative {
  position: relative;
}
.adlp-wrapper .w100 {
  width: 100% !important;
  display: block;
}
.adlp-wrapper .center {
  text-align: center;
}
.adlp-wrapper .note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 140%;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-wrapper .orange {
  color: #FF6A00;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pc {
    display: none !important;
  }
}
.adlp-wrapper .text__txt {
  color: #333 !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #E75B18 !important;
}
.adlp-wrapper .bg__txt {
  background: #333 !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #E75B18 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #333;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__accent {
  border-top: 1px solid #E75B18;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, #333 60%);
}
.adlp-wrapper .marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.adlp-wrapper .marker__silver {
  background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.adlp-wrapper .marker__accent {
  background: linear-gradient(transparent 60%, #E75B18 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #333;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #E75B18;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .pad10 {
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad10 {
    padding-top: calc(10 / 750 * 100vw) !important;
    padding-bottom: calc(10 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad20 {
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad20 {
    padding-top: calc(20 / 750 * 100vw) !important;
    padding-bottom: calc(20 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad30 {
  padding: min(calc(30 / 1080 * 100vw), 30px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad30 {
    padding-top: calc(30 / 750 * 100vw) !important;
    padding-bottom: calc(30 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad40 {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad40 {
    padding-top: calc(40 / 750 * 100vw) !important;
    padding-bottom: calc(40 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad50 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad50 {
    padding-top: calc(50 / 750 * 100vw) !important;
    padding-bottom: calc(50 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad60 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad60 {
    padding-top: calc(60 / 750 * 100vw) !important;
    padding-bottom: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .mt10 {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt10 {
    margin-top: calc(10 / 750 * 100vw);
  }
}
.adlp-wrapper .mt20 {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt20 {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.adlp-wrapper .mt30 {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt30 {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .mt40 {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt40 {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.adlp-wrapper .mt50 {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt50 {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.adlp-wrapper .mt60 {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt60 {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: calc(10 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: calc(20 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: calc(30 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: calc(40 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: calc(50 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt60 {
    margin-top: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .wrap500 {
  margin: auto;
  width: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap500 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap600 {
  margin: auto;
  width: min(calc(600 / 1080 * 100vw), 600px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap600 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap700 {
  margin: auto;
  width: min(calc(700 / 1080 * 100vw), 700px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap700 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap800 {
  margin: auto;
  width: min(calc(800 / 1080 * 100vw), 800px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap800 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap900 {
  margin: auto;
  width: min(calc(900 / 1080 * 100vw), 900px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap900 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap920 {
  margin: auto;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1000 {
  margin: auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1000 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1080 {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.adlp-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 100;
  box-shadow: 0 min(calc(3 / 1080 * 100vw), 3px) min(calc(7 / 1080 * 100vw), 7px) 0 rgba(0, 0, 0, 0.15);
}
.adlp-header__inner {
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  width: 98vw;
  padding: 0;
  height: min(calc(75 / 1080 * 100vw), 75px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    max-width: 100%;
    height: calc(100 / 750 * 100vw);
    width: 100%;
    padding: 0 min(calc(30 / 1080 * 100vw), 30px) 0 min(calc(22 / 1080 * 100vw), 22px);
  }
}
.adlp-header__logo {
  width: min(calc(210 / 1080 * 100vw), 210px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(280 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn {
  margin: 0;
  height: min(calc(50 / 1080 * 100vw), 50px);
  width: min(calc(225 / 1080 * 100vw), 225px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn {
    width: calc(300 / 750 * 100vw);
    height: calc(66 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn::after {
  width: min(calc(7 / 1080 * 100vw), 7px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(19 / 1080 * 100vw), 19px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn::after {
    width: calc(12 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(18 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn .adlp-btn__text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn .adlp-btn__text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
  z-index: 90;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
    padding: calc(10 / 750 * 100vw) 0;
  }
}
.adlp-floating__inner {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: min(calc(16 / 1080 * 100vw), 16px) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    width: 90%;
    padding: calc(20 / 750 * 100vw);
  }
}
.adlp-floating__close {
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(50 / 1080 * 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 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
  background-repeat: no-repeat;
  background-position: center;
  border: min(calc(2 / 1080 * 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 / 1080 * 100vw), 20px);
  margin: 0 auto min(calc(15 / 1080 * 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-main {
  padding-top: min(calc(75 / 1080 * 100vw), 75px);
}
@media screen and (max-width: 767px) {
  .adlp-main {
    padding-top: calc(100 / 750 * 100vw);
  }
}

.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-btn {
  border-radius: 200px;
  height: min(calc(80 / 1080 * 100vw), 80px);
  width: min(calc(580 / 1080 * 100vw), 580px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(90deg, #FF3700 0%, #FF8400 100%);
}
.adlp-btn:hover {
  filter: brightness(120%);
}
.adlp-btn:hover::after {
  transform: translateY(-50%) translateX(3px);
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    height: calc(110 / 750 * 100vw);
    width: calc(650 / 750 * 100vw);
  }
}
.adlp-btn .adlp-btn__text {
  text-align: center;
  z-index: 1;
  line-height: 120%;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  color: #FFF;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .adlp-btn .adlp-btn__text {
    font-size: calc(40 / 750 * 100vw);
  }
}
.adlp-btn .adlp-btn__text .small {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  display: inline-block;
  margin-right: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-btn .adlp-btn__text .small {
    font-size: calc(32 / 750 * 100vw);
    margin-right: calc(10 / 750 * 100vw);
  }
}
.adlp-btn .adlp-btn__lead {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #DA2F00;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  width: min(calc(72 / 1080 * 100vw), 72px);
  height: min(calc(72 / 1080 * 100vw), 72px);
  top: 50%;
  transform: translateY(-50%);
  left: min(calc(6 / 1080 * 100vw), 6px);
  background-color: #FFED50;
}
@media screen and (max-width: 767px) {
  .adlp-btn .adlp-btn__lead {
    width: calc(96 / 750 * 100vw);
    height: calc(96 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    left: calc(7 / 750 * 100vw);
  }
}
.adlp-btn::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='23' viewBox='0 0 15 23' fill='none'%3E%3Cpath d='M1.00977 1.11035L12.0098 11.1104L1.00977 21.1104' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(15 / 1080 * 100vw), 15px);
  height: min(calc(23 / 1080 * 100vw), 23px);
  top: 50%;
  transform: translateY(-50%);
  right: min(calc(20 / 1080 * 100vw), 20px);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-btn::after {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='29' viewBox='0 0 19 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36133 1.46582L15.3613 14.4658L1.36133 27.4658' stroke='white' stroke-width='4'/%3E%3C/svg%3E%0A");
    width: calc(19 / 750 * 100vw);
    height: calc(29 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}

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

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

.cv {
  background: linear-gradient(180deg, #38a367 0%, #007533 100%);
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .cv {
    padding: calc(56 / 750 * 100vw) 0 calc(56 / 750 * 100vw);
  }
}
.cv .cv__outer {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cv .cv__outer {
    width: calc(690 / 750 * 100vw);
  }
}
.cv .cv__title {
  background: #f2f2f2;
  height: min(calc(96 / 1080 * 100vw), 96px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cv .cv__title {
    height: calc(180 / 750 * 100vw);
    text-align: center;
  }
}
.cv .cv__title::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='30' viewBox='0 0 38 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 29.25L12 0.000634758L37.5 0L0 29.25Z' fill='%23F2F2F2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  left: 53%;
  transform: translateX(-50%);
  width: min(calc(38 / 1080 * 100vw), 38px);
  height: min(calc(30 / 1080 * 100vw), 30px);
  bottom: max(calc(-22 / 1080 * 100vw), -22px);
}
@media screen and (max-width: 767px) {
  .cv .cv__title::after {
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='39' viewBox='0 0 50 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 39L16 0.000846344L50 0L0 39Z' fill='%23F2F2F2'/%3E%3C/svg%3E%0A");
    width: calc(50 / 750 * 100vw);
    height: calc(39 / 750 * 100vw);
    bottom: calc(-29 / 750 * 100vw);
  }
}
.cv .cv__title01 {
  color: var(--main-accent-12-main, #007533);
  font-feature-settings: "palt" on;
  font-family: var(--font-family-Noto-Sans-JP, "Noto Serif JP");
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* vw(63) */
}
@media screen and (max-width: 767px) {
  .cv .cv__title01 {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: 0em;
  }
}
.cv .cv__title02 {
  color: #333;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 150%; /* vw(39) */
}
@media screen and (max-width: 767px) {
  .cv .cv__title02 {
    font-size: calc(40 / 750 * 100vw);
  }
}
.cv .cv__box {
  background-color: #fff;
  padding: min(calc(47 / 1080 * 100vw), 47px) 0 min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .cv .cv__box {
    padding: calc(47 / 750 * 100vw) 0 calc(48 / 750 * 100vw);
  }
}
.cv .cv__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(26 / 1080 * 100vw), 26px);
  padding: 0 0 min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .cv .cv__wrapper {
    flex-direction: column;
    gap: calc(20 / 750 * 100vw);
    padding: 0 0 calc(46 / 750 * 100vw);
  }
}
.cv .cv__img {
  flex: 0 0 min(calc(450 / 1080 * 100vw), 450px);
}
@media screen and (max-width: 767px) {
  .cv .cv__img {
    flex: 0 0 auto;
  }
}
.cv .cv__inner {
  flex: 0 0 min(calc(338 / 1080 * 100vw), 338px);
}
@media screen and (max-width: 767px) {
  .cv .cv__inner {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .cv .cv__list {
    width: fit-content;
    margin: 0 auto;
  }
}
.cv .cv__item {
  padding: min(calc(9 / 1080 * 100vw), 9px) 0 min(calc(9 / 1080 * 100vw), 9px) min(calc(32 / 1080 * 100vw), 32px);
  border-bottom: min(calc(1 / 1080 * 100vw), 1px) solid #ccc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv .cv__item {
    padding: calc(12 / 750 * 100vw) calc(46 / 750 * 100vw) calc(12 / 750 * 100vw) calc(42 / 750 * 100vw);
    border-bottom: calc(2 / 750 * 100vw) solid #ccc;
  }
}
.cv .cv__item:last-child {
  border-bottom: none;
}
.cv .cv__item::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='24' viewBox='0 0 26 24' fill='none'%3E%3Cpath d='M7.73025 22.1645C7.51489 21.8049 4.5771 15.2605 1.83298 12.9125C1.62608 12.0994 2.68807 11.2384 3.27489 11.4806C5.77402 12.7412 8.41284 16.2417 8.41284 16.2417C8.41284 16.2417 13.4302 6.49262 23.4807 0.746094C23.6325 0.746094 23.8161 0.836677 23.8347 0.917983C14.3244 9.58115 9.81401 21.8431 9.69442 22.1999C9.38329 22.5814 8.20965 22.6201 7.73025 22.1645Z' fill='%23FF6A00'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(24 / 1080 * 100vw), 24px);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cv .cv__item::before {
    width: calc(34 / 750 * 100vw);
    height: calc(34 / 750 * 100vw);
  }
}
.cv .cv__text {
  color: var(--base-black-333, #333);
  font-feature-settings: "palt" on;
  font-family: var(--font-family-Noto-Sans-JP, "Noto Sans JP");
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* vw(22.4) */
}
@media screen and (max-width: 767px) {
  .cv .cv__text {
    font-size: calc(26 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .cv .adlp-btn {
    width: calc(630 / 750 * 100vw);
  }
}

.fv {
  padding: 0 0 min(calc(80 / 1080 * 100vw), 80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 0 0 calc(84 / 750 * 100vw);
  }
}
.fv .fv__text {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.fv .fv__img {
  position: relative;
  z-index: 1;
}
.fv .fv__btn {
  z-index: 3;
  width: fit-content;
  margin: min(calc(16 / 1080 * 100vw), 16px) auto 0;
}
@media screen and (max-width: 767px) {
  .fv .fv__btn {
    margin-top: calc(18 / 750 * 100vw);
  }
}
.fv .fv__note {
  color: #666;
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(17 / 1080 * 100vw), 17px) auto 0;
}
@media screen and (max-width: 767px) {
  .fv .fv__note {
    width: calc(650 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
  }
}

.sec01 {
  background-color: #DAE7DF;
  padding: min(calc(33 / 1080 * 100vw), 33px) 0 min(calc(44 / 1080 * 100vw), 44px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: calc(44 / 750 * 100vw) 0 calc(72 / 750 * 100vw);
  }
}
.sec01 .sec01__outer {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__outer {
    max-width: 100%;
    width: 100%;
  }
}
.sec01 .sec01__content {
  margin: min(calc(27 / 1080 * 100vw), 27px) 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__content {
    margin: calc(50 / 750 * 100vw) 0 0;
    padding: 0 0 calc(134 / 750 * 100vw);
  }
}
.sec01 .sec01__heading {
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: min(calc(48 / 1080 * 100vw), 48px);
  top: max(calc(-24 / 1080 * 100vw), -24px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 2px solid #007533;
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  color: #007533;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__heading {
    top: calc(-32 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.6;
    white-space: nowrap;
    border: calc(2 / 750 * 100vw) solid #007533;
  }
}
.sec01 .sec01__title {
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #007533;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__title {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(64 / 750 * 100vw);
    line-height: 1.4;
  }
}
.sec01 .sec01__title strong {
  color: #007533;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(96 / 1080 * 100vw), 96px);
  font-weight: 700;
  line-height: 140%;
  background: linear-gradient(transparent 70%, rgba(255, 225, 0, 0.6) 70%, rgba(255, 225, 0, 0.6) 90%, transparent 90%);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__title strong {
    line-height: 1;
    font-size: calc(128 / 750 * 100vw);
  }
}
.sec01 .sec01__title-emphasis {
  position: relative;
  display: inline-block;
}
.sec01 .sec01__description {
  width: min(calc(431 / 1080 * 100vw), 431px);
  background-color: #FFFFFF;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(45 / 1080 * 100vw), 45px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
  color: #333333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
}
.sec01 .sec01__description strong {
  color: #FF6A00;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__description {
    top: auto;
    transform: none;
    bottom: 0;
    width: calc(670 / 750 * 100vw);
    padding: calc(32 / 750 * 100vw) calc(60 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.8;
    order: 3;
  }
}
.sec01 .sec01__image {
  width: min(calc(652 / 1080 * 100vw), 652px);
  position: relative;
  margin-left: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__image {
    width: calc(670 / 750 * 100vw);
    order: 2;
  }
}
/*# sourceMappingURL=fv.css.map */
