@charset "UTF-8";
.--sans {
  font-family: "Noto Sans JP", sans-serif;
}

.--serif {
  font-family: "Noto Serif JP", serif;
}

.--en {
  font-family: "Roboto", sans-serif;
}

br {
  display: block;
}

* {
  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: rgb(51, 51, 51);
  cursor: pointer;
  transition: opacity 0.3s;
}

figcaption,
small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  figcaption,
  small {
    font-size: calc(20 / 750 * 100vw);
  }
}

img {
  display: block;
  height: auto;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 768px) {
  .adlp-outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .adlp-outer {
    overflow: hidden;
  }
}

.adlp-wrapper {
  color: rgb(51, 51, 51);
}
@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: rgb(51, 51, 51) !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: rgb(51, 51, 51) !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 rgb(51, 51, 51);
}
.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%, rgb(51, 51, 51) 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 rgb(51, 51, 51);
}
.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 {
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(8 / 1080 * 100vw), 8px) 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .adlp-header {
    box-shadow: 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) 0 rgba(0, 0, 0, 0.08);
  }
}
.adlp-header__inner {
  width: min(calc(992 / 1080 * 100vw), 992px);
  height: min(calc(78 / 1080 * 100vw), 78px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
    height: calc(100 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-header__logo {
  width: min(calc(172 / 1080 * 100vw), 172px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(145 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn {
  margin: 0;
  height: min(calc(38 / 1080 * 100vw), 38px);
  width: min(calc(200 / 1080 * 100vw), 200px);
  box-shadow: min(calc(2 / 1080 * 100vw), 2px) min(calc(2 / 1080 * 100vw), 2px) min(calc(6 / 1080 * 100vw), 6px) 0 rgba(0, 0, 0, 0.25);
}
.adlp-header .adlp-btn__wrapper {
  display: flex;
  gap: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn__wrapper {
    flex-direction: row;
    gap: calc(15 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn {
    width: calc(230 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    box-shadow: calc(2 / 750 * 100vw) calc(2 / 750 * 100vw) calc(6 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) {
  .adlp-header .adlp-btn:hover {
    will-change: filter;
    filter: brightness(115%);
  }
}
.adlp-header .adlp-btn.--btn01 {
  background: #FC8B28;
  width: min(calc(200 / 1080 * 100vw), 200px);
  height: min(calc(38 / 1080 * 100vw), 38px);
}
.adlp-header .adlp-btn.--btn01.--a {
  background: rgb(20, 180, 180);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--btn01 {
    width: calc(230 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--btn01::after {
  content: none;
}
.adlp-header .adlp-btn.--f {
  position: relative;
  padding-left: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--f {
    padding-left: calc(48 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--f::before {
  content: none;
}
.adlp-header .adlp-btn.--f p:last-child {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  top: min(calc(4 / 1080 * 100vw), 4px);
  left: min(calc(4 / 1080 * 100vw), 4px);
  width: min(calc(30 / 1080 * 100vw), 30px);
  height: min(calc(30 / 1080 * 100vw), 30px);
  font-size: min(calc(11 / 1080 * 100vw), 11px);
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--f p:last-child {
    width: calc(46 / 750 * 100vw);
    height: calc(46 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
    top: calc(7 / 750 * 100vw);
    left: calc(7 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn p {
    font-size: calc(20 / 750 * 100vw);
  }
}

.adlp-main {
  padding-top: min(calc(78 / 1080 * 100vw), 78px);
}
@media screen and (max-width: 767px) {
  .adlp-main {
    padding-top: calc(100 / 750 * 100vw);
  }
}

.adlp-btn {
  border-radius: 200px;
  height: min(calc(80 / 1080 * 100vw), 80px);
  width: min(calc(420 / 1080 * 100vw), 420px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-btn__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    height: calc(98 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.adlp-btn p {
  text-align: center;
  z-index: 1;
  line-height: 120%;
}
.adlp-btn p span {
  line-height: 120%;
}
.adlp-btn p span.text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-btn p span.text02 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text02 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-btn.--free {
  padding-left: min(calc(9 / 1080 * 100vw), 9px);
}
.adlp-btn.--free::before {
  content: "無料";
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  color: #1883EC;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--free::before {
    width: calc(82 / 750 * 100vw);
    height: calc(82 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    top: calc(8 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
  }
}
.adlp-btn.--btn01 {
  background: #1883EC;
  color: #fff;
}
.adlp-btn.--btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 12.5L6.5 16.5L1.5 12.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 9.5L6.5 1.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
.adlp-btn.--btn02-a {
  background: #fff;
  border: min(calc(4 / 1080 * 100vw), 4px) solid #f69809;
  color: #f69809;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-btn.--btn02-a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23F79809' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-a:hover {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a:active {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn02-b {
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
}
.adlp-btn.--btn02-b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FF98AC 0%, #FF6683 100%);
  opacity: 1;
  transition: all 0.3s;
}
.adlp-btn.--btn02-b::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-b:hover {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:hover::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b:active {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:active::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn03 {
  color: #C80012;
  background: #fff;
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(6 / 1080 * 100vw), 6px) 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03 {
    box-shadow: calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) 0 0 rgba(0, 0, 0, 0.3);
  }
}
.adlp-btn.--btn03::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.07324e-07L9 7.50412L1.78873e-07 15L2.47836 7.44633L0 1.07324e-07Z' fill='%23C80012'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
.adlp-btn.--btn04 {
  color: #fff;
  background: #FFA800;
  box-shadow: 0 min(calc(14 / 1080 * 100vw), 14px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04 {
    box-shadow: 0 calc(14 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.4);
  }
}
.adlp-btn.--btn04::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.16602L7 7.16602L1 13.166' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn04:hover {
    background: #F48400;
  }
  .adlp-btn.--btn04:hover::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04:active {
    background: #F48400;
  }
  .adlp-btn.--btn04:active::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}

.cv01 {
  background: url(../img/pc/cv01.webp) 50% 0/100% no-repeat;
  position: relative;
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  height: min(calc(616 / 1080 * 100vw), 616px);
  padding-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .cv01 {
    background: url(../img/sp/cv01.webp) 50% 0/100% no-repeat;
    width: 100%;
    height: calc(1546 / 750 * 100vw);
    padding-top: calc(73 / 750 * 100vw);
  }
}
.cv01__top-section {
  display: flex;
  justify-content: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .cv01__top-section {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.cv01__badges {
  display: flex;
}
.cv01__message {
  padding-top: min(calc(20 / 1080 * 100vw), 20px);
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cv01__message {
    margin-top: calc(-34 / 750 * 100vw);
    padding: 0;
  }
}
.cv01__message p {
  margin: 0;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.6;
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
}
@media screen and (max-width: 767px) {
  .cv01__message p {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(3.04 / 750 * 100vw);
  }
}
.cv01__highlight {
  color: #ffff4f;
}
.cv01__badge {
  width: min(calc(183 / 1080 * 100vw), 183px);
}
@media screen and (max-width: 767px) {
  .cv01__badge {
    width: calc(254 / 750 * 100vw);
  }
}
.cv01__badge:first-child {
  margin-right: max(calc(-30 / 1080 * 100vw), -30px);
}
.cv01 .adlp-btn {
  will-change: filter;
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) min(calc(10 / 1080 * 100vw), 10px) 0 rgba(0, 0, 0, 0.25);
  width: min(calc(700 / 1080 * 100vw), 700px);
  height: min(calc(100 / 1080 * 100vw), 100px);
  margin: max(calc(-10 / 1080 * 100vw), -10px) auto min(calc(52 / 1080 * 100vw), 52px);
  background: rgb(252, 139, 40);
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn {
    box-shadow: calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) calc(10 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
    width: calc(630 / 750 * 100vw);
    height: calc(113 / 750 * 100vw);
    margin: calc(298 / 750 * 100vw) auto calc(80 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .cv01 .adlp-btn:hover {
    filter: brightness(110%);
  }
}
.cv01 .adlp-btn::after {
  content: none;
}
.cv01__button-free {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: min(calc(10 / 1080 * 100vw), 10px);
  left: min(calc(10 / 1080 * 100vw), 10px);
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  border: solid #fff min(calc(2 / 1080 * 100vw), 2px);
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv01__button-free {
    top: calc(11 / 750 * 100vw);
    left: calc(11 / 750 * 100vw);
    width: calc(90 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    border: solid #fff calc(2 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
}
.cv01__button-text {
  display: flex;
  align-items: center;
  gap: min(calc(14 / 1080 * 100vw), 14px);
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
@media screen and (max-width: 767px) {
  .cv01__button-text {
    gap: calc(15 / 750 * 100vw);
    padding-left: calc(46 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(2.88 / 750 * 100vw);
  }
}
.cv01__button-text::after {
  content: "";
  display: block;
  width: min(calc(29 / 1080 * 100vw), 29px);
  height: min(calc(29 / 1080 * 100vw), 29px);
  background: url(../img/common/icon_dl.svg) 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .cv01__button-text::after {
    width: calc(33 / 750 * 100vw);
    height: calc(33 / 750 * 100vw);
  }
}
.cv01__button-image {
  position: absolute;
  right: max(calc(-70 / 1080 * 100vw), -70px);
  top: max(calc(-56 / 1080 * 100vw), -56px);
  width: min(calc(245 / 1080 * 100vw), 245px);
}
@media screen and (max-width: 767px) {
  .cv01__button-image {
    right: calc(73 / 750 * 100vw);
    top: calc(-270 / 750 * 100vw);
    width: calc(475 / 750 * 100vw);
  }
}
.cv01__info-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(calc(28 / 1080 * 100vw), 28px);
  width: min(calc(920 / 1080 * 100vw), 920px);
  height: min(calc(151 / 1080 * 100vw), 151px);
  padding: 0 min(calc(38 / 1080 * 100vw), 38px);
  border: min(calc(4 / 1080 * 100vw), 4px) solid rgb(255, 255, 255);
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv01__info-section {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(38 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    height: calc(510 / 750 * 100vw);
    padding: 0 calc(74 / 750 * 100vw);
    border: calc(6 / 750 * 100vw) solid rgb(255, 255, 255);
    border-radius: calc(34 / 750 * 100vw);
  }
}
.cv01__info-title {
  position: relative;
  border-radius: 100px;
  padding-right: min(calc(26 / 1080 * 100vw), 26px);
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
@media screen and (max-width: 767px) {
  .cv01__info-title {
    width: 100%;
    padding: 0 0 calc(28 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: calc(3.36 / 750 * 100vw);
    text-align: center;
  }
}
.cv01__info-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: min(calc(3 / 1080 * 100vw), 3px);
  height: min(calc(87 / 1080 * 100vw), 87px);
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .cv01__info-title::after {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100 / 750 * 100vw);
    height: calc(3 / 750 * 100vw);
  }
}
.cv01__info-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .cv01__info-content {
    flex: none;
    flex-direction: column;
    justify-content: center;
  }
}
.cv01__info-list {
  display: flex;
  flex-direction: column;
}
.cv01__info-item {
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
}
@media screen and (max-width: 767px) {
  .cv01__info-item {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(1.56 / 750 * 100vw);
  }
}

.fv {
  position: relative;
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  height: min(calc(710 / 1080 * 100vw), 710px);
  background: url(../img/pc/fv.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .fv {
    width: calc(750 / 750 * 100vw);
    height: calc(1096 / 750 * 100vw);
    background: url(../img/sp/fv.webp) 50% 0/100% no-repeat;
  }
}
.fv__title {
  text-align: center;
  padding: min(calc(32 / 1080 * 100vw), 32px) 0 min(calc(148 / 1080 * 100vw), 148px);
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.6;
  font-weight: 900;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .fv__title {
    padding: calc(32 / 750 * 100vw) 0 calc(142 / 750 * 100vw);
    font-size: calc(50 / 750 * 100vw);
  }
}
.fv__main-title {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 1.6;
  font-weight: 900;
  text-align: center;
  color: #14b4b4;
}
@media screen and (max-width: 767px) {
  .fv__main-title {
    font-size: calc(54 / 750 * 100vw);
  }
}
.fv__main-title:first-line {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .fv__main-title:first-line {
    font-size: calc(62 / 750 * 100vw);
  }
}
.fv__logo {
  margin: min(calc(18 / 1080 * 100vw), 18px) auto 0;
  width: min(calc(332 / 1080 * 100vw), 332px);
}
@media screen and (max-width: 767px) {
  .fv__logo {
    margin: calc(20 / 750 * 100vw) auto 0;
    width: calc(370 / 750 * 100vw);
  }
}
.fv__badges {
  display: flex;
  position: absolute;
  top: min(calc(392 / 1080 * 100vw), 392px);
  left: min(calc(1178 / 1080 * 100vw), 1178px);
}
@media screen and (max-width: 767px) {
  .fv__badges {
    top: calc(694 / 750 * 100vw);
    left: calc(264 / 750 * 100vw);
  }
}
.fv__badge-item {
  width: min(calc(181 / 1080 * 100vw), 181px);
}
@media screen and (max-width: 767px) {
  .fv__badge-item {
    width: calc(266 / 750 * 100vw);
  }
}
.fv__badge-item:nth-child(even) {
  margin-left: max(calc(-26 / 1080 * 100vw), -26px);
}
@media screen and (max-width: 767px) {
  .fv__badge-item:nth-child(even) {
    margin-left: calc(-40 / 750 * 100vw);
  }
}
.fv__note {
  position: absolute;
  bottom: min(calc(116 / 1080 * 100vw), 116px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  font-weight: 400;
  color: #999999;
  letter-spacing: em(0.48, 12);
}
@media screen and (max-width: 767px) {
  .fv__note {
    transform: none;
    left: calc(236 / 750 * 100vw);
    bottom: calc(77 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: em(0.8, 20);
  }
}

.sec02 {
  background: url(../img/pc/sec02.webp) 50% 100%/100% no-repeat;
  padding: 0 0 min(calc(77 / 1080 * 100vw), 77px);
}
@media screen and (max-width: 767px) {
  .sec02 {
    background: url(../img/sp/sec02.webp) 50% 100%/100% no-repeat;
    padding: 0 0 calc(130 / 750 * 100vw);
  }
}
.sec02__contents {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02__contents {
    width: calc(690 / 750 * 100vw);
  }
}
.sec02__btn {
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 200px;
  width: min(calc(334 / 1080 * 100vw), 334px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid rgb(20, 180, 180);
  margin: max(calc(-26 / 1080 * 100vw), -26px) auto min(calc(46 / 1080 * 100vw), 46px);
  padding: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec02__btn {
    width: calc(420 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
    margin: calc(-36 / 750 * 100vw) auto calc(72 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw);
  }
}
.sec02__btn::before, .sec02__btn::after {
  content: "";
  background: rgb(20, 180, 180);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: max(calc(-18 / 1080 * 100vw), -18px);
  width: min(calc(18 / 1080 * 100vw), 18px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .sec02__btn::before, .sec02__btn::after {
    bottom: calc(-24 / 750 * 100vw);
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
  }
}
.sec02__btn::after {
  background: #fff;
  bottom: max(calc(-13.5 / 1080 * 100vw), -13.5px);
  width: min(calc(14 / 1080 * 100vw), 14px);
  height: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec02__btn::after {
    bottom: calc(-19.5 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}
.sec02__btn-inner {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgb(51, 51, 51);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec02__btn-inner {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec02__text {
  text-align: center;
  margin-bottom: min(calc(72 / 1080 * 100vw), 72px);
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .sec02__text {
    margin-bottom: calc(108 / 750 * 100vw);
  }
}
.sec02__text p:first-of-type {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec02__text p:first-of-type {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__text p.--accent {
  display: inline;
  background: linear-gradient(0deg, transparent 5%, #FFFF4F 5%, #FFFF4F 25%, transparent 25%);
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  color: rgb(20, 180, 180);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec02__text p.--accent {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__fact-box {
  position: relative;
  background: rgb(241, 248, 248);
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(74 / 1080 * 100vw), 74px) min(calc(50 / 1080 * 100vw), 50px) min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec02__fact-box {
    border-radius: calc(34 / 750 * 100vw);
    padding: calc(86 / 750 * 100vw) calc(30 / 750 * 100vw) calc(94 / 750 * 100vw);
  }
}
.sec02__fact-tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: min(calc(152 / 1080 * 100vw), 152px);
  height: min(calc(48 / 1080 * 100vw), 48px);
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  color: rgb(20, 180, 180);
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__fact-tag {
    width: calc(216 / 750 * 100vw);
    height: calc(68 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__fact-tag::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.sec02__fact-tag span {
  display: block;
  margin-top: max(calc(-30 / 1080 * 100vw), -30px);
}
@media screen and (max-width: 767px) {
  .sec02__fact-tag span {
    margin-top: calc(-36 / 750 * 100vw);
  }
}
.sec02__fact-content {
  position: relative;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(56 / 1080 * 100vw), 56px);
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec02__fact-content {
    width: 100%;
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: calc(69 / 750 * 100vw);
    padding: calc(23 / 750 * 100vw) 0;
  }
}
.sec02__fact-content .--accent {
  color: rgb(20, 180, 180);
  font-weight: 700;
}
.sec02__fact-content::before, .sec02__fact-content::after {
  content: "";
  position: absolute;
  border: solid rgb(20, 180, 180);
  border-width: min(calc(4 / 1080 * 100vw), 4px) 0 0 min(calc(4 / 1080 * 100vw), 4px);
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(58 / 1080 * 100vw), 58px);
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec02__fact-content::before, .sec02__fact-content::after {
    width: calc(26 / 750 * 100vw);
    height: calc(58 / 750 * 100vw);
    border-width: calc(4 / 750 * 100vw) 0 0 calc(4 / 750 * 100vw);
  }
}
.sec02__fact-content::after {
  border-width: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) 0;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec02__fact-content::after {
    border-width: 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) 0;
  }
}
.sec02__data-table {
  display: flex;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec02__data-table {
    flex-direction: column;
    align-items: center;
    gap: calc(67 / 750 * 100vw);
  }
}
.sec02__table-wrapper {
  width: min(calc(658 / 1080 * 100vw), 658px);
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .sec02__table-wrapper {
    width: 100%;
  }
}
.sec02__table-header, .sec02__table-row, .sec02__table-highlight {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #ddd;
}
.sec02__table-header:last-child, .sec02__table-row:last-child, .sec02__table-highlight:last-child {
  border-bottom: none;
}
.sec02__table-header .sec02__table-cell {
  background: rgb(20, 180, 180);
  color: #fff;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec02__table-header .sec02__table-cell {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__table-header .sec02__table-cell:nth-child(2) {
  background: rgb(90, 201, 201);
}
.sec02__table-header .sec02__table-cell:nth-child(3) {
  background: #838383;
}
.sec02__table-highlight {
  position: relative;
  box-shadow: 0 0 min(calc(14 / 1080 * 100vw), 14px) rgba(0, 0, 0, 0.25);
  border: min(calc(6 / 1080 * 100vw), 6px) solid rgb(252, 139, 40);
  margin: max(calc(-1 / 1080 * 100vw), -1px) max(calc(-6 / 1080 * 100vw), -6px);
}
@media screen and (max-width: 767px) {
  .sec02__table-highlight {
    box-shadow: 0 0 calc(14 / 750 * 100vw) rgba(0, 0, 0, 0.25);
    border: calc(6 / 750 * 100vw) solid rgb(252, 139, 40);
    margin: calc(-2 / 750 * 100vw) calc(-6 / 750 * 100vw);
  }
}
.sec02__table-highlight .sec02__table-cell {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: rgb(51, 51, 51);
  letter-spacing: 0.08em;
  line-height: 1.6;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec02__table-highlight .sec02__table-cell {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__table-highlight .sec02__table-cell:first-child {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec02__table-highlight .sec02__table-cell:first-child {
    font-size: calc(22 / 750 * 100vw);
  }
}
.sec02__table-highlight .sec02__table-cell .--normal {
  font-weight: 400;
}
.sec02__table-row .sec02__table-cell {
  background: #fff;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec02__table-row .sec02__table-cell {
    font-size: calc(22 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__table-cell {
  padding: min(calc(18 / 1080 * 100vw), 18px);
  border-right: 1px solid #dddddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__table-cell {
    padding: calc(24 / 750 * 100vw) calc(16 / 750 * 100vw);
  }
}
.sec02__table-cell:last-child {
  border-right: none;
}
.sec02__table-cell span {
  display: block;
}
@media screen and (max-width: 767px) {
  .sec02__table-cell span {
    display: inline;
  }
}
.sec02__table-header .sec02__table-cell {
  padding: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec02__table-header .sec02__table-cell {
    padding: calc(8 / 750 * 100vw);
  }
}
.sec02__causes {
  flex: 1;
  background: #fff;
  border: 1px solid #dddddd;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec02__causes {
    width: calc(490 / 750 * 100vw);
    padding: calc(26 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec02__causes-title {
  border-left: min(calc(4 / 1080 * 100vw), 4px) solid rgb(20, 180, 180);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  color: rgb(51, 51, 51);
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: min(calc(28 / 1080 * 100vw), 28px);
  padding-left: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec02__causes-title {
    border-left: calc(4 / 750 * 100vw) solid rgb(20, 180, 180);
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.08em;
    margin-bottom: calc(28 / 750 * 100vw);
    padding-left: calc(12 / 750 * 100vw);
  }
}
.sec02__cause-item {
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
  padding-bottom: min(calc(10 / 1080 * 100vw), 10px);
  border-bottom: 1px dashed #dddddd;
}
@media screen and (max-width: 767px) {
  .sec02__cause-item {
    gap: calc(16 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
    padding-bottom: calc(10 / 750 * 100vw);
  }
}
.sec02__cause-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.sec02__cause-icon {
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec02__cause-icon {
    width: calc(70 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
  }
}
.sec02__cause-text {
  flex: 1;
}
.sec02__cause-title {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  color: rgb(20, 180, 180);
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec02__cause-title {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.04em;
    margin-bottom: calc(4 / 750 * 100vw);
  }
}
.sec02__cause-desc {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec02__cause-desc {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__thoughts {
  display: flex;
  justify-content: space-between;
  margin: min(calc(92 / 1080 * 100vw), 92px) 0 0;
  padding: 0 min(calc(86 / 1080 * 100vw), 86px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  color: rgb(51, 51, 51);
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__thoughts {
    margin: calc(98 / 750 * 100vw) 0 0;
    padding: 0 calc(50 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
  .sec02__thoughts p {
    line-height: 1.6;
  }
}
.sec02__thought-right {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec02__thought-right {
    margin: calc(99 / 750 * 100vw) 0 0 calc(-62 / 750 * 100vw);
  }
}
.sec02__danger-title {
  text-align: center;
  margin: max(calc(-12 / 1080 * 100vw), -12px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec02__danger-title {
    margin: calc(48 / 750 * 100vw) 0 0;
  }
}
.sec02__danger-title span:first-child {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  display: block;
  margin-bottom: max(calc(-12 / 1080 * 100vw), -12px);
}
@media screen and (max-width: 767px) {
  .sec02__danger-title span:first-child {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: 0.08em;
    margin-bottom: calc(-12 / 750 * 100vw);
  }
}
.sec02__danger-title span.--big {
  font-size: min(calc(68 / 1080 * 100vw), 68px);
  font-weight: 800;
  color: rgb(255, 212, 59);
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-shadow: rgba(0, 0, 0, 0.5) 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec02__danger-title span.--big {
    font-size: calc(78 / 750 * 100vw);
    letter-spacing: 0.08em;
    text-shadow: rgba(0, 0, 0, 0.5) 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw);
  }
}
.sec02__warning-box {
  position: relative;
  background: #fff;
  margin: min(calc(46 / 1080 * 100vw), 46px) 0 min(calc(40 / 1080 * 100vw), 40px);
  padding: min(calc(46 / 1080 * 100vw), 46px) 0 min(calc(32 / 1080 * 100vw), 32px);
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec02__warning-box {
    width: calc(630 / 750 * 100vw);
    margin: calc(48 / 750 * 100vw) auto calc(75 / 750 * 100vw);
    padding: calc(76 / 750 * 100vw) 0 calc(41 / 750 * 100vw);
    border-radius: calc(34 / 750 * 100vw);
  }
}
.sec02__warning-box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: max(calc(-115 / 1080 * 100vw), -115px);
  width: min(calc(170 / 1080 * 100vw), 170px);
  height: min(calc(192 / 1080 * 100vw), 192px);
  background: url(../img/common/sec02_img1.webp) 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec02__warning-box::after {
    right: calc(-49 / 750 * 100vw);
    bottom: calc(-152 / 750 * 100vw);
    width: calc(224 / 750 * 100vw);
    height: calc(252 / 750 * 100vw);
  }
}
.sec02__warning-box img {
  margin: max(calc(-72 / 1080 * 100vw), -72px) auto min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(58 / 1080 * 100vw), 58px);
}
@media screen and (max-width: 767px) {
  .sec02__warning-box img {
    margin: calc(-102 / 750 * 100vw) auto calc(16 / 750 * 100vw);
    width: calc(96 / 750 * 100vw);
  }
}
.sec02__warning-icon {
  width: min(calc(58 / 1080 * 100vw), 58px);
  height: min(calc(52 / 1080 * 100vw), 52px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec02__warning-icon {
    width: min(calc(96 / 1080 * 100vw), 96px);
    height: min(calc(86 / 1080 * 100vw), 86px);
  }
}
.sec02__warning-text {
  flex: 1;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__warning-text {
    font-size: calc(40 / 750 * 100vw);
    text-align: center;
    letter-spacing: 0.08em;
  }
  .sec02__warning-text p {
    line-height: 1.6;
  }
}
.sec02__warning-text .--accent {
  color: rgb(255, 40, 40);
}
.sec02__warning-text .--marker {
  background: linear-gradient(0deg, transparent 0%, #FFFF4F 0%, #FFFF4F 30%, transparent 30%);
}
.sec02__warning-text b {
  color: rgb(255, 40, 40);
}
.sec02__final-message {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: min(calc(14 / 1080 * 100vw), 14px) min(calc(62 / 1080 * 100vw), 62px);
  text-align: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec02__final-message {
    padding: calc(14 / 750 * 100vw) calc(29 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec02__final-message::before, .sec02__final-message::after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: min(calc(4 / 1080 * 100vw), 4px) 0 0 min(calc(4 / 1080 * 100vw), 4px);
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec02__final-message::before, .sec02__final-message::after {
    border-width: calc(4 / 750 * 100vw) 0 0 calc(4 / 750 * 100vw);
    width: calc(24 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
  }
}
.sec02__final-message::after {
  border-width: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) 0;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec02__final-message::after {
    border-width: 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) 0;
  }
}

.sec03 {
  position: relative;
  background: url(../img/pc/sec03_bg1.webp) 50% 0/100% no-repeat, url(../img/pc/sec03_bg2.webp) 50% 100%/100% no-repeat, linear-gradient(90deg, #E9F1F1 0.32%, rgba(233, 241, 241, 0) 50.03%, #E9F1F1 99.73%);
  background-color: #fff;
  padding: 0 0 min(calc(72 / 1080 * 100vw), 72px);
}
@media screen and (max-width: 767px) {
  .sec03 {
    background: url(../img/sp/sec03_bg1.webp) 50% 0 no-repeat, url(../img/sp/sec03_bg2.webp) 50% 100% no-repeat, linear-gradient(90deg, #E9F1F1 0.32%, rgba(233, 241, 241, 0) 50.03%, #E9F1F1 99.73%);
    padding: 0 0 calc(117 / 750 * 100vw);
  }
}
.sec03__arrow {
  display: flex;
  justify-content: center;
  margin-bottom: min(calc(55 / 1080 * 100vw), 55px);
}
@media screen and (max-width: 767px) {
  .sec03__arrow {
    margin-bottom: calc(65 / 750 * 100vw);
  }
}
.sec03__arrow-text {
  background: rgb(255, 212, 59);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.08em;
  margin-top: max(calc(-37 / 1080 * 100vw), -37px);
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(60 / 1080 * 100vw), 60px) min(calc(44 / 1080 * 100vw), 44px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec03__arrow-text {
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(-60 / 750 * 100vw);
    padding: calc(18 / 750 * 100vw) calc(85 / 750 * 100vw) calc(68 / 750 * 100vw);
  }
}
.sec03__title {
  text-align: center;
  margin-bottom: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec03__title {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.sec03__title-top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03__title-top {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.sec03__title-logo {
  width: min(calc(378 / 1080 * 100vw), 378px);
}
@media screen and (max-width: 767px) {
  .sec03__title-logo {
    width: calc(396 / 750 * 100vw);
  }
}
.sec03__title-text {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec03__title-text {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec03__title-features {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec03__title-features {
    gap: calc(4 / 750 * 100vw);
  }
}
.sec03__title-pre {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec03__title-pre {
    font-size: calc(50 / 750 * 100vw);
  }
}
.sec03__title-number {
  font-size: min(calc(67 / 1080 * 100vw), 67px);
  font-weight: 700;
  color: rgb(20, 180, 180);
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec03__title-number {
    font-size: calc(80 / 750 * 100vw);
  }
}
.sec03__title-post {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  color: rgb(20, 180, 180);
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec03__title-post {
    font-size: calc(50 / 750 * 100vw);
  }
}
.sec03__item {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto min(calc(60 / 1080 * 100vw), 60px);
  padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
  background: rgb(255, 255, 255);
  border: min(calc(2 / 1080 * 100vw), 2px) solid rgb(20, 180, 180);
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec03__item {
    width: calc(690 / 750 * 100vw);
    margin: 0 auto calc(80 / 750 * 100vw);
    padding-bottom: calc(76 / 750 * 100vw);
    border-width: calc(4 / 750 * 100vw);
    border-radius: calc(34 / 750 * 100vw);
  }
}
.sec03__item--01 img {
  width: min(calc(880 / 1080 * 100vw), 880px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03__item--01 img {
    width: calc(685 / 750 * 100vw);
    margin: calc(54 / 750 * 100vw) auto calc(10 / 750 * 100vw);
  }
}
.sec03__item--02 .sec03__item-content {
  display: flex;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .sec03__item--02 .sec03__item-content {
    gap: calc(20 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
  }
}
.sec03__item--03 img {
  width: min(calc(775 / 1080 * 100vw), 775px);
  margin: min(calc(50 / 1080 * 100vw), 50px) auto min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec03__item--03 img {
    width: calc(637 / 750 * 100vw);
    margin: calc(34 / 750 * 100vw) auto calc(44 / 750 * 100vw);
  }
}
.sec03__item-header {
  position: relative;
  background: rgb(90, 201, 201);
  height: min(calc(130 / 1080 * 100vw), 130px);
  display: flex;
  align-items: center;
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid rgb(20, 180, 180);
}
@media screen and (max-width: 767px) {
  .sec03__item-header {
    height: calc(170 / 750 * 100vw);
    border-bottom-width: calc(4 / 750 * 100vw);
  }
}
.sec03__item-number {
  position: absolute;
  left: 0;
  top: 0;
  width: min(calc(140 / 1080 * 100vw), 140px);
  height: 100%;
  background: rgb(20, 180, 180);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(calc(68 / 1080 * 100vw), 68px);
  font-weight: 700;
  color: rgb(255, 255, 255);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .sec03__item-number {
    width: calc(140 / 750 * 100vw);
    font-size: calc(68 / 750 * 100vw);
  }
}
.sec03__item-title {
  margin-left: min(calc(180 / 1080 * 100vw), 180px);
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  color: rgb(255, 255, 255);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__item-title {
    margin-left: calc(180 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
    width: calc(444 / 750 * 100vw);
  }
}
.sec03__guarantee-message {
  background: #f5f5f5;
  width: min(calc(840 / 1080 * 100vw), 840px);
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(32 / 1080 * 100vw), 32px) 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__guarantee-message {
    width: calc(630 / 750 * 100vw);
    border-radius: calc(26 / 750 * 100vw);
    padding: calc(49 / 750 * 100vw) 0;
  }
}
.sec03__guarantee-message p {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec03__guarantee-message p {
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.6;
  }
}
.sec03__guarantee-message .--accent {
  background: linear-gradient(0deg, transparent 0, #FFFF4F 0, #FFFF4F 30%, transparent 30%);
  font-weight: 700;
  color: rgb(20, 180, 180);
}
.sec03__item-flow {
  display: flex;
  gap: min(calc(36 / 1080 * 100vw), 36px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec03__item-flow {
    gap: calc(20 / 750 * 100vw);
  }
}
.sec03__step-visual {
  width: min(calc(56 / 1080 * 100vw), 56px);
  height: min(calc(515 / 1080 * 100vw), 515px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec03__step-visual {
    width: calc(61 / 750 * 100vw);
    height: calc(639 / 750 * 100vw);
  }
}
.sec03__steps {
  display: flex;
  flex-direction: column;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec03__steps {
    gap: calc(30 / 750 * 100vw);
  }
}
.sec03__step {
  background: rgb(241, 248, 248);
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(26 / 1080 * 100vw), 26px) min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec03__step {
    border-radius: calc(26 / 750 * 100vw);
    padding: calc(26 / 750 * 100vw) calc(34 / 750 * 100vw);
  }
}
.sec03__step--detailed .sec03__step-details {
  background: rgb(255, 255, 255);
  border: min(calc(1 / 1080 * 100vw), 1px) solid #dddddd;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(22 / 1080 * 100vw), 22px) min(calc(16 / 1080 * 100vw), 16px);
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03__step--detailed .sec03__step-details {
    border-radius: calc(8 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}
.sec03__step--final {
  background: rgba(255, 212, 59, 0.15);
  text-align: center;
}
.sec03__step--final .sec03__step-title {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  color: rgb(252, 139, 40);
}
@media screen and (max-width: 767px) {
  .sec03__step--final .sec03__step-title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec03__step-header {
  display: flex;
  align-items: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec03__step-header {
    gap: calc(26 / 750 * 100vw);
    margin-bottom: calc(4 / 750 * 100vw);
  }
}
.sec03__step-number-group {
  display: flex;
  align-items: center;
  gap: min(calc(14 / 1080 * 100vw), 14px);
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid rgb(20, 180, 180);
}
@media screen and (max-width: 767px) {
  .sec03__step-number-group {
    gap: calc(10 / 750 * 100vw);
    border-bottom-width: calc(2 / 750 * 100vw);
  }
}
.sec03__step-number {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  color: rgb(20, 180, 180);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__step-number {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec03__step-digit {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.4;
  font-weight: 700;
  color: rgb(20, 180, 180);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__step-digit {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec03__step-title {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__step-title {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec03__step-detail {
  display: flex;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec03__step-detail {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec03__step-detail:last-child {
  margin-top: min(calc(12 / 1080 * 100vw), 12px);
  padding-top: min(calc(12 / 1080 * 100vw), 12px);
  border-top: 1px dashed rgb(221, 221, 221);
}
@media screen and (max-width: 767px) {
  .sec03__step-detail:last-child {
    margin-top: calc(12 / 750 * 100vw);
    padding-top: calc(12 / 750 * 100vw);
  }
}
.sec03__step-category {
  padding-left: min(calc(16 / 1080 * 100vw), 16px);
  border-left: min(calc(4 / 1080 * 100vw), 4px) solid rgb(20, 180, 180);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.2;
  color: #333333;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec03__step-category {
    border-left: calc(4 / 750 * 100vw) solid rgb(20, 180, 180);
    font-size: calc(22 / 750 * 100vw);
  }
}
.sec03__step-items {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec03__step-items {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec03__pricing-note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #3c3c3c;
  text-align: right;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-right: min(calc(111 / 1080 * 100vw), 111px);
}
@media screen and (max-width: 767px) {
  .sec03__pricing-note {
    font-size: calc(20 / 750 * 100vw);
    text-align: center;
    margin-right: 0;
  }
}
.sec03__assurance {
  margin: min(calc(35 / 1080 * 100vw), 35px) auto 0;
  max-width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .sec03__assurance {
    margin: calc(66 / 750 * 100vw) auto 0;
    max-width: calc(750 / 750 * 100vw);
  }
}
.sec03__assurance-main {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03__assurance-main {
    flex-direction: column;
    gap: calc(35 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec03__assurance-illustration {
  flex-shrink: 0;
  max-width: min(calc(282 / 1080 * 100vw), 282px);
}
@media screen and (max-width: 767px) {
  .sec03__assurance-illustration {
    max-width: calc(511 / 750 * 100vw);
  }
}
.sec03__assurance-illustration img {
  width: 100%;
  height: auto;
}
.sec03__assurance-content {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__assurance-content {
    text-align: center;
  }
}
.sec03__assurance-title {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec03__assurance-title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec03__assurance-title .--accent {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  color: rgb(20, 180, 180);
  background: linear-gradient(0deg, transparent 10%, #FFFF4F 10%, #FFFF4F 25%, transparent 25%);
}
@media screen and (max-width: 767px) {
  .sec03__assurance-title .--accent {
    font-size: calc(56 / 750 * 100vw);
    background: linear-gradient(0deg, transparent 5%, #FFFF4F 5%, #FFFF4F 15%, transparent 15%);
  }
}
.sec03__credentials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec03__credentials {
    flex-direction: column;
    gap: calc(50 / 750 * 100vw);
  }
}
.sec03__credential:first-child {
  width: min(calc(440 / 1080 * 100vw), 440px);
  border-top: min(calc(4 / 1080 * 100vw), 4px) solid rgb(20, 180, 180);
  border-bottom: min(calc(4 / 1080 * 100vw), 4px) solid rgb(20, 180, 180);
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(32 / 1080 * 100vw), 32px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__credential:first-child {
    border-top-width: calc(4 / 750 * 100vw);
    border-bottom-width: calc(4 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(32 / 750 * 100vw);
    width: calc(606 / 750 * 100vw);
  }
}
.sec03__credential--stats {
  flex: 1;
  position: relative;
}
.sec03__credential--stats .sec03__stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__credential--stats .sec03__stats {
    gap: calc(26 / 750 * 100vw);
  }
}
.sec03__credential--stats .sec03__stats::before, .sec03__credential--stats .sec03__stats::after {
  content: "";
  width: min(calc(68 / 1080 * 100vw), 68px);
  height: min(calc(148 / 1080 * 100vw), 148px);
  background: url(../img/common/sec03_style1.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec03__credential--stats .sec03__stats::before, .sec03__credential--stats .sec03__stats::after {
    width: calc(88 / 750 * 100vw);
    height: calc(193 / 750 * 100vw);
  }
}
.sec03__credential--stats .sec03__stats::after {
  transform: scaleX(-1);
}
.sec03__credential-title {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  color: rgb(20, 180, 180);
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec03__credential-title {
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec03__credential-desc {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec03__credential-desc {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec03__stats-period {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec03__stats-period {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec03__stats-title {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec03__stats-title {
    font-size: calc(50 / 750 * 100vw);
  }
}
.sec03__stats-number {
  font-size: min(calc(68 / 1080 * 100vw), 68px);
  font-weight: 700;
  background: linear-gradient(98deg, #D7B95B 7.58%, #AD8710 91.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec03__stats-number {
    font-size: calc(88 / 750 * 100vw);
  }
}
.sec03__stats-unit {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec03__stats-unit {
    font-size: calc(26 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
