@charset "UTF-8";
/*reset
----------------------------------------------*/
:root {
  --color_green:#004831;
  --color_green2:#e2eebf;
  --color_green3:#00846d;
  --font_en:"Roboto", sans-serif;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  word-wrap: inherit;
  border: none;
}

body,
html {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

sup {
  font-size: 50%;
}

/*util
----------------------------------------------*/
.lp-u-block {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin-inline: auto;
}
.lp-u-block--800 {
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width:767px) {
  .lp-u-block {
    width: auto;
    padding: 0 4cqw;
  }
}

.lp-u-bold {
  font-weight: 700;
}

.lp-u-mt0 {
  margin-top: 0 !important;
}

.lp-u-mb0 {
  margin-bottom: 0 !important;
}

.lp-u-mark {
  display: inline-block;
  line-height: 1.1;
  background-color: #ffcfb4;
  font-style: normal;
}

@media (hover: hover) and (pointer: fine) {
  .lp-u-hover {
    transition: ease all 0.3s;
  }
  .lp-u-hover:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width:767px) {
  .lp-u-show-pc {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .lp-u-show-sp {
    display: none;
  }
}

/*components
----------------------------------------------*/
.lp-paragraph {
  margin-top: 0.6em;
  font-size: 18px;
  line-height: 1.7778;
  letter-spacing: 0.025em;
}
@media screen and (max-width:767px) {
  .lp-paragraph {
    font-size: 4cqw;
    line-height: 2;
  }
}

.lp-notelist {
  margin: 1em 0 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.7778;
  letter-spacing: 0.025em;
}
@media screen and (max-width:767px) {
  .lp-notelist {
    margin: 1.5em 0 0;
    font-size: 3.2cqw;
  }
}
.lp-notelist li {
  position: relative;
  padding-left: 1em;
}
.lp-notelist li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*contents
----------------------------------------------*/
.lp-l-header {
  padding: 12px 0;
}
@media screen and (max-width:767px) {
  .lp-l-header {
    padding: 2.1333333333cqw 0;
    border-bottom: 1px solid #000;
  }
}

.lp-header-logo {
  display: block;
  width: 140px;
}
@media screen and (max-width:1025px) {
  .lp-header-logo {
    width: 120px;
  }
}
@media screen and (max-width:767px) {
  .lp-header-logo {
    width: 24cqw;
  }
}

.lp-mv {
  margin-top: 20px;
}

.lp-mv-hero {
  position: relative;
  opacity: 0;
}
.lp-mv-hero.is-active {
  opacity: 1;
  transition: opacity 1.5s ease-out;
}

.lp-mv-hero-slider {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width:767px) {
  .lp-mv-hero-slider {
    border-radius: 0;
  }
}
.lp-mv-hero-slider img {
  display: block;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 1.5s ease-out;
}
@media screen and (max-width:767px) {
  .lp-mv-hero-slider img {
    border-radius: 2.6666666667cqw;
  }
}
.lp-mv-hero-slider img:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}
.lp-mv-hero-slider img.is-active {
  opacity: 1;
}

.lp-mv-hero-title {
  position: absolute;
  z-index: 10;
  top: 19.2592592593%;
  left: 0;
  width: 74.3%;
}
@media screen and (max-width:767px) {
  .lp-mv-hero-title {
    position: relative;
    z-index: 5;
    margin-top: -16cqw;
    top: 0;
    width: 88cqw;
  }
}
.lp-mv-hero-title img {
  width: 100%;
}

.lp-mv-hero-notice {
  margin-top: 0.8em;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.025em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width:767px) {
  .lp-mv-hero-notice {
    margin-top: 1.5em;
    font-size: 2.9333333333cqw;
    text-align: left;
  }
}

.lp-intro {
  position: relative;
  z-index: 5;
  margin: 20px 0 0;
}
@media screen and (max-width:767px) {
  .lp-intro {
    margin-top: 9.3333333333cqw;
  }
}

.lp-intro-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 40px 0 0;
}
@media screen and (max-width:767px) {
  .lp-intro-list {
    grid-template-columns: 100%;
    gap: 4cqw;
    margin: 8cqw 0 0;
    padding: 0 6.1333333333cqw;
  }
}

