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

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

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

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: #3b3b4c;
  cursor: pointer;
  transition: opacity 0.3s;
}

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

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: #3b3b4c;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper {
    min-width: min(calc(750 / 750 * 100vw), 750px);
    max-width: 750px;
    margin: 0 auto;
  }
}
.adlp-wrapper .relative {
  position: relative;
}
.adlp-wrapper .w100 {
  width: 100% !important;
  display: block;
}
.adlp-wrapper .center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pc {
    display: none !important;
  }
}
.adlp-wrapper .text__txt {
  color: #3b3b4c !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #e75b18 !important;
}
.adlp-wrapper .text__yellow {
  color: #F7D245 !important;
}
.adlp-wrapper .bg__txt {
  background: #3b3b4c !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #e75b18 !important;
}
.adlp-wrapper .bg__yellow {
  background: #F7D245 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #3b3b4c;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 750 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: min(calc(2 / 750 * 100vw), 2px);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 750 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: min(calc(3 / 750 * 100vw), 3px);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 750 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: min(calc(4 / 750 * 100vw), 4px);
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 750 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: min(calc(2 / 750 * 100vw), 2px);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 750 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: min(calc(3 / 750 * 100vw), 3px);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 750 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: min(calc(4 / 750 * 100vw), 4px);
  }
}
.adlp-wrapper .line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 750 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: min(calc(2 / 750 * 100vw), 2px);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 750 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: min(calc(3 / 750 * 100vw), 3px);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 750 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: min(calc(4 / 750 * 100vw), 4px);
  }
}
.adlp-wrapper .line__top__accent {
  border-top: 1px solid #e75b18;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 750 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: min(calc(2 / 750 * 100vw), 2px);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 750 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: min(calc(3 / 750 * 100vw), 3px);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 750 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: min(calc(4 / 750 * 100vw), 4px);
  }
}
.adlp-wrapper .line__top__yellow {
  border-top: 1px solid #F7D245;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 750 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: min(calc(2 / 750 * 100vw), 2px);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 750 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: min(calc(3 / 750 * 100vw), 3px);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 750 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: min(calc(4 / 750 * 100vw), 4px);
  }
}
.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, #3b3b4c 60%);
}
.adlp-wrapper .marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.adlp-wrapper .marker__silver {
  background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.adlp-wrapper .marker__accent {
  background: linear-gradient(transparent 60%, #e75b18 60%);
}
.adlp-wrapper .marker__yellow {
  background: linear-gradient(transparent 60%, #F7D245 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #3b3b4c;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 750 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: min(calc(2 / 750 * 100vw), 2px);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 750 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: min(calc(3 / 750 * 100vw), 3px);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 750 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: min(calc(4 / 750 * 100vw), 4px);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 750 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: min(calc(2 / 750 * 100vw), 2px);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 750 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: min(calc(3 / 750 * 100vw), 3px);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 750 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: min(calc(4 / 750 * 100vw), 4px);
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 750 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: min(calc(2 / 750 * 100vw), 2px);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 750 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: min(calc(3 / 750 * 100vw), 3px);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 750 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: min(calc(4 / 750 * 100vw), 4px);
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #e75b18;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 750 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: min(calc(2 / 750 * 100vw), 2px);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 750 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: min(calc(3 / 750 * 100vw), 3px);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 750 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: min(calc(4 / 750 * 100vw), 4px);
  }
}
.adlp-wrapper .line__yellow {
  border-bottom: 1px solid #F7D245;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 750 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: min(calc(2 / 750 * 100vw), 2px);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 750 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: min(calc(3 / 750 * 100vw), 3px);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 750 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: min(calc(4 / 750 * 100vw), 4px);
  }
}
.adlp-wrapper .yellow {
  color: #FFCA00;
}
.adlp-wrapper .pad10 {
  padding: min(calc(10 / 750 * 100vw), 10px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad10 {
    padding-top: min(calc(10 / 750 * 100vw), 10px) !important;
    padding-bottom: min(calc(10 / 750 * 100vw), 10px) !important;
  }
}
.adlp-wrapper .pad20 {
  padding: min(calc(20 / 750 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad20 {
    padding-top: min(calc(20 / 750 * 100vw), 20px) !important;
    padding-bottom: min(calc(20 / 750 * 100vw), 20px) !important;
  }
}
.adlp-wrapper .pad30 {
  padding: min(calc(30 / 750 * 100vw), 30px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad30 {
    padding-top: min(calc(30 / 750 * 100vw), 30px) !important;
    padding-bottom: min(calc(30 / 750 * 100vw), 30px) !important;
  }
}
.adlp-wrapper .pad40 {
  padding: min(calc(40 / 750 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad40 {
    padding-top: min(calc(40 / 750 * 100vw), 40px) !important;
    padding-bottom: min(calc(40 / 750 * 100vw), 40px) !important;
  }
}
.adlp-wrapper .pad50 {
  padding: min(calc(50 / 750 * 100vw), 50px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad50 {
    padding-top: min(calc(50 / 750 * 100vw), 50px) !important;
    padding-bottom: min(calc(50 / 750 * 100vw), 50px) !important;
  }
}
.adlp-wrapper .pad60 {
  padding: min(calc(60 / 750 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad60 {
    padding-top: min(calc(60 / 750 * 100vw), 60px) !important;
    padding-bottom: min(calc(60 / 750 * 100vw), 60px) !important;
  }
}
.adlp-wrapper .mt10 {
  margin-top: min(calc(10 / 750 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt10 {
    margin-top: min(calc(10 / 750 * 100vw), 10px);
  }
}
.adlp-wrapper .mt20 {
  margin-top: min(calc(20 / 750 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt20 {
    margin-top: min(calc(20 / 750 * 100vw), 20px);
  }
}
.adlp-wrapper .mt30 {
  margin-top: min(calc(30 / 750 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt30 {
    margin-top: min(calc(30 / 750 * 100vw), 30px);
  }
}
.adlp-wrapper .mt40 {
  margin-top: min(calc(40 / 750 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt40 {
    margin-top: min(calc(40 / 750 * 100vw), 40px);
  }
}
.adlp-wrapper .mt50 {
  margin-top: min(calc(50 / 750 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt50 {
    margin-top: min(calc(50 / 750 * 100vw), 50px);
  }
}
.adlp-wrapper .mt60 {
  margin-top: min(calc(60 / 750 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt60 {
    margin-top: min(calc(60 / 750 * 100vw), 60px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: min(calc(10 / 750 * 100vw), 10px) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: min(calc(20 / 750 * 100vw), 20px) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: min(calc(30 / 750 * 100vw), 30px) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: min(calc(40 / 750 * 100vw), 40px) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: min(calc(50 / 750 * 100vw), 50px) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt60 {
    margin-top: min(calc(60 / 750 * 100vw), 60px) !important;
  }
}
.adlp-wrapper .wrap500 {
  margin: auto;
  width: min(calc(500 / 750 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap500 {
    width: 100%;
    padding: 0 min(calc(30 / 750 * 100vw), 30px);
  }
}
.adlp-wrapper .wrap600 {
  margin: auto;
  width: min(calc(600 / 750 * 100vw), 600px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap600 {
    width: 100%;
    padding: 0 min(calc(30 / 750 * 100vw), 30px);
  }
}
.adlp-wrapper .wrap700 {
  margin: auto;
  width: min(calc(700 / 750 * 100vw), 700px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap700 {
    width: 100%;
    padding: 0 min(calc(30 / 750 * 100vw), 30px);
  }
}
.adlp-wrapper .wrap800 {
  margin: auto;
  width: min(calc(800 / 750 * 100vw), 800px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap800 {
    width: 100%;
    padding: 0 min(calc(30 / 750 * 100vw), 30px);
  }
}
.adlp-wrapper .wrap900 {
  margin: auto;
  width: min(calc(900 / 750 * 100vw), 900px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap900 {
    width: 100%;
    padding: 0 min(calc(30 / 750 * 100vw), 30px);
  }
}
.adlp-wrapper .wrap920 {
  margin: auto;
  width: min(calc(920 / 750 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0 min(calc(30 / 750 * 100vw), 30px);
  }
}
.adlp-wrapper .wrap1000 {
  margin: auto;
  width: min(calc(1000 / 750 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1000 {
    width: 100%;
    padding: 0 min(calc(30 / 750 * 100vw), 30px);
  }
}
.adlp-wrapper .wrap1080 {
  margin: auto;
  width: min(calc(1080 / 750 * 100vw), 1080px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 min(calc(30 / 750 * 100vw), 30px);
  }
}

.adlp-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #ddd;
}
.adlp-header__inner {
  width: min(calc(1080 / 750 * 100vw), 1080px);
  padding: min(calc(16 / 750 * 100vw), 16px) 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
    padding: min(calc(20 / 750 * 100vw), 20px);
  }
}
.adlp-header__logo {
  width: min(calc(130 / 750 * 100vw), 130px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: min(calc(228 / 750 * 100vw), 228px);
  }
}
@media screen and (min-width: 768px) {
  .adlp-header__switch {
    display: none;
  }
}
.adlp-header__switch {
  width: min(calc(45 / 750 * 100vw), 45px);
  height: min(calc(36 / 750 * 100vw), 36px);
}
.adlp-header__switch__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.adlp-header__switch__inner span {
  background: #000;
  position: absolute;
  width: 100%;
  height: min(calc(6 / 750 * 100vw), 6px);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  position: absolute;
  transform-origin: left;
  border-radius: min(calc(10 / 750 * 100vw), 10px);
}
.adlp-header__switch__inner span:nth-child(1) {
  top: 0;
}
.adlp-header__switch__inner span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.adlp-header__switch__inner span:nth-child(3) {
  bottom: 0;
}
.adlp-header__switch__inner.--open span:nth-child(1) {
  top: 40%;
  transform: rotate(45deg) translateX(-50%);
}
.adlp-header__switch__inner.--open span:nth-child(2) {
  opacity: 0;
}
.adlp-header__switch__inner.--open span:nth-child(3) {
  bottom: 45%;
  transform: rotate(-45deg) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .adlp-header__tgl {
    margin: 0 auto 0 min(calc(30 / 750 * 100vw), 30px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__tgl {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: min(calc(104 / 750 * 100vw), 104px);
    width: min(calc(400 / 750 * 100vw), 400px);
    background: #fff;
    padding: 0 min(calc(30 / 750 * 100vw), 30px);
  }
  .adlp-header__tgl.--open {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .adlp-header__menu__wrapper {
    display: flex;
    gap: min(calc(8 / 750 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu__wrapper {
    flex-direction: column;
  }
}
.adlp-header__menu {
  font-size: min(calc(12 / 750 * 100vw), 12px);
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adlp-header__menu:not(:last-child)::after {
    content: "｜";
    display: inline-block;
    margin-left: min(calc(8 / 750 * 100vw), 8px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu {
    display: block;
    padding: min(calc(30 / 750 * 100vw), 30px);
    font-size: min(calc(20 / 750 * 100vw), 20px);
  }
  .adlp-header__menu::after {
    content: "";
    display: block;
    width: min(calc(12 / 750 * 100vw), 12px);
    height: min(calc(18 / 750 * 100vw), 18px);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.219168 0.375342C0.564178 -0.0559202 1.19347 -0.125842 1.62473 0.219168L11.6247 8.21917C11.8619 8.40894 12 8.69625 12 9.00004C12 9.30382 11.8619 9.59113 11.6247 9.78091L1.62473 17.7809C1.19347 18.1259 0.564178 18.056 0.219168 17.6247C-0.125842 17.1935 -0.0559202 16.5642 0.375342 16.2192L9.39926 9.00004L0.375342 1.78091C-0.0559202 1.4359 -0.125842 0.806604 0.219168 0.375342Z' fill='%2305429C'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn__wrapper {
    margin: 0 min(calc(20 / 750 * 100vw), 20px) 0 auto;
  }
}
.adlp-header .adlp-btn {
  margin: 0;
  height: min(calc(54 / 750 * 100vw), 54px);
  width: min(calc(246 / 750 * 100vw), 246px);
  box-shadow: min(calc(2 / 750 * 100vw), 2px) min(calc(4 / 750 * 100vw), 4px) min(calc(4 / 750 * 100vw), 4px) 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn {
    width: min(calc(288 / 750 * 100vw), 288px);
    height: min(calc(64 / 750 * 100vw), 64px);
    box-shadow: min(calc(2 / 750 * 100vw), 2px) min(calc(3 / 750 * 100vw), 3px) min(calc(3 / 750 * 100vw), 3px) 0 rgba(0, 0, 0, 0.25);
    border-radius: min(calc(50 / 750 * 100vw), 50px);
  }
}
.adlp-header .adlp-btn.--free::before {
  content: "無料";
  width: min(calc(44 / 750 * 100vw), 44px);
  height: min(calc(44 / 750 * 100vw), 44px);
  font-size: min(calc(14 / 750 * 100vw), 14px);
  top: min(calc(5 / 750 * 100vw), 5px);
  left: min(calc(5 / 750 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--free::before {
    font-size: min(calc(20 / 750 * 100vw), 20px);
    width: min(calc(56 / 750 * 100vw), 56px);
    height: min(calc(56 / 750 * 100vw), 56px);
    top: min(calc(4 / 750 * 100vw), 4px);
    left: min(calc(4 / 750 * 100vw), 4px);
  }
}
.adlp-header .adlp-btn::after {
  width: min(calc(7 / 750 * 100vw), 7px);
  height: min(calc(12 / 750 * 100vw), 12px);
  right: min(calc(19 / 750 * 100vw), 19px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn::after {
    width: min(calc(7 / 750 * 100vw), 7px);
    height: min(calc(12 / 750 * 100vw), 12px);
    right: min(calc(18 / 750 * 100vw), 18px);
  }
}
.adlp-header .adlp-btn p {
  font-size: min(calc(16 / 750 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn p {
    font-size: min(calc(22 / 750 * 100vw), 22px);
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: #FFF7DA;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(750 / 750 * 100vw), 750px);
  z-index: 90;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
.adlp-floating__inner {
  margin: auto;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  height: min(calc(150 / 750 * 100vw), 150px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(30 / 750 * 100vw), 30px);
}
.adlp-btn__text {
  text-align: center;
}
.adlp-btn {
  border-radius: min(calc(200 / 750 * 100vw), 200px);
  height: min(calc(120 / 750 * 100vw), 120px);
  width: min(calc(670 / 750 * 100vw), 670px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 min(calc(6 / 750 * 100vw), 6px) min(calc(2 / 750 * 100vw), 2px) 0 rgba(0, 0, 0, 0.2);
}
.adlp-btn:hover {
  filter: brightness(130%);
  opacity: 0.95;
}
.adlp-btn:hover .adlp-btn__wrapper::after {
  right: min(calc(30 / 750 * 100vw), 30px);
}
.adlp-btn .adlp-btn__bg {
  position: relative;
  z-index: 1;
}
.adlp-btn .adlp-btn__wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adlp-btn .adlp-btn__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='17' viewBox='0 0 50 17' fill='none'%3E%3Cpath d='M1 16H48.6471L29.2353 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(50 / 750 * 100vw), 50px);
  height: min(calc(17 / 750 * 100vw), 17px);
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  right: min(calc(36 / 750 * 100vw), 36px);
  transition: all 0.3s;
}
.adlp-btn .adlp-btn__circle {
  position: absolute;
  width: min(calc(100 / 750 * 100vw), 100px);
  height: min(calc(100 / 750 * 100vw), 100px);
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: min(calc(10 / 750 * 100vw), 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--accent01, #000);
  text-align: center;
  font-size: min(calc(32 / 750 * 100vw), 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* vw(40) */
  letter-spacing: min(calc(1.28 / 750 * 100vw), 1.28px);
}
.adlp-btn .adlp-btn__inner {
  position: absolute;
  color: var(--accent01, #fff);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(36 / 750 * 100vw), 36px);
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* vw(40) */
  letter-spacing: min(calc(1.28 / 750 * 100vw), 1.28px);
}
.adlp-btn p {
  text-align: center;
  z-index: 1;
  line-height: 120%;
}
.adlp-btn p span {
  line-height: 120%;
}
.adlp-btn p span.text01 {
  font-size: min(calc(24 / 750 * 100vw), 24px);
}
.adlp-btn p span.text02 {
  font-size: min(calc(20 / 750 * 100vw), 20px);
}

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

.fv {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 0 min(calc(50 / 750 * 100vw), 50px);
  background-color: #F8F8F8;
}
.fv .fv__logo {
  position: absolute;
  width: min(calc(195 / 750 * 100vw), 195px);
  top: min(calc(32 / 750 * 100vw), 32px);
  left: min(calc(32 / 750 * 100vw), 32px);
  z-index: 2;
}
.fv .fv__bg {
  position: relative;
  z-index: 1;
}
.fv .fv__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: min(calc(100 / 750 * 100vw), 100px);
  padding-bottom: min(calc(60 / 750 * 100vw), 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv .fv__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fv .fv__catch {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  color: #333;
}
.fv .fv__catch-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(36 / 750 * 100vw), 36px);
  letter-spacing: 0.04em;
  margin-top: min(calc(10 / 750 * 100vw), 10px);
}
.fv .fv__catch-num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(45 / 750 * 100vw), 45px);
  letter-spacing: 0;
  margin-left: min(calc(5 / 750 * 100vw), 5px);
}
.fv .fv__catch-limit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(50 / 750 * 100vw), 50px);
  letter-spacing: 0.04em;
  margin-left: min(calc(5 / 750 * 100vw), 5px);
}
.fv .fv__catch-mark {
  font-family: "Yu Gothic Pr6N", sans-serif;
  font-weight: 700;
  font-size: min(calc(59 / 750 * 100vw), 59px);
  letter-spacing: 0.04em;
  margin-left: min(calc(5 / 750 * 100vw), 5px);
  line-height: 0.8;
}
.fv .fv__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: min(calc(54 / 750 * 100vw), 54px);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: min(calc(20 / 750 * 100vw), 20px);
  color: #333;
}
.fv .fv__sub-title {
  margin-top: min(calc(20 / 750 * 100vw), 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
}
.fv .fv__sub-title-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv .fv__sub-title-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(50 / 750 * 100vw), 50px);
  letter-spacing: 0.04em;
}
.fv .fv__sub-title-period {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(52 / 750 * 100vw), 52px);
  letter-spacing: 0.04em;
  margin-left: min(calc(10 / 750 * 100vw), 10px);
}
.fv .fv__sub-title-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: max(calc(-10 / 750 * 100vw), -10px);
  position: relative;
}
.fv .fv__sub-title-free {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(121 / 750 * 100vw), 121px);
  letter-spacing: 0.04em;
  line-height: 1;
  color: #ff0000;
}
.fv .fv__sub-title-dots {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 250;
  font-size: min(calc(108 / 750 * 100vw), 108px);
  letter-spacing: 0.54em;
  line-height: 1;
  margin-left: min(calc(20 / 750 * 100vw), 20px);
}
.fv .fv__category {
  display: flex;
  justify-content: center;
  gap: min(calc(30 / 750 * 100vw), 30px);
  margin-top: min(calc(40 / 750 * 100vw), 40px);
}
.fv .fv__category-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(calc(24 / 750 * 100vw), 24px);
  line-height: 1.2;
  color: #333;
  position: relative;
}
.fv .fv__category-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: max(calc(-15 / 750 * 100vw), -15px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(1 / 750 * 100vw), 1px);
  height: 80%;
  background-color: #333;
}
.fv .fv__lead {
  position: relative;
  z-index: 2;
  margin-top: 0;
  text-align: center;
}
.fv .fv__lead-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(28 / 750 * 100vw), 28px);
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #333;
}
.fv .fv__cv {
  margin-top: min(calc(7 / 750 * 100vw), 7px);
  width: 100%;
  display: flex;
  justify-content: center;
}
.fv .fv__note {
  margin-top: min(calc(20 / 750 * 100vw), 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(20 / 750 * 100vw), 20px);
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #666;
  text-align: center;
}

.sec01 {
  position: relative;
  padding-top: min(calc(70 / 750 * 100vw), 70px);
  overflow: hidden;
}
.sec01::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #F7D245;
  height: min(calc(380 / 750 * 100vw), 380px);
  z-index: 1;
}
.sec01 .sec01__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 min(calc(30 / 750 * 100vw), 30px) min(calc(60 / 750 * 100vw), 60px);
}
.sec01 .sec01__lead {
  font-size: min(calc(34 / 750 * 100vw), 34px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-radius: min(calc(4 / 750 * 100vw), 4px);
  border: min(calc(2 / 750 * 100vw), 2px) solid #333;
  width: fit-content;
  margin: 0 auto;
  padding: max(calc(0 / 750 * 100vw), 0px) min(calc(14 / 750 * 100vw), 14px);
}
.sec01 .sec01__title {
  margin-top: min(calc(5 / 750 * 100vw), 5px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.sec01 .sec01__title-line {
  display: block;
}
.sec01 .sec01__title-line:nth-child(1) {
  font-size: min(calc(48 / 750 * 100vw), 48px);
  letter-spacing: 0.08em;
}
.sec01 .sec01__title-line:nth-child(2) {
  font-size: min(calc(48 / 750 * 100vw), 48px);
  letter-spacing: 0.08em;
  margin-top: max(calc(0 / 750 * 100vw), 0px);
}
.sec01 .sec01__title-line:nth-child(2) .small {
  font-size: min(calc(38 / 750 * 100vw), 38px);
}
.sec01 .sec01__benefit {
  margin-top: min(calc(25 / 750 * 100vw), 25px);
  position: relative;
}
.sec01 .sec01__benefit .sec01__benefitText {
  position: absolute;
  text-align: center;
  z-index: 2;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(calc(-52 / 750 * 100vw), -52px);
  background-image: linear-gradient(25deg, #f49f00 21.11%, #fc5a15 48.93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(82 / 750 * 100vw), 82px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(6 / 750 * 100vw), 6px);
}
.sec01 .sec01__benefit .sec01__benefitText .text01 {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(187 / 750 * 100vw), 187px);
  font-weight: 900;
  line-height: 140%; /* vw(261.87) */
  letter-spacing: max(calc(-3 / 750 * 100vw), -3px);
}
.sec01 .sec01__benefit .sec01__benefitText .text02 {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(105 / 750 * 100vw), 105px);
  font-weight: 900;
  line-height: 140%;
}
.sec01 .sec01__benefit .sec01__benefitText .text03 {
  position: relative;
  z-index: 2;
  color: #fc5a15;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: initial;
}
.sec01 .sec01__benefit .sec01__benefitText .text03::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='52' viewBox='0 0 100 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M86.87 44.154C86.7084 44.281 86.5156 44.3748 86.3136 44.4416L75.0476 47.9022C74.0517 48.2075 73.0035 47.6 72.6951 46.5511C72.3866 45.5023 72.946 44.3987 73.9346 44.0914L85.2005 40.6308C86.1964 40.3255 87.2447 40.933 87.5531 41.9819C87.8021 42.8183 87.5021 43.6749 86.87 44.154Z' fill='%23FF5A00' stroke='%23FF5A00'/%3E%3Cpath d='M98.0462 40.478C97.8845 40.6051 97.6915 40.6991 97.4893 40.766L93.4933 41.9944C92.4966 42.3001 91.4474 41.6918 91.1387 40.6417C90.8318 39.5839 91.3898 38.4866 92.3792 38.1789L96.3753 36.9505C97.372 36.6448 98.4212 37.2531 98.7299 38.3032C98.9717 39.1386 98.6697 40.0039 98.0462 40.478Z' fill='%23FF5A00' stroke='%23FF5A00'/%3E%3Cpath d='M68.952 35.4238C68.2322 35.9648 67.2211 35.9078 66.5496 35.2298C65.7805 34.4673 65.7369 33.2065 66.4462 32.4079L74.3051 23.615C75.0144 22.8165 76.2085 22.7924 76.9777 23.5549C77.7468 24.3174 77.7903 25.5782 77.081 26.3767L69.2221 35.1696C69.1364 35.2692 69.047 35.3514 68.952 35.4238Z' fill='%23FF5A00' stroke='%23FF5A00'/%3E%3Cpath d='M82.6025 19.9723C81.8838 20.5126 80.8742 20.4558 80.2038 19.7784C79.4359 19.0168 79.3924 17.7574 80.1006 16.9597L82.5384 14.2263C83.2466 13.4286 84.4388 13.4046 85.2068 14.1663C85.9747 14.9279 86.0183 16.1874 85.3101 16.985L82.8722 19.7184C82.7867 19.8179 82.6974 19.9 82.6025 19.9723Z' fill='%23FF5A00' stroke='%23FF5A00'/%3E%3Cpath d='M57.4967 28.5074C57.064 28.8347 56.504 28.9621 55.9369 28.8152C54.9069 28.5499 54.2586 27.4647 54.4941 26.3902L57.4494 12.8796C57.6849 11.8051 58.7099 11.1447 59.7399 11.41C60.77 11.6753 61.4183 12.7605 61.1827 13.835L58.2275 27.3456C58.128 27.8384 57.861 28.2357 57.4967 28.5074Z' fill='%23FF5A00' stroke='%23FF5A00'/%3E%3Cpath d='M62.1029 7.82733C61.6742 8.15361 61.1194 8.28058 60.5576 8.1341C59.537 7.86955 58.8948 6.78761 59.1281 5.71638L59.9303 2.02893C60.1636 0.957699 61.1791 0.299318 62.1996 0.563869C63.2201 0.828421 63.8625 1.91039 63.6291 2.98162L62.8269 6.66907C62.7211 7.15828 62.4564 7.55442 62.1029 7.82733Z' fill='%23FF5A00' stroke='%23FF5A00'/%3E%3Cpath d='M44.2909 28.6538C44.1283 28.7815 43.9344 28.8759 43.7312 28.9431C42.7297 29.2501 41.6755 28.6391 41.3654 27.5843L37.4145 13.9929C37.1061 12.9304 37.6668 11.8282 38.661 11.5191C39.6625 11.2121 40.7168 11.8231 41.027 12.8779L44.9778 26.4693C45.2207 27.3084 44.9173 28.1776 44.2909 28.6538Z' fill='%23FF5A00' stroke='%23FF5A00'/%3E%3Cpath d='M38.2567 7.13539C38.0871 7.26087 37.9009 7.35715 37.6981 7.42424C36.6984 7.73086 35.6463 7.12071 35.3385 6.05968L34.6204 3.60586C34.3126 2.54484 34.8722 1.44423 35.8645 1.13558C36.8568 0.826939 37.9164 1.43914 38.226 2.49246L38.9422 4.95396C39.183 5.79962 38.8819 6.65988 38.2567 7.13539Z' fill='%23FF5A00' stroke='%23FF5A00'/%3E%3Cpath d='M32.8034 35.8772C32.088 36.4148 31.0832 36.3582 30.4159 35.6844L21.6063 26.9041C20.8419 26.1464 20.7986 24.8935 21.5035 24.0999C22.2084 23.3064 23.3951 23.2825 24.1595 24.0402L32.9692 32.8206C33.7336 33.5783 33.7768 34.8311 33.0719 35.6247C32.9868 35.7237 32.8978 35.8053 32.8034 35.8772Z' fill='%23FF5A00' stroke='%23FF5A00'/%3E%3Cpath d='M25.9166 48.5142C25.4744 49.3229 24.5488 49.6842 23.6955 49.3169L12.4719 44.5792C11.4997 44.172 10.9905 42.9944 11.3271 41.9458C11.6637 40.8972 12.7228 40.384 13.6951 40.7911L24.9187 45.5289C25.8909 45.936 26.4 47.1137 26.0634 48.1623C26.0239 48.2919 25.9745 48.4066 25.9166 48.5142Z' fill='%23FF5A00' stroke='%23FF5A00'/%3E%3Cpath d='M18.9649 21.939C18.2488 22.4773 17.2431 22.4206 16.5752 21.7459L13.3606 18.5376C12.5955 17.7788 12.5523 16.5243 13.2578 15.7297C13.9616 14.9427 15.1512 14.9111 15.9162 15.6699L19.1307 18.8782C19.8958 19.6369 19.9374 20.8992 19.2263 21.6841C19.1484 21.7852 19.0594 21.867 18.9649 21.939Z' fill='%23FF5A00' stroke='%23FF5A00'/%3E%3Cpath d='M8.05098 41.2442C7.6093 42.0514 6.68463 42.4121 5.83209 42.0455L1.74347 40.3184C0.772189 39.9119 0.26363 38.7363 0.599906 37.6895C0.937457 36.6508 1.99421 36.1303 2.9655 36.5368L7.05402 38.2639C8.02531 38.6704 8.53522 39.8541 8.19035 40.8939C8.15822 41.0223 8.1089 41.1367 8.05098 41.2442Z' fill='%23FF5A00' stroke='%23FF5A00'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(100 / 750 * 100vw), 100px);
  height: min(calc(52 / 750 * 100vw), 52px);
  left: 50%;
  transform: translateX(-50%);
  top: max(calc(-60 / 750 * 100vw), -60px);
}
.sec01 .sec01__benefit .sec01__benefitImg {
  position: relative;
  z-index: 1;
}
.sec01 .sec01__benefit-sub {
  font-size: min(calc(42 / 750 * 100vw), 42px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.sec01 .sec01__benefit-main {
  font-size: min(calc(140 / 750 * 100vw), 140px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ffeb3b;
  margin-top: max(calc(-10 / 750 * 100vw), -10px);
}
.sec01 .sec01__img01 {
  width: min(calc(380 / 750 * 100vw), 380px);
  margin: min(calc(30 / 750 * 100vw), 30px) 0 0 min(calc(17 / 750 * 100vw), 17px);
}
.sec01 .sec01__note {
  margin-top: min(calc(40 / 750 * 100vw), 40px);
  font-size: min(calc(20 / 750 * 100vw), 20px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: inline-block;
  text-align: left;
  margin: min(calc(13 / 750 * 100vw), 13px) 0 0 min(calc(30 / 750 * 100vw), 30px);
}
.sec01 .sec01__img02 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
/*# sourceMappingURL=fv.css.map */
