/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../assets/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

@media screen and (min-width: 0px) and (max-width: 750px) {
  .tb:not(.sp) {
    display: none;
  }
  .pc:not(.sp) {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  .sp:not(.tb) {
    display: none;
  }
  .pc:not(.tb) {
    display: none;
  }
}
@media screen and (min-width: 1281px) and (max-width: px) {
  .sp:not(.pc) {
    display: none;
  }
  .tb:not(.pc) {
    display: none;
  }
}
:root {
  --font-m-plus: "M PLUS 1p", sans-serif;
  --font-robot: "Roboto", sans-serif;
  --font-yu-gothic: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --main-color: #30973a;
  --accent-color: #0071b5;
}

html {
  font-size: 62.5%;
  font-family: var(--font-m-plus);
  scroll-behavior: smooth;
}
@media (max-width: 750px) {
  html {
    font-size: calc(1000vw / 750);
  }
}
@media (min-width: 751px) and (max-width: 1280px) {
  html {
    font-size: calc(1000vw / 1280);
  }
}
@media (min-width: 1281px) {
  html {
    font-size: 62.5%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

.site-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}

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

a {
  transition: opacity 0.3s ease;
  will-change: opacity;
}
a:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
}

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

p,
figcaption,
label {
  transform: rotate(0.03deg);
}

.c-lower-header {
  background-image: linear-gradient(to right, #63a950, #94c03f, #d5db3d);
}
.c-lower-header .inner {
  display: grid;
  place-items: center;
  margin-inline: auto;
  width: min(100% - 2rem, 100rem);
  height: 22rem;
}
.c-lower-header .form-headline {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

.greenflex main {
  background: #eaeaea;
}
.greenflex main .mv {
  display: flex;
  height: 60rem;
}
.greenflex main .mv .left {
  width: 43%;
  background-color: rgb(38, 159, 63);
  background: linear-gradient(0deg, rgb(38, 159, 63) 0%, rgb(206, 213, 0) 100%);
}
.greenflex main .mv .left .inner {
  margin-inline: auto;
  padding-top: 15rem;
  width: -moz-fit-content;
  width: fit-content;
}
.greenflex main .mv .left .inner hgroup h1 {
  margin-top: 2.2rem;
  width: 40.5rem;
}
.greenflex main .mv .left .inner hgroup p:first-of-type {
  width: 40.8rem;
}
.greenflex main .mv .left .inner .mv-btn {
  margin-top: 6rem;
  width: 40.7rem;
}
.greenflex main .mv .left .inner ul {
  margin-top: 2.6rem;
}
.greenflex main .mv .left .inner ul li + li {
  margin-top: 1.6rem;
}
.greenflex main .mv .left .inner ul li a {
  position: relative;
  display: block;
  width: 40.6rem;
}
.greenflex main .mv .left .inner ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  width: 2rem;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
}
.greenflex main .mv .left .inner ul li a:hover::after {
  transform: translate(0.2rem, -50%);
}
.greenflex main .mv .left .inner ul li:nth-of-type(1) a::after {
  background: url(/greenflex/assets/images/common/arrow04.svg) center/cover;
}
.greenflex main .mv .left .inner ul li:nth-of-type(2) a::after {
  background: url(/greenflex/assets/images/common/arrow05.svg) center/cover;
}
.greenflex main .mv .left .inner ul li:nth-of-type(3) a::after {
  background: url(/greenflex/assets/images/common/arrow06.svg) center/cover;
}
.greenflex main .mv .right {
  position: relative;
  overflow: hidden;
  width: 57%;
  background: url(../images/greenflex/mv-bg.jpg) no-repeat center left/cover;
}
.greenflex main .mv .right picture {
  position: absolute;
  bottom: 0rem;
  left: 12rem;
  width: 50.7rem;
}
.greenflex main .news {
  background-color: #eaeaea;
}
.greenflex main .news > .inner {
  margin-inline: auto;
  padding-block: 7.8rem;
  max-width: 100rem;
}
.greenflex main .news > .inner h2 {
  color: var(--main-color);
  font-size: 2.4rem;
  font-weight: 800;
}
.greenflex main .news > .inner .news-list {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 4rem;
  row-gap: 2.8rem;
}
.greenflex main .news > .inner .news-list li {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  justify-content: center;
}
.greenflex main .news > .inner .news-list li .date {
  padding-right: 3rem;
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 500;
}
.greenflex main .news > .inner .news-list li dl {
  padding-left: 2.2rem;
  border-left: 2px solid #1a1a1a;
}
.greenflex main .news > .inner .news-list li dl dt {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 700;
}
.greenflex main .news > .inner .news-list li dl dd {
  margin-top: 1.6rem;
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.64;
}
.greenflex main .news > .inner .news-list li dl dd a {
  color: #0068b1;
  transition: all 0.2s;
}
.greenflex main .news > .inner .news-list li dl dd a:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .greenflex main .news > .inner .news-list li dl dd a:hover {
    opacity: 0.7;
  }
}
.greenflex main .news > .inner .news-list li dl dd a.border {
  border-bottom: 1px solid;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .greenflex main .mv {
    flex-direction: column;
    height: auto;
  }
  .greenflex main .mv .left {
    width: 100%;
  }
  .greenflex main .mv .left .inner {
    padding-block: 11.8rem 6rem;
  }
  .greenflex main .mv .left .inner hgroup h1 {
    margin-top: 2rem;
    width: 60rem;
  }
  .greenflex main .mv .left .inner hgroup p:first-of-type {
    margin-inline: auto;
    width: 53.4rem;
  }
  .greenflex main .mv .left .inner hgroup p:last-of-type {
    margin-inline: auto;
    border-radius: 3rem;
    padding: 1rem 3rem;
    font-size: 3rem;
  }
  .greenflex main .mv .left .inner ul {
    margin-top: 6rem;
  }
  .greenflex main .mv .left .inner ul li + li {
    margin-top: 2rem;
  }
  .greenflex main .mv .left .inner ul li a {
    width: 60rem;
  }
  .greenflex main .mv .left .inner ul li a::after {
    width: 3rem;
  }
  .greenflex main .mv .left .inner .mv-btn {
    width: 60rem;
  }
  .greenflex main .mv .right {
    width: 100%;
    aspect-ratio: 15/12;
    background: url(../images/greenflex/mv-bg-sp.jpg) center/cover;
  }
  .greenflex main .news > .inner {
    padding-block: 10rem 7rem;
    max-width: 63rem;
  }
  .greenflex main .news > .inner h2 {
    font-size: 3rem;
  }
  .greenflex main .news > .inner .news-list {
    grid-template-columns: 1fr;
    row-gap: 7rem;
  }
  .greenflex main .news > .inner .news-list li {
    justify-content: flex-start;
    flex-direction: column;
    grid-column: span 1;
  }
  .greenflex main .news > .inner .news-list li .date {
    padding-right: 0;
    padding-bottom: 2.2rem;
    font-size: 2.3rem;
  }
  .greenflex main .news > .inner .news-list li dl {
    padding-top: 2.2rem;
    padding-left: 0;
    border-top: 1px solid #1a1a1a;
    border-left: none;
  }
  .greenflex main .news > .inner .news-list li dl dt {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .greenflex main .news > .inner .news-list li dl dd {
    margin-top: 1.6rem;
    font-size: 2.3rem;
    line-height: 1.64;
  }
}
.features .pc {
  display: block;
}
@media (max-width: 750px) {
  .features .pc {
    display: none;
  }
}
.features main .mv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24rem;
  background: var(--main-color);
  color: white;
}
.features main .mv h1 {
  font-size: 3rem;
  font-weight: bold;
}
.features main .electric {
  margin-inline: auto;
  max-width: 100rem;
  margin-block: -0.5rem 8.5rem;
  padding-top: 9rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .features main .electric {
    max-width: 68rem;
  }
}
.features main .electric ul {
  border-radius: 2rem;
  overflow: hidden;
}
.features main .electric ul li > hgroup {
  padding-block: 2rem 1.6rem;
  width: 100%;
  text-align: center;
  background-color: #fff000;
}
.features main .electric ul li > hgroup h3 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 900;
}
.features main .electric ul li > hgroup h3 span {
  color: var(--main-color);
}
.features main .electric ul li > hgroup p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.features main .electric ul li > hgroup p span {
  font-size: 3.5rem;
  font-family: var(--font-robot);
  font-style: italic;
}
.features main .electric ul li .electric-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  padding: 5rem;
  background-color: #fffac6;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .features main .electric ul li .electric-content {
    flex-direction: column;
    gap: 8rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .features main .electric ul li .electric-content > hgroup {
    text-align: center;
  }
}
.features main .electric ul li .electric-content > hgroup p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.65;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .features main .electric ul li .electric-content > hgroup p {
    font-size: 2.3rem;
  }
}
.features main .electric ul li .electric-content > hgroup p span {
  color: var(--main-color);
}
.features main .electric ul li .electric-content figure {
  max-width: 40rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .features main .electric ul li .electric-content figure {
    max-width: 60rem;
  }
}
.features main .electric ul li .electric-content figure figcaption {
  margin-top: 2rem;
  width: 35.3rem;
  aspect-ratio: 353/41;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .features main .electric ul li .electric-content figure figcaption {
    margin-top: 6.6rem;
    width: 61.2rem;
  }
}
.features main .sec-feature {
  background-color: rgba(48, 150, 58, 0.15);
  padding-block: 8.5rem;
}
.features main .sec-feature .feature {
  margin-inline: auto;
  max-width: 100rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .features main .sec-feature .feature {
    max-width: 68rem;
  }
}
.features main .sec-feature .feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .features main .sec-feature .feature-list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.features main .sec-feature .feature-item {
  border-radius: 1.5rem;
  overflow: hidden;
}
.features main .sec-feature .feature-item h3 {
  background-color: #fff000;
  font-size: 3rem;
  padding-block: 1rem;
  color: var(--main-color);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .features main .sec-feature .feature-item h3 {
    font-size: 3.5rem;
  }
}
.features main .sec-feature .feature-item p {
  background-color: white;
  text-align: center;
  font-size: 1.9rem;
  padding: 1.5rem 0;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .features main .sec-feature .feature-item p {
    font-size: 2.5rem;
  }
}

