@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;900&family=Roboto:wght@700&display=swap");
h1,
h2,
h3,
h4 {
  margin-block: 0;
  margin-inline: 0;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    display: inline-block;
    /* IE用 */
    pointer-events: none;
  }
}

.btn_cta, .cv_area .f_box .header_CTA .header_call .tell, .btn_basic, .bg_yajirushi p {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.txt_g_shadow, .lp_catch .catch p {
  text-shadow: 0px 0px 8px #021500;
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 2;
  /* 3 */
  -o-tab-size: 2;
     tab-size: 2;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em;
  /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.


button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
} */
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  /*-webkit-appearance: textfield;
   1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* ユーザビリティ */
a:focus-visible,
.title:focus-visible,
span:focus-visible {
  outline-color: #FF7906;
}

/* layout base */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #474545;
}

@media screen and (max-width: 959px) {
  .lp_main section:not(.lp_hero) {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .lp_main:not(.lp_hero) {
    font-size: 16px;
  }
}

.lp_header {
  background-color: #fff;
  width: 100%;
  padding: 10px;
  border-top: solid 6px #007922;
  -webkit-box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
          box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
  z-index: 9;
  position: relative;
}

.lp_header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* text */
p.txt_s {
  margin: 0;
}

.txt_red {
  color: #FF5600;
}

.txt_green {
  color: #007922;
}

.txt_white {
  color: #fff;
}

.lp_main p {
  line-height: 1.6;
}

.txt_s {
  text-decoration: none;
  color: #666;
  font-size: 90%;
}

.txt_big {
  font-size: 120%;
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right !important;
}

.txt_bold {
  font-weight: bold;
}

@media screen and (max-width: 958px) {
  .txt_big {
    font-size: 100%;
  }
}

.txt_white {
  color: #fff;
}

.attention {
  color: #FF5600 !important;
}

.txt_normal {
  color: #474545;
}

/* images */
svg {
  fill: currentColor;
}

/* 画像　サイズより画面幅が狭かったら幅100% */
.img_resp {
  max-width: 100%;
  height: auto;
}

/* CTA */
.btn_cta {
  background: #FF7906;
  background: -moz-linear-gradient(#FF7906 0%, #FF5600 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FF7906), to(#FF5600));
  border: 2px solid #fff;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: block;
  text-align: center;
  padding: 14px 20px;
}

.btn_cta:hover, .btn_cta:focus {
  background: #FF5600;
  background: -moz-linear-gradient(#FFBB54 0%, #FF7906 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBB54), to(#FF7906));
}

.btn_cta .btn_txt {
  color: #fff;
  font-size: 20px;
  position: relative;
  padding-left: 40px;
}

.btn_cta .btn_txt::before {
  background: url(/lp01/img/ic_mail.svg) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 30px;
}

.btn_cta .btn_txt {
  font-weight: bold;
}

.lp_header .header_CTA {
  width: calc(100% - 330px);
}

.lp_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.lp_header .btn_cta {
  width: 260px;
  padding: 14px 0;
}

.lp_header .header_call {
  padding: 0 20px;
  text-align: center;
  position: relative;
  padding-left: 60px;
  position: relative;
}

.lp_header .header_call::before {
  width: 50px;
  height: 40px;
  background-color: #1f3b90;
  -webkit-mask-image: url(/lp01/img/ic_freecall.svg);
  -webkit-mask-size: cover;
  mask-image: url(/lp01/img/ic_freecall.svg);
  mask-size: cover;
  content: "";
  display: block;
  width: 60px;
  height: 48px;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.lp_header .header_call a {
  text-decoration: none;
  padding-left: 40px;
}

.lp_header .header_call a .telnum {
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}

.lp_header .header_CTA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp_header .header_CTA .header_call {
  padding: 0 20px;
  text-align: center;
}

.lp_header .header_CTA .header_call .txt_s {
  text-decoration: none;
  color: #666;
  display: block;
}

@media screen and (max-width: 959px) {
  .lp_header .header_CTA {
    width: 100%;
  }
  .lp_header .lp_ci {
    width: 140px;
  }
  .lp_header .pc_only {
    display: none;
  }
  .lp_header .header_call::before {
    width: 50px;
    height: 40px;
    background-color: #1f3b90;
    -webkit-mask-image: url(/lp01/img/ic_freecall.svg);
    -webkit-mask-size: cover;
    mask-image: url(/lp01/img/ic_freecall.svg);
    mask-size: cover;
    content: "";
    display: block;
    width: 60px;
    height: 48px;
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .lp_header .header_call a span.txt_s {
    font-size: 75%;
  }
  .lp_header .telnum {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 958px) {
  .lp_header .header_CTA {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .lp_header {
    padding: 0 0 1em;
  }
  .lp_header .header_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp_header .header_inner .lp_ci {
    width: 24%;
  }
  .lp_header .header_inner .lp_ci .ci_logo {
    width: 100%;
    height: auto;
  }
  .lp_header .header_CTA {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 76%;
  }
  .lp_header .header_CTA .header_call {
    padding: 5px 0;
  }
  .lp_header .header_CTA .header_call a {
    width: 99%;
    padding: 8px 0;
  }
  .lp_header .header_CTA .header_call a span.txt_s {
    font-size: 90%;
  }
  .lp_header .header_CTA .header_call a span.telnum {
    color: #474545;
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .lp_header .header_CTA .header_call a span.telnum::before {
    background-color: #1f3b90;
    -webkit-mask-image: url(/lp01/img/ic_freecall.svg);
    -webkit-mask-size: cover;
    mask-image: url(/lp01/img/ic_freecall.svg);
    mask-size: cover;
    content: "";
    display: block;
    width: 34px;
    height: 27px;
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -20px;
  }
  .lp_header .header_CTA .header_call::before {
    display: none;
  }
  .header_form {
    width: 96%;
    padding: 5px 0 0;
    padding: 0;
  }
  .header_form .btn_cta {
    display: inline-block;
    width: 100%;
  }
}

/* title */
.title {
  line-height: 1.2;
  letter-spacing: .05em;
  margin: 0;
  font-weight: bold;
}

.title.t_like {
  font-size: 1.8rem;
  line-height: 1.3;
}

@media screen and (max-width: 639px) {
  .title.t_like {
    font-size: 1.4rem;
  }
}

.title .t2 {
  font-size: 2.8rem;
}

@media screen and (max-width: 639px) {
  .title .t2 {
    font-size: 1.8rem;
  }
}

.title .t2_t3 {
  font-size: 2.2rem;
}

@media screen and (max-width: 639px) {
  .title .t2_t3 {
    font-size: 1.6rem;
  }
}

.title .t3 {
  font-size: 1.8rem;
}

@media screen and (max-width: 639px) {
  .title .t3 {
    font-size: 1.4rem;
  }
}

.title .t4 {
  font-size: 1.3rem;
  display: inline-block;
}

@media screen and (max-width: 639px) {
  .title .t4 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 639px) {
  .title {
    margin: auto;
  }
}

.title.slash {
  display: inline-block;
  position: relative;
  margin: 2em 0;
  padding: 0 60px;
}

.title.slash:before, .title.slash:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 1px;
}

.title.slash:before {
  background-color: #555555;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.title.slash:after {
  background-color: #555555;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.title.slash:before {
  left: 0;
}

.title.slash:after {
  right: 0;
}

.title.ic_check {
  background: url("/lp01/img/ic_check.png") left no-repeat;
  padding: .2em 0 .2em 35px;
}

@media screen and (max-width: 767px) {
  .title.ic_check {
    background-position-y: 0;
    line-height: 1.5;
  }
}

/* hero area */
.lp_hero {
  background-image: url(/lp01/img/mv_bg.webp);
  background-size: cover;
  background-position-x: center;
}

.hero_txt {
  position: relative;
  margin: 10px auto;
  background: rgba(255, 255, 255, 0.564);
}

.hero_txt::before {
  content: url(/lp01/img/badge.png);
  position: absolute;
  top: 20px;
  right: -12px;
}

.hero_txt .copy01 {
  margin: 35px 0 0;
  font-size: 3.6em;
  line-height: .4;
  font-family: YakuHanJP, 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.hero_txt .copy01 .attention_01 {
  line-height: 1;
  font-size: 2.8em;
  letter-spacing: -14px;
  background: #FF7906;
  background: -moz-linear-gradient(#FFBB54 0%, #FF5600 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBB54), to(#FF5600));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero_txt .copy01 .kana {
  padding-left: 0.2em;
}

.hero_txt .copy01 .attention_02 {
  line-height: 1;
  font-size: 1.55em;
}

.hero_txt .copy01 .attention_02.green {
  font-size: 1.45em;
  letter-spacing: -5.5px;
}

.hero_txt .copy01 .attention_02.green .more_big {
  font-size: 1.45em;
  line-height: 0;
  letter-spacing: -10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

.hero_txt .copy01 .attention_03 {
  font-size: .55em;
  letter-spacing: -1.5px;
}

.hero_txt .copy01 .attention_ss {
  line-height: 4;
  font-size: 12px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: .48em;
  word-break: break-all;
  text-align: justify;
}

.hero_txt .copy01 .green {
  color: #007922;
  background: #007922;
  background: -moz-linear-gradient(#007922 0%, #013610 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#007922), to(#013610));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero_txt .copy02 {
  margin: 0;
  max-width: 480px;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .hero_txt {
    background: none;
  }
}

.hero_img {
  overflow: hidden;
}

.hero_img img {
  width: 100%;
  height: auto;
}

.lp_catch {
  background-color: #007922;
}

.lp_catch .catch {
  background-image: url(/lp01/img/bg_img01.png);
  background-repeat: no-repeat;
  padding: 7px 0;
  min-height: 139px;
  display: table;
}

@media screen and (max-width: 767px) {
  .lp_catch .catch {
    background-size: contain;
    background-position-x: -80%;
  }
}

.lp_catch .catch p {
  padding-left: 300px;
  margin: 0;
  font-size: 1.8em;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .lp_catch .catch p {
    padding: 0 10px;
  }
}

.lp_about {
  padding: 2em 0;
  -webkit-box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
          box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
}

.lp_about .about dt {
  border-radius: 8px 8px 0 0;
  border-left: 4px solid #007922;
  border-right: 4px solid #007922;
  border-top: 4px solid #007922;
}

.lp_about .about dd {
  border-radius: 0 0 8px 8px;
  border-left: 4px solid #007922;
  border-right: 4px solid #007922;
  border-bottom: 4px solid #007922;
}

.lp_about .about dt,
.lp_about .about dd {
  margin-block: 0;
  margin-inline: 0;
  padding: 1em;
}

.lp_about .about dt span,
.lp_about .about dt p,
.lp_about .about dd span,
.lp_about .about dd p {
  margin-block: 0;
  padding: 0;
}

.lp_about .about dt span,
.lp_about .about dd span {
  font-size: 1.2em;
  font-weight: bold;
}

.lp_about .about dt ol,
.lp_about .about dd ol {
  margin: 0;
}

.lp_about .about dt {
  background-color: #007922;
  background: -moz-linear-gradient(#007922 0%, #00AF3E 100%);
  background: -webkit-gradient(linear, left top, right top, from(#007922), to(#00AF3E));
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .lp_hero {
    background-image: none;
  }
  .lp_hero .lp_inner {
    background: url(/lp01/img/bg_img_hero.webp) no-repeat;
    background-size: 50%;
    background-position: right top;
  }
  .hero_txt {
    margin: 0;
    background-color: rgba(255, 255, 255, 0.564);
  }
  .hero_txt::before {
    top: 20px;
    right: 0;
  }
  .hero_txt .copy01 {
    font-size: 3em;
  }
  .hero_txt .copy01 .attention_ss.green {
    display: none;
  }
  .hero_img {
    display: none;
  }
  .lp_catch .catch p {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 854px) {
  .lp_hero .lp_inner.f_box {
    display: block;
    background: none;
  }
  .lp_hero .lp_inner.f_box .hero_txt {
    width: 98%;
    max-width: 350px;
    margin: 0 auto;
  }
  .lp_hero .lp_inner.f_box .hero_txt::before {
    top: -20px;
    right: -20px;
  }
  .lp_hero .lp_inner.f_box .hero_txt .copy02 {
    padding: 0 10px;
  }
  .lp_hero .lp_inner.f_box .hero_img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 499px) {
  .lp_hero .lp_inner .f_box .hero_txt {
    width: 100%;
    overflow: hidden;
  }
  .lp_hero .lp_inner .f_box .hero_txt::before {
    top: -20px0;
    right: -20px;
  }
  .lp_hero .lp_inner .f_box .hero_txt .copy02 {
    padding: 0 10px;
  }
}

.lp_tube,
.lp_feature {
  padding-bottom: 40px;
}

.lp_tube .lp_inner:not(.cv_area),
.lp_feature .lp_inner:not(.cv_area) {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .lp_tube .lp_inner:not(.cv_area),
  .lp_feature .lp_inner:not(.cv_area) {
    padding-top: 20px;
  }
}

.lp_tube .tube {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  padding-top: 56.25%;
}

.lp_tube .tube .movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media screen and (max-width: 1000px) {
  .lp_tube .tube .movie {
    border-radius: 0;
  }
}

.lp_feature .cv_area {
  margin: 0 0 60px;
}

.lp_feature #cnt01 .col_2:first-of-type {
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .lp_feature #cnt01 .col_2:first-of-type {
    padding-right: 0;
  }
}

.cv_area {
  background-color: #007922;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(20%, #007922));
  background: linear-gradient(rgba(0, 0, 0, 0) 20%, #007922 20%);
  min-height: 229px;
  margin-top: 40px;
}

.cv_area .f_box {
  margin-top: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cv_area .f_box .f_img {
  width: 22%;
}

.cv_area .f_box .header_CTA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 77%;
  padding-bottom: 4.5%;
}

.cv_area .f_box .header_CTA .header_form {
  padding: 0 20px 0 0;
}

.cv_area .f_box .header_CTA .header_form .btn_cta {
  padding: 30px 40px;
}

.cv_area .f_box .header_CTA .header_call {
  padding: 0;
  text-align: center;
  position: relative;
}

.cv_area .f_box .header_CTA .header_call .txt_s {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 90%;
  margin: 0;
}

.cv_area .f_box .header_CTA .header_call .tell {
  position: relative;
  padding-left: 55px;
  color: #fff;
}

.cv_area .f_box .header_CTA .header_call .tell .telnum {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}

.cv_area .f_box .header_CTA .header_call .tell .telnum::before {
  background: url(/lp01/img/ic_freecall.svg) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.lp_fnCV .cv_area {
  margin-top: -30px;
}

.bg_green .title .t2 {
  color: #fff;
}

.bg_green .title .t2 .txt_red {
  font-size: 1.8em;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  letter-spacing: 0;
}

@media screen and (max-width: 958px) {
  .cv_area .f_box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .cv_area .f_box img {
    margin-left: 20px;
  }
  .cv_area .f_box .header_CTA {
    display: block;
    width: 70%;
    padding: 0;
    padding-bottom: 10px;
  }
  .cv_area .f_box .header_CTA .header_form {
    max-width: 400px;
    padding: 15px 0;
    margin: 0 auto;
  }
  .cv_area .f_box .header_CTA .header_form .btn_cta {
    width: 99%;
    padding: 15px 0;
  }
  .cv_area .f_box .header_CTA .header_call {
    padding: 0 0 5px;
    width: 99%;
  }
  .cv_area .f_box .header_CTA .header_call .tell {
    text-decoration: none;
  }
  .cv_area .f_box .header_CTA .header_call .tell span.telnum {
    font-size: 3.2rem;
  }
  .cv_area .f_box .header_CTA .header_call .tell span.telnum::before {
    background: url(/lp01/img/ic_freecall.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    width: 50px;
    height: 40px;
  }
  .cv_area .f_box .header_CTA .header_call::before {
    width: 50px;
    height: 40px;
  }
  .cv_area .f_box .header_CTA .header_call .txt_s {
    font-size: 70%;
  }
  .cv_area .f_box .header_CTA .header_call .tell .telnum {
    font-size: 2rem;
  }
  .cv_area .f_box .header_CTA .header_call .tell .telnum::before {
    width: 50px;
    height: 40px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .lp_fnCV {
    padding-top: 16px;
  }
  .lp_fnCV .bg_yajirushi {
    padding: 0;
    min-height: 20px;
    background-position-y: bottom;
    width: 90vw;
    height: calc(89vw / 5);
  }
  .lp_fnCV .bg_yajirushi p {
    line-height: 2.2;
    font-size: 1.4em;
    margin: 0;
  }
  .resp_title {
    padding-left: 0;
  }
  .cv_area {
    margin-top: 0;
  }
  .cv_area,
  .lp_feature .cv_area {
    min-height: 229px;
  }
  .cv_area .f_box,
  .lp_feature .cv_area .f_box {
    overflow: hidden;
  }
  .cv_area .f_box img,
  .lp_feature .cv_area .f_box img {
    margin-left: -64px;
  }
  .cv_area .f_box .f_img,
  .lp_feature .cv_area .f_box .f_img {
    width: 20%;
  }
  .cv_area .f_box .header_CTA .header_call .tell,
  .lp_feature .cv_area .f_box .header_CTA .header_call .tell {
    padding-left: 0;
  }
  .cv_area .f_box .header_CTA .header_call .tell span.telnum,
  .lp_feature .cv_area .f_box .header_CTA .header_call .tell span.telnum {
    font-size: 1.8rem;
    padding-left: 20px;
  }
  .cv_area .f_box .header_CTA .header_call .tell span.telnum::before,
  .lp_feature .cv_area .f_box .header_CTA .header_call .tell span.telnum::before {
    width: 34px;
    height: 27px;
    left: -20px;
  }
}

.f_greenbox {
  background-color: #007922;
  padding: 10px;
}

.f_greenbox .headline {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
}

.f_greenbox .bg_white {
  background-color: #fff;
  padding: .5em;
}

.f_greenbox .bg_white p {
  margin: 0;
}

table.t_green {
  border-top: 2px solid #007922;
  border-left: 2px solid #007922;
  width: 100%;
}

table.t_green th {
  background-color: #007922;
  color: #fff;
  text-align: center;
}

table.t_green th:not(:last-child) {
  border-right: 2px solid #fff;
}

table.t_green th:last-child {
  border-right: 2px solid #007922;
}

table.t_green td {
  border-bottom: 2px solid #007922;
  border-right: 2px solid #007922;
}

#question {
  background: url(/lp01/img/bg_fk.png) no-repeat;
  min-height: 249px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#question .col_3 p {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}

#question .col_3:nth-child(n+2) {
  width: 30%;
}

#question .col_3:nth-child(2) {
  padding-bottom: 3em;
}

.txt_box {
  font-size: 120%;
  margin: 0 auto;
}

.txt_box #ckbox {
  font-size: 160%;
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 0;
}

.txt_box #ckbox li {
  background: url("/lp01/img/ic_check.png") left no-repeat;
  padding: .2em 0 .2em 35px;
}

#tri_img {
  margin-top: 5em;
  min-height: 440px;
  background: url("/lp01/img/img_02_02.webp") center center no-repeat;
  padding: 0 30px;
}

#tri_img .f_box.counter {
  font-weight: bold;
}

#tri_img .f_box.counter .col_2 p {
  margin: 0;
}

#tri_img .f_box.counter .col_2 p:nth-child(1) {
  letter-spacing: -.1em;
  line-height: 1.4;
}

#tri_img .f_box.counter .col_2 .title .num.kaku::before {
  font-family: "Roboto", sans-serif;
  color: #fff;
  background-color: #007922;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: .3em;
}

#tri_img .f_box.counter .col_2:nth-child(2) {
  text-align: right;
}

#tri_img .f_box.counter .col_2:nth-child(3) {
  text-align: center;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  #tri_img {
    background: none;
    margin-top: 0;
    min-height: auto;
    padding: 0;
  }
  #tri_img .f_box.counter {
    display: block;
  }
  #tri_img .f_box.counter .col_2 {
    width: 100%;
    padding: 5px 0 !important;
    text-align: left !important;
  }
  #tri_img .f_box.counter .col_2 p:not(:first-child) {
    margin-left: 41px;
  }
}

#dl_ds01 dl.col_2 {
  width: calc(50% - 10px);
}

#dl_ds01 dl dt {
  background-color: #F1F9EC;
  font-size: 1.8rem;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#dl_ds01 dl dt span.num.label_gr {
  position: relative;
  overflow: hidden;
  height: 60px;
  width: 100px;
}