.lp-intro-list-item {
  overflow: hidden;
  border: 1px solid #017a4f;
  border-radius: 15px;
}
@media screen and (max-width:767px) {
  .lp-intro-list-item {
    border-radius: 2cqw;
  }
}

.lp-intro-list-header {
  padding: 25px;
  background-color: var(--color_green2);
  text-align: center;
  line-height: 1;
  color: var(--color_green);
}
@media screen and (max-width:767px) {
  .lp-intro-list-header {
    padding: 4.8cqw 1.3333333333cqw;
  }
}

.lp-intro-list-header-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color_green);
}
@media screen and (max-width:767px) {
  .lp-intro-list-header-title {
    font-size: 5.6cqw;
  }
}

.lp-intro-list-body {
  padding: 20px 10px;
}
@media screen and (max-width:767px) {
  .lp-intro-list-body {
    padding: 6.6666666667cqw 1.3333333333cqw;
  }
}

.lp-intro-list-body-figure {
  margin: 0 auto;
  max-width: 208px;
}
@media screen and (max-width:767px) {
  .lp-intro-list-body-figure {
    max-width: 45.3333333333cqw;
  }
}
.lp-intro-list-body-figure img {
  width: 100%;
}

.lp-intro-list-body-text {
  margin-top: 1.5em;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.025em;
}
@media screen and (max-width:767px) {
  .lp-intro-list-body-text {
    margin-top: 1.5em;
    font-size: 3.7333333333cqw;
  }
}

.lp-intro-arw {
  margin: 15px 0 0;
}
@media screen and (max-width:767px) {
  .lp-intro-arw {
    margin: 5.3333333333cqw auto 0;
    width: 26.6666666667cqw;
  }
}

.lp-intro-answer {
  margin: 1em 0 0;
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: var(--color_green);
}
@media screen and (max-width:767px) {
  .lp-intro-answer {
    font-size: 6.4cqw;
  }
}

.lp-about {
  position: relative;
  margin-top: -20px;
  padding-top: 80px;
  background-color: #e4f8f7;
}
@media screen and (max-width:767px) {
  .lp-about {
    margin-top: 0;
    padding-top: 44cqw;
  }
}
.lp-about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 652px;
  background: #fff url(https://cdn.hopper.com/b2bportal/smcc/ad/guide_trip/v1/img/about_bg02.svg) no-repeat 50% 0%;
  background-size: 1759px auto;
}
@media (min-width: 1760px) {
  .lp-about:before {
    background-size: cover;
  }
}
@media screen and (max-width:767px) {
  .lp-about:before {
    height: 93.3333333333cqw;
    background: #fff url(https://cdn.hopper.com/b2bportal/smcc/ad/guide_trip/v1/img/about_bg02_sp.svg) no-repeat 50% 0%;
    background-size: 100% auto;
  }
}
.lp-about .lp-u-block {
  position: relative;
  z-index: 10;
}

.lp-about-box {
  border: 1px solid #017a4f;
  padding: 60px 65px 0;
  border-radius: 20px;
  background: #fff url(https://cdn.hopper.com/b2bportal/smcc/ad/guide_trip/v1/img/about_bg01.svg) no-repeat 0% 0%;
}
@media screen and (max-width:767px) {
  .lp-about-box {
    background-size: 40cqw;
    padding: 18.6666666667cqw 5.3333333333cqw 0;
    border-radius: 2.6666666667cqw;
  }
}
@media screen and (max-width:767px) {
  .lp-about-box .lp-paragraph {
    font-size: 3.7333333333cqw;
  }
}

.lp-about-logo {
  width: 178px;
  margin: 0 auto 45px;
}
@media screen and (max-width:767px) {
  .lp-about-logo {
    width: 40.8cqw;
    margin: 0 auto 5.3333333333cqw;
  }
}
.lp-about-logo img {
  width: 100%;
}

