@charset "UTF-8";

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-underline-offset: .2em;
  background: #fff;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #000;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-break: strict;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

a {
  display: inline-block;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  color: inherit;
  text-decoration: none;
}

a[href='#'] {
  cursor: pointer;
}

a[href='#']:hover, a[href='#']:focus-visible {
  opacity: .7;
}

img,
svg {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: '';
  content: none;
}

address {
  font-style: italic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
}

abbr,
acronym {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

cite {
  font-style: italic;
}

code,
kbd {
  background-color: #F8F8F8;
  padding: .25em .5em;
}

em {
  font-style: italic;
  font-weight: 700;
}

pre {
  display: block;
  background-color: #F8F8F8;
  padding: 1em 2em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

var {
  background-color: #F8F8F8;
  padding: .25em .5em;
  font-style: italic;
}

/************************************************************************
* end reset
************************************************************************/
:root {

  /* ウィンドウサイズ */
  --vw: 100vw;
  --vh: 100vh;

  /* 三角形 */
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);

  /**
     * svgをbackgroundで使う
     * 色：#ffffff -> %23ffffff
     */
  --icon-btn-arrow: url('data:image/svg+xml;utf8,<svg width="37" height="6" viewBox="0 0 37 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5H36L26.2703 1" stroke="%230C4A6E"/></svg>');

  /* ヘッダー高さ（.p-header の高さ 60px に合わせる） */
  --header-height: 60px;
}

html {
  scrollbar-gutter: stable;
  font-size: 100%;
}

button {
  color: #000;
}

/************************************************************************
* layout
************************************************************************/
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

body.fadeIn {
  opacity: 0;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer {
  margin-top: auto;
}

/************************************************************************
* base
************************************************************************/
a[target=_blank]:not([class]) {
  -webkit-transition: color .3s;
  transition: color .3s;
}

a[target=_blank]:not([class])::after {
  display: inline-block;
  -webkit-mask-image: url('temp/images/lp02/common/icon-outerLink.svg');
  mask-image: url('temp/images/lp02/common/icon-outerLink.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-left: .7647058824em;
  background-color: currentColor;
  width: .8529411765em;
  height: .7647058824em;
  font-weight: 900;
  content: '';
}

a:not([class]) {
  color: #03c;
}

a:not([class]):visited {
  color: #639;
}

a:not([class]):hover {
  text-decoration: underline;
}

table {
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  min-width: 100%;
  table-layout: fixed;
}

th,
td {
  border: 1px solid;
}

address {
  font-style: normal;
}

details .icon {
  aspect-ratio: 1;
  display: block;
  position: relative;
  width: 24px;
  width: 1.5rem;
}

details .icon::before, details .icon::after {
  inset: 0;
  position: absolute;
  margin: auto;
  background-color: #000;
  width: 13px;
  width: .8125rem;
  height: 1px;
  content: '';
}

details .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

details[open] > summary .icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

details.is-closing[open] > summary .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

summary {

  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {

  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/************************************************************************
* end base
************************************************************************/
[data-target] {
  cursor: pointer;
}

.js-fadeIn {
  visibility: hidden;
  opacity: 0;
}

.js-fadeInUp {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
}

.js-fadeInLeft {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  visibility: hidden;
  opacity: 0;
}

.js-fadeInRight {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
}

@-webkit-keyframes fadeInLeft {

  from {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {

  from {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {

  from {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight {

  from {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {

  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {

  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeInLeft,
.fadeInRight,
.fadeInUp,
.fadeIn,
.fadeOut {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.fadeInLeft {
  -webkit-animation-name: fadeinleft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeinright;
  animation-name: fadeInRight;
}

.fadeInUp {
  -webkit-animation-name: fadeinup;
  animation-name: fadeInUp;
}

.fadeIn {
  -webkit-animation-name: fadein;
  animation-name: fadeIn;
}

.fadeOut {
  opacity: 1;
  -webkit-animation-name: fadeout;
  animation-name: fadeOut;
}

/************************************************************************
* form
************************************************************************/
form {
  margin: 0;
  padding: 0;
}

form button[type=submit],
form input[type=submit],
form input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: auto;
}

form button[type=submit]:hover, form button[type=submit]:focus-visible,
form input[type=submit]:hover,
form input[type=submit]:focus-visible,
form input[type=button]:hover,
form input[type=button]:focus-visible {
  outline: none;
}

form button[type=submit]:disabled,
form input[type=submit]:disabled,
form input[type=button]:disabled {
  cursor: default;
  border-color: transparent;
  background-color: #b2b2b2;
  pointer-events: none;
  color: #fff;
}

form button[type=submit] ::-moz-focus-inner,
form input[type=submit] ::-moz-focus-inner,
form input[type=button] ::-moz-focus-inner {
  border: none;
  padding: 0;
}

label {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
  background-image: none;
  padding: 8px;
  padding: .5rem;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

textarea {
  resize: vertical;
}

textarea:hover, textarea:focus-visible {
  outline: none;
}

textarea:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

textarea ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 1.5;
}

input[type=radio] + span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0 0 0 1.875em;
  line-height: 1.5;
}

input[type=radio] + span::before {
  display: block;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #707070;
  border-radius: 50%;
  background: #fff;
  width: 1.625em;
  height: 1.625em;
  content: '';
}

input[type=radio] + span::after {
  display: block;
  position: absolute;
  top: .5lh;
  left: .5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  border-radius: 50%;
  background: #333;
  width: .625em;
  height: .625em;
  content: '';
}

input[type=radio]:focus-visible + span::before {
  outline: -webkit-focus-ring-color auto 5px;
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

input[type=checkbox] {
  position: absolute;
  vertical-align: middle;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 1.5;
}

input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 1.5em;
  line-height: 1.5;
}

input[type=checkbox] + span::before {
  display: inline-block;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #707070;
  width: 1.25em;
  height: 1.25em;
  content: '';
}

input[type=checkbox] + span::after {
  display: inline-block;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-70%) translateX(.3em) rotate(45deg);
  transform: translateY(-70%) translateX(.3em) rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  border-right: .2em solid #333;
  border-bottom: .2em solid #333;
  width: .625em;
  height: 1.25em;
  content: '';
}

input[type=checkbox]:focus-visible + span::before {
  outline: -webkit-focus-ring-color auto 5px;
}

input[type=checkbox]:checked:focus-visible + span::before {
  outline: none;
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

input[type=number], input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
  padding: .4em 2.4em .4em .8em;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

select:focus-visible {
  outline: initial;
}

select:invalid {
  color: #b2b2b2;
}

select:not(:disabled) {
  cursor: pointer;
}

.wpcf7-spinner {
  display: none;
}

/************************************************************************
* LP02
************************************************************************/

.l-advantage {
  margin-top: 48px;
  margin-top: 3rem;
}


.l-commercialization {
  margin-top: 48px;
  margin-top: 3rem;
}

.l-contact {
  margin-top: 48px;
  margin-top: 3rem;
}

.l-faq {
  margin-top: 10px;
  margin-top: .625rem;
}

.l-footer {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.l-line-up {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.l-order-flow {
  margin-top: 48px;
  margin-top: 3rem;
}

.c-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-box-shadow: 6px 6px 0 #a6b0b5;
  box-shadow: 6px 6px 0 #a6b0b5;
  border: 1px solid #fff;
  border-radius: 3.125rem;
  background-color: #fff;
  padding: 14px 24px;
  padding: .875rem 1.5rem;
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
  color: #009a19;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.c-button:hover {
  opacity: .7;
}

.c-button__text {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 16px;
  padding-right: 1rem;
  min-width: 0;
  text-align: center;
}

.c-button__text::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('temp/images/lp02/button-arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  content: '';
}

html.webp .c-button__text::after {
  background-image: url('temp/images/lp02/button-arrow.webp');
}

.c-cta-bar {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(130deg, #d7fbf1 0%, #d7fbf1 45%, #e2eff6 65%, #e2eff6 100%);
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.c-cta-bar__inner {
  padding-inline: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
}

.c-cta-bar__block {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
  margin-top: 1rem;
}

.c-cta-bar__text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}

.c-cta-bar__text-nowrap {
  display: inline-block;
}

.c-cta-bar__phone {
  gap: 10px;
  gap: .625rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-cta-bar__phone-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}

.c-cta-bar__phone-number {
  color: #009a19;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.c-section-heading {
  text-align: center;
}

.c-section-heading__sub {
  color: #009a19;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
}

.c-section-heading__main {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  white-space: nowrap;
}

.c-section-heading__main-em {
  color: #009a19;
}

.p-advantage__inner {
  padding-inline: 20px;
  margin: 0 auto;
  max-width: 600px;
  max-width: 37.5rem;
}

.p-advantage__list {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-advantage__item {
  border-radius: .625rem;
  background-color: #eee;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
}

.p-advantage__item-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.p-advantage__item-title-em {
  display: inline-block;
  background-color: #21a465;
  color: #fff;
}

.p-advantage__item-desc {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .08em;
}

.p-advantage__cert-list {
  gap: 13px;
  gap: .8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-advantage__cert-item {
  padding-block: 16px;
  padding-block: 1rem;
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: .625rem;
  background-color: #fff;
  max-width: none;
}

.p-advantage__cert-img {
  width: auto;
  height: 80px;
  height: 5rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-advantage__cert-label {
  color: #47831f;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.p-commercialization {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

.p-commercialization__inner {
  padding-inline: 20px;
  margin: 0 auto;
  max-width: 600px;
  max-width: 37.5rem;
}

.p-commercialization__desc {
  margin-top: 10px;
  margin-top: .625rem;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .05em;
  line-height: 1.8;
  text-align: center;
}

.p-commercialization__lineup-title {
  margin-top: 20px;
  margin-top: 1.25rem;
  border-top: 1.5px solid #eee;
  border-bottom: 1.5px solid #eee;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}

.p-commercialization__lineup-list {
  gap: 10px;
  gap: .625rem;
  display: grid;
  grid-template-columns: min(100%, 25rem);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-commercialization__lineup-item {
  border-radius: .625rem;
  background-color: #def1e8;
  padding: 8px 20px;
  padding: .5rem 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.p-commercialization__lineup-item::before {
  content: '・';
}

.p-contact__inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 750px;
  max-width: 46.875rem;
}

.p-contact__form {
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 100%;
}

.p-contact .contact_item {
  border-bottom: 1px solid #e0e0e0;
  padding-block: 20px;
  padding-block: 1.25rem;
}

.p-contact .contact_tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.p-contact .contact_tit span {
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: .125rem;
  background-color: #e02e30;
  margin-right: 16px;
  margin-right: 1rem;
  padding: 3px 6px;
  padding: .1875rem .375rem;
  color: #fff;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 700;
  white-space: nowrap;
}

.p-contact .contact_txt,
.p-contact .contact_txtarea {
  padding-top: 8px !important;
  padding-top: .5rem !important;
}

.p-contact .contact_adress {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-contact .contact_txt input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: .25rem;
  background-color: #f7f7f7;
  padding: 10px 12px;
  padding: .625rem .75rem;
  width: 100%;
  height: 44px;
  height: 2.75rem;
  font-size: 16px;
  font-size: 1rem;
}

.p-contact .contact_txtarea textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: .25rem;
  background-color: #f7f7f7;
  padding: 10px 12px;
  padding: .625rem .75rem;
  width: 100%;
  min-height: 160px;
  min-height: 10rem;
  resize: vertical;
  font-size: 16px;
  font-size: 1rem;
}

.p-contact .contact_adress_sub p {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 10px 0;
  padding: .625rem 0;
  font-size: 16px;
  font-size: 1rem;
}

.p-contact .contact_adress_sub input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: .25rem;
  background-color: #f7f7f7;
  padding: 10px 12px;
  padding: .625rem .75rem;
  width: 100%;
  min-width: 0;
  height: 44px;
  height: 2.75rem;
  font-size: 16px;
  font-size: 1rem;
}

.p-contact .contact_txt.contact_check {
  margin-top: 10px;
  margin-top: .625rem;
}

.p-contact .contact_check_label {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-left: 16px;
  padding-left: 1rem;
  font-size: 16px;
  font-size: 1rem;
}

.p-contact .contact_check_label input[type=checkbox] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}

.p-contact ::-webkit-input-placeholder {
  color: #aaa;
  font-size: 16px;
  font-size: 1rem;
}

.p-contact ::-moz-placeholder {
  color: #aaa;
  font-size: 16px;
  font-size: 1rem;
}

.p-contact ::-ms-input-placeholder {
  color: #aaa;
  font-size: 16px;
  font-size: 1rem;
}

.p-contact ::placeholder {
  color: #aaa;
  font-size: 16px;
  font-size: 1rem;
}

.p-contact .contact_item:has(+ .contact_submit_btn) {
  border-bottom: none;
}

.p-contact .contact_submit_btn {
  padding-top: 16px;
  padding-top: 1rem;
  text-align: center;
}

.p-contact .wpcf7-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  background-color: #333;
  padding: 12px 40px;
  padding: .75rem 2.5rem;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .05em;
}

.p-contact .wpcf7-submit:hover {
  opacity: .8;
}

.p-contact .wpcf7-submit:disabled {
  opacity: .6;
  cursor: default;
}

.p-contact .wpcf7-spinner {
  display: none !important;
}

.p-contact .wpcf7-not-valid {
  border-color: #e02e30 !important;
}

.p-contact .wpcf7-response-output {
  display: none;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 12px;
  padding: .75rem;
  font-size: 14px;
  font-size: .875rem;
  text-align: center;
}

.p-contact .wpcf7-validation-errors .wpcf7-response-output,
.p-contact .wpcf7-mail-sent-ng .wpcf7-response-output,
.p-contact .wpcf7-mail-sent-ok .wpcf7-response-output {
  display: block;
}

.p-contact .wpcf7-validation-errors,
.p-contact .wpcf7-mail-sent-ng {
  border-color: #e02e30;
  color: #e02e30;
}

.p-contact .wpcf7-mail-sent-ok {
  border-color: #009a19;
  color: #009a19;
}

.p-faq {
  background: linear-gradient(130deg, #d7fbf1 0%, #d7fbf1 45%, #e2eff6 65%, #e2eff6 100%);
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.p-faq__inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 600px;
  max-width: 37.5rem;
}

.p-faq__list {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-faq__item {
  cursor: pointer;
  border-radius: .625rem;
  background-color: #fff;
}

.p-faq__item-question {
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 18px 20px;
  padding: 1.125rem 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  list-style: none;
}

.p-faq__item-question::before {
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url('temp/images/lp02/faq-q-icon.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  margin-top: 4px;
  content: '';
}

html.webp .p-faq__item-question::before {
  background-image: url('temp/images/lp02/faq-q-icon.webp');
}

.p-faq__item-question::after {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  padding-right: 10px;
  padding-right: .625rem;
  color: #009a19;
  font-size: 12px;
  font-size: .75rem;
  content: '▼';
}

.p-faq__item-answer {
  font-size: 16px;
  font-size: 1rem;
}

.p-faq__item-answer-inner {
  padding-inline: 16px;
  padding-inline: 1rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

/* Thanks */
.p-thanks {
  margin-top: 60px;
  padding: 60px 20px 80px;
}

.p-thanks__inner {
  margin-inline: auto;
  max-width: 720px;
}

.p-thanks__title {
  margin-bottom: 32px;
  border-left: 4px solid #21a465;
  padding-left: 16px;
  font-size: 22px;
  font-weight: 700;
}

.p-thanks__text {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.8;
}

.p-thanks__btn-wrap {
  margin-top: 40px;
  text-align: center;
}

.p-thanks__btn {
  display: inline-block;
  border: 2px solid #21a465;
  border-radius: 50px;
  padding: 14px 48px;
  color: #21a465;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.p-thanks__btn:hover {
  opacity: .7;
}

.p-footer {
  background-color: #eee;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.p-footer__inner {
  padding-inline: 20px;
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 600px;
  max-width: 37.5rem;
}

.p-footer__logo {
  width: 160px;
  width: 10rem;
}

.p-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.p-footer__nav-list {
  gap: 4px;
  gap: .25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-footer__nav-item:not(:first-child)::before {
  margin-right: 4px;
  margin-right: .25rem;
  color: #555;
  font-size: 14px;
  font-size: .875rem;
  content: '/';
}

.p-footer__nav-link {
  cursor: pointer;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
}

.p-footer__nav-link:hover {
  opacity: .7;
}

.p-fv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 310px;
  min-height: 19.375rem;
  margin-top: 60px;
}

.p-fv__inner {
  position: relative;
  z-index: 1;
}

.p-fv::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url('temp/images/lp02/fv-img.png') no-repeat center center/cover;
  width: 100%;
  height: 310px;
  height: 19.375rem;
  content: '';
}

html.webp .p-fv::after {
  background: url('temp/images/lp02/fv-img.webp') no-repeat center center/cover;
}

.p-fv::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(255, 255, 255, .8);
  width: 100%;
  height: 100%;
  content: '';
}

.p-fv__banner {
  position: relative;
  z-index: 1;
  background: #21a465;
  padding: 10px 20px;
  padding: .625rem 1.25rem;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
}

.p-fv__catch {
  margin-inline: auto;
  padding-inline: 20px;
  position: relative;
  z-index: 1;
  margin-top: 16px;
  margin-top: 1rem;
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
}

.p-fv__catch img {
  aspect-ratio: 775/220;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-fv__features {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-fv__feature {
  padding-inline: 16px;
  padding-inline: 1rem;
  position: relative;
  background: #009a19;
  padding-top: 12px;
  padding-top: .75rem;
  padding-bottom: 8px;
  padding-bottom: .5rem;
  width: 100%;
  max-width: 200px;
  max-width: 12.5rem;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.p-fv__feature::before {
  position: absolute;
  top: 6px;
  top: .375rem;
  left: 34%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: radial-gradient(circle, #fff 2px, transparent 2px);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 1em 8px;
  width: 4em;
  height: 6px;
  content: '';
}

.p-fv__feature.p-fv__feature--offset::before {
  left: 38%;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  background-color: #fff;
  width: 100%;
  height: 60px;
  height: 3.75rem;
}

.p-header.is-scrolled {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.p-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 16px;
  padding: 0 0 0 1rem;
  height: 100%;
}

.p-header__logo {
  width: 100%;
  max-width: 180px;
  max-width: 11.25rem;
  height: inherit;
}

.p-header__logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__right {
  display: none;
}

.p-header__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  padding: 0 30px;
  padding: 0 1.875rem;
  color: #009a19;
  text-decoration: none;
}

.p-header__tel-number {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2bbf78;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .035em;
}

.p-header__tel-number::before {
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url('temp/images/lp02/phone-icon01.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  content: '';
}

html.webp .p-header__tel-number::before {
  background-image: url('temp/images/lp02/phone-icon01.webp');
}

.p-header__cta {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  background-color: #0d7192;
  width: 288px;
  width: 18rem;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-decoration: none;
}

.p-header__cta:hover {
  opacity: .85;
}

.p-header__hamburger {
  gap: 6px;
  gap: .375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background-color: #fff;
  padding: 18px 16px;
  padding: 1.125rem 1rem;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
}

.p-header__hamburger span {
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  border-radius: .125rem;
  background-color: #21a465;
  width: 28px;
  width: 1.75rem;
  height: 2px;
  height: .125rem;
}

.p-header__hamburger[aria-expanded=true] span:nth-child(1) {
  -webkit-transform: translateY(.5rem) rotate(45deg);
  transform: translateY(.5rem) rotate(45deg);
}

.p-header__hamburger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger[aria-expanded=true] span:nth-child(3) {
  -webkit-transform: translateY(-.5rem) rotate(-45deg);
  transform: translateY(-.5rem) rotate(-45deg);
}

.p-header__drawer {
  position: fixed;
  top: 60px;
  top: 3.75rem;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 99;
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
  background-color: #fff;
  width: 100%;
  height: calc(100vh - 3.75rem);
  overflow-y: auto;
}

.p-header__drawer.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-header__drawer-nav {
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 24px 40px;
  padding: 1.5rem 1.5rem 2.5rem;
  max-width: 600px;
}

.p-header__drawer-list {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  border-top: 1px solid #e8e8e8;
  padding: 0;
  list-style: none;
}

.p-header__drawer-list li {
  border-bottom: 1px solid #e8e8e8;
}

.p-header__drawer-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  padding: 16px 8px;
  padding: 1rem .5rem;
  color: #333;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  text-decoration: none;
}

.p-header__drawer-list a::before {
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 12px;
  margin-right: .75rem;
  border-top: 2px solid #21a465;
  border-right: 2px solid #21a465;
  width: 6px;
  width: .375rem;
  height: 6px;
  height: .375rem;
  content: '';
}

.p-header__drawer-list a:visited,
.p-header__drawer-list a:active {
  color: #333;
}

.p-header__drawer-list a:hover {
  opacity: .7;
}

.p-header__drawer-tel {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
  border: 2px solid #2bbf78;
  border-radius: .375rem;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  min-height: 60px;
  color: #2bbf78;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
}

.p-header__drawer-tel:hover {
  opacity: .7;
}

.p-header__drawer-cta {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  border-radius: .375rem;
  background-color: #0d7192;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  min-height: 60px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-decoration: none;
}

.p-header__drawer-cta:hover {
  opacity: .7;
}

.p-header__overlay {
  display: none;
  position: fixed;
  top: 60px;
  top: 3.75rem;
  left: 0;
  z-index: 98;
  background-color: rgba(0, 0, 0, .4);
  width: 100%;
  height: calc(100vh - 3.75rem);
}

.p-header__overlay.is-open {
  display: block;
}

.p-line-up__inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 600px;
  max-width: 37.5rem;
}

.p-line-up__body {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-line-up__text {
  width: 100%;
  min-width: 0;
}

.p-line-up__desc {
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .08em;
  line-height: 1.8;
}

.p-line-up__visual {
  width: 100%;
  min-width: 0;
}

.p-line-up__list {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 24px auto 0;
  margin: 1.5rem auto 0;
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
}

.p-line-up__item {
  gap: 16px 20px;
  gap: 1rem 1.25rem;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  border-radius: .3125rem;
  background: #eee;
  padding: 20px;
  padding: 1.25rem;
}

.p-line-up__item-block {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-line-up__item-block:first-child {
  grid-column: 1;
  grid-row: 1/-1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: end;
}

.p-line-up__item-block:nth-child(2) {
  gap: 10px;
  gap: .625rem;
  grid-column: 2;
  grid-row: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-self: start;
}

.p-line-up__item-block:nth-child(3) {
  gap: 10px;
  gap: .625rem;
  grid-column: 2;
  grid-row: 2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-self: start;
}

.p-line-up__item-label {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
  clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
  background: #fff;
  padding: 6px 12px;
  padding: .375rem .75rem;
  color: #21a465;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1;
}

.p-line-up__item-label.p-line-up__item-label--green {
  background: #21a465;
  color: #fff;
}

.p-line-up__item-label.p-line-up__item-label--economic {
  color: #009a19;
}

.p-line-up__item-value-wrap {
  gap: 8px;
  gap: .5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  white-space: nowrap;
}

.p-line-up__item-value-wrap .p-line-up__item-unit {
  padding-left: 0;
}

.p-line-up__item-value {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}

.p-line-up__item-unit {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
}

.p-line-up__cta {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: clamp(22px, 6vw, 24px);
  font-size: clamp(1.375rem, 6vw, 1.5rem);
  font-weight: 700;
  text-align: center;
}

.p-line-up__cta-nowrap {
  white-space: nowrap;
}

.p-line-up__cta-em {
  color: #bb9e28;
  font-weight: 800;
}

.p-line-up__note {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 400;
  text-align: center;
}

.p-order-flow__inner {
  padding-inline: 20px;
  margin: 0 auto;
  max-width: 600px;
  max-width: 37.5rem;
}

.p-order-flow__desc {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .03em;
}

.p-order-flow__list {
  margin-inline: auto;
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 28px;
  margin-top: 1.75rem;
  max-width: 480px;
  max-width: 30rem;
}

.p-order-flow__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: .625rem;
  padding: 12px 20px;
  padding: .75rem 1.25rem;
  color: #fff;
}

.p-order-flow__item--1 {
  background-color: #7bbc82;
}

.p-order-flow__item--2 {
  background-color: #8bd394;
}

.p-order-flow__item--3 {
  background-color: #8bd3a7;
}

.p-order-flow__item--4 {
  background-color: #8bd3be;
}

.p-order-flow__item--5 {
  background-color: #86cad0;
}

.p-order-flow__item--6 {
  background-color: #75abc6;
}

.p-order-flow__item--7 {
  background-color: #6389be;
}

.p-order-flow__item--8 {
  background-color: #5164b7;
}

.p-order-flow__item-label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
}

.p-order-flow__cta {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

/************************************************************************
* visible device
************************************************************************/
.u-onlyPc {
  display: none;
}

.u-onlyTab {
  display: none;
}

.u-onlySp {
  display: none;
}

.u-inlineBlock {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-inline {
  display: inline !important;
}

.u-hidden {
  display: none !important;
}

.u-overflowHidden {
  overflow: hidden !important;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.center-left{text-align: center;}
.center-left .p-commercialization__desc{padding-left: 0; text-align: left; display: inline-block; font-size: 1.375rem;}

/************************************************************************
* media query(min-width: 768px)
************************************************************************/

@media screen and (min-width: 768px) {

  :root {

    /* PC もヘッダー 60px のため同じ値。ヘッダー高さを変える場合はここを $header-height に */
    --header-height: 60px;
  }

  html {
    font-size: 1.5094339623vw;
    font-size: calc(var(--vw-unitless) / 1060 * 100%);
  }

  .l-advantage {
    margin-top: 80px;
    margin-top: 5rem;
  }


  .l-commercialization {
    margin-top: 80px;
    margin-top: 5rem;
  }

  .l-contact {
    margin-top: 80px;
    margin-top: 5rem;
  }

  .l-faq {
    margin-top: 44px;
    margin-top: 2.75rem;
  }

  .l-line-up {
    margin-top: 28px;
    margin-top: 1.75rem;
  }

  .l-order-flow {
    margin-top: 80px;
    margin-top: 5rem;
  }

  .c-button {
    padding-block: clamp(14px, 1.0666666667vw, 16px);
    padding-block: clamp(.875rem, 1.0666666667vw, 1rem);
    padding-inline: clamp(24px, 1.8666666667vw, 28px);
    padding-inline: clamp(1.5rem, 1.8666666667vw, 1.75rem);
    max-width: clamp(400px, 40vw, 600px);
    max-width: clamp(25rem, 40vw, 37.5rem);
    font-size: clamp(28px, 2.2666666667vw, 34px);
    font-size: clamp(1.75rem, 2.2666666667vw, 2.125rem);
    -webkit-box-shadow: 8px 8px 0 #a6b0b5;
    box-shadow: 8px 8px 0 #a6b0b5;
  }

  .c-button__text {
    padding-right: 28px;
    padding-right: 1.75rem;
  }

  .c-button__text::after {
    width: clamp(24px, 1.8666666667vw, 28px);
    width: clamp(1.5rem, 1.8666666667vw, 1.75rem);
    height: clamp(24px, 1.8666666667vw, 28px);
    height: clamp(1.5rem, 1.8666666667vw, 1.75rem);
  }

  .c-cta-bar {
    gap: 20px;
    gap: 1.25rem;
    padding-top: 44px;
    padding-top: 2.75rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
  }

  .c-cta-bar__inner {
    padding-inline: 30px;
    max-width: none;
  }

  .c-cta-bar__text {
    font-size: 44px;
    font-size: 2.75rem;
  }

  .c-cta-bar__phone {
    gap: clamp(18px, 1.6vw, 24px);
    gap: clamp(1.125rem, 1.6vw, 1.5rem);
  }

  .c-cta-bar__phone-icon {
    width: clamp(64px, 4.9333333333vw, 74px);
    width: clamp(4rem, 4.9333333333vw, 4.625rem);
    height: clamp(64px, 4.9333333333vw, 74px);
    height: clamp(4rem, 4.9333333333vw, 4.625rem);
  }

  .c-cta-bar__phone-number {
    font-size: clamp(64px, 4.6666666667vw, 70px);
    font-size: clamp(4rem, 4.6666666667vw, 4.375rem);
  }

  .c-section-heading__sub {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .c-section-heading__main {
    font-size: 60px;
    font-size: 3.75rem;
  }

  .p-advantage__inner {
    padding-inline: 30px;
    max-width: 1240px;
    max-width: 77.5rem;
  }

  .p-advantage__item {
    padding: 34px 30px 48px 30px;
    padding: 2.125rem 1.875rem 3rem 1.875rem;
  }

  .p-advantage__item-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }

  .p-advantage__item-desc {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-advantage__cert-list {
    margin-top: 26px;
    margin-top: 1.625rem;
  }

  .p-advantage__cert-img {
    height: 100px;
    height: 6.25rem;
  }

  .p-advantage__cert-label {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-commercialization {
    padding-bottom: 0;
  }

  .p-commercialization__inner {
    padding-inline: 30px;
    max-width: 1260px;
    max-width: 78.75rem;
  }

  .p-commercialization__desc {
    padding-left: 100px;
    padding-left: 6.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left;
  }

  .p-commercialization__lineup-title {
    margin-top: 32px;
    margin-top: 2rem;
    font-size: 40px;
    font-size: 2.5rem;
  }

  .p-commercialization__lineup-list {
    gap: 12px 18px;
    gap: .75rem 1.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 28px;
    margin-top: 1.75rem;
  }

  .p-commercialization__lineup-item {
    padding: 10px 24px;
    padding: .625rem 1.5rem;
    font-size: 30px;
    font-size: 1.875rem;
    white-space: nowrap;
  }

  .p-contact__form {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-contact .contact_tit {
    margin-bottom: 12px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-contact .contact_tit span {
    margin-right: 24px;
    margin-right: 1.5rem;
    padding: 4px 8px;
    padding: .25rem .5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-contact .contact_txt input {
    padding: 24px 12px;
    padding: 1.5rem .75rem;
    height: 38px;
    height: 2.375rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-contact .contact_txtarea textarea {
    padding: 8px 12px;
    padding: .5rem .75rem;
    min-height: 200px;
    min-height: 12.5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-contact .contact_adress_sub p {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-contact .contact_adress_sub input {
    padding: 8px 12px;
    padding: .5rem .75rem;
    height: 38px;
    height: 2.375rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-contact .contact_check_label {
    padding-left: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-contact ::-webkit-input-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-contact ::-moz-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-contact ::-ms-input-placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-contact ::placeholder {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-contact .contact_submit_btn {
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-contact .wpcf7-submit {
    padding: 14px 20px;
    padding: .875rem 1.25rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-faq {
    padding-top: 73px;
    padding-top: 4.5625rem;
    padding-bottom: 105px;
    padding-bottom: 6.5625rem;
  }

  .p-faq__inner {
    padding: 0 30px;
    max-width: 1060px;
    max-width: 66.25rem;
  }

  .p-faq__list {
    gap: 12px;
    gap: .75rem;
  }

  .p-faq__item-question {
    gap: 16px;
    gap: 1rem;
    padding: 22px 28px;
    padding: 1.375rem 1.75rem;
    font-size: 27px;
    font-size: 1.6875rem;
  }

  .p-faq__item-question::before {
    width: 25px;
    width: 1.5625rem;
    height: 25px;
    height: 1.5625rem;
    margin-top: 8px;
  }

  .p-faq__item-question::after {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-faq__item-answer {
    font-size: 27px;
    font-size: 1.6875rem;
  }

  .p-faq__item-answer-inner {
    padding-inline: 40px;
    padding-inline: 2.5rem;
    padding-bottom: 28px;
    padding-bottom: 1.75rem;
  }

  .p-footer {
    padding-top: 53px;
    padding-top: 3.3125rem;
    padding-bottom: 144px;
    padding-bottom: 9rem;
  }

  .p-footer__inner {
    padding-inline: 30px;
    max-width: 1060px;
    max-width: 66.25rem;
  }

  .p-footer__logo {
    width: 240px;
    width: 15rem;
  }

  .p-fv {
    min-height: 400px;
    min-height: 25rem;
  }

  .p-fv::after {
    height: 400px;
    height: 25rem;
  }

  .p-fv__banner {
    padding: 14px 20px;
    padding: .875rem 1.25rem;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
  }

  .p-fv__catch {
    padding-inline: 30px;
    margin-top: 30px;
    margin-top: 1.875rem;
    max-width: 815px;
    max-width: 50.9375rem;
  }

  .p-fv__features {
    padding-inline: 30px;
    gap: 20px;
    gap: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 54px;
    margin-top: 3.375rem;
  }

  .p-fv__feature {
    padding-inline: 20px;
    padding-inline: 1.25rem;
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 14px;
    padding-bottom: .875rem;
    max-width: 400px;
    max-width: 25rem;
    font-size: 32px;
    font-size: 2rem;
  }

  .p-fv__feature::before {
    top: 12px;
    top: .75rem;
    background-image: radial-gradient(circle, #fff 3px, transparent 3px);
  }

  .p-header__logo {
    max-width: 240px;
    max-width: 15rem;
  }

  .p-header__tel-number {
    font-size: 35px;
  }

  .p-header__tel-number::before {
    width: 36px;
    width: 2.25rem;
    height: 36px;
    height: 2.25rem;
  }

  .p-line-up__inner {
    padding: 0 30px;
    max-width: 1260px;
    max-width: 78.75rem;
  }

  .p-line-up__body {
    gap: 30px;
    gap: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4px;
    margin-top: .25rem;
  }

  .p-line-up__text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    max-width: 42%;
  }

  .p-line-up__desc {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-line-up__visual {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    max-width: 39%;
  }

  .p-line-up__list {
    margin-top: 48px;
    margin-top: 3rem;
    max-width: 800px;
    max-width: 50rem;
  }

  .p-line-up__item-block {
    gap: 12px;
    gap: .75rem;
    grid-column: auto;
    grid-row: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .p-line-up__item-block {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .p-line-up__item-block:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 290px;
    width: 18.125rem;
  }

  .p-line-up__item-block:nth-child(2) {
    gap: 12px;
    gap: .75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .p-line-up__item-block:nth-child(3) {
    gap: 12px;
    gap: .75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .p-line-up__item-label {
    padding: 12px 24px;
    padding: .75rem 1.5rem;
    font-size: 22px;
    font-size: 1.375rem;
    font-size: clamp(21px, 1.4666666667vw, 22px);
    font-size: clamp(1.3125rem, 1.4666666667vw, 1.375rem);
  }

  .p-line-up__item-value {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .p-line-up__item-unit {
    font-size: clamp(23px, 1.6666666667vw, 25px);
    font-size: clamp(1.4375rem, 1.6666666667vw, 1.5625rem);
  }

  .p-line-up__cta {
    margin-top: 26px;
    margin-top: 1.625rem;
    font-size: clamp(30px, 3.2vw, 48px);
    font-size: clamp(1.875rem, 3.2vw, 3rem);
  }

  .p-line-up__note {
    margin-top: 0;
  }

  .p-order-flow__inner {
    padding-inline: 30px;
    max-width: 1060px;
    max-width: 66.25rem;
  }

  .p-order-flow__desc {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-order-flow__list {
    margin-inline: auto;
    gap: clamp(24px, 2vw, 30px);
    gap: clamp(1.5rem, 2vw, 1.875rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-order-flow__item {
    padding-block: clamp(24px, 2vw, 30px);
    padding-block: clamp(1.5rem, 2vw, 1.875rem);
    padding-inline: clamp(16px, 1.8666666667vw, 28px);
    padding-inline: clamp(1rem, 1.8666666667vw, 1.75rem);
    height: clamp(320px, 25.3333333333vw, 380px);
    height: clamp(20rem, 25.3333333333vw, 23.75rem);
  }

  .p-order-flow__item:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -19px;
    right: -1.1875rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #009a19;
    width: clamp(10px, .8666666667vw, 13px);
    width: clamp(.625rem, .8666666667vw, .8125rem);
    height: clamp(24px, 2vw, 30px);
    height: clamp(1.5rem, 2vw, 1.875rem);
    content: '';
  }

  .p-order-flow__item-label {
    font-size: clamp(24px, 2vw, 30px);
    font-size: clamp(1.5rem, 2vw, 1.875rem);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
  }

  .p-order-flow__cta {
    margin-top: 80px;
    margin-top: 5rem;
  }

  .u-onlyPc {
    display: block;
  }

  .u-br-sp {
    display: none;
  }

  .u-hidden--pc {
    display: none !important;
  }


}

/************************************************************************
* media query(min-width: 1024px)
************************************************************************/

@media screen and (min-width: 768px) and (max-width: 1023px) {

  .u-onlyTab {
    display: block;
  }

  .u-hidden--tab {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {

  .c-cta-bar__block {
    gap: 24px;
    gap: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 7px;
    margin-top: .4375rem;
  }

  .p-advantage__list {
    gap: 20px;
    gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
    margin-top: .625rem;
  }

  .p-contact__inner {
    padding: 0 30px;
    max-width: 1330px;
    max-width: 83.125rem;
  }

  .p-contact .contact_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 50px 20px 20px;
    padding: 1.25rem 3.125rem 1.25rem 1.25rem;
  }

  .p-contact .contact_tit {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 10px;
    padding-top: .625rem;
  }

  .p-contact .contact_tit span {
    min-width: 52px;
    min-width: 3.25rem;
    text-align: center;
  }

  .p-contact .contact_item:not(.contact_essential) .contact_tit {
    padding-left: 62px;
    padding-left: 3.875rem;
  }

  .p-contact .contact_txt,
  .p-contact .contact_txtarea {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-left: auto;
    width: 100%;
    max-width: 668px;
    max-width: 41.75rem;
  }

  .p-contact .contact_adress {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-left: auto;
    padding-right: 108px;
    padding-right: 6.75rem;
    width: 100%;
    max-width: 668px;
    max-width: 41.75rem;
  }

  .p-contact .contact_adress_sub p {
    gap: 10px;
    gap: .625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
    padding: .5rem 0;
    white-space: nowrap;
  }

  .p-header__inner {
    padding: 0 0 0 0;
  }

  .p-header__logo {
    margin-left: 20px;
    margin-left: 1.25rem;
  }

  .p-header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
  }

  .p-header__hamburger {
    display: none;
  }

  .p-header__drawer {
    display: none;
  }

  .p-header__overlay {
    display: none !important;
  }
}

@media (min-width: 1060px) {

  html {
    font-size: 100%;
  }
}

@media only screen and (min-width: 1220px) {

  .p-line-up__list {
    max-width: none;
  }

  .p-line-up__item {
    gap: clamp(16px, 2.1333333333vw, 32px);
    gap: clamp(1rem, 2.1333333333vw, 2rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 28px;
    padding: 1rem 1.75rem;
  }

  .u-br-tablet {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  .u-onlySp {
    display: block;
  }

  .u-hidden--sp {
    display: none !important;
  }
  .center-left .p-commercialization__desc{font-size: 1rem;}
}

@media (max-width: 375px) {

  html {
    font-size: 4.2666666667vw;
    font-size: calc(var(--vw-unitless) / 375 * 100%);
  }
}
/*# sourceMappingURL=map/style.css.map */