* {
  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(26 / 750 * 100vw);
  }
}

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

*:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

img {
  display: block;
  height: auto;
}

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

textarea {
  resize: vertical;
}

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

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

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

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

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

.adlp-btn {
  border-radius: 200px;
  height: min(calc(70 / 1080 * 100vw), 70px);
  width: min(calc(400 / 1080 * 100vw), 400px);
  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(64 / 1080 * 100vw), 64px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(40 / 750 * 100vw);
  }
}
.adlp-btn__text {
  text-align: center;
  color: #fff;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  margin-bottom: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__text {
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: calc(6 / 750 * 100vw);
  }
}
.adlp-btn__cap {
  text-align: center;
  color: #fff;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  margin-top: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__cap {
    font-size: calc(24 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    height: calc(120 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.adlp-btn p {
  text-align: center;
  z-index: 1;
  line-height: 120%;
  font-weight: 700;
}
.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(34 / 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.--btn01 {
  box-shadow: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(8 / 1080 * 100vw), 8px) 0 rgba(0, 0, 0, 0.3);
  background: #EE8300;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01 {
    box-shadow: 0 calc(6 / 750 * 100vw) calc(15 / 750 * 100vw) 0 rgba(0, 0, 0, 0.3);
  }
}
.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='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_50_236)'%3E%3Ccircle cx='9' cy='9' r='9' fill='white'/%3E%3Cpath d='M7 13L12 9L7 5' stroke='%23EE8300' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_50_236'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(18 / 1080 * 100vw), 18px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01::after {
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn01:hover {
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01:active {
    filter: brightness(1.1);
  }
}
.adlp-btn.--btn02 {
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #f69809;
  padding: min(calc(4 / 1080 * 100vw), 4px) 0;
  height: min(calc(76 / 1080 * 100vw), 76px);
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02 {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02 {
    border-width: calc(4 / 750 * 100vw);
    height: calc(122 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) 0;
    box-shadow: 0 calc(6 / 750 * 100vw) calc(15 / 750 * 100vw) 0 rgba(0, 0, 0, 0.3);
  }
}
.adlp-btn.--btn02 p {
  background: #fff;
  display: grid;
  gap: 0 min(calc(18 / 1080 * 100vw), 18px);
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02 p {
    gap: 0 calc(50 / 750 * 100vw);
  }
}
.adlp-btn.--btn02 .text01 {
  grid-area: 1/1/3/2;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  color: #fff;
  display: block;
  width: min(calc(113 / 1080 * 100vw), 113px);
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='113' height='66' viewBox='0 0 113 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M95 0.0905762L113 32.9998L95 65.9089V65.9998H0V-0.000244141H95V0.0905762Z' fill='%23EE8300'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02 .text01 {
    font-size: calc(28 / 750 * 100vw);
    width: calc(180 / 750 * 100vw);
    height: calc(106 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0;
  }
}
.adlp-btn.--btn02 .text02 {
  grid-area: 1/2/2/3;
  font-family: "Oswald", sans-serif;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02 .text02 {
    font-size: calc(42 / 750 * 100vw);
  }
}
.adlp-btn.--btn02 .text03 {
  grid-area: 2/2/3/3;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02 .text03 {
    font-size: calc(18 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02:hover {
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02:active {
    filter: brightness(1.1);
  }
}
.adlp-btn.--btn03 {
  box-shadow: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(8 / 1080 * 100vw), 8px) 0 rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(90deg, rgb(230, 230, 230), rgb(255, 255, 255) 50%, rgb(200, 200, 200));
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03 {
    box-shadow: 0 calc(6 / 750 * 100vw) calc(15 / 750 * 100vw) 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='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_59_202)'%3E%3Ccircle cx='9' cy='9' r='9' fill='white'/%3E%3Cpath d='M7 13L12 9L7 5' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_59_202'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(18 / 1080 * 100vw), 18px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03::after {
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn03:hover {
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    filter: brightness(1.1);
  }
}

.adlp-section {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-section {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd0 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd30 {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd60 {
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.cv {
  padding: min(calc(47 / 1080 * 100vw), 47px) 0;
  background: url(../img/pc/cv_bg.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .cv {
    padding: calc(60 / 750 * 100vw) 0 calc(72 / 750 * 100vw);
    background: url(../img/sp/cv_bg.webp) no-repeat;
    background-size: cover;
  }
}
.cv__title {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv__title {
    font-size: calc(32 / 750 * 100vw);
  }
}

.fv {
  padding: 0 0 min(calc(42 / 1080 * 100vw), 42px);
  background: url(../img/pc/fv.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 0 0 calc(388 / 750 * 100vw);
    width: 100%;
    background: url(../img/sp/fv.webp) no-repeat;
    background-size: 100% 100%;
  }
}
.fv__logo {
  width: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .fv__logo {
    width: calc(118 / 750 * 100vw);
    margin-left: auto;
  }
}
.fv__title {
  width: min(calc(461 / 1080 * 100vw), 461px);
}
@media screen and (max-width: 767px) {
  .fv__title {
    width: calc(630 / 750 * 100vw);
    margin: calc(-63 / 750 * 100vw) auto 0;
  }
}
.fv__text {
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
  text-align: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fv__text {
    margin-top: calc(450 / 750 * 100vw);
    margin-bottom: calc(27 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.fv__badge {
  width: min(calc(442 / 1080 * 100vw), 442px);
  margin-left: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .fv__badge {
    width: calc(656 / 750 * 100vw);
    margin: calc(15 / 750 * 100vw) auto 0;
  }
}

.sec01 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(73 / 1080 * 100vw), 73px);
  background: url(../img/pc/sec01_bg.webp) no-repeat;
  background-size: 100% min(calc(421 / 1080 * 100vw), 421px);
  background-position: bottom center;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: calc(70 / 750 * 100vw) 0 calc(76 / 750 * 100vw);
    background: url(../img/sp/sec01_bg.webp) no-repeat;
    background-size: 100% calc(857 / 750 * 100vw);
    background-position: bottom center;
  }
}
.sec01__title {
  padding-bottom: min(calc(13 / 1080 * 100vw), 13px);
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 900;
  padding-bottom: min(calc(13 / 1080 * 100vw), 13px);
  border-bottom: min(calc(4 / 1080 * 100vw), 4px) solid #043F9B;
  margin: 0 auto;
  width: fit-content;
  line-height: 1;
}
.sec01__title span {
  color: #043F9B;
}
@media screen and (max-width: 767px) {
  .sec01__title {
    font-size: calc(48 / 750 * 100vw);
    text-align: center;
    line-height: 140%;
    border-width: calc(8 / 750 * 100vw);
    padding-bottom: calc(5 / 750 * 100vw);
  }
}
.sec01__box {
  width: fit-content;
  margin: min(calc(171 / 1080 * 100vw), 171px) 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01__box {
    margin: calc(531 / 750 * 100vw) auto 0;
  }
}

.sec02 {
  background: #f5f9ff;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: calc(60 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}
.sec02::after {
  content: "";
  display: block;
  width: min(calc(352 / 1080 * 100vw), 352px);
  height: min(calc(75 / 1080 * 100vw), 75px);
  background-image: url("data:image/svg+xml,%3Csvg width='352' height='75' viewBox='0 0 352 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2L176 72L351 2' stroke='%2301A3EC' stroke-width='4'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  position: absolute;
  bottom: max(calc(-40 / 1080 * 100vw), -40px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec02::after {
    background-image: url("data:image/svg+xml,%3Csvg width='354' height='78' viewBox='0 0 354 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 3L177 73L352 3' stroke='%2301A3EC' stroke-width='8'/%3E%3C/svg%3E%0A");
    width: calc(350 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    bottom: calc(-30 / 750 * 100vw);
  }
}
.sec02__title .text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec02__title .text01 {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec02__title .text02 {
  display: block;
  width: min(calc(736 / 1080 * 100vw), 736px);
  margin: min(calc(20 / 1080 * 100vw), 20px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec02__title .text02 {
    width: 100%;
    margin: calc(20 / 750 * 100vw) auto 0;
  }
}
.sec02__text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__text {
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
    text-align: center;
  }
}
.sec02__box {
  width: min(calc(310 / 1080 * 100vw), 310px);
  padding: 0 min(calc(26 / 1080 * 100vw), 26px) min(calc(26 / 1080 * 100vw), 26px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #043f9b;
  background: #fff;
}
.sec02__box__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec02__box__wrapper {
    flex-direction: column;
    margin-top: calc(80 / 750 * 100vw);
    gap: calc(70 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec02__box {
    width: 100%;
    border-width: calc(4 / 750 * 100vw);
    padding: 0 calc(46 / 750 * 100vw) calc(28 / 750 * 100vw);
  }
}
.sec02__box__title {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  color: #043f9b;
  text-align: center;
  margin-top: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec02__box__title {
    font-size: calc(32 / 750 * 100vw);
    margin-top: calc(28 / 750 * 100vw);
  }
}
.sec02__box__title span {
  background: linear-gradient(transparent 80%, #fdff7b 80%);
}
.sec02__box__text {
  margin-top: min(calc(18 / 1080 * 100vw), 18px);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec02__box__text {
    margin-top: calc(28 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec02__box__img {
  width: min(calc(130 / 1080 * 100vw), 130px);
  margin: max(calc(-40 / 1080 * 100vw), -40px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec02__box__img {
    width: calc(230 / 750 * 100vw);
    margin-top: calc(-40 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec02 .adlp-note {
    margin-top: calc(-40 / 750 * 100vw);
  }
}

.sec03 {
  padding: min(calc(120 / 1080 * 100vw), 120px) 0 min(calc(30 / 1080 * 100vw), 30px);
  background: url(../img/pc/sec03_bg.webp) no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: max(calc(-38 / 1080 * 100vw), -38px);
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: calc(100 / 750 * 100vw) 0 calc(90 / 750 * 100vw);
    background: url(../img/sp/sec03_bg.webp) no-repeat;
    background-size: 100% calc(1415 / 750 * 100vw);
  }
}
.sec03__title {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec03__title {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec03__box {
  margin-top: min(calc(56 / 1080 * 100vw), 56px);
  background-image: linear-gradient(145deg, rgba(1, 75, 153, 0.85), rgba(9, 85, 204, 0.85));
  display: flex;
  position: relative;
  padding: min(calc(90 / 1080 * 100vw), 90px) min(calc(40 / 1080 * 100vw), 40px) min(calc(50 / 1080 * 100vw), 50px);
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03__box {
    margin-top: calc(108 / 750 * 100vw);
    padding: calc(90 / 750 * 100vw) calc(60 / 750 * 100vw) calc(100 / 750 * 100vw);
    flex-direction: column-reverse;
    gap: calc(40 / 750 * 100vw);
  }
}
.sec03__box__label {
  width: min(calc(86 / 1080 * 100vw), 86px);
  height: min(calc(86 / 1080 * 100vw), 86px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: absolute;
  top: max(calc(-26 / 1080 * 100vw), -26px);
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(145deg, rgb(1, 165, 237), rgb(1, 135, 224));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec03__box__label {
    width: calc(130 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    top: calc(-68 / 750 * 100vw);
  }
}
.sec03__box__body__title {
  color: #FDFF7B;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  background: linear-gradient(transparent 70%, #043F9B 70%);
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec03__box__body__title {
    font-size: calc(60 / 750 * 100vw);
    text-align: center;
  }
}
.sec03__box__body__sub {
  color: #fff;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec03__box__body__sub {
    font-size: calc(48 / 750 * 100vw);
    text-align: center;
  }
}
.sec03__box__body__text {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  color: #fff;
  line-height: 190%;
}
@media screen and (max-width: 767px) {
  .sec03__box__body__text {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec03__box__body__text b {
  background: linear-gradient(transparent 70%, #043F9B 70%);
}
.sec03__box02 {
  border: min(calc(2 / 1080 * 100vw), 2px) solid #043F9B;
  margin-top: min(calc(70 / 1080 * 100vw), 70px);
  padding: 0 0 min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec03__box02 {
    margin: calc(107 / 750 * 100vw) auto 0;
    border-width: calc(4 / 750 * 100vw);
    padding: 0 calc(58 / 750 * 100vw) calc(34 / 750 * 100vw);
    width: 100%;
  }
}
.sec03__box02__title {
  background-color: #fff;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  width: min(calc(403 / 1080 * 100vw), 403px);
  font-weight: 700;
  color: #043F9B;
  text-align: center;
  transform: skewX(-15deg) translateY(-50%);
  border-left: min(calc(2 / 1080 * 100vw), 2px) solid #043F9B;
  border-right: min(calc(2 / 1080 * 100vw), 2px) solid #043F9B;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03__box02__title {
    font-size: calc(36 / 750 * 100vw);
    width: calc(523 / 750 * 100vw);
    border-width: calc(4 / 750 * 100vw);
  }
}
.sec03__box02__title span {
  transform: skewX(15deg);
  display: block;
  line-height: 130%;
}
.sec03__box02__text {
  margin: min(calc(16 / 1080 * 100vw), 16px) auto 0;
  text-align: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec03__box02__text {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec03__box02__text b {
  background: linear-gradient(transparent 70%, #FDFF7B 70%);
}

.sec04 {
  background: url(../img/pc/sec04_bg.webp) no-repeat;
  background-size: 100% min(calc(325 / 1080 * 100vw), 325px);
  background-position: top center;
  padding: min(calc(45 / 1080 * 100vw), 45px) 0 min(calc(75 / 1080 * 100vw), 75px);
}
@media screen and (max-width: 767px) {
  .sec04 {
    background: #f5f9ff url(../img/sp/sec04_bg.webp) no-repeat;
    background-size: 100% calc(325 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
  }
}
.sec04__title {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec04__box__wrapper {
  background: #fff;
  padding: min(calc(40 / 1080 * 100vw), 40px);
  gap: min(calc(30 / 1080 * 100vw), 30px) min(calc(34 / 1080 * 100vw), 34px);
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec04__box__wrapper {
    display: block;
    margin-top: calc(60 / 750 * 100vw);
    padding: 0;
    background: transparent;
  }
}
@media screen and (min-width: 768px) {
  .sec04__box {
    width: min(calc(284 / 1080 * 100vw), 284px);
  }
}
@media screen and (max-width: 767px) {
  .sec04__box {
    background: #fff;
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec04__box__body {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec04__box__body {
    margin-top: calc(24 / 750 * 100vw);
  }
}
.sec04__box__cont {
  display: flex;
  gap: min(calc(9 / 1080 * 100vw), 9px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
.sec04__box__cont__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec04__box__cont__wrapper {
    gap: calc(8 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec04__box__cont {
    font-size: calc(20 / 750 * 100vw);
    gap: calc(9 / 750 * 100vw);
  }
}
.sec04__box__cont__h {
  width: min(calc(74 / 1080 * 100vw), 74px);
  background: #043f9b;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__box__cont__h {
    width: calc(130 / 750 * 100vw);
  }
}
.sec04__list {
  position: relative;
}
.sec04 .sec04__list-note {
  position: relative;
  left: min(calc(20 / 1080 * 100vw), 20px);
  top: max(calc(-30 / 1080 * 100vw), -30px);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__list-note {
    top: calc(-100 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec04 .adlp-section.--pd30 {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec04-swiper {
    overflow: hidden;
    position: relative;
    width: calc(690 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) auto 0;
  }
}
@media screen and (min-width: 768px) {
  .sec04-swiper .swiper-wrapper {
    display: flex;
    gap: min(calc(34 / 1080 * 100vw), 34px);
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .sec04-swiper .swiper-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec04-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
}

.sec04-swiper__nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec04-swiper__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: calc(346 / 750 * 100vw);
    left: 50%;
    width: calc(714 / 750 * 100vw);
    transform: translate(-50%, 0);
    z-index: 10;
    pointer-events: none;
  }
}

.sec04-swiper__button-prev,
.sec04-swiper__button-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec04-swiper__button-prev,
  .sec04-swiper__button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(76 / 750 * 100vw);
    height: calc(76 / 750 * 100vw);
    background-color: #0088cc;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    transition: opacity 0.3s ease;
  }
  .sec04-swiper__button-prev::after,
  .sec04-swiper__button-next::after {
    content: "";
    display: block;
    width: calc(36 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .sec04-swiper__button-prev:hover,
  .sec04-swiper__button-next:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .sec04-swiper__button-prev {
    background: url(../img/common/icon_sli-arrow.svg) center/contain no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .sec04-swiper__button-next {
    background: url(../img/common/icon_sli-arrow.svg) center/contain no-repeat;
    scale: -1 1;
  }
}

.sec04-swiper__pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec04-swiper__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(16 / 750 * 100vw);
    margin-top: calc(100 / 750 * 100vw);
  }
}
.sec04-swiper__pagination .swiper-pagination-bullet {
  width: calc(16 / 750 * 100vw);
  height: calc(16 / 750 * 100vw);
  background-color: rgba(1, 163, 236, 0.3);
  opacity: 1;
}
.sec04-swiper__pagination .swiper-pagination-bullet-active {
  background-color: #01a3ec;
}

.sec05 {
  background: #f5f5f5;
  padding: min(calc(70 / 1080 * 100vw), 70px) 0;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: calc(100 / 750 * 100vw) 0;
  }
}
.sec05__title {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 900;
  text-align: center;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .sec05__title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec05__title b {
  font-weight: 900;
  line-height: 150%;
  color: #043F9B;
  background: linear-gradient(transparent 80%, #FDFF7B 80%);
}
.sec05__box {
  width: min(calc(310 / 1080 * 100vw), 310px);
  background: #fff;
  border-top: min(calc(8 / 1080 * 100vw), 8px) solid #043F9B;
  padding: min(calc(26 / 1080 * 100vw), 26px);
}
.sec05__box__wrapper {
  display: flex;
  gap: min(calc(35 / 1080 * 100vw), 35px);
  margin-top: min(calc(70 / 1080 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .sec05__box__wrapper {
    flex-direction: column;
    gap: calc(60 / 750 * 100vw);
    margin-top: calc(70 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec05__box {
    width: 100%;
    border-width: calc(16 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
  }
}
.sec05__box__title {
  margin-bottom: min(calc(26 / 1080 * 100vw), 26px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  text-align: center;
  color: #043F9B;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec05__box__title {
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: calc(26 / 750 * 100vw);
  }
}
.sec05__box__text {
  margin-top: min(calc(26 / 1080 * 100vw), 26px);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05__box__text {
    margin-top: calc(26 / 750 * 100vw);
  }
}
.sec05__box__text b {
  color: #ee8300;
}

.sec06 {
  background: url(../img/pc/sec06_bg.webp) no-repeat;
  background-size: 100% min(calc(290 / 1080 * 100vw), 290px);
  background-position: top center;
  padding: min(calc(70 / 1080 * 100vw), 70px) 0;
}
@media screen and (max-width: 767px) {
  .sec06 {
    background: url(../img/sp/sec06_bg.webp) no-repeat;
    background-size: 100% calc(375 / 750 * 100vw);
    background-position: top center;
    padding: calc(70 / 750 * 100vw) 0;
  }
}
.sec06__title {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .sec06__title {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec06__title b {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .sec06__title b {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec06__title b.--line {
  color: #043f9b;
  background: linear-gradient(transparent 80%, #fdff7b 80%);
}
.sec06__title span {
  display: inline-block;
  margin: 0 min(calc(8 / 1080 * 100vw), 8px);
}
.sec06__box {
  border: min(calc(2 / 1080 * 100vw), 2px) solid #043f9b;
  background: #fff;
  padding: min(calc(50 / 1080 * 100vw), 50px) min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
}
.sec06__box__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(50 / 1080 * 100vw), 50px);
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
  margin-left: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec06__box__wrapper {
    margin-top: calc(90 / 750 * 100vw);
    margin-left: calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec06__box {
    border-width: calc(4 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(60 / 750 * 100vw) calc(72 / 750 * 100vw);
  }
}
.sec06__box__no {
  width: min(calc(120 / 1080 * 100vw), 120px);
  position: absolute;
  background: #fff;
  top: min(calc(35 / 1080 * 100vw), 35px);
  left: max(calc(-50 / 1080 * 100vw), -50px);
}
@media screen and (max-width: 767px) {
  .sec06__box__no {
    width: calc(110 / 750 * 100vw);
    top: calc(28 / 750 * 100vw);
    left: calc(-48 / 750 * 100vw);
  }
}
.sec06__box__no.--m {
  top: min(calc(45 / 1080 * 100vw), 45px);
}
.sec06__box__head {
  display: flex;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec06__box__head {
    flex-direction: column;
    align-items: flex-start;
    padding-left: calc(20 / 750 * 100vw);
  }
}
.sec06__box__head__t {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 130%;
  white-space: nowrap;
  color: #043f9b;
}
@media screen and (min-width: 768px) {
  .sec06__box__head__t {
    border-right: min(calc(2 / 1080 * 100vw), 2px) solid #043f9b;
    padding: min(calc(15 / 1080 * 100vw), 15px) min(calc(40 / 1080 * 100vw), 40px) min(calc(15 / 1080 * 100vw), 15px) min(calc(50 / 1080 * 100vw), 50px);
    width: min(calc(370 / 1080 * 100vw), 370px);
  }
}
@media screen and (max-width: 767px) {
  .sec06__box__head__t {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec06__box__head__cap {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec06__box__head__cap {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec06__box__body {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
.sec06__box__cont {
  background: #f5f9ff;
}
.sec06__box__cont__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec06__box__cont__wrapper {
    flex-direction: column;
    gap: calc(36 / 750 * 100vw);
  }
  .sec06__box__cont__wrapper.--spm {
    flex-direction: row;
    flex-wrap: wrap;
    gap: calc(16 / 750 * 100vw) calc(12 / 750 * 100vw);
  }
  .sec06__box__cont__wrapper.--spm > * {
    width: calc(254 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .sec06__box__cont {
    padding: min(calc(15 / 1080 * 100vw), 15px);
    width: min(calc(208 / 1080 * 100vw), 208px);
  }
}
@media screen and (max-width: 767px) {
  .sec06__box__cont {
    padding: calc(26 / 750 * 100vw);
  }
}
.sec06__box__cont__title {
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  color: #043f9b;
  margin: min(calc(16 / 1080 * 100vw), 16px) auto 0;
}
@media screen and (min-width: 768px) {
  .sec06__box__cont__title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: min(calc(50 / 1080 * 100vw), 50px);
  }
}
@media screen and (max-width: 767px) {
  .sec06__box__cont__title {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec06__box__cont__title span {
  line-height: 140%;
}
.sec06__box__cont__title.--m {
  height: auto;
}
.sec06__box__cont__title .min {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: inherit;
}
@media screen and (max-width: 767px) {
  .sec06__box__cont__title .min {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec06__box__cont__text {
  margin: min(calc(16 / 1080 * 100vw), 16px) auto 0;
  text-align: justify;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec06__box__cont__text {
    margin-top: calc(16 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}

.sec07 {
  padding: min(calc(65 / 1080 * 100vw), 65px) 0 min(calc(34 / 1080 * 100vw), 34px);
  background: url(../img/pc/sec07_bg.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(521 / 750 * 100vw) 0 calc(78 / 750 * 100vw);
    background: url(../img/sp/sec07_bg.webp) no-repeat;
    background-size: cover;
  }
}
.sec07__title {
  width: min(calc(631 / 1080 * 100vw), 631px);
}
@media screen and (max-width: 767px) {
  .sec07__title {
    width: calc(683 / 750 * 100vw);
    margin: 0 auto;
  }
}
.sec07__btn {
  margin-top: min(calc(250 / 1080 * 100vw), 250px);
}
@media screen and (max-width: 767px) {
  .sec07__btn {
    margin-top: calc(113 / 750 * 100vw);
  }
}
.sec07 .adlp-btn__wrapper {
  margin-top: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-btn__wrapper {
    margin-top: calc(24 / 750 * 100vw);
  }
}
.sec07 .adlp-btn p span.text01 {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-btn p span.text01 {
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec08 {
  padding: min(calc(70 / 1080 * 100vw), 70px) 0;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(70 / 750 * 100vw) 0;
  }
}
.sec08__title {
  text-align: center;
  margin-bottom: min(calc(50 / 1080 * 100vw), 50px);
  margin-bottom: calc(40 / 750 * 100vw);
}
.sec08__title span {
  display: block;
}
.sec08__title .text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec08__title .text01 {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec08__title .text02 {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 900;
  color: #043F9B;
}
@media screen and (max-width: 767px) {
  .sec08__title .text02 {
    font-size: calc(56 / 750 * 100vw);
    line-height: 140%;
  }
}
/*# sourceMappingURL=fv.css.map */