.lp-about-headline {
  margin: 0 0 0.7em;
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  color: #231815;
}
@media screen and (max-width:767px) {
  .lp-about-headline {
    margin: 0 0 5.3333333333cqw;
    font-size: 5.8666666667cqw;
  }
}

.lp-about-illust {
  margin: 30px auto 0;
  max-width: 620px;
}
@media screen and (max-width:767px) {
  .lp-about-illust {
    margin: 6.6666666667cqw auto 0;
    max-width: 100%;
  }
}

.lp-reason {
  padding: 90px 0 100px;
  background-color: #e4f8f7;
}
@media screen and (max-width:767px) {
  .lp-reason {
    padding: 13.3333333333cqw 0;
  }
}

.lp-headline-v1 {
  margin: 130px 0 0.6em;
  text-align: center;
  font-size: 46px;
  line-height: 1.5652;
  font-weight: 900;
  color: var(--color_green);
}
@media screen and (max-width:767px) {
  .lp-headline-v1 {
    margin: 16cqw 0 5.3333333333cqw;
    line-height: 1.3;
    font-size: 7.4666666667cqw;
  }
}

.lp-headline-v1-small {
  display: block;
}
@media screen and (max-width:767px) {
  .lp-headline-v1-small {
    margin-bottom: 0.2em;
    font-size: 5.3333333333cqw;
  }
}

.lp-reason-illust {
  margin: 20px auto 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: var(--img_width);
}
@media screen and (max-width:767px) {
  .lp-reason-illust {
    margin: 4cqw auto 5.3333333333cqw;
    max-width: 100%;
  }
  .lp-reason-illust.is-item03 {
    max-width: none;
    overflow: hidden;
  }
  .lp-reason-illust.is-item03 img {
    max-width: none;
    width: 105%;
  }
  .lp-reason-illust.is-item04 {
    width: 50.6666666667cqw;
  }
}
.lp-reason-illust img {
  width: 100%;
}

.lp-box {
  position: relative;
  border: 1px solid #017a4f;
  border-radius: 10px;
  background-color: #fff;
  margin: 40px 0 0;
  padding: 0 50px 50px;
}
@media screen and (max-width:767px) {
  .lp-box {
    border-radius: 1.3333333333cqw;
    margin: 5.3333333333cqw 0 0;
    padding: 0 6.4cqw 6.6666666667cqw;
  }
}
.lp-box.has-number {
  margin-top: 70px;
}
@media screen and (max-width:767px) {
  .lp-box.has-number {
    margin-top: 13.3333333333cqw;
  }
}
.lp-box.has-number + .has-number {
  margin-top: 100px;
}
@media screen and (max-width:767px) {
  .lp-box.has-number + .has-number {
    margin-top: 13.3333333333cqw;
  }
}
.lp-box.has-last {
  padding-bottom: 0 !important;
}
@media screen and (max-width:767px) {
  .lp-box .lp-paragraph {
    font-size: 3.7333333333cqw;
    line-height: 1.7143;
  }
}

.lp-box-number {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 82px;
  aspect-ratio: 1/1;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  background-color: #ff5f04;
  font-size: 46px;
  font-family: var(--font_en);
  font-weight: 700;
  transform: translateX(-50%) translateY(-30%);
}
@media screen and (max-width:767px) {
  .lp-box-number {
    transform: translateX(-50%) translateY(-50%);
    width: 15.7333333333cqw;
    font-size: 8.6666666667cqw;
  }
}

.lp-box-header-title-v1 {
  margin: 40px -50px 20px;
  padding: 22px 0;
  background-color: var(--color_green2);
  color: var(--color_green);
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .lp-box-header-title-v1 {
    margin: 5.3333333333cqw -6.4cqw 2.6666666667cqw;
    padding: 4cqw 0;
    font-size: 5.8666666667cqw;
    line-height: 1.4;
  }
}

.lp-box-header-title-v2 {
  margin: 80px 0 30px;
  font-size: 36px;
  font-weight: 900;
  color: var(--color_green);
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .lp-box-header-title-v2 {
    margin: 12cqw 0 6.6666666667cqw;
    font-size: 5.8666666667cqw;
    line-height: 1.4;
  }
}

