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

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

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

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

*:focus {
  outline: none;
}

/* Block要素のみ line-height を指定 */
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
blockquote,
pre,
table,
th,
td,
form,
fieldset,
legend {
  line-height: 1.8;
}

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

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(1.11vw, 12px);
}
@media screen and (max-width: 767px) {
  figcaption,
  small {
    font-size: 2.67vw;
  }
}

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;
  }
}

@media screen and (min-width: 768px) {
  .adlp-wrapper {
    min-width: min(177.78vw, 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(0.19vw, 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: 0.27vw;
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(0.28vw, 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: 0.4vw;
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(0.37vw, 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: 0.53vw;
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(0.19vw, 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: 0.27vw;
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(0.28vw, 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: 0.4vw;
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(0.37vw, 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: 0.53vw;
  }
}
.adlp-wrapper .line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(0.19vw, 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: 0.27vw;
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(0.28vw, 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: 0.4vw;
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(0.37vw, 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: 0.53vw;
  }
}
.adlp-wrapper .line__top__accent {
  border-top: 1px solid #E75B18;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(0.19vw, 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: 0.27vw;
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(0.28vw, 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: 0.4vw;
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(0.37vw, 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: 0.53vw;
  }
}
.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(0.19vw, 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: 0.27vw;
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(0.28vw, 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: 0.4vw;
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(0.37vw, 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: 0.53vw;
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(0.19vw, 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: 0.27vw;
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(0.28vw, 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: 0.4vw;
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(0.37vw, 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: 0.53vw;
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .line.--w2 {
  border-width: min(0.19vw, 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: 0.27vw;
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(0.28vw, 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: 0.4vw;
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(0.37vw, 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: 0.53vw;
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #E75B18;
}
.adlp-wrapper .line.--w2 {
  border-width: min(0.19vw, 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: 0.27vw;
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(0.28vw, 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: 0.4vw;
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(0.37vw, 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: 0.53vw;
  }
}
.adlp-wrapper .pad10 {
  padding: min(0.93vw, 10px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad10 {
    padding-top: 1.33vw !important;
    padding-bottom: 1.33vw !important;
  }
}
.adlp-wrapper .pad20 {
  padding: min(1.85vw, 20px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad20 {
    padding-top: 2.67vw !important;
    padding-bottom: 2.67vw !important;
  }
}
.adlp-wrapper .pad30 {
  padding: min(2.78vw, 30px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad30 {
    padding-top: 4vw !important;
    padding-bottom: 4vw !important;
  }
}
.adlp-wrapper .pad40 {
  padding: min(3.7vw, 40px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad40 {
    padding-top: 5.33vw !important;
    padding-bottom: 5.33vw !important;
  }
}
.adlp-wrapper .pad50 {
  padding: min(4.63vw, 50px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad50 {
    padding-top: 6.67vw !important;
    padding-bottom: 6.67vw !important;
  }
}
.adlp-wrapper .pad60 {
  padding: min(5.56vw, 60px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad60 {
    padding-top: 8vw !important;
    padding-bottom: 8vw !important;
  }
}
.adlp-wrapper .mt10 {
  margin-top: min(0.93vw, 10px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt10 {
    margin-top: 1.33vw;
  }
}
.adlp-wrapper .mt20 {
  margin-top: min(1.85vw, 20px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt20 {
    margin-top: 2.67vw;
  }
}
.adlp-wrapper .mt30 {
  margin-top: min(2.78vw, 30px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt30 {
    margin-top: 4vw;
  }
}
.adlp-wrapper .mt40 {
  margin-top: min(3.7vw, 40px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt40 {
    margin-top: 5.33vw;
  }
}
.adlp-wrapper .mt50 {
  margin-top: min(4.63vw, 50px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt50 {
    margin-top: 6.67vw;
  }
}
.adlp-wrapper .mt60 {
  margin-top: min(5.56vw, 60px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt60 {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: 1.33vw !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: 2.67vw !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: 4vw !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: 5.33vw !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: 6.67vw !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt60 {
    margin-top: 8vw !important;
  }
}
.adlp-wrapper .wrap500 {
  margin: auto;
  width: min(46.3vw, 500px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap500 {
    width: 100%;
    padding: 0 4vw;
  }
}
.adlp-wrapper .wrap600 {
  margin: auto;
  width: min(55.56vw, 600px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap600 {
    width: 100%;
    padding: 0 4vw;
  }
}
.adlp-wrapper .wrap700 {
  margin: auto;
  width: min(64.81vw, 700px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap700 {
    width: 100%;
    padding: 0 4vw;
  }
}
.adlp-wrapper .wrap800 {
  margin: auto;
  width: min(74.07vw, 800px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap800 {
    width: 100%;
    padding: 0 4vw;
  }
}
.adlp-wrapper .wrap900 {
  margin: auto;
  width: min(83.33vw, 900px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap900 {
    width: 100%;
    padding: 0 4vw;
  }
}
.adlp-wrapper .wrap920 {
  margin: auto;
  width: min(85.19vw, 920px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0 4vw;
  }
}
.adlp-wrapper .wrap1000 {
  margin: auto;
  width: min(92.59vw, 1000px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1000 {
    width: 100%;
    padding: 0 4vw;
  }
}
.adlp-wrapper .wrap1080 {
  margin: auto;
  width: min(100vw, 1080px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 4vw;
  }
}

.adlp-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #ddd;
}
.adlp-header__inner {
  width: min(100vw, 1080px);
  padding: min(1.48vw, 16px) 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
    padding: 2.67vw;
  }
}
.adlp-header__logo {
  width: min(12.04vw, 130px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: 30.4vw;
  }
}
.adlp-header__switch {
  width: 6vw;
  height: 4.8vw;
}
@media screen and (min-width: 768px) {
  .adlp-header__switch {
    display: none;
  }
}
.adlp-header__switch__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.adlp-header__switch__inner span {
  background: #000;
  position: absolute;
  width: 100%;
  height: 0.8vw;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  position: absolute;
  transform-origin: left;
  border-radius: 1.33vw;
}
.adlp-header__switch__inner span:nth-child(1) {
  top: 0;
}
.adlp-header__switch__inner span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.adlp-header__switch__inner span:nth-child(3) {
  bottom: 0;
}
.adlp-header__switch__inner.--open span:nth-child(1) {
  top: 40%;
  transform: rotate(45deg) translateX(-50%);
}
.adlp-header__switch__inner.--open span:nth-child(2) {
  opacity: 0;
}
.adlp-header__switch__inner.--open span:nth-child(3) {
  bottom: 45%;
  transform: rotate(-45deg) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .adlp-header__tgl {
    margin: 0 auto 0 min(2.78vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__tgl {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: 13.87vw;
    width: 53.33vw;
    background: #fff;
    padding: 0 4vw;
  }
  .adlp-header__tgl.--open {
    visibility: visible;
    opacity: 1;
  }
}
.adlp-header__menu {
  font-size: min(1.11vw, 12px);
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adlp-header__menu__wrapper {
    display: flex;
    gap: min(0.74vw, 8px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu__wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .adlp-header__menu:not(:last-child)::after {
    content: "｜";
    display: inline-block;
    margin-left: min(0.74vw, 8px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu {
    display: block;
    padding: 4vw;
    font-size: 2.67vw;
  }
  .adlp-header__menu::after {
    content: "";
    display: block;
    width: 1.6vw;
    height: 2.4vw;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.219168 0.375342C0.564178 -0.0559202 1.19347 -0.125842 1.62473 0.219168L11.6247 8.21917C11.8619 8.40894 12 8.69625 12 9.00004C12 9.30382 11.8619 9.59113 11.6247 9.78091L1.62473 17.7809C1.19347 18.1259 0.564178 18.056 0.219168 17.6247C-0.125842 17.1935 -0.0559202 16.5642 0.375342 16.2192L9.39926 9.00004L0.375342 1.78091C-0.0559202 1.4359 -0.125842 0.806604 0.219168 0.375342Z' fill='%2305429C'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.adlp-header .adlp-btn {
  margin: 0;
  height: min(5vw, 54px);
  width: min(22.78vw, 246px);
  box-shadow: min(0.19vw, 2px) min(0.37vw, 4px) min(0.37vw, 4px) 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn__wrapper {
    margin: 0 2.67vw 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn {
    width: 38.4vw;
    height: 8.53vw;
    box-shadow: 0.27vw 0.4vw 0.4vw 0 rgba(0, 0, 0, 0.25);
    border-radius: 6.67vw;
  }
}
.adlp-header .adlp-btn.--free::before {
  content: "無料";
  width: min(4.07vw, 44px);
  height: min(4.07vw, 44px);
  font-size: min(1.3vw, 14px);
  top: min(0.46vw, 5px);
  left: min(0.46vw, 5px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--free::before {
    font-size: 2.67vw;
    width: 7.47vw;
    height: 7.47vw;
    top: 0.53vw;
    left: 0.53vw;
  }
}
.adlp-header .adlp-btn::after {
  width: min(0.65vw, 7px);
  height: min(1.11vw, 12px);
  right: min(1.76vw, 19px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn::after {
    width: 0.93vw;
    height: 1.6vw;
    right: 2.4vw;
  }
}
.adlp-header .adlp-btn p {
  font-size: min(1.48vw, 16px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn p {
    font-size: 2.93vw;
  }
}

.adlp-footer {
  padding: min(3.89vw, 42px) 0 min(14.91vw, 161px);
  background: var(--0-f-94-d-7-txt, #0f94d7);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: 8vw 0 30.67vw;
  }
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(3.7vw, 40px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    gap: 4.27vw;
  }
}
.adlp-footer__menu a {
  color: var(--base-white, #fff);
  text-align: center;
  font-feature-settings: "palt" on;
  /* pc/body/small (regular) */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.28px;
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu a {
    font-size: 3.2vw;
  }
}
.adlp-footer__text {
  color: var(--base-black-333, #333);
  font-weight: 400;
  margin: min(3.7vw, 40px) auto 0;
  font-size: min(1.11vw, 12px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: 2.67vw;
    margin: 8.53vw auto 0;
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(177.78vw, 1920px);
  z-index: 90;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
  }
}
.adlp-floating__inner {
  margin: auto;
  width: min(100vw, 1080px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: min(0.93vw, 10px) 0 min(1.2vw, 13px);
}
@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    width: 90%;
    padding: 0.8vw 0 2.8vw;
  }
}
.adlp-floating__text {
  color: var(--base-black-333, #333);
  font-family: "Noto Sans JP";
  font-size: min(1.48vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
}
.adlp-floating__text strong {
  color: var(--0-f-94-d-7-txt, #0f94d7);
}
@media screen and (max-width: 767px) {
  .adlp-floating__text {
    font-size: 3.2vw;
  }
}
.adlp-floating .cv__button {
  margin-top: min(0.56vw, 6px);
}
.adlp-floating .cv__button-label {
  width: min(5.74vw, 62px);
  height: min(5.74vw, 62px);
}
.adlp-floating .cv__button-accent {
  font-size: min(1.3vw, 14px);
}
.adlp-floating .cv__button-num {
  font-size: min(1.67vw, 18px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .cv__button {
    margin-top: 1.07vw;
    padding: 0.67vw 0.93vw;
  }
  .adlp-floating .cv__button-label {
    width: 12vw;
    height: 12vw;
  }
  .adlp-floating .cv__button-accent {
    font-size: 2.93vw;
  }
  .adlp-floating .cv__button-num {
    font-size: 3.47vw;
  }
}

.adlp-btn {
  border-radius: 200px;
  height: min(7.41vw, 80px);
  width: min(38.89vw, 420px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(2.78vw, 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }
}
.adlp-btn__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    height: 13.07vw;
    width: 84vw;
  }
}
.adlp-btn p {
  text-align: center;
  z-index: 1;
  line-height: 120%;
}
.adlp-btn p span {
  line-height: 120%;
}
.adlp-btn p span.text01 {
  font-size: min(2.22vw, 24px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text01 {
    font-size: 2.67vw;
  }
}
.adlp-btn p span.text02 {
  font-size: min(1.85vw, 20px);
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text02 {
    font-size: 3.73vw;
  }
}
.adlp-btn.--free {
  padding-left: min(0.83vw, 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(1.67vw, 18px);
  font-weight: 700;
  width: min(6.48vw, 70px);
  height: min(6.48vw, 70px);
  top: min(0.46vw, 5px);
  left: min(0.46vw, 5px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--free::before {
    width: 10.93vw;
    height: 10.93vw;
    font-size: 3.73vw;
    top: 1.07vw;
    left: 1.07vw;
  }
}
.adlp-btn.--btn01 {
  background: #1883EC;
  color: #fff;
}
.adlp-btn.--btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 12.5L6.5 16.5L1.5 12.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 9.5L6.5 1.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(1.2vw, 13px);
  height: min(1.67vw, 18px);
  right: min(3.06vw, 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01::after {
    width: 1.73vw;
    height: 2.4vw;
    right: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn01:hover {
    background: #5AB0FF;
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01:active {
    background: #5AB0FF;
  }
}
.adlp-btn.--btn02-a {
  background: #fff;
  border: min(0.37vw, 4px) solid #f69809;
  color: #f69809;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a {
    border-width: 0.53vw;
  }
}
.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(1.2vw, 13px);
  height: min(1.67vw, 18px);
  right: min(3.06vw, 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a::after {
    width: 1.73vw;
    height: 2.4vw;
    right: 4.4vw;
  }
}
@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(0.74vw, 8px);
  height: min(1.48vw, 16px);
  right: min(3.06vw, 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b::after {
    width: 1.07vw;
    height: 2.13vw;
    right: 4.4vw;
  }
}
@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(0.37vw, 4px) min(0.56vw, 6px) 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03 {
    box-shadow: 0.53vw 0.8vw 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(0.74vw, 8px);
  height: min(1.48vw, 16px);
  right: min(3.06vw, 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03::after {
    width: 1.07vw;
    height: 2.13vw;
    right: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(min(0.37vw, 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(0.53vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(min(0.37vw, 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(0.53vw);
  }
}
.adlp-btn.--btn04 {
  color: #fff;
  background: #FFA800;
  box-shadow: 0 min(1.3vw, 14px) min(2.22vw, 24px) 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04 {
    box-shadow: 0 1.87vw 3.2vw 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(0.74vw, 8px);
  height: min(1.48vw, 16px);
  right: min(3.06vw, 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04::after {
    width: 1.07vw;
    height: 2.13vw;
    right: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn04:hover {
    background: #F48400;
  }
  .adlp-btn.--btn04:hover::after {
    transform: translate(min(0.93vw, 10px), -50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04:active {
    background: #F48400;
  }
  .adlp-btn.--btn04:active::after {
    transform: translate(min(0.93vw, 10px), -50%);
  }
}

.adlp-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
.adlp-modal.--open {
  visibility: visible;
  opacity: 1;
}
.adlp-modal__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.adlp-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: min(92.59vw, 1000px);
  min-height: min(18.52vw, 200px);
  max-height: 90vh;
  background: #fff;
  padding: min(2.78vw, 30px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content {
    width: 84vw;
    padding: 6.67vw 4vw;
  }
}
.adlp-modal__content__close {
  width: min(2.5vw, 27px);
  height: min(2.5vw, 27px);
  position: absolute;
  top: min(2.78vw, 30px);
  right: min(2.78vw, 30px);
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__close {
    width: 5.07vw;
    height: 5.07vw;
    top: 4vw;
    right: 4vw;
  }
}
.adlp-modal__content__close svg {
  width: 100%;
  height: 100%;
}
.adlp-modal__content__title {
  text-align: center;
  font-size: min(2.41vw, 26px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__title {
    font-size: 5.33vw;
  }
}
.adlp-modal__content__body {
  margin: min(2.78vw, 30px) auto 0;
  font-size: min(1.67vw, 18px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body {
    margin: 4vw auto 0;
    font-size: 2.67vw;
  }
}
.adlp-modal__content__img {
  margin: min(2.78vw, 30px) auto 0;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__img {
    margin: 4vw auto 0;
  }
}

.adlp-section {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-section {
    width: 100%;
    padding: 0 4vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd0 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd30 {
    padding: 0 4vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd60 {
    padding: 0 8vw;
  }
}

:root {
  --primary: #0f94d7;
  --border: #888;
  --bg-feature: #e7f1f8;
}

.cv {
  width: 100%;
  background-color: var(--bg-feature);
}
.cv:not(.adlp-floating) {
  position: relative;
  padding: min(3.7vw, 40px) 0;
}
.cv:not(.adlp-floating)::before {
  content: "";
  display: block;
  width: min(4.54vw, 49px);
  height: min(2.31vw, 25px);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.cv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(100vw, 1080px);
  margin: 0 auto;
  padding: 0 min(7.41vw, 80px);
}
.cv__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(2.22vw, 24px);
  font-weight: 700;
  line-height: 1.4;
}
.cv__title-accent {
  color: var(--primary);
}
.cv__button {
  position: relative;
  display: flex;
  align-items: center;
  gap: min(4.17vw, 45px);
  width: min(42.59vw, 460px);
  margin-top: min(1.48vw, 16px);
  padding: min(0.46vw, 5px);
  background-color: #000;
  border-radius: min(9.26vw, 100px);
  transition: opacity 0.3s;
}
.cv__button:hover {
  opacity: 0.7;
}
.cv__button-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: min(0.37vw, 4px);
  width: min(6.48vw, 70px);
  aspect-ratio: 1/1;
  color: #000;
  font-size: min(1.48vw, 16px);
  font-weight: 700;
  line-height: 1;
  background-color: #ff0;
  border-radius: 50%;
}
.cv__button-accent {
  color: #0f94d8;
  font-size: min(1.67vw, 18px);
  letter-spacing: 0.01em;
}
.cv__button-num {
  color: #0f94d8;
  font-family: Roboto;
  font-size: min(1.85vw, 20px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.1em;
  text-align: center;
  font-feature-settings: "pwid" on, "palt" on;
}
.cv__button-text {
  color: #fff;
  font-size: min(2.22vw, 24px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.cv__button-arrow {
  position: absolute;
  right: min(3.06vw, 33px);
  top: 50%;
  width: min(0.56vw, 6px);
  height: min(1.2vw, 13px);
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  translate: 0 -50%;
}
.cv__notes {
  margin-top: min(1.48vw, 16px);
}
.cv__note {
  color: var(--text-base);
  font-size: min(1.11vw, 12px);
  line-height: 1.5;
}
.cv__note + .cv__note {
  margin-top: min(0.37vw, 4px);
}
@media screen and (max-width: 767px) {
  .cv:not(.adlp-floating).cv--02 {
    padding: 9.87vw 0 6.4vw;
  }
  .cv:not(.adlp-floating) {
    padding: 7.73vw 0 6.4vw;
  }
  .cv:not(.adlp-floating)::before {
    width: 9.33vw;
    height: 4.67vw;
  }
  .cv__inner {
    max-width: 100%;
    padding: 0 4.67vw;
  }
  .cv__title {
    font-size: 4.8vw;
    flex-direction: column;
  }
  .cv--02 .cv__title {
    flex-direction: row;
  }
  .cv__button {
    width: 86.67vw;
    margin-top: 2.67vw;
    padding: 0.93vw;
    gap: 5.33vw;
  }
  .cv__button-label {
    width: 14.67vw;
    gap: 0.27vw;
    font-size: 1.6vw;
  }
  .cv__button-accent {
    font-size: 3.47vw;
  }
  .cv__button-num {
    font-size: 4vw;
  }
  .cv__button-text {
    font-size: 4.8vw;
  }
  .cv__button-arrow {
    width: 1.2vw;
    height: 2.4vw;
    right: 6.4vw;
  }
  .cv__notes {
    margin-top: 2.67vw;
    padding: 0 3.33vw;
  }
  .cv__note {
    font-size: 2.67vw;
  }
  .cv__note + .cv__note {
    margin-top: 0.27vw;
  }
}

.program {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #fff 0%, #e7f1f8 40%);
  padding: min(7.41vw, 80px) 0 0;
}
.program__inner {
  width: 100%;
  max-width: min(100vw, 1080px);
  margin: 0 auto;
}
.program__title {
  position: relative;
  width: min(43.33vw, 468px);
  display: flex;
  align-items: center;
  padding: min(0.93vw, 10px) 0 min(1.11vw, 12px);
  margin-bottom: max(-2.22vw, -24px);
  overflow: hidden;
}
.program__title::before {
  content: "";
  position: absolute;
  left: max(-0.93vw, -10px);
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: skew(-15deg);
  z-index: 1;
}
.program__title span {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 0 min(2.78vw, 30px);
  color: #fff;
  font-size: min(2.41vw, 26px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: right;
}
.program__title strong {
  color: #faff11;
}
.program__head {
  position: relative;
  padding: min(4.07vw, 44px) min(14.81vw, 160px) min(9.63vw, 104px) min(20.93vw, 226px);
  background: linear-gradient(98deg, #006599 0.78%, #0f94d8 100%);
}
.program__number {
  position: absolute;
  top: min(4.07vw, 44px);
  left: min(14.81vw, 160px);
  color: #faff11;
  font-family: Roboto;
  font-size: min(3.89vw, 42px);
  font-style: italic;
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-feature-settings: "palt" on;
}
.program__name {
  padding-bottom: min(0.93vw, 10px);
  border-bottom: 2px solid #86c5e5;
  color: #fff;
  font-size: min(3.7vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" on;
}
.program__subtitle {
  margin-top: min(1.3vw, 14px);
  color: #fff;
  font-size: min(2.22vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" on;
}
.program__body {
  position: relative;
  padding: 0 min(14.81vw, 160px) min(7.41vw, 80px);
  background: #fff;
}
.program__image {
  position: relative;
  top: max(-6.02vw, -65px);
  width: 100%;
  height: auto;
  margin-bottom: max(-6.02vw, -65px);
}
.program__description {
  margin-top: min(3.7vw, 40px);
}
.program__text {
  color: #444;
  font-size: min(1.67vw, 18px);
  line-height: 1.8;
  text-align: justify;
}
.program__text + .program__text {
  margin-top: min(2.96vw, 32px);
}
.program__text-accent {
  color: #0f94d7;
  font-weight: 700;
}
.program__sub-image {
  margin-top: min(3.7vw, 40px);
}
.program__catch {
  margin-top: min(5.46vw, 59px);
  font-size: min(3.7vw, 40px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.program__catch-accent {
  color: var(--primary);
}
@media screen and (max-width: 767px) {
  .program {
    padding: 13.33vw 0 0 0;
    background: #fff;
  }
  .program__inner {
    padding: 0;
  }
  .program__title {
    width: 54.8vw;
    padding: 2.67vw 0;
    margin-bottom: -4vw;
  }
  .program__title::before {
    left: -1.33vw;
  }
  .program__title span {
    font-size: 4.27vw;
    letter-spacing: 0.05em;
    padding: 0 min(3.7vw, 40px);
    text-align: left;
  }
  .program__head {
    padding: 7.2vw 4.8vw 19.47vw 15.2vw;
  }
  .program__number {
    font-size: 8vw;
    top: 7.2vw;
    left: 3.2vw;
  }
  .program__name {
    margin-top: 1.33vw;
    padding-bottom: 3.73vw;
    font-size: 6.4vw;
  }
  .program__subtitle {
    margin-top: 3.73vw;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
  }
  .program__body {
    padding: 0 4.67vw 10.67vw;
  }
  .program__image {
    top: -13.33vw;
    margin-bottom: -13.33vw;
  }
  .program__description {
    margin-top: 5.33vw;
  }
  .program__text {
    font-size: 4.27vw;
  }
  .program__text + .program__text {
    margin-top: 7.68vw;
  }
  .program__sub-image {
    margin-top: 5.33vw;
  }
  .program__catch {
    margin-top: 5.33vw;
    font-size: 6.4vw;
  }
}

.lead {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: min(1.48vw, 16px) 0 min(2.59vw, 28px);
}
.lead__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: min(100vw, 1080px);
  margin: 0 auto;
  padding: 0 min(7.41vw, 80px);
}
.lead__label {
  color: var(--text-base);
  font-size: min(1.3vw, 14px);
  line-height: 1.5;
  text-align: right;
}
.lead__head {
  margin-top: min(3.7vw, 40px);
  background: linear-gradient(var(--bg-feature), var(--bg-feature)) 0 min(10.19vw, 110px) no-repeat;
}
.lead__images-item {
  width: min(59.26vw, 640px);
  margin: 0 auto;
  height: auto;
}
.lead__features {
  display: flex;
  flex-direction: column;
  gap: min(1.85vw, 20px);
  margin: min(3.7vw, 40px) auto 0;
  width: min(62.96vw, 680px);
  padding-bottom: min(7.22vw, 78px);
}
.lead__feature {
  display: flex;
  align-items: center;
  gap: min(0.93vw, 10px);
  padding-bottom: min(2.04vw, 22px);
  border-bottom: 2px dotted var(--border);
}
.lead__feature-icon {
  width: min(2.04vw, 22px);
  aspect-ratio: 1/1;
  background: url(../img/common/icon-check-blue.png) center/contain no-repeat;
  flex-shrink: 0;
}
.lead__feature-text {
  color: var(--text-base);
  font-size: min(2.22vw, 24px);
  line-height: 1.4;
  font-weight: 700;
}
.lead__feature-accent {
  color: var(--primary);
}
.lead__feature:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.lead__content {
  margin: min(3.7vw, 40px) auto 0;
  width: min(70.37vw, 760px);
}
.lead__text {
  color: var(--text-base);
  font-size: min(1.67vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-align: justify;
}
.lead__text + .lead__text {
  margin-top: min(3.7vw, 40px);
}
.lead__text-accent {
  color: var(--primary);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lead {
    padding: 4vw 0 8vw;
  }
  .lead__inner {
    max-width: 100%;
    padding: 0;
  }
  .lead__label {
    font-size: 3.2vw;
    padding: 0 4vw;
  }
  .lead__head {
    margin-top: 9.6vw;
    background-position: 0 24.8vw;
  }
  .lead__images-item {
    width: 90.67vw;
  }
  .lead__features {
    width: 77.33vw;
    gap: 3.2vw;
    margin-top: 8vw;
    padding-bottom: 9.33vw;
  }
  .lead__feature {
    gap: 2.13vw;
    padding-bottom: 2.13vw;
    align-items: flex-start;
    border-bottom: 2px dotted var(--border);
  }
  .lead__feature-icon {
    width: 4.27vw;
    margin-top: 1.07vw;
  }
  .lead__feature-text {
    font-size: 4.53vw;
  }
  .lead__content {
    width: 100%;
    margin-top: 8vw;
    padding: 0 4vw;
  }
  .lead__text {
    font-size: 4.27vw;
  }
  .lead__text + .lead__text {
    margin-top: 1.8em;
  }
}

.welcome {
  position: relative;
  width: 100%;
}
.welcome__inner {
  width: 100%;
  max-width: min(100vw, 1080px);
  margin: 0 auto;
  padding: 0 min(7.41vw, 80px) min(7.41vw, 80px);
}
.welcome__head .welcome__inner {
  position: absolute;
  inset: 0;
}
.welcome__head {
  text-align: center;
  position: relative;
}
.welcome__trial {
  position: relative;
  width: min(31.02vw, 335px);
  height: min(4.44vw, 48px);
  display: block;
  margin: min(5.74vw, 62px) 0 0 min(17.78vw, 192px);
  overflow: hidden;
}
.welcome__trial span {
  color: #000;
  font-size: min(1.85vw, 20px);
  font-weight: 700;
  line-height: min(4.54vw, 49px);
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.welcome__trial-accent {
  color: #0f94d7;
  font-size: min(2.59vw, 28px);
  font-weight: 700;
  line-height: min(4.54vw, 49px);
  letter-spacing: 0.1em;
}
.welcome__trial::after {
  position: absolute;
  left: max(-0.65vw, -7px);
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #faff11;
  z-index: 0;
  transform: skew(-15deg);
}
.welcome__title {
  color: #fff;
  text-align: center;
  margin-top: min(2.78vw, 30px);
  font-size: min(2.22vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" on;
}
.welcome__title strong {
  color: #faff11;
}
.welcome__title-accent {
  display: block;
  color: #faff11;
  font-size: min(5.19vw, 56px);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.welcome__title-accent span {
  color: #fff;
}
.welcome__gallery {
  position: relative;
  top: max(-10.19vw, -110px);
  width: min(70.37vw, 760px);
  margin: 0 auto max(-10.19vw, -110px);
}
.welcome__images-item {
  width: 100%;
  height: auto;
}
.welcome__content {
  margin: min(3.7vw, 40px) auto 0;
  width: min(70.37vw, 760px);
}
.welcome__gallery + .welcome__content {
  margin-top: 5.33vw;
}
.welcome__text {
  color: #444;
  font-size: min(1.67vw, 18px);
  line-height: 1.8;
}
.welcome__text + .welcome__text {
  margin-top: min(1.48vw, 16px);
}
.welcome__text span {
  color: #0f94d7;
  font-weight: 700;
}
.welcome__box {
  margin: min(4.26vw, 46px) auto 0;
  width: min(70.37vw, 760px);
}
.welcome__box-title {
  padding: 0 min(4.17vw, 45px) min(0.37vw, 4px);
  background: #0f94d7;
  color: #fff;
  font-size: min(2.96vw, 32px);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  width: fit-content;
  margin: 0 auto;
  transform: skew(-15deg);
}
.welcome__box-title strong {
  color: #faff11;
}
.welcome__box-title span {
  display: inline-block;
  transform: skew(15deg);
}
.welcome__list {
  margin-top: max(-2.22vw, -24px);
  padding: min(4.63vw, 50px) min(5.56vw, 60px) min(3.7vw, 40px);
  border: 2px solid #0f94d7;
}
.welcome__list-item {
  display: flex;
  flex-direction: column;
  gap: min(0.74vw, 8px);
}
.welcome__list-item + .welcome__list-item {
  margin-top: min(2.22vw, 24px);
}
.welcome__list-title {
  position: relative;
  padding-left: min(2.96vw, 32px);
  font-size: min(2.22vw, 24px);
  color: #444;
  font-weight: 700;
}
.welcome__list-title strong {
  color: #0f94d7;
}
.welcome__list-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: min(2.04vw, 22px);
  height: min(2.04vw, 22px);
  background: url(../img/common/icon-check-yellow.png) center/contain no-repeat;
  transform: translateY(-50%);
}
.welcome__list-description {
  padding-left: min(2.22vw, 24px);
  font-size: min(1.67vw, 18px);
  line-height: 1.4;
}
.welcome__bg-wrapper {
  background: linear-gradient(var(--bg-feature), var(--bg-feature)) 0 min(10.19vw, 110px) no-repeat;
  padding-bottom: min(6.39vw, 69px);
}
.welcome__gallery-sub {
  margin: min(3.7vw, 40px) auto 0;
  width: min(58.33vw, 630px);
}
.welcome__images-sub {
  display: flex;
  gap: min(2.22vw, 24px);
}
.welcome__checklist {
  margin: min(3.7vw, 40px) auto 0;
  width: min(62.96vw, 680px);
}
.welcome__check {
  display: flex;
  flex-direction: column;
  gap: min(1.48vw, 16px);
}
.welcome__check-item {
  display: flex;
  align-items: flex-start;
  gap: min(0.93vw, 10px);
  border-bottom: 2px dotted var(--border);
}
.welcome__check-item:last-child {
  border-bottom: none;
}
.welcome__check-item-text {
  position: relative;
  color: #444;
  font-size: min(2.04vw, 22px);
  font-weight: 700;
  padding-bottom: min(1.85vw, 20px);
  line-height: 1.4;
}
.welcome__check-item-text strong {
  color: #0f94d7;
}
.welcome__check-item-icon {
  display: block;
  width: min(2.04vw, 22px);
  aspect-ratio: 1/1;
  background: url(../img/common/icon-check-blue.png) center/contain no-repeat;
  margin-top: min(0.37vw, 4px);
}
.welcome__heading {
  margin-top: min(3.7vw, 40px);
  color: #333;
  font-size: min(3.7vw, 40px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" on;
  display: flex;
  justify-content: center;
}
.welcome__heading span {
  color: #0f94d7;
}
@media screen and (max-width: 767px) {
  .welcome {
    padding-bottom: 8vw;
  }
  .welcome__head {
    background: #000;
  }
  .welcome__inner {
    padding: 0;
  }
  .welcome__trial {
    width: 63.73vw;
    height: 9.07vw;
    margin: 8vw 0 0;
    display: flex;
    align-items: center;
  }
  .welcome__trial span {
    font-size: 3.73vw;
    padding: 4.67vw;
  }
  .welcome__trial-accent {
    font-size: 5.33vw;
  }
  .welcome__trial::after {
    left: -1.33vw;
  }
  .welcome__title {
    margin-top: 4.27vw;
    font-size: 4.8vw;
  }
  .welcome__title-accent {
    font-size: 8.53vw;
  }
  .welcome__gallery {
    top: -20.53vw;
    width: 90.67vw;
    margin-bottom: -20.53vw;
  }
  .welcome__content {
    width: 100%;
    margin-top: 8vw;
    padding: 0 4.67vw;
  }
  .welcome__text {
    font-size: 4.27vw;
  }
  .welcome__text + .welcome__text {
    margin-top: 0;
  }
  .welcome__box {
    width: 100%;
    margin-top: 8.67vw;
    padding: 0 4.67vw;
  }
  .welcome__box-title {
    padding: 0.67vw 8.67vw 1.2vw;
    font-size: 5.33vw;
  }
  .welcome__list {
    margin-top: -4.67vw;
    padding: 10.67vw 8vw 6.67vw;
  }
  .welcome__list-item + .welcome__list-item {
    margin-top: 6.4vw;
  }
  .welcome__list-title {
    padding-left: 7.73vw;
    font-size: 4.8vw;
  }
  .welcome__list-title::before {
    width: 4.27vw;
    height: 4.27vw;
  }
  .welcome__list-description {
    padding-left: 0vw;
    font-size: 4.27vw;
  }
  .welcome__bg-wrapper {
    background-position: 0 26.67vw;
    padding-bottom: 8vw;
  }
  .welcome__gallery-sub {
    width: 90.67vw;
    margin-top: 8vw;
  }
  .welcome__images-sub {
    gap: 1.6vw;
  }
  .welcome__checklist {
    width: 77.33vw;
    margin-top: 8vw;
  }
  .welcome__check {
    gap: 4.27vw;
  }
  .welcome__check-item {
    gap: 2.13vw;
  }
  .welcome__check-item-text {
    font-size: 4.53vw;
    padding-bottom: 4.27vw;
  }
  .welcome__check-item-icon {
    width: 4.27vw;
    margin-top: 1.07vw;
  }
  .welcome__heading {
    flex-direction: column;
    align-items: center;
    margin-top: 8vw;
    font-size: 6.4vw;
  }
}
/*# sourceMappingURL=fv.css.map */