.products .mv {
  display: grid;
  place-items: center;
  height: 24rem;
  background: url(../images/products/mv-bg.jpg) center/cover;
}
.products .mv h1 {
  font-size: 3rem;
  font-weight: bold;
}
.products .product-intro {
  margin-inline: auto;
  padding-block: 10rem 15rem;
  max-width: 100rem;
}
.products .product-intro h2 {
  padding-block: 0.7rem;
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 3rem 5rem;
}
.products .product-intro h2.product-icon {
  position: relative;
}
.products .product-intro h2.product-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/products/icon-pse.svg) no-repeat center/contain;
}
.products .product-intro h2.flex-start {
  justify-content: flex-start;
  gap: 2rem;
}
.products .product-intro h2.flex-start .border {
  border: 1px solid white;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 2px 4px;
}
.products .product-intro .product-body dl {
  margin-top: 4rem;
}
.products .product-intro .product-body dl div {
  display: flex;
  justify-content: space-between;
}
.products .product-intro .product-body dl div dt {
  width: 42.5rem;
  padding-top: 2rem;
}
.products .product-intro .product-body dl div dd {
  width: 52.5rem;
}
.products .product-intro .product-parts {
  margin-top: 9rem;
}
.products .product-intro .product-parts dl {
  margin-top: 4rem;
}
.products .product-intro .product-parts dl div {
  display: flex;
  justify-content: space-between;
}
.products .product-intro .product-parts dl div dt {
  padding-top: 1.8rem;
}
.products .product-intro .product-parts dl div + div {
  margin-top: 6.8rem;
}
.products .product-intro .product-parts dl div dd {
  width: 52.5rem;
}
.products .product-intro .product-parts dl div.product02 dt {
  width: 44.6rem;
}
.products .product-intro .product-parts dl div.product03 dt {
  width: 44.2rem;
}
.products .product-intro .product-parts dl div.product04 dt {
  width: 43.5rem;
}
.products .product-intro .product-parts dl div.product05 dt {
  width: 44.9rem;
}
.products .product-intro .product-parts dl div.product06 dt {
  width: 44.2rem;
}
.products .product-intro .product-parts dl div.product07 dt {
  width: 44.2rem;
}
.products .product-intro .product-parts dl div.product08 dt {
  width: 42.9rem;
}
.products .product-intro .product-parts dl div.product09 dt {
  width: 40.5rem;
}
.products .product-intro .product-parts dl div.product10 dt {
  width: 43.4rem;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .products .mv {
    background: url(../images/products/mv-bg-sp.jpg) center/cover;
  }
  .products .product-intro {
    padding-block: 5rem 18rem;
    max-width: 68rem;
  }
  .products .product-intro h2 {
    padding-block: 1.3rem;
    font-size: 1.7rem;
    padding-inline: 2rem 4.5rem;
  }
  .products .product-intro h2.product-icon::after {
    right: 1rem;
    width: 3rem;
    height: 3rem;
  }
  .products .product-intro .product-body dl {
    margin-top: 4rem;
  }
  .products .product-intro .product-body dl div {
    flex-direction: column;
    gap: 5.5rem;
  }
  .products .product-intro .product-body dl div dt {
    width: 100%;
    aspect-ratio: auto;
  }
  .products .product-intro .product-body dl div dd {
    width: 100%;
    aspect-ratio: auto;
  }
  .products .product-intro .product-parts {
    margin-top: 13rem;
  }
  .products .product-intro .product-parts dl {
    margin-top: 4.5rem;
  }
  .products .product-intro .product-parts dl div {
    flex-direction: column;
    gap: 4.4rem;
  }
  .products .product-intro .product-parts dl div dt {
    padding-top: 0;
  }
  .products .product-intro .product-parts dl div + div {
    margin-top: 12rem;
  }
  .products .product-intro .product-parts dl div.product02 dt, .products .product-intro .product-parts dl div.product03 dt, .products .product-intro .product-parts dl div.product04 dt, .products .product-intro .product-parts dl div.product05 dt, .products .product-intro .product-parts dl div.product06 dt, .products .product-intro .product-parts dl div.product07 dt, .products .product-intro .product-parts dl div.product08 dt, .products .product-intro .product-parts dl div.product10 dt, .products .product-intro .product-parts dl div.product09 dt {
    width: 100%;
  }
  .products .product-intro .product-parts dl div.product02 dd, .products .product-intro .product-parts dl div.product03 dd, .products .product-intro .product-parts dl div.product04 dd, .products .product-intro .product-parts dl div.product05 dd, .products .product-intro .product-parts dl div.product06 dd, .products .product-intro .product-parts dl div.product07 dd, .products .product-intro .product-parts dl div.product08 dd, .products .product-intro .product-parts dl div.product10 dd, .products .product-intro .product-parts dl div.product09 dd {
    width: 100%;
  }
}
.download main .mv {
  display: grid;
  place-items: center;
  height: 24rem;
  background: url(/greenflex/assets/images/download/mv-bg.jpg) center right/cover;
}
.download main .mv h1 {
  font-size: 3rem;
  font-weight: bold;
}
.download main .inner {
  max-width: 100rem;
  margin-inline: auto;
  padding-block: 10rem 12rem;
}
.download main .diagrams h2 {
  padding: 0.7rem 1.4rem;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
}
.download main .diagrams ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem 2.6rem;
  margin-top: 4rem;
}
.download main .diagrams ul li {
  width: calc((100% - 7.8rem) / 4);
}
.download main .diagrams ul li span {
  display: block;
  border-left: 0.4rem solid #e65a24;
  padding-left: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.download main .diagrams ul li figure {
  display: block;
  width: 100%;
  margin-block: 1.4rem 2rem;
}
.download main .diagrams ul li a {
  display: grid;
  grid-template-columns: 1.8rem auto;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: 18rem;
  margin-inline: auto;
  border-radius: calc(infinity * 1px);
  background-color: #e65a24;
  line-height: 4rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
.download main .diagrams ul li a::before {
  content: "";
  aspect-ratio: 18/15;
  background: url(/greenflex/assets/images/download/icon-download.svg) no-repeat center/contain;
}
.download main .banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 16rem;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .download main .mv {
    background: url(/greenflex/assets/images/download/mv-bg-sp.jpg) center/100% auto;
  }
  .download main .inner {
    max-width: 68rem;
    padding-block: 5rem 19.5rem;
  }
  .download main .diagrams h2 {
    font-size: 2.5rem;
  }
  .download main .diagrams ul {
    gap: 6rem 5.6rem;
    margin-top: 4.8rem;
  }
  .download main .diagrams ul li {
    width: calc((100% - 5.6rem) / 2);
  }
  .download main .diagrams ul li span {
    border-left: 0.6rem solid #e65a24;
    font-size: 2.3rem;
  }
  .download main .diagrams ul li figure {
    margin-block: 2rem 2.8rem;
  }
  .download main .diagrams ul li a {
    grid-template-columns: 2.5rem auto;
    gap: 1.3rem;
    width: 25.2rem;
    line-height: 5.6rem;
    font-size: 2.4rem;
  }
  .download main .banners {
    grid-template-columns: 1fr;
    gap: 6rem;
    margin-top: 17.6rem;
  }
  .download main .banners li:last-child {
    grid-column: auto;
  }
}
.faq .mv {
  display: grid;
  place-items: center;
  height: 24rem;
  background: url(../images/faq/mv-bg.jpg) center/cover;
}
.faq .mv h1 {
  font-size: 3rem;
  font-weight: bold;
}
.faq .questions {
  margin-inline: auto;
  padding-block: 10rem 14rem;
  max-width: 100rem;
}
.faq .questions dl > div + div {
  margin-top: 4.8rem;
}
.faq .questions dl > div dt {
  padding: 1.2rem 0 1.2rem 1.4rem;
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  transform: rotate(0.03deg);
  line-height: 1.5;
}
.faq .questions dl > div dd {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  transform: rotate(0.03deg);
}
.faq .questions dl > div dd .mt20 {
  margin-top: 2rem;
}
.faq .questions dl > div dd .mb20 {
  margin-bottom: 2rem;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .faq .mv {
    background: url(../images/faq/mv-bg-sp.jpg) center/cover;
  }
  .faq .questions {
    padding-block: 5rem 13rem;
    max-width: 68rem;
  }
  .faq .questions dl > div + div {
    margin-top: 4.6rem;
  }
  .faq .questions dl > div dt {
    font-size: 2.5rem;
  }
  .faq .questions dl > div dd {
    width: auto;
    font-size: 2.3rem;
    letter-spacing: -0.01rem;
  }
}
.input .pc {
  display: block;
}
@media (max-width: 750px) {
  .input .pc {
    display: none;
  }
}
.input .form {
  margin: 8rem auto 9rem auto;
  width: min(100% - 2rem, 86rem);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form {
    margin: 7.2rem auto 12.5rem auto;
    width: min(100% - 3.5rem, 68rem);
  }
}
.input .form .form-description {
  margin: 0 0 4rem 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-description {
    margin: 0 0 7.2rem 0;
    font-size: 2.4rem;
  }
}
.input .form .form-description + .form-group {
  border-top: 1px solid #acacac;
}
.input .form .form-description .spacer {
  display: block;
  height: 1em;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-description .spacer {
    display: none;
  }
}
.input .form .form-group {
  display: flex;
  padding: 2rem 0;
  border-bottom: 1px solid #acacac;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-group {
    flex-direction: column;
    padding: 2.8rem 0;
  }
}
.input .form .form-group .form-group-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 24rem;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-group .form-group-header {
    max-width: initial;
  }
}
.input .form .form-group .form-group-header label {
  font-size: 1.4rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-group .form-group-header label {
    font-size: 2.4rem;
  }
}
.input .form .form-group .form-group-header label[for=agreement] {
  padding: 0.8rem 0 0 0;
}
.input .form .form-group .form-group-header label strong {
  display: inline-flex;
  justify-content: center;
  margin: 0 0 0 1rem;
  padding: 0.2rem 0;
  min-width: 3rem;
  background-color: #ba272d;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-group .form-group-header label strong {
    margin: 0 0 0 0.4rem;
    min-width: 5rem;
    font-size: 2.2rem;
  }
}
.input .form .form-group .form-group-content {
  flex: 1 1 auto;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-group .form-group-content {
    margin: 1.6rem 0 0 0;
  }
}
.input .form .form-group .form-group-content label.text-input {
  display: inline-flex;
  align-items: center;
  margin: 0.6rem 0 0 0;
  cursor: pointer;
}
.input .form .form-group .form-group-content label.text-input #agreement {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.input .form .form-group .form-group-content label.text-input #agreement:focus ~ .text::after {
  transform: scale3d(1, 1, 1);
  transform-origin: left;
}
.input .form .form-group .form-group-content label.text-input #agreement:checked + .icon::before {
  border-color: #30973a;
  opacity: 0;
  transform: rotate(45deg) scale3d(2, 2, 1);
}
.input .form .form-group .form-group-content label.text-input #agreement:checked + .icon::after {
  border-bottom: 2px solid #30973a;
  border-left: 2px solid #30973a;
  opacity: 1;
  transform: rotate(-45deg);
}
.input .form .form-group .form-group-content label.text-input .icon {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-group .form-group-content label.text-input .icon {
    width: 3rem;
    height: 3rem;
  }
}
.input .form .form-group .form-group-content label.text-input .icon::before, .input .form .form-group .form-group-content label.text-input .icon::after {
  content: "";
  position: absolute;
}
.input .form .form-group .form-group-content label.text-input .icon::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1.5px solid #ccc;
  transition: border-color 0.5s, opacity 0.5s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.input .form .form-group .form-group-content label.text-input .icon::after {
  top: 0.5rem;
  left: 0.3rem;
  width: 1.4rem;
  height: 0.6rem;
  border-bottom: 2px solid #30973a;
  border-left: 2px solid #30973a;
  opacity: 0;
  transform: rotate(-225deg);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-group .form-group-content label.text-input .icon::after {
    top: 0.7rem;
    width: 2rem;
    height: 1.2rem;
  }
}
.input .form .form-group .form-group-content label.text-input .text {
  position: relative;
  display: inline-block;
  margin: 0 0 0 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-group .form-group-content label.text-input .text {
    font-size: 2.4rem;
  }
}
.input .form .form-group .form-group-content label.text-input .text::after {
  background-color: #30973a;
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale3d(0, 1, 1);
  transform-origin: right;
  transition: transform 0.3s;
  width: 100%;
}
.input .form .form-group .form-group-content label.text-input .text a {
  color: #0068b7;
}
.input .form .form-group .form-group-content .text-input #postal-code {
  width: 16rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-group .form-group-content .text-input #postal-code {
    width: 25rem;
  }
}
.input .form .form-group .form-group-content .text-input-body {
  padding: 0 1em;
  width: 100%;
  height: 4rem;
  background-color: transparent;
  border: 1px solid #acacac;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  line-height: 1.7;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background-color 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-group .form-group-content .text-input-body {
    height: 6rem;
    font-size: 16px;
  }
}
.input .form .form-group .form-group-content .form-notion {
  margin: 1.4rem 0 0 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-group .form-group-content .form-notion {
    margin: 1rem 0 0 0;
    font-size: 2.4rem;
  }
}
.input .form .form-group .form-group-content .form-validation {
  margin: 0.8rem 0 0 0;
  color: #de6443;
  font-size: 1.4rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-group .form-group-content .form-validation {
    font-size: 2.2rem;
  }
}
.input .form .form-group .form-group-content .form__postal-code {
  display: flex;
}
.input .form .form-group .form-group-content .address-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 1rem;
  min-width: 6rem;
  min-height: 4rem;
  color: #fff;
  font-size: 1.4rem;
  background-color: #30973a;
  border: 1px solid #30973a;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-group .form-group-content .address-search-button {
    min-width: 11rem;
    font-size: 2.4rem;
  }
}
.input .form .form-group .form-group-content .address-search-button:focus {
  color: #30973a;
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .input .form .form-group .form-group-content .address-search-button:hover {
    color: #30973a;
    background-color: transparent;
  }
}
.input .form .form-group .form-group-content .form-select-box + .form-validation + .form-text-input {
  margin: 1rem 0;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-group .form-group-content .form-select-box + .form-validation + .form-text-input {
    margin: 1.8rem 0;
  }
}
.input .form .form-group .form-group-content .form-select-box .select-box-body {
  padding-left: 1em;
  padding-right: calc(1em + 16px);
  width: 100%;
  height: 4rem;
  background-color: transparent;
  border: 1px solid #acacac;
  font-size: 1.6rem;
  line-height: 1.7;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-group .form-group-content .form-select-box .select-box-body {
    height: 6rem;
    font-size: 16px;
  }
}
.input .form .form-group .form-group-content .form-select-box .select-box-body#address-level1 {
  width: 22rem;
}
.input .form .form-group .form-group-content .textarea-body {
  padding: 1em;
  width: 100%;
  min-height: 20rem;
  height: 100%;
  background-color: transparent;
  border: 1px solid #acacac;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: vertical;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-group .form-group-content .textarea-body {
    font-size: 16px;
  }
}
.input .form .form-submit {
  display: grid;
  place-items: center;
  margin: 8rem 0 0 0;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-submit {
    margin: 10rem 0 0 0;
  }
}
.input .form .form-submit .button {
  min-width: 14rem;
  min-height: 5rem;
  background-color: #30973a;
  border: 1px solid #30973a;
  border-radius: 5rem;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .input .form .form-submit .button {
    min-width: 18rem;
    min-height: 7rem;
    font-size: 2.4rem;
  }
}
.input .form .form-submit .button:focus {
  color: #30973a;
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .input .form .form-submit .button:hover {
    color: #30973a;
    background-color: transparent;
  }
}
.input .form .form-submit .button[aria-disabled=true] {
  background-color: #acacac;
  border: 1px solid #acacac;
}
.input .form .form-submit .button[aria-disabled=true]:focus {
  color: #fff;
  background-color: #acacac;
  cursor: not-allowed;
}
@media (hover: hover) and (pointer: fine) {
  .input .form .form-submit .button[aria-disabled=true]:hover {
    color: #fff;
    background-color: #acacac;
    cursor: not-allowed;
  }
}