.lp-box-header-title-v3 {
  margin: 30px -50px 30px;
  padding: 18px;
  font-size: 28px;
  font-weight: 700;
  color: var(--color_green);
  text-align: center;
  line-height: 1.5;
  background-color: #ffefe6;
}
@media screen and (max-width:767px) {
  .lp-box-header-title-v3 {
    margin: 8cqw -6.4cqw 5.3333333333cqw;
    padding: 2.6666666667cqw 0;
    font-size: 4.8cqw;
    line-height: 1.5;
  }
}
section + section > .lp-box-header-title-v3 {
  margin-top: 70px;
}
@media screen and (max-width:767px) {
  section + section > .lp-box-header-title-v3 {
    margin-top: 8cqw;
  }
}

.lp-more {
  padding: 100px 0 80px;
}
@media screen and (max-width:767px) {
  .lp-more {
    padding: 13.3333333333cqw 0;
  }
}

.lp-more-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 22px;
  margin: 0 0 30px;
  text-align: center;
  color: var(--color_green);
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .lp-more-popup {
    gap: 0 2.9333333333cqw;
    margin: 0 0 2.6666666667cqw;
    font-size: 4.8cqw;
  }
}
.lp-more-popup:before, .lp-more-popup:after {
  position: relative;
  top: 8px;
  content: "";
  flex-shrink: 0;
  display: block;
  height: 26px;
  width: 2px;
  background-color: var(--color_green);
}
@media screen and (max-width:767px) {
  .lp-more-popup:before, .lp-more-popup:after {
    top: 1.0666666667cqw;
    width: 1px;
    height: 4.8cqw;
  }
}
.lp-more-popup:before {
  transform: skewX(30deg);
}
.lp-more-popup:after {
  transform: skewX(-30deg);
}

.lp-more-figure01 {
  margin: 0 -50px 30px;
  padding: 40px 50px 25px;
  background-color: #f3f8f6;
}
@media screen and (max-width:767px) {
  .lp-more-figure01 {
    margin: 0 -6.4cqw 6.6666666667cqw;
    padding: 5.3333333333cqw 6.4cqw 8cqw;
  }
}

.lp-more-figure01-title {
  margin: 0 auto 0.2em;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  color: var(--color_green);
  letter-spacing: 0.025em;
}
@media screen and (max-width:767px) {
  .lp-more-figure01-title {
    font-size: 4.5333333333cqw;
  }
}

.lp-more-figure01-text {
  font-size: 18px;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (max-width:767px) {
  .lp-more-figure01-text {
    font-size: 2.9333333333cqw;
  }
}

.lp-more-figure01-lead {
  margin: 25px auto 0;
  max-width: 325px;
  text-align: center;
}
.lp-more-figure01-lead img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .lp-more-figure01-lead {
    margin: 4cqw auto 0;
    max-width: 62cqw;
  }
}

.lp-more-figure01-figure {
  margin: 30px auto 0;
  max-width: 634px;
}
@media screen and (max-width:767px) {
  .lp-more-figure01-figure {
    margin: 4cqw auto 0;
  }
}
.lp-more-figure01-figure img {
  width: 100%;
}
.lp-more-figure01-figure .lp-notelist {
  font-size: 13px;
}
@media screen and (max-width:767px) {
  .lp-more-figure01-figure .lp-notelist {
    font-size: 2.6666666667cqw;
  }
}

.lp-more-figure02 {
  margin: 40px 0 0;
}
@media screen and (max-width:767px) {
  .lp-more-figure02 {
    margin: 8cqw 0 0;
  }
}

.lp-more-figure02-title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: var(--color_green);
}
@media screen and (max-width:767px) {
  .lp-more-figure02-title {
    font-size: 4.5333333333cqw;
  }
}

.lp-more-figure02-subtitle {
  margin-top: 0.2em;
  letter-spacing: 0.025em;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .lp-more-figure02-subtitle {
    font-size: 2.9333333333cqw;
  }
}

.lp-more-figure02-figure {
  margin: 20px 0 0;
}
@media screen and (max-width:767px) {
  .lp-more-figure02-figure {
    margin: 4cqw 0 0;
  }
}