#dl_ds01 dl dt span.num.label_gr:before {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #fff;
  background-color: #007922;
  z-index: 10;
  position: relative;
  font-size: 50px;
  width: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
}

#dl_ds01 dl dt span.num.label_gr::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: -17%;
  left: 60px;
  border-style: solid;
  border-color: transparent transparent transparent #007922;
  border-width: 40px 0 40px 30px;
  z-index: 9;
}

#dl_ds01 dl dt span:nth-child(2) {
  width: calc(100% - 100px);
  line-height: 1;
}

#dl_ds01 dl dd {
  margin: 0;
  font-size: 110%;
  font-weight: bold;
}

.lp_feature .img_no1 {
  margin-bottom: -22px;
}

@media screen and (max-width: 958px) {
  .lp_feature img {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}

@media screen and (max-width: 958px) {
  #question {
    position: relative;
    display: block;
    margin: 1em auto;
    min-height: 3em;
    min-width: 120px;
    max-width: 100%;
    font-size: 16px;
    background: #698a7a;
    padding: 1em 10px;
  }
  #question::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 98%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #698a7a;
    border-radius: 10px;
  }
  #question .col_3 {
    width: auto;
  }
  #question .col_3:nth-child(n+2) {
    width: auto;
  }
  #question .col_3:nth-child(2) {
    padding-bottom: 0;
  }
  #question .col_3 p {
    margin: .2em 0;
    padding: .5em 0;
  }
  #question .col_3 p::before {
    content: "「";
    padding: 0 .5em 0 0;
  }
  #question .col_3 p::after {
    content: "」";
    padding: 0 0 0 .5em;
  }
  table.t_green {
    font-size: 85%;
  }
  #resolution .f_img.pr20 {
    padding-right: 0;
  }
  .txt_box {
    font-size: 100%;
    width: 100%;
  }
  .txt_box #ckbox {
    font-size: 100%;
  }
  .txt_box #ckbox li {
    background: url("/lp01/img/ic_check.png") no-repeat;
    min-height: 45px;
    background-position-y: -5px;
  }
  #dl_ds01 dl.col_2 {
    width: 100%;
  }
  #dl_ds01 dl.col_2 dt,
  #dl_ds01 dl.col_2 dd {
    font-size: 100%;
  }
  #dl_ds01 dl.col_2 .relative .att {
    padding: 5px 5px 2px;
  }
  #dl_ds01 dl.col_2 .relative .att .txt {
    font-size: 100%;
  }
}

