/*------------------------
  main visual
------------------------*/
.main-visual {
  padding: 8.75rem 0 3.125rem;
  background: url(../images/top/bg-kv.webp) no-repeat left bottom/cover;
}
@media screen and (max-width: 768px) {
  .main-visual {
    padding: 6.25rem 0 2.5rem;
    background: url(../images/top/bg-kv.webp) no-repeat 65% bottom/cover;
  }
}
.main-visual h2 {
  font-size: 2.375rem;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-visual h2 {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.main-visual-txt {
  width: 43.125rem;
}
@media screen and (max-width: 768px) {
  .main-visual-txt {
    width: 100%;
  }
}
.main-visual-step {
  display: flex;
  gap: 0.625rem;
  font-weight: 600;
  position: relative;
  padding-left: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .main-visual-step {
    flex-direction: column;
    gap: 0rem;
  }
}
.main-visual-step.sm::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 0.5625rem;
  height: 1.5625rem;
  background: url(../images/top/arrow-step.svg) no-repeat center/100% auto;
  top: -1.375rem;
  left: 0;
}
.main-visual-step.sm p {
  font-size: 0.875rem;
}
.main-visual-step .en {
  color: #FF6243;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.3em;
}
@media screen and (max-width: 768px) {
  .main-visual-step .en {
    font-size: 0.75rem;
    margin: 0;
  }
}
.main-visual-step p {
  line-height: 1.6;
}
.main-visual-form {
  position: relative;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.625rem;
  padding: 2.5rem 4.375rem 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .main-visual-form {
    padding: 2.5rem 1.25rem 1.25rem;
    margin-top: 3.125rem;
  }
}
.main-visual-form-circle {
  position: absolute;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  background-color: #FF6243;
  left: -1.5rem;
  top: -1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-visual-form-circle {
    width: 5rem;
    height: 5rem;
    left: -0.75rem;
    top: -2.8125rem;
    font-size: 0.6875rem;
  }
}
.main-visual-form-circle::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 1.75rem;
  height: 2.1875rem;
  background: url(../images/top/bg-form.svg) no-repeat center/100% auto;
  left: -1.25rem;
  top: -0.125rem;
}
@media screen and (max-width: 768px) {
  .main-visual-form-circle::before {
    width: 0.9375rem;
    height: 1.25rem;
    left: -0.3125rem;
  }
}
.main-visual .proxypurchase-url-input {
  margin: 0.9375rem 0 0.75rem;
}
.main-visual-line {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}
.main-visual-line .ly-grid {
  grid-template-columns: 1fr 3fr;
  align-items: center;
  gap: 0.75rem;
}
.main-visual-line .ly-grid p {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main-visual-line .ly-grid p {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.main-visual-line .ly-grid .main-visual-line-btn a {
  background-color: #00B900;
  border-radius: 0.625rem;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  line-height: 3.4375rem;
}
.main-visual-line .ly-grid .main-visual-line-btn a:hover {
  background-color: #26C626;
}

/*------------------------
  review
------------------------*/
.review-sect .ly-container {
  padding-top: 3.125rem;
}
.review-sect .ly-wrapper {
  position: relative;
}
.review-sect .ly-wrapper .link-btn {
  position: absolute;
  right: 3.125rem;
  top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .review-sect .ly-wrapper .link-btn {
    right: 1.25rem;
  }
}

/*------------------------
  point
------------------------*/
.point-sect {
  background: url(../images/top/bg-point.jpg) no-repeat left bottom/cover;
  padding: 1.25rem;
}
@media screen and (max-width: 768px) {
  .point-sect {
    background: url(../images/top/bg-point.jpg) no-repeat center/cover;
  }
}
.point-inner {
  width: 50%;
  margin-left: auto;
  padding: 3.125rem 3.125rem 4.375rem;
  background-color: rgba(0, 0, 0, 0.9);
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point-inner {
    width: 100%;
    padding: 2.5rem 0.9375rem 1.875rem;
  }
}
.point-inner h2 {
  display: flex;
  gap: 0.9375rem;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .point-inner h2 {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
  }
}
.point-inner h2 img {
  width: 5.625rem;
}
@media screen and (max-width: 768px) {
  .point-inner h2 img {
    width: 3.125rem;
  }
}
.point-inner p {
  font-weight: 700;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .point-inner p {
    font-size: 1.25rem;
  }
}
.point-inner p small {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .point-inner p small {
    font-size: 0.75rem;
  }
}
.point-inner ul {
  margin-top: 2.1875rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .point-inner ul {
    font-size: 0.9375rem;
  }
}
.point-inner ul li {
  margin: 0.625rem 0;
}

/*------------------------
  pickup
------------------------*/
.pickup-sect .sec-ttl {
  margin-bottom: 0.625rem;
}
.pickup-sect .cta {
  margin-bottom: 1.875rem;
}
.pickup-sect .splide .slide-img {
  border: 1px solid #D9D9D9;
}
.pickup-lead {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

/*------------------------
  feature
------------------------*/
.feature-sect {
  background-color: #E1F0F8;
}
.feature-sect h2 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
  margin-bottom: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .feature-sect h2 {
    gap: 0.625rem;
    margin-bottom: 1.875rem;
  }
}
.feature-sect h2 img {
  width: 8.125rem;
}
@media screen and (max-width: 768px) {
  .feature-sect h2 img {
    width: 4.375rem;
  }
}
.feature-sect h2 .feature-ttl {
  display: flex;
  flex-direction: column;
}
.feature-sect h2 .c-blue {
  color: #0486C2;
  font-size: 1.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature-sect h2 .c-blue {
    font-size: 1.125rem;
    margin-bottom: 0.3125rem;
  }
}
.feature-sect h2 .c-blue::before, .feature-sect h2 .c-blue::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 2px;
  height: 1.75rem;
  background-color: #0486C2;
  top: 0.2em;
}
@media screen and (max-width: 768px) {
  .feature-sect h2 .c-blue::before, .feature-sect h2 .c-blue::after {
    height: 1.25rem;
  }
}
.feature-sect h2 .c-blue::before {
  left: 0.2em;
  transform: rotate(-15deg);
}
.feature-sect h2 .c-blue::after {
  right: 0.2em;
  transform: rotate(15deg);
}
.feature-sect h2 .lg {
  font-size: 2.375rem;
}
@media screen and (max-width: 768px) {
  .feature-sect h2 .lg {
    font-size: 1.75rem;
  }
}
.feature-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.25rem;
}
@media screen and (max-width: 768px) {
  .feature-wrap {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .feature-block + .feature-block {
    padding-top: 2.5rem;
    border-top: 1px solid rgba(4, 134, 194, 0.12);
  }
}
.feature-item + .feature-item {
  border-top: 1px solid rgba(4, 134, 194, 0.12);
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}
.feature-item .icon-ttl {
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .feature-item .icon-ttl img {
    width: 1.125rem;
  }
}
.feature-item p {
  font-size: 0.875rem;
  font-weight: 500;
}
.feature-item p + p {
  margin-top: 0.9375rem;
}
.feature-item p small {
  font-size: 0.75rem;
  font-weight: 400;
}
.feature-num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: rgba(4, 134, 194, 0.5);
}
@media screen and (max-width: 768px) {
  .feature-num {
    font-size: 0.8125rem;
  }
}
.feature-ttl {
  font-size: 1.75rem;
  margin: 1.5625rem 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .feature-ttl {
    font-size: 1.375rem;
    margin: 0.625rem 0 1.25rem;
  }
}
.feature-ttl small {
  display: block;
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .feature-ttl small {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}
.feature-link {
  margin: 1.5625rem 0;
}
.feature-link a {
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  background-color: #0486C2;
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 0.625rem;
  padding: 0.75rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .feature-link a {
    gap: 0.3125rem;
    flex-direction: column;
    padding: 0.75rem 0.9375rem;
  }
}
.feature-link a .feature-tag {
  background-color: #FFF;
  color: #0486C2;
  font-size: 0.75rem;
  border-radius: 0.1875rem;
  white-space: nowrap;
  padding: 0.125rem 0.3125rem;
}
.feature-note {
  padding: 1.875rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .feature-note {
    padding: 1.875rem 1.25rem 0.625rem;
  }
}
.feature-note .icon-ttl {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .feature-note .icon-ttl {
    font-size: 0.875rem;
    gap: 0.3125rem;
  }
  .feature-note .icon-ttl img {
    width: 1.25rem;
  }
}
.feature-note ul.disc {
  list-style: disc;
  margin-left: 1.2em;
  font-size: 0.75rem;
}
.feature-note ul.disc li {
  margin: 0.5rem 0;
}

/*------------------------
  news
------------------------*/
.news-sect .ly-wrapper {
  position: relative;
}
.news-sect .ly-wrapper .link-btn {
  position: absolute;
  right: 3.125rem;
  top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .news-sect .ly-wrapper .link-btn {
    right: 1.25rem;
  }
}

/*------------------------
  splide
------------------------*/
.splide .splide__slide .slide-img {
  aspect-ratio: 1/1;
  border-radius: 0.625rem;
  overflow: hidden;
}
.splide .splide__slide .slide-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  vertical-align: middle;
}
.splide .splide__slide a:hover .slide-img img {
  transform: scale(1.08);
}
.splide .slide-tit {
  font-weight: 500;
  margin-top: 0.625rem;
}
.splide .slide-tit span {
  color: #E1AE5D;
  display: inline-block;
  margin-bottom: 0.5rem;
}