.lp-more-figure03 {
  margin: 30px 0 0;
}
@media screen and (max-width:767px) {
  .lp-more-figure03 {
    margin: 5.3333333333cqw 0 0;
  }
}

.lp-more-figure03-title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: var(--color_green);
}
@media screen and (max-width:767px) {
  .lp-more-figure03-title {
    font-size: 4.5333333333cqw;
  }
}

.lp-more-figure03-figure {
  margin: 20px auto 0;
  max-width: 524px;
}
@media screen and (max-width:767px) {
  .lp-more-figure03-figure {
    margin: 4cqw auto 0;
    max-width: 100%;
  }
}

.lp-more-figure04 {
  margin: 30px auto 0;
  max-width: 585px;
}
@media screen and (max-width:767px) {
  .lp-more-figure04 {
    margin: 5.3333333333cqw auto 0;
    max-width: 100%;
  }
}

.lp-more-figure04-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: var(--color_green);
}
@media screen and (max-width:767px) {
  .lp-more-figure04-title {
    gap: 0 15px;
    font-size: 4.5333333333cqw;
  }
}
.lp-more-figure04-title:before, .lp-more-figure04-title:after {
  position: relative;
  content: "";
  flex-shrink: 0;
  display: block;
  height: 24px;
  width: 2px;
  background-color: var(--color_green);
}
@media screen and (max-width:767px) {
  .lp-more-figure04-title:before, .lp-more-figure04-title:after {
    top: 2px;
    height: 3.7333333333cqw;
    width: 1px;
  }
}
.lp-more-figure04-title:before {
  transform: skewX(25deg);
}
.lp-more-figure04-title:after {
  transform: skewX(-25deg);
}

.lp-more-figure04-subtitle {
  margin-top: 0.4em;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.025em;
  color: var(--color_green);
}
@media screen and (max-width:767px) {
  .lp-more-figure04-subtitle {
    font-size: 3.2cqw;
  }
}

.lp-more-figure04-figure {
  margin: 24px 0 0;
}
@media screen and (max-width:767px) {
  .lp-more-figure04-figure {
    margin: 2.6666666667cqw 0 0;
  }
}

.lp-more-figure05 {
  margin: 40px auto 0;
  max-width: 524px;
}
@media screen and (max-width:767px) {
  .lp-more-figure05 {
    margin: 5.3333333333cqw auto 0;
    max-width: 100%;
  }
}

.lp-more-figure05-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 30px;
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 900;
  color: var(--color_green);
}
@media screen and (max-width:767px) {
  .lp-more-figure05-title {
    gap: 0 15px;
    line-height: 1.4;
    font-size: 3.2cqw;
  }
}
.lp-more-figure05-title:before, .lp-more-figure05-title:after {
  position: relative;
  top: 5px;
  content: "";
  flex-shrink: 0;
  display: block;
  height: 50px;
  width: 2px;
  background-color: var(--color_green);
}
@media screen and (max-width:767px) {
  .lp-more-figure05-title:before, .lp-more-figure05-title:after {
    top: 0px;
    height: 5.3333333333cqw;
    width: 1px;
  }
}
.lp-more-figure05-title:before {
  transform: skewX(30deg);
}
.lp-more-figure05-title:after {
  transform: skewX(-30deg);
}

.lp-more-figure05-figure {
  margin: 30px 0 0;
}
@media screen and (max-width:767px) {
  .lp-more-figure05-figure {
    margin: 4cqw 0 0;
  }
}
.lp-more-figure05-figure img {
  width: 100%;
}

.lp-step {
  padding: 100px 0;
  background-color: #e4f8f7;
}
@media screen and (max-width:767px) {
  .lp-step {
    padding: 13.3333333333cqw 0;
  }
}

.lp-step-figure01 {
  margin: 45px auto 0;
  max-width: 570px;
}
@media screen and (max-width:767px) {
  .lp-step-figure01 {
    margin: 6.6666666667cqw auto 0;
    max-width: 100%;
  }
}