h1,
h2,
h3,
h4 {
  margin-block: 0;
  margin-inline: 0;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    color: #333;
    text-decoration: none;
    display: inline-block;
    /* IE用 */
    pointer-events: none;
  }
}

.btn_cta, .cv_area .f_box .header_CTA .header_call .tell, .btn_basic, .bg_yajirushi p {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.txt_g_shadow, .lp_catch .catch p {
  text-shadow: 0px 0px 8px #021500;
}

/* option */
.f_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f_box.f_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f_box.f_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f_box.f_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f_box .col_2 {
  width: 50%;
}

.f_box .col_3 {
  width: 33.3%;
}

.f_box .col_b_right {
  width: calc(100% - 90px);
}

.f_box .f_img {
  text-align: center;
}

@media screen and (max-width: 958px) {
  .f_box.resp {
    display: block;
  }
  .f_box.resp .col_2,
  .f_box.resp .col_3,
  .f_box.resp .t_like {
    width: 100%;
  }
}

/* button */
.btn_basic {
  background: #FF7906;
  background: -moz-linear-gradient(#FF7906 0%, #FF5600 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FF7906), to(#FF5600));
  border: 2px solid #fff;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: block;
  text-align: center;
  padding: 20px 20px;
  max-width: 700px;
  margin: 1em auto;
}

.btn_basic:hover, .btn_basic:focus {
  background: #FF5600;
  background: -moz-linear-gradient(#FFBB54 0%, #FF7906 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBB54), to(#FF7906));
}

.btn_basic .btn_txt {
  color: #fff;
  font-size: 20px;
  position: relative;
  padding-left: 40px;
}

.btn_basic .btn_txt {
  font-weight: bold;
}

.btn_basic .btn_txt.no_ic {
  padding-left: 0;
}

.yajirusiplus {
  display: block;
  margin: 0 auto;
  background-image: url(/lp01/img/triangle_gr.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  width: 362px;
  background-position: center;
}

.yajirusiplus.s {
  height: 50px;
  width: 300px;
}

.yajirusiplus.mb-40 {
  margin-bottom: -40px;
  z-index: 99;
  position: relative;
}

@media screen and (max-width: 767px) {
  .yajirusiplus {
    width: 300px;
  }
}

.bg_yajirushi {
  background-image: url(/lp01/img/triangle_gr.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 110px;
  min-height: 70px;
  width: 580px;
  background-position: center;
  margin-block: 20px;
  margin: auto;
}

.bg_yajirushi p {
  line-height: 80px;
  font-size: 2em;
  font-weight: bold;
  color: #FF5600;
  color: #fff;
}

.line_green {
  border: 6px solid #007922;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.line_green .over {
  margin-right: -20px;
  margin-left: -20px;
}

.border_green {
  border: 2px solid #007922;
}

.img_auto {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.mt_1em {
  margin-top: 1em;
}

.mb_1em {
  margin-bottom: 1em;
}

.mt_mb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.p10 {
  padding: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.tel_num {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .tel_num {
    font-size: 1.8rem;
    line-height: 1;
  }
}

.tel_num a {
  color: #474545;
  text-decoration: none;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.tel_num a:hover, .tel_num a:focus {
  color: #474545;
  text-decoration: none;
}

/* counter */
.counter {
  counter-reset: number 0;
}

.counter .num:before {
  counter-increment: number 1;
  content: counter(number) " ";
}

.num_balloon {
  position: relative;
  display: block;
  margin-right: 20px;
  padding: 0 5px;
  width: 70px;
  height: 70px;
  line-height: 75px;
  text-align: center;
  color: #FFF;
  font-size: 2.8em;
  font-weight: bold;
  background: #007922;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  z-index: 1;
}

.num_balloon:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #007922;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

@media screen and (max-width: 958px) {
  .pcbig_only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 959px) {
  .pcmin_only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .tab_only {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .sp_only {
    display: none;
  }
}

/* background */
.bg_green {
  background-color: #007922;
  background: -moz-linear-gradient(#007922 0%, #038b05 100%);
  background: -webkit-gradient(linear, left top, right top, from(#007922), to(#038b05));
}

.bg_green02 {
  background-color: #007922;
}

.bg_green_pale {
  background-color: #F1F9EC;
}

.bg_white {
  background-color: #fff;
}

.relative {
  position: relative;
}

.relative .att {
  position: absolute;
  display: inline-block;
  margin-left: 10px;
  min-width: 4em;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #FF7906;
  top: -20px;
  border-radius: 8px;
  padding: 10px 10px 5px;
  text-align: center;
}

.relative .att::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #FF7906;
}

.relative .att .txt {
  margin: 0;
  padding: 0;
  font-size: 180%;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .relative .att {
    top: -10px;
  }
}

/* footer */
.lp_footer {
  position: relative;
}

.lp_footer .f_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.lp_footer .f_box .lp_ci,
.lp_footer .f_box .lp_address {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .lp_footer .f_box .lp_ci,
  .lp_footer .f_box .lp_address {
    padding: 0 10px;
  }
}

.lp_footer .lp_cory {
  background-color: #007922;
  background: -moz-linear-gradient(#007922 0%, #00AF3E 100%);
  background: -webkit-gradient(linear, left top, right top, from(#007922), to(#00AF3E));
  padding: 15px;
  margin: 0;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .lp_footer .lp_cory {
    padding: 15px 0;
  }
}

#scrollUp {
  bottom: 65px;
  right: 45px;
  height: 64px;
  width: 64px;
  background: url(/lp01/img/gotop.jpg) no-repeat;
  border: 1px solid #FFF;
}
/*# sourceMappingURL=style.css.map */