@charset "UTF-8";
.--sans {
  font-family: "Noto Sans JP", sans-serif;
}
.--serif {
  font-family: "Noto Serif JP", serif;
}
.--en {
  font-family: Roboto, sans-serif;
}
br {
  display: block;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-feature-settings: "palt" on;
  vertical-align: baseline;
  letter-spacing: 0.04em;
  text-decoration: none;
  outline: none;
  list-style: none;
  border: 0;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
}
html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
body {
  height: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  -webkit-overflow-scrolling: touch;
}

@media screen and (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 {
  font-size: 50%;
  vertical-align: top;
}
sub {
  font-size: 50%;
  vertical-align: baseline;
}
em,
b,
strong,
th {
  font-weight: 700;
}
a {
  color: rgb(51 51 51);
  cursor: pointer;
  transition: opacity 0.3s;
}
figcaption,
small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}

@media screen and (width <= 767px) {
  figcaption,
  small {
    font-size: calc(20 / 750 * 100vw);
  }
}
img {
  display: block;
  height: auto;
}
input,
button,
select,
textarea {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: transparent;
  border: none;
  border-radius: 0;
}
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 (width >= 768px) {
  .adlp-outer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-x: hidden;
  }
}
@media screen and (width <= 767px) {
  .adlp-outer {
    overflow: hidden;
  }
}
.adlp-wrapper {
  color: rgb(51 51 51);
}