.lp-step-layout {
  display: grid;
  grid-template-columns: 384fr 282fr;
  gap: 0 30px;
}
@media screen and (max-width:767px) {
  .lp-step-layout {
    grid-template-columns: 100%;
    gap: 6.6666666667cqw;
  }
}

.lp-step-layout-image img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .lp-step-layout-image {
    margin: 0 auto;
    width: 58.6666666667cqw;
  }
}

.lp-step-headline {
  margin: 60px 0 30px;
  font-size: 34px;
  font-weight: 900;
  color: var(--color_green);
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media screen and (max-width:767px) {
  .lp-step-headline {
    margin: 10.6666666667cqw 0 5.3333333333cqw;
    font-size: 5.8666666667cqw;
    line-height: 1.4;
  }
}

.lp-cv {
  margin: 90px 0 0;
  text-align: center;
}
@media screen and (max-width:767px) {
  .lp-cv {
    margin-top: 13.3333333333cqw;
  }
}

.lp-cv-title {
  font-size: 46px;
  line-height: 1.55;
  font-weight: 900;
  color: var(--color_green);
}
@media screen and (max-width:767px) {
  .lp-cv-title {
    font-size: 5.3333333333cqw;
  }
}

.lp-cv-figure {
  margin: 50px auto 0;
  max-width: 720px;
}
@media screen and (max-width:767px) {
  .lp-cv-figure {
    margin: 5.3333333333cqw auto 0;
  }
}

.lp-cv-button {
  position: relative;
  display: block;
  max-width: 720px;
  margin: 0 auto;
  padding: 22px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #f68213;
  background-color: #f68213;
  border-radius: 999px;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .lp-cv-button {
    transition: ease all 0.3s;
  }
  .lp-cv-button:hover {
    background-color: #fff;
    color: #f68213;
  }
}
@media screen and (max-width:767px) {
  .lp-cv-button {
    font-size: 4.8cqw;
    padding: 5.3333333333cqw 4cqw;
  }
}
.lp-cv-button:after {
  position: absolute;
  z-index: 2;
  top: calc(50% - 8px);
  right: 30px;
  width: 12px;
  aspect-ratio: 1/1;
  transform: rotate(45deg);
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  content: "";
  display: block;
  transition: ease all 0.3s;
}
@media screen and (max-width:767px) {
  .lp-cv-button:after {
    top: calc(50% - 6px);
    right: 6.6666666667cqw;
    width: 8px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
  }
}

.lp-last {
  padding: 100px 0 140px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .lp-last {
    padding: 13.3333333333cqw 0;
  }
}

.lp-ranking-note {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width:767px) {
  .lp-ranking-note {
    font-size: 2.9333333333cqw;
  }
}

.lp-ranking-headline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px calc(50% - 50cqw) 70px;
  padding: 20px calc(50cqw - 50%);
  gap: 0 12px;
  background-color: #ffefe6;
  color: var(--color_green);
  font-size: 34px;
  font-weight: 900;
}
@media screen and (max-width:767px) {
  .lp-ranking-headline {
    flex-direction: column;
    gap: 0.8cqw;
    margin: 10.6666666667cqw -6.4cqw 9.3333333333cqw;
    padding: 4cqw 6.4cqw;
    font-size: 5.8666666667cqw;
  }
}
.lp-ranking-headline span {
  padding: 5px 10px;
  font-weight: 700;
  font-size: 26px;
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .lp-ranking-headline span {
    padding: 0.2666666667cqw 2.6666666667cqw;
    font-size: 4.2666666667cqw;
  }
}

.lp-ranking-card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 25px;
}
@media screen and (max-width:767px) {
  .lp-ranking-card-wrap {
    grid-template-columns: 100%;
    gap: 5.8666666667cqw;
    padding: 0 5.3333333333cqw;
  }
}