.confirm .form {
  margin: 8rem auto 0 auto;
  width: min(100% - 2rem, 86rem);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .confirm .form {
    margin: 7.2rem auto 10rem auto;
    width: min(100% - 3.5rem, 68rem);
  }
}
.confirm .form .form-description {
  margin: 0 0 2rem 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .confirm .form .form-description {
    margin: 0 0 4rem 0;
    font-size: 2.4rem;
  }
}
.confirm .form dl .content-group {
  display: flex;
  border-bottom: 1px solid #acacac;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .confirm .form dl .content-group {
    align-items: flex-start;
    flex-direction: column;
    border-bottom: none;
  }
}
.confirm .form dl .content-group:first-child {
  border-top: 1px solid #acacac;
}
.confirm .form dl dt {
  flex: 1 0 auto;
  padding: 2.4rem 0 2.4rem 2rem;
  max-width: 17rem;
  width: 100%;
  background-color: #e9f2e7;
  font-size: 1.4rem;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .confirm .form dl dt {
    padding: 1.7rem 0 1.7rem 2.1rem;
    max-width: initial;
    font-size: 2.4rem;
  }
}
.confirm .form dl dd {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  padding: 2.4rem 3.2rem;
  font-size: 1.4rem;
  white-space: pre-wrap;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .confirm .form dl dd {
    padding: 2.4rem;
    font-size: 2.4rem;
  }
}
.confirm .form dl dd p {
  word-break: break-all;
  line-height: 1.7;
}
.confirm .form-submit {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 8rem auto;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .confirm .form-submit {
    gap: 2.8rem;
  }
}
.confirm .form-submit form:nth-child(1) .button {
  background-color: #808080;
  border: 1px solid #808080;
}
.confirm .form-submit form:nth-child(1) .button:focus {
  background-color: transparent;
  color: #808080;
}
@media (hover: hover) and (pointer: fine) {
  .confirm .form-submit form:nth-child(1) .button:hover {
    background-color: transparent;
    color: #808080;
  }
}
.confirm .form-submit form:nth-child(2) .button {
  background-color: #30973a;
  border: 1px solid #30973a;
}
.confirm .form-submit form:nth-child(2) .button:focus {
  background-color: transparent;
  color: #30973a;
}
@media (hover: hover) and (pointer: fine) {
  .confirm .form-submit form:nth-child(2) .button:hover {
    background-color: transparent;
    color: #30973a;
  }
}
.confirm .form-submit .button {
  min-width: 14rem;
  min-height: 5rem;
  border-radius: 5rem;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .confirm .form-submit .button {
    min-width: 18rem;
    min-height: 7rem;
    font-size: 2.4rem;
  }
}

