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

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

.adlp-outer {
  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) {
  .adlp-outer {
    font-size: calc(30 / 750 * 100vw);
  }
}
.adlp-outer h1,
.adlp-outer h2 {
  position: relative;
  font-weight: 700;
}
.adlp-outer *:focus {
  outline: none;
}
.adlp-outer p a {
  word-break: break-all;
  text-decoration: underline;
}
.adlp-outer a, .adlp-outer abbr, .adlp-outer acronym, .adlp-outer b, .adlp-outer bdi, .adlp-outer bdo, .adlp-outer big, .adlp-outer br, .adlp-outer button, .adlp-outer cite, .adlp-outer code, .adlp-outer dfn, .adlp-outer em, .adlp-outer i, .adlp-outer img, .adlp-outer input, .adlp-outer kbd, .adlp-outer label, .adlp-outer map, .adlp-outer mark, .adlp-outer meter, .adlp-outer noscript, .adlp-outer object, .adlp-outer output, .adlp-outer progress, .adlp-outer q, .adlp-outer ruby, .adlp-outer s, .adlp-outer samp, .adlp-outer script, .adlp-outer select, .adlp-outer small, .adlp-outer span, .adlp-outer strong, .adlp-outer sub, .adlp-outer sup, .adlp-outer textarea, .adlp-outer time, .adlp-outer tt, .adlp-outer u, .adlp-outer var, .adlp-outer wbr,
.adlp-outer audio, .adlp-outer video, .adlp-outer embed, .adlp-outer iframe, .adlp-outer source, .adlp-outer track,
.adlp-outer del, .adlp-outer ins,
.adlp-outer area, .adlp-outer base, .adlp-outer col, .adlp-outer hr, .adlp-outer link, .adlp-outer meta, .adlp-outer param,
.adlp-outer datalist, .adlp-outer keygen, .adlp-outer optgroup, .adlp-outer option {
  line-height: inherit;
}
.adlp-outer sup {
  vertical-align: top;
  font-size: 50%;
}
.adlp-outer sub {
  vertical-align: baseline;
  font-size: 50%;
}
.adlp-outer em,
.adlp-outer b,
.adlp-outer strong,
.adlp-outer th {
  font-weight: 700;
}
.adlp-outer a {
  color: #333;
  cursor: pointer;
}
.adlp-outer figcaption,
.adlp-outer small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .adlp-outer figcaption,
  .adlp-outer small {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-outer img {
  display: block;
  height: auto;
}

@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(84 / 1080 * 100vw), 84px);
  width: min(calc(480 / 1080 * 100vw), 480px);
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(16 / 1080 * 100vw), 16px) 0 rgba(0, 0, 0, 0.24);
  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(63 / 750 * 100vw);
  }
}
.adlp-btn__text {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 125%;
  text-align: center;
  margin-bottom: min(calc(11 / 1080 * 100vw), 11px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__text {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(19 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    height: calc(116 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(16 / 750 * 100vw) 0 rgba(0, 0, 0, 0.24);
  }
}
.adlp-btn p {
  text-align: center;
  z-index: 1;
  line-height: 125%;
}
.adlp-btn p span {
  line-height: 120%;
}
.adlp-btn p span.text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text01 {
    font-size: calc(32 / 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.-wh {
  border: min(calc(2 / 1080 * 100vw), 2px) solid #007EAA;
  background: #fff;
  color: #007EAA;
}
@media screen and (max-width: 767px) {
  .adlp-btn.-wh {
    border: calc(4 / 750 * 100vw) solid #007EAA;
  }
}
.adlp-btn.-wh::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='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='%23007EAA' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.-wh::after {
    width: calc(15 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.-wh:hover {
    opacity: 1;
    filter: brightness(130%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.-wh:active {
    opacity: 1;
    filter: brightness(130%);
  }
}
.adlp-btn.-or {
  background: var(--orange-cta, linear-gradient(90deg, #FF512F 0%, #F09819 100%));
  color: #fff;
}
.adlp-btn.-or::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='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.-or::after {
    width: calc(15 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.-or:hover {
    opacity: 1;
    filter: brightness(130%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.-or:active {
    opacity: 1;
    filter: brightness(130%);
  }
}
.adlp-btn.-bl {
  background: var(--blue02, #007EAA);
  color: #fff;
}
.adlp-btn.-bl::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='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.-bl::after {
    width: calc(15 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.-bl:hover {
    opacity: 1;
    filter: brightness(130%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.-bl:active {
    opacity: 1;
    filter: brightness(130%);
  }
}
.adlp-btn.-pi {
  background: linear-gradient(90deg, #C84E89 0%, #F15F79 100%);
  color: #fff;
}
.adlp-btn.-pi::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='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.-pi::after {
    width: calc(15 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.-pi:hover {
    opacity: 1;
    filter: brightness(130%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.-pi:active {
    opacity: 1;
    filter: brightness(130%);
  }
}
.adlp-btn.-gr {
  background: linear-gradient(90deg, #348F50 0%, #56B4D3 100%);
  color: #fff;
}
.adlp-btn.-gr::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='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.-gr::after {
    width: calc(15 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.-gr:hover {
    opacity: 1;
    filter: brightness(130%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.-gr:active {
    opacity: 1;
    filter: brightness(130%);
  }
}
.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%);
  }
}

.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 {
  background-color: #222;
  padding: min(calc(74 / 1080 * 100vw), 74px) 0 min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .cv {
    padding: calc(83 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  }
}
.cv.--sec07 {
  padding: min(calc(35 / 1080 * 100vw), 35px) 0 min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .cv.--sec07 {
    padding: calc(50 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  }
}
.cv__box {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  background-color: #fff;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv__box {
    width: calc(690 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(77 / 750 * 100vw) 0 calc(66 / 750 * 100vw);
  }
}
.--sec07 .cv__box {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 0;
}
.cv__block-head {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: max(calc(-30 / 1080 * 100vw), -30px);
}
@media screen and (max-width: 767px) {
  .cv__block-head {
    top: calc(-30 / 750 * 100vw);
  }
}
.cv__block-label {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: min(calc(9 / 1080 * 100vw), 9px) min(calc(30 / 1080 * 100vw), 30px);
  color: #fff;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 1.4em;
  text-decoration: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cv__block-label {
    padding: calc(6 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
    min-width: calc(450 / 750 * 100vw);
  }
}
.cv__block-label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: var(--grd01, linear-gradient(90deg, #008ED1 0%, #E56881 100%));
  transform: skewX(-16deg);
}
.cv__merit {
  border-radius: 0 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px);
  background: #F5F5F5;
  padding: min(calc(51 / 1080 * 100vw), 51px) 0 min(calc(37 / 1080 * 100vw), 37px);
  margin-top: min(calc(102 / 1080 * 100vw), 102px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv__merit {
    border-radius: 0 0 calc(8 / 750 * 100vw) calc(8 / 750 * 100vw);
    padding: calc(59 / 750 * 100vw) 0 calc(57 / 750 * 100vw);
    margin-top: calc(111 / 750 * 100vw);
  }
}
.cv__merit-label {
  position: absolute;
  top: max(calc(-30 / 1080 * 100vw), -30px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .cv__merit-label {
    top: calc(-30 / 750 * 100vw);
  }
}
.cv__merit-label span {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: min(calc(9 / 1080 * 100vw), 9px) min(calc(30 / 1080 * 100vw), 30px);
  color: #fff;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 1.4em;
  text-decoration: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cv__merit-label span {
    padding: calc(6 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
    min-width: calc(540 / 750 * 100vw);
  }
}
.cv__merit-label span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #222;
  transform: skewX(-16deg);
}
.cv__merit-balloon {
  color: var(--text, #333);
  text-align: center;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 160%;
  background-image: url(../images/pc/cv_balloon.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: min(calc(234 / 1080 * 100vw), 234px) min(calc(16 / 1080 * 100vw), 16px);
  padding-bottom: min(calc(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .cv__merit-balloon {
    font-size: calc(34 / 750 * 100vw);
    background-image: url(../images/sp/cv_balloon.webp);
    background-size: calc(310 / 750 * 100vw) calc(16 / 750 * 100vw);
    padding-bottom: calc(20 / 750 * 100vw);
    margin-bottom: calc(19 / 750 * 100vw);
  }
}
.cv__merit-2col {
  display: flex;
  justify-content: center;
  gap: min(calc(58 / 1080 * 100vw), 58px);
}
@media screen and (max-width: 767px) {
  .cv__merit-2col {
    gap: calc(50 / 750 * 100vw);
  }
}
.cv__merit-flex {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .cv__merit-flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .cv__merit-iconarea {
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.cv__merit-icon {
  width: min(calc(150 / 1080 * 100vw), 150px);
}
@media screen and (max-width: 767px) {
  .cv__merit-icon {
    width: calc(230 / 750 * 100vw);
    margin: 0 auto;
  }
}
.cv__merit-text {
  color: var(--blue02, #007EAA);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .cv__merit-text {
    font-size: calc(30 / 750 * 100vw);
    text-align: center;
  }
}

.fv__mv {
  background-color: #454545;
  background-image: url(../images/pc/fv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(324 / 1080 * 100vw), 324px);
  height: min(calc(324 / 1080 * 100vw), 324px);
  padding-top: min(calc(85 / 1080 * 100vw), 85px);
}
@media screen and (max-width: 767px) {
  .fv__mv {
    background-image: url(../images/sp/fv.webp);
    background-size: calc(750 / 750 * 100vw) calc(460 / 750 * 100vw);
    height: calc(460 / 750 * 100vw);
    padding-top: calc(172 / 750 * 100vw);
  }
}
.fv__label {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 120%;
  width: fit-content;
  margin: 0 auto min(calc(16 / 1080 * 100vw), 16px);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  background: #FFF;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .fv__label {
    font-size: calc(40 / 750 * 100vw);
    margin: 0 auto calc(18 / 750 * 100vw);
    border-radius: calc(4 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.fv__label span {
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #048ED7 0%, #E9647F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fv__title {
  color: #FFF;
  text-align: center;
  text-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) rgba(0, 0, 0, 0.5);
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .fv__title {
    text-shadow: 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) rgba(0, 0, 0, 0.5);
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: 0.1em;
  }
}
.fv__contents {
  padding-bottom: min(calc(25 / 1080 * 100vw), 25px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__contents {
    padding-bottom: calc(40 / 750 * 100vw);
  }
}
.fv__contents:before {
  content: "";
  display: block;
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  height: min(calc(379 / 1080 * 100vw), 379px);
  background-color: #454545;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .fv__contents:before {
    display: none;
  }
}
.fv__anchor {
  width: min(calc(928 / 1080 * 100vw), 928px);
  margin: 0 auto min(calc(34 / 1080 * 100vw), 34px);
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__anchor {
    width: 100%;
    margin: 0 auto calc(45 / 750 * 100vw);
  }
}
.fv__anchor-title {
  width: min(calc(920 / 1080 * 100vw), 920px);
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
  color: #FFF;
  text-align: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  padding: min(calc(5 / 1080 * 100vw), 5px) 0 min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .fv__anchor-title {
    width: 100%;
    font-size: calc(32 / 750 * 100vw);
    padding: calc(5 / 750 * 100vw) 0 calc(7 / 750 * 100vw);
  }
}
.fv__anchor-list {
  display: flex;
}
.fv__anchor-item a {
  transition: all 0.3s;
}
.fv__anchor-item a:hover {
  opacity: 1;
  filter: brightness(115%);
}
.fv__note {
  color: var(--text, #333);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .fv__note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
  }
}

.course {
  padding-top: min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .course {
    padding-top: calc(62 / 750 * 100vw);
  }
}
.course__head {
  position: relative;
}
.course__head:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  height: min(calc(330 / 1080 * 100vw), 330px);
}
@media screen and (max-width: 767px) {
  .course__head:before {
    width: calc(750 / 750 * 100vw);
    height: calc(500 / 750 * 100vw);
  }
}
.course__head.--regular:before {
  background: var(--blue01, linear-gradient(180deg, #008ED1 0%, #1D769F 100%));
}
.course__head.--24hour:before {
  background: var(--pink02, #C1617E);
}
.course__head.--gold:before {
  background: var(--gold, linear-gradient(180deg, #AC934F 11.04%, #987E38 100%));
}
.course__head.--u39:before {
  background-color: #77A385;
}
@media screen and (max-width: 767px) {
  .course__head.--u39:before {
    height: calc(417 / 750 * 100vw);
  }
}
.course__head.--senior:before {
  background-color: #B7997B;
}
@media screen and (max-width: 767px) {
  .course__head.--senior:before {
    height: calc(417 / 750 * 100vw);
  }
}
.course__head.--papamama:before {
  background-color: #639EA9;
}
@media screen and (max-width: 767px) {
  .course__head.--papamama:before {
    height: calc(417 / 750 * 100vw);
  }
}
.course__head-inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  height: min(calc(330 / 1080 * 100vw), 330px);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course__head-inner {
    width: 100%;
    height: auto;
  }
}
.course__head-label {
  position: absolute;
  left: 50%;
  top: max(calc(-35 / 1080 * 100vw), -35px);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .course__head-label {
    top: calc(-62 / 750 * 100vw);
  }
}
.course__head-label span {
  display: block;
  min-width: min(calc(600 / 1080 * 100vw), 600px);
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 140%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .course__head-label span {
    min-width: calc(620 / 750 * 100vw);
    height: calc(124 / 750 * 100vw);
    padding: 0;
    font-size: calc(30 / 750 * 100vw);
  }
}
.course__head-label span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #222;
  transform: skewX(-16deg);
}
@media screen and (max-width: 767px) {
  .course__head-label span:before {
    transform: skewX(-10deg);
  }
}
.course__head-flex {
  height: min(calc(330 / 1080 * 100vw), 330px);
  display: flex;
  justify-content: center;
  gap: min(calc(57 / 1080 * 100vw), 57px);
}
@media screen and (max-width: 767px) {
  .course__head-flex {
    display: block;
    height: auto;
  }
}
.--regular .course__head-flex {
  margin: 0 max(calc(-20 / 1080 * 100vw), -20px);
}
@media screen and (max-width: 767px) {
  .--regular .course__head-flex {
    margin: 0;
  }
}
.course__head-titlearea {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .course__head-titlearea {
    display: block;
    padding-top: calc(111 / 750 * 100vw);
  }
}
.course__head-en {
  color: #FFF;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  line-height: 110%;
  font-weight: 500;
  opacity: 0.5;
  margin-bottom: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .course__head-en {
    font-size: calc(60 / 750 * 100vw);
    text-align: center;
    margin-bottom: calc(13 / 750 * 100vw);
  }
}
.course__head-title {
  color: #FFF;
  text-align: right;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .course__head-title {
    font-size: calc(50 / 750 * 100vw);
    text-align: center;
  }
}
.course__head-img {
  flex: 0 0 min(calc(450 / 1080 * 100vw), 450px);
  position: relative;
  bottom: max(calc(-70 / 1080 * 100vw), -70px);
}
@media screen and (max-width: 767px) {
  .course__head-img {
    width: calc(630 / 750 * 100vw);
    bottom: calc(0 / 750 * 100vw);
    margin: calc(44 / 750 * 100vw) auto calc(0 / 750 * 100vw);
  }
}
.--papamama .course__head-img {
  bottom: max(calc(-100 / 1080 * 100vw), -100px);
}
@media screen and (max-width: 767px) {
  .--papamama .course__head-img {
    bottom: calc(0 / 750 * 100vw);
  }
}
.course__contents {
  padding: min(calc(103 / 1080 * 100vw), 103px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .course__contents {
    padding: calc(40 / 750 * 100vw) 0 calc(115 / 750 * 100vw);
  }
}
.course__contents-inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .course__contents-inner {
    width: calc(690 / 750 * 100vw);
  }
}
.course__lead {
  color: var(--text, #333);
  text-align: justify;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  line-height: 180%;
  padding: 0 min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .course__lead {
    font-size: calc(28 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.course__plan {
  display: flex;
  gap: min(calc(60 / 1080 * 100vw), 60px);
  justify-content: center;
  margin-top: min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .course__plan {
    gap: calc(27 / 750 * 100vw);
    margin-top: calc(56 / 750 * 100vw);
  }
}
.course__plan-item {
  flex: 0 0 min(calc(443 / 1080 * 100vw), 443px);
  height: min(calc(150 / 1080 * 100vw), 150px);
  display: flex;
}
@media screen and (max-width: 767px) {
  .course__plan-item {
    flex: 0 0 calc(302 / 750 * 100vw);
    height: auto;
    display: block;
  }
}
.course__plan-name {
  flex: 0 0 min(calc(183 / 1080 * 100vw), 183px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: min(calc(6 / 1080 * 100vw), 6px) 0 0 min(calc(6 / 1080 * 100vw), 6px);
  background: var(--blue01, linear-gradient(180deg, #008ED1 0%, #1D769F 100%));
  color: var(--base-FFFFFF, #FFF);
  text-align: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .course__plan-name {
    border-radius: calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) 0 0;
    font-size: calc(36 / 750 * 100vw);
    padding: calc(23 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
  }
}
.course__plan-exp {
  flex: 0 0 min(calc(260 / 1080 * 100vw), 260px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 min(calc(6 / 1080 * 100vw), 6px) min(calc(6 / 1080 * 100vw), 6px) 0;
  border: min(calc(2 / 1080 * 100vw), 2px) solid var(--blue01, #008ED1);
}
@media screen and (max-width: 767px) {
  .course__plan-exp {
    height: calc(190 / 750 * 100vw);
    border-radius: 0 0 calc(8 / 750 * 100vw) calc(8 / 750 * 100vw);
    border: calc(3 / 750 * 100vw) solid var(--blue01, #008ED1);
  }
}
.course__plan-exp .text01 {
  color: var(--blue02, #007EAA);
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .course__plan-exp .text01 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.course__plan-exp .text02 {
  color: var(--base-black-333, #333);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .course__plan-exp .text02 {
    font-size: calc(24 / 750 * 100vw);
  }
}
.course__point {
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  background: #F5F5F5;
  padding: min(calc(35 / 1080 * 100vw), 35px) min(calc(40 / 1080 * 100vw), 40px) min(calc(39 / 1080 * 100vw), 39px);
  position: relative;
  margin-top: min(calc(63 / 1080 * 100vw), 63px);
  margin-bottom: min(calc(58 / 1080 * 100vw), 58px);
}
@media screen and (max-width: 767px) {
  .course__point {
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(66 / 750 * 100vw) calc(37 / 750 * 100vw) calc(66 / 750 * 100vw);
    margin-top: calc(94 / 750 * 100vw);
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.--regular .course__point {
  padding-bottom: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .--regular .course__point {
    padding-bottom: calc(66 / 750 * 100vw);
  }
}
.course__point-label {
  position: absolute;
  left: 50%;
  top: max(calc(-20 / 1080 * 100vw), -20px);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .course__point-label {
    top: calc(-24 / 750 * 100vw);
  }
}
.course__point-label span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  line-height: 140%;
  font-family: "Roboto", sans-serif;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(32 / 1080 * 100vw), 32px) min(calc(2 / 1080 * 100vw), 2px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .course__point-label span {
    font-size: calc(34 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) calc(32 / 750 * 100vw) calc(3 / 750 * 100vw);
  }
}
.course__point-label span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #222;
  transform: skewX(-17deg);
}
.course__point-2col {
  display: flex;
  justify-content: center;
  gap: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .course__point-2col {
    gap: calc(50 / 750 * 100vw);
  }
}
.course__point-2col .course__point-iconarea {
  flex: 0 0 auto;
}
.course__point-flex {
  display: flex;
  align-items: center;
  gap: min(calc(27 / 1080 * 100vw), 27px);
}
@media screen and (max-width: 767px) {
  .course__point-flex {
    display: block;
  }
}
.course__point-flex.--mb {
  margin-bottom: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .course__point-flex.--mb {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.course__point-iconarea {
  flex: 0 0 min(calc(364 / 1080 * 100vw), 364px);
  display: flex;
  justify-content: flex-end;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .course__point-iconarea {
    justify-content: center;
    gap: calc(13 / 750 * 100vw);
    margin-bottom: calc(23 / 750 * 100vw);
  }
}
.course__point-icon {
  width: min(calc(85 / 1080 * 100vw), 85px);
}
@media screen and (max-width: 767px) {
  .course__point-icon {
    width: calc(140 / 750 * 100vw);
  }
}
.--regular .course__point-textarea {
  position: relative;
  bottom: max(calc(-30 / 1080 * 100vw), -30px);
}
@media screen and (max-width: 767px) {
  .--regular .course__point-textarea {
    bottom: calc(0 / 750 * 100vw);
  }
}
.course__point-list {
  display: flex;
  flex-direction: column;
  gap: min(calc(29 / 1080 * 100vw), 29px);
}
@media screen and (max-width: 767px) {
  .course__point-list {
    gap: calc(56 / 750 * 100vw);
  }
}
.course__point-list li {
  color: var(--text, #333);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 140%;
  position: relative;
  padding-left: min(calc(45 / 1080 * 100vw), 45px);
}
@media screen and (max-width: 767px) {
  .course__point-list li {
    font-size: calc(30 / 750 * 100vw);
    padding-left: calc(58 / 750 * 100vw);
  }
}
.course__point-list li:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(28 / 1080 * 100vw), 28px);
  height: min(calc(27 / 1080 * 100vw), 27px);
  position: absolute;
  left: max(calc(0 / 1080 * 100vw), 0px);
  top: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .course__point-list li:before {
    width: calc(38 / 750 * 100vw);
    height: calc(37 / 750 * 100vw);
    left: calc(0 / 750 * 100vw);
    top: calc(4 / 750 * 100vw);
  }
}
.--regular .course__point-list li:before {
  background-image: url(../images/common/icon_check_bl.svg);
}
.--24hour .course__point-list li:before {
  background-image: url(../images/common/icon_check_pi.svg);
}
.--gold .course__point-list li:before {
  background-image: url(../images/common/icon_check_go.svg);
}
.--regular .course__point-list li .ac {
  color: #007EAA;
}
.--24hour .course__point-list li .ac {
  color: #C1617E;
}
.--gold .course__point-list li .ac {
  color: #AC934F;
}
.course__point-list li .note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 140%;
  display: block;
  margin-top: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .course__point-list li .note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(5 / 750 * 100vw);
  }
}
.course__price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .course__price {
    display: block;
    text-align: center;
    margin-bottom: calc(46 / 750 * 100vw);
  }
}
.course__price-main .yen {
  color: var(--text, #333);
  font-family: "Roboto", sans-serif;
  font-size: min(calc(60 / 1080 * 100vw), 60px);
  font-weight: 700;
  line-height: 100%; /* vw(60) */
}
@media screen and (max-width: 767px) {
  .course__price-main .yen {
    font-size: calc(68 / 750 * 100vw);
  }
}
.course__price-main .num {
  color: var(--text, #333);
  font-family: "Roboto", sans-serif;
  font-size: min(calc(72 / 1080 * 100vw), 72px);
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .course__price-main .num {
    font-size: calc(80 / 750 * 100vw);
  }
}
.course__price-main .month {
  color: var(--text, #333);
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .course__price-main .month {
    font-size: calc(48 / 750 * 100vw);
  }
}
.course__price-tax {
  color: var(--text, #333);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 160%;
  margin-left: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .course__price-tax {
    font-size: calc(30 / 750 * 100vw);
    margin-left: 0;
  }
}
.course__price-tax .yen {
  color: var(--text, #333);
  font-family: "Roboto", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 100%; /* vw(60) */
}
@media screen and (max-width: 767px) {
  .course__price-tax .yen {
    font-size: calc(30 / 750 * 100vw);
  }
}
.course__price-tax .num {
  color: var(--text, #333);
  font-family: "Roboto", sans-serif;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .course__price-tax .num {
    font-size: calc(38 / 750 * 100vw);
  }
}

.program {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(50 / 1080 * 100vw), 50px) min(calc(70 / 1080 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .program {
    flex-direction: column;
    gap: calc(50 / 750 * 100vw) 0;
  }
}
.program__item {
  flex: 0 0 min(calc(490 / 1080 * 100vw), 490px);
}
.program__img {
  margin-bottom: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .program__img {
    margin-bottom: calc(22 / 750 * 100vw);
  }
}
.program__titel {
  color: var(--blue02, #007EAA);
  text-align: justify;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 140%;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .program__titel {
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.program__exp {
  text-align: justify;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .program__exp {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec05 {
  padding-top: min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding-top: calc(62 / 750 * 100vw);
  }
}
.sec05__head {
  padding: min(calc(85 / 1080 * 100vw), 85px) 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__head {
    padding: calc(105 / 750 * 100vw) 0 0;
  }
}
.sec05__head:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #008ED1 0%, #E56881 100%);
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  height: min(calc(305 / 1080 * 100vw), 305px);
}
@media screen and (max-width: 767px) {
  .sec05__head:before {
    width: calc(750 / 750 * 100vw);
    height: calc(432 / 750 * 100vw);
  }
}
.sec05__head-inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__head-inner {
    width: 100%;
  }
}
.sec05__head-label {
  position: absolute;
  left: 50%;
  top: max(calc(-35 / 1080 * 100vw), -35px);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec05__head-label {
    top: calc(-62 / 750 * 100vw);
  }
}
.sec05__head-label span {
  display: block;
  min-width: min(calc(600 / 1080 * 100vw), 600px);
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 140%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__head-label span {
    min-width: calc(620 / 750 * 100vw);
    height: calc(124 / 750 * 100vw);
    padding: 0;
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec05__head-label span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #222;
  transform: skewX(-16deg);
}
@media screen and (max-width: 767px) {
  .sec05__head-label span:before {
    transform: skewX(-10deg);
  }
}
.sec05__head-title {
  color: #FFF;
  text-align: center;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1em;
  margin-bottom: min(calc(27 / 1080 * 100vw), 27px);
}
@media screen and (max-width: 767px) {
  .sec05__head-title {
    font-size: calc(50 / 750 * 100vw);
    margin-bottom: calc(17 / 750 * 100vw);
  }
}
.sec05__head-note {
  color: #FFF;
  text-align: center;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.1em;
  margin-bottom: min(calc(9 / 1080 * 100vw), 9px);
}
@media screen and (max-width: 767px) {
  .sec05__head-note {
    font-size: calc(20 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.sec05__head-img {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec05__head-img {
    width: calc(750 / 750 * 100vw);
  }
}
.sec05__block {
  background-color: #F5F5F5;
  background-image: url(../images/pc/sec05_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(403 / 1080 * 100vw), 403px);
  padding: min(calc(51 / 1080 * 100vw), 51px) 0 min(calc(78 / 1080 * 100vw), 78px);
}
@media screen and (max-width: 767px) {
  .sec05__block {
    background-image: url(../images/sp/sec05_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(600 / 750 * 100vw);
    padding: calc(68 / 750 * 100vw) 0 calc(110 / 750 * 100vw);
  }
}
.sec05__block-inner {
  width: min(calc(1050 / 1080 * 100vw), 1050px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__block-inner {
    width: calc(630 / 750 * 100vw);
  }
}
.sec05__block-head {
  text-align: center;
}
.sec05__block-label {
  position: relative;
  display: inline-block;
  padding: min(calc(5 / 1080 * 100vw), 5px) min(calc(30 / 1080 * 100vw), 30px);
  color: #fff;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.4em;
  text-decoration: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec05__block-label {
    padding: calc(7 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec05__block-label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: var(--grd01, linear-gradient(90deg, #008ED1 0%, #E56881 100%));
  transform: skewX(-16deg);
}
.sec05__block-title {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  width: fit-content;
  margin: min(calc(10 / 1080 * 100vw), 10px) auto min(calc(26 / 1080 * 100vw), 26px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__block-title {
    font-size: calc(48 / 750 * 100vw);
    margin: calc(29 / 750 * 100vw) auto calc(20 / 750 * 100vw);
  }
}
.sec05__block-title:before {
  content: "";
  display: block;
  width: 100%;
  height: min(calc(4 / 1080 * 100vw), 4px);
  background: var(--grd01, linear-gradient(90deg, #008ED1 0%, #E56881 100%));
  position: absolute;
  bottom: max(calc(-4 / 1080 * 100vw), -4px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec05__block-title:before {
    height: calc(6 / 750 * 100vw);
    bottom: calc(-6 / 750 * 100vw);
  }
}
.sec05__block-lead {
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  line-height: 180%;
  margin-bottom: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec05__block-lead {
    width: calc(560 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    margin: 0 auto calc(59 / 750 * 100vw);
  }
}
.sec05 .adlp-btn__wrapper {
  margin-top: min(calc(63 / 1080 * 100vw), 63px);
}
@media screen and (max-width: 767px) {
  .sec05 .adlp-btn__wrapper {
    margin-top: calc(88 / 750 * 100vw);
  }
}

.sec06 {
  background-color: #F5F5F5;
  padding-bottom: min(calc(140 / 1080 * 100vw), 140px);
  background-image: url(../images/pc/sec06_bg.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(140 / 1080 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding-bottom: calc(162 / 750 * 100vw);
    background-image: url(../images/sp/sec06_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(140 / 750 * 100vw);
  }
}
.sec06__head {
  padding: min(calc(85 / 1080 * 100vw), 85px) 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06__head {
    padding: calc(105 / 750 * 100vw) 0 0;
  }
}
.sec06__head:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #008ED1 0%, #E56881 100%);
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  height: min(calc(305 / 1080 * 100vw), 305px);
}
@media screen and (max-width: 767px) {
  .sec06__head:before {
    width: calc(750 / 750 * 100vw);
    height: calc(432 / 750 * 100vw);
  }
}
.sec06__head-inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__head-inner {
    width: 100%;
  }
}
.sec06__head-title {
  color: #FFF;
  text-align: center;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1em;
  margin-bottom: min(calc(27 / 1080 * 100vw), 27px);
}
@media screen and (max-width: 767px) {
  .sec06__head-title {
    font-size: calc(50 / 750 * 100vw);
    margin-bottom: calc(17 / 750 * 100vw);
  }
}
.sec06__head-note {
  color: #FFF;
  text-align: center;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.1em;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06__head-note {
    font-size: calc(20 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.sec06__inner {
  width: min(calc(1050 / 1080 * 100vw), 1050px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec06__inner {
    width: calc(630 / 750 * 100vw);
  }
}
.sec06 .adlp-btn__wrapper {
  margin-top: min(calc(63 / 1080 * 100vw), 63px);
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-btn__wrapper {
    margin-top: calc(88 / 750 * 100vw);
  }
}

.sec07__top {
  background-color: #F5F5F5;
  background-image: url(../images/pc/sec07_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(207 / 1080 * 100vw), 207px);
  padding: min(calc(20 / 1080 * 100vw), 20px) 0 min(calc(65 / 1080 * 100vw), 65px);
}
@media screen and (max-width: 767px) {
  .sec07__top {
    background-image: url(../images/sp/sec07_bg.webp);
    background-size: calc(750 / 750 * 100vw) calc(258 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0 calc(55 / 750 * 100vw);
  }
}
.sec07__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07__inner {
    width: calc(630 / 750 * 100vw);
  }
}
.sec07__title {
  color: #FFF;
  text-align: center;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 700;
  line-height: 140%;
  margin-bottom: min(calc(143 / 1080 * 100vw), 143px);
}
@media screen and (max-width: 767px) {
  .sec07__title {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(160 / 750 * 100vw);
  }
}
.sec07__text01 {
  color: var(--text, #333);
  text-align: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 140%;
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec07__text01 {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(3 / 750 * 100vw);
  }
}
.sec07__logo {
  width: min(calc(414 / 1080 * 100vw), 414px);
  margin: 0 auto min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec07__logo {
    width: calc(547 / 750 * 100vw);
    margin: 0 auto calc(22 / 750 * 100vw);
  }
}
.sec07__flex {
  display: flex;
  gap: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .sec07__flex {
    display: block;
  }
}
.sec07__flex-img {
  flex: 0 0 min(calc(500 / 1080 * 100vw), 500px);
}
.sec07__flex-textarea {
  margin-top: min(calc(70 / 1080 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .sec07__flex-textarea {
    margin-top: calc(29 / 750 * 100vw);
  }
}
.sec07__flex-text {
  color: var(--text, #333);
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 140%;
  padding-left: min(calc(22 / 1080 * 100vw), 22px);
  margin-bottom: min(calc(9 / 1080 * 100vw), 9px);
}
@media screen and (max-width: 767px) {
  .sec07__flex-text {
    font-size: calc(36 / 750 * 100vw);
    padding-left: calc(22 / 750 * 100vw);
    margin-bottom: calc(13 / 750 * 100vw);
  }
}
.sec07__flex-label {
  color: #FFF;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-style: normal;
  font-weight: 700;
  line-height: 182%;
  width: fit-content;
  padding: 0 min(calc(18 / 1080 * 100vw), 18px);
  background: var(--grd01, linear-gradient(90deg, #008ED1 0%, #E56881 100%));
  margin-bottom: min(calc(9 / 1080 * 100vw), 9px);
}
@media screen and (max-width: 767px) {
  .sec07__flex-label {
    font-size: calc(44 / 750 * 100vw);
    padding: 0 calc(18 / 750 * 100vw);
    margin-bottom: calc(14 / 750 * 100vw);
  }
}
.sec07__flex-small {
  color: var(--text, #333);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 180%;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec07__flex-small {
    font-size: calc(30 / 750 * 100vw);
    margin-top: calc(28 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
