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

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

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

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

*:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

img {
  display: block;
  height: auto;
}

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

textarea {
  resize: vertical;
}

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

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

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

address {
  font-style: normal !important;
}

.adlp-outer * {
  font-family: "Noto Sans JP", sans-serif;
}
@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;
}
.adlp-wrapper .uf2 {
  font-family: "Inter", sans-serif;
}
.adlp-wrapper .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@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__inner {
  margin: 0 auto 0;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.adlp-header__logo {
  width: min(calc(172 / 1080 * 100vw), 172px);
}
.adlp-header__text {
  color: #333;
  text-align: center;
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(calc(1.2 / 1080 * 100vw), 1.2px);
}

@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
    height: calc(70 / 750 * 100vw);
    padding: 0 calc(17 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
  }
  .adlp-header__logo {
    width: calc(229 / 750 * 100vw);
  }
  .adlp-header__text {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
  }
}
.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  height: min(calc(120 / 1080 * 100vw), 120px);
  z-index: 90;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
    height: calc(160 / 750 * 100vw);
  }
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
  }
}
.adlp-floating__inner {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: min(calc(2 / 1080 * 100vw), 2px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    padding: calc(6 / 750 * 100vw) 0 0;
  }
}
.adlp-floating__text {
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  margin: 0 auto min(calc(8 / 1080 * 100vw), 8px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-floating__text {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(4 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn {
  width: min(calc(428 / 1080 * 100vw), 428px);
  height: min(calc(68 / 1080 * 100vw), 68px);
  margin-top: max(calc(-5 / 1080 * 100vw), -5px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn {
    width: calc(570 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    margin-top: 0;
  }
}
.adlp-floating .adlp-btn__circle {
  width: min(calc(60 / 1080 * 100vw), 60px);
  height: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn__circle {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}

.adlp-btn {
  border-radius: min(calc(68 / 1080 * 100vw), 68px);
  background: linear-gradient(90deg, #FF6A01 0%, #FFA94D 100%);
  box-shadow: max(calc(0 / 1080 * 100vw), 0px) min(calc(3 / 1080 * 100vw), 3px) min(calc(12 / 1080 * 100vw), 12px) max(calc(0 / 1080 * 100vw), 0px) rgba(0, 0, 0, 0.25);
  width: min(calc(480 / 1080 * 100vw), 480px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  position: relative;
  display: inline-block;
  transition: filter 0.3s;
}
@media screen and (min-width: 768px) {
  .adlp-btn:hover {
    filter: brightness(120%);
  }
}
.adlp-btn__circle {
  width: min(calc(64 / 1080 * 100vw), 64px);
  height: min(calc(64 / 1080 * 100vw), 64px);
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  left: min(calc(7 / 1080 * 100vw), 7px);
  transform: translateY(-50%);
}
.adlp-btn__circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #333;
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 136%;
  letter-spacing: min(calc(0.8 / 1080 * 100vw), 0.8px);
}
.adlp-btn__inner {
  color: #FFF;
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 136%;
  letter-spacing: min(calc(0.8 / 1080 * 100vw), 0.8px);
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
}
.adlp-btn::after {
  display: inline-block;
  width: min(calc(15 / 1080 * 100vw), 15px);
  height: min(calc(15 / 1080 * 100vw), 15px);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2217%22%20viewBox%3D%220%200%208%2017%22%20fill%3D%22none%22%3E%20%3Cpath%20opacity%3D%220.9%22%20d%3D%22M1%201L7%208.5L1%2016%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  right: min(calc(40 / 1080 * 100vw), 40px);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .adlp-btn {
    border-radius: calc(90 / 750 * 100vw);
    box-shadow: calc(0 / 750 * 100vw) calc(4 / 750 * 100vw) calc(16 / 750 * 100vw) calc(0 / 750 * 100vw) rgba(0, 0, 0, 0.25);
    width: calc(600 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
  }
  .adlp-btn__circle {
    width: calc(92 / 750 * 100vw);
    height: calc(92 / 750 * 100vw);
    left: calc(11 / 750 * 100vw);
  }
  .adlp-btn__circle-inner {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(1.12 / 750 * 100vw);
  }
  .adlp-btn__inner {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(1.12 / 750 * 100vw);
  }
  .adlp-btn::after {
    width: calc(25 / 750 * 100vw);
    height: calc(25 / 750 * 100vw);
    right: calc(37 / 750 * 100vw);
  }
}
.adlp-cashb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.adlp-cashb__area-img {
  width: min(calc(455 / 1080 * 100vw), 455px);
}
.adlp-cashb__area-text {
  margin-top: min(calc(12 / 1080 * 100vw), 12px);
  width: min(calc(840 / 1080 * 100vw), 840px);
}

@media screen and (max-width: 767px) {
  .adlp-cashb__area-img {
    width: calc(630 / 750 * 100vw);
  }
  .adlp-cashb__area-text {
    margin-top: calc(12 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.fv__area-cv {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
.fv__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fv__text .row-1, .fv__text .row-2 {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  color: #333;
}
.fv__text .ac {
  color: #FF6A01;
}
.fv__area-btn {
  text-align: center;
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}

@media screen and (max-width: 767px) {
  .fv__area-cv {
    padding: calc(56 / 750 * 100vw) 0;
  }
  .fv__text .row-1, .fv__text .row-2 {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .fv__area-btn {
    margin-top: calc(48 / 750 * 100vw);
  }
  .fv.--is-d .fv__area-cv {
    padding-top: 0;
  }
}
.cv01 {
  background: linear-gradient(135deg, #F5D971 0%, #B9E997 100%);
  padding-top: min(calc(40 / 1080 * 100vw), 40px);
  padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
.cv01__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto 0;
  background-color: #fff;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
.cv01__text-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(6 / 1080 * 100vw), 6px);
}
.cv01__text-1 {
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  letter-spacing: min(calc(2.08 / 1080 * 100vw), 2.08px);
}
.cv01__text-2 {
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  letter-spacing: min(calc(2.88 / 1080 * 100vw), 2.88px);
}
.cv01__text-highlight {
  color: #FF6A01;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  letter-spacing: min(calc(2.88 / 1080 * 100vw), 2.88px);
}
.cv01__area-cashback {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
.cv01__note {
  color: #333;
  text-align: right;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
  width: 100%;
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}

@media screen and (max-width: 767px) {
  .cv01 {
    padding-top: calc(11 / 750 * 100vw);
    padding-bottom: calc(11 / 750 * 100vw);
  }
  .cv01__inner {
    width: calc(710 / 750 * 100vw);
    padding: calc(48 / 750 * 100vw) 0;
  }
  .cv01__text-group {
    gap: calc(6 / 750 * 100vw);
  }
  .cv01__text-highlight {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .cv01-1 {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(2.88 / 750 * 100vw);
  }
  .cv01-2 {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .cv01__area-cashback {
    margin-top: calc(24 / 750 * 100vw);
  }
  .cv01__note {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
}
.sec01 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(120 / 1080 * 100vw), 120px);
}
.sec01__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto 0;
}
.sec01__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec01__head .row-1 {
  color: #333;
  text-align: center;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.88 / 1080 * 100vw), 2.88px);
}
.sec01__head .row-2 {
  color: #333;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.88 / 1080 * 100vw), 2.88px);
}
.sec01__head .row-2 .ac {
  color: #FF6A01;
}
.sec01__head .row-3 {
  color: #333;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(3.84 / 1080 * 100vw), 3.84px);
}
.sec01__area-body {
  margin-top: min(calc(80 / 1080 * 100vw), 80px);
  position: relative;
  width: 100%;
  height: min(calc(572 / 1080 * 100vw), 572px);
}
.sec01__body-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec01__body-inner {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: min(calc(68 / 1080 * 100vw), 68px);
}
.sec01__list {
  display: flex;
  justify-content: space-between;
}
.sec01__list:nth-of-type(1) {
  padding-left: min(calc(167 / 1080 * 100vw), 167px);
  padding-right: min(calc(40 / 1080 * 100vw), 40px);
}
.sec01__list:nth-of-type(2) {
  margin-top: min(calc(150 / 1080 * 100vw), 150px);
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
.sec01__list:nth-of-type(3) {
  margin-top: min(calc(146 / 1080 * 100vw), 146px);
  padding-left: min(calc(220 / 1080 * 100vw), 220px);
  padding-right: min(calc(40 / 1080 * 100vw), 40px);
}
.sec01__item {
  color: #333;
  text-align: justify;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
}
.sec01__item:nth-of-type(even) {
  color: #FF6A01;
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: calc(80 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
  .sec01__inner {
    width: calc(681 / 750 * 100vw);
  }
  .sec01__head .row-1 {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .sec01__head .row-2 {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .sec01__head .row-3 {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: calc(5.12 / 750 * 100vw);
  }
  .sec01__area-body {
    margin-top: calc(80 / 750 * 100vw);
    height: calc(1575 / 750 * 100vw);
  }
  .sec01__body-inner {
    margin-top: calc(83 / 750 * 100vw);
  }
  .sec01__list {
    flex-direction: column;
  }
  .sec01__list:nth-of-type(1) {
    padding-left: 0;
    padding-right: 0;
  }
  .sec01__list:nth-of-type(2) {
    margin-top: calc(206 / 750 * 100vw);
    padding: 0;
  }
  .sec01__list:nth-of-type(2) .sec01__item:nth-of-type(1) {
    padding-left: calc(80 / 750 * 100vw);
  }
  .sec01__list:nth-of-type(3) {
    margin-top: calc(200 / 750 * 100vw);
    padding: 0;
  }
  .sec01__list:nth-of-type(3) .sec01__item:nth-of-type(1) {
    padding-left: calc(280 / 750 * 100vw);
  }
  .sec01__item {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
    padding-left: calc(250 / 750 * 100vw);
  }
  .sec01__item:nth-of-type(even) {
    padding: 0 !important;
    width: fit-content;
    margin-top: calc(160 / 750 * 100vw);
    margin-left: calc(80 / 750 * 100vw);
  }
}
.sec02 {
  position: relative;
  width: 100%;
  height: min(calc(1523 / 1080 * 100vw), 1523px);
}
.sec02__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec02__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec02__area-top {
  padding-top: min(calc(120 / 1080 * 100vw), 120px);
}
.sec02__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec02__head .row-1 {
  color: #FFF;
  text-align: center;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(3.84 / 1080 * 100vw), 3.84px);
  position: relative;
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
.sec02__head .row-1::before, .sec02__head .row-1::after {
  display: inline-block;
  width: min(calc(18 / 1080 * 100vw), 18px);
  height: min(calc(67 / 1080 * 100vw), 67px);
  content: "";
}
.sec02__head .row-1::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2271%22%20viewBox%3D%220%200%2020%2071%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M20%202H2V69H20%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
}
.sec02__head .row-1::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2271%22%20viewBox%3D%220%200%2020%2071%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M0%202L18%202L18%2069H0%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
}
.sec02__head .row-2 {
  color: #FFF;
  text-align: center;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
  margin-top: min(calc(6 / 1080 * 100vw), 6px);
}
.sec02__list {
  border-radius: min(calc(6 / 1080 * 100vw), 6px);
  background: #333;
  padding: min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(480 / 1080 * 100vw), 480px);
  position: relative;
  margin: min(calc(84 / 1080 * 100vw), 84px) auto 0;
}
.sec02__list::before {
  content: "";
  width: 1px;
  height: calc(100% + min(calc(60 / 1080 * 100vw), 60px));
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: -1;
}
.sec02__list-item {
  color: #FFF;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
.sec02__list-item span {
  color: #CEDC00;
}
.sec02__list-item:nth-of-type(n + 2) {
  margin-top: min(calc(12 / 1080 * 100vw), 12px);
}
.sec02__sub-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
.sec02__sub-head .row-1 {
  color: #333;
  text-align: center;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(3.52 / 1080 * 100vw), 3.52px);
}
.sec02__sub-head .row-1 .ac {
  background: linear-gradient(90deg, #FF6A01 0%, #FFA94D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(3.52 / 1080 * 100vw), 3.52px);
}
.sec02__sub-head .row-2 {
  width: min(calc(318 / 1080 * 100vw), 318px);
}
.sec02__text-1 {
  color: #FFF;
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  margin-top: min(calc(65 / 1080 * 100vw), 65px);
}
.sec02__text-2 {
  color: #333;
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
.sec02__area-bottom {
  margin-top: min(calc(112 / 1080 * 100vw), 112px);
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  background: #FFF;
  box-shadow: 0 min(calc(3 / 1080 * 100vw), 3px) min(calc(18 / 1080 * 100vw), 18px) 0 rgba(0, 0, 0, 0.15);
  padding: min(calc(40 / 1080 * 100vw), 40px);
}
.sec02__steps {
  width: min(calc(920 / 1080 * 100vw), 920px);
  display: grid;
  grid-template-columns: repeat(4, min(calc(216 / 1080 * 100vw), 216px));
  gap: min(calc(22 / 1080 * 100vw), 22px);
  justify-content: center;
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
  position: relative;
}
.sec02__steps::before {
  display: inline-block;
  width: min(calc(714 / 1080 * 100vw), 714px);
  height: min(calc(88 / 1080 * 100vw), 88px);
  background: url("../img/pc/s2-arrow.webp") center/contain no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec02__step {
  position: relative;
  padding: min(calc(20 / 1080 * 100vw), 20px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: min(calc(13 / 1080 * 100vw), 13px);
  background-color: #fff;
}
.sec02__step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  border: 5px solid transparent;
  background: linear-gradient(90deg, #FF4C40 0%, #FFA94D 100%) border-box border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}
.sec02__step-top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.sec02__step-top-text {
  background: linear-gradient(90deg, #FF4C40 0%, #FFA94D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.08 / 1080 * 100vw), 2.08px);
}
.sec02__step-bottom {
  min-height: min(calc(58 / 1080 * 100vw), 58px);
}
.sec02__step-bottom-text {
  color: #333;
  text-align: center;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
}

@media screen and (max-width: 767px) {
  .sec02 {
    height: calc(2348 / 750 * 100vw);
  }
  .sec02__inner {
    width: 100%;
  }
  .sec02__area-top {
    padding-top: calc(240 / 750 * 100vw);
  }
  .sec02__head {
    gap: min(calc(16 / 1080 * 100vw), 16px);
  }
  .sec02__head .row-1 {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .sec02__head .row-1::before, .sec02__head .row-1::after {
    width: calc(24 / 750 * 100vw);
    height: calc(78 / 750 * 100vw);
  }
  .sec02__head .row-2 {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
  .sec02__list {
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    margin: calc(112 / 750 * 100vw) auto 0;
  }
  .sec02__list::before {
    height: calc(100% + calc(80 / 750 * 100vw));
  }
  .sec02__list-item {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
  }
  .sec02__list-item:nth-of-type(n + 2) {
    margin-top: calc(16 / 750 * 100vw);
  }
  .sec02__sub-head {
    gap: calc(48 / 750 * 100vw);
  }
  .sec02__sub-head .row-1 {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(4.48 / 750 * 100vw);
  }
  .sec02__sub-head .row-1 .ac {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(4.48 / 750 * 100vw);
  }
  .sec02__sub-head .row-2 {
    width: calc(316 / 750 * 100vw);
  }
  .sec02__text-1 {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    margin-top: calc(52 / 750 * 100vw);
  }
  .sec02__text-2 {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    margin-top: calc(48 / 750 * 100vw);
  }
  .sec02__area-bottom {
    border-radius: calc(16 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.15);
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    margin: calc(127 / 750 * 100vw) auto 0;
  }
  .sec02__steps {
    width: 100%;
    grid-template-columns: 100%;
    gap: calc(38 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }
  .sec02__steps::before {
    width: calc(112 / 750 * 100vw);
    height: calc(461 / 750 * 100vw);
    background: url("../img/sp/s2-arrow.webp") center/contain no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec02__step {
    padding: calc(12 / 750 * 100vw) 0;
    gap: 0;
  }
  .sec02__step::before {
    border-radius: calc(16 / 750 * 100vw);
    border-width: calc(5 / 750 * 100vw);
  }
  .sec02__step-top-text {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(2.88 / 750 * 100vw);
  }
  .sec02__step-bottom {
    min-height: calc(47 / 750 * 100vw);
    margin-top: calc(-5 / 750 * 100vw);
  }
  .sec02__step-bottom-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(0.58 / 750 * 100vw);
  }
  .sec02__step:nth-of-type(1) {
    /*
    padding: calc(32 / 750 * 100vw) 0;
    */
  }
  .sec02__step:nth-of-type(1) .sec02__step-bottom {
    /*display: none;*/
  }
}
.sec03 {
  background-color: #F1F1F1;
  padding-top: min(calc(100 / 1080 * 100vw), 100px);
  padding-bottom: min(calc(120 / 1080 * 100vw), 120px);
}
.sec03__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
.sec03__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec03__head .row-1 {
  color: #333;
  text-align: center;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.88 / 1080 * 100vw), 2.88px);
}
.sec03__head .row-2 {
  color: #333;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(3.84 / 1080 * 100vw), 3.84px);
}
.sec03__head .ac {
  background: linear-gradient(90deg, #FF4C40 0%, #FFA94D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec03__container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: min(calc(80 / 1080 * 100vw), 80px);
}
.sec03__row {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(calc(96 / 1080 * 100vw), 96px) min(calc(40 / 1080 * 100vw), 40px) min(calc(80 / 1080 * 100vw), 80px);
  gap: min(calc(60 / 1080 * 100vw), 60px);
  position: relative;
}
.sec03__row::before {
  display: inline-block;
  width: 100%;
  height: min(calc(16 / 1080 * 100vw), 16px);
  background: url("../img/pc/s3-gradient-bar.webp") center/cover no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.sec03__row:not(:last-child) {
  margin-bottom: 0;
}
.sec03__contents {
  position: relative;
}
.sec03__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.sec03__number {
  color: #FE7B65;
  font-size: min(calc(75 / 1080 * 100vw), 75px);
  font-weight: 500;
  line-height: 1;
  opacity: 0.8;
  background: linear-gradient(90deg, #FE7B65 0%, #F7D46C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: absolute;
  left: 0;
  top: max(calc(-35 / 1080 * 100vw), -35px);
  transform: skewX(-10deg);
}
.sec03__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec03__heading .row-1 {
  color: #333;
  text-align: center;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.sec03__heading .row-2 {
  background: linear-gradient(90deg, #FF4C40 0%, #FFA94D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(3.52 / 1080 * 100vw), 3.52px);
  text-align: center;
}
.sec03__desc {
  display: grid;
  align-items: center;
  grid-template-columns: min(calc(510 / 1080 * 100vw), 510px) 1fr;
  grid-template-areas: "s3-img s3-text";
  gap: min(calc(60 / 1080 * 100vw), 60px);
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
.sec03__desc.is-reversed {
  grid-template-columns: 1fr min(calc(510 / 1080 * 100vw), 510px);
  grid-template-areas: "s3-text s3-img";
}
.sec03__desc-img {
  grid-area: s3-img;
}
.sec03__text {
  color: #333;
  text-align: justify;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  width: 100%;
  grid-area: s3-text;
}
.sec03__text .ac {
  color: #FF6A01;
  font-weight: 700;
}
.sec03__sub {
  width: min(calc(512 / 1080 * 100vw), 512px);
  margin: min(calc(60 / 1080 * 100vw), 60px) auto 0;
  display: block;
}
.sec03__portfolio {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
.sec03__portfolio-img {
  width: min(calc(495 / 1080 * 100vw), 495px);
  margin-left: min(calc(80 / 1080 * 100vw), 80px);
}
.sec03__portfolio-text {
  color: #333;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: justify;
  margin: 0;
  box-shadow: min(calc(6 / 1080 * 100vw), 6px) min(calc(6 / 1080 * 100vw), 6px) 0 0 rgb(255, 106, 1);
  padding: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(495 / 1080 * 100vw), 495px);
  margin-top: max(calc(-108 / 1080 * 100vw), -108px);
  margin-left: auto;
  margin-right: min(calc(80 / 1080 * 100vw), 80px);
  background-color: #fff;
  position: relative;
  z-index: 20;
}
.sec03__portfolio-text .ac {
  color: rgb(255, 106, 1);
  font-weight: 700;
}
.sec03__ai {
  display: grid;
  grid-template-columns: 1fr min(calc(600 / 1080 * 100vw), 600px);
  gap: min(calc(40 / 1080 * 100vw), 40px);
  align-items: flex-start;
  width: 100%;
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
.sec03__ai-title {
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-weight: 700;
  line-height: 140%;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.sec03__ai-tags {
  display: grid;
  grid-template-columns: repeat(3, min(calc(192 / 1080 * 100vw), 192px));
  gap: min(calc(12 / 1080 * 100vw), 12px);
}
.sec03__ai-tag {
  display: inline-block;
  height: min(calc(48 / 1080 * 100vw), 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: min(calc(6 / 1080 * 100vw), 6px);
  background: #F6F3EE;
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding-top: calc(80 / 750 * 100vw);
    padding-bottom: 0;
    background-color: #fff;
  }
  .sec03__inner {
    width: 100%;
  }
  .sec03__head .row-1 {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .sec03__head .row-2 {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(4.48 / 750 * 100vw);
  }
  .sec03__container {
    margin-top: calc(90 / 750 * 100vw);
  }
  .sec03__row {
    padding: calc(84 / 750 * 100vw) calc(34 / 750 * 100vw) calc(120 / 750 * 100vw);
    gap: calc(60 / 750 * 100vw);
  }
  .sec03__row::before {
    height: calc(16 / 750 * 100vw);
    background: url(../img/sp/s3-gradient-bar.webp) center/cover no-repeat;
  }
  .sec03__title {
    width: calc(630 / 750 * 100vw);
    margin: 0 auto 0;
  }
  .sec03__number {
    font-size: calc(100 / 750 * 100vw);
    top: calc(-35 / 750 * 100vw);
    left: calc(-15 / 750 * 100vw);
  }
  .sec03__heading .row-1 {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .sec03__heading .row-2 {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(4.48 / 750 * 100vw);
  }
  .sec03__desc {
    grid-template-columns: 1fr;
    grid-template-areas: "s3-img" "s3-text";
    justify-content: center;
    gap: calc(40 / 750 * 100vw);
    width: calc(680 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }
  .sec03__desc.is-reversed {
    grid-template-columns: 1fr;
    grid-template-areas: "s3-img" "s3-text";
  }
  .sec03__text {
    font-size: calc(26 / 750 * 100vw);
  }
  .sec03__sub {
    width: calc(682 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }
  .sec03__portfolio {
    margin-top: calc(60 / 750 * 100vw);
  }
  .sec03__portfolio-img {
    width: calc(660 / 750 * 100vw);
    margin-left: calc(-30 / 750 * 100vw);
  }
  .sec03__portfolio-text {
    font-size: calc(32 / 750 * 100vw);
    box-shadow: calc(6 / 750 * 100vw) calc(6 / 750 * 100vw) 0 0 rgb(255, 106, 1);
    padding: calc(32 / 750 * 100vw);
    width: calc(660 / 750 * 100vw);
    margin-top: calc(-50 / 750 * 100vw);
    margin-right: calc(30 / 750 * 100vw);
  }
  .sec03__ai {
    gap: calc(40 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
    grid-template-columns: 1fr;
  }
  .sec03__ai-title {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .sec03__ai-tags {
    grid-template-columns: repeat(2, calc(300 / 750 * 100vw));
    gap: calc(16 / 750 * 100vw);
    width: 100%;
    justify-content: center;
  }
  .sec03__ai-tag {
    height: calc(87 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec03__area-table table {
  width: 100%;
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  border-collapse: collapse;
  box-shadow: 0 min(calc(3 / 1080 * 100vw), 3px) min(calc(9 / 1080 * 100vw), 9px) 0 rgba(0, 0, 0, 0.25);
  border: 2px solid #ddd;
}
.sec03__area-table table thead .number,
.sec03__area-table table thead .content,
.sec03__area-table table thead .count,
.sec03__area-table table thead .course {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #666;
  vertical-align: middle;
}
.sec03__area-table table thead .number {
  color: #333;
  font-weight: 700;
  line-height: 140%;
  font-size: min(calc(19 / 1080 * 100vw), 19px);
  letter-spacing: min(calc(1.52 / 1080 * 100vw), 1.52px);
  background: #EEE;
  text-align: center;
  width: min(calc(76 / 1080 * 100vw), 76px);
}
.sec03__area-table table thead .content,
.sec03__area-table table thead .count,
.sec03__area-table table thead .course {
  color: #FFF;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  background-color: #333;
  padding: min(calc(9 / 1080 * 100vw), 9px) 0;
}
.sec03__area-table table thead .content {
  width: min(calc(480 / 1080 * 100vw), 480px);
}
.sec03__area-table table thead .count {
  width: min(calc(114 / 1080 * 100vw), 114px);
}
.sec03__area-table table thead .course {
  width: auto;
}
.sec03__area-table table tbody .ubb {
  border-bottom: 2px solid #666 !important;
}
.sec03__area-table table tbody .number,
.sec03__area-table table tbody .content,
.sec03__area-table table tbody .count,
.sec03__area-table table tbody .course {
  border: 2px solid #DDD;
  vertical-align: middle;
}
.sec03__area-table table tbody .number {
  background-color: #EEE;
  vertical-align: middle;
  text-align: center;
  color: #333;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  width: min(calc(76 / 1080 * 100vw), 76px);
}
.sec03__area-table table tbody .content,
.sec03__area-table table tbody .count,
.sec03__area-table table tbody .course {
  color: #333;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  padding: min(calc(9 / 1080 * 100vw), 9px) min(calc(20 / 1080 * 100vw), 20px);
}
.sec03__area-table table tbody .content {
  width: min(calc(480 / 1080 * 100vw), 480px);
}
.sec03__area-table table tbody .count {
  width: min(calc(114 / 1080 * 100vw), 114px);
  text-align: center;
}
.sec03__area-table table tbody .course {
  width: auto;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .sec03__area-table {
    padding-left: calc(30 / 750 * 100vw);
    padding-bottom: calc(15 / 750 * 100vw);
    width: calc(750 / 750 * 100vw);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sec03__area-table table {
    margin-top: calc(20 / 750 * 100vw);
    box-shadow: 0 calc(3 / 750 * 100vw) calc(9 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #ddd;
    width: auto;
    min-width: calc(746 / 750 * 100vw);
    overflow: hidden;
  }
  .sec03__area-table table thead .number,
  .sec03__area-table table thead .content,
  .sec03__area-table table thead .count,
  .sec03__area-table table thead .course {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #666;
  }
  .sec03__area-table table thead .number {
    font-size: calc(16 / 750 * 100vw);
    letter-spacing: calc(1.28 / 750 * 100vw);
    width: calc(49 / 750 * 100vw);
  }
  .sec03__area-table table thead .content,
  .sec03__area-table table thead .count,
  .sec03__area-table table thead .course {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
    padding: calc(5 / 750 * 100vw) 0;
  }
  .sec03__area-table table thead .content {
    width: calc(395 / 750 * 100vw);
  }
  .sec03__area-table table thead .count {
    width: calc(86 / 750 * 100vw);
  }
  .sec03__area-table table thead .course {
    width: calc(216 / 750 * 100vw);
  }
  .sec03__area-table table tbody .ubb {
    border-bottom: 1px solid #666 !important;
  }
  .sec03__area-table table tbody .number,
  .sec03__area-table table tbody .content,
  .sec03__area-table table tbody .count,
  .sec03__area-table table tbody .course {
    border: 1px solid #DDD;
  }
  .sec03__area-table table tbody .number {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
  }
  .sec03__area-table table tbody .content,
  .sec03__area-table table tbody .count,
  .sec03__area-table table tbody .course {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
    padding: calc(5 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
  .sec03__area-table table tbody .content {
    width: calc(395 / 750 * 100vw);
  }
  .sec03__area-table table tbody .count {
    width: calc(86 / 750 * 100vw);
  }
  .sec03__area-table table tbody .course {
    width: calc(216 / 750 * 100vw);
  }
}
.sec04 {
  position: relative;
  background: linear-gradient(132deg, #F5D971 0%, #B9E997 100%);
  padding-top: min(calc(20 / 1080 * 100vw), 20px);
  padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
.sec04::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: min(calc(76 / 1080 * 100vw), 76px) min(calc(300 / 1080 * 100vw), 300px) 0 min(calc(300 / 1080 * 100vw), 300px);
}
.sec04__text {
  color: #FFF;
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  position: relative;
  z-index: 20;
}
.sec04__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto 0;
}
.sec04__area-content {
  background-color: #fff;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(60 / 1080 * 100vw), 60px);
}
.sec04__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(6 / 1080 * 100vw), 6px);
}
.sec04__head .row-1 {
  color: #FF6A01;
  text-align: center;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.08 / 1080 * 100vw), 2.08px);
}
.sec04__head .row-2 {
  color: #333;
  text-align: center;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.08 / 1080 * 100vw), 2.08px);
}
.sec04__head .row-3 {
  color: #FF6A01;
  text-align: center;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.88 / 1080 * 100vw), 2.88px);
}
.sec04__head .row-4 {
  color: #333;
  text-align: center;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.88 / 1080 * 100vw), 2.88px);
}
.sec04__area-desc {
  display: grid;
  align-items: center;
  grid-template-columns: min(calc(500 / 1080 * 100vw), 500px) min(calc(460 / 1080 * 100vw), 460px);
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
.sec04__desc-head {
  color: #333;
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  padding: min(calc(19 / 1080 * 100vw), 19px) min(calc(80 / 1080 * 100vw), 80px);
  background-color: #F6F3EE;
}
.sec04__desc-texts {
  background: #FFF;
  box-shadow: min(calc(3 / 1080 * 100vw), 3px) min(calc(3 / 1080 * 100vw), 3px) min(calc(12 / 1080 * 100vw), 12px) 0px rgba(51, 51, 51, 0.25);
  padding: min(calc(24 / 1080 * 100vw), 24px);
}
.sec04__desc-text {
  color: #333;
  text-align: justify;
  position: relative;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
}
.sec04__desc-text span {
  color: #FF6A01;
  font-weight: 700;
}
.sec04__desc-text:nth-of-type(n + 2) {
  margin-top: min(calc(48 / 1080 * 100vw), 48px);
}
.sec04__desc-text:nth-of-type(n + 2)::before {
  content: "";
  display: inline-block;
  background: linear-gradient(90deg, rgb(255, 76, 64) 0%, rgb(255, 169, 77) 100%);
  height: 2px;
  width: 100%;
  position: absolute;
  top: max(calc(-24 / 1080 * 100vw), -24px);
  left: 50%;
  transform: translateX(-50%);
}
.sec04__area-cashb {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
.sec04__area-detail {
  width: min(calc(840 / 1080 * 100vw), 840px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
}
.sec04__area-example {
  width: min(calc(840 / 1080 * 100vw), 840px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
}
.sec04__example-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec04__example-text-1, .sec04__example-text-2, .sec04__example-text-3, .sec04__example-text-4 {
  display: block;
}
.sec04__example-text-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
.sec04__example-text-2 .row-1 {
  color: #333;
  text-align: center;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.sec04__example-text-2 .row-2 {
  color: #333;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
}
.sec04__example-text-2 .row-2 .digit {
  color: #333;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 500;
  line-height: 180%;
}
.sec04__example-text-2 .row-2 .unit {
  color: #333;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec04__example-text-2 .row-2 .tax {
  color: #333;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
.sec04__example-text-3 {
  margin-top: max(calc(-10 / 1080 * 100vw), -10px);
}
.sec04__example-text-4 {
  margin-top: max(calc(-22 / 1080 * 100vw), -22px);
}
.sec04__example-text-4 .digit {
  color: #333;
  font-size: min(calc(58 / 1080 * 100vw), 58px);
  font-weight: 700;
  line-height: 180%;
}
.sec04__example-text-4 .unit {
  color: #333;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.08 / 1080 * 100vw), 2.08px);
}
.sec04__example-text-4 .tax {
  color: #333;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
}
.sec04__example-note {
  border-top: 3px solid #FF6A01;
  padding-top: min(calc(16 / 1080 * 100vw), 16px);
  color: #333;
  text-align: justify;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding-top: calc(8 / 750 * 100vw);
    padding-bottom: calc(40 / 750 * 100vw);
  }
  .sec04::before {
    border-width: calc(76 / 750 * 100vw) calc(300 / 750 * 100vw) 0 calc(300 / 750 * 100vw);
  }
  .sec04__text {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec04__inner {
    width: 100%;
  }
  .sec04__area-content {
    padding: calc(60 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    width: calc(694 / 750 * 100vw);
    margin: 0 auto 0;
  }
  .sec04__head {
    gap: calc(6 / 750 * 100vw);
  }
  .sec04__head .row-1 {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(2.88 / 750 * 100vw);
  }
  .sec04__head .row-2 {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(2.88 / 750 * 100vw);
  }
  .sec04__head .row-3 {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .sec04__head .row-4 {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .sec04__area-desc {
    grid-template-columns: 1fr;
    margin-top: calc(40 / 750 * 100vw);
  }
  .sec04__area-desc-text {
    width: calc(616 / 750 * 100vw);
    margin: calc(-84 / 750 * 100vw) auto 0;
  }
  .sec04__desc-head {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
    padding: calc(25 / 750 * 100vw) 0 calc(29 / 750 * 100vw);
  }
  .sec04__desc-texts {
    box-shadow: calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) calc(16 / 750 * 100vw) 0px rgba(51, 51, 51, 0.25);
    padding: calc(40 / 750 * 100vw) calc(27 / 750 * 100vw);
  }
  .sec04__desc-text {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
  .sec04__desc-text:nth-of-type(n + 2) {
    margin-top: calc(48 / 750 * 100vw);
  }
  .sec04__desc-text:nth-of-type(n + 2)::before {
    top: calc(-24 / 750 * 100vw);
    height: 1px;
  }
  .sec04__area-cashb {
    margin-top: calc(40 / 750 * 100vw);
  }
  .sec04__area-detail {
    width: calc(616 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }
  .sec04__area-example {
    width: calc(616 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }
  .sec04__example-text-2 {
    margin-top: calc(30 / 750 * 100vw);
    gap: 0;
    flex-direction: column;
  }
  .sec04__example-text-2 .row-1 {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .sec04__example-text-2 .row-2 {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: calc(2.72 / 750 * 100vw);
  }
  .sec04__example-text-2 .row-2 .digit {
    font-size: calc(56 / 750 * 100vw);
  }
  .sec04__example-text-2 .row-2 .unit {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.72 / 750 * 100vw);
  }
  .sec04__example-text-2 .row-2 .tax {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .sec04__example-text-3 {
    margin-top: calc(10 / 750 * 100vw);
  }
  .sec04__example-text-4 {
    margin-top: calc(-50 / 750 * 100vw);
    position: relative;
    right: calc(-40 / 750 * 100vw);
  }
  .sec04__example-text-4 .digit {
    font-size: calc(78 / 750 * 100vw);
  }
  .sec04__example-text-4 .unit {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(2.88 / 750 * 100vw);
  }
  .sec04__example-text-4 .tax {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
  }
  .sec04__example-note {
    padding-top: calc(40 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
    letter-spacing: calc(1.44 / 750 * 100vw);
  }
}
.sec05 h2 {
  line-height: 0;
}
.sec05__area-img {
  background-color: #F7F7F7;
}
.sec05__area-btn {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec05__area-btn {
    padding: calc(45 / 750 * 100vw) 0 calc(51 / 750 * 100vw);
  }
}
.sec06 {
  position: relative;
  width: 100%;
  height: min(calc(2042 / 1080 * 100vw), 2042px);
}
.sec06__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sec06__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  position: absolute;
  padding-top: min(calc(80 / 1080 * 100vw), 80px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec06__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(15 / 1080 * 100vw), 15px);
}
.sec06__head-main {
  color: #FFF;
  text-align: center;
  font-size: min(calc(52 / 1080 * 100vw), 52px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: min(calc(4.16 / 1080 * 100vw), 4.16px);
}
.sec06__head-sub {
  color: #FFF;
  text-align: center;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.sec06__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(100 / 1080 * 100vw), 100px);
  margin-top: min(calc(159 / 1080 * 100vw), 159px);
}
.sec06__point {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sec06__point-inner {
  position: relative;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
.sec06__point-header {
  color: #333333;
  text-align: center;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  margin: 0;
  width: 100%;
}
.sec06__point-header .ac {
  background: linear-gradient(90deg, #FF4C40 0%, #FFA94D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec06__point-content {
  display: flex;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: 100%;
  background: #FFFFFF;
  padding: min(calc(40 / 1080 * 100vw), 40px);
  box-shadow: 0px 2px 12px 0px rgba(51, 51, 51, 0.15);
}
.sec06__point-text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
.sec06__point-text {
  color: #333333;
  text-align: justify;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  margin: 0;
}
.sec06__point-text .ac {
  color: #FF6A01;
  font-weight: 700;
}
.sec06__point-text .kome {
  color: #333;
  font-weight: 400;
  line-height: 150%;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
}
.sec06__point-note {
  color: #333333;
  text-align: justify;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  margin: 0;
}
.sec06__point-cta {
  background: linear-gradient(90deg, #FF4C40 0%, #FFA94D 100%);
  color: #FFFFFF;
  text-align: center;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  padding: min(calc(10 / 1080 * 100vw), 10px);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(460 / 1080 * 100vw), 460px);
}

@media screen and (max-width: 767px) {
  .sec06 {
    height: calc(3690 / 750 * 100vw);
  }
  .sec06__inner {
    width: 100%;
    padding-top: calc(117 / 750 * 100vw);
  }
  .sec06__head {
    gap: calc(20 / 750 * 100vw);
  }
  .sec06__head-main {
    font-size: calc(70 / 750 * 100vw);
    letter-spacing: calc(5.6 / 750 * 100vw);
  }
  .sec06__head-sub {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .sec06__contents {
    gap: calc(166 / 750 * 100vw);
    margin-top: calc(187 / 750 * 100vw);
  }
  .sec06__point-inner {
    width: calc(698 / 750 * 100vw);
    gap: calc(60 / 750 * 100vw);
  }
  .sec06__point-content {
    gap: calc(40 / 750 * 100vw);
    padding: calc(14 / 750 * 100vw) calc(14 / 750 * 100vw) calc(40 / 750 * 100vw) calc(14 / 750 * 100vw);
    flex-direction: column;
  }
  .sec06__point-header {
    font-size: calc(40 / 750 * 100vw);
    width: calc(646 / 750 * 100vw);
    text-align: left;
    margin-left: calc(30 / 750 * 100vw);
  }
  .sec06__point-header.is-centered {
    text-align: center;
  }
  .sec06__point-text-area {
    gap: calc(40 / 750 * 100vw);
  }
  .sec06__point-text {
    width: calc(624 / 750 * 100vw);
    margin: 0 auto 0;
    font-size: calc(24 / 750 * 100vw);
  }
  .sec06__point-text .kome {
    font-size: calc(20 / 750 * 100vw);
  }
  .sec06__point-note {
    width: calc(624 / 750 * 100vw);
    margin: 0 auto 0;
    font-size: calc(20 / 750 * 100vw);
  }
  .sec06__point-cta {
    font-size: calc(40 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw);
    width: 100%;
  }
}
.sec07 {
  background: url("../img/pc/sec07_bg.webp") no-repeat center top/contain;
  background-size: 100% min(calc(218 / 1080 * 100vw), 218px);
  background-repeat: no-repeat;
  background-position: top;
  padding: min(calc(100 / 1080 * 100vw), 100px) min(calc(460 / 1080 * 100vw), 460px) min(calc(120 / 1080 * 100vw), 120px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07 {
    background: url("../img/sp/sec07_bg.webp") no-repeat center top/contain;
    padding: calc(80 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec07 .container {
  width: 100%;
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sec07 .container {
    padding: 0;
  }
}
.sec07__main {
  background: linear-gradient(180deg, #f6f3ee 0%, #ffffff 50%, #f6f3ee 100%);
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  box-shadow: 0px min(calc(3 / 1080 * 100vw), 3px) min(calc(18 / 1080 * 100vw), 18px) rgba(0, 0, 0, 0.15);
  padding: min(calc(40 / 1080 * 100vw), 40px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec07__main {
    border-radius: calc(16 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw) calc(84 / 750 * 100vw);
    gap: calc(48 / 750 * 100vw);
    width: calc(680 / 750 * 100vw);
    margin-bottom: calc(64 / 750 * 100vw);
  }
}
.sec07__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec07__header {
    gap: calc(32 / 750 * 100vw);
  }
}
.sec07__badge {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__badge {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec07__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec07__title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec07__title__highlight {
  background: var(--liner, linear-gradient(90deg, #FF4C40 0%, #FFA94D 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 140%;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  letter-spacing: min(calc(3.84 / 1080 * 100vw), 3.84px);
}
@media screen and (max-width: 767px) {
  .sec07__title__highlight {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: calc(5.12 / 750 * 100vw);
  }
}
.sec07__figure {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07__figure {
    flex-direction: column;
    gap: calc(48 / 750 * 100vw);
  }
}
.sec07__figure-img {
  width: min(calc(473 / 1080 * 100vw), 473px);
}
@media screen and (max-width: 767px) {
  .sec07__figure-img {
    width: calc(630 / 750 * 100vw);
  }
}
.sec07__figure__caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: left;
  margin: 0;
  width: min(calc(248 / 1080 * 100vw), 248px);
}
@media screen and (max-width: 767px) {
  .sec07__figure__caption {
    font-size: calc(26 / 750 * 100vw);
    width: auto;
  }
}
.sec07__figure__caption b {
  font-weight: 700;
  color: var(--digimarl-accent03, #ff6a01);
}
.sec07__steps {
  display: flex;
  flex-direction: column;
  gap: min(calc(36 / 1080 * 100vw), 36px);
  width: 100%;
  background: url("../img/pc/sec07_step_arrow.svg") no-repeat center min(calc(64 / 1080 * 100vw), 64px)/contain;
  background-size: min(calc(94 / 1080 * 100vw), 94px) min(calc(415 / 1080 * 100vw), 415px);
}
@media screen and (max-width: 767px) {
  .sec07__steps {
    gap: calc(53 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    background: url("../img/sp/sec07_step_arrow.svg") no-repeat center calc(347 / 750 * 100vw)/contain;
    background-size: calc(112 / 750 * 100vw) calc(553 / 750 * 100vw);
  }
}
.sec07__step {
  background: #ffffff;
  border: none;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  box-shadow: 0 0 0 min(calc(5 / 1080 * 100vw), 5px) transparent, 0 0 0 0 transparent;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(675 / 1080 * 100vw), 675px);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.sec07__step::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0;
  z-index: 0;
  pointer-events: none;
  border: min(calc(5 / 1080 * 100vw), 5px) solid transparent;
  background: linear-gradient(90deg, #ff4c40 0%, #ffa94d 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.sec07__step > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec07__step {
    border-width: calc(6 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw);
    width: 100%;
  }
  .sec07__step::before {
    border: calc(6 / 750 * 100vw) solid transparent;
  }
}
.sec07__step__header {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec07__step__header {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(16 / 750 * 100vw);
    margin-bottom: calc(21 / 750 * 100vw);
  }
}
.sec07__step__number {
  background: linear-gradient(90deg, #ff4c40 0%, #ffa94d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding: 0;
  border-radius: 0;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__step__number {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec07__step__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec07__step__title {
    font-size: calc(32 / 750 * 100vw);
    text-align: left;
  }
}
.sec07__step__content {
  display: flex;
  padding-left: min(calc(100 / 1080 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .sec07__step__content {
    padding-left: 0;
  }
}
.sec07__step__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.sec07__step__list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
  position: relative;
  text-align: left;
  padding-left: min(calc(12 / 1080 * 100vw), 12px);
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec07__step__list li {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(12 / 750 * 100vw);
    padding-left: calc(26 / 750 * 100vw);
    text-align: left;
  }
}
.sec07__step__list li:before {
  content: "・";
  color: #333333;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
}
.sec07__step__list li:last-child {
  margin-bottom: 0;
}
.sec07__course {
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07__course {
    width: calc(680 / 750 * 100vw);
  }
}
.sec07__course__header {
  background: #333333;
  padding: min(calc(9.75 / 1080 * 100vw), 9.75px) 0;
}
@media screen and (max-width: 767px) {
  .sec07__course__header {
    padding: calc(13 / 750 * 100vw) 0;
  }
}
.sec07__course__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec07__course__title {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec07__course__table {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sec07__course__row {
  display: flex;
  width: 100%;
  border-top: min(calc(6 / 1080 * 100vw), 6px) solid #fff;
}
@media screen and (max-width: 767px) {
  .sec07__course__row {
    border-top: calc(6 / 750 * 100vw) solid #fff;
  }
}
.sec07__course__row:last-child {
  border-bottom: none;
}
.sec07__course__label {
  background: #f6f3ee;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
  padding: min(calc(12 / 1080 * 100vw), 12px) min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(330 / 1080 * 100vw), 330px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec07__course__label {
    font-size: calc(30 / 750 * 100vw);
    padding: calc(11 / 750 * 100vw) 0;
    width: calc(220 / 750 * 100vw);
  }
}
.sec07__course__value {
  background: #fbfbfb;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(22 / 1080 * 100vw), 22px) min(calc(2 / 1080 * 100vw), 2px) min(calc(40 / 1080 * 100vw), 40px);
  flex: 1;
  display: flex;
  align-items: center;
  border-left: min(calc(10 / 1080 * 100vw), 10px) solid #fff;
}
@media screen and (max-width: 767px) {
  .sec07__course__value {
    font-size: calc(30 / 750 * 100vw);
    padding: calc(2 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-left: calc(10 / 750 * 100vw) solid #fff;
  }
}
.sec07__course__row:nth-child(4) .sec07__course__value {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec07__course__row:nth-child(4) .sec07__course__value {
    font-size: calc(26 / 750 * 100vw);
    height: auto;
  }
}
.sec07__course__price {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec07__course__price {
    flex-direction: column;
    gap: calc(12 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec07__course__price-row {
    line-height: 1;
  }
}
.sec07__course__price__badge {
  background: #ff6a01;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  width: fit-content;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-right: min(calc(13 / 1080 * 100vw), 13px);
}
@media screen and (max-width: 767px) {
  .sec07__course__price__badge {
    font-size: calc(22 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: calc(16 / 750 * 100vw);
  }
}
.sec07__course__price__badge span {
  background: var(--gra_gray, linear-gradient(55deg, #fff 40.33%, #f1f1f1 91.99%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  display: block;
  padding: min(calc(12 / 1080 * 100vw), 12px) min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec07__course__price__badge span {
    font-size: calc(22 / 750 * 100vw);
    padding: 0 calc(8 / 750 * 100vw);
    text-align: center;
    line-height: 1.4;
  }
}
.sec07__course__price__main {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07__course__price__main {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    padding: calc(12 / 750 * 100vw) 0 calc(12 / 750 * 100vw) calc(122 / 750 * 100vw);
  }
}
.sec07__course__price__original {
  font-weight: 500;
  font-size: min(calc(22.5 / 1080 * 100vw), 22.5px);
  color: #333333;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .sec07__course__price__original {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec07__course__price__final {
  font-weight: 500;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  color: #333333;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .sec07__course__price__final {
    font-size: calc(46 / 750 * 100vw);
  }
}
.sec07__course__price__unit {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: #333333;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07__course__price__unit {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec07__course__price__unit strong {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec07__course__price__unit strong {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec07__course__price__unit sup {
  position: absolute;
  top: max(calc(-18 / 1080 * 100vw), -18px);
  right: min(calc(25 / 1080 * 100vw), 25px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec07__course__price__unit sup {
    font-size: calc(20 / 750 * 100vw);
    right: calc(68 / 750 * 100vw);
    transform: translateY(-110%);
  }
}
.sec07__course__price__arrow {
  color: #ff6a01;
  font-weight: 700;
  display: inline-block;
  height: min(calc(33.75 / 1080 * 100vw), 33.75px);
  width: min(calc(15 / 1080 * 100vw), 15px);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #ff6a01;
  margin: 0 min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .sec07__course__price__arrow {
    font-size: calc(28 / 750 * 100vw);
    rotate: 90deg;
    height: calc(45 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
    margin: 0 auto;
    transform: translateY(100%);
  }
}
.sec07__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: justified;
  margin: min(calc(24 / 1080 * 100vw), 24px) auto 0;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .sec07__note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
}

.sec08 {
  background: #fff url("../img/pc/sec08_bg.webp") no-repeat center top/contain;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(120 / 1080 * 100vw), 120px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec08 {
    background-image: url("../img/sp/sec08_bg.webp");
    padding: calc(80 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
  }
}
.sec08 .container {
  width: 100%;
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec08 .container {
    padding: 0;
  }
}
.sec08__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(18 / 1080 * 100vw), 18px);
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec08__header {
    gap: calc(24 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec08__badge {
  background: linear-gradient(90deg, #ff6a01 0%, #ffa94d 100%);
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding: min(calc(5 / 1080 * 100vw), 5px) min(calc(20 / 1080 * 100vw), 20px);
  border-radius: 0;
  height: min(calc(54 / 1080 * 100vw), 54px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec08__badge {
    font-size: calc(36 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) calc(20 / 750 * 100vw);
    height: calc(72 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.sec08__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec08__title {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec08__title__highlight {
  background: linear-gradient(90deg, #ff6a01 0%, #ffa94d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sec08__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec08__subtitle {
    font-size: calc(32 / 750 * 100vw);
    width: calc(750 / 750 * 100vw);
  }
}
.sec08__table-wrapper {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .sec08__table-wrapper {
    width: calc(750 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin: 0 auto;
  }
}
.sec08__table {
  border-collapse: collapse;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec08__table {
    width: auto;
    min-width: calc(948 / 750 * 100vw);
  }
}
.sec08__table__header {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  vertical-align: bottom;
}
.sec08__table__header span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec08__table__header--category {
  background: transparent;
  width: min(calc(220 / 1080 * 100vw), 220px);
  height: min(calc(92 / 1080 * 100vw), 92px);
  padding: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec08__table__header--category {
    width: calc(258 / 750 * 100vw);
    height: calc(122 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw);
  }
}
.sec08__table__header--digimarl {
  width: min(calc(260 / 1080 * 100vw), 260px);
}
@media screen and (max-width: 767px) {
  .sec08__table__header--digimarl {
    width: calc(268 / 750 * 100vw);
  }
}
.sec08__table__header--company {
  width: min(calc(220 / 1080 * 100vw), 220px);
}
.sec08__table__header--company:last-child {
  border-left: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .sec08__table__header--company {
    width: calc(220 / 750 * 100vw);
  }
}
.sec08__table__header--digimarl span {
  background: linear-gradient(90deg, #ff6a01 0%, #ffa94d 100%);
  height: min(calc(90 / 1080 * 100vw), 90px);
  padding: min(calc(12 / 1080 * 100vw), 12px);
  border-radius: min(calc(12 / 1080 * 100vw), 12px) min(calc(12 / 1080 * 100vw), 12px) 0 0;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec08__table__header--digimarl span {
    height: calc(122 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw) calc(16 / 750 * 100vw) 0 0;
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec08__table__header--company span {
  background: #f6e6d5;
  color: #333333;
  height: min(calc(46 / 1080 * 100vw), 46px);
  padding: min(calc(12 / 1080 * 100vw), 12px);
  font-size: min(calc(27 / 1080 * 100vw), 27px);
}
@media screen and (max-width: 767px) {
  .sec08__table__header--company span {
    height: calc(62 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec08__table__category {
  background: #333333;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding: min(calc(12 / 1080 * 100vw), 12px);
  text-align: center;
  vertical-align: middle;
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  width: min(calc(220 / 1080 * 100vw), 220px);
}
@media screen and (max-width: 767px) {
  .sec08__table__category {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw);
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    width: calc(268 / 750 * 100vw);
  }
}
.sec08__table__category__note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec08__table__category__note {
    font-size: calc(18 / 750 * 100vw);
  }
}
.sec08__table__data {
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  line-height: 1.6;
  color: #333333;
  padding: min(calc(12 / 1080 * 100vw), 12px);
  text-align: center;
  vertical-align: middle;
  border: 2px solid #f1f1f1;
}
@media screen and (max-width: 767px) {
  .sec08__table__data {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw);
    border: 1px solid #f1f1f1;
  }
}
.sec08__table__data--digimarl {
  background: #ffffff;
}
.sec08__table__price {
  margin: 0;
}
.sec08__table__price__number {
  font-weight: 500;
}
.sec08__table__data--digimarl .sec08__table__price__number {
  font-family: "Inter", sans-serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  background: linear-gradient(90deg, #ff4c40 0%, #ffa94d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec08__table__data--digimarl .sec08__table__price__number {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec08__table__data:not(.sec08__table__data--digimarl) .sec08__table__price__number {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  color: #333333;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec08__table__data:not(.sec08__table__data--digimarl) .sec08__table__price__number {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec08__table__price__unit {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec08__table__price__unit {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec08__table__data--digimarl .sec08__table__price__unit {
  background: linear-gradient(90deg, #ff4c40 0%, #ffa94d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sec08__table__price__tax {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec08__table__price__tax {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec08__table__tax {
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec08__table__tax {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec08__table__highlight {
  background: var(--liner, linear-gradient(90deg, #FF4C40 0%, #FFA94D 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec08__table__highlight {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec08__table__cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1.4;
}
.sec08__table tbody tr {
  height: auto;
}
.sec08__table tbody tr:nth-child(1) .sec08__table__category,
.sec08__table tbody tr:nth-child(1) .sec08__table__data, .sec08__table tbody tr:nth-child(2) .sec08__table__category,
.sec08__table tbody tr:nth-child(2) .sec08__table__data {
  height: auto;
  padding: 0;
}
.sec08__table tbody tr:nth-child(1) .sec08__table__cell, .sec08__table tbody tr:nth-child(2) .sec08__table__cell {
  min-height: min(calc(110 / 1080 * 100vw), 110px);
}
@media screen and (max-width: 767px) {
  .sec08__table tbody tr:nth-child(1) .sec08__table__cell, .sec08__table tbody tr:nth-child(2) .sec08__table__cell {
    min-height: calc(160 / 750 * 100vw);
    min-width: calc(268 / 750 * 100vw);
  }
}
.sec08__table tbody tr:nth-child(n+3) .sec08__table__category,
.sec08__table tbody tr:nth-child(n+3) .sec08__table__data {
  height: auto;
  min-height: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec08__table tbody tr:nth-child(n+3) .sec08__table__category,
  .sec08__table tbody tr:nth-child(n+3) .sec08__table__data {
    min-height: calc(100 / 750 * 100vw);
  }
}
.sec08__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: right;
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(24 / 1080 * 100vw), 24px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec08__note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .sec08__scroll-bar {
    position: relative;
    width: 100%;
    height: calc(8 / 750 * 100vw);
    background: #f1f1f1;
    border-radius: calc(24 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
  }
  .sec08__scroll-bar::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: #d6d3cf;
    border-radius: calc(24 / 750 * 100vw);
  }
}

.sec08__table__category .sec08__table__cell {
  color: #fff;
  font-weight: 700;
  line-height: 140%;
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  letter-spacing: min(calc(1.68 / 1080 * 100vw), 1.68px);
}
@media screen and (max-width: 767px) {
  .sec08__table__category .sec08__table__cell {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
}
.sec08__table__category.--alt .sec08__table__cell, .sec08__table__category.--alt .sec08__table__category__note {
  color: #FFF;
}
.sec08__table__category.--alt .sec08__table__cell {
  font-weight: 700;
  line-height: 130%;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
@media screen and (max-width: 767px) {
  .sec08__table__category.--alt .sec08__table__cell {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
}
.sec08__table__category.--alt .sec08__table__category__note {
  font-weight: 500;
  line-height: 140%;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
  padding-top: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .sec08__table__category.--alt .sec08__table__category__note {
    font-size: calc(18 / 750 * 100vw);
    letter-spacing: calc(1.44 / 750 * 100vw);
    padding-top: calc(5 / 750 * 100vw);
  }
}

.sec09 {
  background: #f1f1f1;
  padding: min(calc(100 / 1080 * 100vw), 100px) 0 min(calc(120 / 1080 * 100vw), 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: calc(80 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}
.sec09 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(60 / 1080 * 100vw), 60px);
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec09 .container {
    gap: calc(60 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec09__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec09__title {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec09__steps {
  display: flex;
  gap: min(calc(50 / 1080 * 100vw), 50px);
  width: 100%;
  position: relative;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec09__steps {
    flex-direction: column;
    gap: calc(56 / 750 * 100vw);
  }
}
.sec09__steps::before {
  content: "";
  position: absolute;
  left: calc(90 / 750 * 100vw);
  top: 0;
  width: calc(5 / 750 * 100vw);
  height: calc(100% - min(calc(130 / 1080 * 100vw), 130px));
  background: linear-gradient(180deg, #ff4c40 0%, #ffa94d 100%);
}
@media screen and (min-width: 768px) {
  .sec09__steps::before {
    display: none;
  }
}
.sec09__column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec09__column {
    gap: calc(56 / 750 * 100vw);
  }
}
.sec09__column::before {
  content: "";
  position: absolute;
  left: min(calc(65 / 1080 * 100vw), 65px);
  top: 0;
  width: min(calc(5 / 1080 * 100vw), 5px);
  height: calc(100% - min(calc(130 / 1080 * 100vw), 130px));
  background: linear-gradient(180deg, #ff4c40 0%, #ffa94d 100%);
}
@media screen and (max-width: 767px) {
  .sec09__column::before {
    display: none;
  }
}
.sec09__step {
  display: flex;
  align-items: flex-start;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  position: relative;
  width: min(calc(475 / 1080 * 100vw), 475px);
}
@media screen and (max-width: 767px) {
  .sec09__step {
    gap: calc(24 / 750 * 100vw);
    width: 100%;
    justify-content: center;
  }
}
.sec09__step__icon {
  flex-shrink: 0;
  width: min(calc(130 / 1080 * 100vw), 130px);
  height: min(calc(130 / 1080 * 100vw), 130px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec09__step__icon {
    width: calc(180 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
  }
}
.sec09__step__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec09__step__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  width: min(calc(310 / 1080 * 100vw), 310px);
}
@media screen and (max-width: 767px) {
  .sec09__step__content {
    gap: calc(8 / 750 * 100vw);
    width: 100%;
  }
}
.sec09__step__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, #ff4c40 0%, #ffa94d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec09__step__title {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.6;
  }
}
.sec09__step:nth-child(1) .sec09__step__title {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec09__step:nth-child(1) .sec09__step__title {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec09__step:nth-child(n+2) .sec09__step__title {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .sec09__step:nth-child(n+2) .sec09__step__title {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec09__step__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec09__step__text {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
  }
}
.sec09__step__period {
  display: inline-block;
  background: #333333;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding: 0 min(calc(22.5 / 1080 * 100vw), 22.5px);
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec09__step__period {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.8;
    padding: 0 calc(30 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}

.sec10 {
  background: #ffffff;
  padding: min(calc(100 / 1080 * 100vw), 100px) 0 min(calc(120 / 1080 * 100vw), 120px);
}
.sec10__inner {
  width: min(calc(860 / 1080 * 100vw), 860px);
  margin: 0 auto 0;
}
.sec10__title {
  color: #333;
  text-align: center;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: min(calc(3.84 / 1080 * 100vw), 3.84px);
}
.sec10__accordion {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}

@media screen and (max-width: 767px) {
  .sec10 {
    padding: calc(80 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
  .sec10__inner {
    width: calc(567 / 750 * 100vw);
  }
  .sec10__title {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: calc(5.12 / 750 * 100vw);
  }
  .sec10__accordion {
    margin-top: calc(96 / 750 * 100vw);
  }
}
.sec11 h2 {
  line-height: 0;
}
.sec11__area-img {
  background-color: #F7F7F7;
}
.sec11__area-btn {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec11__area-btn {
    padding: calc(45 / 750 * 100vw) 0 calc(51 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