@media screen and (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 {
  display: block;
  width: 100% !important;
}
.adlp-wrapper .center {
  text-align: center;
}

@media screen and (width >= 768px) {
  .adlp-wrapper .sp {
    display: none !important;
  }
}
@media screen and (width <= 767px) {
  .adlp-wrapper .pc {
    display: none !important;
  }
}
.adlp-wrapper .text__txt {
  color: rgb(51 51 51) !important;
}
.adlp-wrapper .text__white {
  color: #ffffff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #e75b18 !important;
}
.adlp-wrapper .bg__txt {
  background: rgb(51 51 51) !important;
}
.adlp-wrapper .bg__white {
  background: #ffffff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #e75b18 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid rgb(51 51 51);
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}

@media screen and (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 (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 (width <= 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #ffffff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}

@media screen and (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 (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 (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 (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 (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 (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 (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 (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 (width <= 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, rgb(51 51 51) 60%);
}
.adlp-wrapper .marker__white {
  background: linear-gradient(transparent 60%, #ffffff 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 rgb(51 51 51);
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}

@media screen and (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 (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 (width <= 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #ffffff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}

@media screen and (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (width <= 767px) {
  .adlp-wrapper .mt60 {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and (width <= 767px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: calc(10 / 750 * 100vw) !important;
  }
}
@media screen and (width <= 767px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: calc(20 / 750 * 100vw) !important;
  }
}
@media screen and (width <= 767px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: calc(30 / 750 * 100vw) !important;
  }
}
@media screen and (width <= 767px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: calc(40 / 750 * 100vw) !important;
  }
}
@media screen and (width <= 767px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: calc(50 / 750 * 100vw) !important;
  }
}
@media screen and (width <= 767px) {
  .adlp-wrapper .sp-mt60 {
    margin-top: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .wrap500 {
  width: min(calc(500 / 1080 * 100vw), 500px);
  margin: auto;
}

@media screen and (width <= 767px) {
  .adlp-wrapper .wrap500 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap600 {
  width: min(calc(600 / 1080 * 100vw), 600px);
  margin: auto;
}

@media screen and (width <= 767px) {
  .adlp-wrapper .wrap600 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap700 {
  width: min(calc(700 / 1080 * 100vw), 700px);
  margin: auto;
}

@media screen and (width <= 767px) {
  .adlp-wrapper .wrap700 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap800 {
  width: min(calc(800 / 1080 * 100vw), 800px);
  margin: auto;
}

@media screen and (width <= 767px) {
  .adlp-wrapper .wrap800 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap900 {
  width: min(calc(900 / 1080 * 100vw), 900px);
  margin: auto;
}

@media screen and (width <= 767px) {
  .adlp-wrapper .wrap900 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap920 {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
}

@media screen and (width <= 767px) {
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1000 {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: auto;
}

@media screen and (width <= 767px) {
  .adlp-wrapper .wrap1000 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1080 {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: auto;
}

@media screen and (width <= 767px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px)
    min(calc(8 / 1080 * 100vw), 8px) 0 rgb(0 0 0 / 8%);
  transform: translateX(-50%);
}

@media screen and (width <= 767px) {
  .adlp-header {
    box-shadow: 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) 0 rgb(0 0 0 / 8%);
  }
}
.adlp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(992 / 1080 * 100vw), 992px);
  height: min(calc(78 / 1080 * 100vw), 78px);
  margin: auto;
}

@media screen and (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 (width <= 767px) {
  .adlp-header__logo {
    width: calc(145 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn {
  width: min(calc(200 / 1080 * 100vw), 200px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  margin: 0;
  box-shadow: min(calc(2 / 1080 * 100vw), 2px) min(calc(2 / 1080 * 100vw), 2px)
    min(calc(6 / 1080 * 100vw), 6px) 0 rgb(0 0 0 / 25%);
}
.adlp-header .adlp-btn__wrapper {
  display: flex;
  gap: min(calc(15 / 1080 * 100vw), 15px);
}

@media screen and (width <= 767px) {
  .adlp-header .adlp-btn__wrapper {
    flex-direction: row;
    gap: calc(15 / 750 * 100vw);
  }
}
@media screen and (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 rgb(0 0 0 / 25%);
  }
}
@media screen and (width >= 768px) {
  .adlp-header .adlp-btn:hover {
    filter: brightness(115%);
    will-change: filter;
  }
}
.adlp-header .adlp-btn.--btn01 {
  width: min(calc(200 / 1080 * 100vw), 200px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  background: #fc8b28;
}
.adlp-header .adlp-btn.--btn01.--a {
  background: rgb(20 180 180);
}

@media screen and (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 (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;
  top: min(calc(4 / 1080 * 100vw), 4px);
  left: min(calc(4 / 1080 * 100vw), 4px);
  display: flex;
  align-items: center;
  justify-content: center;
  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;
  line-height: 1.6;
  color: rgb(255 255 255);
  text-align: center;
  letter-spacing: 0.04em;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

@media screen and (width <= 767px) {
  .adlp-header .adlp-btn.--f p:last-child {
    top: calc(7 / 750 * 100vw);
    left: calc(7 / 750 * 100vw);
    width: calc(46 / 750 * 100vw);
    height: calc(46 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  line-height: 1.6;
  color: rgb(255 255 255);
  letter-spacing: 0.04em;
}

@media screen and (width <= 767px) {
  .adlp-header .adlp-btn p {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-main {
  padding-top: min(calc(78 / 1080 * 100vw), 78px);
}

@media screen and (width <= 767px) {
  .adlp-main {
    padding-top: calc(100 / 750 * 100vw);
  }
}
.adlp-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(420 / 1080 * 100vw), 420px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  border-radius: 200px;
  transition: all 0.3s;
}
.adlp-btn__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  justify-content: center;
}

@media screen and (width <= 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    gap: calc(30 / 750 * 100vw);
    align-items: center;
  }
}
.adlp-btn__text {
  text-align: center;
}

@media screen and (width <= 767px) {
  .adlp-btn {
    width: calc(630 / 750 * 100vw);
    height: calc(98 / 750 * 100vw);
  }
}
.adlp-btn p {
  z-index: 1;
  line-height: 120%;
  text-align: center;
}
.adlp-btn p span {
  line-height: 120%;
}
.adlp-btn p span.text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}

@media screen and (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 (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 {
  position: absolute;
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  color: #1883ec;
  content: "無料";
  background: #ffffff;
  border-radius: 50%;
}

@media screen and (width <= 767px) {
  .adlp-btn.--free::before {
    top: calc(8 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
    width: calc(82 / 750 * 100vw);
    height: calc(82 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-btn.--btn01 {
  color: #ffffff;
  background: #1883ec;
}
.adlp-btn.--btn01::after {
  position: absolute;
  top: 50%;
  right: min(calc(33 / 1080 * 100vw), 33px);
  display: block;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  content: "";
  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%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

@media screen and (width <= 767px) {
  .adlp-btn.--btn01::after {
    right: calc(33 / 750 * 100vw);
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
  }
}
.adlp-btn.--btn02-a {
  color: #f69809;
  background: #ffffff;
  border: min(calc(4 / 1080 * 100vw), 4px) solid #f69809;
}

@media screen and (width <= 767px) {
  .adlp-btn.--btn02-a {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-btn.--btn02-a::after {
  position: absolute;
  top: 50%;
  right: min(calc(33 / 1080 * 100vw), 33px);
  display: block;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  content: "";
  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%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

@media screen and (width <= 767px) {
  .adlp-btn.--btn02-a::after {
    right: calc(33 / 750 * 100vw);
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
  }
}
@media screen and (width >= 768px) {
  .adlp-btn.--btn02-a:hover {
    color: #ffffff;
    background: #f69809;
  }
  .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 (width <= 767px) {
  .adlp-btn.--btn02-a:active {
    color: #ffffff;
    background: #f69809;
  }
  .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 {
  overflow: hidden;
  color: #ffffff;
  border: 1px solid transparent;
}
.adlp-btn.--btn02-b::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #ff98ac 0%, #ff6683 100%);
  opacity: 1;
  transition: all 0.3s;
}
.adlp-btn.--btn02-b::after {
  position: absolute;
  top: 50%;
  right: min(calc(33 / 1080 * 100vw), 33px);
  display: block;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  content: "";
  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%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

@media screen and (width <= 767px) {
  .adlp-btn.--btn02-b::after {
    right: calc(33 / 750 * 100vw);
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
@media screen and (width >= 768px) {
  .adlp-btn.--btn02-b:hover {
    color: #ff6683;
    background-color: #ffffff;
    border-color: #ff6683;
  }
  .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 (width <= 767px) {
  .adlp-btn.--btn02-b:active {
    color: #ff6683;
    background-color: #ffffff;
    border-color: #ff6683;
  }
  .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: #ffffff;
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(6 / 1080 * 100vw), 6px)
    0 0 rgb(0 0 0 / 30%);
}

@media screen and (width <= 767px) {
  .adlp-btn.--btn03 {
    box-shadow: calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) 0 0 rgb(0 0 0 / 30%);
  }
}
.adlp-btn.--btn03::after {
  position: absolute;
  top: 50%;
  right: min(calc(33 / 1080 * 100vw), 33px);
  display: block;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  content: "";
  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%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

@media screen and (width <= 767px) {
  .adlp-btn.--btn03::after {
    right: calc(33 / 750 * 100vw);
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
@media screen and (width >= 768px) {
  .adlp-btn.--btn03:hover {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 30%);
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
  }
}
@media screen and (width >= 768px) and (width <= 767px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
@media screen and (width <= 767px) {
  .adlp-btn.--btn03:active {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 30%);
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
  }
}
@media screen and (width <= 767px) and (width <= 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
.adlp-btn.--btn04 {
  color: #ffffff;
  background: #ffa800;
  box-shadow: 0 min(calc(14 / 1080 * 100vw), 14px)
    min(calc(24 / 1080 * 100vw), 24px) 0 rgb(0 0 0 / 40%);
}

@media screen and (width <= 767px) {
  .adlp-btn.--btn04 {
    box-shadow: 0 calc(14 / 750 * 100vw) calc(24 / 750 * 100vw) 0
      rgb(0 0 0 / 40%);
  }
}
.adlp-btn.--btn04::after {
  position: absolute;
  top: 50%;
  right: min(calc(33 / 1080 * 100vw), 33px);
  display: block;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  content: "";
  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%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

@media screen and (width <= 767px) {
  .adlp-btn.--btn04::after {
    right: calc(33 / 750 * 100vw);
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
@media screen and (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 (width <= 767px) {
  .adlp-btn.--btn04:active {
    background: #f48400;
  }
  .adlp-btn.--btn04:active::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}
.cv01 {
  position: relative;
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  height: min(calc(616 / 1080 * 100vw), 616px);
  padding-top: min(calc(50 / 1080 * 100vw), 50px);
  background: url("../img/pc/cv01.webp") 50% 0/100% no-repeat;
}

@media screen and (width <= 767px) {
  .cv01 {
    width: 100%;
    height: calc(1546 / 750 * 100vw);
    padding-top: calc(73 / 750 * 100vw);
    background: url("../img/sp/cv01.webp") 50% 0/100% no-repeat;
  }
}
.cv01__top-section {
  display: flex;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  justify-content: center;
}

@media screen and (width <= 767px) {
  .cv01__top-section {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
}
.cv01__badges {
  display: flex;
}
.cv01__message {
  padding-top: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  color: rgb(255 255 255);
  text-align: center;
}

@media screen and (width <= 767px) {
  .cv01__message {
    padding: 0;
    margin-top: calc(-34 / 750 * 100vw);
  }
}
.cv01__message p {
  margin: 0;
  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 (width <= 767px) {
  .cv01__message p {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(3.04 / 750 * 100vw);
  }
}
.cv01__highlight {
  color: #ffff4f;
}
.cv01__badge {
  width: min(calc(183 / 1080 * 100vw), 183px);
}

@media screen and (width <= 767px) {
  .cv01__badge {
    width: calc(254 / 750 * 100vw);
  }
}
.cv01__badge:first-child {
  margin-right: max(calc(-30 / 1080 * 100vw), -30px);
}
.cv01 .adlp-btn {
  position: relative;
  width: min(calc(700 / 1080 * 100vw), 700px);
  height: min(calc(100 / 1080 * 100vw), 100px);
  margin: max(calc(-10 / 1080 * 100vw), -10px) auto
    min(calc(52 / 1080 * 100vw), 52px);
  background: rgb(252 139 40);
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px)
    min(calc(10 / 1080 * 100vw), 10px) 0 rgb(0 0 0 / 25%);
  will-change: filter;
}

@media screen and (width <= 767px) {
  .cv01 .adlp-btn {
    width: calc(630 / 750 * 100vw);
    height: calc(113 / 750 * 100vw);
    margin: calc(298 / 750 * 100vw) auto calc(80 / 750 * 100vw);
    box-shadow: calc(4 / 750 * 100vw) calc(4 / 750 * 100vw)
      calc(10 / 750 * 100vw) 0 rgb(0 0 0 / 25%);
  }
}
@media screen and (width >= 768px) {
  .cv01 .adlp-btn:hover {
    filter: brightness(110%);
  }
}
.cv01 .adlp-btn::after {
  content: none;
}
.cv01__button-free {
  position: absolute;
  top: min(calc(10 / 1080 * 100vw), 10px);
  left: min(calc(10 / 1080 * 100vw), 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  color: rgb(255 255 255);
  text-align: center;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
  border: solid #ffffff min(calc(2 / 1080 * 100vw), 2px);
  border-radius: 50%;
}

@media screen and (width <= 767px) {
  .cv01__button-free {
    top: calc(11 / 750 * 100vw);
    left: calc(11 / 750 * 100vw);
    width: calc(90 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
    border: solid #ffffff calc(2 / 750 * 100vw);
  }
}
.cv01__button-text {
  display: flex;
  gap: min(calc(14 / 1080 * 100vw), 14px);
  align-items: center;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  color: rgb(255 255 255);
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}

@media screen and (width <= 767px) {
  .cv01__button-text {
    gap: calc(15 / 750 * 100vw);
    padding-left: calc(46 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(2.88 / 750 * 100vw);
  }
}
.cv01__button-text::after {
  display: block;
  width: min(calc(29 / 1080 * 100vw), 29px);
  height: min(calc(29 / 1080 * 100vw), 29px);
  content: "";
  background: url("../img/common/icon_dl.svg") 0 0/100% no-repeat;
}

@media screen and (width <= 767px) {
  .cv01__button-text::after {
    width: calc(33 / 750 * 100vw);
    height: calc(33 / 750 * 100vw);
  }
}
.cv01__button-image {
  position: absolute;
  top: max(calc(-56 / 1080 * 100vw), -56px);
  right: max(calc(-70 / 1080 * 100vw), -70px);
  width: min(calc(245 / 1080 * 100vw), 245px);
}

@media screen and (width <= 767px) {
  .cv01__button-image {
    top: calc(-270 / 750 * 100vw);
    right: calc(73 / 750 * 100vw);
    width: calc(475 / 750 * 100vw);
  }
}
.cv01__info-section {
  position: relative;
  display: flex;
  gap: min(calc(28 / 1080 * 100vw), 28px);
  align-items: center;
  justify-content: center;
  width: min(calc(920 / 1080 * 100vw), 920px);
  height: min(calc(151 / 1080 * 100vw), 151px);
  padding: 0 min(calc(38 / 1080 * 100vw), 38px);
  margin: 0 auto;
  border: min(calc(4 / 1080 * 100vw), 4px) solid rgb(255 255 255);
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
}

@media screen and (width <= 767px) {
  .cv01__info-section {
    flex-direction: column;
    gap: calc(38 / 750 * 100vw);
    align-items: flex-start;
    width: calc(630 / 750 * 100vw);
    height: calc(510 / 750 * 100vw);
    padding: 0 calc(74 / 750 * 100vw);
    border: calc(6 / 750 * 100vw) solid rgb(255 255 255);
    border-radius: calc(34 / 750 * 100vw);
  }
}
.cv01__info-title {
  position: relative;
  padding-right: min(calc(26 / 1080 * 100vw), 26px);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  color: rgb(255 255 255);
  text-align: center;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
  border-radius: 100px;
}

@media screen and (width <= 767px) {
  .cv01__info-title {
    width: 100%;
    padding: 0 0 calc(28 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
    text-align: center;
    letter-spacing: calc(3.36 / 750 * 100vw);
  }
}
.cv01__info-title::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: min(calc(3 / 1080 * 100vw), 3px);
  height: min(calc(87 / 1080 * 100vw), 87px);
  content: "";
  background: rgb(255 255 255);
  transform: translateY(-50%);
}

@media screen and (width <= 767px) {
  .cv01__info-title::after {
    top: 100%;
    left: 50%;
    width: calc(100 / 750 * 100vw);
    height: calc(3 / 750 * 100vw);
    transform: translate(-50%, 0);
  }
}
.cv01__info-content {
  display: flex;
  flex: 1;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (width <= 767px) {
  .cv01__info-content {
    flex: none;
    flex-direction: column;
    justify-content: center;
  }
}
.cv01__info-list {
  display: flex;
  flex-direction: column;
}
.cv01__info-item {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  color: rgb(255 255 255);
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
}

@media screen and (width <= 767px) {
  .cv01__info-item {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.56 / 750 * 100vw);
  }
}
.fv {
  position: relative;
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  height: min(calc(710 / 1080 * 100vw), 710px);
  background: url("../img/pc/fv.webp") 50% 0/100% no-repeat;
}

@media screen and (width <= 767px) {
  .fv {
    width: calc(750 / 750 * 100vw);
    height: calc(1096 / 750 * 100vw);
    background: url("../img/sp/fv.webp") 50% 0/100% no-repeat;
  }
}
.fv__title {
  padding: min(calc(32 / 1080 * 100vw), 32px) 0
    min(calc(148 / 1080 * 100vw), 148px);
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 900;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
}

@media screen and (width <= 767px) {
  .fv__title {
    padding: calc(32 / 750 * 100vw) 0 calc(142 / 750 * 100vw);
    font-size: calc(50 / 750 * 100vw);
  }
}
.fv__main-title {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 900;
  line-height: 1.6;
  color: #14b4b4;
  text-align: center;
}

@media screen and (width <= 767px) {
  .fv__main-title {
    font-size: calc(54 / 750 * 100vw);
  }
}
.fv__main-title::first-line {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  font-weight: 800;
}

@media screen and (width <= 767px) {
  .fv__main-title::first-line {
    font-size: calc(62 / 750 * 100vw);
  }
}
.fv__logo {
  width: min(calc(332 / 1080 * 100vw), 332px);
  margin: min(calc(18 / 1080 * 100vw), 18px) auto 0;
}

@media screen and (width <= 767px) {
  .fv__logo {
    width: calc(370 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
  }
}
.fv__badges {
  position: absolute;
  top: min(calc(392 / 1080 * 100vw), 392px);
  left: min(calc(1178 / 1080 * 100vw), 1178px);
  display: flex;
}

@media screen and (width <= 767px) {
  .fv__badges {
    top: calc(694 / 750 * 100vw);
    left: calc(264 / 750 * 100vw);
  }
}
.fv__badge-item {
  width: min(calc(181 / 1080 * 100vw), 181px);
}

@media screen and (width <= 767px) {
  .fv__badge-item {
    width: calc(266 / 750 * 100vw);
  }
}
.fv__badge-item:nth-child(even) {
  margin-left: max(calc(-26 / 1080 * 100vw), -26px);
}

@media screen and (width <= 767px) {
  .fv__badge-item:nth-child(even) {
    margin-left: calc(-40 / 750 * 100vw);
  }
}
.fv__note {
  position: absolute;
  bottom: min(calc(116 / 1080 * 100vw), 116px);
  left: 50%;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  color: #999999;
  text-align: center;
  letter-spacing: em(0.48, 12);
  transform: translateX(-50%);
}

@media screen and (width <= 767px) {
  .fv__note {
    bottom: calc(77 / 750 * 100vw);
    left: calc(236 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: em(0.8, 20);
    transform: none;
  }
}
.sec02 {
  padding: 0 0 min(calc(77 / 1080 * 100vw), 77px);
  background: url("../img/pc/sec02.webp") 50% 100%/100% no-repeat;
}

@media screen and (width <= 767px) {
  .sec02 {
    padding: 0 0 calc(130 / 750 * 100vw);
    background: url("../img/sp/sec02.webp") 50% 100%/100% no-repeat;
  }
}
.sec02__contents {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}

@media screen and (width <= 767px) {
  .sec02__contents {
    width: calc(690 / 750 * 100vw);
  }
}
.sec02__btn {
  position: relative;
  width: min(calc(334 / 1080 * 100vw), 334px);
  padding: min(calc(8 / 1080 * 100vw), 8px);
  margin: max(calc(-26 / 1080 * 100vw), -26px) auto
    min(calc(46 / 1080 * 100vw), 46px);
  text-align: center;
  background: #ffffff;
  border: min(calc(2 / 1080 * 100vw), 2px) solid rgb(20 180 180);
  border-radius: 200px;
}

@media screen and (width <= 767px) {
  .sec02__btn {
    width: calc(420 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw);
    margin: calc(-36 / 750 * 100vw) auto calc(72 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
  }
}
.sec02__btn::before,
.sec02__btn::after {
  position: absolute;
  bottom: max(calc(-18 / 1080 * 100vw), -18px);
  left: 50%;
  width: min(calc(18 / 1080 * 100vw), 18px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  content: "";
  background: rgb(20 180 180);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(-50%);
}

@media screen and (width <= 767px) {
  .sec02__btn::before,
  .sec02__btn::after {
    bottom: calc(-24 / 750 * 100vw);
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
  }
}
.sec02__btn::after {
  bottom: max(calc(-13.5 / 1080 * 100vw), -13.5px);
  width: min(calc(14 / 1080 * 100vw), 14px);
  height: min(calc(14 / 1080 * 100vw), 14px);
  background: #ffffff;
}

@media screen and (width <= 767px) {
  .sec02__btn::after {
    bottom: calc(-19.5 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}
.sec02__btn-inner {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  line-height: 1.6;
  color: rgb(51 51 51);
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec02__btn-inner {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec02__text {
  margin-bottom: min(calc(72 / 1080 * 100vw), 72px);
  color: rgb(51 51 51);
  text-align: center;
}

@media screen and (width <= 767px) {
  .sec02__text {
    margin-bottom: calc(108 / 750 * 100vw);
  }
}
.sec02__text p:first-of-type {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (width <= 767px) {
  .sec02__text p:first-of-type {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__text p.--accent {
  display: inline;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.4;
  color: rgb(20 180 180);
  letter-spacing: 0.08em;
  background: linear-gradient(
    0deg,
    transparent 5%,
    #ffff4f 5%,
    #ffff4f 25%,
    transparent 25%
  );
}

@media screen and (width <= 767px) {
  .sec02__text p.--accent {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__fact-box {
  position: relative;
  padding: min(calc(74 / 1080 * 100vw), 74px) min(calc(50 / 1080 * 100vw), 50px)
    min(calc(50 / 1080 * 100vw), 50px);
  background: rgb(241 248 248);
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
}

@media screen and (width <= 767px) {
  .sec02__fact-box {
    padding: calc(86 / 750 * 100vw) calc(30 / 750 * 100vw)
      calc(94 / 750 * 100vw);
    border-radius: calc(34 / 750 * 100vw);
  }
}
.sec02__fact-tag {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(152 / 1080 * 100vw), 152px);
  height: min(calc(48 / 1080 * 100vw), 48px);
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.6;
  color: rgb(20 180 180);
  text-align: center;
  letter-spacing: 0.08em;
  transform: translate(-50%);
}

@media screen and (width <= 767px) {
  .sec02__fact-tag {
    width: calc(216 / 750 * 100vw);
    height: calc(68 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__fact-tag::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.sec02__fact-tag span {
  display: block;
  margin-top: max(calc(-30 / 1080 * 100vw), -30px);
}

@media screen and (width <= 767px) {
  .sec02__fact-tag span {
    margin-top: calc(-36 / 750 * 100vw);
  }
}
.sec02__fact-content {
  position: relative;
  width: fit-content;
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(56 / 1080 * 100vw), 56px);
  margin: 0 auto;
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec02__fact-content {
    width: 100%;
    padding: calc(23 / 750 * 100vw) 0;
    margin-bottom: calc(69 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec02__fact-content .--accent {
  font-weight: 700;
  color: rgb(20 180 180);
}
.sec02__fact-content::before,
.sec02__fact-content::after {
  position: absolute;
  top: 0;
  left: 0;
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(58 / 1080 * 100vw), 58px);
  content: "";
  border: solid rgb(20 180 180);
  border-width: min(calc(4 / 1080 * 100vw), 4px) 0 0
    min(calc(4 / 1080 * 100vw), 4px);
}

@media screen and (width <= 767px) {
  .sec02__fact-content::before,
  .sec02__fact-content::after {
    width: calc(26 / 750 * 100vw);
    height: calc(58 / 750 * 100vw);
    border-width: calc(4 / 750 * 100vw) 0 0 calc(4 / 750 * 100vw);
  }
}
.sec02__fact-content::after {
  inset: auto 0 0 auto;
  border-width: 0 min(calc(4 / 1080 * 100vw), 4px)
    min(calc(4 / 1080 * 100vw), 4px) 0;
}

@media screen and (width <= 767px) {
  .sec02__fact-content::after {
    border-width: 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) 0;
  }
}
.sec02__data-table {
  display: flex;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}

@media screen and (width <= 767px) {
  .sec02__data-table {
    flex-direction: column;
    gap: calc(67 / 750 * 100vw);
    align-items: center;
  }
}
.sec02__table-wrapper {
  width: min(calc(658 / 1080 * 100vw), 658px);
  border: 1px solid #dddddd;
}

@media screen and (width <= 767px) {
  .sec02__table-wrapper {
    width: 100%;
  }
}
.sec02__table-header,
.sec02__table-row,
.sec02__table-highlight {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #dddddd;
}
.sec02__table-header:last-child,
.sec02__table-row:last-child,
.sec02__table-highlight:last-child {
  border-bottom: none;
}
.sec02__table-header .sec02__table-cell {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
  letter-spacing: 0.08em;
  background: rgb(20 180 180);
}

@media screen and (width <= 767px) {
  .sec02__table-header .sec02__table-cell {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__table-header .sec02__table-cell:nth-child(2) {
  background: rgb(90 201 201);
}
.sec02__table-header .sec02__table-cell:nth-child(3) {
  background: #838383;
}
.sec02__table-highlight {
  position: relative;
  margin: max(calc(-1 / 1080 * 100vw), -1px) max(calc(-6 / 1080 * 100vw), -6px);
  border: min(calc(6 / 1080 * 100vw), 6px) solid rgb(252 139 40);
  box-shadow: 0 0 min(calc(14 / 1080 * 100vw), 14px) rgb(0 0 0 / 25%);
}

@media screen and (width <= 767px) {
  .sec02__table-highlight {
    margin: calc(-2 / 750 * 100vw) calc(-6 / 750 * 100vw);
    border: calc(6 / 750 * 100vw) solid rgb(252 139 40);
    box-shadow: 0 0 calc(14 / 750 * 100vw) rgb(0 0 0 / 25%);
  }
}
.sec02__table-highlight .sec02__table-cell {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  color: rgb(51 51 51);
  letter-spacing: 0.08em;
  background: #ffffff;
}

@media screen and (width <= 767px) {
  .sec02__table-highlight .sec02__table-cell {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__table-highlight .sec02__table-cell:first-child {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}

@media screen and (width <= 767px) {
  .sec02__table-highlight .sec02__table-cell:first-child {
    font-size: calc(22 / 750 * 100vw);
  }
}
.sec02__table-highlight .sec02__table-cell .--normal {
  font-weight: 400;
}
.sec02__table-row .sec02__table-cell {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 1.6;
  color: rgb(51 51 51);
  letter-spacing: 0.08em;
  background: #ffffff;
}

@media screen and (width <= 767px) {
  .sec02__table-row .sec02__table-cell {
    font-size: calc(22 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__table-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: min(calc(18 / 1080 * 100vw), 18px);
  text-align: center;
  border-right: 1px solid #dddddd;
}

@media screen and (width <= 767px) {
  .sec02__table-cell {
    padding: calc(24 / 750 * 100vw) calc(16 / 750 * 100vw);
  }
}
.sec02__table-cell:last-child {
  border-right: none;
}
.sec02__table-cell span {
  display: block;
}

@media screen and (width <= 767px) {
  .sec02__table-cell span {
    display: inline;
  }
}
.sec02__table-header .sec02__table-cell {
  padding: min(calc(12 / 1080 * 100vw), 12px);
}

@media screen and (width <= 767px) {
  .sec02__table-header .sec02__table-cell {
    padding: calc(8 / 750 * 100vw);
  }
}
.sec02__causes {
  flex: 1;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(20 / 1080 * 100vw), 20px);
  background: #ffffff;
  border: 1px solid #dddddd;
}

@media screen and (width <= 767px) {
  .sec02__causes {
    width: calc(490 / 750 * 100vw);
    padding: calc(26 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec02__causes-title {
  padding-left: min(calc(12 / 1080 * 100vw), 12px);
  margin-bottom: min(calc(28 / 1080 * 100vw), 28px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.4;
  color: rgb(51 51 51);
  letter-spacing: 0.08em;
  border-left: min(calc(4 / 1080 * 100vw), 4px) solid rgb(20 180 180);
}

@media screen and (width <= 767px) {
  .sec02__causes-title {
    padding-left: calc(12 / 750 * 100vw);
    margin-bottom: calc(28 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.08em;
    border-left: calc(4 / 750 * 100vw) solid rgb(20 180 180);
  }
}
.sec02__cause-item {
  display: flex;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: center;
  padding-bottom: min(calc(10 / 1080 * 100vw), 10px);
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
  border-bottom: 1px dashed #dddddd;
}

@media screen and (width <= 767px) {
  .sec02__cause-item {
    gap: calc(16 / 750 * 100vw);
    padding-bottom: calc(10 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec02__cause-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.sec02__cause-icon {
  flex-shrink: 0;
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(50 / 1080 * 100vw), 50px);
}

@media screen and (width <= 767px) {
  .sec02__cause-icon {
    width: calc(70 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
  }
}
.sec02__cause-text {
  flex: 1;
}
.sec02__cause-title {
  margin-bottom: min(calc(2 / 1080 * 100vw), 2px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.4;
  color: rgb(20 180 180);
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec02__cause-title {
    margin-bottom: calc(4 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec02__cause-desc {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1.8;
  color: rgb(51 51 51);
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec02__cause-desc {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__thoughts {
  display: flex;
  justify-content: space-between;
  padding: 0 min(calc(86 / 1080 * 100vw), 86px);
  margin: min(calc(92 / 1080 * 100vw), 92px) 0 0;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.5;
  color: rgb(51 51 51);
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec02__thoughts {
    padding: 0 calc(50 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
    margin: calc(98 / 750 * 100vw) 0 0;
    font-size: calc(26 / 750 * 100vw);
  }
  .sec02__thoughts p {
    line-height: 1.6;
  }
}
.sec02__thought-right {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}

@media screen and (width <= 767px) {
  .sec02__thought-right {
    margin: calc(99 / 750 * 100vw) 0 0 calc(-62 / 750 * 100vw);
  }
}
.sec02__danger-title {
  margin: max(calc(-12 / 1080 * 100vw), -12px);
  color: #ffffff;
  text-align: center;
}

@media screen and (width <= 767px) {
  .sec02__danger-title {
    margin: calc(48 / 750 * 100vw) 0 0;
  }
}
.sec02__danger-title span:first-child {
  display: block;
  margin-bottom: max(calc(-12 / 1080 * 100vw), -12px);
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec02__danger-title span:first-child {
    margin-bottom: calc(-12 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__danger-title span.--big {
  font-size: min(calc(68 / 1080 * 100vw), 68px);
  font-weight: 800;
  line-height: 1.6;
  color: rgb(255 212 59);
  letter-spacing: 0.08em;
  text-shadow: rgb(0 0 0 / 50%) 0 min(calc(4 / 1080 * 100vw), 4px)
    min(calc(4 / 1080 * 100vw), 4px);
}

@media screen and (width <= 767px) {
  .sec02__danger-title span.--big {
    font-size: calc(78 / 750 * 100vw);
    letter-spacing: 0.08em;
    text-shadow: rgb(0 0 0 / 50%) 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw);
  }
}
.sec02__warning-box {
  position: relative;
  padding: min(calc(46 / 1080 * 100vw), 46px) 0
    min(calc(32 / 1080 * 100vw), 32px);
  margin: min(calc(46 / 1080 * 100vw), 46px) 0
    min(calc(40 / 1080 * 100vw), 40px);
  background: #ffffff;
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
}

@media screen and (width <= 767px) {
  .sec02__warning-box {
    width: calc(630 / 750 * 100vw);
    padding: calc(76 / 750 * 100vw) 0 calc(41 / 750 * 100vw);
    margin: calc(48 / 750 * 100vw) auto calc(75 / 750 * 100vw);
    border-radius: calc(34 / 750 * 100vw);
  }
}
.sec02__warning-box::after {
  position: absolute;
  right: 0;
  bottom: max(calc(-115 / 1080 * 100vw), -115px);
  width: min(calc(170 / 1080 * 100vw), 170px);
  height: min(calc(192 / 1080 * 100vw), 192px);
  content: "";
  background: url("../img/common/sec02_img1.webp") 0 0/100% no-repeat;
}

@media screen and (width <= 767px) {
  .sec02__warning-box::after {
    right: calc(-49 / 750 * 100vw);
    bottom: calc(-152 / 750 * 100vw);
    width: calc(224 / 750 * 100vw);
    height: calc(252 / 750 * 100vw);
  }
}
.sec02__warning-box img {
  width: min(calc(58 / 1080 * 100vw), 58px);
  margin: max(calc(-72 / 1080 * 100vw), -72px) auto
    min(calc(20 / 1080 * 100vw), 20px);
}

@media screen and (width <= 767px) {
  .sec02__warning-box img {
    width: calc(96 / 750 * 100vw);
    margin: calc(-102 / 750 * 100vw) auto calc(16 / 750 * 100vw);
  }
}
.sec02__warning-icon {
  flex-shrink: 0;
  width: min(calc(58 / 1080 * 100vw), 58px);
  height: min(calc(52 / 1080 * 100vw), 52px);
}

@media screen and (width <= 767px) {
  .sec02__warning-icon {
    width: min(calc(96 / 1080 * 100vw), 96px);
    height: min(calc(86 / 1080 * 100vw), 86px);
  }
}
.sec02__warning-text {
  flex: 1;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec02__warning-text {
    font-size: calc(40 / 750 * 100vw);
    text-align: center;
    letter-spacing: 0.08em;
  }
  .sec02__warning-text p {
    line-height: 1.6;
  }
}
.sec02__warning-text .--accent {
  color: rgb(255 40 40);
}
.sec02__warning-text .--marker {
  background: linear-gradient(
    0deg,
    transparent 0%,
    #ffff4f 0%,
    #ffff4f 30%,
    transparent 30%
  );
}
.sec02__warning-text b {
  color: rgb(255 40 40);
}
.sec02__final-message {
  position: relative;
  width: fit-content;
  padding: min(calc(14 / 1080 * 100vw), 14px) min(calc(62 / 1080 * 100vw), 62px);
  margin: 0 auto;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec02__final-message {
    padding: calc(14 / 750 * 100vw) calc(29 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec02__final-message::before,
.sec02__final-message::after {
  position: absolute;
  top: 0;
  left: 0;
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  content: "";
  border: solid #ffffff;
  border-width: min(calc(4 / 1080 * 100vw), 4px) 0 0
    min(calc(4 / 1080 * 100vw), 4px);
}

@media screen and (width <= 767px) {
  .sec02__final-message::before,
  .sec02__final-message::after {
    width: calc(24 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    border-width: calc(4 / 750 * 100vw) 0 0 calc(4 / 750 * 100vw);
  }
}
.sec02__final-message::after {
  inset: auto 0 0 auto;
  border-width: 0 min(calc(4 / 1080 * 100vw), 4px)
    min(calc(4 / 1080 * 100vw), 4px) 0;
}

@media screen and (width <= 767px) {
  .sec02__final-message::after {
    border-width: 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) 0;
  }
}
.sec03 {
  position: relative;
  padding: 0 0 min(calc(72 / 1080 * 100vw), 72px);
  background:
    url("../img/pc/sec03_bg1.webp") 50% 0/100% no-repeat,
    url("../img/pc/sec03_bg2.webp") 50% 100%/100% no-repeat,
    linear-gradient(
      90deg,
      #e9f1f1 0.32%,
      rgb(233 241 241 / 0%) 50.03%,
      #e9f1f1 99.73%
    );
  background-color: #ffffff;
}

@media screen and (width <= 767px) {
  .sec03 {
    padding: 0 0 calc(117 / 750 * 100vw);
    background:
      url("../img/sp/sec03_bg1.webp") 50% 0 no-repeat,
      url("../img/sp/sec03_bg2.webp") 50% 100% no-repeat,
      linear-gradient(
        90deg,
        #e9f1f1 0.32%,
        rgb(233 241 241 / 0%) 50.03%,
        #e9f1f1 99.73%
      );
  }
}
.sec03__arrow {
  display: flex;
  justify-content: center;
  margin-bottom: min(calc(55 / 1080 * 100vw), 55px);
}

@media screen and (width <= 767px) {
  .sec03__arrow {
    margin-bottom: calc(65 / 750 * 100vw);
  }
}
.sec03__arrow-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(60 / 1080 * 100vw), 60px)
    min(calc(44 / 1080 * 100vw), 44px);
  margin-top: max(calc(-37 / 1080 * 100vw), -37px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.08em;
  background: rgb(255 212 59);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (width <= 767px) {
  .sec03__arrow-text {
    padding: calc(18 / 750 * 100vw) calc(85 / 750 * 100vw)
      calc(68 / 750 * 100vw);
    margin-top: calc(-60 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec03__title {
  margin-bottom: min(calc(50 / 1080 * 100vw), 50px);
  text-align: center;
}

@media screen and (width <= 767px) {
  .sec03__title {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.sec03__title-top {
  display: flex;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  align-items: flex-end;
  justify-content: center;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}

@media screen and (width <= 767px) {
  .sec03__title-top {
    flex-direction: column;
    gap: calc(30 / 750 * 100vw);
    align-items: center;
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.sec03__title-logo {
  width: min(calc(378 / 1080 * 100vw), 378px);
}

@media screen and (width <= 767px) {
  .sec03__title-logo {
    width: calc(396 / 750 * 100vw);
  }
}
.sec03__title-text {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.4;
  color: #333333;
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec03__title-text {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec03__title-features {
  display: flex;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  align-items: flex-end;
  justify-content: center;
}

@media screen and (width <= 767px) {
  .sec03__title-features {
    gap: calc(4 / 750 * 100vw);
  }
}
.sec03__title-pre {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec03__title-pre {
    font-size: calc(50 / 750 * 100vw);
  }
}
.sec03__title-number {
  font-size: min(calc(67 / 1080 * 100vw), 67px);
  font-weight: 700;
  line-height: 1;
  color: rgb(20 180 180);
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec03__title-number {
    font-size: calc(80 / 750 * 100vw);
  }
}
.sec03__title-post {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 1.6;
  color: rgb(20 180 180);
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec03__title-post {
    font-size: calc(50 / 750 * 100vw);
  }
}
.sec03__item {
  width: min(calc(920 / 1080 * 100vw), 920px);
  padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
  margin: 0 auto min(calc(60 / 1080 * 100vw), 60px);
  overflow: hidden;
  background: rgb(255 255 255);
  border: min(calc(2 / 1080 * 100vw), 2px) solid rgb(20 180 180);
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
}

@media screen and (width <= 767px) {
  .sec03__item {
    width: calc(690 / 750 * 100vw);
    padding-bottom: calc(76 / 750 * 100vw);
    margin: 0 auto calc(80 / 750 * 100vw);
    border-width: calc(4 / 750 * 100vw);
    border-radius: calc(34 / 750 * 100vw);
  }
}
.sec03__item--01 img {
  width: min(calc(880 / 1080 * 100vw), 880px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto
    min(calc(20 / 1080 * 100vw), 20px);
}

@media screen and (width <= 767px) {
  .sec03__item--01 img {
    width: calc(685 / 750 * 100vw);
    margin: calc(54 / 750 * 100vw) auto calc(10 / 750 * 100vw);
  }
}
.sec03__item--02 .sec03__item-content {
  display: flex;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px)
    0;
}

@media screen and (width <= 767px) {
  .sec03__item--02 .sec03__item-content {
    gap: calc(20 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
  }
}
.sec03__item--03 img {
  width: min(calc(775 / 1080 * 100vw), 775px);
  margin: min(calc(50 / 1080 * 100vw), 50px) auto
    min(calc(24 / 1080 * 100vw), 24px);
}

@media screen and (width <= 767px) {
  .sec03__item--03 img {
    width: calc(637 / 750 * 100vw);
    margin: calc(34 / 750 * 100vw) auto calc(44 / 750 * 100vw);
  }
}
.sec03__item-header {
  position: relative;
  display: flex;
  align-items: center;
  height: min(calc(130 / 1080 * 100vw), 130px);
  background: rgb(90 201 201);
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid rgb(20 180 180);
}

@media screen and (width <= 767px) {
  .sec03__item-header {
    height: calc(170 / 750 * 100vw);
    border-bottom-width: calc(4 / 750 * 100vw);
  }
}
.sec03__item-number {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(140 / 1080 * 100vw), 140px);
  height: 100%;
  font-size: min(calc(68 / 1080 * 100vw), 68px);
  font-weight: 700;
  color: rgb(255 255 255);
  letter-spacing: 0.06em;
  background: rgb(20 180 180);
}

@media screen and (width <= 767px) {
  .sec03__item-number {
    width: calc(140 / 750 * 100vw);
    font-size: calc(68 / 750 * 100vw);
  }
}
.sec03__item-title {
  margin-left: min(calc(180 / 1080 * 100vw), 180px);
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  color: rgb(255 255 255);
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec03__item-title {
    width: calc(444 / 750 * 100vw);
    margin-left: calc(180 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec03__guarantee-message {
  width: min(calc(840 / 1080 * 100vw), 840px);
  padding: min(calc(32 / 1080 * 100vw), 32px) 0;
  margin: 0 auto;
  text-align: center;
  background: #f5f5f5;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
}

@media screen and (width <= 767px) {
  .sec03__guarantee-message {
    width: calc(630 / 750 * 100vw);
    padding: calc(49 / 750 * 100vw) 0;
    border-radius: calc(26 / 750 * 100vw);
  }
}
.sec03__guarantee-message p {
  margin: 0;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec03__guarantee-message p {
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.6;
  }
}
.sec03__guarantee-message .--accent {
  font-weight: 700;
  color: rgb(20 180 180);
  background: linear-gradient(
    0deg,
    transparent 0,
    #ffff4f 0,
    #ffff4f 30%,
    transparent 30%
  );
}
.sec03__item-flow {
  display: flex;
  gap: min(calc(36 / 1080 * 100vw), 36px);
  width: 100%;
}

@media screen and (width <= 767px) {
  .sec03__item-flow {
    gap: calc(20 / 750 * 100vw);
  }
}
.sec03__step-visual {
  flex-shrink: 0;
  width: min(calc(56 / 1080 * 100vw), 56px);
  height: min(calc(515 / 1080 * 100vw), 515px);
}

@media screen and (width <= 767px) {
  .sec03__step-visual {
    width: calc(61 / 750 * 100vw);
    height: calc(639 / 750 * 100vw);
  }
}
.sec03__steps {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}

@media screen and (width <= 767px) {
  .sec03__steps {
    gap: calc(30 / 750 * 100vw);
  }
}
.sec03__step {
  padding: min(calc(26 / 1080 * 100vw), 26px) min(calc(60 / 1080 * 100vw), 60px);
  background: rgb(241 248 248);
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
}

@media screen and (width <= 767px) {
  .sec03__step {
    padding: calc(26 / 750 * 100vw) calc(34 / 750 * 100vw);
    border-radius: calc(26 / 750 * 100vw);
  }
}
.sec03__step--detailed .sec03__step-details {
  padding: min(calc(22 / 1080 * 100vw), 22px) min(calc(16 / 1080 * 100vw), 16px);
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  background: rgb(255 255 255);
  border: min(calc(1 / 1080 * 100vw), 1px) solid #dddddd;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
}

@media screen and (width <= 767px) {
  .sec03__step--detailed .sec03__step-details {
    padding: calc(24 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}
.sec03__step--final {
  text-align: center;
  background: rgb(255 212 59 / 15%);
}
.sec03__step--final .sec03__step-title {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  color: rgb(252 139 40);
}

@media screen and (width <= 767px) {
  .sec03__step--final .sec03__step-title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec03__step-header {
  display: flex;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  align-items: center;
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}

@media screen and (width <= 767px) {
  .sec03__step-header {
    gap: calc(26 / 750 * 100vw);
    margin-bottom: calc(4 / 750 * 100vw);
  }
}
.sec03__step-number-group {
  display: flex;
  gap: min(calc(14 / 1080 * 100vw), 14px);
  align-items: center;
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid rgb(20 180 180);
}

@media screen and (width <= 767px) {
  .sec03__step-number-group {
    gap: calc(10 / 750 * 100vw);
    border-bottom-width: calc(2 / 750 * 100vw);
  }
}
.sec03__step-number {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  color: rgb(20 180 180);
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec03__step-number {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec03__step-digit {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 1.4;
  color: rgb(20 180 180);
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec03__step-digit {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec03__step-title {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec03__step-title {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec03__step-detail {
  display: flex;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  align-items: center;
}

@media screen and (width <= 767px) {
  .sec03__step-detail {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec03__step-detail:last-child {
  padding-top: min(calc(12 / 1080 * 100vw), 12px);
  margin-top: min(calc(12 / 1080 * 100vw), 12px);
  border-top: 1px dashed rgb(221 221 221);
}

@media screen and (width <= 767px) {
  .sec03__step-detail:last-child {
    padding-top: calc(12 / 750 * 100vw);
    margin-top: calc(12 / 750 * 100vw);
  }
}
.sec03__step-category {
  padding-left: min(calc(16 / 1080 * 100vw), 16px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.2;
  color: #333333;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border-left: min(calc(4 / 1080 * 100vw), 4px) solid rgb(20 180 180);
}

@media screen and (width <= 767px) {
  .sec03__step-category {
    font-size: calc(22 / 750 * 100vw);
    border-left: calc(4 / 750 * 100vw) solid rgb(20 180 180);
  }
}
.sec03__step-items {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec03__step-items {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec03__pricing-note {
  margin-right: min(calc(111 / 1080 * 100vw), 111px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  color: #3c3c3c;
  text-align: right;
  letter-spacing: 0.04em;
}

@media screen and (width <= 767px) {
  .sec03__pricing-note {
    margin-right: 0;
    font-size: calc(20 / 750 * 100vw);
    text-align: center;
  }
}
.sec03__assurance {
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(35 / 1080 * 100vw), 35px) auto 0;
}

@media screen and (width <= 767px) {
  .sec03__assurance {
    max-width: calc(750 / 750 * 100vw);
    margin: calc(66 / 750 * 100vw) auto 0;
  }
}
.sec03__assurance-main {
  display: flex;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  align-items: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}

@media screen and (width <= 767px) {
  .sec03__assurance-main {
    flex-direction: column;
    gap: calc(35 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec03__assurance-illustration {
  flex-shrink: 0;
  max-width: min(calc(282 / 1080 * 100vw), 282px);
}

@media screen and (width <= 767px) {
  .sec03__assurance-illustration {
    max-width: calc(511 / 750 * 100vw);
  }
}
.sec03__assurance-illustration img {
  width: 100%;
  height: auto;
}
.sec03__assurance-content {
  flex: 1;
  text-align: center;
}

@media screen and (width <= 767px) {
  .sec03__assurance-content {
    text-align: center;
  }
}
.sec03__assurance-title {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec03__assurance-title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec03__assurance-title .--accent {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  color: rgb(20 180 180);
  background: linear-gradient(
    0deg,
    transparent 10%,
    #ffff4f 10%,
    #ffff4f 25%,
    transparent 25%
  );
}

@media screen and (width <= 767px) {
  .sec03__assurance-title .--accent {
    font-size: calc(56 / 750 * 100vw);
    background: linear-gradient(
      0deg,
      transparent 5%,
      #ffff4f 5%,
      #ffff4f 15%,
      transparent 15%
    );
  }
}
.sec03__credentials {
  display: flex;
  gap: min(calc(50 / 1080 * 100vw), 50px);
  align-items: center;
  justify-content: space-between;
}

@media screen and (width <= 767px) {
  .sec03__credentials {
    flex-direction: column;
    gap: calc(50 / 750 * 100vw);
  }
}
.sec03__credential:first-child {
  width: min(calc(440 / 1080 * 100vw), 440px);
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(32 / 1080 * 100vw), 32px);
  text-align: center;
  border-top: min(calc(4 / 1080 * 100vw), 4px) solid rgb(20 180 180);
  border-bottom: min(calc(4 / 1080 * 100vw), 4px) solid rgb(20 180 180);
}

@media screen and (width <= 767px) {
  .sec03__credential:first-child {
    width: calc(606 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(32 / 750 * 100vw);
    border-top-width: calc(4 / 750 * 100vw);
    border-bottom-width: calc(4 / 750 * 100vw);
  }
}
.sec03__credential--stats {
  position: relative;
  flex: 1;
}
.sec03__credential--stats .sec03__stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

@media screen and (width <= 767px) {
  .sec03__credential--stats .sec03__stats {
    gap: calc(26 / 750 * 100vw);
  }
}
.sec03__credential--stats .sec03__stats::before,
.sec03__credential--stats .sec03__stats::after {
  width: min(calc(68 / 1080 * 100vw), 68px);
  height: min(calc(148 / 1080 * 100vw), 148px);
  content: "";
  background: url("../img/common/sec03_style1.webp") center/contain no-repeat;
}

@media screen and (width <= 767px) {
  .sec03__credential--stats .sec03__stats::before,
  .sec03__credential--stats .sec03__stats::after {
    width: calc(88 / 750 * 100vw);
    height: calc(193 / 750 * 100vw);
  }
}
.sec03__credential--stats .sec03__stats::after {
  transform: scaleX(-1);
}
.sec03__credential-title {
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.6;
  color: rgb(20 180 180);
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec03__credential-title {
    margin-bottom: calc(8 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec03__credential-desc {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  text-align: justify;
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec03__credential-desc {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec03__stats-period {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec03__stats-period {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec03__stats-title {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec03__stats-title {
    font-size: calc(50 / 750 * 100vw);
  }
}
.sec03__stats-number {
  font-size: min(calc(68 / 1080 * 100vw), 68px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(98deg, #d7b95b 7.58%, #ad8710 91.67%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (width <= 767px) {
  .sec03__stats-number {
    font-size: calc(88 / 750 * 100vw);
  }
}
.sec03__stats-unit {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 0.08em;
}

@media screen and (width <= 767px) {
  .sec03__stats-unit {
    font-size: calc(26 / 750 * 100vw);
  }
}

/* ============================================
20251219 cta追加
============================================ */
.cv02 {
  width: 100%;
  padding: 0 40px 120px;
  line-height: 1;
  text-align: center;
  background: linear-gradient(
    90deg,
    #e9f1f1 0.32%,
    rgb(233 241 241 / 0%) 50.03%,
    #e9f1f1 99.73%
  );
  background-color: #ffffff;
}
.cv02 .cv02__inner {
  position: relative;
  display: grid;
  grid-template-areas:
    "title title"
    "list button";
  gap: 10px;
  width: 100%;
  max-width: 1000px;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(40 / 1080 * 100vw), 40px)
    min(calc(32 / 1080 * 100vw), 32px);
  margin: 0 auto;
  text-align: left;
  background-color: #fffae9;
  border: 2px solid #ffd43b;
  border-radius: 16px;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px)
    min(calc(8 / 1080 * 100vw), 16px) 0 rgb(0 0 0 / 10%);
  transition: all 0.3s;
}
.cv02 .cv02__inner:hover {
  border-color: #14b4b4;
  transform: translateY(-4%);
  will-change: filter;
}
.cv02 .cv02__inner .cv02__title {
  grid-area: title;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: bold;
}
.cv02 .cv02__inner .cv02__title span {
  margin-left: 16px;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
.cv02 .cv02__inner .list-wrap {
  display: flex;
  grid-area: list;
}
.cv02 .cv02__inner .list-wrap span {
  color: #14b4b4;
}
.cv02 .cv02__inner .list:nth-child(1) {
  margin-right: 20px;
}
.cv02 .cv02__inner .adlp-btn {
  grid-area: button;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: bold;
  background-color: #fc8b28;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px)
    min(calc(8 / 1080 * 100vw), 16px) 0 rgb(0 0 0 / 10%);
}
.cv02 .cv02__inner:hover .adlp-btn {
  filter: brightness(115%);
}
.cv02 .cv02__button-free {
  position: absolute;
  top: min(calc(8 / 1080 * 100vw), 8px);
  left: min(calc(8 / 1080 * 100vw), 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(64 / 1080 * 100vw), 64px);
  height: min(calc(64 / 1080 * 100vw), 64px);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  color: rgb(255 255 255);
  text-align: center;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
  border: solid #ffffff min(calc(2 / 1080 * 100vw), 2px);
  border-radius: 50%;
}
.cv02 .cv02__button-text {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-left: 40px;
}
.cv02 .cv02__button-text::after {
  display: block;
  width: min(calc(40 / 1080 * 100vw), 29px);
  height: min(calc(40 / 1080 * 100vw), 29px);
  content: "";
  background: url("../img/common/icon_dl.svg") 0 0/100% no-repeat;
}
.cv02 .adlp-btn.--btn01::after {
  background-image: none;
}
.cv02 .cv02__inner img {
  position: absolute;
}
.cv02 .cv02__inner picture {
  position: absolute;
  top: -80px;
  right: -40px;
  width: min(calc(300 / 1080 * 100vw), 300px);
  height: min(calc(300 / 1080 * 100vw), 300px);
  content: "";
  background-size: 600px;
}

@media screen and (width <= 1000px) {
  .cv02 .cv02__inner {
    max-width: 60em;
  }
  .cv02 .cv02__inner .cv02__title {
    line-height: 1.4;
  }
  .cv02 .cv02__inner .cv02__title span {
    display: block;
    margin: 0;
  }
  .cv02 .cv02__inner .adlp-btn {
    width: min(calc(400 / 980 * 100vw), 400px);
    font-size: min(calc(24 / 980 * 100vw), 24px);
  }
  .cv02 .cv02__inner picture {
    top: -60px;
    right: 20px;
    width: min(calc(320 / 980 * 100vw), 320px);
  }
}
@media screen and (width <= 767px) {
  .cv02 {
    padding: 0 20px 80px;
  }
  .cv02 .cv02__inner {
    grid-template-areas:
      "title"
      "list"
      "button";
    padding: min(calc(32 / 1080 * 100vw), 32px)
      min(calc(24 / 1080 * 100vw), 24px) min(calc(24 / 1080 * 100vw), 24px);
    text-align: center;
  }
  .cv02 .cv02__inner .cv02__title {
    font-size: calc(48 / 750 * 100vw);
  }
  .cv02 .cv02__inner .cv02__title span {
    font-size: calc(24 / 750 * 100vw);
  }
  .cv02 .cv02__inner .list-wrap {
    margin: 0 auto;
    font-size: min(calc(24 / 750 * 100vw), 24px);
    text-align: left;
  }
  .cv02 .cv02__inner .adlp-btn {
    width: 90%;
    margin: 0 auto;
    margin-top: calc(140 / 750 * 100vw);
    font-size: min(calc(32 / 750 * 100vw), 24px);
  }
  .cv02 .cv02__inner picture {
    inset: 0 0 10px;
    top: auto;
    bottom: 24px;
    margin: 0 auto;
  }
  .cv02 .cv02__button-free {
    top: calc(12 / 750 * 100vw);
    left: calc(10 / 750 * 100vw);
    width: min(calc(72 / 750 * 100vw), 72px);
    height: min(calc(72 / 750 * 100vw), 72px);
    font-size: min(calc(24 / 750 * 100vw), 24px);
  }
}
