@charset "UTF-8";
/*--------------------------------------------------
Global (variable, mixin, function)
--------------------------------------------------*/
/*--------------------------------------------------
Variables
--------------------------------------------------*/
/*---------- フォント ----------*/
/*--------------------------------------------------
Global (variable, mixin, function)
--------------------------------------------------*/
/*--------------------------------------------------
Mixin
--------------------------------------------------*/
/*---------- Responsive ----------*/
/*---------- fade animetion ----------*/
.fade_up_trigger {
  opacity: 0;
}

.fade_in {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
/*---------- mixin ----------*/
/*--------------------------------------------------
Module
--------------------------------------------------*/
/*--------------------------------------------------
Global (variable, mixin, function)
--------------------------------------------------*/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 */
}

caption {
  text-align: left;
}

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

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

/*--------------------------------------------------
Base
--------------------------------------------------*/
@-webkit-keyframes smooth-scroll-1 {
  from, to {
    scroll-behavior: smooth;
  }
}
@keyframes smooth-scroll-1 {
  from, to {
    scroll-behavior: smooth;
  }
}
html {
  font-size: 62.5%;
  -webkit-animation: smooth-scroll-1 1s;
          animation: smooth-scroll-1 1s;
}
html :focus {
  outline: none;
}

body {
  font: 1.6rem "Zen Old Mincho", serif;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  letter-spacing: 0;
  color: #1d1d1d;
  background-color: #fff;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

em {
  font-style: normal;
}

table {
  width: 100%;
}

/*--------------------------------------------------
Utility
--------------------------------------------------*/
/*---------- Display ----------*/
@media all and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
  a[href^="tel:"] {
    text-decoration: none !important;
    color: inherit !important;
    cursor: default !important;
    pointer-events: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
/*--------------------------------------------------
Global (variable, mixin, function)
--------------------------------------------------*/
/*--------------------------------------------------
Typography
--------------------------------------------------*/
/* Section title */
.lp_section_header {
  margin-bottom: 40px;
}
.lp_section_header .lp_section_title {
  color: #1da132;
  margin-bottom: 4px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
}
.lp_section_header .lp_section_text {
  font-weight: 600;
  text-align: center;
}

.fs_14 {
  font-size: 1.4rem;
}

.fs_40 {
  font-size: 4rem;
}

.fs_66 {
  font-size: 6.6rem;
}

.fs_84 {
  font-size: 8.4rem;
}

/*--------------------------------------------------
Global (variable, mixin, function)
--------------------------------------------------*/
/*--------------------------------------------------
Button
--------------------------------------------------*/
.lp_contact_btn01 .lp_contact_link {
  gap: 12px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 3px 6px 8.3px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 6px 8.3px 0px rgba(0, 0, 0, 0.25);
  height: 64px;
  line-height: 64px;
  width: 282px;
  padding: 0 22px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .lp_contact_btn01 .lp_contact_link {
    gap: 24px;
    font-size: 2.6rem;
    width: 448px;
    height: 102px;
    line-height: 102px;
    padding: 0 30px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    font-weight: 900;
  }
}
@media (hover: hover) {
  .lp_contact_btn01 .lp_contact_link:hover {
    color: #fff;
    background: #1d1d1d;
  }
}
.lp_contact_btn01 .lp_contact_link .lp_contact_link_img {
  width: 30px;
  height: 30px;
}
@media all and (min-width: 768px) {
  .lp_contact_btn01 .lp_contact_link .lp_contact_link_img {
    width: 47px;
    height: 47px;
  }
}

.lp_contact_btn02 .lp_contact_link {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  background: #1d1d1d;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 252px;
  height: 54px;
  line-height: 54px;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp_contact_btn03 .lp_contact_link {
  gap: 12px;
  background: #1d1d1d;
  color: #fff;
  border: 1px solid #1d1d1d;
  border-radius: 2px;
  -webkit-box-shadow: 1.823px 8.204px 8.204px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1.823px 8.204px 8.204px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 246px;
  padding: 15px 17px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 768px) {
  .lp_contact_btn03 .lp_contact_link {
    gap: 20px;
    max-width: 386px;
    padding: 24px 26px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    font-size: 2.1rem;
  }
}
@media (hover: hover) {
  .lp_contact_btn03 .lp_contact_link:hover {
    color: #1d1d1d;
    border: 1px solid currentColor;
    background: #fff;
  }
}
.lp_contact_btn03 .lp_contact_link .lp_contact_link_img {
  width: 26px;
  height: 26px;
}
@media all and (min-width: 768px) {
  .lp_contact_btn03 .lp_contact_link .lp_contact_link_img {
    width: 40px;
    height: 40px;
  }
}

/*--------------------------------------------------
Global (variable, mixin, function)
--------------------------------------------------*/
/*--------------------------------------------------
Brand
--------------------------------------------------*/
.lp_brand_name_box {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #1d1d1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 900;
}
.lp_brand_name_box .lp_brand_img {
  width: 180px;
  height: 65px;
}
@media all and (min-width: 768px) {
  .lp_brand_name_box .lp_brand_img {
    width: 230px;
    height: 85px;
  }
}
.lp_brand_name_box .lp_brand_name_text {
  margin-left: -6px;
}
@media all and (min-width: 768px) {
  .lp_brand_name_box {
    background: #fff;
    padding-inline: 14px 30px;
  }
}

/*--------------------------------------------------
Global (variable, mixin, function)
--------------------------------------------------*/
/*--------------------------------------------------
Card
--------------------------------------------------*/
.lp_card {
  background: #fff;
}
.lp_card:not(:last-of-type) {
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .lp_card:not(:last-of-type) {
    margin-bottom: 48px;
  }
}

.lp_card_header {
  margin-bottom: 22px;
}
@media all and (min-width: 768px) {
  .lp_card_header {
    margin-bottom: 28px;
  }
}
.lp_card_header .lp_card_title {
  font-size: 1.8rem;
  line-height: 1.355;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .lp_card_header .lp_card_title {
    font-size: 2rem;
    line-height: 1.355;
  }
}
.lp_card_header .lp_card_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  margin-top: 22px;
}
@media all and (min-width: 768px) {
  .lp_card_header .lp_card_text {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.lp_card_header .lp_card_text .text_accent {
  font-weight: 700;
}

.lp_card_body .lp_card_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* Card01 */
.lp_card01 {
  border-radius: 2px;
  border: 1px solid #1da132;
  padding: 15px 24px 32px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .lp_card01 {
    display: grid;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 0 96px;
    padding: 36px 52px 58px 45px;
  }
}
.lp_card01 .lp_card_num {
  font-style: italic;
  font-weight: 400;
  color: #1da132;
  font-size: 5rem;
}
@media all and (min-width: 768px) {
  .lp_card01 .lp_card_num {
    grid-column: 1/2;
    grid-row: 1/2;
    font-size: 6rem;
  }
}
@media all and (min-width: 768px) {
  .lp_card01.reverse .lp_card_num {
    grid-column: 2/3;
  }
}
.lp_card01 .lp_card_img {
  margin: 0 auto 16px;
}
@media all and (min-width: 768px) {
  .lp_card01 .lp_card_img {
    grid-column: 2/3;
    grid-row: 1/4;
    align-self: center;
    margin: 0;
  }
}
@media all and (min-width: 768px) {
  .lp_card01.reverse .lp_card_img {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media all and (min-width: 768px) {
  .lp_card01 .lp_card_header {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media all and (min-width: 768px) {
  .lp_card01.reverse .lp_card_header {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media all and (min-width: 768px) {
  .lp_card01 .lp_card_body {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.lp_card01 .lp_card_body .lp_card_text {
  line-height: 1.8;
}
.lp_card01 .lp_card_body .lp_card_text .text_accent {
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .lp_card01.reverse .lp_card_body {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}

/* Card02 */
@media all and (min-width: 768px) {
  .lp_card02.lp_card {
    margin-bottom: 0;
  }
}
.lp_card02 .lp_card_top {
  position: relative;
}
.lp_card02 .lp_label {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  background: #1d1d1d;
  padding: 6px 11px;
  font-size: 1.2rem;
}
@media all and (min-width: 768px) {
  .lp_card02 .lp_label {
    padding: 10px 18px;
    font-size: 2rem;
  }
}
.lp_card02 .lp_card_img img {
  width: 100%;
}
.lp_card02 .lp_card_body {
  padding: 8px 0 0;
}
@media all and (min-width: 768px) {
  .lp_card02 .lp_card_body {
    padding: 24px 38px;
  }
}

/* Card03 */
.lp_card03 {
  border: 1px solid #1d1d1d;
}
.lp_card03 .lp_card_header {
  background: #1d1d1d;
  padding: 16px;
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .lp_card03 .lp_card_header {
    padding: 27px 32px;
  }
}
.lp_card03 .lp_card_header .lp_card_title {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .lp_card03 .lp_card_header .lp_card_title {
    font-size: 2.2rem;
  }
}
.lp_card03 .lp_card_img {
  margin: 0 auto 14px;
}
@media all and (min-width: 768px) {
  .lp_card03 .lp_card_img {
    margin: 0 auto 18px;
  }
}
.lp_card03 .lp_card_body {
  padding: 22px 18px;
}
@media all and (min-width: 768px) {
  .lp_card03 .lp_card_body {
    padding: 36px 26px;
  }
}
.lp_card03 .lp_card_body .lp_card_text {
  line-height: 1.58;
}

/* Card04 */
.lp_card04 {
  border-radius: 2px;
  padding: 30px 28px;
}
@media all and (min-width: 768px) {
  .lp_card04 {
    padding: 54px 70px;
  }
}
.lp_card04:not(:last-of-type) {
  margin-bottom: 38px;
}
.lp_card04 .lp_card_header .lp_card_title {
  text-align: center;
  font-size: 2.2rem;
}
@media all and (min-width: 768px) {
  .lp_card04 .lp_card_header .lp_card_title {
    font-size: 3rem;
  }
}
.lp_card04 .lp_card_body .lp_card_text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media all and (min-width: 768px) {
  .lp_card04 .lp_card_body .lp_card_text {
    font-size: 1.8rem;
  }
}

/* Card05 */
.lp_card05 {
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
  border-radius: 4px;
  border: 1px solid #1d1d1d;
}
.lp_card05.lp_card05_reverse {
  grid-template-columns: 1fr auto;
}
.lp_card05::after {
  content: "";
  display: block;
  background: #1da132;
  -webkit-transform: rotate(2.352deg) scale(1.01371, 1.05272);
          transform: rotate(2.352deg) scale(1.01371, 1.05272);
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media all and (min-width: 768px) {
  .lp_card05::after {
    -webkit-transform: rotate(2.352deg) scale(0.99, 1.0612);
            transform: rotate(2.352deg) scale(0.99, 1.0612);
  }
}
.lp_card05:not(:last-of-type) {
  margin-bottom: 64px;
}
@media all and (min-width: 768px) {
  .lp_card05:not(:last-of-type) {
    margin-bottom: 110px;
  }
}
.lp_card05 .lp_card_img {
  grid-row: 1/2;
  width: min(42.6667vw, 160px);
}
@media all and (min-width: 768px) {
  .lp_card05 .lp_card_img {
    width: clamp(236px, 22.5vw, 324px);
  }
}
.lp_card05 .lp_card_header {
  grid-row: 1/2;
  display: grid;
  place-items: center;
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .lp_card05 .lp_card_header {
    padding: 60px 60px 0;
  }
}
.lp_card05 .lp_card_header .lp_card_title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.48;
}
@media all and (min-width: 768px) {
  .lp_card05 .lp_card_header .lp_card_title {
    font-size: 3rem;
  }
}
.lp_card05 .lp_card_body {
  grid-column: 1/3;
  grid-row: 2/3;
  border-top: 1px solid #1d1d1d;
  padding: 20px 16px;
}
@media all and (min-width: 768px) {
  .lp_card05 .lp_card_body {
    border-top: none;
    padding: 40px 60px;
  }
}
.lp_card05 .lp_card_body .lp_card_text {
  line-height: 1.65;
  font-weight: 700;
}

/* Plan card */
.plan_card {
  border-radius: 8px 8px 0px 0px;
  background: #48D3C2;
  padding: 19px 6px 6px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.plan_card:not(:last-of-type) {
  margin-bottom: 28px;
}
.plan_card:nth-of-type(even) {
  background: #1da132;
}
.plan_card:nth-of-type(even) .card_header .text {
  color: #fff;
}
.plan_card .card_header .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}
.plan_card .card_header .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.375;
}
.plan_card .plan_detail {
  background: #fff;
  padding: 6px 16px 16px;
}
.plan_card .plan_detail .text01 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.1rem;
  line-height: 1.6666666667;
}
.plan_card .plan_detail .text02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #F70F0F;
  margin-bottom: 28px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
.plan_card .plan_detail .text02 .price {
  line-height: 1;
}
.plan_card .plan_detail .arrow_down {
  margin: 7px auto;
  width: 32px;
  height: 24px;
}

/*--------------------------------------------------
Global (variable, mixin, function)
--------------------------------------------------*/
/*--------------------------------------------------
Cta
--------------------------------------------------*/
.lp_cta_area {
  background: #1da132;
  padding-block: 32px 48px;
}
@media all and (min-width: 768px) {
  .lp_cta_area {
    padding-block: 36px 62px;
  }
}
.lp_cta_area .section_header_title {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

/* Cta01 */
.lp_cta01 {
  padding-block: 72px 40px;
}
.lp_cta01 .text01 {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  .lp_cta01 .text01 {
    font-size: 2.6rem;
  }
}
.lp_cta01 .text01 .fw_bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.lp_cta01 .text02 {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}
@media all and (min-width: 768px) {
  .lp_cta01 .text02 {
    font-size: 2.4rem;
  }
}
.lp_cta01 .content_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

/* Cta02 */
@media all and (min-width: 768px) {
  .lp_cta02 {
    padding-block: 36px 62px;
  }
}
.lp_cta02 .section_header {
  margin-bottom: 90px;
}
@media all and (min-width: 768px) {
  .lp_cta02 .section_header {
    margin-bottom: 146px;
  }
}
.lp_cta02 .section_header_title {
  margin-bottom: 6px;
  font-size: 1.8rem;
  line-height: 1.6111111111;
}
@media all and (min-width: 768px) {
  .lp_cta02 .section_header_title {
    margin-bottom: 24px;
    font-size: 2.6rem;
  }
}
.lp_cta02 .lp_cta_area_text {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.125;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .lp_cta02 .lp_cta_area_text {
    font-size: 2.4rem;
  }
}
@media all and (min-width: 768px) {
  .lp_cta02 .lp_cta_area_text .fs_32 {
    margin-top: 6px;
    font-size: 3.2rem;
  }
}
@media all and (min-width: 768px) {
  .lp_cta02 .lp_cta_area_text .line02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .lp_cta02 .lp_brand_img {
    width: 165px;
    height: 41px;
  }
}
@media all and (min-width: 768px) {
  .lp_cta02 .lp_brand_img {
    width: 247px;
    height: 65px;
  }
}
.lp_cta02 .lp_contact_btn03 {
  position: relative;
}
.lp_cta02 .lp_contact_btn03::before {
  content: "";
  position: absolute;
  bottom: 53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 100px;
  height: 94px;
  background: url("../img/cta_img01.png") no-repeat;
  background-size: contain;
  background-position: center;
}
@media all and (min-width: 768px) {
  .lp_cta02 .lp_contact_btn03::before {
    bottom: 81px;
    width: 173px;
    height: 162px;
    background: url("../img/cta_img01.png") no-repeat;
    background-size: contain;
    background-position: center;
  }
}

/* Cta03 */
.lp_cta03 {
  position: relative;
  background: #38a11d;
  padding-block: 40px 144px;
}
@media all and (min-width: 768px) {
  .lp_cta03 .content_inner {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: min(4.3055555556vw, 62px);
    z-index: 1;
  }
}
.lp_cta03::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: min(20vw, 288px);
  height: min(19.5138888889vw, 281px);
  background: url("../img/cta_img02.png") no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .lp_cta03::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 138px;
    height: 135px;
  }
}
@media all and (min-width: 768px) {
  .lp_cta03::after {
    left: calc(50% + 140px);
  }
}
.lp_cta03 .section_header_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  margin-bottom: 8px;
  font-size: 2.1rem;
  font-weight: 900;
}
@media all and (min-width: 768px) {
  .lp_cta03 .section_header_title {
    margin-bottom: 0;
    font-size: 3.2rem;
  }
}
.lp_cta03 .lp_cta_area_text01 {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
}
@media all and (min-width: 768px) {
  .lp_cta03 .lp_cta_area_text01 {
    font-size: 3rem;
  }
}
.lp_cta03 .lp_cta_area_text01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: #f00;
  -webkit-transform: rotate(8.86deg);
          transform: rotate(8.86deg);
  width: 100%;
  height: 2px;
}
.lp_cta03 .lp_cta_area_text01 .fs_60 {
  font-size: 3rem;
}
@media all and (min-width: 768px) {
  .lp_cta03 .lp_cta_area_text01 .fs_60 {
    font-size: 6rem;
  }
}
.lp_cta03 .lp_cta_area_text01 .fs_40 {
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  .lp_cta03 .lp_cta_area_text01 .fs_40 {
    font-size: 4rem;
  }
}
.lp_cta03 .lp_cta_area_text01 .fs_30 {
  font-size: 1.4rem;
}
@media all and (min-width: 768px) {
  .lp_cta03 .lp_cta_area_text01 .fs_30 {
    font-size: 3rem;
  }
}
.lp_cta03 .lp_cta_area_text01 .fs_22 {
  font-size: 1rem;
}
@media all and (min-width: 768px) {
  .lp_cta03 .lp_cta_area_text01 .fs_22 {
    font-size: 2.2rem;
  }
}
.lp_cta03 .lp_cta_area_text02 {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 900;
}
@media all and (min-width: 768px) {
  .lp_cta03 .lp_cta_area_text02 {
    line-height: 1.3;
    font-size: 4.2rem;
  }
}
.lp_cta03 .lp_cta_area_text02 .fs_22 {
  font-size: 1.4rem;
}
@media all and (min-width: 768px) {
  .lp_cta03 .lp_cta_area_text02 .fs_22 {
    font-size: 2.2rem;
  }
}
.lp_cta03 .lp_cta_area_text02 .fs_36 {
  font-size: 2.4rem;
}
@media all and (min-width: 768px) {
  .lp_cta03 .lp_cta_area_text02 .fs_36 {
    font-size: 3.6rem;
  }
}
.lp_cta03 .lp_cta_area_text02 .fs_38 {
  font-size: 2.6rem;
}
@media all and (min-width: 768px) {
  .lp_cta03 .lp_cta_area_text02 .fs_38 {
    font-size: 3.8rem;
  }
}
.lp_cta03 .lp_cta_area_text02 .fs_48 {
  font-size: 3.2rem;
}
@media all and (min-width: 768px) {
  .lp_cta03 .lp_cta_area_text02 .fs_48 {
    font-size: 4.8rem;
  }
}
.lp_cta03 .lp_cta_area_text02 .fs_84 {
  font-size: 5.6rem;
}
@media all and (min-width: 768px) {
  .lp_cta03 .lp_cta_area_text02 .fs_84 {
    font-size: 8.4rem;
  }
}
.lp_cta03 .lp_cta_area_text02 .cl_ty {
  color: #fec90c;
}
.lp_cta03 .lp_cta_area_text02::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  background: repeating-linear-gradient(-65.84deg, #38a11d, #38a11d 2px, transparent 2px, transparent 10px), linear-gradient(88deg, #48D3C2 5.75%, #13B8DC 100%);
}
.lp_cta03 .lp_cta_area_text02:last-of-type(2)::after {
  bottom: -5px;
}
.lp_cta03 .lp_cta_area_img {
  margin: 12px auto;
}
@media screen and (max-width: 767px) {
  .lp_cta03 .lp_cta_area_img {
    width: 20px;
    height: 15px;
  }
}
@media all and (min-width: 768px) {
  .lp_cta03 .lp_cta_area_img {
    width: 36px;
    height: 28px;
  }
}

/* Cta04 */
.lp_cta04 {
  background: #38a11d;
  padding-block: 46px;
}
@media all and (min-width: 768px) {
  .lp_cta04 {
    padding-block: 58px 75px;
  }
}
.lp_cta04 .lp_cta_area_text {
  color: #fff;
  margin-bottom: 24px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .lp_cta04 .lp_cta_area_text {
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 900;
  }
}

/* Cta05 */
.lp_cta05 {
  background: #38a11d;
}
@media all and (min-width: 768px) {
  .lp_cta05 {
    padding-block: 72px;
  }
}
.lp_cta05 .lp_cta_area_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  margin-bottom: 22px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.62;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .lp_cta05 .lp_cta_area_text {
    font-size: 3.4rem;
  }
}
.lp_cta05 .lp_cta_area_text02 .text01 {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  line-height: 155%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px;
  margin: 0 auto 10px;
  text-shadow: 0px 4.23px 11.422px rgba(29, 29, 29, 0.25);
  text-align: center;
  font-size: 2.4rem;
}
@media all and (min-width: 768px) {
  .lp_cta05 .lp_cta_area_text02 .text01 {
    font-size: 2.8rem;
  }
}
.lp_cta05 .lp_cta_area_text02 .text01::before, .lp_cta05 .lp_cta_area_text02 .text01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 18px;
  -webkit-box-shadow: 0px 2.657px 7.175px rgba(29, 29, 29, 0.25);
          box-shadow: 0px 2.657px 7.175px rgba(29, 29, 29, 0.25);
  width: max(7.4666666667vw, 28px);
  height: 2px;
  background-color: #1d1d1d;
}
@media all and (min-width: 768px) {
  .lp_cta05 .lp_cta_area_text02 .text01::before, .lp_cta05 .lp_cta_area_text02 .text01::after {
    width: min(2.9166666667vw, 42px);
  }
}
.lp_cta05 .lp_cta_area_text02 .text01::before {
  left: 0;
  -webkit-transform: rotate(57.63deg);
          transform: rotate(57.63deg);
}
.lp_cta05 .lp_cta_area_text02 .text01::after {
  right: 0;
  -webkit-transform: rotate(-57.53deg);
          transform: rotate(-57.53deg);
}
.lp_cta05 .lp_cta_area_text02 .text01 span {
  font-weight: 700;
}

/*--------------------------------------------------
Global (variable, mixin, function)
--------------------------------------------------*/
/*--------------------------------------------------
Table
--------------------------------------------------*/
/* Vertical table */
.vertical_table {
  border: 1px solid #1d1d1d;
  max-width: 603px;
  margin: 0 auto;
}

.vertical_table_inner {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.vertical_table_header_row {
  background-color: #1d1d1d;
}

.vertical_table_header {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 12px;
  vertical-align: middle;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .vertical_table_header {
    padding: 22px;
    font-size: 2.8rem;
  }
}

.vertical_table_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.vertical_table_text.item_name {
  border-right: 1px solid #1d1d1d;
  padding: 9px 9px 9px 30px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .vertical_table_text.item_name {
    padding: 17px 17px 17px 54px;
    font-size: 3.2rem;
  }
}
.vertical_table_text.item_price {
  padding: 0 40px 0 26px;
  letter-spacing: 1.514px;
  text-align: right;
  font-size: 1.6rem;
  line-height: 2.55575;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .vertical_table_text.item_price {
    padding: 0 72px 0 46px;
    font-size: 2.8rem;
  }
}
.vertical_table_text.item_price .num {
  letter-spacing: 3px;
  font-size: 3rem;
  line-height: 1.3630666667;
}
@media all and (min-width: 768px) {
  .vertical_table_text.item_price .num {
    font-size: 5.4rem;
  }
}

.vertical_table_body_row:first-of-type .vertical_table_text.item_name {
  padding-top: 26px;
}
.vertical_table_body_row:first-of-type .vertical_table_text.item_price {
  padding-top: 12px;
}
.vertical_table_body_row:last-of-type .vertical_table_text.item_name {
  padding-bottom: 29px;
}
.vertical_table_body_row:last-of-type .vertical_table_text.item_price {
  padding-bottom: 18px;
}

/* Horizontal table */
.horizontal_table {
  border: 2px solid #E6E6E6;
}

.horizontal_table_inner {
  background: #fff;
  border-collapse: collapse;
  width: 100%;
}

.horizontal_table_header {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 72%;
  padding: 8px;
  background-color: #efefef;
  border-right: 2px solid #E6E6E6;
  background: #F5F5F5;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.horizontal_table_text {
  color: #1da132;
  font-family: "Zen Kaku Gothic New", sans-serif;
  vertical-align: middle;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .horizontal_table_text .icon {
    width: 22px;
    height: 22px;
  }
}

.horizontal_table_row:first-of-type .horizontal_table_header {
  padding-top: 12px;
}
.horizontal_table_row:last-of-type .horizontal_table_header {
  padding-bottom: 12px;
}

/* Plan table */
.plan_table_inner {
  width: 100%;
}

.plan_table_header_row {
  display: grid;
  grid-template-columns: 225px repeat(3, 1fr);
}

.plan_table_header {
  padding: 22px;
  background: #48D3C2;
  text-align: center;
}
.plan_table_header:nth-of-type(2) {
  margin: 25px 4px 0 0;
}
.plan_table_header:nth-of-type(3) {
  background: #00B900;
  color: #fff;
  padding: 32px 22px;
}
.plan_table_header:last-of-type {
  margin: 25px 0 0 4px;
}

.plan_table_header_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.plan_table_body_row {
  display: grid;
  grid-template-columns: 225px repeat(3, 1fr);
}
.plan_table_body_row .plan_table_body_text:first-of-type {
  padding-right: 28px;
}
.plan_table_body_row .plan_table_body_text:last-of-type {
  padding-left: 28px;
}
.plan_table_body_row.monthly_fee .plan_table_body_title .text01 {
  margin-bottom: 60px;
}
.plan_table_body_row.monthly_fee .plan_table_body_title .text02 {
  color: #f00;
  text-align: left;
}
.plan_table_body_row.monthly_fee .plan_table_body_text {
  font-size: 2.8rem;
}
.plan_table_body_row.monthly_fee .plan_table_body_text .text02 {
  color: #f00;
  font-size: 3.4rem;
}
.plan_table_body_row.monthly_fee .arrow_down {
  width: 35px;
  height: 26px;
}
.plan_table_body_row:last-of-type .plan_table_body_text:nth-of-type(even) {
  border-bottom: 5px solid #00B900;
}

.plan_table_body_title {
  display: grid;
  place-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #F5F5F5;
  border-bottom: 1px solid #929292;
  padding: 24px 10px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}

.plan_table_body_text {
  display: grid;
  place-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-bottom: 1px solid #929292;
  padding: 20px 24px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  font-weight: 700;
}
.plan_table_body_text:nth-of-type(even) {
  border-inline: 5px solid #00B900;
}

/*--------------------------------------------------
Global (variable, mixin, function)
--------------------------------------------------*/
/*--------------------------------------------------
Home
--------------------------------------------------*/
/* Section */
.lp_section {
  padding-top: 90px;
}
@media all and (min-width: 768px) {
  .lp_section {
    padding-top: 130px;
  }
}

/* Fv */
.lp_fv {
  height: calc(100vh - 65px);
  margin-top: 65px;
}
@media all and (min-width: 768px) {
  .lp_fv {
    height: 57.1528vw;
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .lp_fv .lp_contact_btn01 {
    margin-bottom: 14px;
  }
}
.lp_fv .lp_fv_inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/fv_bg_sp.png") no-repeat;
  background-size: contain;
  background-position: center;
  background-size: cover;
  background-position: left;
}
@media all and (min-width: 768px) {
  .lp_fv .lp_fv_inner {
    padding-top: 85px;
    width: 100%;
    height: 100%;
    background: url("../img/fv_bg_pc.png") no-repeat;
    background-size: contain;
    background-position: center;
    background-size: cover;
  }
}
.lp_fv .lp_intro_section {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .lp_fv .lp_intro_section {
    top: max(12vw, 45px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    padding: 0 10px;
  }
}
@media all and (min-width: 768px) {
  .lp_fv .lp_intro_section {
    top: min(7.2916666667vw, 105px);
    left: min(5.9722222222vw, 86px);
    padding-top: 0;
  }
}
.lp_fv .lp_fv_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: max(15.4666666667vw, 58px);
  color: #fff;
  text-align: center;
  line-height: 1.26;
  letter-spacing: -5.286px;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .lp_fv .lp_fv_title {
    font-size: min(6.1111111111vw, 88px);
    font-style: normal;
    font-weight: 700;
    letter-spacing: -7.864px;
  }
}
.lp_fv .lp_fv_text01 {
  color: #fff;
  font-size: max(4.2666666667vw, 16px);
  line-height: 1.3;
  text-align: center;
}
@media all and (min-width: 768px) {
  .lp_fv .lp_fv_text01 {
    font-size: min(2.6388888889vw, 38px);
  }
}
.lp_fv .lp_fv_text02 {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: max(4.8vw, 18px);
  color: #fff;
  text-shadow: 0px 2.657px 7.175px rgba(29, 29, 29, 0.25);
  line-height: 1.2;
  padding: 0 max(6.4vw, 24px);
  margin: 0 auto 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
@media all and (min-width: 768px) {
  .lp_fv .lp_fv_text02 {
    font-size: min(1.9444444444vw, 28px);
    padding: 0 40px;
    margin-bottom: 20px;
    text-shadow: 0px 4.23px 11.422px rgba(29, 29, 29, 0.25);
  }
}
.lp_fv .lp_fv_text02::before, .lp_fv .lp_fv_text02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 18px;
  -webkit-box-shadow: 0px 2.657px 7.175px rgba(255, 255, 255, 0.25);
          box-shadow: 0px 2.657px 7.175px rgba(255, 255, 255, 0.25);
  width: max(7.4666666667vw, 28px);
  height: 2px;
  background-color: #1d1d1d;
}
@media all and (min-width: 768px) {
  .lp_fv .lp_fv_text02::before, .lp_fv .lp_fv_text02::after {
    width: min(2.9166666667vw, 42px);
  }
}
.lp_fv .lp_fv_text02::before {
  left: 0;
  -webkit-transform: rotate(57.63deg);
          transform: rotate(57.63deg);
}
.lp_fv .lp_fv_text02::after {
  right: 0;
  -webkit-transform: rotate(-57.53deg);
          transform: rotate(-57.53deg);
}
.lp_fv .lp_fv_text03 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: max(3.7333333333vw, 14px);
  line-height: 1.3;
  margin-bottom: 16px;
  text-shadow: 0px 4.23px 11.422px rgba(255, 255, 255, 0.25);
  text-align: center;
}
@media all and (min-width: 768px) {
  .lp_fv .lp_fv_text03 {
    font-size: min(1.9444444444vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .lp_fv .lp_contact_btn01 .lp_contact_link {
    font-size: max(4.2666666667vw, 16px);
    width: max(75.2vw, 282px);
    height: max(17.0666666667vw, 64px);
    line-height: max(17.0666666667vw, 64px);
    padding: 0 max(5.8666666667vw, 22px);
  }
}
@media all and (min-width: 768px) {
  .lp_fv .lp_contact_btn01 .lp_contact_link {
    gap: 0;
    font-size: min(1.8055555556vw, 26px);
    width: min(22.7777777778vw, 328px);
    height: min(5.1388888889vw, 74px);
    line-height: min(5.1388888889vw, 74px);
    padding: 0 16px;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .lp_fv .lp_contact_btn01 .lp_contact_link_img {
    width: max(8vw, 30px);
    height: max(8vw, 30px);
  }
}
@media all and (min-width: 768px) {
  .lp_fv .lp_contact_btn01 .lp_contact_link_img {
    width: min(3.2638888889vw, 47px);
    height: min(3.2638888889vw, 47px);
  }
}

.lp_achievements_section {
  gap: 7px;
  background: #1da132;
  padding: 28px 7px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 768px) {
  .lp_achievements_section {
    gap: 14px;
    background-color: transparent;
    padding: 0;
  }
}

.lp_achievement_item {
  width: 100%;
  height: auto;
}
@media all and (min-width: 768px) {
  .lp_achievement_item {
    width: min(48.8888888889vw, 704px);
    height: min(15vw, 216px);
  }
}

/* Features */
.lp_features_section {
  position: relative;
  padding-block: 90px 282px;
  background: linear-gradient(355deg, #F4F4F6 60.37%, rgba(244, 244, 246, 0) 83.95%);
}
@media all and (min-width: 768px) {
  .lp_features_section {
    padding-block: 190px 227px;
    margin-bottom: 40px;
  }
}
.lp_features_section::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 285px;
  background: url("../img/feature_bg_sp.png") no-repeat;
  background-size: contain;
  background-position: center;
  background-position: bottom;
}
@media all and (min-width: 768px) {
  .lp_features_section::before {
    width: min(43.3333333333vw, 624px);
    height: min(30.0694444444vw, 433px);
    background: url("../img/feature_bg_pc.png") no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.lp_features_section .content_title {
  line-height: 1.6;
  margin-bottom: 33px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .lp_features_section .content_title {
    margin-bottom: 37px;
    font-size: 2.2rem;
  }
}
@media all and (min-width: 768px) {
  .lp_features_section .features_list {
    padding-left: min(10.0694444444vw, 145px);
  }
}
.lp_features_section .features_list_item {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  padding-left: 42px;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .lp_features_section .features_list_item {
    padding-left: 58px;
    font-size: 1.8rem;
  }
}
.lp_features_section .features_list_item:not(:last-of-type) {
  margin-bottom: 11px;
}
@media all and (min-width: 768px) {
  .lp_features_section .features_list_item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.lp_features_section .features_list_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  background: url("../img/check.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
@media all and (min-width: 768px) {
  .lp_features_section .features_list_item::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 53px;
    height: 53px;
  }
}
.lp_features_section .content_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-top: 50px;
  text-align: center;
}

/* Promise */
@media all and (min-width: 768px) {
  .lp_section_promise .lp_section_header {
    margin-bottom: 67px;
  }
}
@media all and (min-width: 768px) {
  .lp_section_promise .lp_section_title {
    font-size: 3.6rem;
  }
}
.lp_section_promise .lp_items {
  margin-bottom: 100px;
}
.lp_section_promise .lp_items .item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  .lp_section_promise .lp_items .item {
    font-size: 2.6rem;
  }
}
.lp_section_promise .lp_items .item:not(:last-of-type) {
  margin-bottom: 32px;
}
@media all and (min-width: 768px) {
  .lp_section_promise .content_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lp_section_promise .content_footer_img {
  width: 211px;
  height: 153px;
}
@media screen and (max-width: 767px) {
  .lp_section_promise .content_footer_img {
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) {
  .lp_section_promise .content_footer_img {
    margin-top: 56px;
  }
}
.lp_section_promise .content_footer_item .text01 {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 155%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px;
  margin: 0 auto 20px;
  text-shadow: 0px 4.23px 11.422px rgba(29, 29, 29, 0.25);
  text-align: center;
  font-size: 2.4rem;
}
@media all and (min-width: 768px) {
  .lp_section_promise .content_footer_item .text01 {
    font-size: 2.8rem;
  }
}
.lp_section_promise .content_footer_item .text01::before, .lp_section_promise .content_footer_item .text01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 18px;
  -webkit-box-shadow: 0px 2.657px 7.175px rgba(29, 29, 29, 0.25);
          box-shadow: 0px 2.657px 7.175px rgba(29, 29, 29, 0.25);
  width: max(7.4666666667vw, 28px);
  height: 2px;
  background-color: #1d1d1d;
}
@media all and (min-width: 768px) {
  .lp_section_promise .content_footer_item .text01::before, .lp_section_promise .content_footer_item .text01::after {
    width: min(2.9166666667vw, 42px);
  }
}
.lp_section_promise .content_footer_item .text01::before {
  left: 0;
  -webkit-transform: rotate(57.63deg);
          transform: rotate(57.63deg);
}
.lp_section_promise .content_footer_item .text01::after {
  right: 0;
  -webkit-transform: rotate(-57.53deg);
          transform: rotate(-57.53deg);
}
.lp_section_promise .content_footer_item .text01 span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lp_section_promise .lp_contact_btn03 .lp_contact_link {
    font-size: 1.6rem;
  }
}

/* Scroll down */
.lp_scroll_down {
  display: grid;
  place-items: center;
  margin-block: 24px;
}
@media all and (min-width: 768px) {
  .lp_scroll_down {
    margin-block: 22px 44px;
  }
}
@media screen and (max-width: 767px) {
  .lp_scroll_down img {
    width: 38px;
  }
}
@media all and (min-width: 768px) {
  .lp_scroll_down img {
    width: 54px;
  }
}

/* Reason */
.lp_section_reason {
  padding-bottom: 90px;
}
@media all and (min-width: 768px) {
  .lp_section_reason {
    padding-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .lp_section_reason .lp_cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 12px;
  }
}
@media all and (min-width: 768px) {
  .lp_section_reason .lp_card {
    margin: 0;
  }
}
@media all and (min-width: 768px) {
  .lp_section_reason .lp_card_img {
    display: grid;
    place-items: center;
    width: 300px;
    height: 233px;
  }
}

@media screen and (max-width: 767px) {
  .lp_reason01 .lp_card_img {
    width: 184px;
    height: 123px;
  }
}

@media screen and (max-width: 767px) {
  .lp_reason02 .lp_card_img {
    width: 184px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .lp_reason03 .lp_card_img {
    width: 196px;
    height: 147px;
  }
}

@media screen and (max-width: 767px) {
  .lp_reason04 .lp_card_img {
    width: 196px;
    height: 152px;
  }
}

@media screen and (max-width: 767px) {
  .lp_reason05 .lp_card_img {
    width: 196px;
    height: 152px;
  }
}

@media screen and (max-width: 767px) {
  .lp_reason06 .lp_card_img {
    width: 196px;
    height: 112px;
  }
}

/* Achievement */
.lp_section_achievement {
  background: #1da132;
  padding-bottom: 90px;
}
@media all and (min-width: 768px) {
  .lp_section_achievement {
    padding-bottom: 130px;
  }
}
.lp_section_achievement .lp_section_header {
  margin-bottom: 55px;
}
@media all and (min-width: 768px) {
  .lp_section_achievement .lp_section_header {
    margin-bottom: 60px;
  }
}
.lp_section_achievement .lp_section_header .lp_section_title {
  color: #fff;
  letter-spacing: 5.6px;
}
@media all and (min-width: 768px) {
  .lp_section_achievement .lp_section_header .lp_section_title {
    font-size: 3.6rem;
  }
}

/* Voice */
@media screen and (max-width: 767px) {
  .lp_section_voice {
    padding-bottom: 24px;
  }
}
.lp_section_voice .lp_section_header {
  margin-bottom: 64px;
}
@media all and (min-width: 768px) {
  .lp_section_voice .lp_section_header {
    margin-bottom: 110px;
  }
}
@media all and (min-width: 768px) {
  .lp_section_voice .lp_section_header .lp_section_title {
    font-size: 3.6rem;
  }
}

.lp_voice01 .lp_card_img {
  grid-column: 1/2;
}
@media all and (min-width: 768px) {
  .lp_voice01 .lp_card_img {
    grid-row: 1/3;
  }
}
.lp_voice01 .lp_card_header {
  grid-column: 2/3;
}
@media all and (min-width: 768px) {
  .lp_voice01 .lp_card_body {
    grid-column: 2/3;
  }
}

.lp_voice02,
.lp_voice03 {
  grid-template-columns: 1fr auto;
}
.lp_voice02 .lp_card_img,
.lp_voice03 .lp_card_img {
  grid-column: 2/3;
}
.lp_voice02 .lp_card_header,
.lp_voice03 .lp_card_header {
  grid-column: 1/2;
}

@media all and (min-width: 768px) {
  .lp_voice02 .lp_card_img {
    grid-row: 1/3;
  }
}
@media all and (min-width: 768px) {
  .lp_voice02 .lp_card_body {
    grid-column: 1/2;
  }
}

@media all and (min-width: 768px) {
  .lp_voice03 .lp_card_header {
    grid-column: 1/3;
    padding-bottom: 40px;
  }
}
@media all and (min-width: 768px) {
  .lp_voice03 .lp_card_img {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media all and (min-width: 768px) {
  .lp_voice03 .lp_card_body {
    grid-column: 2/3;
    padding: 0 35px 68px;
    padding-top: 0;
    padding-left: 30;
  }
}

/* Plan */
@media screen and (max-width: 767px) {
  .lp_section_plan {
    padding-bottom: 90px;
  }
}
.lp_section_plan .precaution_note {
  text-align: center;
  letter-spacing: -0.16px;
  margin-bottom: 28px;
  font-size: 1.6rem;
  line-height: 1.63;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .lp_section_plan .precaution_note {
    margin-bottom: 12px;
    font-size: 2.6rem;
  }
}
.lp_section_plan .lp_cta03 {
  margin-bottom: 64px;
}
@media all and (min-width: 768px) {
  .lp_section_plan .lp_cta03 {
    padding-block: 100px 60px;
    margin-bottom: 0;
  }
}
.lp_section_plan .headline3 {
  color: #1da132;
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .lp_section_plan .headline3 {
    margin-bottom: 50px;
    font-size: 4rem;
  }
}
@media all and (min-width: 768px) {
  .lp_section_plan .lp_scroll_down {
    margin-block: 54px 50px;
  }
}

@media all and (min-width: 768px) {
  .lp_section_plan_detail {
    background: #38a11d;
    padding-inline: 20px;
  }
}
@media all and (min-width: 768px) {
  .lp_section_plan_detail .section_inner {
    background: #fff;
    max-width: 1300px;
    padding-block: 54px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.lp_section_plan_detail .annotation {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 25px;
}

/* Flow */
.lp_section_flow {
  padding-bottom: 100px;
}

.flows {
  padding-top: 10px;
}
@media all and (min-width: 768px) {
  .flows {
    max-width: 700px;
    margin: 0 auto;
  }
}

.flow_item {
  position: relative;
  padding: 0 0 30px 42px;
  margin-left: 16px;
}
.flow_item:not(:last-of-type) {
  border-left: 5px solid #1da132;
}
.flow_item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20.5px;
  background: #fff;
  border: 4px solid #1da132;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.flow_item:first-of-type::after, .flow_item:last-of-type::after {
  background: #1da132;
}
.flow_item:last-of-type::after {
  left: -15.5px;
}
.flow_item .flow_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .flow_item .flow_text {
    font-size: 1.8rem;
  }
}

/* Faq */
.faq > *:last-child {
  margin-bottom: 0;
}

.faq_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.faq_row_question {
  position: relative;
  border-bottom: 1px solid #929292;
  padding: 0 50px 16px 0;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .faq_row_question {
    padding: 0 88px 16px 0;
    cursor: default;
    font-size: 2.2rem;
  }
}
.faq_row_question::before, .faq_row_question::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #1da132;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.faq_row_question::before {
  right: 16px;
  width: 17px;
  height: 3px;
}
@media all and (min-width: 768px) {
  .faq_row_question::before {
    right: 30px;
    width: 27px;
    height: 4px;
  }
}
.faq_row_question::after {
  right: 23px;
  width: 3px;
  height: 17px;
}
@media all and (min-width: 768px) {
  .faq_row_question::after {
    right: 41.5px;
    width: 4px;
    height: 27px;
  }
}
.faq_row_question.open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.faq_row_question.open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq_question_text {
  padding-top: 5px;
}

.faq_row_answer {
  display: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.faq_row_answer.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Thought */
.lp_section_thought {
  padding-bottom: 90px;
}
@media all and (min-width: 768px) {
  .lp_section_thought {
    padding-block: 130px 142px;
  }
}
.lp_section_thought .lp_section_header {
  margin-bottom: 84px;
}
.lp_section_thought .section_content {
  margin-bottom: 100px;
}
@media all and (min-width: 768px) {
  .lp_section_thought .section_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 8px;
  }
}
.lp_section_thought .section_img {
  position: relative;
  margin: 0 auto 58px;
  width: 315px;
  height: 237px;
}
@media all and (min-width: 768px) {
  .lp_section_thought .section_img {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -ms-flex-item-align: center;
        align-self: center;
    margin: 0;
    width: min(31.7361111111vw, 457px);
    height: min(23.125vw, 333px);
  }
}
.lp_section_thought .section_img::after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  right: -38px;
  background: #00B900;
  z-index: -1;
  width: 316px;
  height: 223px;
}
@media all and (min-width: 768px) {
  .lp_section_thought .section_img::after {
    top: 38px;
    right: -20px;
    width: min(30.5555555556vw, 440px);
    height: min(21.8055555556vw, 314px);
  }
}
@media screen and (min-width: 1200px) {
  .lp_section_thought .section_img::after {
    top: 58px;
    right: -40px;
  }
}
.lp_section_thought .content_title {
  margin-bottom: 32px;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .lp_section_thought .content_title {
    margin-bottom: 64px;
    font-size: 2.4rem;
  }
}
.lp_section_thought .content_text .fw_m {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.lp_section_thought .section_content_footer .text01 {
  width: 100%;
  max-width: 905px;
  text-align: center;
}
.lp_section_thought .section_content_footer .text01 .fw_m {
  font-weight: 700;
}

/*--------------------------------------------------
Layout
--------------------------------------------------*/
/*--------------------------------------------------
Global (variable, mixin, function)
--------------------------------------------------*/
/*--------------------------------------------------
Header
--------------------------------------------------*/
body.open {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.lp_header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 65px;
  z-index: 9999;
}
@media screen and (min-width: 1200px) {
  .lp_header {
    background: transparent;
    height: 85px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .lp_header.scrolled {
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .lp_header.scrolled .lp_menu_list .lp_menu_list_item_link {
    color: #1d1d1d;
  }
}

.lp_header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .lp_header_container {
    position: relative;
    padding-inline: 0 50px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.lp_header_container .lp_brand_name_box .lp_brand_img {
  width: 180px;
  height: 65px;
}
@media screen and (min-width: 1200px) {
  .lp_header_container .lp_brand_name_box .lp_brand_img {
    width: 230px;
    height: 85px;
  }
}

/* Hamburger menu */
.lp_hamburger_menu {
  background: #fff;
  margin-left: auto;
  z-index: 9999;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1200px) {
  .lp_hamburger_menu {
    display: none;
  }
}
.lp_hamburger_menu .lp_hamburger_menu_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp_hamburger_menu .lp_hamburger_menu_btn span {
  display: block;
  position: relative;
  background-color: #1da132;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 32px;
  height: 4px;
}
.lp_hamburger_menu .lp_hamburger_menu_btn span::before, .lp_hamburger_menu .lp_hamburger_menu_btn span::after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 4px;
  background-color: #1da132;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.lp_hamburger_menu .lp_hamburger_menu_btn span::before {
  top: -10px;
}
.lp_hamburger_menu .lp_hamburger_menu_btn span::after {
  bottom: -10px;
}
.lp_hamburger_menu.active .lp_hamburger_menu_btn span {
  background-color: transparent;
}
.lp_hamburger_menu.active .lp_hamburger_menu_btn span::before, .lp_hamburger_menu.active .lp_hamburger_menu_btn span::after {
  top: 50%;
  height: 2px;
}
.lp_hamburger_menu.active .lp_hamburger_menu_btn span::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.lp_hamburger_menu.active .lp_hamburger_menu_btn span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/* Header nav */
@media screen and (max-width: 1200px) {
  .lp_header_nav {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #1da132;
    -webkit-box-shadow: 6px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 6px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: auto;
    margin-top: 65px;
    padding: 30px 20px;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: 999;
  }
  .lp_header_nav.show {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .lp_header_nav {
    gap: min(4.1666666667vw, 60px);
    padding-block: 15px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .lp_header_nav .lp_nav_menu {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .lp_header_nav .lp_nav_menu {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .lp_header_nav .lp_contact_btn01 {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .lp_menu_list {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .lp_menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: min(1.4583333333vw, 21px);
  }
}
@media screen and (max-width: 1200px) {
  .lp_menu_list .lp_menu_list_item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.lp_menu_list .lp_menu_list_item_link {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .lp_menu_list .lp_menu_list_item_link {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_menu_list .lp_menu_list_item_link {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    font-size: 1.6rem;
    line-height: 1.37;
  }
  .lp_menu_list .lp_menu_list_item_link:hover {
    opacity: 0.6;
  }
}

/* Mask */
.mask {
  display: none;
  position: fixed;
  inset: 0 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
}

/*--------------------------------------------------
Global (variable, mixin, function)
--------------------------------------------------*/
/*--------------------------------------------------
Footer
--------------------------------------------------*/
.lp_footer_bottom {
  background: #1d1d1d;
  padding-block: 40px 24px;
}
@media all and (min-width: 768px) {
  .lp_footer_bottom {
    padding-block: 56px;
  }
}
@media all and (min-width: 768px) {
  .lp_footer_bottom .footer_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.lp_footer_menu {
  margin-bottom: 78px;
}
@media all and (min-width: 768px) {
  .lp_footer_menu {
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .lp_footer_menu .menu_list {
    gap: min(3.8888888889vw, 56px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lp_footer_menu .menu_list_item:not(:last-of-type) {
  margin-bottom: 16px;
}
@media all and (min-width: 768px) {
  .lp_footer_menu .menu_list_item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.lp_footer_menu .menu_list_item_link {
  color: #fff;
  line-height: 1.62;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .lp_footer_menu .menu_list_item_link {
    font-size: 1.6rem;
  }
}

/* Copyright */
.lp_copyright {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.62;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .lp_copyright {
    margin-left: auto;
    font-size: 1.4rem;
    font-weight: 500;
  }
}

/* Page top */
.page_top {
  position: fixed;
  right: 20px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.page_top a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  background: #fff;
  border: 2px solid #9e9e9e;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  width: 60px;
  height: 60px;
}
@media (hover: hover) {
  .page_top a:hover {
    color: #fff;
    background: #1d1d1d;
  }
}
.page_top a .fa-angle-up {
  color: #1da132;
  font-size: 2.6rem;
}
.page_top.UpMove {
  -webkit-animation: fadeUpAnime 0.5s forwards;
          animation: fadeUpAnime 0.5s forwards;
}
.page_top.DownMove {
  -webkit-animation: fadeDownAnime 0.5s forwards;
          animation: fadeDownAnime 0.5s forwards;
}

/*---------- Common style ----------*/
body {
  font-weight: 500;
}

.container {
  padding-inline: 20px;
}
@media all and (min-width: 768px) {
  .container {
    max-width: 1040px;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.text_accent {
  color: #1da132;
}

/* Loading */
.splash {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99999;
}

/* Loading画像中央配置　*/
.splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.splash_logo img {
  width: 260px;
}

.fade_in {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media all and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}