@charset "UTF-8";
/**
* Foundation
* ========================== */
/* reset */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
* Foundation
* ========================== */
/* variables */
/* 変数のみ格納 */
/* // font // */
/* // color // */
/* // shadow // */
/* // breakpoint // */
/**
* Foundation
* ========================== */
/* mixin */
/* @mixin のみ記述 */
/* // メディアクエリ // */
/* // フォント設定 // */
/**
* Foundation
* ========================== */
/* function */
/* @function のみ記述 */
/**
 * 引数の最大画面サイズから指定されたpx数を元にvwに変換する関数
 * @param maxScreenSize 最大画面サイズ
 * @param px 変換するpx数
 * 
 * 例）変数定義PC幅（$pc）に対して560pxの要素を可変させる
 * width: g.vw(g.$pc, 560px);
 */
/**
* Foundation
* ========================== */
/* base */
/* 基本タグ指定 */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  body {
    font-size: 1.6vw;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 3.0666666667vw;
  }
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.9;
}

li {
  list-style-type: none;
}

/**
* object
* ========================== */
/* page ------------ */
.lp_cta_wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1000px) {
  .lp_cta_wrapper {
    padding: 0 2vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_wrapper {
    padding: 0 5.3333333333vw;
  }
}

.lp_cta_wrapper-2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .lp_cta_wrapper-2 {
    padding: 0 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_wrapper-2 {
    padding: 0 5.3333333333vw;
  }
}

/*FV*/
.lp_cta_fv {
  background-color: #000;
}

.lp_cta_fv_bg {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 730px;
  background-image: url(../../assets/images/lp2/fv_bg.jpg);
  background-size: cover;
}
@media (max-width: 768px) {
  .lp_cta_fv_bg {
    background-image: url(../../assets/images/lp2/fv_bg_sp.jpg);
    min-height: unset;
  }
}

.lp_cta_fv_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 768px) {
  .lp_cta_fv_center .lp_cta_special_btns {
    align-items: center;
  }
}
.lp_cta_fv_center .lp_cta_special_btn {
  width: 300px;
}
@media (max-width: 1000px) {
  .lp_cta_fv_center .lp_cta_special_btn {
    width: 30vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_fv_center .lp_cta_special_btn {
    width: 64.5333333333vw;
  }
}

.lp_cta_fv_feedin {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.lp_cta_fv_feedin.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .lp_cta_fv_catch {
    width: 72vw;
    height: auto;
  }
}

.lp_cta_fv_title_bg {
  background-image: url(../../assets/images/lp2/fv_h1bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 800px;
  height: 141px;
  margin: 2em auto 4em;
}
@media (max-width: 1000px) {
  .lp_cta_fv_title_bg {
    width: 80vw;
    height: 14.1vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_fv_title_bg {
    width: 88vw;
    height: 15.6vw;
  }
}

.lp_cta_fv_title {
  transform: translateY(-0.25em);
  font-family: "Shippori Mincho", serif;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 1000px) {
  .lp_cta_fv_title {
    font-size: 3.5vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_fv_title {
    font-size: 3.8933333333vw;
  }
}
.lp_cta_fv_title span {
  font-size: 47px;
  color: #FFDD00;
}
@media (max-width: 1000px) {
  .lp_cta_fv_title span {
    font-size: 4.7vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_fv_title span {
    font-size: 5.2vw;
    line-height: 1.9;
  }
}

.lp_cta_fv_bottom {
  position: relative;
  width: 542px;
  margin: 0 auto;
  padding: 3em 0;
  text-align: center;
}
@media (max-width: 1000px) {
  .lp_cta_fv_bottom {
    width: 54.2vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_fv_bottom {
    width: 95%;
    padding: 4em 0;
  }
}

@media (max-width: 1000px) {
  .lp_cta_fv_subtitle {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .lp_cta_fv_subtitle {
    width: 90%;
    margin: 0 auto;
  }
}

.lp_cta_fv_medal {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(105%, -40%);
}
@media (max-width: 768px) {
  .lp_cta_fv_medal {
    width: 25%;
    height: auto;
    right: 5%;
    left: unset;
    transform: translateY(-60%);
  }
}

/*スペシャル2大特典*/
.lp_cta_special {
  padding: 5em 0;
  background-image: url(../../assets/images/lp2/bg02.jpg);
  background-size: cover;
  background-position: bottom center;
}
@media (max-width: 768px) {
  .lp_cta_special {
    padding: 3em 0;
  }
}

.lp_cta_special_title {
  max-width: 725px;
  width: 100%;
  margin: 0 auto 4em;
  margin-bottom: 4em;
}
.lp_cta_special_title img {
  width: 100%;
}

.lp_cta_special_items {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 6%;
       column-gap: 6%;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .lp_cta_special_items {
    flex-direction: column;
  }
}

.lp_cta_special_item {
  width: 46%;
  border-radius: 28px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2.5em;
}
@media (max-width: 1200px) {
  .lp_cta_special_item {
    border-radius: 2.3333333333vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_special_item {
    width: 100%;
    border-radius: 4.2666666667vw;
  }
}

.lp_cta_special_item_title {
  background-image: linear-gradient(90deg, #ed6b1f, #d04d00);
  padding: 0.75em 1em;
  border-radius: 28px 28px 0 0;
  display: flex;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .lp_cta_special_item_title {
    border-radius: 2.3333333333vw 2.3333333333vw 0 0;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_special_item_title {
    padding: 0.5em 1em;
    font-size: 4.2666666667vw;
  }
}

.lp_cta_special_circle {
  display: inline-block;
  margin-right: 1.5em;
  width: 5.7em;
  height: 5.7em;
  border-radius: 50%;
  padding-top: 1em;
  background-color: #FFDD00;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000;
  line-height: 1;
}
@media (max-width: 1200px) {
  .lp_cta_special_circle {
    font-size: 1.1666666667vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_special_circle {
    font-size: 2.4vw;
  }
}
.lp_cta_special_circle span {
  font-size: 34px;
}
@media (max-width: 1200px) {
  .lp_cta_special_circle span {
    font-size: 2.8333333333vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_special_circle span {
    font-size: 5.8666666667vw;
  }
}

.lp_cta_special_item_inner {
  padding: 2em;
}
@media (max-width: 768px) {
  .lp_cta_special_item_inner {
    padding: 1.5em 1.25em;
  }
}

.lp_cta_special_item_img {
  display: block;
  max-width: 324px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .lp_cta_special_item_img {
    max-width: 27vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_special_item_img {
    max-width: 80%;
  }
}

.lp_cta_special_item_textarea {
  padding: 1em;
}
@media (max-width: 768px) {
  .lp_cta_special_item_textarea {
    padding: 1em 0;
  }
}
.lp_cta_special_item_textarea h4 {
  padding: 0 0.25em 0 0.75em;
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-left: 7px solid #ED6B1F;
}
@media (max-width: 1200px) {
  .lp_cta_special_item_textarea h4 {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_special_item_textarea h4 {
    padding: 0 0.2em 0 0.7em;
    font-size: 3.8666666667vw;
    letter-spacing: 0;
    border-left: 7px solid #ED6B1F;
  }
}
.lp_cta_special_item_textarea h4 span {
  color: #ED6B1F;
}
.lp_cta_special_item_textarea p span {
  display: inline-block;
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .lp_cta_special_item_textarea p {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_special_item_textarea p {
    font-size: 2.9333333333vw;
  }
}

.lp_cta_special_btns {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 57px;
       column-gap: 57px;
}
@media (max-width: 1200px) {
  .lp_cta_special_btns {
    -moz-column-gap: 4.75vw;
         column-gap: 4.75vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_special_btns {
    flex-direction: column;
    align-items: center;
  }
}

.lp_cta_special_btn {
  display: block;
  flex-shrink: 0;
  max-width: 304px;
}
@media (max-width: 1200px) {
  .lp_cta_special_btn {
    max-width: 25.3333333333vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_special_btn {
    max-width: 64.5333333333vw;
  }
}
.lp_cta_special_btn img {
  width: 100%;
  height: auto;
}

.lp_cta_special_linebtn {
  display: inline-block;
  width: 366px;
}
.lp_cta_special_linebtn img {
  width: 100%;
  height: auto;
}
@media (max-width: 1000px) {
  .lp_cta_special_linebtn {
    width: 36.6vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_special_linebtn {
    width: 67.4666666667vw;
  }
}

.lp_cta_special-2 {
  background-image: url(../../assets/images/lp2/bg06.jpg);
}

/*スペシャル特典 丸わかりbook*/
.lp_cta_special_item-book {
  width: 100%;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .lp_cta_special_item-book {
    margin-bottom: 3em;
  }
}

.lp_cta_special_item_title-book {
  font-size: 28px;
  text-align: center;
  display: block;
}
@media (max-width: 1000px) {
  .lp_cta_special_item_title-book {
    font-size: 2.8vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_special_item_title-book {
    font-size: 4.2666666667vw;
  }
}

.lp_cta_special_item_inner-book {
  display: flex;
  -moz-column-gap: 2em;
       column-gap: 2em;
  padding: 3em 3em 3em 4em;
}
@media (max-width: 768px) {
  .lp_cta_special_item_inner-book {
    flex-direction: column;
    align-items: center;
    padding: 2em 1.5em 3em;
  }
}

.lp_cta_special_item_img-book {
  width: 224px;
  height: auto;
}
@media (max-width: 1000px) {
  .lp_cta_special_item_img-book {
    width: 22.4vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_special_item_img-book {
    width: 35.2vw;
  }
}

.lp_cta_special_item_textarea-book p {
  margin-bottom: 1em;
}
.lp_cta_special_item_textarea-book ul li {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .lp_cta_special_item_textarea-book ul li {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_special_item_textarea-book ul li {
    font-size: 3.4666666667vw;
  }
}
.lp_cta_special_item_textarea-book ul li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.lp_cta_special_item_textarea-book ul li::before {
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url(../../assets/images/lp2/special_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.75em;
  transform: translateY(0.4em);
}

.lp_cta_special_btn-book {
  max-width: 367px;
}
@media (max-width: 1000px) {
  .lp_cta_special_btn-book {
    max-width: 36.7vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_special_btn-book {
    max-width: 75.7333333333vw;
    margin-bottom: 1.5em;
  }
}

/*グランピング事業者が陥る失敗例*/
.lp_cta_mistake {
  padding: 4.5em 0;
  background: #D9D1C4;
}

.lp_cta_mistake_catch {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.5em 4em;
  background-color: #FFDD00;
  border-radius: 26px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1000px) {
  .lp_cta_mistake_catch {
    border-radius: 2.6vw;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_mistake_catch {
    margin-bottom: 0.5em;
    border-radius: 4vw;
    font-size: 3.2vw;
  }
}

.lp_cta_mistake_title {
  margin-bottom: 1em;
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 1000px) {
  .lp_cta_mistake_title {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_mistake_title {
    margin-bottom: 2em;
    line-height: 1.2;
    font-size: 7.2vw;
  }
  .lp_cta_mistake_title span {
    font-size: 3.8666666667vw;
  }
}

.lp_cta_mistake_text {
  line-height: 1.8;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 1000px) {
  .lp_cta_mistake_text {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_mistake_text {
    font-size: 3.2vw;
  }
}

.lp_cta_mistake_text-blue {
  font-weight: bold;
  color: #395FA9;
}

.lp_cta_mistake_text-orange {
  font-size: 24px;
  font-weight: bold;
  color: #ED6B1F;
}
@media (max-width: 1000px) {
  .lp_cta_mistake_text-orange {
    font-size: 2.4vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_mistake_text-orange {
    font-size: 4.8vw;
  }
}

.lp_cta_mistake_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  width: 573px;
  margin: 0.5em auto;
  padding: 0 3em;
}
@media (max-width: 1000px) {
  .lp_cta_mistake_box {
    width: 57.3vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_mistake_box {
    width: 100%;
    padding: 2em;
  }
}

.lp_cta_mistake_box_list li {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .lp_cta_mistake_box_list li {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_mistake_box_list li {
    font-size: 3.7333333333vw;
  }
}
.lp_cta_mistake_box_list li span {
  border-bottom: 1px dashed #000;
  padding-bottom: 0.25em;
}
.lp_cta_mistake_box_list li::before {
  display: inline-block;
  content: "";
  margin-right: 1em;
  margin-bottom: -0.25em;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../../assets/images/lp2/mistake_check_1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .lp_cta_mistake_box_list li::before {
    margin-right: 0.5em;
  }
}
.lp_cta_mistake_box_list li:not(:last-of-type) {
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .lp_cta_mistake_box_img {
    width: 27%;
    height: auto;
  }
}

.lp_cta_mistake_box-2 {
  background-color: #E6E9EF;
}

.lp_cta_mistake_box_list-2 li::before {
  background-image: url(../../assets/images/lp2/mistake_check_2.svg);
}

/*そして、気づけば頭の中は*/
.lp_cta_worries {
  background-image: url(../../assets/images/lp2/worries_bg.jpg);
  background-size: cover;
  padding: 5em 0;
  position: relative;
}

.lp_cta_worries_title {
  margin-bottom: 2em;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1000px) {
  .lp_cta_worries_title {
    font-size: 3.2vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_worries_title {
    font-size: 4.8vw;
  }
}
.lp_cta_worries_title span {
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
}
.lp_cta_worries_title span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 1px;
  height: 2em;
  background-color: #fff;
  transform: rotate(-30deg);
}
.lp_cta_worries_title span::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: 2em;
  background-color: #fff;
  transform: rotate(30deg);
}

.lp_cta_worries_items {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 1em;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .lp_cta_worries_items {
    flex-direction: column;
    align-items: center;
  }
}

.lp_cta_worries_item {
  width: 46%;
  background-color: #fff;
  padding: 1.25em 1.5em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .lp_cta_worries_item {
    width: 85%;
  }
}
.lp_cta_worries_item::before {
  display: inline-block;
  content: "";
  margin-right: 1em;
  margin-bottom: -0.5em;
  width: 1.75em;
  height: 1.75em;
  background-image: url(../../assets/images/lp2/worries_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.lp_cta_worries_and {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1000px) {
  .lp_cta_worries_and {
    font-size: 2.4vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_worries_and {
    font-size: 4.2666666667vw;
    text-align: center;
  }
}

.lp_cta_worries_textarea {
  position: relative;
}

.lp_cta_worries_text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 1000px) {
  .lp_cta_worries_text {
    font-size: 2.4vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_worries_text {
    margin-bottom: 2em;
    font-size: 4.2666666667vw;
  }
}

.lp_cta_worries_text-blue {
  color: #77A1F4;
}

.lp_cta_worries_text-orange {
  color: #ED6B1F;
}

.lp_cta_worries_img {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 30%);
  width: 278px;
  height: auto;
}
@media (max-width: 1440px) {
  .lp_cta_worries_img {
    width: 19.3055555556vw;
    transform: translate(20%, 30%);
  }
}
@media (max-width: 1000px) {
  .lp_cta_worries_img {
    width: 27.8vw;
    transform: translate(5%, 30%);
  }
}
@media (max-width: 768px) {
  .lp_cta_worries_img {
    position: unset;
    display: block;
    width: 75%;
    margin: 0 auto;
    transform: unset;
  }
}

/*グランピング事業が失敗する本当の構造*/
.lp_cta_structure {
  background-image: url(../../assets/images/lp2/bg06.jpg);
  background-size: cover;
  padding: 8em 0 5em;
}

.lp_cta_structure_inner {
  background-color: #fff;
  border-radius: 1.75em;
  position: relative;
  padding: 7em 5em 5em;
}
@media (max-width: 768px) {
  .lp_cta_structure_inner {
    padding: 4em 1.5em 3em;
  }
}

.lp_cta_structure_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -35%);
  display: inline-block;
  padding-top: 0.7em;
  width: 600px;
  height: 115px;
  background-image: url(../../assets/images/lp2/structure_title_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1000px) {
  .lp_cta_structure_title {
    width: 60vw;
    height: 11.5vw;
    font-size: 2.8vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_structure_title {
    width: 82.1333333333vw;
    height: 17.6vw;
    font-size: 3.7333333333vw;
  }
}

.lp_cta_structure_flow {
  width: 600px;
  margin: 0 auto 2em;
}
@media (max-width: 1000px) {
  .lp_cta_structure_flow {
    width: 60vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_structure_flow {
    width: 85%;
  }
}
.lp_cta_structure_flow li {
  position: relative;
  display: block;
  padding: 1.5em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .lp_cta_structure_flow li {
    font-size: 3.7333333333vw;
  }
}
.lp_cta_structure_flow li:nth-of-type(1) {
  background-color: #EBEFF6;
}
.lp_cta_structure_flow li:nth-of-type(2) {
  background-color: #C9CFDC;
}
.lp_cta_structure_flow li:nth-of-type(3) {
  background-color: #949FB3;
}
.lp_cta_structure_flow li:nth-of-type(4) {
  background-color: #667490;
  color: #fff;
}
.lp_cta_structure_flow li:nth-of-type(5) {
  background-color: #34466A;
  color: #fff;
}
.lp_cta_structure_flow li:nth-of-type(6) {
  background-color: #071D47;
  color: #fff;
}
.lp_cta_structure_flow li:not(:last-of-type):after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  content: "";
  width: 2.3em;
  height: 1.5em;
  margin: 0 auto;
  background-image: url(../../assets/images/lp2/structure_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.lp_cta_structure_text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1000px) {
  .lp_cta_structure_text {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_structure_text {
    font-size: 3.7333333333vw;
  }
}

.lp_cta_structure_items {
  margin: 1.5em 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .lp_cta_structure_items {
    flex-direction: column;
    row-gap: 6.4vw;
  }
}

.lp_cta_structure_item {
  width: 30%;
  padding: 2em;
  background-color: #EFEFEF;
  border-radius: 1.5em;
  text-align: center;
}
@media (max-width: 768px) {
  .lp_cta_structure_item {
    width: 75%;
    margin: 0 auto;
  }
}
.lp_cta_structure_item img {
  width: 95%;
  height: auto;
  margin-bottom: 0.5em;
}
.lp_cta_structure_item h3 {
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .lp_cta_structure_item h3 {
    font-size: 4.2666666667vw;
  }
}

/*収益化のための6つのステップ*/
.lp_cta_step {
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  .lp_cta_step {
    padding-bottom: 3em;
  }
}

.lp_cta_step_top {
  margin-bottom: 2em;
  padding: 0.75em 0 1.5em;
  background-image: url(../../assets/images/lp2/point_bg.png);
  background-position: bottom center;
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (max-width: 1000px) {
  .lp_cta_step_top {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_step_top {
    padding: 1.5em 0 2.5em;
    background-image: url(../../assets/images/lp2/point_bg_sp.png);
    font-size: 5vw;
  }
}
.lp_cta_step_top span {
  color: #FFDD00;
}

.lp_cta_step_catch {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  background-color: #FFDD00;
  border-radius: 26px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1000px) {
  .lp_cta_step_catch {
    border-radius: 2.6vw;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_step_catch {
    margin-bottom: 0.5em;
    padding: 0.5em 4em;
    border-radius: 4vw;
    font-size: 3.2vw;
  }
}

.lp_cta_step_title {
  margin-bottom: 2.5em;
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 1000px) {
  .lp_cta_step_title {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_step_title {
    margin-bottom: 2em;
    line-height: 1.2;
    font-size: 7.2vw;
    font-weight: 500;
  }
}
.lp_cta_step_title rt {
  color: #ED6B1F;
  font-family: "Noto Sans JP", sans-serif;
}

.lp_cta_step_title-big {
  font-size: 60px;
}
@media (max-width: 1000px) {
  .lp_cta_step_title-big {
    font-size: 6vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_step_title-big {
    font-size: 7.2vw;
  }
}

@media (max-width: 768px) {
  .lp_cta_step_title-small {
    font-size: 3.7333333333vw;
  }
}

.lp_cta_step_items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.625em;
}
@media (max-width: 768px) {
  .lp_cta_step_items {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.lp_cta_step_items .lp_cta_step_item:not(:last-of-type):after {
  display: block;
  content: "";
  width: 18px;
  height: 32px;
  background-image: url(../../assets/images/lp2/step_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
}
@media (max-width: 1000px) {
  .lp_cta_step_items .lp_cta_step_item:not(:last-of-type):after {
    width: 1.8vw;
    height: 3.2vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_step_items .lp_cta_step_item:not(:last-of-type):after {
    display: none;
  }
}
.lp_cta_step_items .lp_cta_step_item:last-of-type:after {
  display: block;
  content: "";
  width: 18px;
  height: 32px;
  background-image: url(../../assets/images/lp2/step_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -3em;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
@media (max-width: 1000px) {
  .lp_cta_step_items .lp_cta_step_item:last-of-type:after {
    width: 1.8vw;
    height: 3.2vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_step_items .lp_cta_step_item:last-of-type:after {
    display: none;
  }
}

.lp_cta_step_items-reverse {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .lp_cta_step_items-reverse {
    flex-direction: column;
  }
}
.lp_cta_step_items-reverse .lp_cta_step_item:not(:last-of-type):after {
  display: block;
  content: "";
  width: 18px;
  height: 32px;
  background-image: url(../../assets/images/lp2/step_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -2.25em;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1000px) {
  .lp_cta_step_items-reverse .lp_cta_step_item:not(:last-of-type):after {
    width: 1.8vw;
    height: 3.2vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_step_items-reverse .lp_cta_step_item:not(:last-of-type):after {
    display: none;
  }
}
@media (max-width: 768px) {
  .lp_cta_step_items-reverse .lp_cta_step_item:first-of-type::before {
    display: block;
    content: "";
    width: 4.8vw;
    height: 8.5333333333vw;
    background-image: url(../../assets/images/lp2/step_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -6.5em;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    z-index: 1;
  }
}
.lp_cta_step_items-reverse .lp_cta_step_item:last-of-type {
  margin-bottom: 0;
}

.lp_cta_step_item {
  position: relative;
  width: 30%;
  padding: 6em 2em 4em;
  background-color: #F6F6F6;
}
@media (max-width: 768px) {
  .lp_cta_step_item {
    width: 100%;
    padding: 5em 3.2em 4em;
    margin-bottom: 8em;
  }
}
.lp_cta_step_item h4 {
  margin-bottom: 2em;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #C9A746;
}
@media (max-width: 1000px) {
  .lp_cta_step_item h4 {
    font-size: 2.4vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_step_item h4 {
    margin-bottom: 1em;
    font-size: 5.3333333333vw;
  }
}
.lp_cta_step_item p {
  font-size: 14px;
}
@media (max-width: 1000px) {
  .lp_cta_step_item p {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_step_item p {
    font-size: 3.2vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_step_item:not(:first-of-type)::before {
    display: block;
    content: "";
    width: 4.8vw;
    height: 8.5333333333vw;
    background-image: url(../../assets/images/lp2/step_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -6.5em;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    z-index: 1;
  }
}

.lp_cta_step_item_no {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.3em;
  height: 6.3em;
  border-radius: 50%;
  background-color: #000;
  padding-top: 1.3em;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.6em;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .lp_cta_step_item_no {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_step_item_no {
    font-size: 2.6666666667vw;
  }
}
.lp_cta_step_item_no span {
  font-size: 30px;
}
@media (max-width: 1000px) {
  .lp_cta_step_item_no span {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_step_item_no span {
    font-size: 5.3333333333vw;
  }
}

.lp_cta_step_text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 1000px) {
  .lp_cta_step_text {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_step_text {
    font-size: 3.7333333333vw;
  }
}

/*一つの現実*/
.lp_cta_real {
  padding: 5em 0 3em;
  background-image: url(../../assets/images/lp2/real_bg.jpg);
  background-size: cover;
  background-position: bottom center;
}
@media (max-width: 768px) {
  .lp_cta_real {
    padding: 3em 0;
  }
}

.lp_cta_real_title {
  margin-bottom: 1.5em;
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 1000px) {
  .lp_cta_real_title {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_real_title {
    margin-bottom: 1.5em;
    line-height: 1.2;
    font-size: 5.7333333333vw;
    font-weight: 500;
  }
}
.lp_cta_real_title span {
  color: #FFDD00;
}

.lp_cta_real_text {
  margin-bottom: 2em;
  font-size: 18px;
  line-height: 2.4;
  text-align: center;
  color: #fff;
}
@media (max-width: 1000px) {
  .lp_cta_real_text {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_real_text {
    font-size: 3.7333333333vw;
  }
}
.lp_cta_real_text span {
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px dashed #fff;
}

.lp_cta_real_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.4em;
  margin-bottom: 2em;
}

.lp_cta_real_item {
  position: relative;
  width: 32%;
  padding: 1em;
  background-color: #F6F6F6;
}
@media (max-width: 768px) {
  .lp_cta_real_item {
    width: 47.5%;
    padding: 1em 0.5em 1em 2.5em;
  }
}
.lp_cta_real_item img {
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 3em;
  height: 3em;
}
.lp_cta_real_item h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1000px) {
  .lp_cta_real_item h4 {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_real_item h4 {
    font-size: 3.4666666667vw;
  }
}

.lp_cta_real_bottom {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .lp_cta_real_bottom {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.lp_cta_real_bottom img {
  width: 174px;
  height: auto;
}
.lp_cta_real_bottom p {
  width: 581px;
  height: 158px;
  margin-top: 1em;
  padding: 2.5em 2em 2.5em 4.5em;
  background-image: url(../../assets/images/lp2/real08.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 18px;
}
@media (max-width: 1000px) {
  .lp_cta_real_bottom p {
    width: 58.1vw;
    height: 15.8vw;
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_real_bottom p {
    background-image: url(../../assets/images/lp2/real08_sp.png);
    width: 85.0666666667vw;
    height: 42.1333333333vw;
    padding: 2.5em 2em;
    font-size: 3.4666666667vw;
  }
}
.lp_cta_real_bottom p span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  background: linear-gradient(transparent 60%, #FFDD00 40%);
}
@media (max-width: 768px) {
  .lp_cta_real_bottom p span {
    font-size: 4.8vw;
  }
}

/*AIエージェント*/
.lp_cta_ai {
  padding: 0 0 6em 0;
  background-image: url(../../assets/images/lp2/ai_bg.jpg);
  background-size: cover;
  background-position: bottom center;
}

.lp_cta_ai_top {
  margin-bottom: 2em;
  padding: 0.75em 0 1.5em;
  background-image: url(../../assets/images/lp2/point_bg.png);
  background-position: bottom center;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (max-width: 1000px) {
  .lp_cta_ai_top {
    font-size: 3.2vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_ai_top {
    padding: 1.5em 0 2.5em;
    background-image: url(../../assets/images/lp2/point_bg_sp.png);
    font-size: 5.3333333333vw;
  }
}
.lp_cta_ai_top span {
  color: #FFDD00;
}

.lp_cta_ai_inner {
  border: 1px solid #fff;
  padding: 3.5em 2em 1em;
}

.lp_cta_ai_title {
  margin-bottom: 1em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1000px) {
  .lp_cta_ai_title {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_ai_title {
    font-size: 6.4vw;
  }
}

.lp_cta_ai_text {
  margin-bottom: 3em;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.4;
  text-align: center;
  color: #fff;
}
@media (max-width: 1000px) {
  .lp_cta_ai_text {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_ai_text {
    line-height: 2;
    font-size: 3.7333333333vw;
  }
}
.lp_cta_ai_text span {
  font-size: 24px;
  color: #FFDD00;
}
@media (max-width: 1000px) {
  .lp_cta_ai_text span {
    font-size: 2.4vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_ai_text span {
    font-size: 3.7333333333vw;
  }
}

.lp_cta_ai_img {
  display: block;
  width: 524px;
  height: auto;
  margin: 0 auto 3em;
}
@media (max-width: 1000px) {
  .lp_cta_ai_img {
    width: 52.4vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_ai_img {
    width: 95%;
  }
}

.lp_cta_ai_img2 {
  display: block;
  width: 616px;
  height: auto;
  margin: 0 auto 2em;
}
@media (max-width: 1000px) {
  .lp_cta_ai_img2 {
    width: 61.6vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_ai_img2 {
    width: 100%;
  }
}

.lp_cta_ai_list {
  width: 600px;
  margin: 0 auto 2em;
}
@media (max-width: 1000px) {
  .lp_cta_ai_list {
    width: 60vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_ai_list {
    width: 95%;
  }
}
.lp_cta_ai_list li {
  margin-bottom: 0.5em;
  padding: 0.75em 0 1em 5em;
  border-radius: 0.25em;
  background-color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .lp_cta_ai_list li {
    font-size: 2.2vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_ai_list li {
    padding: 0.5em 0 0.75em 2.5em;
    font-size: 3.2vw;
  }
}
.lp_cta_ai_list li::before {
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url(../../assets/images/lp2/ai_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  transform: translateY(25%);
}

/*勝てる建築*/
.lp_cta_win {
  padding-bottom: 5em;
}

.lp_cta_win_top {
  margin-bottom: 2em;
  padding: 0.75em 0 1.5em;
  background-image: url(../../assets/images/lp2/point_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (max-width: 1200px) {
  .lp_cta_win_top {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_win_top {
    padding: 1.5em 0 2.5em;
    background-image: url(../../assets/images/lp2/point_bg_sp.png);
    font-size: 5.3333333333vw;
  }
}
.lp_cta_win_top span {
  color: #FFDD00;
}

.lp_cta_win_catch {
  margin-bottom: 1em;
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1200px) {
  .lp_cta_win_catch {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_win_catch {
    margin-bottom: 1.5em;
    font-size: 5.0666666667vw;
  }
}

.lp_cta_win_catch_marker {
  background: linear-gradient(transparent 60%, #FFDD00 40%);
}

.lp_cta_win_catch_orange {
  display: inline-block;
  margin-left: 0.75em;
  padding: 0.4em 0.75em;
  background-color: #ED6B1F;
  font-size: 32px;
  color: #fff;
}
@media (max-width: 1200px) {
  .lp_cta_win_catch_orange {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_win_catch_orange {
    font-size: 3.7333333333vw;
  }
}

.lp_cta_win_text {
  margin-bottom: 3em;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  .lp_cta_win_text {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_win_text {
    font-size: 3.7333333333vw;
  }
}
.lp_cta_win_text span {
  font-weight: bold;
}

.lp_cta_win_inner {
  background-color: #F6F6F6;
  border-radius: 1.5em;
  padding: 5em;
}
@media (max-width: 768px) {
  .lp_cta_win_inner {
    padding: 3em 1.5em;
  }
}

.lp_cta_win_title {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 1200px) {
  .lp_cta_win_title {
    font-size: 3.3333333333vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_win_title {
    font-size: 5.3333333333vw;
  }
}
.lp_cta_win_title::after {
  display: block;
  content: "";
  width: 2em;
  height: 1px;
  margin: 0.5em auto 1em;
  background-color: #000;
}

.lp_cta_win_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 4%;
  grid-row-gap: 2em;
  margin: 2.5em 0 2.5em;
}
@media (max-width: 768px) {
  .lp_cta_win_items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-row-gap: 1em;
  }
}

.lp_cta_win_item {
  width: 100%;
  background-color: #fff;
  padding: 2em 0.5em;
  border-radius: 0.7em;
}
.lp_cta_win_item:nth-of-type(1) {
  grid-area: 1/1/2/2;
  transform: translateX(60%);
}
@media (max-width: 768px) {
  .lp_cta_win_item:nth-of-type(1) {
    grid-area: unset;
    transform: unset;
  }
}
.lp_cta_win_item:nth-of-type(2) {
  grid-area: 1/2/2/3;
  transform: translateX(60%);
}
@media (max-width: 768px) {
  .lp_cta_win_item:nth-of-type(2) {
    grid-area: unset;
    transform: unset;
  }
}
.lp_cta_win_item:nth-of-type(3) {
  grid-area: 1/3/2/4;
  transform: translateX(60%);
}
@media (max-width: 768px) {
  .lp_cta_win_item:nth-of-type(3) {
    grid-area: unset;
    transform: unset;
  }
}
.lp_cta_win_item:nth-of-type(4) {
  grid-area: 2/1/3/2;
}
@media (max-width: 768px) {
  .lp_cta_win_item:nth-of-type(4) {
    grid-area: unset;
  }
}
.lp_cta_win_item:nth-of-type(5) {
  grid-area: 2/2/3/3;
}
@media (max-width: 768px) {
  .lp_cta_win_item:nth-of-type(5) {
    grid-area: unset;
  }
}
.lp_cta_win_item:nth-of-type(6) {
  grid-area: 2/3/3/4;
}
@media (max-width: 768px) {
  .lp_cta_win_item:nth-of-type(6) {
    grid-area: unset;
  }
}
.lp_cta_win_item:nth-of-type(7) {
  grid-area: 2/4/3/5;
}
@media (max-width: 768px) {
  .lp_cta_win_item:nth-of-type(7) {
    grid-area: unset;
    transform: translateX(55%);
  }
}
.lp_cta_win_item img {
  display: block;
  width: 62%;
  height: auto;
  margin: 0 auto 0.5em;
}
.lp_cta_win_item h4 {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .lp_cta_win_item h4 {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_win_item h4 {
    font-size: 2.6666666667vw;
  }
}

.lp_cta_win_text2 {
  margin-top: 1.5em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1200px) {
  .lp_cta_win_text2 {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_win_text2 {
    font-size: 3.7333333333vw;
  }
}

/*MEGA BOXとは*/
.lp_cta_about {
  background-color: #D9D1C4;
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  .lp_cta_about {
    padding-bottom: 2em;
  }
}

.lp_cta_about_bg {
  padding: 8em 0 5em;
  background-image: url(../../assets/images/lp2/about_bg.jpg);
  background-size: cover;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .lp_cta_about_bg {
    padding: 3em 0 10em;
    background-image: url(../../assets/images/lp2/about_bg_sp.jpg);
    margin-bottom: 2.5em;
  }
}

.lp_cta_about_inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 6.5%;
       column-gap: 6.5%;
}
@media (max-width: 768px) {
  .lp_cta_about_inner {
    flex-direction: column-reverse;
  }
}

.lp_cta_about_img {
  width: 520px;
}
@media (max-width: 1200px) {
  .lp_cta_about_img {
    width: 43.3333333333vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_about_img {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .lp_cta_about_textarea {
    text-align: center;
  }
}

.lp_cta_about_catch {
  display: inline-block;
  margin-bottom: 2em;
  padding: 0.5em 1.5em;
  background-color: #FFDD00;
  border-radius: 26px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1200px) {
  .lp_cta_about_catch {
    border-radius: 2.1666666667vw;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_about_catch {
    margin-bottom: 0.5em;
    padding: 0.5em 4em;
    border-radius: 4vw;
    font-size: 3.2vw;
  }
}

.lp_cta_about_title1 {
  margin-bottom: 1.2em;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 1200px) {
  .lp_cta_about_title1 {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_about_title1 {
    font-size: 7.2vw;
  }
}

.lp_cta_about_text {
  width: 400px;
  font-weight: 500;
  color: #fff;
  line-height: 2;
}
@media (max-width: 1200px) {
  .lp_cta_about_text {
    width: 33.3333333333vw;
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_about_text {
    width: 100%;
    margin-bottom: 2em;
    font-size: 3.7333333333vw;
    text-align: left;
  }
}

.lp_cta_about_title2 {
  display: block;
  width: 760px;
  height: 100px;
  margin: 0 auto 0.5em;
  padding-top: 0.25em;
  background-image: url(../../assets/images/lp2/difference01.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 1200px) {
  .lp_cta_about_title2 {
    width: 63.3333333333vw;
    height: 8.3333333333vw;
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_about_title2 {
    padding-top: 0.2em;
    width: 85.0666666667vw;
    height: 12.8vw;
    font-size: 4.5333333333vw;
  }
}
.lp_cta_about_title2 span {
  color: #FFDD00;
}

.lp_cta_about_text2 {
  margin-bottom: 2em;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}

.lp_cta_about_gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}
@media (max-width: 768px) {
  .lp_cta_about_gallery {
    display: none;
  }
}
.lp_cta_about_gallery img {
  width: 100%;
  height: auto;
}

.lp_cta_about_gallery_sp {
  display: none;
  /* 左右ボタンのスタイル */
  /* ドットナビゲーションのスタイル */
}
@media (max-width: 768px) {
  .lp_cta_about_gallery_sp {
    display: block;
  }
}
.lp_cta_about_gallery_sp .slider-container {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.lp_cta_about_gallery_sp .slider-inner {
  position: relative;
  height: 42.6666666667vw;
  /* 画像の高さに合わせて調整 */
}
.lp_cta_about_gallery_sp .slide {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.lp_cta_about_gallery_sp .slide.active {
  opacity: 1;
}
.lp_cta_about_gallery_sp .prev-btn,
.lp_cta_about_gallery_sp .next-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  cursor: pointer;
  padding: 0.25em;
  border-radius: 50%;
  font-size: 1em;
  width: 2em;
  height: 2em;
  text-align: center;
}
.lp_cta_about_gallery_sp .prev-btn {
  left: 4%;
}
.lp_cta_about_gallery_sp .next-btn {
  right: 4%;
}
.lp_cta_about_gallery_sp .dots-container {
  text-align: center;
  padding: 10px 0;
}
.lp_cta_about_gallery_sp .dot {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin: 0.25em;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.lp_cta_about_gallery_sp .dot.active {
  background: #ffcc00;
}

/*集客設計×建築実装*/
.lp_cta_interval {
  padding: 5em 0;
  background-image: url(../../assets/images/lp2/interval_bg.jpg);
  background-size: cover;
  text-align: center;
}

.lp_cta_interval_logo {
  width: 15%;
  height: auto;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .lp_cta_interval_logo {
    width: 34.9333333333vw;
  }
}

.lp_cta_interval_title {
  margin-bottom: 1.25em;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 1000px) {
  .lp_cta_interval_title {
    font-size: 2.8vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_interval_title {
    font-size: 5.3333333333vw;
  }
}

.lp_cta_interval_text {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1000px) {
  .lp_cta_interval_text {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_interval_text {
    font-size: 3.7333333333vw;
  }
}

/*会社概要*/
.lp_cta_company {
  padding: 4em 0 5em;
}
@media (max-width: 768px) {
  .lp_cta_company {
    padding: 2em 0 4em;
  }
}

.lp_cta_company_title {
  margin-top: 0.5em;
  margin-bottom: 2em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 28px;
}
@media (max-width: 1000px) {
  .lp_cta_company_title {
    font-size: 2.8vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_company_title {
    margin-top: 0.25em;
    margin-bottom: 1em;
    font-size: 5.6vw;
  }
}

.lp_cta_company_item {
  display: flex;
  padding: 1.5em 1em;
  border-bottom: 1px solid #C7C7C7;
}
.lp_cta_company_item:first-of-type {
  border-top: 1px solid #C7C7C7;
}
.lp_cta_company_item dt {
  width: 20%;
}
@media (max-width: 768px) {
  .lp_cta_company_item dt {
    width: 25%;
  }
}
.lp_cta_company_item dd {
  width: 80%;
}
@media (max-width: 768px) {
  .lp_cta_company_item dd {
    width: 75%;
  }
}

/*footer*/
.lp_cta_footer {
  background-color: #000;
  padding: 2em;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 1000px) {
  .lp_cta_footer {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_footer {
    font-size: 2.6666666667vw;
  }
}

/*資料請求・お問い合わせ*/
.lp_cta_contact_header {
  margin-bottom: 2em;
  background-color: #D9D1C4;
  padding: 4em;
  text-align: center;
}

.lp_cta_contact_catch {
  display: inline-block;
  margin-bottom: 1.4em;
  padding: 0.5em 2em;
  background-color: #FFDD00;
  border-radius: 26px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1000px) {
  .lp_cta_contact_catch {
    border-radius: 2.6vw;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_contact_catch {
    border-radius: 4vw;
    font-size: 3.2vw;
  }
}

.lp_cta_contact_title {
  margin-bottom: 1.5em;
  font-family: "Shippori Mincho", serif;
  font-size: 60px;
  letter-spacing: 0.1em;
}
@media (max-width: 1000px) {
  .lp_cta_contact_title {
    font-size: 6vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_contact_title {
    font-size: 6.6666666667vw;
  }
}
.lp_cta_contact_title::before {
  display: block;
  content: "mega box";
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .lp_cta_contact_title::before {
    font-size: 3.2vw;
  }
}
@media (max-width: 768px) {
  .lp_cta_contact_title::before {
    font-size: 4.2666666667vw;
  }
}

.lp_cta_contact_text {
  line-height: 1.8;
}

/**
* object
* ========================== */
/* utility ------------ */
/* etc */
.lp_cta_pcnone {
  display: none;
}
@media (max-width: 768px) {
  .lp_cta_pcnone {
    display: inline;
  }
}

.lp_cta_spnone {
  display: inline;
}
@media (max-width: 768px) {
  .lp_cta_spnone {
    display: none;
  }
}

.lp_cta_tbonly {
  display: none;
}
@media (max-width: 768px) {
  .lp_cta_tbonly {
    display: inline;
  }
}

.lp_cta_pconly {
  display: inline;
}
@media (max-width: 768px) {
  .lp_cta_pconly {
    display: none;
  }
}

.lp_cta_ti1 {
  text-indent: 1em;
}

.lp_cta_tac {
  text-align: center;
}

.lp_cta_tar {
  text-align: right;
}

.lp_cta_tal {
  text-align: left;
}

.lp_cta_fwb {
  font-weight: bold;
}

.lp_cta_bold {
  font-weight: bold;
}

.lp_cta_marker {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #FFDD00 40%);
}
/*# sourceMappingURL=style.css.map */