@charset "UTF-8";
.--sans {
  font-family: "Noto Sans JP", sans-serif;
}

.--serif {
  font-family: "Noto Serif JP", serif;
}

.--en {
  font-family: "Roboto", sans-serif;
}

* {
  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 .bg__txt {
  background: #333 !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #E75B18 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #333;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__accent {
  border-top: 1px solid #E75B18;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, #333 60%);
}
.adlp-wrapper .marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.adlp-wrapper .marker__silver {
  background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.adlp-wrapper .marker__accent {
  background: linear-gradient(transparent 60%, #E75B18 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #333;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #E75B18;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .pad10 {
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad10 {
    padding-top: calc(10 / 750 * 100vw) !important;
    padding-bottom: calc(10 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad20 {
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad20 {
    padding-top: calc(20 / 750 * 100vw) !important;
    padding-bottom: calc(20 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad30 {
  padding: min(calc(30 / 1080 * 100vw), 30px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad30 {
    padding-top: calc(30 / 750 * 100vw) !important;
    padding-bottom: calc(30 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad40 {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad40 {
    padding-top: calc(40 / 750 * 100vw) !important;
    padding-bottom: calc(40 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad50 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad50 {
    padding-top: calc(50 / 750 * 100vw) !important;
    padding-bottom: calc(50 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad60 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad60 {
    padding-top: calc(60 / 750 * 100vw) !important;
    padding-bottom: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .mt10 {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt10 {
    margin-top: calc(10 / 750 * 100vw);
  }
}
.adlp-wrapper .mt20 {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt20 {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.adlp-wrapper .mt30 {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt30 {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .mt40 {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt40 {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.adlp-wrapper .mt50 {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt50 {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.adlp-wrapper .mt60 {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt60 {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: calc(10 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: calc(20 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: calc(30 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: calc(40 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: calc(50 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt60 {
    margin-top: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .wrap500 {
  margin: auto;
  width: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap500 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap600 {
  margin: auto;
  width: min(calc(600 / 1080 * 100vw), 600px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap600 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap700 {
  margin: auto;
  width: min(calc(700 / 1080 * 100vw), 700px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap700 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap800 {
  margin: auto;
  width: min(calc(800 / 1080 * 100vw), 800px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap800 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap900 {
  margin: auto;
  width: min(calc(900 / 1080 * 100vw), 900px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap900 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap920 {
  margin: auto;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1000 {
  margin: auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1000 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1080 {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.adlp-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 100;
}
.adlp-header__inner {
  width: min(calc(992 / 1080 * 100vw), 992px);
  height: min(calc(78 / 1080 * 100vw), 78px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
    height: calc(100 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-header__logo {
  width: min(calc(172 / 1080 * 100vw), 172px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(145 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn {
  margin: 0;
  height: min(calc(38 / 1080 * 100vw), 38px);
  width: min(calc(200 / 1080 * 100vw), 200px);
  box-shadow: min(calc(2 / 1080 * 100vw), 2px) min(calc(2 / 1080 * 100vw), 2px) min(calc(6 / 1080 * 100vw), 6px) 0 rgba(0, 0, 0, 0.25);
}
.adlp-header .adlp-btn__wrapper {
  display: flex;
  gap: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn__wrapper {
    flex-direction: row;
    gap: calc(15 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn {
    width: calc(230 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    box-shadow: calc(2 / 750 * 100vw) calc(2 / 750 * 100vw) calc(6 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) {
  .adlp-header .adlp-btn:hover {
    will-change: filter;
    filter: brightness(115%);
  }
}
.adlp-header .adlp-btn.--btn01 {
  background: #FC8B28;
  width: min(calc(200 / 1080 * 100vw), 200px);
  height: min(calc(38 / 1080 * 100vw), 38px);
}
.adlp-header .adlp-btn.--btn01.--a {
  background: rgb(20, 180, 180);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--btn01 {
    width: calc(230 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--btn01::after {
  content: none;
}
.adlp-header .adlp-btn.--f {
  position: relative;
  padding-left: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--f {
    padding-left: calc(48 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--f::before {
  content: none;
}
.adlp-header .adlp-btn.--f p:last-child {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  top: min(calc(4 / 1080 * 100vw), 4px);
  left: min(calc(4 / 1080 * 100vw), 4px);
  width: min(calc(30 / 1080 * 100vw), 30px);
  height: min(calc(30 / 1080 * 100vw), 30px);
  font-size: min(calc(11 / 1080 * 100vw), 11px);
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--f p:last-child {
    width: calc(46 / 750 * 100vw);
    height: calc(46 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
    top: calc(7 / 750 * 100vw);
    left: calc(7 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn p {
    font-size: calc(20 / 750 * 100vw);
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: fixed;
  bottom: min(calc(4 / 1080 * 100vw), 4px);
  right: min(calc(10 / 1080 * 100vw), 10px);
  width: min(calc(250 / 1080 * 100vw), 250px);
  height: min(calc(250 / 1080 * 100vw), 250px);
  z-index: 90;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    display: none;
  }
}
.adlp-floating__close {
  background: #666;
  width: min(calc(30 / 1080 * 100vw), 30px);
  height: min(calc(30 / 1080 * 100vw), 30px);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  background-size: min(calc(12 / 1080 * 100vw), 12px) min(calc(12 / 1080 * 100vw), 12px);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.15s all;
  position: absolute;
  top: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(12 / 1080 * 100vw), 12px);
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .adlp-floating__close:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .adlp-floating__close {
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    background-size: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
  }
  .adlp-floating__close:active {
    background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-color: #E75B18;
    border-color: transparent;
  }
}
.adlp-floating a {
  will-change: filter;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .adlp-floating a:hover {
    filter: brightness(103%);
  }
}

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

.adlp-btn {
  border-radius: 200px;
  height: min(calc(80 / 1080 * 100vw), 80px);
  width: min(calc(420 / 1080 * 100vw), 420px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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;
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    height: calc(98 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.adlp-btn p {
  text-align: center;
  z-index: 1;
  line-height: 120%;
}
.adlp-btn p span {
  line-height: 120%;
}
.adlp-btn p span.text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-btn p span.text02 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text02 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-btn.--free {
  padding-left: min(calc(9 / 1080 * 100vw), 9px);
}
.adlp-btn.--free::before {
  content: "無料";
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  color: #1883EC;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--free::before {
    width: calc(82 / 750 * 100vw);
    height: calc(82 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    top: calc(8 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
  }
}
.adlp-btn.--btn01 {
  background: #1883EC;
  color: #fff;
}
.adlp-btn.--btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 12.5L6.5 16.5L1.5 12.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 9.5L6.5 1.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
.adlp-btn.--btn02-a {
  background: #fff;
  border: min(calc(4 / 1080 * 100vw), 4px) solid #f69809;
  color: #f69809;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-btn.--btn02-a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23F79809' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-a:hover {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a:active {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn02-b {
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
}
.adlp-btn.--btn02-b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FF98AC 0%, #FF6683 100%);
  opacity: 1;
  transition: all 0.3s;
}
.adlp-btn.--btn02-b::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-b:hover {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:hover::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b:active {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:active::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn03 {
  color: #C80012;
  background: #fff;
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(6 / 1080 * 100vw), 6px) 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03 {
    box-shadow: calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) 0 0 rgba(0, 0, 0, 0.3);
  }
}
.adlp-btn.--btn03::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.07324e-07L9 7.50412L1.78873e-07 15L2.47836 7.44633L0 1.07324e-07Z' fill='%23C80012'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
.adlp-btn.--btn04 {
  color: #fff;
  background: #FFA800;
  box-shadow: 0 min(calc(14 / 1080 * 100vw), 14px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04 {
    box-shadow: 0 calc(14 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.4);
  }
}
.adlp-btn.--btn04::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.16602L7 7.16602L1 13.166' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn04:hover {
    background: #F48400;
  }
  .adlp-btn.--btn04:hover::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04:active {
    background: #F48400;
  }
  .adlp-btn.--btn04:active::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}

.cv01 {
  height: min(calc(548 / 1080 * 100vw), 548px);
}
@media screen and (max-width: 767px) {
  .cv01 {
    height: calc(1168 / 750 * 100vw);
  }
}
.cv01.--a {
  background: url(../img/pc/cv_a.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .cv01.--a {
    background: url(../img/sp/cv_a.webp) 50% 0/100% no-repeat;
  }
}
.cv01.--b {
  background: linear-gradient(0deg, #F4F8FC 0%, #FFF 100%);
}
.cv01__content {
  background: url(../img/pc/cv01_box.webp) 50% 0/100% no-repeat;
  width: min(calc(1160 / 1080 * 100vw), 1160px);
  height: min(calc(548 / 1080 * 100vw), 548px);
  margin: 0 auto;
  padding: min(calc(52 / 1080 * 100vw), 52px) min(calc(80 / 1080 * 100vw), 80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv01__content {
    background: url(../img/sp/cv01_box.webp) 50% 0/100% no-repeat;
    width: calc(630 / 750 * 100vw);
    height: calc(1168 / 750 * 100vw);
    padding: calc(56 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.cv01__top {
  display: flex;
  align-items: center;
  gap: min(calc(52 / 1080 * 100vw), 52px);
}
@media screen and (max-width: 767px) {
  .cv01__top {
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
  }
}
.cv01__images {
  width: min(calc(398 / 1080 * 100vw), 398px);
  padding-right: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .cv01__images {
    width: 100%;
    padding: 0;
  }
}
.cv01__title {
  flex: 1;
  font-weight: 700;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cv01__title {
    font-size: calc(48 / 750 * 100vw);
    text-align: center;
  }
}
.cv01__title-text {
  color: rgb(255, 255, 255);
}
.cv01__title-accent {
  color: #FFFF4F;
}
.cv01__button-wrapper {
  display: flex;
  justify-content: center;
  margin: min(calc(8 / 1080 * 100vw), 8px) 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .cv01__button-wrapper {
    margin: calc(32 / 750 * 100vw) 0 calc(52 / 750 * 100vw);
  }
}
.cv01__button-wrapper .adlp-btn.--btn01 {
  background: #FC8B28;
  color: rgb(255, 255, 255);
  width: min(calc(520 / 1080 * 100vw), 520px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  border-radius: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 3.592209816px 3.592209816px 10.7766294479px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .cv01__button-wrapper .adlp-btn.--btn01 {
    width: calc(570 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .cv01__button-wrapper .adlp-btn.--btn01:hover {
    will-change: filter;
    filter: brightness(115%);
  }
}
.cv01__button-wrapper .adlp-btn.--btn01 p .text01 {
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cv01__button-wrapper .adlp-btn.--btn01 p .text01 {
    padding-left: calc(16 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
  }
}
.cv01__button-wrapper .adlp-btn.--btn01::after {
  display: none;
}
.cv01__download-icon {
  position: absolute;
  right: min(calc(40 / 1080 * 100vw), 40px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(26 / 1080 * 100vw), 26px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cv01__download-icon {
    right: calc(30 / 750 * 100vw);
    width: calc(32 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
  }
}
.cv01__free-badge {
  position: absolute;
  left: min(calc(5 / 1080 * 100vw), 5px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .cv01__free-badge {
    border-width: calc(2 / 750 * 100vw);
    left: calc(4 / 750 * 100vw);
    top: calc(4 / 750 * 100vw);
    width: calc(90 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
  }
}
.cv01__free-badge span {
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .cv01__free-badge span {
    font-size: calc(34 / 750 * 100vw);
  }
}
.cv01__info-box {
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(36 / 1080 * 100vw), 36px);
  padding: min(calc(32 / 1080 * 100vw), 32px) min(calc(70 / 1080 * 100vw), 70px);
  box-shadow: min(calc(11 / 1080 * 100vw), 11px) min(calc(10 / 1080 * 100vw), 10px) 0px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .cv01__info-box {
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(32 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(54 / 750 * 100vw);
    box-shadow: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0 rgba(0, 0, 0, 0.25);
  }
}
.cv01__info-title {
  position: relative;
  padding-right: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: rgb(20, 180, 180);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv01__info-title {
    font-size: calc(42 / 750 * 100vw);
    padding: 0 0 calc(20 / 750 * 100vw);
  }
}
.cv01__info-title::after {
  content: "";
  background: rgb(20, 180, 180);
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: min(calc(3 / 1080 * 100vw), 3px);
  height: min(calc(86 / 1080 * 100vw), 86px);
}
@media screen and (max-width: 767px) {
  .cv01__info-title::after {
    left: 50%;
    transform: translate(-50%);
    top: auto;
    bottom: 0;
    width: calc(100 / 750 * 100vw);
    height: calc(3 / 750 * 100vw);
  }
}
.cv01__info-content {
  display: flex;
  align-items: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .cv01__info-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
  }
}
.cv01__info-section {
  display: flex;
  align-items: flex-start;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .cv01__info-section {
    justify-content: center;
  }
}
.cv01__info-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cv01__info-list ul li {
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: rgb(20, 180, 180);
  position: relative;
  padding-left: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .cv01__info-list ul li {
    font-size: calc(26 / 750 * 100vw);
    padding-left: calc(38 / 750 * 100vw);
  }
}
.cv01__info-list ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: rgb(20, 180, 180);
}
@media screen and (max-width: 767px) {
  .cv01__info-list ul li::before {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.02em;
  }
}

.cv02 {
  background: url(../img/pc/cv02.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .cv02 {
    background: url(../img/sp/cv02.webp) 50% 0/100% no-repeat;
    height: calc(1216 / 750 * 100vw);
  }
}
.cv02 .cv01__content {
  background: none;
}

.fv {
  background: url(../img/pc/fv.webp) 50% 0/100% no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: min(calc(521 / 1080 * 100vw), 521px);
  padding: min(calc(13 / 1080 * 100vw), 13px) 0 0;
}
@media screen and (max-width: 767px) {
  .fv {
    background: url(../img/sp/fv.webp) 50% 0/100% no-repeat;
    height: calc(1110 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) 0 0;
  }
}
.fv__title {
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.6;
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.2;
    letter-spacing: calc(3.04 / 750 * 100vw);
  }
}
.fv__title-brand {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  letter-spacing: min(calc(4.48 / 1080 * 100vw), 4.48px);
}
@media screen and (max-width: 767px) {
  .fv__title-brand {
    font-size: calc(66 / 750 * 100vw);
    letter-spacing: calc(5.28 / 750 * 100vw);
  }
}
.fv__price-group {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .fv__price-group {
    gap: 0;
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.fv__price-label {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 700;
  color: rgb(255, 255, 255);
  padding-right: min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.2;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
}
@media screen and (max-width: 767px) {
  .fv__price-label {
    padding-right: calc(8 / 750 * 100vw);
    font-size: calc(50 / 750 * 100vw);
    letter-spacing: calc(4 / 750 * 100vw);
  }
}
.fv__price-main {
  display: flex;
  align-items: baseline;
}
.fv__price-number {
  font-weight: 700;
  color: #FFFF4F;
  font-size: min(calc(108 / 1080 * 100vw), 108px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .fv__price-number {
    font-size: calc(134 / 750 * 100vw);
  }
}
.fv__price-number.--small {
  letter-spacing: max(calc(-5.4 / 1080 * 100vw), -5.4px);
}
@media screen and (max-width: 767px) {
  .fv__price-number.--small {
    letter-spacing: calc(-6.7 / 750 * 100vw);
  }
}
.fv__price-number.--small2 {
  letter-spacing: max(calc(-3.24 / 1080 * 100vw), -3.24px);
}
@media screen and (max-width: 767px) {
  .fv__price-number.--small2 {
    letter-spacing: calc(-4.02 / 750 * 100vw);
  }
}
.fv__price-number:first-child {
  letter-spacing: max(calc(-6.48 / 1080 * 100vw), -6.48px);
}
@media screen and (max-width: 767px) {
  .fv__price-number:first-child {
    letter-spacing: calc(-8.04 / 750 * 100vw);
  }
}
.fv__price-comma {
  font-weight: 700;
  color: #FFFF4F;
  font-size: min(calc(60 / 1080 * 100vw), 60px);
  line-height: 1;
  letter-spacing: max(calc(-0.6 / 1080 * 100vw), -0.6px);
}
@media screen and (max-width: 767px) {
  .fv__price-comma {
    font-size: calc(80 / 750 * 100vw);
    letter-spacing: calc(-0.8 / 750 * 100vw);
  }
}
.fv__price-end {
  display: flex;
  align-items: baseline;
}
.fv__price-yen {
  font-weight: 700;
  color: #FFFF4F;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  line-height: 1.4;
  letter-spacing: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .fv__price-yen {
    font-size: calc(60 / 750 * 100vw);
  }
}
.fv__price-note {
  font-weight: 700;
  color: #FFFF4F;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fv__price-note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.fv__price-desc {
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.4;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
}
@media screen and (max-width: 767px) {
  .fv__price-desc {
    font-size: calc(50 / 750 * 100vw);
    letter-spacing: calc(4 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .fv__price-desc:last-child {
    padding-top: calc(10 / 750 * 100vw);
  }
}
.fv__catch {
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  margin-bottom: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .fv__catch {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: calc(2.4 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.fv__catch-highlight {
  color: #FFFF4F;
}
.fv__badges {
  display: flex;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .fv__badges {
    flex-direction: column;
    gap: calc(12 / 750 * 100vw);
    margin: 0 auto calc(30 / 750 * 100vw) calc(120 / 750 * 100vw);
  }
}
.fv__badge {
  width: min(calc(145 / 1080 * 100vw), 145px);
}
@media screen and (max-width: 767px) {
  .fv__badge {
    width: calc(212 / 750 * 100vw);
  }
}
.fv__badge img {
  width: 100%;
  height: auto;
}
.fv__note {
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.6;
  letter-spacing: min(calc(0.72 / 1080 * 100vw), 0.72px);
}
@media screen and (max-width: 767px) {
  .fv__note {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.2 / 750 * 100vw);
  }
}

.sec01 {
  background: #F4F8FC;
  position: relative;
  width: 100%;
  height: min(calc(1948 / 1080 * 100vw), 1948px);
}
@media screen and (max-width: 767px) {
  .sec01 {
    height: calc(1557 / 750 * 100vw);
  }
}
.sec01__text-group {
  background: url(../img/pc/sec01_style1.webp) 50% 0/100% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: max(calc(-29 / 1080 * 100vw), -29px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(700 / 1080 * 100vw), 700px);
  height: min(calc(102 / 1080 * 100vw), 102px);
  padding-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec01__text-group {
    background: url(../img/sp/sec01_style1.webp) 50% 0/100% no-repeat;
    flex-wrap: wrap;
    top: calc(-29 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    height: calc(200 / 750 * 100vw);
    padding-bottom: calc(32 / 750 * 100vw);
  }
}
.sec01__text-group-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec01__text-group-inner {
    gap: calc(10 / 750 * 100vw);
  }
}
.sec01__text-group img {
  width: min(calc(190 / 1080 * 100vw), 190px);
}
@media screen and (max-width: 767px) {
  .sec01__text-group img {
    width: calc(234 / 750 * 100vw);
  }
}
.sec01__text {
  font-weight: 700;
  color: #333;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec01__text {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec01__logo {
  width: min(calc(189 / 1080 * 100vw), 189px);
  height: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec01__logo {
    width: calc(234 / 750 * 100vw);
    height: calc(49 / 750 * 100vw);
  }
}
.sec01__main-image {
  position: absolute;
  top: min(calc(106 / 1080 * 100vw), 106px);
  left: min(calc(488 / 1080 * 100vw), 488px);
  width: min(calc(944 / 1080 * 100vw), 944px);
  height: min(calc(1730 / 1080 * 100vw), 1730px);
}
@media screen and (max-width: 767px) {
  .sec01__main-image {
    top: calc(182 / 750 * 100vw);
    left: calc(19 / 750 * 100vw);
    width: calc(712 / 750 * 100vw);
    height: calc(1297 / 750 * 100vw);
  }
}

.sec02 {
  background: url(../img/pc/sec02.webp) 50% 100%/100% no-repeat;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec02 {
    background: url(../img/sp/sec02.webp) 50% 100%/100% no-repeat;
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec02__01 {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec02__01 {
    width: calc(690 / 750 * 100vw);
    margin: 0 auto calc(64 / 750 * 100vw);
  }
}
.sec02__01-title-group {
  text-align: center;
  margin-bottom: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec02__01-title-group {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec02__01-title {
  font-weight: 700;
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec02__01-title {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec02__01-title > span {
  background: linear-gradient(0deg, transparent 4%, #ffff4f 4%, #ffff4f 25%, transparent 25%);
}
.sec02__01-title-accent {
  color: rgb(20, 180, 180);
  letter-spacing: 0.08em;
}
.sec02__01-title-text {
  color: rgb(51, 51, 51);
  letter-spacing: 0.08em;
}
.sec02__01-content {
  display: flex;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec02__01-content {
    gap: calc(8 / 750 * 100vw);
    align-items: flex-start;
  }
}
.sec02__01-balloon {
  background: url(../img/pc/sec02_style1.webp) 50% 0/100% no-repeat;
  width: min(calc(777 / 1080 * 100vw), 777px);
  height: min(calc(101 / 1080 * 100vw), 101px);
  display: flex;
  align-items: center;
  padding: 0 min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec02__01-balloon {
    background: url(../img/sp/sec02_style1.webp) 50% 0/100% no-repeat;
    width: calc(514 / 750 * 100vw);
    height: calc(271 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(60 / 750 * 100vw) calc(20 / 750 * 100vw) calc(24 / 750 * 100vw);
    align-items: flex-start;
  }
}
.sec02__01-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec02__01-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec02__01-text-regular {
  font-weight: 400;
  color: rgb(51, 51, 51);
}
.sec02__01-text-bold {
  font-weight: 700;
  color: rgb(20, 180, 180);
}
.sec02__01-image {
  width: min(calc(202 / 1080 * 100vw), 202px);
  height: min(calc(200 / 1080 * 100vw), 200px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec02__01-image {
    width: calc(168 / 750 * 100vw);
    height: calc(166 / 750 * 100vw);
  }
}
.sec02__02 {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .sec02__02 {
    width: calc(690 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}
.sec02__02-title-group {
  text-align: center;
  margin-bottom: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec02__02-title-group {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec02__02-subtitle {
  font-weight: 700;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: rgb(51, 51, 51);
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec02__02-subtitle {
    font-size: calc(56 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec02__02-title {
  font-weight: 700;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec02__02-title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec02__02-title-text {
  color: rgb(51, 51, 51);
}
.sec02__02-title-number {
  font-size: min(calc(80 / 1080 * 100vw), 80px);
  font-weight: 600;
  color: rgb(20, 180, 180);
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec02__02-title-number {
    font-size: calc(80 / 750 * 100vw);
  }
}
.sec02__02-title-accent {
  color: rgb(20, 180, 180);
}
.sec02__02-cards {
  display: flex;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec02__02-cards {
    flex-direction: column;
    gap: calc(24 / 750 * 100vw);
  }
}
.sec02__02-card {
  flex: 1;
  border: 1px solid #d8d7d7;
  padding: min(calc(54 / 1080 * 100vw), 54px) 0 min(calc(18 / 1080 * 100vw), 18px);
  background: rgb(255, 255, 255);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__02-card {
    flex: none;
    justify-content: flex-start;
    gap: calc(32 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw);
    height: calc(174 / 750 * 100vw);
  }
}
.sec02__02-card-point {
  position: absolute;
  top: 0;
  left: min(calc(115 / 1080 * 100vw), 115px);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec02__02-card-point {
    position: static;
    transform: none;
  }
}
.sec02__02-point-circle {
  width: min(calc(90 / 1080 * 100vw), 90px);
  height: min(calc(90 / 1080 * 100vw), 90px);
  background: #5ac9c9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec02__02-point-circle {
    width: calc(110 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
  }
}
.sec02__02-point-text {
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec02__02-point-text {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec02__02-point-text .--no {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec02__02-point-text .--no {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec02__02-card-title {
  position: relative;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec02__02-card-title {
    font-size: calc(34 / 750 * 100vw);
    text-align: left;
  }
}
.sec02__02-card-note {
  position: absolute;
  top: max(calc(-8 / 1080 * 100vw), -8px);
  right: max(calc(-4 / 1080 * 100vw), -4px);
  font-weight: 400;
  font-size: min(calc(10 / 1080 * 100vw), 10px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec02__02-card-note {
    position: static;
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec02__03 {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02__03 {
    width: calc(690 / 750 * 100vw);
    margin: 0 auto;
  }
}
.sec02__03-title-group {
  text-align: center;
  margin-bottom: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec02__03-title-group {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec02__03-title {
  font-weight: 700;
  line-height: 1.4;
}
.sec02__03-title-text {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  letter-spacing: 0.08em;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec02__03-title-text {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec02__03-title-accent {
  font-size: min(calc(64 / 1080 * 100vw), 64px);
  letter-spacing: 0.08em;
  color: rgb(20, 180, 180);
}
@media screen and (max-width: 767px) {
  .sec02__03-title-accent {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec02__03-comparison {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec02__03-comparison {
    gap: calc(40 / 750 * 100vw);
    width: fit-content;
    margin: 0 auto;
  }
}
.sec02__03-item {
  display: flex;
  position: relative;
  gap: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec02__03-item {
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
  }
}
.sec02__03-item::after {
  content: "";
  background: url(../img/common/sec02_arrow1.svg) 0 0/100% no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: min(calc(430 / 1080 * 100vw), 430px);
  width: min(calc(73 / 1080 * 100vw), 73px);
  height: min(calc(67 / 1080 * 100vw), 67px);
}
@media screen and (max-width: 767px) {
  .sec02__03-item::after {
    left: 50%;
    transform: translate(-50%) rotate(90deg);
    top: calc(150 / 750 * 100vw);
    width: calc(73 / 750 * 100vw);
    height: calc(67 / 750 * 100vw);
  }
}
.sec02__03-problem {
  background: rgb(255, 255, 255);
  border: 1px solid #d8d7d7;
  width: min(calc(455 / 1080 * 100vw), 455px);
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(32 / 1080 * 100vw), 32px) min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec02__03-problem {
    gap: calc(18 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    padding: calc(26 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.sec02__03-problem-icon {
  width: min(calc(96 / 1080 * 100vw), 96px);
  height: min(calc(94 / 1080 * 100vw), 94px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec02__03-problem-icon {
    width: calc(96 / 750 * 100vw);
    height: calc(94 / 750 * 100vw);
  }
}
.sec02__03-problem-text {
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec02__03-problem-text {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec02__03-solution {
  background: rgb(20, 180, 180);
  border: 1px solid #d8d7d7;
  width: min(calc(527 / 1080 * 100vw), 527px);
  padding-left: min(calc(60 / 1080 * 100vw), 60px);
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02__03-solution {
    width: calc(630 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.sec02__03-solution-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(23 / 1080 * 100vw), 23px);
}
@media screen and (max-width: 767px) {
  .sec02__03-solution-content {
    gap: calc(23 / 750 * 100vw);
  }
}
.sec02__03-solution-text {
  width: min(calc(280 / 1080 * 100vw), 280px);
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #ffff4f;
}
@media screen and (max-width: 767px) {
  .sec02__03-solution-text {
    width: calc(350 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec02__03-solution-avatar {
  position: absolute;
  top: max(calc(-23 / 1080 * 100vw), -23px);
  right: min(calc(15 / 1080 * 100vw), 15px);
  width: min(calc(174 / 1080 * 100vw), 174px);
  height: min(calc(178 / 1080 * 100vw), 178px);
}
@media screen and (max-width: 767px) {
  .sec02__03-solution-avatar {
    top: calc(-30 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
    width: calc(176 / 750 * 100vw);
    height: calc(173 / 750 * 100vw);
  }
}
.sec02__03-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(95 / 1080 * 100vw), 95px);
  height: min(calc(160 / 1080 * 100vw), 160px);
}
@media screen and (max-width: 767px) {
  .sec02__03-arrow {
    position: static;
    transform: none;
    width: calc(94 / 750 * 100vw);
    height: calc(82 / 750 * 100vw);
    align-self: center;
  }
}
.sec02__note {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  text-align: center;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgb(51, 51, 51);
  margin: min(calc(15 / 1080 * 100vw), 15px) auto min(calc(100 / 1080 * 100vw), 100px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
    text-align: center;
  }
}

.sec03 {
  background: #F4F8FC;
  padding: min(calc(86 / 1080 * 100vw), 86px) 0 min(calc(140 / 1080 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: calc(80 / 750 * 100vw) 0 calc(190 / 750 * 100vw);
  }
}
.sec03 img {
  margin: 0 auto;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .sec03 img {
    width: calc(700 / 750 * 100vw);
  }
}

.sec04 {
  background: #fff;
  padding: 0 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: 0 0 calc(80 / 750 * 100vw);
  }
}
.sec04__intro {
  background: url(../img/pc/sec04_style1.webp) 50% 0/100% no-repeat;
  width: min(calc(700 / 1080 * 100vw), 700px);
  height: min(calc(115 / 1080 * 100vw), 115px);
  transform: translateY(max(calc(-54 / 1080 * 100vw), -54px));
  margin: 0 auto max(calc(-30 / 1080 * 100vw), -30px);
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(65 / 1080 * 100vw), 65px) 0 0;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__intro {
    background: url(../img/sp/sec04_style1.webp) 50% 0/100% no-repeat;
    width: calc(630 / 750 * 100vw);
    height: calc(198 / 750 * 100vw);
    transform: translateY(calc(-110 / 750 * 100vw));
    margin-bottom: calc(-94 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(145 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
    text-align: left;
  }
}
.sec04__intro .text01 {
  color: rgb(20, 180, 180);
}
.sec04__head {
  text-align: center;
}
.sec04__head-banner {
  clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
  background: #FFFF4F;
  display: inline-block;
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(40 / 1080 * 100vw), 40px);
  margin: min(calc(32 / 1080 * 100vw), 32px) 0 min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: rgb(20, 180, 180);
}
@media screen and (max-width: 767px) {
  .sec04__head-banner {
    padding: calc(8 / 750 * 100vw) calc(34 / 750 * 100vw);
    margin: calc(24 / 750 * 100vw) 0 calc(32 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec04__head-title-text {
  font-weight: 700;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec04__head-title-text {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec04__table {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec04__table {
    width: calc(630 / 750 * 100vw);
    margin: 0 auto calc(24 / 750 * 100vw);
  }
}
.sec04__table-wrapper {
  border: 1px solid #DDDDDD;
  background: #fff;
}
.sec04__table-header {
  display: flex;
}
.sec04__table-header-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(calc(60 / 1080 * 100vw), 60px);
  border-right: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  .sec04__table-header-item {
    height: calc(60 / 750 * 100vw);
  }
}
.sec04__table-header-item:first-child {
  width: min(calc(201 / 1080 * 100vw), 201px);
}
@media screen and (max-width: 767px) {
  .sec04__table-header-item:first-child {
    width: calc(142 / 750 * 100vw);
  }
}
.sec04__table-header-item:last-child {
  border-right: none;
}
.sec04__table-header-item--a {
  width: min(calc(240 / 1080 * 100vw), 240px);
  background: rgb(20, 180, 180);
}
@media screen and (max-width: 767px) {
  .sec04__table-header-item--a {
    width: calc(162 / 750 * 100vw);
  }
}
.sec04__table-header-item--b {
  width: min(calc(240 / 1080 * 100vw), 240px);
  background: #328804;
}
@media screen and (max-width: 767px) {
  .sec04__table-header-item--b {
    width: calc(164 / 750 * 100vw);
  }
}
.sec04__table-header-item--c {
  width: min(calc(240 / 1080 * 100vw), 240px);
  background: #20548E;
}
@media screen and (max-width: 767px) {
  .sec04__table-header-item--c {
    width: calc(164 / 750 * 100vw);
  }
}
.sec04__table-plan-name {
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec04__table-plan-name {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec04__table-row {
  display: flex;
  border-top: 1px solid #DDDDDD;
}
.sec04__table-row:first-child {
  border-top: none;
}
.sec04__table-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(calc(16 / 1080 * 100vw), 16px);
  border-right: 1px solid #DDDDDD;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__table-cell {
    padding: calc(16 / 750 * 100vw) calc(4 / 750 * 100vw);
  }
}
.sec04__table-cell:last-child {
  border-right: none;
}
.sec04__table-cell--label {
  width: min(calc(201 / 1080 * 100vw), 201px);
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .sec04__table-cell--label {
    width: calc(142 / 750 * 100vw);
  }
}
.sec04__table-cell--a {
  width: min(calc(240 / 1080 * 100vw), 240px);
}
@media screen and (max-width: 767px) {
  .sec04__table-cell--a {
    width: calc(162 / 750 * 100vw);
  }
}
.sec04__table-cell--b {
  width: min(calc(240 / 1080 * 100vw), 240px);
}
@media screen and (max-width: 767px) {
  .sec04__table-cell--b {
    width: calc(164 / 750 * 100vw);
  }
}
.sec04__table-cell--c {
  width: min(calc(240 / 1080 * 100vw), 240px);
}
@media screen and (max-width: 767px) {
  .sec04__table-cell--c {
    width: calc(164 / 750 * 100vw);
  }
}
.sec04__table-label {
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.4;
  letter-spacing: 0;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec04__table-label {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.4;
  }
}
.sec04__table-label.--a {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .sec04__table-label.--a {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec04__table-label--note {
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec04__table-label--note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec04__table-price {
  font-weight: 700;
  line-height: 1.4;
}
.sec04__table-price-num {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec04__table-price-num {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec04__table-price-comma {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec04__table-price-comma {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec04__table-price-unit {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .sec04__table-price-unit {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec04__table-recommend {
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: rgb(51, 51, 51);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec04__table-recommend {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.4;
  }
}
.sec04__table-guarantee {
  text-align: center;
}
.sec04__table-guarantee-desc {
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec04__table-guarantee-desc {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.4;
  }
}
.sec04__table-guarantee-amount {
  font-weight: 700;
  line-height: 1.4;
}
.sec04__table-guarantee-num {
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec04__table-guarantee-num {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: -0.06em;
  }
}
.sec04__table-guarantee-unit {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .sec04__table-guarantee-unit {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: -0.06em;
  }
}
.sec04__table-support {
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec04__table-support {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.4;
  }
}
.sec04__table-support-note {
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec04__table-support-note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec04__table .sec04__table-cell--a.--a {
  align-items: flex-start;
}
.sec04__table .sec04__table-cell--a .sec04__table-price {
  color: rgb(20, 180, 180);
}
.sec04__table .sec04__table-cell--a .sec04__table-recommend {
  color: rgb(20, 180, 180);
}
.sec04__table .sec04__table-cell--a .sec04__table-guarantee-desc,
.sec04__table .sec04__table-cell--a .sec04__table-guarantee-amount {
  color: rgb(20, 180, 180);
}
.sec04__table .sec04__table-cell--a .sec04__table-support {
  color: rgb(20, 180, 180);
}
.sec04__table .sec04__table-cell--b.--a {
  align-items: flex-start;
}
.sec04__table .sec04__table-cell--b .sec04__table-price {
  color: #328804;
}
.sec04__table .sec04__table-cell--b .sec04__table-recommend {
  color: #328804;
}
.sec04__table .sec04__table-cell--b .sec04__table-guarantee-desc,
.sec04__table .sec04__table-cell--b .sec04__table-guarantee-amount {
  color: #328804;
}
.sec04__table .sec04__table-cell--b .sec04__table-support {
  color: #328804;
}
.sec04__table .sec04__table-cell--c .sec04__table-price {
  color: #20548E;
}
.sec04__table .sec04__table-cell--c .sec04__table-recommend {
  color: #20548E;
}
.sec04__table .sec04__table-cell--c .sec04__table-guarantee-desc,
.sec04__table .sec04__table-cell--c .sec04__table-guarantee-amount {
  color: #20548E;
}
.sec04__table .sec04__table-cell--c .sec04__table-guarantee-desc .text01,
.sec04__table .sec04__table-cell--c .sec04__table-guarantee-amount .text01 {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec04__table .sec04__table-cell--c .sec04__table-guarantee-desc .text01,
  .sec04__table .sec04__table-cell--c .sec04__table-guarantee-amount .text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec04__table .sec04__table-cell--c .sec04__table-support {
  color: #20548E;
}
.sec04__note {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04__note {
    width: calc(630 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}
.sec04__note-text {
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgb(51, 51, 51);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec04__note-text {
    font-size: calc(20 / 750 * 100vw);
    text-align: justify;
  }
}
.sec04__badges {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04__badges {
    flex-direction: column;
    gap: calc(24 / 750 * 100vw);
  }
}
.sec04__badges-wrapper {
  display: flex;
  justify-content: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec04__badges-wrapper {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec04__badges-item {
  width: min(calc(145 / 1080 * 100vw), 145px);
  height: min(calc(145 / 1080 * 100vw), 145px);
}
@media screen and (max-width: 767px) {
  .sec04__badges-item {
    width: calc(200 / 750 * 100vw);
    height: calc(200 / 750 * 100vw);
  }
}
.sec04__badges-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec04__badges-message {
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: rgb(20, 180, 180);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec04__badges-message {
    font-size: calc(42 / 750 * 100vw);
    text-align: center;
  }
}

.sec05 {
  background: #F4F8FC;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec05 img {
  margin: 0 auto;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .sec05 img {
    width: calc(700 / 750 * 100vw);
  }
}

.sec06 {
  position: relative;
  background: rgb(255, 255, 255);
  padding: min(calc(62 / 1080 * 100vw), 62px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: calc(112 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec06__bg {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  height: min(calc(45 / 1080 * 100vw), 45px);
  margin: 0 auto min(calc(32 / 1080 * 100vw), 32px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec06__bg {
    width: calc(630 / 750 * 100vw);
    height: auto;
    margin-bottom: calc(32 / 750 * 100vw);
    display: block;
    text-align: center;
  }
}
.sec06__bg-text1 {
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec06__bg-text1 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec06__bg-text2 {
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: rgb(20, 180, 180);
}
@media screen and (max-width: 767px) {
  .sec06__bg-text2 {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec06__bg-text3 {
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec06__bg-text3 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec06__step-wrapper {
  display: flex;
  justify-content: center;
  gap: min(calc(22 / 1080 * 100vw), 22px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__step-wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(32 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.sec06__step {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec06__step {
    width: calc(630 / 750 * 100vw);
  }
}
.sec06__step--03 {
  flex: none;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec06__step--03 {
    flex-direction: column;
    gap: calc(24 / 750 * 100vw);
  }
}
.sec06__step-label {
  background: rgb(20, 180, 180);
  height: min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec06__step-label {
    height: calc(50 / 750 * 100vw);
  }
}
.sec06__step-number {
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1;
  letter-spacing: 0.06em;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .sec06__step-number {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec06__step-title {
  margin: min(calc(8 / 1080 * 100vw), 8px) 0;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec06__step-title {
    font-size: calc(34 / 750 * 100vw);
    margin: calc(16 / 750 * 100vw) 0;
  }
}
.sec06__step-content {
  background: #eff6ff;
  padding: min(calc(14 / 1080 * 100vw), 14px) min(calc(16 / 1080 * 100vw), 16px);
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06__step-content {
    padding: calc(16 / 750 * 100vw) calc(20 / 750 * 100vw);
    gap: calc(8 / 750 * 100vw);
  }
}
.sec06__step-section {
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06__step-section {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec06__section-title {
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec06__section-title {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec06__section-detail {
  font-weight: 400;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec06__section-detail {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec06__button-wrapper {
  display: flex;
  justify-content: center;
}
.sec06__btn {
  background: #fc8b28;
  color: rgb(255, 255, 255);
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(377 / 1080 * 100vw), 377px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 3.592209816px 3.592209816px 10.7766294479px 0px rgba(0, 0, 0, 0.25);
  transition: filter 0.2s;
}
@media screen and (max-width: 767px) {
  .sec06__btn {
    margin: calc(24 / 750 * 100vw) 0 calc(22 / 750 * 100vw);
    width: calc(570 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .sec06__btn:hover {
    will-change: filter;
    filter: brightness(115%);
  }
}
.sec06__btn-text {
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(255, 255, 255);
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec06__btn-text {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec06__btn-free {
  position: absolute;
  left: min(calc(5 / 1080 * 100vw), 5px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  width: min(calc(60 / 1080 * 100vw), 60px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .sec06__btn-free {
    border-width: calc(2 / 750 * 100vw);
    left: calc(5 / 750 * 100vw);
    top: calc(5 / 750 * 100vw);
    width: calc(90 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
  }
}
.sec06__btn-free span {
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .sec06__btn-free span {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec06__btn-icon {
  position: absolute;
  right: min(calc(22 / 1080 * 100vw), 22px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(14 / 1080 * 100vw), 14px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec06__btn-icon {
    right: calc(38 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
  }
}
.sec06__next-text {
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__next-text {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec06__next-arrow {
  width: min(calc(62 / 1080 * 100vw), 62px);
  height: min(calc(55 / 1080 * 100vw), 55px);
}
@media screen and (max-width: 767px) {
  .sec06__next-arrow {
    width: calc(55 / 750 * 100vw);
    height: calc(62 / 750 * 100vw);
    transform: rotate(90deg);
  }
}

.sec07 {
  background: #EFF6FF;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec07__title {
  text-align: center;
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec07__title {
    margin-bottom: calc(46 / 750 * 100vw);
  }
}
.sec07__title-faq {
  display: block;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.4;
  letter-spacing: min(calc(0.4 / 1080 * 100vw), 0.4px);
  color: rgb(20, 180, 180);
}
@media screen and (max-width: 767px) {
  .sec07__title-faq {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(0.6 / 750 * 100vw);
  }
}
.sec07__title-text {
  display: block;
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 1.4;
  letter-spacing: min(calc(4.8 / 1080 * 100vw), 4.8px);
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec07__title-text {
    font-size: calc(58 / 750 * 100vw);
    letter-spacing: calc(5.8 / 750 * 100vw);
  }
}
.sec07__accordion {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07__accordion {
    width: calc(690 / 750 * 100vw);
  }
}
.sec07__header-inner {
  display: flex;
  align-items: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(60 / 1080 * 100vw), 60px) min(calc(30 / 1080 * 100vw), 30px) min(calc(40 / 1080 * 100vw), 40px) !important;
}
@media screen and (max-width: 767px) {
  .sec07__header-inner {
    gap: calc(16 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(60 / 750 * 100vw) calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) !important;
  }
}
.sec07__question {
  display: flex;
  align-items: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec07__question {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec07__q-num {
  font-weight: 700;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.4;
  letter-spacing: min(calc(0.76 / 1080 * 100vw), 0.76px);
  color: rgb(20, 180, 180);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec07__q-num {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(0.76 / 750 * 100vw);
  }
}
.sec07__q-text {
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.4;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  color: rgb(20, 180, 180);
}
@media screen and (max-width: 767px) {
  .sec07__q-text {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: calc(2.04 / 750 * 100vw);
  }
}
.sec07__body {
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07__body {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec07__body-inner {
  border-top: 1px #ddd solid;
  padding: min(calc(20 / 1080 * 100vw), 20px) 0 min(calc(30 / 1080 * 100vw), 30px) !important;
  display: block !important;
}
@media screen and (max-width: 767px) {
  .sec07__body-inner {
    padding: calc(30 / 750 * 100vw) 0 calc(40 / 750 * 100vw) !important;
  }
}
.sec07__body-inner a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .sec07__body-inner a:hover {
    text-decoration: none;
  }
}
.sec07__answer {
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec07__answer {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.56 / 750 * 100vw);
  }
}
.sec07 .adlp-accordion__header::after {
  background: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 11L21 1' stroke='%2314B4B4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
  width: min(calc(22 / 1080 * 100vw), 22px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-accordion__header::after {
    width: calc(24 / 750 * 100vw);
    height: calc(15 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}
.sec07 .adlp-accordion__header::before {
  display: none;
}
.sec07 .adlp-accordion__body {
  display: none;
}
/*# sourceMappingURL=fv.css.map */
