*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  border: none;
  outline: none;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

li {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #0f2614;
}

a {
  color: #0f2614;
}

main {
  padding-bottom: 81px;
}

.sp-only {
  display: block;
}

.tab-only {
  display: none;
}

.pc-only {
  display: none;
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

@media (min-width: 769px) {
  .tab-only {
    display: block;
  }
}

@media (min-width: 1025px) {
  .tab-only {
    display: none;
  }
}

@media (min-width: 1025px) {
  .pc-only {
    display: block;
  }
}

.button_primary,
.header .header_nav-button,
.action .action_button,
.fv .fv_button {
  background: #54b663;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #54b663;
  border-radius: 24px;
  transition: all 0.3s;
}

.button_primary:visited,
.header .header_nav-button:visited,
.action .action_button:visited,
.fv .fv_button:visited {
  color: #fff;
}

.button_primary:hover,
.header .header_nav-button:hover,
.action .action_button:hover,
.fv .fv_button:hover {
  background: #55cd69;
  text-decoration: none;
  color: #fff;
}

.button_outline_primary {
  background: #fff;
  color: #54b663;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #54b663;
  border-radius: 24px;
  transition: all 0.3s;
}

.button_outline_primary:visited {
  color: #54b663;
}

.button_outline_primary:hover {
  background: #e6ffeb;
  text-decoration: none;
  color: #54b663;
}

.button_secondary {
  background: #b95a5a;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b95a5a;
  border-radius: 24px;
  transition: all 0.3s;
}

.button_secondary:visited {
  color: #fff;
}

.button_secondary:hover {
  background: #d75050;
  text-decoration: none;
  color: #fff;
}

.button_outline_secondary {
  background: #fff;
  color: #b95a5a;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b95a5a;
  border-radius: 24px;
  transition: all 0.3s;
}

.button_outline_secondary:visited {
  color: #b95a5a;
}

.button_outline_secondary:hover {
  background: #ffe5e5;
  text-decoration: none;
  color: #b95a5a;
}

.is_button_disabled {
  background: #c2c2c2;
  color: #0f2614;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c2c2c2;
  border-radius: 24px;
  transition: all 0.3s;
  pointer-events: none;
}

.footer.footer--web {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}

@media (min-width: 768px) {
  .footer.footer--web {
    position: static;
    margin-top: 24px;
    padding: 48px 0;
    text-align: center;
  }
}

.footer.footer--web .footer-pc {
  display: none;
}

@media (min-width: 768px) {
  .footer.footer--web .footer-pc {
    display: block;
  }
}

.footer.footer--web .footer-pc .footer-items {
  display: flex;
  justify-content: center;
  max-width: 600px;
  font-size: 14px;
  margin: 0 auto;
  padding-left: 0;
}

.footer.footer--web .footer-pc .footer-item {
  padding: 0 24px;
}

.footer.footer--web .footer-pc .footer-item:not(:last-of-type) {
  border-right: 1px solid rgba(15, 38, 20, 0.25);
}

.footer.footer--web .footer-pc .footer-item a {
  color: #0f2614;
  text-decoration: none;
}

.footer.footer--web .footer-pc .footer-item a:visited {
  color: #0f2614;
}

.footer.footer--web .footer-copyright {
  margin-top: 24px;
}

.footer.footer--web .footer-copyright a {
  color: #0f2614;
  text-decoration: none;
}

.footer.footer--web .footer-copyright a:visited {
  color: #0f2614;
}

.sp-footer {
  padding: 0 16px;
  margin-top: 48px;
}

@media (min-width: 768px) {
  .sp-footer {
    display: none;
  }
}

.sp-footer .nav-lists {
  padding-left: 0;
}

.sp-footer .nav-list:not(:first-of-type) {
  border-top: 0.5px solid rgba(15, 38, 20, 0.25);
}

.sp-footer .nav-list a {
  display: inline-block;
  height: 100%;
  padding: 16px 32px 16px 0;
  text-decoration: none;
}

.sp-footer .nav-list a:visited {
  color: inherit;
}

.sp-footer .nav-list.nav-list--copyright {
  padding-top: 32px;
  text-align: center;
}

.sp-footer .nav-list.nav-list--copyright a {
  padding: 8px;
}

main {
  padding-bottom: 0;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 2;
  transition: background-color 0.3s;
}

.header.is-scrolled {
  background: rgba(15, 38, 20, 0.1);
}

.header.is-scrolled.is-passed-fv {
  box-shadow: 0 -10px 15px 0 rgba(0, 0, 0, 0.5);
  background: #fff;
  transition: background-color 0.3s;
}

.header .header_pre {
  background-color: #e6ffeb;
  text-align: center;
}

.header .header_pre-link {
  padding: 10px 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}

.header .header_pre-link:visited {
  color: #0f2614;
}

.header .header_pre-link:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.header .header_pre-emphasis {
  color: #54b663;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}

.header .header_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 16px;
}

@media (min-width: 768px) {
  .header .header_body {
    padding: 24px 7.5vw;
  }
}

.header .header_logo {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

.header .header_logo.header_logo--black {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s;
}

.header .header_logo img {
  width: 120px;
}

@media (min-width: 768px) {
  .header .header_logo img {
    width: 180px;
  }
}

@media (max-width: 767px) {
  .header .header_links {
    display: flex;
    align-items: center;
  }
}

.header .header_nav {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .header .header_nav {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .header .header_nav-item {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .header .header_nav-item:not(:first-child) {
    margin-left: 24px;
  }
}

@media (min-width: 768px) {
  .header .header_nav-item--with-border {
    padding-right: 24px;
    border-right: solid 1px #fff;
  }
}

@media (min-width: 768px) {
  .header .header_nav-link {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    transition: color 0.3s;
  }
}

@media (min-width: 900px) {
  .header .header_nav-link {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .header .header_nav-link:visited {
    color: #fff;
  }
}

.header .header_nav-link:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.header .header_nav-button {
  font-size: 12px;
  line-height: 1;
  width: 100px;
  height: 32px;
}

@media (min-width: 768px) {
  .header .header_nav-button {
    width: 140px;
    height: 35px;
  }
}

@media (min-width: 900px) {
  .header .header_nav-button {
    width: 175px;
    height: 40px;
    font-size: 14px;
  }
}

.header .menu-icon {
  margin-left: 16px;
}

.header .menu-icon .white {
  display: block;
}

.header .menu-icon .black {
  display: none;
}

.header.is-passed-fv .header_logo.header_logo--white {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header.is-passed-fv .header_logo.header_logo--black {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* .header.is-passed-fv .header_nav-item--with-border {
    border-right: 1px solid #0f2614
} */

@media (min-width: 768px) {
  .header.is-passed-fv .header_nav-link {
    color: #0f2614;
  }
}

@media (min-width: 768px) {
  .header.is-passed-fv .header_nav-link:visited {
    color: #0f2614;
  }
}

.header.is-passed-fv .menu-icon .white {
  display: none;
}

.header.is-passed-fv .menu-icon .black {
  display: block;
}

.header .nav-sp {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  padding: 24px 16px 0;
  flex-direction: column;
  display: none;
}

.header .nav-sp.is-active {
  display: flex;
}

.header .nav-sp .close-icon {
  width: 32px;
  margin: 0 0 0 auto;
}

.header .nav-sp .nav-lists {
  margin-top: 40px;
  padding-left: 0;
}

.header .nav-sp .nav-list:not(:first-of-type) {
  border-top: 0.5px solid rgba(15, 38, 20, 0.25);
}

.header .nav-sp .nav-list a {
  display: inline-block;
  height: 100%;
  padding: 16px 32px 16px 0;
}

.about {
  background-color: #fff;
}

.about .about_container {
  padding: 64px 16px 80px;
  padding: 80px 0;
}

@media (min-width: 768px) {
  .about .about_container {
    max-width: 1160px;
    padding: 80px 10px;
    margin: 0 auto;
  }
}

.about .about_header {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  .about .about_header {
    font-size: 40px;
    line-height: 1.25;
  }
}

.about .about_body {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .about .about_body {
    margin-top: 40px;
  }
}

.about .about_example {
  padding: 0 16px;
}

@media (min-width: 768px) {
  .about .about_example {
    padding: 0;
  }
}

.about .about_example::after {
  content: "";
  display: block;
  width: 38px;
  height: 21px;
  background-image: url("https://manufar-img.s3.ap-northeast-1.amazonaws.com/retail-lp/pc/icon-arrow-bottom.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 32px auto 0;
}

@media (min-width: 768px) {
  .about .about_example::after {
    width: 52px;
    height: 26px;
    margin-top: 48px;
  }
}

.about .about_example-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

@media (min-width: 768px) {
  .about .about_example-items {
    flex-wrap: nowrap;
    margin-top: 0;
  }
}

.about .about_example-item {
  width: calc(164 / 342 * 100%);
}

.about .about_example-item:nth-child(n + 3) {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .about .about_example-item:nth-child(n + 3) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .about .about_example-item {
    width: calc(267 / 1140 * 100%);
  }
}

.about .about_example-image {
  width: 100%;
}

.about .about_category {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .about .about_category {
    margin-top: 48px;
  }
}

.about .about_category-title {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .about .about_category-title {
    font-size: 24px;
    line-height: 1.33;
  }
}

.about .about_category-title.about_category-header--emphasis {
  font-weight: bold;
}

.about .about_category-body {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .about .about_category-body {
    margin-top: 35px;
  }
}

.about .about_category-image {
  width: 100%;
}

.about .about_message-box {
  margin: 23px 16px 0;
  padding: 24px;
  border-radius: 4px;
  background-color: #f2f2f2;
}

@media (min-width: 768px) {
  .about .about_message-box {
    margin: 48px auto 0;
    padding: 20px;
    max-width: 800px;
  }
}

.about .about_message-header {
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  .about .about_message-header {
    font-size: 24px;
    line-height: 1.33;
  }
}

.about .about_message-body {
  margin-top: 19px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .about .about_message-body {
    margin-top: 12px;
    text-align: center;
  }
}

.about .about_message-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

.action {
  background-image: url("https://manufar-img.s3.ap-northeast-1.amazonaws.com/retail-lp/pc/footer_background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.action .action_container {
  padding: 64px 16px 80px;
  padding-top: 80px;
  padding-bottom: 64px;
}

@media (min-width: 768px) {
  .action .action_container {
    max-width: 1160px;
    padding: 80px 10px;
    margin: 0 auto;
  }
}

.action .action_message {
  text-align: center;
}

.action .action_message-sub {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .action .action_message-sub {
    font-size: 24px;
  }
}

.action .action_message-main {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.33;
  color: #fff;
  margin-top: 16px;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .action .action_message-main {
    margin-top: 12px;
    font-size: 40px;
  }
}

.action .action_message-main-emphasis {
  color: #54b663;
  font-size: 24px;
  line-height: 1.33;
}

@media (min-width: 768px) {
  .action .action_message-main-emphasis {
    font-size: 40px;
  }
}

.action .action_button {
  margin: 16px auto 0;
  width: 245px;
  height: 48px;
  padding: 0 24px;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .action .action_button {
    margin-top: 30px;
  }
}

.examples {
  background-color: #fff;
}

.examples .examples_container {
  padding: 64px 16px 80px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .examples .examples_container {
    max-width: 1160px;
    padding: 40px 10px;
    margin: 0 auto;
  }
}

.examples_header {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  margin: 0;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .examples_header {
    font-size: 40px;
    line-height: 1.25;
  }
}

.examples .examples_body {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .examples .examples_body {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .examples .examples_item {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .examples .examples_item-column:first-child {
    margin-left: 48px;
    width: calc(570 / 1160 * 100%);
    flex-shrink: 0;
  }
}

.examples .examples_item-column:not(:first-child) {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .examples .examples_item-column:not(:first-child) {
    margin-top: 0;
  }
}

.examples .examples_product {
  border-radius: 4px;
  /* padding: 48px 17px; */
}

/* @media (min-width: 768px) { */
/*   .examples .examples_product { */
/*     padding: 114px 28px; */
/*   } */
/* } */

.examples .examples_product-image {
  max-width: 100%;
}
.examples_product {
  padding-top: 20px;
  padding-bottom: 20px;
}
.examples_product-image {
  margin-left: auto;
  margin-right: auto;
}

.examples .examples_item-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .examples .examples_item-title {
    font-size: 32px;
    line-height: 1.5;
  }
}

.examples .examples_item-contents {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .examples .examples_item-contents {
    margin-top: 15px;
    line-height: 2;
  }
}

.examples .examples_partner {
  margin-top: 36px;
  border-top: solid 2px #0f2614;
  position: relative;
  padding-top: 36px;
}

@media (min-width: 768px) {
  .examples .examples_partner {
    margin-top: 45px;
    padding-top: 40px;
  }
}

.examples .examples_partner-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  padding-right: 12px;
  background-color: #fff;
  position: absolute;
  top: -8px;
}

.examples .examples_partner-body {
  display: flex;
}

.examples .examples_partner-content {
  width: calc(199 / 343 * 100%);
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .examples .examples_partner-content {
    width: calc(378 / 522 * 100%);
  }
}

.examples .examples_partner-logo {
  max-width: 100%;
}

.examples .examples_partner-comments {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .examples .examples_partner-comments {
    line-height: 2;
  }
}

.examples .examples_partner-info {
  margin-left: 24px;
}

.examples .examples_partner-image {
  max-width: 100%;
}

.examples .examples_partner-description {
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
}

.feature {
  background-color: #ceead2;
}

.feature .feature_container {
  padding: 64px 16px 80px;
}

@media (min-width: 768px) {
  .feature .feature_container {
    max-width: 1160px;
    padding: 80px 10px;
    margin: 0 auto;
  }
}

.feature .feature_header {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  .feature .feature_header {
    font-size: 40px;
    line-height: 1.25;
  }
}

.feature .feature_body {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .feature .feature_body {
    margin-top: 40px;
  }
}

.feature .feature_list {
  background-color: #fff;
  border-radius: 4px;
  padding: 22px 24px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .feature .feature_list {
    padding: 48px 44px 48px 48px;
  }
}

@media (min-width: 768px) {
  .feature .feature_list-item {
    display: flex;
    justify-content: space-between;
  }
}

.feature .feature_list-item:not(:first-child) {
  margin-top: 48px;
}

@media (min-width: 768px) {
  .feature .feature_list-item-column {
    width: calc(498 / 1048 * 100%);
  }
}

.feature .feature_list-item-column:first-child {
  padding-top: 8px;
}

@media (min-width: 768px) {
  .feature .feature_list-item-column:first-child {
    padding-top: 42px;
  }
}

.feature .feature_list-item-column:nth-child(2) {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .feature .feature_list-item-column:nth-child(2) {
    margin-top: 0;
  }
}

.feature .feature_list-item-header {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.33;
  border-top: solid 2px #0f2614;
  position: relative;
  padding-top: 20px;
  margin: 0;
}

@media (min-width: 768px) {
  .feature .feature_list-item-header {
    font-size: 32px;
    line-height: 1.25;
  }
}

.feature .feature_list-item-body {
  margin-top: 14px;
}

@media (min-width: 768px) {
  .feature .feature_list-item-body {
    margin-top: 20px;
  }
}

.feature .feature_list-item-content {
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .feature .feature_list-item-content {
    font-size: 16px;
    line-height: 2;
  }
}

.feature .feature_list-item-content.feature_list-item-content--note {
  font-size: 12px;
  display: block;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .feature .feature_list-item-content.feature_list-item-content--note {
    font-size: 12px;
    display: inline;
    margin-top: 0;
  }
}

.feature .feature_list-item-numbering {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  padding-right: 16px;
  position: absolute;
  top: -8px;
}

@media (min-width: 768px) {
  .feature .feature_list-item-numbering {
    padding-right: 24px;
  }
}

.feature .feature_list-item-image {
  width: 100%;
}

.flow {
  background-color: #ffebfa;
}

.flow .flow_container {
  padding: 64px 16px 80px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .flow .flow_container {
    max-width: 1160px;
    padding: 80px 10px;
    margin: 0 auto;
  }
}

.flow .flow_header {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  margin: 0;
}

@media (min-width: 768px) {
  .flow .flow_header {
    font-size: 40px;
    line-height: 1.25;
  }
}

.flow .flow_body {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .flow .flow_body {
    margin-top: 40px;
  }
}

.flow .flow_list {
  padding: 0;
  margin: 0;
}

.flow .flow_list-item {
  background-color: #fff;
  border-radius: 4px;
  padding: 24px 20px 30px;
  position: relative;
}

@media (min-width: 768px) {
  .flow .flow_list-item {
    padding: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.flow .flow_list-item:not(:first-child) {
  margin-top: 53px;
}

@media (min-width: 768px) {
  .flow .flow_list-item:not(:first-child) {
    margin-top: 50px;
  }
}

.flow .flow_list-item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  background: #fff;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

@media (min-width: 768px) {
  .flow .flow_list-item-column {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .flow .flow_list-item-column:first-child {
    padding: 0 48px 0 32px;
  }
}

.flow .flow_list-item-column:not(:first-child) {
  margin-top: 28px;
}

@media (min-width: 768px) {
  .flow .flow_list-item-column:not(:first-child) {
    margin-top: 0;
  }
}

.flow .flow_list-item-header {
  text-align: center;
}

.flow .flow_list-item-numbering {
  font-size: 48px;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  position: relative;
}

@media (min-width: 768px) {
  .flow .flow_list-item-numbering {
    font-size: 64px;
  }
}

.flow .flow_list-item-numbering::after {
  content: "";
  width: 32px;
  height: 0;
  border-bottom: solid 2px #0f2614;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .flow .flow_list-item-numbering::after {
    bottom: -16px;
    width: 64px;
  }
}

.flow .flow_list-item-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.33;
  margin-top: 50px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .flow .flow_list-item-title {
    font-size: 32px;
    line-height: 1.25;
    margin-top: 48px;
  }
}

.flow .flow_list-item-body {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .flow .flow_list-item-body {
    margin-top: 14px;
  }
}

.flow .flow_list-item-image {
  width: 100%;
}

.fv {
  height: calc(((412 + 32) / 375 * 100vw));
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .fv {
    height: calc((670 / 1280 * 100vw));
    min-height: 430px;
  }
}

.fv .fv_mask {
  background: #0f2614;
  opacity: 0.35;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.fv .fv_video-pc {
  pointer-events: none;
  width: 100%;
  object-fit: cover;
}

.fv .fv_video-sp {
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.fv .fv_inner {
  position: absolute;
  top: calc((119 + 32) / (397 + 32) * 100%);
  padding: 0 16px;
  width: 100%;
}

@media (min-width: 768px) {
  .fv .fv_inner {
    top: calc(203 / 640 * 100%);
    padding-left: calc(80 / 1280 * 100vw);
  }
}

@media (min-width: 1025px) {
  .fv .fv_inner {
    padding-left: calc(160 / 1280 * 100vw);
  }
}

.fv .fv_main {
  width: calc(311 / 375 * 100vw);
  height: calc(136 / 375 * 100vw);
}

@media (min-width: 768px) {
  .fv .fv_main {
    width: calc(609 / 1280 * 100vw);
    height: calc(241 / 1280 * 100vw);
    max-width: 609px;
    max-height: 241px;
  }
}

.fv .fv_message {
  max-width: 100%;
  max-height: 100%;
}

.fv .fv_alphabet {
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .fv .fv_alphabet {
    letter-spacing: normal;
  }
}

.fv .fv_button {
  margin-top: 16px;
  width: 245px;
  height: 48px;
  font-size: 16px;
  padding: 0 24px;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .fv .fv_button {
    margin-top: 40px;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 2;
  transition: background-color 0.3s;
}

.header.is-scrolled {
  background: rgba(15, 38, 20, 0.1);
}

.header.is-scrolled.is-passed-fv {
  box-shadow: 0 -10px 15px 0 rgba(0, 0, 0, 0.5);
  background: #fff;
  transition: background-color 0.3s;
}

.header .header_pre {
  background-color: #e6ffeb;
  text-align: center;
}

.header .header_pre-link {
  padding: 10px 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}

.header .header_pre-link:visited {
  color: #0f2614;
}

.header .header_pre-link:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.header .header_pre-emphasis {
  color: #54b663;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}

.header .header_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 16px;
}

@media (min-width: 768px) {
  .header .header_body {
    padding: 24px 7.5vw;
  }
}

.header .header_logo {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

.header .header_logo.header_logo--black {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s;
}

.header .header_logo img {
  width: 120px;
}

@media (min-width: 768px) {
  .header .header_logo img {
    width: 180px;
  }
}

@media (max-width: 767px) {
  .header .header_links {
    display: flex;
    align-items: center;
  }
}

.header .header_nav {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .header .header_nav {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .header .header_nav-item {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .header .header_nav-item:not(:first-child) {
    margin-left: 24px;
  }
}

@media (min-width: 768px) {
  .header .header_nav-item--with-border {
    padding-right: 24px;
    border-right: solid 1px #fff;
  }
}

@media (min-width: 768px) {
  .header .header_nav-link {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    transition: color 0.3s;
  }
}

@media (min-width: 900px) {
  .header .header_nav-link {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .header .header_nav-link:visited {
    color: #fff;
  }
}

.header .header_nav-link:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.header .header_nav-button {
  font-size: 12px;
  line-height: 1;
  width: 100px;
  height: 32px;
}

@media (min-width: 768px) {
  .header .header_nav-button {
    width: 140px;
    height: 35px;
  }
}

@media (min-width: 900px) {
  .header .header_nav-button {
    width: 175px;
    height: 40px;
    font-size: 14px;
  }
}

.header .menu-icon {
  margin-left: 16px;
}

.header .menu-icon .white {
  display: block;
}

.header .menu-icon .black {
  display: none;
}

.header.is-passed-fv .header_logo.header_logo--white {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header.is-passed-fv .header_logo.header_logo--black {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header.is-passed-fv .header_nav-item--with-border {
  border-right: 1px solid #0f2614;
}

@media (min-width: 768px) {
  .header.is-passed-fv .header_nav-link {
    color: #0f2614;
  }
}

@media (min-width: 768px) {
  .header.is-passed-fv .header_nav-link:visited {
    color: #0f2614;
  }
}

.header.is-passed-fv .menu-icon .white {
  display: none;
}

.header.is-passed-fv .menu-icon .black {
  display: block;
}

.header .nav-sp {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  padding: 24px 16px 0;
  flex-direction: column;
  display: none;
}

.header .nav-sp.is-active {
  display: flex;
}

.header .nav-sp .close-icon {
  width: 32px;
  margin: 0 0 0 auto;
}

.header .nav-sp .nav-lists {
  margin-top: 40px;
  padding-left: 0;
}

.header .nav-sp .nav-list:not(:first-of-type) {
  border-top: 0.5px solid rgba(15, 38, 20, 0.25);
}

.header .nav-sp .nav-list a {
  display: inline-block;
  height: 100%;
  padding: 16px 32px 16px 0;
}

p.product-img-caption {
  padding: 20px;
  color: #555555;
  background-color: #eff2ff;
}
p.examples_item-contents a {
  color: #086ec9;
  text-decoration: underline;
  background-color: transparent;
}

.examples_item-column h4 {
  color: #5f5f5f;
}