.thanks .lead .inner {
  margin-inline: auto;
  width: min(100% - 2rem, 86rem);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .thanks .lead .inner {
    width: min(100% - 3.5rem, 68rem);
  }
}
.thanks .lead p {
  margin: 8.8rem 0 0 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .thanks .lead p {
    margin: 7.2rem 0 0 0;
    font-size: 2.4rem;
    text-align: left;
    line-height: 1.5;
  }
}
.thanks .lead p .spacer {
  display: block;
  height: 1em;
}
.thanks .lead .top-button {
  display: grid;
  place-items: center;
  margin: 7.2rem 0 12rem 0;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .thanks .lead .top-button {
    margin: 15rem 0 12rem 0;
  }
}
.thanks .lead .top-button .button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16rem;
  min-height: 5rem;
  background-color: #30973a;
  border: 1px solid #30973a;
  border-radius: 5rem;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .thanks .lead .top-button .button {
    min-width: 21rem;
    min-height: 7rem;
    font-size: 2.4rem;
  }
}
.thanks .lead .top-button .button:focus {
  color: #30973a;
  background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
  .thanks .lead .top-button .button:hover {
    color: #30973a;
    background-color: transparent;
  }
}
.thanks .lead .top-button .button span {
  text-transform: uppercase;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px #737373;
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  padding-left: 2rem;
  height: 7rem;
}
.header .inner > p a {
  display: block;
  width: 15.6rem;
}
.header .inner nav {
  height: 100%;
}
.header .inner nav .nav-wrapper {
  display: flex;
  align-items: center;
  gap: 4.6rem;
  height: 100%;
}
.header .inner nav .nav-wrapper li {
  font-size: 1.6rem;
  font-weight: 500;
  transform: rotate(0.03deg);
}
.header .inner nav .nav-wrapper li.contact {
  height: 100%;
}
.header .inner nav .nav-wrapper li.contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  width: 16rem;
  height: 100%;
  background-color: var(--accent-color);
  color: #fff;
}
.header .inner nav .nav-wrapper li.contact a::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/common/mail.svg) no-repeat center/contain;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
  }
  .header .inner {
    padding-inline: 4rem;
    max-width: 75rem;
    height: 9rem;
  }
  .header .inner > p a {
    width: 21.8rem;
  }
  .header .inner button {
    position: relative;
    width: 6.8rem;
    height: 100%;
  }
  .header .inner button .drawer-line {
    position: absolute;
    top: 50%;
    border-radius: 1rem;
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
    transition: background-color 0.2s ease;
  }
  .header .inner button .drawer-line::before, .header .inner button .drawer-line::after {
    content: "";
    position: absolute;
    border-radius: 1rem;
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
    transition: transform 0.4s ease;
  }
  .header .inner button .drawer-line::before {
    top: -2rem;
  }
  .header .inner button .drawer-line::after {
    top: 2rem;
  }
  .header .inner nav {
    position: absolute;
    top: 9rem;
    left: -100%;
    width: 100%;
    height: calc(100dvh - 9rem);
    background-image: linear-gradient(to right, #63a950, #94c03f, #d5db3d);
    transition: all 0.4s ease;
  }
  .header .inner nav .nav-wrapper {
    flex-direction: column;
    gap: 9rem;
    margin-top: 16rem;
    height: auto;
    text-align: center;
  }
  .header .inner nav .nav-wrapper li {
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
  }
  .header .inner nav .nav-wrapper li.contact a {
    width: 32rem;
    height: 8rem;
    border-radius: 4rem;
  }
  .header .inner nav .nav-wrapper li.contact a::before {
    width: 2.6rem;
    height: 2.6rem;
  }
  .header .inner nav .downloads {
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .inner nav .downloads li + li {
    margin-top: 2rem;
  }
  .header .inner nav .downloads li a {
    position: relative;
    display: block;
    width: 60rem;
  }
  .header .inner nav .downloads li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    width: 3rem;
    aspect-ratio: 1/1;
    transition: all 0.3s ease;
  }
  .header .inner nav .downloads li a:hover::after {
    transform: translate(0.2rem, -50%);
  }
  .header .inner nav .downloads li:nth-of-type(1) a::after {
    background: url(../images/common/arrow04.svg) center/cover;
  }
  .header .inner nav .downloads li:nth-of-type(2) a::after {
    background: url(../images/common/arrow05.svg) center/cover;
  }
  .header .inner nav .downloads li:nth-of-type(3) a::after {
    background: url(../images/common/arrow06.svg) center/cover;
  }
  body.is-drawer-expanded {
    overflow: hidden;
  }
  body.is-drawer-expanded .header .inner button {
    position: relative;
    width: 6.8rem;
    height: 100%;
  }
  body.is-drawer-expanded .header .inner button .drawer-line {
    background-color: transparent;
  }
  body.is-drawer-expanded .header .inner button .drawer-line::before, body.is-drawer-expanded .header .inner button .drawer-line::after {
    top: 0;
  }
  body.is-drawer-expanded .header .inner button .drawer-line::before {
    transform: rotate(45deg);
  }
  body.is-drawer-expanded .header .inner button .drawer-line::after {
    transform: rotate(-45deg);
  }
  body.is-drawer-expanded .header .inner nav {
    left: 0;
  }
}
.footer {
  padding-block: 6.2rem 7rem;
  background-color: var(--main-color);
}
.footer .inner {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 100rem;
  color: #fff;
}
.footer .inner .left hgroup h2 {
  font-size: 2.1rem;
  font-weight: bold;
}
.footer .inner .left hgroup p {
  margin-top: 2.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.footer .inner .left address {
  margin-top: 1.6rem;
  font-size: 1.4rem;
}
.footer .inner .right {
  display: flex;
  gap: 1rem;
}
.footer .inner .right a {
  display: block;
  width: 23rem;
  aspect-ratio: 46/17;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .footer {
    padding-block: 5.4rem 7.3rem;
  }
  .footer .inner {
    max-width: 68rem;
  }
  .footer .inner .left hgroup h2 {
    font-size: 2.5rem;
  }
  .footer .inner .left hgroup p {
    margin-top: 1.6rem;
    font-size: 2.3rem;
    line-height: 1.3;
  }
  .footer .inner .left address {
    font-size: 2.3rem;
  }
  .footer .inner .right {
    flex-direction: column-reverse;
  }
  .footer .inner .right a {
    width: 25rem;
  }
}

/*# sourceMappingURL=styles.css.map*/