/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */


.amazon_v2_mailmaga_flg {
 display: none;  
}
.p-lp__product  {
 display: none;  
}
.mailmaga_flg{
 display: none;  
}

*,
::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 */
}

/* 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;
  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] {
  -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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}/*# sourceMappingURL=reset.css.map */



@charset "UTF-8";
.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 460px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

/* animation */
.animation_dokundokun {
  animation: dokundokun 1500ms ease infinite;
}

@keyframes dokundokun {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.08);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.08);
  }
  70% {
    transform: scale(1);
  }
}
.animation_fuwafuwa {
  animation: fuwafuwa 2s linear infinite;
  scale: 1;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animation_shiny {
  background-size: 600% 100%;
  animation: shine 20s infinite;
  animation-delay: 0s;
  animation-timing-function: linear;
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.scrollin {
  opacity: 1;
  transform: translateY(0);
}


body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight:900;
@media screen and (max-width: 750px) {
  body {
    position: static;
  }
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

/* 上層固定背景 */
.bg {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #eee;
}
@media screen and (max-width: 1000px) {
  .bg {
    z-index: 2;
  }
}
@media screen and (max-width: 750px) {
  .bg {
    display: none;
  }
}

/* 上層固定背景 内部 */
.bg_content {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .bg_content {
    display: none;
  }
}

.cta-fixed {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 750px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .cta-fixed {
    display: block;
  }
}

.lp_body {
  z-index: 3;
  width: 100%;
    max-width: 1100px;
    margin:0 auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp_body {
    position: static;
    transform: none;
    overflow-x: hidden;
  }
}
  
  .lp_body_wrap {
      width: 100%;
    max-width: 750px;
    margin:0 auto 80px;
  }
  
  .l-contents__frame {
  padding: 0 !important;
}
  
  .form_top {
    display:flex;
      align-items: center;
  gap: 8px;
    margin-bottom:24px;
  }
  
  .form_link {
    color:#0000ee;
    font-size:10px;
  }
  
  .form_bottom {
        display:flex;
      align-items: center;
  gap: 8px;
        margin-bottom:24px;
  }

  
/*------------------- attention ------------------*/
.attention {
  height: 920px;
  background-image: url(/lp_media/img/attention_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .attention {
    height: 600px;
  }
}

.attention_content {
  width: 95%;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .attention_content {
    padding: 40px 0;
  }
}

.attention_top {
  flex: 1;
}

.attention_top p,
.attention_bottom p:nth-child(1) {
  font-size: 32px;
  color: #fff;
  font-weight: 900;
  line-height: 1.8;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .attention_top p,
  .attention_bottom p:nth-child(1) {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.attention_top p .small_txt,
.attention_bottom p:nth-child(1) .small_txt {
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  .attention_top p .small_txt,
  .attention_bottom p:nth-child(1) .small_txt {
    font-size: 16px;
  }
}
.attention_top p .red_bg,
.attention_bottom p:nth-child(1) .red_bg {
  background-color: #B50000;
}
.attention_top p .note_txt,
.attention_bottom p:nth-child(1) .note_txt {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .attention_top p .note_txt,
  .attention_bottom p:nth-child(1) .note_txt {
    font-size: 14px;
  }
}

.attention_bottom p:nth-child(2) {
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .attention_bottom p:nth-child(2) {
    font-size: 14px;
  }
}

/*------------------- limit ------------------*/
.limit {
  background: linear-gradient(135deg, #91c9e2 0%, #5ba3c2 100%);
  padding: 60px 0;
}
@media screen and (max-width: 750px) {
  .limit {
    padding: 40px 0;
  }
}

.limit_top {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  padding: 8px 24px;
}

.limit_top span {
  font-size: 28px;
  background: linear-gradient(transparent 60%, #ffe292 60%);
}
@media screen and (max-width: 750px) {
  .limit_top span {
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
  }
}
@media screen and (max-width: 375px) {
  .limit_top span {
    font-size: 18px;
  }
}

.limit_heading {
  font-size: 76px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  letter-spacing: -0.04em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
}
@media screen and (max-width: 750px) {
  .limit_heading {
    font-size: 42px;
  }
}
@media screen and (max-width: 375px) {
  .limit_heading {
    font-size: 38px;
  }
}

.limit_band {
  background-color: #fff;
  padding: 12px 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 750px) {
  .limit_band {
    padding: 12px 20px;
    margin-bottom: 16px;
  }
}
.limit_band p {
  font-size: 22px;
  line-height: 1.8;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .limit_band p {
    font-size: 18px;
  }
}

.limit_bottom {
  width: 95%;
  margin: 0 auto;
}

/*------------------- point ------------------*/
.point_inner {
  background-color: #2d2d2d;
  padding: 32px 0;
}
@media screen and (max-width: 750px) {
  .point_inner {
    padding: 20px;
  }
}

.point_list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.point_item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .point_item {
    grid-template-columns: 42px 1fr;
    gap: 8px;
    margin-bottom: 8px;
  }
}
.point_item:last-child {
  margin-bottom: 0;
}

.point_item_txt {
  color: #fff;
  font-size: 34px;
}
@media screen and (max-width: 750px) {
  .point_item_txt {
    font-size: 22px;
    line-height: 1.4;
  }
}
.point_item_txt .small_txt {
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  .point_item_txt .small_txt {
    font-size: 18px;
  }
}
.point_item_txt .yellow_txt {
  display: inline-block;
  color: #ffff8b;
  border-bottom: 2px solid #fff;
}

.point_line {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #cbac4c 0%, #cbad54 14%, #c5a850 21%, #e5d578 44%, #e9da7d 52%, #f1eb8a 65%, #eee684 76%, #e2cd6d 88%, #ad913c 100%);
}

/*------------------- cta ------------------*/
.cta {
  width: 100%;
  overflow-x: hidden;
}

.cta_wrap {
  position: relative;
}

.cta_heading {
  padding-top: 40px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .cta_heading {
    padding-top: 12px;
  }
}

.cta_heading_inner {
  background: linear-gradient(90deg, #cbac4c 0%, #cbad54 14%, #c5a850 21%, #e5d578 44%, #e9da7d 52%, #f1eb8a 65%, #eee684 76%, #e2cd6d 88%, #ad913c 100%);
  padding: 20px 80px 20px 0;
}
@media screen and (max-width: 750px) {
  .cta_heading_inner {
    padding: 12px 20px 12px 0;
  }
}

.cta_heading_txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-left: 172px;
}
@media screen and (max-width: 750px) {
  .cta_heading_txt {
    padding-left: 80px;
  }
}

.cta_heading_tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  font-size: 38px;
  color: #B50000;
  width: 160px;
  height: 160px;
  background-image: url(/lp_media/img/circle.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 750px) {
  .cta_heading_tag {
    width: 74px;
    height: 74px;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1;
    padding-left: 2px;
  }
}

.cta_heading_txt h2 {
  font-size: 54px;
  font-weight: bolder;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .cta_heading_txt h2 {
    font-size: 28px;
  }
}
.cta_heading_txt h2 span {
  font-size: 38px;
}
@media screen and (max-width: 750px) {
  .cta_heading_txt h2 span {
    font-size: 22px;
  }
}

.cta_bottom {
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
@media screen and (max-width: 750px) {
  .cta_bottom {
    width: 95%;
    bottom: 3.2vw;
  }
}


.cta_btn {
  display: block;
  margin-bottom: 238px;
  transition: all .3s;
  }
@media screen and (max-width: 750px) {
  .cta_btn {
    margin-bottom: 32vw;
  }
}
.cta_btn:hover {
  opacity: 0.7;
}

/*------------------- notice ------------------*/
.notice {
  background-color: #ffe000;
  padding: 24px 0;
}

.notice_heading {
  background-color: #111;
  font-size: 36px;
  color: #fff;
  font-weight: bolder;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  border-radius: 100px;
  padding: 4px 32px;
}
@media screen and (max-width: 750px) {
  .notice_heading {
    font-size: 26px;
  }
}

.notice_content {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 44% 1fr;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .notice_content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.notice_content p {
  font-size: 22px;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .notice_content p {
    font-size: 20px;
  }
}

/*------------------- topic ------------------*/
.topic_content {
  position: relative;
  padding-top: 400px;
}
@media screen and (max-width: 750px) {
  .topic_content {
    padding-top: 52vw;
  }
}

.topic_middle {
  position: absolute;
  top: 0;
  left: 0;
}

.topic_inner {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 120px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 42%, white 52%, white 62%, rgba(255, 255, 255, 0) 100%);
  padding: 60px 0;
}
@media screen and (max-width: 750px) {
  .topic_inner {
    bottom: 16vw;
    padding: 8vw 0;
  }
}

.topic_txt {
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  color: #6abee2;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 68px;
}
@media screen and (max-width: 750px) {
  .topic_txt {
    font-size: 9vw;
  }
}
.topic_txt span {
  font-size: 54px;
}
@media screen and (max-width: 750px) {
  .topic_txt span {
    font-size: 7.2vw;
  }
}

/*------------------- cta-sm ------------------*/
.cta-sm {
  position: relative;
  padding-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .cta-sm {
    padding-bottom: 32px;
  }
}

.cta-sm .cta_btn {
  display: block;
  width: 90%;
  position: absolute;
  z-index: 5;
  bottom: 82px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  animation: cta-sm_btn 1500ms ease infinite;
  margin:0;
}
@media screen and (max-width: 750px) {
  .cta-sm .cta_btn {
    width: 95%;
     bottom: 60px;
  }
}

@keyframes cta-sm_btn {
  0% {
    transform: translateX(-50%) scale(1);
  }
  15% {
    transform: translateX(-50%) scale(1.08);
  }
  30% {
    transform: translateX(-50%) scale(1);
  }
  45% {
    transform: translateX(-50%) scale(1.08);
  }
  70% {
    transform: translateX(-50%) scale(1);
  }
}
/*------------------- relax ------------------*/
.relax_top {
  background-image: url(/lp_media/img/relax_top_bg.webp);
  background-size: cover;
  background-position: center;
  padding: 54px 0 32px;
}
.relax_top img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .relax_top img {
    width: 100%;
  }
}

.relax_top_tag {
  display: block;
  width: 90%;
  margin: 0 auto 4px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #6abee2 42%, #6abee2 52%, #6abee2 62%, rgba(255, 255, 255, 0) 100%);
  text-align: center;
  color: #fff;
  font-size: 28px;
  padding: 8px 0;
}
@media screen and (max-width: 750px) {
  .relax_top_tag {
    font-size: 20px;
    padding: 6px 0;
  }
}

.relax_middle {
  position: relative;
}

.relax_middle_txt {
  color: #fff;
  font-size: 32px;
  font-weight: bolder;
  position: absolute;
  bottom: 120px;
  left: 6%;
  line-height: 2.4;
  text-shadow: 4px 4px 12px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 750px) {
  .relax_middle_txt {
    font-size: 4.5vw;
    bottom: 16vw;
    left: 4%;
    text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.8);
  }
}

/*------------------- trouble ------------------*/
.trouble_top {
  position: relative;
  font-family: "GenkaiMincho", serif;
  background-color: #fff;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .trouble_top {
    padding-bottom: 10vw;
  }
}

.trouble_top_heading {
  font-size: 52px;
  font-weight: bolder;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 60px;
  width: 100%;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .trouble_top_heading {
    font-size: 6.8vw;
    top: 8vw;
  }
}
.trouble_top_heading span {
  font-size: 62px;
}
@media screen and (max-width: 750px) {
  .trouble_top_heading span {
    font-size: 8.2vw;
  }
}

.trouble_top_list {
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .trouble_top_list {
    bottom: 8vw;
  }
}

.trouble_top_item {
  width: 85%;
  margin: 0 auto;
  background-color: rgba(142, 0, 0, 0.84);
  color: #fff;
  font-size: 36px;
  padding: 8px 0;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .trouble_top_item {
    font-size: 4.8vw;
    padding: 6px 0;
    margin-bottom: 2vw;
    width: 90%;
  }
}
.trouble_top_item span {
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  .trouble_top_item span {
    font-size: 4vw;
  }
}
.trouble_top_item:last-child {
  margin-bottom: 0;
}

.trouble_bottom_heading {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 32%, #111111 68%, rgba(17, 17, 17, 0) 100%);
  padding: 40px 0;
}
@media screen and (max-width: 750px) {
  .trouble_bottom_heading {
    padding: 5.4vw 0;
  }
}

.trouble_bottom_heading h3 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-family: "GenkaiMincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .trouble_bottom_heading h3 {
    font-size: 5.4vw;
  }
}
.trouble_bottom_heading h3 span {
  font-size: 56px;
}
@media screen and (max-width: 750px) {
  .trouble_bottom_heading h3 span {
    font-size: 7.4vw;
  }
}
.trouble_bottom_heading h3 span span {
  font-size: 72px;
}
@media screen and (max-width: 750px) {
  .trouble_bottom_heading h3 span span {
    font-size: 9.6vw;
  }
}

.trouble_bottom_list {
  font-family: "GenkaiMincho", serif;
  position: relative;
  z-index: 2;
}

.trouble_bottom_item {
  width: 85%;
  margin: 0 auto;
  background-color: rgba(142, 0, 0, 0.84);
  color: #fff;
  font-size: 36px;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .trouble_bottom_item {
    font-size: 4.8vw;
    padding: 1.6vw 0;
    margin-bottom: 2vw;
    width: 90%;
  }
}
.trouble_bottom_item span {
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  .trouble_bottom_item span {
    font-size: 4vw;
  }
}
.trouble_bottom_item:last-child {
  margin-bottom: 0;
}
.trouble_bottom_item:nth-child(2) {
  letter-spacing: 0.01em;
}

.trouble_bottom_bg {
  background-image: url(/lp_media/img/trouble_bottom.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 20px;
}
.trouble_bottom_bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
}

.trouble_bottom_txt {
  background-color: #111;
  padding: 40px 0;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .trouble_bottom_txt {
    padding: 5.4vw 0;
  }
}
.trouble_bottom_txt p {
  font-size: 38px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .trouble_bottom_txt p {
    font-size: min(38px, 5.8vw);
  }
}
.trouble_bottom_txt p span {
  background: linear-gradient(180deg, #fff 0%, #fff 60%, #ffb3b3 60%, #ffb3b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*------------------- reason ------------------*/
.reason {
  background-image: url(/lp_media/img/reason_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .reason {
    padding-bottom: 40px;
  }
}

  .reason_heading {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px) , 50% 100%, 0 calc(100% - 64px));
}
  @media screen and (max-width: 750px) {
     .reason_heading {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 46px) , 50% 100%, 0 calc(100% - 46px));
    }
  }
  
.reason_item {
  padding: 120px 8% 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 750px) {
  .reason_item {
    padding: 16vw 5% 14vw;
  }
}

.reason_item_num {
  width: 100px;
  height: 100px;
  background-image: url(/lp_media/img/circle.webp);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
  font-family: "toppan-bunkyu-mincho-pr6n", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
}
@media screen and (max-width: 750px) {
  .reason_item_num {
    width: 13vw;
    height: 13vw;
    top: -2vw;
    padding-top: 1.2vw;
  }
}

.reason_item_num_txt span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.reason_item_num_txt span:nth-child(1) {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .reason_item_num_txt span:nth-child(1) {
    font-size: 2.4vw;
  }
}
.reason_item_num_txt span:nth-child(2) {
  font-size: 38px;
}
@media screen and (max-width: 750px) {
  .reason_item_num_txt span:nth-child(2) {
    font-size: 5vw;
  }
}

.reason_item:nth-child(1) {
  background-image: url(/lp_media/img/reason_bg1.webp);
}

.reason_item:nth-child(2) {
  background-image: url(/lp_media/img/reason_bg2.webp);
}
.reason_item:nth-child(2) .reason_item_ttl {
  margin-left: auto;
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
}
.reason_item:nth-child(2) .reason_item_txt {
  margin-left: auto;
}

.reason_item:nth-child(3) {
  background-image: url(/lp_media/img/reason_bg3.webp);
}

.reason_item_ttl {
  font-size: 64px;
  color: #fff;
  line-height: 1.3;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .reason_item_ttl {
    font-size: 9vw;
    margin-bottom: 2.1vw;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  }
}
.reason_item_ttl span {
  font-size: 42px;
}
@media screen and (max-width: 750px) {
  .reason_item_ttl span {
    font-size: 6vw;
  }
}

.reason_item_txt {
  line-height: 2;
  font-size: 20px;
  color: #fff;
  width: 56%;
  text-align: justify;
}
@media screen and (max-width: 750px) {
  .reason_item_txt {
    font-size: max(2.6vw, 14px);
    width: 100%;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  }
}

.reason_bottom {
  width: 84%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  row-gap: 16px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .reason_bottom {
    width: 90%;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 12px;
  }
}

.reason_bottom span {
  padding-left: 32px;
  position: relative;
  display: block;
  font-size: 26px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .reason_bottom span {
    font-size: 16px;
    padding-left: 22px;
  }
}
.reason_bottom span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url(/lp_media/img/reason_icon.webp);
  background-size: 100% 100%;
}
@media screen and (max-width: 750px) {
  .reason_bottom span::before {
    width: 16px;
    height: 16px;
  }
}

/*------------------- confidence ------------------*/
.confidence_bottom {
  padding: 40px 0;
}
@media screen and (max-width: 750px) {
  .confidence_bottom {
    padding: 20px 0;
  }
}

.confidence_txt {
  font-size: 32px;
  font-weight: bolder;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .confidence_txt {
    font-size: 22px;
  }
}
.confidence_txt .big_txt {
  font-size: 42px;
}
@media screen and (max-width: 750px) {
  .confidence_txt .big_txt {
    font-size: 28px;
  }
}
.confidence_txt .red_txt {
  font-size: 42px;
  color: #c10000;
}
@media screen and (max-width: 750px) {
  .confidence_txt .red_txt {
    font-size: 28px;
  }
}

.confidence_logo {
  width: 500px;
  margin: 0 auto 12px;
}
@media screen and (max-width: 750px) {
  .confidence_logo {
    width: 68vw;
    margin: 0 auto 4px;
  }
}

/*------------------- survey ------------------*/
.survey_top {
  background-color: #111;
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 750px) {
  .survey_top {
    padding: 24px 0;
  }
}

.survey_top_heading {
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
@media screen and (max-width: 750px) {
  .survey_top_heading {
    font-size: 20px;
    margin: 0 auto 20px;
  }
}
.survey_top_heading span {
  font-size: 40px;
}
@media screen and (max-width: 750px) {
  .survey_top_heading span {
    font-size: 24px;
  }
}
.survey_top_heading span span {
  font-size: 62px;
}
@media screen and (max-width: 750px) {
  .survey_top_heading span span {
    font-size: 32px;
  }
}

.survey_top_content {
  position: relative;
  z-index: 5;
}

.survey_top_bg {
  width: 100%;
  position: absolute;
  bottom: 180px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .survey_top_bg {
    bottom: 200px;
  }
}
@media screen and (max-width: 400px) {
  .survey_top_bg {
    bottom: 240px;
  }
}

.survey_top_line {
  width: 320px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 750px) {
  .survey_top_line {
    width: 40%;
    margin: 0 auto 20px;
  }
}

.survey_top_img {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .survey_top_img {
    width: 86%;
  }
}

.survey_top_txt {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  width: 86%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .survey_top_txt {
    font-size: 16px;
    width: 90%;
  }
}
.survey_top_txt span {
  color: #ffda73;
}

.survey_top_note {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  display: block;
  width: 86%;
  margin: 12px auto 0;
}
@media screen and (max-width: 750px) {
  .survey_top_note {
    font-size: 12px;
    width: 90%;
  }
}

.survey_bottom_heading {
  background-image: url(/lp_media/img/survey_bottom_heading.webp);
  background-size: cover;
  padding: 40px 0;
}
@media screen and (max-width: 750px) {
  .survey_bottom_heading {
    padding: 20px 0;
  }
}
@media screen and (max-width: 375px) {
  .survey_bottom_heading {
    padding: 12px;
  }
}

.survey_bottom_heading h2 {
  color: #fff;
  font-size: 52px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .survey_bottom_heading h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 375px) {
  .survey_bottom_heading h2 {
    line-height: 1.5;
  }
}
.survey_bottom_heading h2 span {
  font-size: 36px;
}
@media screen and (max-width: 750px) {
  .survey_bottom_heading h2 span {
    font-size: 20px;
  }
}

.survey_bottom_content {
  position: relative;
  padding: 40px 0 32px;
}
@media screen and (max-width: 750px) {
  .survey_bottom_content {
    padding: 32px 0;
  }
}

.survey_bottom_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/lp_media/img/survey_bottom_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
.survey_bottom_bg::after {
  content: "";
  background-color: #2d2d2d;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}

.survey_bottom_list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 32px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .survey_bottom_list {
    margin: 0 auto 20px;
  }
}

.survey_bottom_list li {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 54px;
  position: relative;
  color: #fff;
  font-size: 54px;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .survey_bottom_list li {
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .survey_bottom_list li {
    font-size: 24px;
  }
}
.survey_bottom_list li:last-child {
  margin-bottom: 0;
}
.survey_bottom_list li span {
  font-size: 38px;
}
@media screen and (max-width: 750px) {
  .survey_bottom_list li span {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .survey_bottom_list li span {
    font-size: 22px;
  }
}
.survey_bottom_list li::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background-image: url(/lp_media/img/check_icon.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .survey_bottom_list li::after {
    width: 20px;
    height: 20px;
  }
}

.survey_bottom_txt {
  width: 86%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .survey_bottom_txt {
    width: 90%;
  }
}

.survey_bottom_txt p {
  font-size: 24px;
  background-color: #fff;
  line-height: 1.8;
  display: inline;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .survey_bottom_txt p {
    font-size: 18px;
  }
}

.survey_bottom_txt p span {
  background: linear-gradient(transparent 60%, #ffda73 60%);
}

/*------------------- voice ------------------*/
.voice_top {
  background-color: #fffafa;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .voice_top {
    padding-bottom: 24px;
  }
}

.voice_top_heading {
  padding-bottom: 180px;
}
@media screen and (max-width: 750px) {
  .voice_top_heading {
    padding-bottom: 30vw;
  }
}
@media screen and (max-width: 400px) {
  .voice_top_heading {
    padding-bottom: 32vw;
  }
}
@media screen and (max-width: 375px) {
  .voice_top_heading {
    padding-bottom: 36vw;
  }
}

.voice_top_content {
  padding: 24px 0;
  position: absolute;
  width: 86%;
  top: 480px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/lp_media/img/voice_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 4px solid #ff8d8d;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .voice_top_content {
    top: 64vw;
    width: 90%;
    padding: 3.2vw 0;
  }
}
.voice_top_content .voice_top_txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
}

.voice_top_list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .voice_top_list {
    font-size: 5vw;
  }
}
.voice_top_list li {
  width: -moz-fit-content;
  width: fit-content;
}

.voice_top_txt {
  color: #B50000;
  font-size: 42px;
  text-align: center;
  line-height: 1.4;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .voice_top_txt {
    font-size: 26px;
  }
}
@media screen and (max-width: 400px) {
  .voice_top_txt {
    font-size: 24px;
  }
}
.voice_top_txt .small_txt {
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  .voice_top_txt .small_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .voice_top_txt .small_txt {
    font-size: 18px;
  }
}
.voice_top_txt .bg_txt {
  background: linear-gradient(transparent 60%, #ffda73 60%);
}

.voice_bottom {
  background-image: url(/lp_media/img/voice_bottom_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 24px 0;
}

.voice_bottom_heading {
  width: 80%;
  margin: 0 auto 24px;
}

.voice_bottom_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 86%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .voice_bottom_list {
    width: 96%;
    gap: 8px;
  }
}

.voice_bottom_item {
  background-color: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

.voice_bottom_txt {
  padding: 16px;
}
@media screen and (max-width: 750px) {
  .voice_bottom_txt {
    padding: 8px 10px;
    text-align: justify;
  }
}
.voice_bottom_txt p {
  line-height: 1.5;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .voice_bottom_txt p {
    font-size: 16px;
  }
}
.voice_bottom_txt .pink_txt {
  color: #ff8d8d;
}
.voice_bottom_txt .small_txt {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .voice_bottom_txt .small_txt {
    font-size: 14px;
  }
}

/*------------------- case ------------------*/
.case {
  position: relative;
  background-color: #111;
  padding-bottom: 40px;
}
.case::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 100px);
  bottom: 0;
  left: 0;
  background-image: url(/lp_media/img/reason_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.case_heading {
  position: relative;
  z-index: 5;
}

.case_list {
  position: relative;
  z-index: 5;
  width: 86%;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (max-width: 750px) {
  .case_list {
    width: 96%;
    padding-top: 16px;
  }
}

.case_item {
  background-color: #fff;
  background-image: url(/lp_media/img/voice_bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 32px;
  border: 5px solid #ecd59f;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
}
@media screen and (max-width: 750px) {
  .case_item {
    margin-bottom: 12px;
    border: 3px solid #ecd59f;
    padding: 12px;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
  }
}
.case_item:last-child {
  margin-bottom: 0;
}

.case_item:nth-child(1) .case_item_top {
  display: grid;
  grid-template-columns: 1fr 40%;
}
@media screen and (max-width: 750px) {
  .case_item:nth-child(1) .case_item_top {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 750px) {
  .case_item:nth-child(1) .case_item_top img {
    order: -1;
    max-width: 240px;
    margin: 0 auto;
  }
}

.case_item:nth-child(2) .case_item_top,
.case_item:nth-child(4) .case_item_top {
  display: grid;
  grid-template-columns: 26% 1fr;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .case_item:nth-child(2) .case_item_top,
  .case_item:nth-child(4) .case_item_top {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.case_item:nth-child(2) .case_item_top img,
.case_item:nth-child(4) .case_item_top img {
  order: -1;
}
@media screen and (max-width: 750px) {
  .case_item:nth-child(2) .case_item_top img,
  .case_item:nth-child(4) .case_item_top img {
    max-width: 180px;
    margin: 0 auto;
  }
}

.case_item:nth-child(3) .case_item_top {
  display: grid;
  grid-template-columns: 1fr 26%;
}
@media screen and (max-width: 750px) {
  .case_item:nth-child(3) .case_item_top {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 750px) {
  .case_item:nth-child(3) .case_item_top img {
    max-width: 180px;
    margin: 0 auto;
    order: -1;
  }
}

.case_item_top {
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .case_item_top {
    margin-bottom: 8px;
    gap: 12px;
  }
}

.case_item_name {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .case_item_name {
    font-size: 16px;
  }
}
.case_item_name span {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .case_item_name span {
    font-size: 12px;
  }
}
.case_item_name .case_item_job {
  font-size: 24px;
  letter-spacing: -0.14em;
}
@media screen and (max-width: 750px) {
  .case_item_name .case_item_job {
    font-size: 16px;
  }
}

.case_item_title h3 {
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .case_item_title h3 {
    font-size: 24px;
  }
}
.case_item_title h3 span {
  font-size: 22px;
}
@media screen and (max-width: 750px) {
  .case_item_title h3 span {
    font-size: 18px;
  }
}

.case_item_txt {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .case_item_txt {
    font-size: 16px;
    line-height: 1.7;
  }
}

.case_line {
  display: block;
  width: 100px;
  height: 5px;
  background: linear-gradient(90deg, #d0ad53 0%, #ecd59f 100%);
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .case_line {
    margin-top: 4px;
    height: 3px;
  }
}

.case_note {
  color: #fff;
  font-size: 16px;
  display: block;
  width: 86%;
  margin: 24px auto 0;
  text-align: right;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .case_note {
    width: 96%;
    margin: 16px auto 0;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
  }
}

/*------------------- natural ------------------*/
.natural_top {
  background-image: url(/lp_media/img/natural_top_bg.webp);
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}

.natural_top_heading {
  background: linear-gradient(90deg, rgba(106, 190, 226, 0) 0%, #6abee2 50%, rgba(106, 190, 226, 0) 100%);
  padding: 8px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .natural_top_heading {
    background: linear-gradient(90deg, rgba(106, 190, 226, 0) 0%, #6abee2 12%, #6abee2 50%, #6abee2 88%, rgba(106, 190, 226, 0) 100%);
  }
}

.natural_top_heading h2 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .natural_top_heading h2 {
    font-size: 24px;
  }
}
.natural_top_heading h2 span {
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  .natural_top_heading h2 span {
    font-size: 20px;
  }
}

.natural_top_content {
  background-color: rgba(255, 255, 255, 0.74);
  padding: 24px;
  width: 86%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .natural_top_content {
    width: 96%;
    padding: 16px 12px;
  }
}
.natural_top_content p {
  font-size: 22px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .natural_top_content p {
    font-size: 16px;
  }
}

.natural_bottom {
  padding: 24px 0 40px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .natural_bottom {
    padding: 24px 0 24px;
  }
}
.natural_bottom img {
  width: 86%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .natural_bottom img {
    width: 96%;
  }
}

/*------------------- flow ------------------*/
.flow {
  background-image: url(/lp_media/img/flow_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.flow_heading {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #192d36 50%, rgba(255, 255, 255, 0) 100%);
  padding: 20px 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .flow_heading {
    padding: 12px 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #192d36 12%, #192d36 50%, #192d36 88%, rgba(255, 255, 255, 0) 100%);
  }
}

.flow_heading_top {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  margin: 0 auto 4px;
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  .flow_heading_top {
    font-size: 18px;
  }
}

.flow_heading_main {
  font-size: 52px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .flow_heading_main {
    font-size: 28px;
  }
}
.flow_heading_main span {
  font-size: 38px;
}
@media screen and (max-width: 750px) {
  .flow_heading_main span {
    font-size: 20px;
  }
}

.flow_item_txt {
  font-size: 20px;
  line-height: 2;
  padding: 32px;
}
.flow_item_txt span {
  background-color: #ffda73;
}
@media screen and (max-width: 750px) {
  .flow_item_txt {
    font-size: 16px;
    line-height: 1.7;
    padding: 16px 12px;
  }
}

/*------------------- qa ------------------*/
.qa {
  padding: 60px 0 0;
}
@media screen and (max-width: 750px) {
  .qa {
    padding: 40px 0 0;
  }
}

.qa_heading {
  font-size: 42px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
@media screen and (max-width: 750px) {
  .qa_heading {
    font-size: 28px;
    margin: 0 auto 20px;
  }
}

.qa_item {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .qa_item {
    font-size: 16px;
  }
}

.qa_question {
  background-color: rgba(106, 190, 226, 0.23);
  padding: 6px 32px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .qa_question {
    padding: 4px 12px;
    grid-template-columns: 28px 1fr;
    gap: 8px;
  }
}

.qa_answer {
  background-color: rgba(106, 190, 226, 0.07);
  padding: 6px 32px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
}
@media screen and (max-width: 750px) {
  .qa_answer {
    padding: 4px 12px;
    grid-template-columns: 28px 1fr;
    gap: 8px;
  }
}
.qa_answer span {
  display: block;
  margin-top: 4px;
}
@media screen and (max-width: 750px) {
  .qa_answer span {
    margin-top: 0;
  }
}

/*------------------- footer ------------------*/
.footer {
  height: 0;
  background-color: #111;
}
@media screen and (max-width: 750px) {
  .footer {
    height: 42vw;
  }
}
  @media screen and (max-width: 750px) {
  .l-contents__frame {
    width:100%;
    padding:0;
    }
  }
  
  
  /*# sourceMappingURL=index.css.map */