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

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

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

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

*:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

img {
  display: block;
  height: auto;
}

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

textarea {
  resize: vertical;
}

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

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

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

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

.adlp-wrapper {
  color: #333;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper {
    min-width: min(calc(1920 / 1080 * 100vw), 1920px);
    max-width: 1920px;
    margin: 0 auto;
  }
}
.adlp-wrapper .relative {
  position: relative;
}
.adlp-wrapper .w100 {
  width: 100% !important;
  display: block;
}
.adlp-wrapper .center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pc {
    display: none !important;
  }
}
.adlp-wrapper .text__txt {
  color: #333 !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #E75B18 !important;
}
.adlp-wrapper .text__main {
  color: #1CA0A0 !important;
}
.adlp-wrapper .text__orange {
  color: #F07000 !important;
}
.adlp-wrapper .text__black {
  color: #000000 !important;
}
.adlp-wrapper .text__gray {
  color: #444444 !important;
}
.adlp-wrapper .text__light-gray {
  color: #ECF0F3 !important;
}
.adlp-wrapper .bg__txt {
  background: #333 !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #E75B18 !important;
}
.adlp-wrapper .bg__main {
  background: #1CA0A0 !important;
}
.adlp-wrapper .bg__orange {
  background: #F07000 !important;
}
.adlp-wrapper .bg__black {
  background: #000000 !important;
}
.adlp-wrapper .bg__gray {
  background: #444444 !important;
}
.adlp-wrapper .bg__light-gray {
  background: #ECF0F3 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #333;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__accent {
  border-top: 1px solid #E75B18;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__main {
  border-top: 1px solid #1CA0A0;
}
.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__orange {
  border-top: 1px solid #F07000;
}
.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__black {
  border-top: 1px solid #000000;
}
.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__gray {
  border-top: 1px solid #444444;
}
.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__light-gray {
  border-top: 1px solid #ECF0F3;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, #333 60%);
}
.adlp-wrapper .marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.adlp-wrapper .marker__silver {
  background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.adlp-wrapper .marker__accent {
  background: linear-gradient(transparent 60%, #E75B18 60%);
}
.adlp-wrapper .marker__main {
  background: linear-gradient(transparent 60%, #1CA0A0 60%);
}
.adlp-wrapper .marker__orange {
  background: linear-gradient(transparent 60%, #F07000 60%);
}
.adlp-wrapper .marker__black {
  background: linear-gradient(transparent 60%, #000000 60%);
}
.adlp-wrapper .marker__gray {
  background: linear-gradient(transparent 60%, #444444 60%);
}
.adlp-wrapper .marker__light-gray {
  background: linear-gradient(transparent 60%, #ECF0F3 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #333;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #E75B18;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__main {
  border-bottom: 1px solid #1CA0A0;
}
.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__orange {
  border-bottom: 1px solid #F07000;
}
.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__black {
  border-bottom: 1px solid #000000;
}
.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__gray {
  border-bottom: 1px solid #444444;
}
.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__light-gray {
  border-bottom: 1px solid #ECF0F3;
}
.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%;
  background: #fff;
  box-shadow: 0 min(calc(2 / 1080 * 100vw), 2px) min(calc(4 / 1080 * 100vw), 4px) 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .adlp-header {
    box-shadow: 0 calc(3 / 750 * 100vw) calc(6 / 750 * 100vw) 0 rgba(0, 0, 0, 0.15);
  }
}
.adlp-header__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
  }
}
.adlp-header__logo {
  width: min(calc(170 / 1080 * 100vw), 170px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(226 / 750 * 100vw);
    margin-left: calc(16 / 750 * 100vw);
  }
}
.adlp-header a {
  transition: all 0.3s;
}
.adlp-header a:hover {
  filter: brightness(120%);
}
.adlp-header__wrapper {
  display: flex;
}
.adlp-header__btn1 {
  background-color: #fff;
  height: min(calc(60 / 1080 * 100vw), 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(266 / 1080 * 100vw), 266px);
}
@media screen and (max-width: 767px) {
  .adlp-header__btn1 {
    display: none;
  }
}
.adlp-header__btn1 .tel {
  color: #D93A00;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(33 / 1080 * 100vw), 33px);
  font-weight: 700;
  line-height: 120%;
  position: relative;
  letter-spacing: 0.01em;
  display: block;
}
.adlp-header__btn1 .hour {
  color: var(--chuou-text_black, #333);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
  display: block;
}
@media screen and (min-width: 768px) {
  .adlp-header__btn2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__btn2 {
    background-color: #D93A00;
    color: #fff;
    height: calc(90 / 750 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(224 / 750 * 100vw);
  }
  .adlp-header__btn2 .free {
    color: #D93A00;
    text-align: center;
    font-size: calc(26 / 750 * 100vw);
    font-weight: 700;
    line-height: 120%;
    border-radius: 50%;
    background: var(--base01, #FFF);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(66 / 750 * 100vw);
    height: calc(66 / 750 * 100vw);
    margin-right: calc(12 / 750 * 100vw);
  }
  .adlp-header__btn2 .text01 {
    color: var(--base01, #FFF);
    text-align: center;
    font-size: calc(26 / 750 * 100vw);
    font-weight: 700;
    line-height: 160%;
  }
}
.adlp-header__btn3 {
  background-color: #392012;
  color: #fff;
  height: min(calc(60 / 1080 * 100vw), 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(220 / 1080 * 100vw), 220px);
}
@media screen and (max-width: 767px) {
  .adlp-header__btn3 {
    height: calc(90 / 750 * 100vw);
    width: calc(253 / 750 * 100vw);
  }
}
.adlp-header__btn3 .free {
  color: #392012;
  text-align: center;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 120%;
  border-radius: 50%;
  background: var(--base01, #FFF);
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-header__btn3 .free {
    font-size: calc(26 / 750 * 100vw);
    width: calc(66 / 750 * 100vw);
    height: calc(66 / 750 * 100vw);
    margin-right: calc(12 / 750 * 100vw);
  }
}
.adlp-header__btn3 .text01 {
  color: var(--base01, #FFF);
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .adlp-header__btn3 .text01 {
    font-size: calc(26 / 750 * 100vw);
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: #fff;
  box-shadow: 0 max(calc(-2 / 1080 * 100vw), -2px) min(calc(4 / 1080 * 100vw), 4px) 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  z-index: 90;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    box-shadow: 0 calc(-4 / 750 * 100vw) calc(4 / 750 * 100vw) 0 rgba(0, 0, 0, 0.08);
    width: 100%;
  }
}
.adlp-floating__inner {
  margin: 0 auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
}
@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    width: calc(750 / 750 * 100vw);
  }
}
.adlp-floating__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DDD;
  gap: 1px;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  .adlp-floating__wrapper {
    border: none;
    gap: calc(2 / 750 * 100vw);
  }
}
.adlp-floating a {
  transition: all 0.3s;
}
.adlp-floating a:hover {
  filter: brightness(110%);
}
.adlp-floating_btn1 {
  background-color: #fff;
  height: min(calc(100 / 1080 * 100vw), 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(358 / 1080 * 100vw), 358px);
}
@media screen and (max-width: 767px) {
  .adlp-floating_btn1 {
    display: none;
  }
}
.adlp-floating_btn1 .tel {
  color: #D93A00;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 120%;
  position: relative;
  display: block;
}
.adlp-floating_btn1 .hour {
  color: var(--chuou-text_black, #333);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
  display: block;
}
@media screen and (min-width: 768px) {
  .adlp-floating_btn2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .adlp-floating_btn2 {
    background-color: #D93A00;
    color: #fff;
    height: calc(156 / 750 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(248 / 750 * 100vw);
    padding-top: calc(55 / 750 * 100vw);
    position: relative;
  }
  .adlp-floating_btn2 .free {
    color: #D93A00;
    font-size: calc(26 / 750 * 100vw);
    line-height: 100%;
    background-color: #fff;
    border-radius: 50%;
    background: var(--white, #FFF);
    display: inline-block;
    width: calc(66 / 750 * 100vw);
    height: calc(66 / 750 * 100vw);
    margin-right: calc(4 / 750 * 100vw);
    padding-top: calc(20 / 750 * 100vw);
  }
  .adlp-floating_btn2 .text01 {
    color: var(--base01, #FFF);
    text-align: center;
    font-size: calc(30 / 750 * 100vw);
    font-weight: 700;
    line-height: 160%;
  }
  .adlp-floating_btn2 .text01::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(-60 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/icon_tel02.svg);
    background-size: 100% 100%;
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
  }
}
.adlp-floating_btn3 {
  background-color: #392012;
  color: #fff;
  height: min(calc(100 / 1080 * 100vw), 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(358 / 1080 * 100vw), 358px);
}
@media screen and (max-width: 767px) {
  .adlp-floating_btn3 {
    height: calc(156 / 750 * 100vw);
    width: calc(248 / 750 * 100vw);
    padding-top: calc(55 / 750 * 100vw);
    position: relative;
  }
}
.adlp-floating_btn3 .text01 {
  color: var(--base01, #FFF);
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 160%;
  position: relative;
  padding-left: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-floating_btn3 .text01 {
    font-size: calc(30 / 750 * 100vw);
    padding-left: 0;
    position: static;
  }
}
.adlp-floating_btn3 .text01 .free {
  color: #392012;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 100%;
  background-color: #fff;
  border-radius: min(calc(6 / 1080 * 100vw), 6px);
  background: var(--white, #FFF);
  display: inline-block;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(6 / 1080 * 100vw), 6px);
  margin-right: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-floating_btn3 .text01 .free {
    font-size: calc(26 / 750 * 100vw);
    border-radius: 50%;
    width: calc(66 / 750 * 100vw);
    height: calc(66 / 750 * 100vw);
    padding: 0;
    margin-right: calc(4 / 750 * 100vw);
    padding-top: calc(20 / 750 * 100vw);
  }
}
.adlp-floating_btn3 .text01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/icon_mail.svg);
  background-size: 100% 100%;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  left: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .adlp-floating_btn3 .text01::after {
    top: calc(-60 / 750 * 100vw);
    left: 50%;
    transform: translateY(0) translateX(-50%);
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
  }
}
.adlp-floating_btn4 {
  background-color: #5C851B;
  color: #fff;
  height: min(calc(100 / 1080 * 100vw), 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(358 / 1080 * 100vw), 358px);
}
@media screen and (max-width: 767px) {
  .adlp-floating_btn4 {
    height: calc(156 / 750 * 100vw);
    width: calc(248 / 750 * 100vw);
    padding-top: calc(55 / 750 * 100vw);
    position: relative;
  }
}
.adlp-floating_btn4 .text01 {
  color: var(--base01, #FFF);
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 160%;
  position: relative;
  padding-left: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-floating_btn4 .text01 {
    font-size: calc(28 / 750 * 100vw);
    padding-left: 0;
    position: static;
  }
}
.adlp-floating_btn4 .text01 .free {
  color: #5C851B;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 100%;
  background-color: #fff;
  border-radius: min(calc(6 / 1080 * 100vw), 6px);
  background: var(--white, #FFF);
  display: inline-block;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(6 / 1080 * 100vw), 6px);
  margin-right: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-floating_btn4 .text01 .free {
    font-size: calc(26 / 750 * 100vw);
    border-radius: 50%;
    width: calc(66 / 750 * 100vw);
    height: calc(66 / 750 * 100vw);
    padding: 0;
    margin-right: calc(4 / 750 * 100vw);
    padding-top: calc(20 / 750 * 100vw);
  }
}
.adlp-floating_btn4 .text01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/icon_chat.svg);
  background-size: 100% 100%;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  left: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .adlp-floating_btn4 .text01::after {
    top: calc(-60 / 750 * 100vw);
    left: 50%;
    transform: translateY(0) translateX(-50%);
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
  }
}

.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-btn__text {
  text-align: center;
}
.adlp-btn {
  border-radius: 200px;
  height: min(calc(137 / 1080 * 100vw), 137px);
  width: min(calc(631 / 1080 * 100vw), 631px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    height: calc(182 / 750 * 100vw);
    width: calc(672 / 750 * 100vw);
  }
}
.adlp-btn:hover {
  filter: brightness(120%);
}
.adlp-btn p {
  text-align: center;
  z-index: 1;
  line-height: 160%;
}
.adlp-btn p span {
  line-height: 160%;
}
.adlp-btn p span.text01 {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text01 {
    font-size: calc(42 / 750 * 100vw);
  }
}
.adlp-btn.-fr {
  padding-left: min(calc(9 / 1080 * 100vw), 9px);
}
.adlp-btn.-fr::before {
  content: "無料";
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  color: #FC8B28;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.-fr::before {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    top: calc(10 / 750 * 100vw);
    left: calc(10 / 750 * 100vw);
  }
}
.adlp-btn.-fr.-btn5::before {
  color: #1CA0A0;
}
.adlp-btn.-btn4 {
  color: #fff;
  background: #FC8B28;
  box-shadow: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(10 / 1080 * 100vw), 10px) 0 rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 767px) {
  .adlp-btn.-btn4 {
    box-shadow: 0 calc(6 / 750 * 100vw) calc(10 / 750 * 100vw) 0 rgba(0, 0, 0, 0.24);
  }
}
.adlp-btn.-btn4::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='13' viewBox='0 0 19 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.51111 13L18.1809 -1.63913e-07H0.841309L9.51111 13Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(18 / 1080 * 100vw), 18px);
  height: min(calc(13 / 1080 * 100vw), 13px);
  right: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.-btn4::after {
    width: calc(38 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
    right: calc(46 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.-btn4:hover {
    filter: brightness(110%);
  }
  .adlp-btn.-btn4:hover::after {
    transform: translate(0, min(calc(2 / 1080 * 100vw), 2px));
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.-btn4:active {
    filter: brightness(110%);
  }
  .adlp-btn.-btn4:active::after {
    transform: translate(0, min(calc(2 / 1080 * 100vw), 2px));
  }
}
.adlp-btn.-btn5 {
  color: #fff;
  background: #14B4B4;
  box-shadow: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(10 / 1080 * 100vw), 10px) 0 rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 767px) {
  .adlp-btn.-btn5 {
    box-shadow: 0 calc(6 / 750 * 100vw) calc(10 / 750 * 100vw) 0 rgba(0, 0, 0, 0.24);
  }
}
.adlp-btn.-btn5::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='38' viewBox='0 0 28 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 19.0005L-1.86965e-06 0.000488208L-2.08616e-07 38.0005L28 19.0005Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(18 / 1080 * 100vw), 18px);
  height: min(calc(13 / 1080 * 100vw), 13px);
  right: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.-btn5::after {
    width: calc(28 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    right: calc(41 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.-btn5:hover {
    filter: brightness(110%);
  }
  .adlp-btn.-btn5:hover::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.-btn5:active {
    filter: brightness(110%);
  }
  .adlp-btn.-btn5:active::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}

.adlp-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
.adlp-modal.--open {
  visibility: visible;
  opacity: 1;
}
.adlp-modal__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(153, 153, 153, 0.9);
}
.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;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content {
    width: calc(690 / 750 * 100vw);
  }
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content {
    width: calc(690 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-top01 {
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  position: absolute;
  top: max(calc(-40 / 1080 * 100vw), -40px);
  right: max(calc(-80 / 1080 * 100vw), -80px);
  cursor: pointer;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M70 70L-3.0598e-06 1.52588e-05L70 1.2199e-05L70 70Z' fill='%23E27A1E'/%3E%3Crect x='57.749' y='30.6074' width='25' height='5' transform='rotate(-135 57.749 30.6074)' fill='white'/%3E%3Crect x='40.0713' y='27.0723' width='25' height='5' transform='rotate(-45 40.0713 27.0723)' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-top01 {
    width: calc(88 / 750 * 100vw);
    height: calc(88 / 750 * 100vw);
    top: calc(-40 / 750 * 100vw);
    right: calc(-30 / 750 * 100vw);
  }
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(180 / 1080 * 100vw), 180px);
  height: min(calc(48 / 1080 * 100vw), 48px);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  background: var(--main01, #E27A1E);
  color: var(--ffffff, #FFF);
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  padding-left: min(calc(20 / 1080 * 100vw), 20px);
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-bottom {
    width: calc(212 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    border-radius: calc(6 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.55 / 750 * 100vw);
    padding-left: calc(35 / 750 * 100vw);
  }
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-bottom:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5.58545' y='20.2446' width='19.6' height='4.2' transform='rotate(-45 5.58545 20.2446)' fill='white'/%3E%3Crect x='8.55518' y='6.38525' width='19.6' height='4.2' transform='rotate(45 8.55518 6.38525)' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(30 / 1080 * 100vw), 30px);
  height: min(calc(30 / 1080 * 100vw), 30px);
  position: absolute;
  left: min(calc(20 / 1080 * 100vw), 20px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-bottom:before {
    width: calc(44 / 750 * 100vw);
    height: calc(44 / 750 * 100vw);
    left: calc(20 / 750 * 100vw);
  }
}
.adlp-modal .adlp-modal__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: min(calc(1080 / 1080 * 100vw), 1080px);
}
@media screen and (max-width: 767px) {
  .adlp-modal .adlp-modal__wrapper {
    width: calc(690 / 750 * 100vw);
  }
}
.adlp-modal .adlp-modal__wrapper .adlp-modal__content__close.--store {
  position: absolute;
  top: max(calc(-20 / 1080 * 100vw), -20px);
  right: max(calc(-20 / 1080 * 100vw), -20px);
  width: min(calc(45 / 1080 * 100vw), 45px);
  height: min(calc(45 / 1080 * 100vw), 45px);
  cursor: pointer;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22.4' cy='22.4' r='22.4' fill='%23E27A1E'/%3E%3Crect x='12.0059' y='29.8242' width='25.2' height='4.2' transform='rotate(-45 12.0059 29.8242)' fill='white'/%3E%3Crect x='14.9756' y='12.0059' width='25.2' height='4.2' transform='rotate(45 14.9756 12.0059)' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .adlp-modal .adlp-modal__wrapper .adlp-modal__content__close.--store {
    width: calc(64 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
    top: calc(-30 / 750 * 100vw);
    right: calc(-20 / 750 * 100vw);
  }
}
.adlp-modal .adlp-modal__wrapper .adlp-modal__content {
  position: relative;
  top: auto;
  left: auto;
  transform: translateX(0) translateY(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 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0 min(calc(30 / 1080 * 100vw), 30px);
  background-image: url(../img/cv_bg_pc.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(400 / 1080 * 100vw), 400px);
}
@media screen and (max-width: 767px) {
  .cv {
    background-image: url(../img/cv_bg_sp.webp);
    background-size: calc(750 / 750 * 100vw) calc(559 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .cv__title {
    color: var(--text01, #333);
    text-align: center;
    font-size: calc(38 / 750 * 100vw);
    font-weight: 700;
    line-height: 140%;
    margin-bottom: calc(6 / 750 * 100vw);
  }
}
.cv__telbox {
  width: min(calc(750 / 1080 * 100vw), 750px);
  margin: 0 auto min(calc(39 / 1080 * 100vw), 39px);
}
.cv__telbox-title {
  border-radius: min(calc(15 / 1080 * 100vw), 15px) min(calc(15 / 1080 * 100vw), 15px) 0 0;
  background: var(--red, #D93A00);
  height: min(calc(65 / 1080 * 100vw), 65px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white, #FFF);
  text-align: center;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 140%;
  padding-left: min(calc(50 / 1080 * 100vw), 50px);
  position: relative;
}
.cv__telbox-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url(../img/cv_icon.webp);
  background-size: 100% 100%;
  width: min(calc(100 / 1080 * 100vw), 100px);
  height: min(calc(100 / 1080 * 100vw), 100px);
  left: min(calc(190 / 1080 * 100vw), 190px);
  z-index: 2;
}
.cv__telbox-content {
  border-radius: 0 0 min(calc(15 / 1080 * 100vw), 15px) min(calc(15 / 1080 * 100vw), 15px);
  border: min(calc(5 / 1080 * 100vw), 5px) solid var(--red, #D93A00);
  background: var(--white, #FFF);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .cv__telbox-content {
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
  }
}
.cv__hour {
  color: var(--chuou-text_black, #333);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 140%;
}
.cv__tel {
  color: #D93A00;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 800;
  line-height: 100%;
  position: relative;
}
.cv__mailbtn {
  width: min(calc(631 / 1080 * 100vw), 631px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cv__mailbtn {
    width: calc(672 / 750 * 100vw);
    margin: calc(10 / 750 * 100vw) auto 0;
  }
}

.fv {
  position: relative;
}
.fv__important {
  background-color: #f0e9d0;
  text-align: center;
  padding: min(calc(14 / 1080 * 100vw), 14px) 0;
}
@media screen and (max-width: 767px) {
  .fv__important {
    padding: calc(14 / 750 * 100vw) 0;
  }
}
.fv__important .adlp-modal__open {
  color: var(--other02, #85511e);
  text-align: center;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
  padding: 0 min(calc(20 / 1080 * 100vw), 20px) 0 min(calc(25 / 1080 * 100vw), 25px);
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .fv__important .adlp-modal__open {
    font-size: calc(22 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  }
}
.fv__important .adlp-modal__open:hover {
  filter: brightness(120%);
}
.fv__important .adlp-modal__open:before {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_caution_brown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .fv__important .adlp-modal__open:before {
    width: calc(32 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
  }
}
.fv__important .adlp-modal__open .arrow {
  width: min(calc(7 / 1080 * 100vw), 7px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33398 1.28613L6.05898 6.01113L1.33398 10.7361' stroke='%2385511E' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .fv__important .adlp-modal__open .arrow {
    width: calc(10 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
  }
}
.fv__bnr {
  display: block;
  width: min(calc(750 / 1080 * 100vw), 750px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .fv__bnr {
    width: calc(750 / 750 * 100vw);
  }
}
.fv__bnr:hover {
  opacity: 0.8;
}
.fv .c-campaign-banner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.condition {
  background-image: url(../img/condition_bg_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(702 / 1080 * 100vw), 702px);
  padding: min(calc(65 / 1080 * 100vw), 65px) 0 min(calc(70 / 1080 * 100vw), 70px);
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .condition {
    background-image: url(../img/condition_bg_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .condition {
    background-image: url(../img/condition_bg_sp.png);
    background-size: calc(750 / 750 * 100vw) calc(1185 / 750 * 100vw);
    padding: calc(59 / 750 * 100vw) 0 calc(65 / 750 * 100vw);
  }
  @supports (background-image: image-set(url("test.webp") type('image/webp'))) {
    .condition {
      background-image: url(../img/condition_bg_sp.webp);
    }
  }
}
.condition__title {
  width: min(calc(701 / 1080 * 100vw), 701px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .condition__title {
    width: calc(632 / 750 * 100vw);
  }
}
.condition__contents {
  width: min(calc(630 / 1080 * 100vw), 630px);
  margin: min(calc(20 / 1080 * 100vw), 20px) auto 0;
}
@media screen and (max-width: 767px) {
  .condition__contents {
    width: calc(630 / 750 * 100vw);
    margin: calc(36 / 750 * 100vw) auto 0;
  }
}
.condition .adlp-accordion__wrapper {
  gap: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .condition .adlp-accordion__wrapper {
    gap: calc(0 / 750 * 100vw);
  }
}
.condition .adlp-accordion {
  border: min(calc(2 / 1080 * 100vw), 2px) solid #333;
}
@media screen and (max-width: 767px) {
  .condition .adlp-accordion {
    border: calc(4 / 750 * 100vw) solid #333;
  }
}
.condition .adlp-accordion__header__inner {
  justify-content: center;
  padding: min(calc(13 / 1080 * 100vw), 13px) min(calc(40 / 1080 * 100vw), 40px) min(calc(13 / 1080 * 100vw), 13px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .condition .adlp-accordion__header__inner {
    padding: calc(24 / 750 * 100vw) calc(30 / 750 * 100vw) calc(24 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.condition .adlp-accordion__header__inner .text {
  color: #333;
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .condition .adlp-accordion__header__inner .text {
    font-size: calc(32 / 750 * 100vw);
  }
}
.condition .adlp-accordion__header.--plus::before {
  right: min(calc(109 / 1080 * 100vw), 109px);
  background: #333;
}
@media screen and (max-width: 767px) {
  .condition .adlp-accordion__header.--plus::before {
    height: calc(30 / 750 * 100vw);
    width: calc(4 / 750 * 100vw);
    right: calc(46 / 750 * 100vw);
  }
}
.condition .adlp-accordion__header.--plus::after {
  right: min(calc(100 / 1080 * 100vw), 100px);
  background-image: none;
  background: #333;
}
@media screen and (max-width: 767px) {
  .condition .adlp-accordion__header.--plus::after {
    width: calc(32 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    right: calc(32 / 750 * 100vw);
  }
}
.condition .adlp-accordion__body__inner {
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .condition .adlp-accordion__body__inner {
    padding: 0 calc(26 / 750 * 100vw) calc(32 / 750 * 100vw);
  }
}
.condition .adlp-accordion__body__inner p {
  color: var(--base-666, #666);
  text-align: justify;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .condition .adlp-accordion__body__inner p {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: -0.08em;
  }
}

.anchor {
  background: #FFD2AA;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .anchor {
    padding: calc(50 / 750 * 100vw) 0;
  }
}
.anchor__title {
  color: var(--main01, #1CA0A0);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(4 / 1080 * 100vw), 4px);
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .anchor__title {
    font-size: calc(60 / 750 * 100vw);
    letter-spacing: calc(4.8 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.anchor__title .astarisk {
  color: #666;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .anchor__title .astarisk {
    font-size: calc(24 / 750 * 100vw);
  }
}
.anchor__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .anchor__list {
    flex-wrap: wrap;
  }
}
.anchor__item {
  flex: 0 0 min(calc(238 / 1080 * 100vw), 238px);
}
@media screen and (max-width: 767px) {
  .anchor__item {
    flex: 0 0 calc(304 / 750 * 100vw);
  }
}
.anchor__link {
  height: min(calc(118 / 1080 * 100vw), 118px);
  display: block;
  color: var(--text01, #333);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  transition: filter 0.3s;
  background-image: url(../img/anchor_btn_bg_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding: min(calc(26 / 1080 * 100vw), 26px) 0 0;
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .anchor__link {
    background-image: url(../img/anchor_btn_bg_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .anchor__link {
    background-image: url(../img/anchor_btn_bg_sp.png);
    height: calc(228 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
    padding: calc(36 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
  }
  @supports (background-image: image-set(url("test.webp") type('image/webp'))) {
    .anchor__link {
      background-image: url(../img/anchor_btn_bg_sp.webp);
    }
  }
}
.anchor__link:hover {
  filter: brightness(105%);
}
.anchor__note {
  color: var(--base-666, #666);
  text-align: justify;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .anchor__note {
    font-size: calc(24 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
}

.doubt__head {
  background-image: url(../img/doubt_bg01_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(351 / 1080 * 100vw), 351px);
  padding: min(calc(45 / 1080 * 100vw), 45px) 0 max(calc(0 / 1080 * 100vw), 0px);
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .doubt__head {
    background-image: url(../img/doubt_bg01_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .doubt__head {
    background-image: url(../img/doubt_bg01_sp.png);
    background-size: calc(750 / 750 * 100vw) calc(467 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
  }
  @supports (background-image: image-set(url("test.webp") type('image/webp'))) {
    .doubt__head {
      background-image: url(../img/doubt_bg01_sp.webp);
    }
  }
}
.doubt__title {
  width: min(calc(654 / 1080 * 100vw), 654px);
  margin: 0 auto;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .doubt__title {
    width: calc(680 / 750 * 100vw);
  }
}
.doubt__img {
  width: min(calc(743 / 1080 * 100vw), 743px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .doubt__img {
    width: calc(750 / 750 * 100vw);
  }
}
.doubt__content {
  background-image: url(../img/doubt_bg02_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: min(calc(42 / 1080 * 100vw), 42px) 0;
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .doubt__content {
    background-image: url(../img/doubt_bg02_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .doubt__content {
    background-image: url(../img/doubt_bg02_sp.png);
    background-size: cover;
    padding: calc(40 / 750 * 100vw) 0;
  }
  @supports (background-image: image-set(url("test.webp") type('image/webp'))) {
    .doubt__content {
      background-image: url(../img/doubt_bg02_sp.webp);
    }
  }
}
.doubt__list {
  display: flex;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .doubt__list {
    width: calc(690 / 750 * 100vw);
    margin: 0 auto;
    flex-direction: column;
    gap: calc(30 / 750 * 100vw);
  }
}
.doubt__item {
  flex: 0 0 min(calc(320 / 1080 * 100vw), 320px);
  border-radius: min(calc(15 / 1080 * 100vw), 15px);
  background: var(--white, #FFF);
  box-shadow: 0 min(calc(3 / 1080 * 100vw), 3px) min(calc(9 / 1080 * 100vw), 9px) 0 rgba(154, 112, 48, 0.4);
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .doubt__item {
    border-radius: calc(20 / 750 * 100vw);
    box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(12 / 1080 * 100vw), 12px) 0 rgba(154, 112, 48, 0.4);
    padding: calc(0 / 750 * 100vw) 0;
    height: min(calc(220 / 1080 * 100vw), 220px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(20 / 750 * 100vw);
  }
}
.doubt__icon {
  width: min(calc(102 / 1080 * 100vw), 102px);
  margin: 0 auto min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .doubt__icon {
    width: calc(136 / 750 * 100vw);
    margin: 0;
  }
}
.doubt__text {
  color: #392012;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .doubt__text {
    font-size: calc(36 / 750 * 100vw);
    flex: 0 0 calc(412 / 750 * 100vw);
  }
}
.doubt__text b {
  color: #DB5000;
  font-weight: 700;
}

.appeal {
  background: #fff;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .appeal {
    padding: calc(53 / 750 * 100vw) 0 max(calc(0 / 1080 * 100vw), 0px);
  }
}
.appeal__head {
  text-align: center;
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .appeal__head {
    margin-bottom: calc(0 / 750 * 100vw);
  }
}
.appeal__tag {
  background: #F8F4E4;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #D4C89E;
  display: inline-block;
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(20 / 1080 * 100vw), 20px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .appeal__tag {
    border-width: calc(2 / 750 * 100vw);
    padding: calc(12 / 750 * 100vw) calc(26 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(15 / 750 * 100vw);
  }
}
.appeal__title {
  font-family: "Noto Serif JP", serif;
}
.appeal__title-text01 {
  color: #F07000;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  display: block;
}
@media screen and (max-width: 767px) {
  .appeal__title-text01 {
    font-size: calc(60 / 750 * 100vw);
  }
}
.appeal__title-text02 {
  font-size: min(calc(80 / 1080 * 100vw), 80px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  display: block;
}
@media screen and (max-width: 767px) {
  .appeal__title-text02 {
    font-size: calc(90 / 750 * 100vw);
  }
}
.appeal__title-text02 .small {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  display: inline-block;
  margin-left: max(calc(-30 / 1080 * 100vw), -30px);
}
@media screen and (max-width: 767px) {
  .appeal__title-text02 .small {
    display: block;
    font-size: calc(52 / 750 * 100vw);
    margin-left: max(calc(0 / 1080 * 100vw), 0px);
  }
}
.appeal__title-text02 .orange {
  color: #F07000;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .appeal__title-text02 .orange {
    font-size: calc(60 / 750 * 100vw);
  }
}
.appeal__hero {
  width: min(calc(960 / 1080 * 100vw), 960px);
  margin: 0 auto;
  background-color: #F8F4E4;
  padding-right: min(calc(20 / 1080 * 100vw), 20px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .appeal__hero {
    width: 100%;
    display: block;
    padding-right: 0;
    background-color: transparent;
  }
}
.appeal__hero-left {
  margin-left: max(calc(-78 / 1080 * 100vw), -78px);
}
@media screen and (max-width: 767px) {
  .appeal__hero-left {
    margin: 0;
  }
}
.appeal__img {
  width: min(calc(547 / 1080 * 100vw), 547px);
}
@media screen and (max-width: 767px) {
  .appeal__img {
    width: calc(750 / 750 * 100vw);
  }
}
.appeal__hero-right {
  flex: 0 0 min(calc(483 / 1080 * 100vw), 483px);
}
@media screen and (max-width: 767px) {
  .appeal__hero-right {
    background-color: #F8F4E4;
    padding: calc(50 / 750 * 100vw) 0 0;
  }
}
.appeal__badge {
  width: min(calc(444 / 1080 * 100vw), 444px);
  margin: min(calc(28 / 1080 * 100vw), 28px) auto min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .appeal__badge {
    width: calc(636 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}
.appeal__features {
  display: flex;
  justify-content: space-between;
  gap: min(calc(9 / 1080 * 100vw), 9px);
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .appeal__features {
    width: calc(690 / 750 * 100vw);
    gap: calc(12 / 750 * 100vw);
    margin: 0 auto calc(0 / 750 * 100vw);
  }
}
.appeal__feature {
  background: #fff;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(7 / 1080 * 100vw), 7px) 0 min(calc(20 / 1080 * 100vw), 20px);
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .appeal__feature {
    border-radius: calc(16 / 750 * 100vw);
    padding: calc(36 / 750 * 100vw) 0 calc(46 / 750 * 100vw);
  }
}
.appeal__feature-title {
  color: #F07000;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .appeal__feature-title {
    font-size: calc(38 / 750 * 100vw);
  }
}
.appeal__feature-desc {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .appeal__feature-desc {
    font-size: calc(28 / 750 * 100vw);
  }
}
.appeal__notice {
  width: min(calc(960 / 1080 * 100vw), 960px);
  margin: min(calc(15 / 1080 * 100vw), 15px) auto 0;
  text-align: right;
  color: #666666;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .appeal__notice {
    width: 100%;
    font-size: calc(24 / 750 * 100vw);
    background-color: #F8F4E4;
    margin-top: calc(0 / 750 * 100vw);
    padding: calc(32 / 750 * 100vw) calc(30 / 750 * 100vw) calc(50 / 750 * 100vw) 0;
  }
}

.category__top {
  background-color: #F8F8F8;
  background-image: url(../img/category_top_bg_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(187 / 1080 * 100vw), 187px);
  padding-top: min(calc(50 / 1080 * 100vw), 50px);
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .category__top {
    background-image: url(../img/category_top_bg_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .category__top {
    background-image: url(../img/category_top_bg_sp.png);
    background-size: calc(750 / 750 * 100vw) calc(291 / 750 * 100vw);
    padding-top: calc(80 / 750 * 100vw);
  }
  @supports (background-image: image-set(url("test.webp") type('image/webp'))) {
    .category__top {
      background-image: url(../img/category_top_bg_sp.webp);
    }
  }
}
.category__title {
  text-align: center;
  color: #fff;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 700;
  line-height: 140%;
  text-shadow: 0 min(calc(3 / 1080 * 100vw), 3px) min(calc(3 / 1080 * 100vw), 3px) rgba(0, 0, 0, 0.25);
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .category__title {
    font-size: calc(64 / 750 * 100vw);
    text-shadow: 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) rgba(0, 0, 0, 0.25);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.category__title .orange {
  color: #F07000;
}
.category__lead {
  color: #392012;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: min(calc(22 / 1080 * 100vw), 22px) min(calc(50 / 1080 * 100vw), 50px);
  width: fit-content;
  margin: 0 auto;
  border-radius: min(calc(75 / 1080 * 100vw), 75px);
  border: min(calc(3 / 1080 * 100vw), 3px) solid var(--brown, #392012);
  background: var(--white, #FFF);
}
@media screen and (max-width: 767px) {
  .category__lead {
    font-size: calc(32 / 750 * 100vw);
    text-align: center;
    padding: calc(30 / 750 * 100vw) 0;
    width: calc(630 / 750 * 100vw);
    border-radius: calc(180 / 750 * 100vw);
    border: calc(4 / 750 * 100vw) solid var(--brown, #392012);
  }
}
.category__lead .orange {
  color: #DB5000;
}
.category__bottom {
  background-color: #F8F8F8;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .category__bottom {
    padding: calc(49 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.category__label {
  padding: min(calc(12 / 1080 * 100vw), 12px) min(calc(30 / 1080 * 100vw), 30px);
  background-color: #fff;
  color: var(--text01, #333);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  text-align: center;
  width: fit-content;
  margin: 0 auto min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .category__label {
    padding: calc(7 / 750 * 100vw) 0 calc(11 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.category__label .large {
  color: #DB5000;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .category__label .large {
    font-size: calc(32 / 750 * 100vw);
  }
}
.category__list {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(22 / 1080 * 100vw), 22px);
  width: min(calc(848 / 1080 * 100vw), 848px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .category__list {
    width: 100%;
    gap: calc(18 / 750 * 100vw) calc(18 / 750 * 100vw);
  }
}
.category__item {
  flex: 0 0 min(calc(152 / 1080 * 100vw), 152px);
  height: min(calc(113 / 1080 * 100vw), 113px);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid var(--main01, #E27A1E);
  background: var(--base01, #FFF);
  position: relative;
}
@media screen and (max-width: 767px) {
  .category__item {
    flex: 0 0 calc(218 / 750 * 100vw);
    height: calc(162 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid var(--main01, #E27A1E);
    border-radius: calc(12 / 750 * 100vw);
  }
}
.category__item:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='62' viewBox='0 0 64 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64 62L-2.72253e-06 3.8147e-06L53.4166 1.49044e-06C59.2617 1.23611e-06 64 4.73832 64 10.5833L64 62Z' fill='%23E27A1E'/%3E%3Crect x='57' y='19' width='21' height='4' transform='rotate(180 57 19)' fill='white'/%3E%3Crect x='44' y='27' width='20' height='4' transform='rotate(-90 44 27)' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(44 / 1080 * 100vw), 44px);
  height: min(calc(44 / 1080 * 100vw), 44px);
  position: absolute;
  right: max(calc(-2 / 1080 * 100vw), -2px);
  top: max(calc(-2 / 1080 * 100vw), -2px);
}
@media screen and (max-width: 767px) {
  .category__item:before {
    width: calc(62 / 750 * 100vw);
    height: calc(62 / 750 * 100vw);
    right: calc(-2 / 750 * 100vw);
    top: calc(-2 / 750 * 100vw);
  }
}
.category .adlp-modal__open {
  transition: 0.3s;
  height: 100%;
  display: block;
}
.category .adlp-modal__open:hover {
  opacity: 0.8;
}
.category__item-top {
  height: min(calc(70 / 1080 * 100vw), 70px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .category__item-top {
    height: calc(100 / 750 * 100vw);
  }
}
.category__item-icon {
  margin: 0 auto;
}
.category__item-icon .category__item-icon-svg {
  width: 100%;
  height: 100%;
  color: #333;
  fill: none;
  display: block;
}
.category__item-icon.--icon01 {
  width: min(calc(47 / 1080 * 100vw), 47px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon01 {
    width: calc(67 / 750 * 100vw);
  }
}
.category__item-icon.--icon02 {
  width: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon02 {
    width: calc(60 / 750 * 100vw);
  }
}
.category__item-icon.--icon03 {
  width: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon03 {
    width: calc(60 / 750 * 100vw);
  }
}
.category__item-icon.--icon04 {
  width: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon04 {
    width: calc(72 / 750 * 100vw);
  }
}
.category__item-icon.--icon05 {
  width: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon05 {
    width: calc(60 / 750 * 100vw);
  }
}
.category__item-icon.--icon06 {
  width: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon06 {
    width: calc(68 / 750 * 100vw);
  }
}
.category__item-icon.--icon07 {
  width: min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon07 {
    width: calc(48 / 750 * 100vw);
  }
}
.category__item-icon.--icon08 {
  width: min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon08 {
    width: calc(66 / 750 * 100vw);
  }
}
.category__item-icon.--icon09 {
  width: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon09 {
    width: calc(40 / 750 * 100vw);
  }
}
.category__item-icon.--icon10 {
  width: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon10 {
    width: calc(54 / 750 * 100vw);
  }
}
.category__item-icon.--icon11 {
  width: min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon11 {
    width: calc(62 / 750 * 100vw);
  }
}
.category__item-icon.--icon12 {
  width: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon12 {
    width: calc(60 / 750 * 100vw);
  }
}
.category__item-icon.--icon13 {
  width: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon13 {
    width: calc(42 / 750 * 100vw);
  }
}
.category__item-icon.--icon14 {
  width: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon14 {
    width: calc(60 / 750 * 100vw);
  }
}
.category__item-icon.--icon15 {
  width: min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon15 {
    width: calc(48 / 750 * 100vw);
  }
}
.category__item-icon.--icon16 {
  width: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon16 {
    width: calc(60 / 750 * 100vw);
  }
}
.category__item-icon.--icon17 {
  width: min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon17 {
    width: calc(66 / 750 * 100vw);
  }
}
.category__item-icon.--icon18 {
  width: min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon18 {
    width: calc(48 / 750 * 100vw);
  }
}
.category__item-icon.--icon19 {
  width: min(calc(45 / 1080 * 100vw), 45px);
}
@media screen and (max-width: 767px) {
  .category__item-icon.--icon19 {
    width: calc(64 / 750 * 100vw);
  }
}
.category__item-text {
  color: var(--text01, #333);
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 120%;
  display: block;
}
@media screen and (max-width: 767px) {
  .category__item-text {
    font-size: calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .category__modal {
    padding-top: calc(18 / 750 * 100vw);
  }
}
.category__modal-title01 {
  color: var(--text01, #333);
  text-align: center;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(3.36 / 1080 * 100vw), 3.36px);
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .category__modal-title01 {
    font-size: calc(52 / 750 * 100vw);
    letter-spacing: calc(4.16 / 750 * 100vw);
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.category__modal-grid {
  display: grid;
  grid-template-columns: min(calc(300 / 1080 * 100vw), 300px) 1fr;
  grid-template-rows: auto auto;
  gap: 0 min(calc(40 / 1080 * 100vw), 40px);
  align-items: start;
  margin-bottom: min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .category__modal-grid {
    grid-template-columns: calc(248 / 750 * 100vw) 1fr;
    grid-template-rows: auto auto;
    gap: calc(24 / 750 * 100vw) calc(32 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.category__modal-kv {
  width: 100%;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .category__modal-kv {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.category__modal-text {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .category__modal-text {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.category__modal-text h4 {
  color: var(--text01, #333);
  text-align: justify;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
@media screen and (max-width: 767px) {
  .category__modal-text h4 {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.category__modal-text .price {
  color: var(--text01, #333);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
@media screen and (max-width: 767px) {
  .category__modal-text .price {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
  }
}
.category__modal-text .price .num {
  color: #DB5000;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .category__modal-text .price .num {
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: calc(3.36 / 750 * 100vw);
  }
}
.category__modal-text .price .yen {
  color: #DB5000;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
@media screen and (max-width: 767px) {
  .category__modal-text .price .yen {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
  }
}
.category__modal-note {
  grid-column: 2/3;
  grid-row: 2/3;
  color: var(--base-666, #666);
  text-align: justify;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
@media screen and (max-width: 767px) {
  .category__modal-note {
    grid-column: 1/3;
    grid-row: 2/3;
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
}
.category__modal-title02 {
  color: var(--text01, #333);
  text-align: center;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(calc(2.08 / 1080 * 100vw), 2.08px);
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .category__modal-title02 {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(2.88 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.category__modal-faqwrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .category__modal-faqwrapper {
    gap: calc(40 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.category__modal-faq {
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  background: var(--base03, #F8F4E4);
  padding: min(calc(32 / 1080 * 100vw), 32px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .category__modal-faq {
    border-radius: calc(16 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.category__modal-faq .q {
  color: #DB5000;
  text-align: justify;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  padding-bottom: min(calc(14 / 1080 * 100vw), 14px);
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .category__modal-faq .q {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    padding-bottom: calc(22 / 750 * 100vw);
  }
}
.category__modal-faq .a {
  padding-top: min(calc(14 / 1080 * 100vw), 14px);
  color: var(--text01, #333);
  text-align: justify;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
@media screen and (max-width: 767px) {
  .category__modal-faq .a {
    padding-top: calc(20 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
  }
}

.okay {
  background-color: #ECF0F3;
  position: relative;
  padding-bottom: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .okay {
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.okay:after {
  content: "";
  display: block;
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  height: min(calc(90 / 1080 * 100vw), 90px);
  background-color: #F8F4E4;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .okay:after {
    width: calc(750 / 750 * 100vw);
    height: calc(128 / 750 * 100vw);
  }
}
.okay__title {
  width: min(calc(534 / 1080 * 100vw), 534px);
  z-index: 2;
  position: relative;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .okay__title {
    width: calc(720 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.okay__list {
  display: flex;
  justify-content: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  flex-wrap: wrap;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .okay__list {
    gap: calc(18 / 750 * 100vw) calc(24 / 750 * 100vw);
    margin-bottom: calc(56 / 750 * 100vw);
  }
}
.okay__item {
  flex: 0 0 min(calc(240 / 1080 * 100vw), 240px);
}
@media screen and (max-width: 767px) {
  .okay__item {
    flex: 0 0 calc(218 / 750 * 100vw);
  }
}
.okay__cap {
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 150%;
  margin-top: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .okay__cap {
    font-size: calc(30 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}
.okay__label {
  padding: min(calc(27 / 1080 * 100vw), 27px) 0;
  color: var(--other02, #85511E);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 140%;
  border: 1px solid var(--other02, #85511E);
  background: var(--base01, #FFF);
}
@media screen and (max-width: 767px) {
  .okay__label {
    width: calc(690 / 750 * 100vw);
    margin: 0 auto;
    padding: calc(24 / 750 * 100vw) 0;
    font-size: calc(42 / 750 * 100vw);
  }
}

.method {
  padding: min(calc(75 / 1080 * 100vw), 75px) 0 min(calc(70 / 1080 * 100vw), 70px);
  background-image: url(../img/method_bg_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(202 / 1080 * 100vw), 202px);
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .method {
    background-image: url(../img/method_bg_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .method {
    background-image: url(../img/method_bg_sp.png);
    background-size: calc(750 / 750 * 100vw) calc(269 / 750 * 100vw);
  }
  @supports (background-image: image-set(url("test.webp") type('image/webp'))) {
    .method {
      background-image: url(../img/method_bg_sp.webp);
    }
  }
}
@media screen and (max-width: 767px) {
  .method {
    padding: calc(74 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.method__balloon {
  color: #fff;
  background-color: #392012;
  text-align: center;
  font-size: min(calc(29 / 1080 * 100vw), 29px);
  font-weight: 700;
  line-height: 140%;
  width: min(calc(496 / 1080 * 100vw), 496px);
  margin: 0 auto min(calc(25 / 1080 * 100vw), 25px);
  padding: min(calc(8 / 1080 * 100vw), 8px) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .method__balloon {
    font-size: calc(38 / 750 * 100vw);
    width: calc(660 / 750 * 100vw);
    margin: 0 auto calc(33 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) 0;
  }
}
.method__balloon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: max(calc(-20 / 1080 * 100vw), -20px);
  left: 50%;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9385 21.1631L29.8774 -0.00028038H-0.000461578L14.9385 21.1631Z' fill='%23392012'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: min(calc(30 / 1080 * 100vw), 30px);
  height: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .method__balloon::after {
    bottom: calc(-26 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
    height: calc(29 / 750 * 100vw);
  }
}
.method__title {
  color: #392012;
  text-align: center;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 700;
  line-height: 140%;
  margin-bottom: min(calc(58 / 1080 * 100vw), 58px);
}
@media screen and (max-width: 767px) {
  .method__title {
    font-size: calc(64 / 750 * 100vw);
    margin-bottom: calc(38 / 750 * 100vw);
  }
}
.method__title .ac {
  color: #DB5000;
}

.store {
  margin-bottom: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .store {
    margin-bottom: calc(56 / 750 * 100vw);
  }
}
.store__flex {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .store__flex {
    display: block;
    margin: 0;
  }
}
.store__flex-item {
  flex: 0 0 min(calc(271 / 1080 * 100vw), 271px);
}
.store__prefecture {
  color: #DB5000;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .store__prefecture {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.store .adlp-modal__open {
  display: block;
  height: min(calc(56 / 1080 * 100vw), 56px);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #DB5000;
  background: var(--base01, #FFF);
  padding: 0 min(calc(18 / 1080 * 100vw), 18px);
  display: flex;
  align-items: center;
  color: var(--text01, #333);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 130%;
  position: relative;
  transition: filter 0.3s;
}
@media screen and (max-width: 767px) {
  .store .adlp-modal__open {
    height: calc(76 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    border: calc(3 / 750 * 100vw) solid #DB5000;
    padding: 0 calc(24 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.store .adlp-modal__open:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5' fill='%23E27A1E'/%3E%3Crect x='10.7812' y='17.9688' width='12.9375' height='1.61719' transform='rotate(-90 10.7812 17.9688)' fill='white'/%3E%3Crect x='5.03125' y='10.7812' width='12.9375' height='1.61719' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(23 / 1080 * 100vw), 23px);
  height: min(calc(23 / 1080 * 100vw), 23px);
  position: absolute;
  right: min(calc(10 / 1080 * 100vw), 10px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .store .adlp-modal__open:after {
    width: calc(32 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
    right: calc(22 / 750 * 100vw);
  }
}
.store .adlp-modal__open:hover {
  filter: brightness(105%);
}
.store__modal-img {
  width: min(calc(400 / 1080 * 100vw), 400px);
  margin: 0 auto min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .store__modal-img {
    width: calc(630 / 750 * 100vw);
    margin: 0 auto calc(32 / 750 * 100vw);
  }
}
.store__modal-title {
  color: #E27A1E;
  text-align: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .store__modal-title {
    font-size: calc(40 / 750 * 100vw);
    text-align: left;
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.store__modal-flex {
  display: flex;
  gap: min(calc(34 / 1080 * 100vw), 34px);
  margin-bottom: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .store__modal-flex {
    display: block;
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.store__modal-flex-left {
  flex: 0 0 min(calc(443 / 1080 * 100vw), 443px);
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .store__modal-flex-left {
    gap: calc(16 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.store__modal-flex-right {
  flex: 0 0 min(calc(443 / 1080 * 100vw), 443px);
  display: flex;
  flex-direction: column;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .store__modal-flex-right {
    gap: calc(16 / 750 * 100vw);
  }
}
.store__modal-flex-right .store__modal-dl {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .store__modal-flex-right .store__modal-dl {
    border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid #DDD;
  }
}
.store__modal-dl {
  border-bottom: 1px solid #DDD;
  padding-bottom: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .store__modal-dl {
    border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid #DDD;
    padding-bottom: calc(16 / 750 * 100vw);
  }
}
.store__modal-dl dt {
  color: var(--text01, #333);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 150%;
  margin-bottom: min(calc(2 / 1080 * 100vw), 2px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .store__modal-dl dt {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(0 / 750 * 100vw);
  }
}
.store__modal-dl dd .text {
  color: var(--text01, #333);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .store__modal-dl dd .text {
    font-size: calc(28 / 750 * 100vw);
  }
}
.store__modal-dl dd .text.--red {
  color: #F00;
}
.store__modal-dl dd .text .note {
  color: var(--text01, #333);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .store__modal-dl dd .text .note {
    font-size: calc(24 / 750 * 100vw);
  }
}
.store__modal-dl dd .map {
  color: #fff;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08em;
  border-radius: min(calc(2 / 1080 * 100vw), 2px);
  background: #E27A1E;
  width: min(calc(148 / 1080 * 100vw), 148px);
  height: min(calc(34 / 1080 * 100vw), 34px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: min(calc(8 / 1080 * 100vw), 8px) 0;
}
@media screen and (max-width: 767px) {
  .store__modal-dl dd .map {
    font-size: calc(28 / 750 * 100vw);
    width: calc(212 / 750 * 100vw);
    height: calc(48 / 750 * 100vw);
    border-radius: calc(4 / 750 * 100vw);
    margin: calc(8 / 750 * 100vw) 0 0;
  }
}
.store__modal-dl dd .parking {
  color: var(--text01, #333);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .store__modal-dl dd .parking {
    font-size: calc(28 / 750 * 100vw);
    text-decoration: underline;
  }
}
.store__modal-dl dd .parking_box {
  background-color: #F8F4E4;
  padding: min(calc(20 / 1080 * 100vw), 20px);
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .store__modal-dl dd .parking_box {
    padding: calc(24 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
    gap: calc(2 / 750 * 100vw);
  }
}
.store__modal-dl dd .parking_box p {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .store__modal-dl dd .parking_box p {
    font-size: calc(24 / 750 * 100vw);
  }
}
.store__modal-dl dd .itemlist span {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08em;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  border: 1px solid var(--base-999, #999);
  display: inline-block;
  padding: min(calc(1 / 1080 * 100vw), 1px) min(calc(8 / 1080 * 100vw), 8px);
  margin: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px) 0;
}
@media screen and (max-width: 767px) {
  .store__modal-dl dd .itemlist span {
    font-size: calc(28 / 750 * 100vw);
    border-radius: calc(6 / 750 * 100vw);
    padding: calc(2 / 750 * 100vw) calc(12 / 750 * 100vw);
    margin: 0 calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) 0;
  }
}

.rightnow {
  position: relative;
  background: #fff;
  background-image: url(../img/rightnow_bg_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(270 / 1080 * 100vw), 270px);
  padding: min(calc(62 / 1080 * 100vw), 62px) 0;
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .rightnow {
    background-image: url(../img/rightnow_bg_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .rightnow {
    background-image: none;
    padding: calc(0 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
  }
}
.rightnow__flex {
  position: relative;
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .rightnow__flex {
    display: block;
    position: relative;
  }
}
.rightnow__flex-img {
  width: min(calc(420 / 1080 * 100vw), 420px);
  flex: 0 0 min(calc(420 / 1080 * 100vw), 420px);
}
@media screen and (max-width: 767px) {
  .rightnow__flex-img {
    width: 100%;
  }
}
.rightnow__flex-text {
  flex: 0 0 min(calc(660 / 1080 * 100vw), 660px);
}
@media screen and (max-width: 767px) {
  .rightnow__flex-text {
    padding: calc(50 / 750 * 100vw) 0 calc(24 / 750 * 100vw);
  }
}
.rightnow__promotion {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(6 / 1080 * 100vw), 6px);
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .rightnow__promotion {
    gap: calc(24 / 750 * 100vw);
    margin-bottom: max(calc(0 / 1080 * 100vw), 0px);
    width: 100%;
    position: absolute;
    top: calc(-590 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }
}
.rightnow__promotion-badge {
  flex: 0 0 min(calc(102 / 1080 * 100vw), 102px);
}
@media screen and (max-width: 767px) {
  .rightnow__promotion-badge {
    flex: 0 0 calc(142 / 750 * 100vw);
  }
}
.rightnow__promotion-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(calc(72 / 1080 * 100vw), 72px);
  color: #1CA0A0;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .rightnow__promotion-text {
    font-size: calc(96 / 750 * 100vw);
  }
}
.rightnow__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin: 0;
  position: relative;
}
.rightnow__title::before {
  content: "";
  display: block;
  position: absolute;
  top: max(calc(0 / 1080 * 100vw), 0px);
  left: max(calc(-6 / 1080 * 100vw), -6px);
  background-image: url(../img/rightnow_img02_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: min(calc(179 / 1080 * 100vw), 179px);
  height: min(calc(143 / 1080 * 100vw), 143px);
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .rightnow__title::before {
    background-image: url(../img/rightnow_img02_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .rightnow__title::before {
    top: calc(-30 / 750 * 100vw);
    left: 0;
    width: calc(181 / 750 * 100vw);
    height: calc(204 / 750 * 100vw);
    background-image: url(../img/rightnow_img02_sp.png);
  }
  @supports (background-image: image-set(url("test.webp") type('image/webp'))) {
    .rightnow__title::before {
      background-image: url(../img/rightnow_img02_sp.webp);
    }
  }
}
.rightnow__title::after {
  content: "";
  display: block;
  position: absolute;
  top: max(calc(0 / 1080 * 100vw), 0px);
  right: min(calc(20 / 1080 * 100vw), 20px);
  background-image: url(../img/rightnow_img03_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: min(calc(110 / 1080 * 100vw), 110px);
  height: min(calc(138 / 1080 * 100vw), 138px);
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .rightnow__title::after {
    background-image: url(../img/rightnow_img03_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .rightnow__title::after {
    top: calc(-30 / 750 * 100vw);
    right: 0;
    width: calc(157 / 750 * 100vw);
    height: calc(182 / 750 * 100vw);
    background-image: url(../img/rightnow_img03_sp.png);
  }
  @supports (background-image: image-set(url("test.webp") type('image/webp'))) {
    .rightnow__title::after {
      background-image: url(../img/rightnow_img03_sp.webp);
    }
  }
}
.rightnow__title-main {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  letter-spacing: -0.02em;
  display: block;
}
@media screen and (max-width: 767px) {
  .rightnow__title-main {
    font-size: calc(46 / 750 * 100vw);
  }
}
.rightnow__title-accent {
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  letter-spacing: 0.01em;
  color: #F07000;
  display: block;
}
@media screen and (max-width: 767px) {
  .rightnow__title-accent {
    font-size: calc(60 / 750 * 100vw);
  }
}
.rightnow__title-asterisk {
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: #F07000;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: absolute;
  right: min(calc(140 / 1080 * 100vw), 140px);
  top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .rightnow__title-asterisk {
    font-size: calc(24 / 750 * 100vw);
  }
}
.rightnow__note {
  font-weight: 400;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: #666666;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin: min(calc(40 / 1080 * 100vw), 40px) 0 0;
}
@media screen and (max-width: 767px) {
  .rightnow__note {
    font-size: calc(24 / 750 * 100vw);
    text-align: justify;
    margin: calc(40 / 750 * 100vw) 0 0;
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.flow {
  background: #F8F4E4;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .flow {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.flow__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #333;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .flow__title {
    font-size: calc(60 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.flow__item {
  background: #fff;
  padding: min(calc(39 / 1080 * 100vw), 39px) min(calc(74 / 1080 * 100vw), 74px) min(calc(20 / 1080 * 100vw), 20px) min(calc(70 / 1080 * 100vw), 70px);
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flow__item {
    display: block;
    padding: calc(56 / 750 * 100vw) calc(30 / 750 * 100vw) calc(32 / 750 * 100vw);
  }
}
.flow__item:last-child {
  padding-bottom: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .flow__item:last-child {
    padding-bottom: calc(56 / 750 * 100vw);
  }
}
.flow__item:not(:first-child) {
  padding-top: min(calc(112 / 1080 * 100vw), 112px);
}
@media screen and (max-width: 767px) {
  .flow__item:not(:first-child) {
    padding-top: calc(100 / 750 * 100vw);
  }
}
.flow__item:not(:first-child):after {
  content: "";
  position: absolute;
  top: max(calc(0 / 1080 * 100vw), 0px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(937 / 1080 * 100vw), 937px);
  height: min(calc(54 / 1080 * 100vw), 54px);
  background-image: url(../img/flow_bg_pc.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .flow__item:not(:first-child):after {
    background-image: url(../img/flow_bg_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .flow__item:not(:first-child):after {
    background-image: url(../img/flow_bg_sp.png);
    width: calc(714 / 750 * 100vw);
    height: calc(76 / 750 * 100vw);
  }
  @supports (background-image: image-set(url("test.webp") type('image/webp'))) {
    .flow__item:not(:first-child):after {
      background-image: url(../img/flow_bg_sp.webp);
    }
  }
}
.flow__step-header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .flow__step-header {
    display: block;
    position: relative;
  }
}
.flow__icon {
  width: min(calc(82 / 1080 * 100vw), 82px);
  height: min(calc(82 / 1080 * 100vw), 82px);
}
@media screen and (max-width: 767px) {
  .flow__icon {
    width: calc(116 / 750 * 100vw);
    height: calc(116 / 750 * 100vw);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .flow__step {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.flow__step-label {
  color: #F07000;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .flow__step-label {
    font-size: calc(32 / 750 * 100vw);
    text-align: center;
  }
}
.flow__step-title {
  color: #1CA0A0;
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .flow__step-title {
    font-size: calc(42 / 750 * 100vw);
    text-align: center;
  }
}
.flow__step-desc {
  flex: 0 0 min(calc(400 / 1080 * 100vw), 400px);
}
.flow__step-desc .text {
  font-weight: 400;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .flow__step-desc .text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.flow__step-desc .note {
  font-weight: 400;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: justify;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .flow__step-desc .note {
    font-size: calc(24 / 750 * 100vw);
    margin-top: max(calc(0 / 1080 * 100vw), 0px);
  }
}

.reason {
  background: #F7F4ED;
  background-image: url(../img/reason_bg01_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(370 / 1080 * 100vw), 370px);
  padding: max(calc(0 / 1080 * 100vw), 0px) 0 min(calc(60 / 1080 * 100vw), 60px);
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .reason {
    background-image: url(../img/reason_bg01_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .reason {
    background-image: url(../img/reason_bg01_sp.png);
    background-size: calc(750 / 750 * 100vw) calc(588 / 750 * 100vw);
    padding: calc(0 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
  @supports (background-image: image-set(url("test.webp") type('image/webp'))) {
    .reason {
      background-image: url(../img/reason_bg01_sp.webp);
    }
  }
}
.reason__head {
  margin-bottom: min(calc(135 / 1080 * 100vw), 135px);
}
@media screen and (max-width: 767px) {
  .reason__head {
    margin-bottom: calc(180 / 750 * 100vw);
  }
}
.reason__title {
  width: min(calc(600 / 1080 * 100vw), 600px);
  margin: 0 auto min(calc(90 / 1080 * 100vw), 90px);
}
@media screen and (max-width: 767px) {
  .reason__title {
    width: calc(660 / 750 * 100vw);
    margin: 0 auto calc(125 / 750 * 100vw);
  }
}
.reason__list {
  width: min(calc(844 / 1080 * 100vw), 844px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: min(calc(94 / 1080 * 100vw), 94px);
}
@media screen and (max-width: 767px) {
  .reason__list {
    width: calc(660 / 750 * 100vw);
    gap: calc(120 / 750 * 100vw);
  }
}
.reason__item {
  padding: min(calc(82 / 1080 * 100vw), 82px) min(calc(22 / 1080 * 100vw), 22px) min(calc(26 / 1080 * 100vw), 26px);
  position: relative;
  border-radius: min(calc(15 / 1080 * 100vw), 15px);
  border: min(calc(5 / 1080 * 100vw), 5px) solid var(--green, #5C851B);
  background: var(--white, #FFF);
  box-shadow: 0 0 min(calc(9 / 1080 * 100vw), 9px) 0 rgba(102, 85, 60, 0.3);
  background-image: url(../img/reason_bg02_pc.png);
  background-repeat: no-repeat;
  background-position: top min(calc(20 / 1080 * 100vw), 20px) center;
  background-size: min(calc(649 / 1080 * 100vw), 649px) min(calc(52 / 1080 * 100vw), 52px);
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .reason__item {
    background-image: url(../img/reason_bg02_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .reason__item {
    padding: calc(110 / 750 * 100vw) calc(35 / 750 * 100vw) calc(35 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
    border: calc(6 / 750 * 100vw) solid var(--green, #5C851B);
    box-shadow: 0 0 calc(12 / 750 * 100vw) 0 rgba(102, 85, 60, 0.3);
    background-image: url(../img/reason_bg02_sp.png);
    background-position: top calc(30 / 750 * 100vw) center;
    background-size: calc(632 / 750 * 100vw) calc(69 / 750 * 100vw);
  }
  @supports (background-image: image-set(url("test.webp") type('image/webp'))) {
    .reason__item {
      background-image: url(../img/reason_bg02_sp.webp);
    }
  }
}
.reason__num {
  width: min(calc(117 / 1080 * 100vw), 117px);
  position: absolute;
  left: 50%;
  top: max(calc(-58 / 1080 * 100vw), -58px);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .reason__num {
    width: calc(155 / 750 * 100vw);
    top: calc(-78 / 750 * 100vw);
  }
}
.reason__itemtitle {
  margin-bottom: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .reason__itemtitle {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.reason__itemtitle-sub {
  color: #333;
  text-align: center;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 140%;
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .reason__itemtitle-sub {
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: calc(6 / 750 * 100vw);
  }
}
.reason__itemtitle-main {
  color: #DB5000;
  text-align: center;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .reason__itemtitle-main {
    font-size: calc(48 / 750 * 100vw);
  }
}
.reason__flex {
  display: flex;
  gap: min(calc(22 / 1080 * 100vw), 22px);
  margin-top: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .reason__flex {
    display: block;
    margin-top: calc(30 / 750 * 100vw);
  }
}
.reason__flex-img {
  flex: 0 0 min(calc(380 / 1080 * 100vw), 380px);
}
@media screen and (max-width: 767px) {
  .reason__flex-img {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.reason__flex-textarea {
  flex: 0 0 min(calc(389 / 1080 * 100vw), 389px);
}
.reason__flex-text {
  color: var(--text01, #333);
  text-align: justify;
  font-feature-settings: "palt" on;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .reason__flex-text {
    font-size: calc(28 / 750 * 100vw);
  }
}
.reason__flex-text b {
  color: #DB5000;
  font-weight: 700;
}
.reason__graph {
  margin-right: max(calc(-8 / 1080 * 100vw), -8px);
  width: min(calc(397 / 1080 * 100vw), 397px);
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .reason__graph {
    width: calc(590 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}

.voice__head {
  background-image: url(../img/voice_bg002_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(359 / 1080 * 100vw), 359px);
  padding: min(calc(84 / 1080 * 100vw), 84px) 0 min(calc(64 / 1080 * 100vw), 64px);
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .voice__head {
    background-image: url(../img/voice_bg02_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .voice__head {
    background-image: url(../img/voice_bg02_sp.png);
    background-size: calc(750 / 750 * 100vw) calc(525 / 750 * 100vw);
    padding: calc(138 / 750 * 100vw) 0 calc(105 / 750 * 100vw);
  }
  @supports (background-image: image-set(url("test.webp") type('image/webp'))) {
    .voice__head {
      background-image: url(../img/voice_bg02_sp.webp);
    }
  }
}
.voice__head-img {
  width: min(calc(442 / 1080 * 100vw), 442px);
  margin: 0 auto max(calc(0 / 1080 * 100vw), 0px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice__head-img {
    width: calc(570 / 750 * 100vw);
    margin: 0 auto;
  }
}
.voice__head-num {
  color: var(--main-accent-22-sub, #db5000);
  text-align: center;
  font-size: min(calc(122 / 1080 * 100vw), 122px);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: min(calc(85 / 1080 * 100vw), 85px);
  bottom: min(calc(28 / 1080 * 100vw), 28px);
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .voice__head-num {
    font-size: calc(160 / 750 * 100vw);
    left: calc(95 / 750 * 100vw);
    bottom: calc(40 / 750 * 100vw);
  }
}
.voice__head-note {
  color: var(--base-black-333, #333);
  text-align: center;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: min(calc(0.56 / 1080 * 100vw), 0.56px);
  position: absolute;
  left: 50%;
  bottom: max(calc(-35 / 1080 * 100vw), -35px);
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .voice__head-note {
    font-size: calc(20 / 750 * 100vw);
    width: 100%;
    bottom: calc(-60 / 750 * 100vw);
  }
}
.voice__head-text-box {
  position: absolute;
  inset: 0;
}
.voice__main {
  background-color: #f7f4ed;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(45 / 1080 * 100vw), 45px);
}
@media screen and (max-width: 767px) {
  .voice__main {
    padding: calc(50 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}
.voice__titel {
  color: #392012;
  text-align: center;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 700;
  line-height: 140%;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .voice__titel {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: calc(4.8 / 750 * 100vw);
    margin-bottom: calc(44 / 750 * 100vw);
  }
}
.voice__wrapper {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .voice__wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .voice .adlp-swiper {
    padding-bottom: max(calc(0 / 1080 * 100vw), 0px);
  }
}
.voice {
  /* PC時はsliderにしないための設定 */
}
@media screen and (min-width: 768px) {
  .voice .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    transform: none !important; /* Swiperのtransformをリセット */
    gap: min(calc(30 / 1080 * 100vw), 30px);
  }
}
.voice {
  /* PC時はloop用に複製されたスライドを非表示 */
}
@media screen and (min-width: 768px) {
  .voice .swiper01 .swiper-slide-duplicate {
    display: none !important;
  }
}
.voice {
  /* PC時はナビゲーションとページネーションを非表示 */
}
@media screen and (min-width: 768px) {
  .voice .swiper01 .swiper-button-next,
  .voice .swiper01 .swiper-button-prev,
  .voice .swiper01 .swiper-pagination {
    display: none !important;
  }
}
.voice .swiper-slide {
  background-image: url(../img/voice_bg01_pc.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: min(calc(352 / 1080 * 100vw), 352px) min(calc(412 / 1080 * 100vw), 412px);
  height: min(calc(442 / 1080 * 100vw), 442px);
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .voice .swiper-slide {
    background-image: url(../img/voice_bg01_pc.webp);
  }
}
@media screen and (min-width: 768px) {
  .voice .swiper-slide {
    width: min(calc(340 / 1080 * 100vw), 340px) !important;
    margin-right: 0 !important; /* Swiperのmarginをリセット */
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .voice .swiper-slide {
    background-image: url(../img/voice_bg01_sp.png);
    background-size: calc(706 / 750 * 100vw) calc(636 / 750 * 100vw);
    height: calc(720 / 750 * 100vw);
  }
  @supports (background-image: image-set(url("test.webp") type('image/webp'))) {
    .voice .swiper-slide {
      background-image: url(../img/voice_bg01_sp.webp);
    }
  }
}
.voice__icon {
  width: min(calc(113 / 1080 * 100vw), 113px);
  margin: 0 auto min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .voice__icon {
    width: calc(200 / 750 * 100vw);
    margin: 0 auto calc(32 / 750 * 100vw);
  }
}
.voice__ttl {
  width: min(calc(260 / 1080 * 100vw), 260px);
  margin: 0 auto;
  color: #db5000;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 160%;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .voice__ttl {
    width: calc(550 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.voice__text {
  width: min(calc(260 / 1080 * 100vw), 260px);
  margin: 0 auto;
  color: var(--333, #333);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 170%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
@media screen and (max-width: 767px) {
  .voice__text {
    width: calc(550 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.voice__note {
  color: var(--base-666, #666);
  text-align: center;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
}
@media screen and (max-width: 767px) {
  .voice__note {
    text-align: justify;
    width: calc(630 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
  }
}

.future {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .future {
    padding: calc(70 / 750 * 100vw) 0;
  }
}
.future__title {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .future__title {
    margin-bottom: calc(56 / 750 * 100vw);
  }
}
.future__title-sub {
  color: var(--text01, #333);
  text-align: center;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
  display: block;
}
@media screen and (max-width: 767px) {
  .future__title-sub {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(3.04 / 750 * 100vw);
  }
}
.future__title-sub .orange {
  color: #F07000;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .future__title-sub .orange {
    font-size: calc(46 / 750 * 100vw);
  }
}
.future__title-main {
  color: var(--main01, #1CA0A0);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(58 / 1080 * 100vw), 58px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(4.64 / 1080 * 100vw), 4.64px);
  display: block;
}
@media screen and (max-width: 767px) {
  .future__title-main {
    font-size: calc(68 / 750 * 100vw);
    letter-spacing: calc(5.44 / 750 * 100vw);
  }
}

.faq {
  background-color: #FFEFC9;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.faq__title {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .faq__title {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.faq__title-sub {
  display: block;
  color: var(--text01, #333);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .faq__title-sub {
    font-size: calc(42 / 750 * 100vw);
  }
}
.faq__title-main {
  display: block;
  color: #DB5000;
  text-align: center;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .faq__title-main {
    font-size: calc(64 / 750 * 100vw);
  }
}
.faq .adlp-accordion__wrapper {
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .faq .adlp-accordion__wrapper {
    gap: calc(40 / 750 * 100vw);
  }
}
.faq .adlp-accordion {
  background: #fff;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .faq .adlp-accordion {
    border-radius: calc(16 / 750 * 100vw);
  }
}
.faq .adlp-accordion__header__inner {
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(80 / 1080 * 100vw), 80px) min(calc(40 / 1080 * 100vw), 40px) min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .faq .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(84 / 750 * 100vw) calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.faq .adlp-accordion__header__inner .lead {
  margin-right: min(calc(24 / 1080 * 100vw), 24px);
  color: var(--base01, #FFF);
  text-align: justify;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 150%;
  background-color: #E27A1E;
  width: min(calc(48 / 1080 * 100vw), 48px);
  height: min(calc(48 / 1080 * 100vw), 48px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .faq .adlp-accordion__header__inner .lead {
    font-size: calc(36 / 750 * 100vw);
    margin-right: calc(24 / 750 * 100vw);
    width: calc(64 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
    flex: 0 0 calc(64 / 750 * 100vw);
  }
}
.faq .adlp-accordion__header__inner .text {
  color: var(--text01, #333);
  text-align: justify;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .faq .adlp-accordion__header__inner .text {
    font-size: calc(32 / 750 * 100vw);
  }
}
.faq .adlp-accordion__header::after {
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(40 / 1080 * 100vw), 40px);
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 2L11 10L2 2' stroke='%23333333' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .faq .adlp-accordion__header::after {
    width: calc(28 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
  }
}
.faq .adlp-accordion__body__inner {
  flex-direction: column;
  padding: min(calc(20 / 1080 * 100vw), 20px) max(calc(0 / 1080 * 100vw), 0px) min(calc(40 / 1080 * 100vw), 40px);
  margin: 0 min(calc(80 / 1080 * 100vw), 80px);
  border-top: 1px solid #666;
}
@media screen and (max-width: 767px) {
  .faq .adlp-accordion__body__inner {
    padding: calc(20 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    margin: 0 calc(30 / 750 * 100vw);
    border-top: min(calc(2 / 1080 * 100vw), 2px) solid #666;
  }
}
.faq .adlp-accordion__body__inner .text {
  color: var(--text01, #333);
  text-align: justify;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .faq .adlp-accordion__body__inner .text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.faq .adlp-accordion__body__inner .note {
  color: var(--base-666, #666);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .faq .adlp-accordion__body__inner .note {
    font-size: calc(24 / 750 * 100vw);
  }
}

.result {
  background-color: #fff;
  background-image: url(../img/result_bg_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(144 / 1080 * 100vw), 144px);
  padding: min(calc(116 / 1080 * 100vw), 116px) 0 min(calc(60 / 1080 * 100vw), 60px);
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .result {
    background-image: url(../img/result_bg_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .result {
    background-image: url(../img/result_bg_sp.png);
    background-size: calc(750 / 750 * 100vw) calc(192 / 750 * 100vw);
    padding: calc(154 / 750 * 100vw) 0 calc(46 / 750 * 100vw);
  }
  @supports (background-image: image-set(url("test.webp") type('image/webp'))) {
    .result {
      background-image: url(../img/result_bg_sp.webp);
    }
  }
}
.result__titel {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .result__titel {
    width: calc(750 / 750 * 100vw);
  }
}
.result__head-img {
  width: min(calc(935 / 1080 * 100vw), 935px);
  margin: 0 auto min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .result__head-img {
    width: calc(710 / 750 * 100vw);
    margin: 0 auto calc(50 / 750 * 100vw);
  }
}
.result__wrapper {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .result__wrapper {
    width: 100%;
  }
}
.result__inner {
  height: min(calc(217 / 1080 * 100vw), 217px);
  border-radius: min(calc(15 / 1080 * 100vw), 15px);
  background: #fff;
  box-shadow: 0 0 min(calc(8 / 1080 * 100vw), 8px) 0 rgba(154, 112, 48, 0.4);
}
@media screen and (max-width: 767px) {
  .result__inner {
    height: calc(288 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
    box-shadow: 0 0 calc(10 / 750 * 100vw) 0 rgba(154, 112, 48, 0.4);
  }
}
.result__slider-top {
  border-radius: min(calc(15 / 1080 * 100vw), 15px) min(calc(15 / 1080 * 100vw), 15px) 0 0;
  background: #FFEFC9;
  display: flex;
  align-items: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  padding: min(calc(15 / 1080 * 100vw), 15px) min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .result__slider-top {
    border-radius: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0 0;
    gap: calc(16 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(26 / 750 * 100vw);
  }
}
.result__img {
  width: min(calc(124 / 1080 * 100vw), 124px);
}
@media screen and (max-width: 767px) {
  .result__img {
    width: calc(164 / 750 * 100vw);
  }
}
.result__text {
  flex: 0 0 min(calc(247 / 1080 * 100vw), 247px);
  color: var(--333, #333);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .result__text {
    flex: 0 0 calc(340 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0.01em;
  }
}
.result__slider-btm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  padding-top: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .result__slider-btm {
    gap: calc(10 / 750 * 100vw);
    padding-top: calc(8 / 750 * 100vw);
  }
}
.result__pricetitle {
  color: #fff;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  position: relative;
  border-radius: min(calc(6 / 1080 * 100vw), 6px);
  background: var(--green, #5C851B);
  display: inline-block;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .result__pricetitle {
    font-size: calc(26 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) calc(10 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}
.result__price {
  color: #DB5000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .result__price {
    font-size: calc(64 / 750 * 100vw);
  }
}
.result__price .yen {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .result__price .yen {
    font-size: calc(28 / 750 * 100vw);
  }
}
.result {
  /* PC時はナビゲーションを非表示 */
}
@media screen and (min-width: 768px) {
  .result .swiper02 .swiper-button-next,
  .result .swiper02 .swiper-button-prev {
    display: none !important;
  }
}
.result__note {
  color: var(--base-666, #666);
  text-align: justify;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(10 / 1080 * 100vw), 10px) auto 0;
}
@media screen and (max-width: 767px) {
  .result__note {
    width: calc(690 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }
}

.marketprice__top {
  background-image: url(../img/marketprice_top_bg_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(149 / 1080 * 100vw), 149px);
  height: min(calc(149 / 1080 * 100vw), 149px);
  padding-top: min(calc(50 / 1080 * 100vw), 50px);
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .marketprice__top {
    background-image: url(../img/marketprice_top_bg_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .marketprice__top {
    background-image: url(../img/marketprice_top_bg_sp.png);
    background-size: calc(750 / 750 * 100vw) calc(199 / 750 * 100vw);
    height: calc(199 / 750 * 100vw);
    padding-top: calc(60 / 750 * 100vw);
  }
  @supports (background-image: image-set(url("test.webp") type('image/webp'))) {
    .marketprice__top {
      background-image: url(../img/marketprice_top_bg_sp.webp);
    }
  }
}
.marketprice__title {
  text-align: center;
  color: #fff;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 700;
  line-height: 140%;
  text-shadow: 0 min(calc(3 / 1080 * 100vw), 3px) min(calc(3 / 1080 * 100vw), 3px) rgba(0, 0, 0, 0.25);
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .marketprice__title {
    font-size: calc(64 / 750 * 100vw);
    text-shadow: 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) rgba(0, 0, 0, 0.25);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.marketprice__title .orange {
  color: #F07000;
}
.marketprice__contents {
  background-color: #F8F8F8;
}
.marketprice__lead {
  color: #392012;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .marketprice__lead {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.marketprice__lead .orange {
  color: #DB5000;
}
.marketprice__wrapper {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(35 / 1080 * 100vw), 35px) min(calc(45 / 1080 * 100vw), 45px);
}
@media screen and (max-width: 767px) {
  .marketprice__wrapper {
    width: 100%;
    padding: calc(40 / 750 * 100vw) calc(45 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.marketprice__icon {
  width: min(calc(75 / 1080 * 100vw), 75px);
  margin-right: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .marketprice__icon {
    width: calc(100 / 750 * 100vw);
    margin-right: calc(16 / 750 * 100vw);
  }
}
.marketprice__text01 {
  color: var(--brown, #392012);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .marketprice__text01 {
    font-size: calc(34 / 750 * 100vw);
  }
}
.marketprice__dl-title {
  display: flex;
}
.marketprice__dl-title dt {
  border-right: 1px solid var(--white, #FFF);
  background: var(--brown, #392012);
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(30 / 1080 * 100vw), 30px);
  flex: 0 0 min(calc(490 / 1080 * 100vw), 490px);
  color: var(--white, #FFF);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .marketprice__dl-title dt {
    padding: calc(8 / 750 * 100vw) calc(30 / 750 * 100vw);
    flex: 0 0 calc(360 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.marketprice__dl-title dd {
  background: #5C851B;
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(30 / 1080 * 100vw), 30px);
  flex: 0 0 min(calc(300 / 1080 * 100vw), 300px);
  color: var(--white, #FFF);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .marketprice__dl-title dd {
    padding: calc(8 / 750 * 100vw) calc(30 / 750 * 100vw);
    flex: 0 0 calc(240 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.marketprice__dl {
  display: flex;
}
.marketprice__dl dt {
  border-right: 1px solid var(--brown, #392012);
  border-bottom: 1px solid var(--brown, #392012);
  border-left: 1px solid var(--brown, #392012);
  background: var(--base_baige, #F7F4ED);
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(30 / 1080 * 100vw), 30px);
  flex: 0 0 min(calc(490 / 1080 * 100vw), 490px);
  color: #333;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .marketprice__dl dt {
    padding: calc(7 / 750 * 100vw) 0 calc(7 / 750 * 100vw) calc(30 / 750 * 100vw);
    flex: 0 0 calc(360 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.marketprice__dl dt .small {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .marketprice__dl dt .small {
    font-size: calc(22 / 750 * 100vw);
  }
}
.marketprice__dl dd {
  border-right: 1px solid var(--brown, #392012);
  border-bottom: 1px solid var(--brown, #392012);
  background: var(--white, #FFF);
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(30 / 1080 * 100vw), 30px);
  flex: 0 0 min(calc(300 / 1080 * 100vw), 300px);
  color: #333;
  color: #333;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  line-height: 180%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .marketprice__dl dd {
    padding: calc(7 / 750 * 100vw) calc(30 / 750 * 100vw);
    flex: 0 0 calc(240 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.01em;
  }
}
.marketprice .adlp-accordion {
  border-radius: min(calc(6 / 1080 * 100vw), 6px);
  background: var(--white, #FFF);
  box-shadow: 0 0 min(calc(9 / 1080 * 100vw), 9px) 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .marketprice .adlp-accordion {
    border-radius: calc(8 / 750 * 100vw);
    box-shadow: 0 0 calc(12 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
  }
}
.marketprice .adlp-accordion__wrapper {
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .marketprice .adlp-accordion__wrapper {
    gap: calc(30 / 750 * 100vw);
  }
}
.marketprice .adlp-accordion__header__inner {
  padding: max(calc(0 / 1080 * 100vw), 0px) min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .marketprice .adlp-accordion__header__inner {
    padding: max(calc(0 / 1080 * 100vw), 0px) calc(10 / 750 * 100vw);
  }
}
.marketprice .adlp-accordion__header.--plus::before {
  background: #392012;
}
@media screen and (max-width: 767px) {
  .marketprice .adlp-accordion__header.--plus::before {
    height: calc(26 / 750 * 100vw);
    width: calc(4 / 750 * 100vw);
    right: calc(49 / 750 * 100vw);
  }
}
.marketprice .adlp-accordion__header.--plus::after {
  background: #392012;
}
@media screen and (max-width: 767px) {
  .marketprice .adlp-accordion__header.--plus::after {
    width: calc(26 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.marketprice .adlp-accordion__body__inner {
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
  display: block;
}
@media screen and (max-width: 767px) {
  .marketprice .adlp-accordion__body__inner {
    padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.marketprice__note {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .marketprice__note {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.marketprice__note-text {
  list-style-type: disc;
  list-style-position: inside;
  color: var(--base-666, #666);
  text-align: justify;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .marketprice__note-text {
    font-size: calc(24 / 750 * 100vw);
    text-indent: -1.5em;
    padding-left: 1em;
  }
}

.wants {
  background-image: url(../img/wants_bg_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(513 / 1080 * 100vw), 513px);
  height: min(calc(513 / 1080 * 100vw), 513px);
  padding: min(calc(38 / 1080 * 100vw), 38px) 0 max(calc(0 / 1080 * 100vw), 0px);
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .wants {
    background-image: url(../img/wants_bg_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .wants {
    background-image: url(../img/wants_bg_sp.png);
    background-size: calc(750 / 750 * 100vw) calc(847 / 750 * 100vw);
    height: calc(847 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
  }
  @supports (background-image: image-set(url("test.webp") type('image/webp'))) {
    .wants {
      background-image: url(../img/wants_bg_sp.webp);
    }
  }
}
.wants__head {
  width: min(calc(1074 / 1080 * 100vw), 1074px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wants__head {
    width: calc(750 / 750 * 100vw);
  }
}
.wants__content {
  width: min(calc(758 / 1080 * 100vw), 758px);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wants__content {
    width: calc(684 / 750 * 100vw);
  }
}
.wants__box {
  width: min(calc(414 / 1080 * 100vw), 414px);
  position: absolute;
  left: min(calc(358 / 1080 * 100vw), 358px);
  top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .wants__box {
    width: calc(397 / 750 * 100vw);
    left: calc(300 / 750 * 100vw);
    top: calc(70 / 750 * 100vw);
  }
}
.wants__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .wants__list {
    gap: calc(23 / 750 * 100vw);
  }
}
.wants__item {
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  position: relative;
  padding-left: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .wants__item {
    padding-left: calc(50 / 750 * 100vw);
    gap: calc(24 / 750 * 100vw);
  }
}
.wants__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='31' viewBox='0 0 27 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.036 30.5732C9.55412 30.5732 6.28026 29.2172 3.81815 26.7545C1.35605 24.2918 0 21.0179 0 17.5354C0 14.053 1.35605 10.7803 3.81815 8.31815C6.28026 5.85605 9.55412 4.5 13.036 4.5C15.099 4.5 17.0721 4.96794 18.902 5.89101C19.441 6.16257 19.6572 6.81991 19.385 7.35895C19.1135 7.89799 18.4562 8.11419 17.9171 7.84263C16.3956 7.07515 14.7534 6.68588 13.0354 6.68588C7.05239 6.68588 2.18472 11.5536 2.18472 17.536C2.18472 23.5185 7.05239 28.3885 13.0354 28.3885C19.0185 28.3885 23.8879 23.5203 23.8879 17.536C23.8879 16.9597 23.8425 16.3816 23.7527 15.8181C23.6577 15.2219 24.0645 14.6625 24.6601 14.5675C25.2562 14.4731 25.8162 14.8793 25.9106 15.4749C26.0184 16.1514 26.0726 16.8449 26.0726 17.536C26.0726 21.0185 24.7166 24.293 22.2539 26.7551C19.7912 29.2178 16.5174 30.5738 13.0349 30.5738L13.036 30.5732Z' fill='%23DB5000'/%3E%3Cpath d='M12.1767 23.3983C12.1644 23.3983 12.1522 23.3983 12.1405 23.3983C11.5817 23.3878 11.0537 23.1407 10.6883 22.7176L6.58579 17.9682C5.876 17.146 5.96633 15.9042 6.78858 15.1944C7.61026 14.4846 8.85267 14.5749 9.56246 15.3972L12.2309 18.4863L23.5932 6.27544C24.3333 5.47999 25.5775 5.4357 26.3729 6.1752C27.1684 6.91529 27.2127 8.15945 26.4732 8.9549L13.6166 22.7712C13.2442 23.1716 12.7227 23.3983 12.1767 23.3983Z' fill='%23DB5000'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: min(calc(28 / 1080 * 100vw), 28px);
  height: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .wants__item::before {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    top: calc(0 / 750 * 100vw);
    transform: translateY(0);
  }
}
.wants__text {
  flex: 1;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.3;
  color: #392012;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .wants__text {
    font-size: calc(34 / 750 * 100vw);
  }
}
.wants__text .normal {
  font-weight: 400;
}
.wants__text .bold {
  color: #DB5000;
  font-weight: 700;
}

.assessment {
  padding: min(calc(84 / 1080 * 100vw), 84px) 0 min(calc(20 / 1080 * 100vw), 20px);
  background-image: url(../img/assessment_bg01_pc.png), url(../img/assessment_bg02_pc.png);
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(205 / 1080 * 100vw), 205px), min(calc(1920 / 1080 * 100vw), 1920px) min(calc(433 / 1080 * 100vw), 433px);
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .assessment {
    background-image: url(../img/assessment_bg01_pc.webp), url(../img/assessment_bg02_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .assessment {
    padding: calc(112 / 750 * 100vw) 0 max(calc(0 / 1080 * 100vw), 0px);
    background-image: url(../img/assessment_bg01_sp.png), url(../img/assessment_bg02_sp.png);
    background-position: top center, bottom calc(180 / 750 * 100vw) center;
    background-size: calc(750 / 750 * 100vw) calc(273 / 750 * 100vw), calc(750 / 750 * 100vw) calc(284 / 750 * 100vw);
  }
  @supports (background-image: image-set(url("test.webp") type('image/webp'))) {
    .assessment {
      background-image: url(../img/assessment_bg01_sp.webp), url(../img/assessment_bg02_sp.webp);
    }
  }
}
.assessment__balloon {
  color: #fff;
  background-color: #5C851B;
  text-align: center;
  font-size: min(calc(29 / 1080 * 100vw), 29px);
  font-weight: 700;
  line-height: 140%;
  width: min(calc(496 / 1080 * 100vw), 496px);
  margin: 0 auto min(calc(27 / 1080 * 100vw), 27px);
  padding: min(calc(8 / 1080 * 100vw), 8px) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .assessment__balloon {
    font-size: calc(38 / 750 * 100vw);
    width: calc(660 / 750 * 100vw);
    margin: 0 auto calc(33 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) 0;
  }
}
.assessment__balloon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: max(calc(-20 / 1080 * 100vw), -20px);
  left: 50%;
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='22' viewBox='0 0 31 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1553 21.75L30.3107 0H-0.000170708L15.1553 21.75Z' fill='%235C851B'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: min(calc(30 / 1080 * 100vw), 30px);
  height: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .assessment__balloon::after {
    bottom: calc(-26 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
    height: calc(29 / 750 * 100vw);
  }
}
.assessment__title {
  color: #392012;
  text-align: center;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 700;
  line-height: 140%;
  margin-bottom: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .assessment__title {
    font-size: calc(56 / 750 * 100vw);
    margin-bottom: calc(28 / 750 * 100vw);
  }
}
.assessment__title .ac {
  font-size: min(calc(64 / 1080 * 100vw), 64px);
  font-weight: 700;
  color: #DB5000;
}
@media screen and (max-width: 767px) {
  .assessment__title .ac {
    font-size: calc(88 / 750 * 100vw);
    display: inline-block;
    margin: calc(12 / 750 * 100vw) 0 0;
  }
}
.assessment__list {
  display: flex;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(55 / 1080 * 100vw), 55px);
}
@media screen and (max-width: 767px) {
  .assessment__list {
    width: calc(660 / 750 * 100vw);
    margin: 0 auto;
    flex-direction: column;
    gap: calc(30 / 750 * 100vw);
    position: relative;
    z-index: 2;
  }
}
.assessment__item {
  flex: 0 0 min(calc(294 / 1080 * 100vw), 294px);
  border-radius: min(calc(15 / 1080 * 100vw), 15px);
  background: #FFEFC9;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(27 / 1080 * 100vw), 27px);
}
@media screen and (max-width: 767px) {
  .assessment__item {
    display: flex;
    align-items: center;
    border-radius: calc(20 / 750 * 100vw);
    gap: calc(30 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
.assessment__item-img {
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .assessment__item-img {
    margin-bottom: max(calc(0 / 1080 * 100vw), 0px);
    flex: 0 0 calc(250 / 750 * 100vw);
  }
}
.assessment__item-text {
  color: #333;
  text-align: justify;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .assessment__item-text {
    font-size: calc(28 / 750 * 100vw);
  }
}
.assessment__item-text b {
  color: #DB5000;
  font-weight: 700;
}
.assessment__kv {
  position: relative;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .assessment__kv {
    z-index: 1;
    margin-top: calc(-70 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.assessment__kv-img {
  width: min(calc(769 / 1080 * 100vw), 769px);
}
@media screen and (max-width: 767px) {
  .assessment__kv-img {
    width: 100%;
  }
}
.assessment__kv-textbox {
  width: min(calc(460 / 1080 * 100vw), 460px);
  padding: min(calc(22 / 1080 * 100vw), 22px) 0;
  background: var(--white, #FFF);
  box-shadow: 0 0 min(calc(9 / 1080 * 100vw), 9px) 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  left: min(calc(539 / 1080 * 100vw), 539px);
  top: min(calc(118 / 1080 * 100vw), 118px);
  text-align: center;
  color: #392012;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .assessment__kv-textbox {
    width: calc(660 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) 0;
    box-shadow: 0 0 calc(12 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
    position: relative;
    left: max(calc(0 / 1080 * 100vw), 0px);
    top: max(calc(0 / 1080 * 100vw), 0px);
    margin: calc(-30 / 750 * 100vw) auto 0;
    z-index: 3;
    font-size: calc(38 / 750 * 100vw);
  }
}
.assessment__kv-textbox .ac {
  background: var(--Linear, linear-gradient(180deg, #D93A00 21.63%, #E46700 85.1%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .assessment__kv-textbox .ac {
    font-size: calc(56 / 750 * 100vw);
    display: inline-block;
    margin-top: calc(14 / 750 * 100vw);
  }
}
.assessment__bnr {
  width: min(calc(750 / 1080 * 100vw), 750px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .assessment__bnr {
    width: 100%;
  }
}

.ad__bottom {
  background-image: url(../img/ad_bg_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@supports (background-image: image-set(url("test.webp") type('image/webp'))) {
  .ad__bottom {
    background-image: url(../img/ad_bg_pc.webp);
  }
}
@media screen and (max-width: 767px) {
  .ad__bottom {
    background-image: none;
  }
}
.ad__bnr {
  width: min(calc(750 / 1080 * 100vw), 750px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ad__bnr {
    width: 100%;
  }
}
/*# sourceMappingURL=fv.css.map */