.lp-ranking-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width:767px) {
  .lp-ranking-card {
    border-radius: 1.3333333333cqw;
  }
}
.lp-ranking-card:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 12px;
  width: 48px;
  aspect-ratio: 1/1;
  background: url(https://cdn.hopper.com/b2bportal/smcc/ad/guide_trip/v1/img/ranking_ic01.svg) no-repeat 50% 0%;
  background-size: contain;
}
@media screen and (max-width:767px) {
  .lp-ranking-card:before {
    left: 3.4666666667cqw;
    width: 10.4cqw;
  }
}
.lp-ranking-card:nth-child(2):before {
  background: url(https://cdn.hopper.com/b2bportal/smcc/ad/guide_trip/v1/img/ranking_ic02.svg) no-repeat 50% 0%;
}
.lp-ranking-card:nth-child(3):before {
  background: url(https://cdn.hopper.com/b2bportal/smcc/ad/guide_trip/v1/img/ranking_ic03.svg) no-repeat 50% 0%;
}

.lp-ranking-card-image img {
  width: 100%;
}

.lp-ranking-card-content {
  padding: 20px;
  color: var(--color_green);
}
@media screen and (max-width:767px) {
  .lp-ranking-card-content {
    padding: 5.3333333333cqw;
  }
}

.lp-ranking-card-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .lp-ranking-card-title {
    font-size: 5.3333333333cqw;
  }
}

.lp-ranking-card-text {
  margin-top: 0.5em;
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .lp-ranking-card-text {
    font-size: 3.7333333333cqw;
  }
}

.c-faq-wrap {
  margin: 40px auto 0;
  border-top: 1px solid var(--color_green3);
  max-width: 880px;
}
@media screen and (max-width:767px) {
  .c-faq-wrap {
    margin: 30px auto 0;
    max-width: 100%;
  }
}

.c-faq {
  border-bottom: 1px solid var(--color_green3);
}

.c-faq__title,
.c-faq__detail__inner {
  position: relative;
  padding: 25px 25px 25px 45px;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width:767px) {
  .c-faq__title,
  .c-faq__detail__inner {
    padding: 4cqw 8cqw 4cqw 12cqw;
    font-size: 3.7333333333cqw;
  }
}
.c-faq__title:before,
.c-faq__detail__inner:before {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 0;
  content: "Q";
  font-size: 26px;
  font-family: var(--font_en);
  font-weight: 700;
  line-height: 1;
  color: var(--color_green3);
  text-align: center;
  width: 1em;
}
@media screen and (max-width:767px) {
  .c-faq__title:before,
  .c-faq__detail__inner:before {
    top: 4.2666666667cqw;
    left: 2.6666666667cqw;
    font-size: 6.6666666667cqw;
  }
}

.c-faq__title {
  position: relative;
  width: 100%;
  border: none;
  text-align: left;
  background: none;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .c-faq__title {
    font-size: 4cqw;
  }
}
.c-faq__title i:before, .c-faq__title i:after {
  position: absolute;
  z-index: 5;
  top: calc(50% - 1px);
  right: 25px;
  z-index: 2;
  content: "";
  width: 22px;
  height: 1px;
  display: block;
  background-color: #333333;
  transition: ease transform 0.4s;
}
@media screen and (max-width:767px) {
  .c-faq__title i:before, .c-faq__title i:after {
    right: 10px;
    width: 16px;
  }
}
.c-faq__title i:before {
  transform: rotate(-90deg);
}
.is-active .c-faq__title i:before {
  transform: rotate(0deg) !important;
}

.c-faq__detail {
  max-height: 0;
  overflow: hidden;
  transition: ease max-height 0.4s;
}
.is-active .c-faq__detail {
  max-height: 90vh;
}

.c-faq__detail__inner {
  padding-top: 0;
  padding-bottom: 15px;
}
@media screen and (max-width:767px) {
  .c-faq__detail__inner {
    padding-top: 0;
    padding-bottom: 4cqw;
  }
}
.c-faq__detail__inner > :first-child {
  margin-top: 0;
}
.c-faq__detail__inner:before {
  top: 0px;
  content: "A";
}

.lp-l-footer {
  font-size: 14px;
  background-color: var(--color_green);
  color: #fff;
  padding: 0.9375rem;
  text-align: center;
  font-size: 0.75rem;
}
@media screen and (max-width:767px) {
  .lp-l-footer {
    font-size: 2.6666666667cqw;
  }
}
