/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

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

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0,0,0,0);
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "noto-sans-cjk-jp",sans-serif,sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 1.875;
  color: #010604;
}

a {
  color: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 1.875em;
  letter-spacing: .1em;
}

address {
  margin-bottom: 1.875em;
}

ul,
ol,
dl {
  margin-top: 0;
  margin-bottom: 1.875em;
}

table {
  margin-bottom: 1.875em;
}

blockquote {
  margin: 0 0 1.875em;
}

pre {
  margin-bottom: 1.875em;
}

figure {
  margin: 0 0 1.875em;
}

img {
  max-width: 100%;
  margin: 0;
  display: block;
}

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

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.fixed-body {
  height: 100vh;
  overflow: hidden;
}

.Header {
  position: relative;
  z-index: 20;
}

.Header__logo {
  grid-area: logo;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.Header__logoLink {
  width: 17.5vw;
}

.Header__nav {
  grid-area: nav;
}

.Header__nav.menu-open .Header__list {
  opacity: 1;
  pointer-events: visible;
  display: block;
  -webkit-animation: appear .3s ease;
  animation: appear .3s ease;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.Header__button.close .Header__buttonBar {
  background-color: #6f6f6f;
  width: 80%;
}

.Header__button.close .Header__buttonBar.-bar1 {
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Header__button.close .Header__buttonBar.-bar2 {
  opacity: 0;
}

.Header__button.close .Header__buttonBar.-bar3 {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.Header__buttonBar {
  transition: ease,.15s;
}

.Header__button[aria-expanded=true] .Header__buttonBar.-bar2 {
  opacity: 0;
}

.Header__button[aria-expanded=false] .Header__buttonBar.-bar2 {
  opacity: 1;
}

.Header__list {
  margin: 0;
}

.Header__listItem {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1111111111vw;
  letter-spacing: .1em;
  border-left: 4px dotted #0e7124;
  list-style-type: none;
}

.Header__listItem.-submenu {
  position: relative;
}

.Header__listItem.-submenu:hover .Header__Childlist {
  display: block;
  position: absolute;
  top: 2.1333333333vw;
  left: 0;
  padding: 0;
}

.Header__listItem:last-child {
  border-right: 4px dotted #0e7124;
}

.Header__listItem .Header__link {
  position: static;
  opacity: 1;
  padding: 4vw 4.2666666667vw;
  background-color: #fff;
}

.Header__listItem .Header__link .Header__linkText {
  position: relative;
  top: 0;
  pointer-events: visible;
}

.Header__listItemLink {
  padding: 0 2.3611111111vw;
  text-decoration: none;
  color: #0e7124;
}

.Header__Childlist {
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
  position: absolute;
  width: 100%;
}

.Header__Childlist li {
  background-color: #0e7124;
  border-top: 1px solid #fff;
}

.Header__Childlist li .Header__listItemLink {
  padding: 5px 0;
  font-size: 0.9027777778vw;
  display: block;
  text-align: center;
  color: #fff;
}

.Header__Childlist li .Header__listItemLink:hover {
  color: #f7d203;
}

.Header__search {
  grid-area: search;
}

.Header__searchLabel {
  position: relative;
  display: block;
}

.Header__searchInput {
  width: 15.9722222222vw;
  padding: 0.625vw 2.7777777778vw 0.625vw 1.5972222222vw;
  font-size: 0.9722222222vw;
  line-height: 1;
  border: 2px solid #d2dad9;
  border-radius: 1.4583333333vw;
  box-sizing: border-box;
  transition: border-color .3s ease;
}

.Header__searchInput::-webkit-input-placeholder {
  font-size: 0.9722222222vw;
  letter-spacing: .1em;
  color: #8c8c8c;
}

.Header__searchInput:-ms-input-placeholder {
  font-size: 0.9722222222vw;
  letter-spacing: .1em;
  color: #8c8c8c;
}

.Header__searchInput::placeholder {
  font-size: 0.9722222222vw;
  letter-spacing: .1em;
  color: #8c8c8c;
}

.Header__searchInput:focus {
  border-color: #0e7124;
}

.Header__searchButton {
  position: absolute;
  top: 50%;
  right: 0.8333333333vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  padding: 0.4166666667vw;
  display: block;
  background-color: rgba(0,0,0,0);
  border: 0 none;
  cursor: pointer;
  box-sizing: content-box;
}

.Header__searchButtonIcon {
  display: block;
}

.Header__address {
  position: relative;
  margin: 0 0 0 1.9444444444vw;
  padding-left: 2.7777777778vw;
  grid-area: address;
  font-style: normal;
}

.Header__address::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.9444444444vw;
  height: 1.9444444444vw;
  background-color: #67cd28;
  border-radius: 50%;
}

.Header__address::after {
  content: "";
  position: absolute;
  top: 0.4166666667vw;
  left: 0.5555555556vw;
  width: 0.8333333333vw;
  height: 1.0416666667vw;
  background-image: url("../assets/images/icon-tel.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.Header__addressNumber {
  margin: 0 0 0.5555555556vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5277777778vw;
  line-height: 1.2;
  color: #0e7124;
}

.Header__addressNumberLink {
  text-decoration: none;
}

.Header__addressHours {
  margin: 0;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8333333333vw;
  line-height: 1.5;
}

.Header__link {
  position: relative;
  margin: 0 0 0 2.5694444444vw;
  padding: 8.6805555556vw 0 0 14.2361111111vw;
  grid-area: link;
}

.Header__linkText {
  position: absolute;
  top: -1.3888888889vw;
  left: 0;
  right: 0;
  bottom: -1.5277777778vw;
  overflow: hidden;
  padding-top: 5.5555555556vw;
  display: block;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25vw;
  line-height: 1.56;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-image: url("../assets/images/header-link-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 0.625vw 0.625vw;
}

.Header__linkText::before {
  content: "";
  position: absolute;
  top: 2.6388888889vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.3611111111vw;
  height: 1.9444444444vw;
  background-image: url("../assets/images/icon-mail.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.Footer {
  position: relative;
  z-index: 0;
  margin-top: 1px;
}

.Footer__before {
  position: relative;
  padding: 7.0138888889vw 0 21.875vw;
  background-color: #e3f6f5;
}

.Footer__before::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 10vw;
  background-image: url("../assets/images/footer-before-bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}

.Footer__before::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20.5555555556vw;
  background-image: url("../assets/images/footer-after-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}

.Footer__beforeInner__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Footer__beforeInner__wrap__item {
  text-align: center;
}

.Footer__beforeInner__wrap__item:not(:last-child) {
  margin-right: 50px;
}

.Footer__logo {
  margin-bottom: 50px;
  text-align: center;
}

.Footer__logo img {
  margin: 0 auto;
}

.Footer__address {
  margin: 0;
  grid-area: address;
  font-style: normal;
}

.Footer__addressHeading {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 1.1111111111vw;
  font-size: 1.1111111111vw;
  line-height: 2;
  letter-spacing: .1em;
}

.Footer__addressText {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
  line-height: 1.625;
}

.Footer__map {
  width: 28.125vw;
  height: 18.125vw;
  overflow: hidden;
  border: 0.4166666667vw solid #fff;
  border-radius: 0.5555555556vw;
  box-sizing: border-box;
  margin: 0 auto;
}

.Footer__map>iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.552/1;
}

.Footer__after {
  padding: 2.6388888889vw 0 2.2222222222vw;
  background-color: #0e7124;
}

.Footer__list {
  margin-bottom: 5.5555555556vw;
}

.Footer__listBefore {
  margin-bottom: 1.875vw;
}

.Footer__listBeforeItem {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1111111111vw;
  line-height: 2;
}

.Footer__listBeforeItem.-nested {
  height: auto;
  grid-area: nested;
}

.Footer__listBeforeItemLink {
  position: relative;
  padding-left: 1.8055555556vw;
  text-decoration: none;
  color: #fff;
}

.Footer__listBeforeItemLink::before {
  content: "";
  position: absolute;
  top: 0.1388888889vw;
  left: 0;
  width: 0.625vw;
  height: 0.9722222222vw;
  background-image: url("../assets/images/icon-arrow-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.Footer__nestedList {
  padding: 0.4861111111vw 0 0 1.8055555556vw;
}

.Footer__nestedListItem {
  font-size: 0.9722222222vw;
  line-height: 2.28;
}

.Footer__nestedListItemLink {
  text-decoration: none;
  color: #fff;
}

.Footer__listAfterItem {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9722222222vw;
}

.Footer__listAfterItemLink {
  text-decoration: none;
  color: #fff;
}

.Footer__listAfterItemLink[target=_blank] {
  position: relative;
  padding-right: 1.9444444444vw;
}

.Footer__listAfterItemLink[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background-image: url("../assets/images/icon-blank.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.Footer__copy {
  margin: 0;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 400;
  font-style: normal;
}

.Footer__copy small {
  font-size: 0.7638888889vw;
  color: #fff;
}

.AboutCatch {
  width: 50.1388888889vw;
  margin: 3.4722222222vw auto;
}

.AboutCatch__text {
  text-align: center;
}

.AboutCatch__text:last-child {
  margin-bottom: 0;
}

.AboutDetail {
  margin: 6.25vw 0;
}

.AboutDetail__heading {
  margin: 0 0 1.1111111111vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.AboutDetail__headingInner {
  position: relative;
  padding: 0 4.5833333333vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8055555556vw;
  line-height: 2;
  text-align: center;
  letter-spacing: .1em;
}

.AboutDetail__headingInner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.1944444444vw;
  height: 3.0555555556vw;
  background-image: url("../assets/images/ornament-leaf-01.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.AboutDetail__headingInner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6666666667vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5277777778vw;
  height: 2.7083333333vw;
  background-image: url("../assets/images/ornament-leaf-02.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.AboutImg {
  margin: 2.7777777778vw 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.AboutImg__item img {
  width: 100%;
}

.AboutPoint {
  width: 70.6944444444vw;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 30.2083333333vw minmax(auto, 1fr);
  grid-template-columns: 30.2083333333vw minmax(auto, 1fr);
  grid-template-areas: "head  head" "thumb text";
}

.AboutPoint:not(:last-child) {
  margin-bottom: 2.7777777778vw;
}

.AboutPoint__heading {
  position: relative;
  z-index: 0;
  grid-area: head;
  margin: 0;
  padding-top: 6.1111111111vw;
}

.AboutPoint__headingSub {
  position: absolute;
  top: 0;
  left: 0;
  height: 6.1111111111vw;
  padding-left: 6.875vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.AboutPoint__headingSub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5.625vw;
  height: 6.1111111111vw;
  background-image: url("../assets/images/ornament-tree.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.AboutPoint__headingSubText {
  position: relative;
  padding-bottom: 0.7638888889vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6666666667vw;
  line-height: 1;
  letter-spacing: .1em;
  color: #85c259;
}

.AboutPoint__headingSubText::after {
  content: "";
  position: absolute;
  left: 0.1388888889vw;
  bottom: 0;
  width: 6.6666666667vw;
  height: 0.3472222222vw;
  background-image: url("../assets/images/about/about-point-text-bg.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.AboutPoint__headingMain {
  position: relative;
  padding: 1.25vw 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.AboutPoint__headingMain::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.25vw;
  background-image: url("../assets/images/about/about-point-heading-bg.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.AboutPoint__headingMain::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 1.25vw;
  background-image: url("../assets/images/about/about-point-heading-bg.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.AboutPoint__headingMainText {
  position: relative;
  padding: 1.0416666667vw 0 1.0416666667vw 4.5833333333vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8055555556vw;
  line-height: 1.23;
  letter-spacing: .1em;
  color: #0e7124;
}

.AboutPoint__headingMainText::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.1944444444vw;
  height: 2.7777777778vw;
  background-image: url("../assets/images/icon-leaf-socket.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.AboutPoint__description {
  position: relative;
  padding: 2.7777777778vw 1.8055555556vw;
  grid-area: text;
  background-color: #fffdf5;
}

.AboutPoint__description::before {
  content: "";
  position: absolute;
  right: 0.4861111111vw;
  bottom: 1.0416666667vw;
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
  width: 15.6944444444vw;
  height: 15.6944444444vw;
  background-image: url("../assets/images/ornament-lightbulb-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: .1;
  pointer-events: none;
}

.AboutPoint__text:last-child {
  margin-bottom: 0;
}

.AboutPoint__img {
  grid-area: thumb;
}

.AboutPoint__imgInner {
  overflow: hidden;
  border-radius: 2.0833333333vw 0;
}

.AboutPoint__imgInner img {
  width: 100%;
}

.AnchorNav__list {
  margin: 0;
  padding: 2px 0 0 3px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.AnchorNav__item {
  width: 23.1944444444vw;
  margin: -2px 0 0 -2px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #0e7124;
  border-radius: 3px;
  box-sizing: border-box;
  list-style-type: none;
}

.AnchorNav__link {
  position: relative;
  width: 100%;
  padding: 1.0416666667vw 5.5555555556vw 1.0416666667vw 4.1666666667vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #0e7124;
  box-sizing: border-box;
}

.AnchorNav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4305555556vw;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  width: 1.1111111111vw;
  height: 2.0138888889vw;
  background-image: url("../assets/images/icon-arrow-02.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.AnchorNav__linkMain {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3888888889vw;
  line-height: 1.2;
}

.AnchorNav__linkSub {
  font-family: "quicksand",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9722222222vw;
  line-height: 1.28;
}

.Breadcrumbs__list {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Breadcrumbs__item {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9722222222vw;
  list-style-type: none;
}

.Breadcrumbs__item:not(:last-child) {
  position: relative;
  margin-right: 1.3888888889vw;
  padding-right: 1.875vw;
}

.Breadcrumbs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.4861111111vw;
  height: 0.9722222222vw;
  background-image: url("../assets/images/icon-arrow-02.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.Breadcrumbs__link {
  text-decoration: none;
  color: #a1a6a5;
}

.Breadcrumbs__link[aria-current=page] {
  color: #444343;
}

.CardList {
  margin: 2.0833333333vw 0 5vw;
}

.CardList__item {
  position: relative;
  padding-bottom: 1.1111111111vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto minmax(auto, 1fr);
  grid-template-rows: auto auto auto minmax(auto, 1fr);
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-template-areas: "thumb" "category" "heading" "text";
  border: 1px solid #bfbfbf;
  border-radius: 0.4166666667vw;
  overflow: hidden;
  box-sizing: border-box;
}

.CardList__heading {
  margin: 0 0 0.6944444444vw;
  padding: 0 1.1111111111vw;
  grid-area: heading;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3888888889vw;
  line-height: 1.3;
}

.CardList__headingLink {
  letter-spacing: .1em;
  color: #0e7124;
  text-decoration: none;
}

.CardList__headingLink.-color1 {
  color: #27b0eb;
}

.CardList__headingLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.CardList__category {
  margin-bottom: 1.1111111111vw;
  padding: 0 1.1111111111vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-area: category;
}

.CardList__categoryItem {
  padding: 0 1.1111111111vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9722222222vw;
  font-style: normal;
  line-height: 2;
  color: #fff;
  background-color: #f7d203;
  border-radius: 0.9722222222vw;
}

.CardList__text {
  grid-area: text;
  margin: 0;
  padding: 0 1.1111111111vw;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  font-size: 0.9722222222vw;
  line-height: 1.5;
  text-overflow: ellipsis;
}

.CardList__img {
  margin-bottom: 1.1111111111vw;
  grid-area: thumb;
}

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

.Casestudy {
  padding: 4.1666666667vw 0;
  background-color: #faf9f3;
}

.Casestudy__inner {
  width: 69.0277777778vw;
  margin: 0 auto;
}

.Casestudy__heading {
  margin: 0 0 2.7777777778vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  letter-spacing: .1em;
  color: #0e7124;
}

.Casestudy__headingInner {
  position: relative;
  padding: 0 2.9166666667vw 0 4.5833333333vw;
}

.Casestudy__headingInner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.1944444444vw;
  height: 3.0555555556vw;
  background-image: url("../assets/images/ornament-leaf-01.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.Casestudy__headingInner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5277777778vw;
  height: 2.7083333333vw;
  background-image: url("../assets/images/ornament-leaf-02.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.Casestudy__detail {
  margin-bottom: 2.7777777778vw;
}

.Casestudy__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-template-areas: "thumb" "name" "text";
}

.Casestudy__name {
  grid-area: name;
  margin: 0 0 0.5555555556vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1111111111vw;
  line-height: 2;
  text-align: center;
  letter-spacing: .1em;
  color: #0e7124;
}

.Casestudy__img {
  grid-area: thumb;
  margin: 0 auto 0.5555555556vw;
  overflow: hidden;
  border-radius: 0.6944444444vw;
  position: relative;
  padding-top: 68%;
}

.Casestudy__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.Casestudy__description {
  grid-area: text;
  padding: 1.3888888889vw;
  background-color: #fff;
  box-sizing: border-box;
}

.Casestudy__text:last-child {
  margin-bottom: 0;
}

.Casestudy__link {
  width: 25vw;
  margin: 0 auto;
}

.Casestudy__linkDetail {
  padding: 1.6666666667vw 3.1944444444vw 1.6666666667vw 3.8194444444vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3888888889vw;
  line-height: 1.6;
  text-decoration: none;
  color: #0e7124;
  background-color: #f7d203;
  border-radius: 2.7777777778vw;
  box-shadow: 0 0.2777777778vw 0 rgba(0,0,0,.25);
  box-sizing: border-box;
}

.Casestudy__linkDetail::after {
  content: "";
  width: 2.0833333333vw;
  height: 1.3888888889vw;
  background-image: url("../assets/images/icon-link-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.CatchFeature {
  position: relative;
  z-index: 0;
  margin: 6.25vw 0;
}

.CatchFeature::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 6.25vw;
  z-index: -1;
  width: 39.0277777778vw;
  height: 30.2777777778vw;
  background-color: #e5f3db;
}

.CatchFeature__inner {
  position: relative;
  width: 70.6944444444vw;
  margin: 0 auto;
  padding-bottom: 25.9027777778vw;
}

.CatchFeature__ornament {
  margin-bottom: 1.1111111111vw;
  display: block;
  font-family: "quicksand",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1111111111vw;
  color: #0e7124;
}

.CatchFeature__heading {
  margin: 0 0 2.0833333333vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5vw;
  line-height: 1.67;
  letter-spacing: .1em;
  color: #0e7124;
}

.CatchFeature__text {
  margin: 0;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 2.25;
}

.CatchFeature__img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.CatchFeature__img::before {
  content: "";
  position: absolute;
  left: -2.0833333333vw;
  bottom: 2.0833333333vw;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 17.5vw;
  height: 9.5833333333vw;
  background-image: url("../assets/images/about/feature-ornament.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.CatchFeature__imgItem {
  width: 50.0694444444vw;
}

.CatchFeature__imgItem img {
  width: 100%;
}

.CatchPartner {
  position: relative;
  z-index: 0;
  width: 75.6944444444vw;
  margin: 2.7777777778vw auto;
  padding-top: 9.3055555556vw;
  box-sizing: border-box;
}

.CatchPartner__description {
  width: 41.25vw;
  padding: 3.75vw 0 5vw;
  margin-left: auto;
  background-color: #2363af;
}

.CatchPartner__text {
  margin: 0;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5277777778vw;
  line-height: 2.27;
  text-align: center;
  color: #fff;
}

.CatchPartner__text>span {
  display: block;
}

.CatchPartner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 37.3611111111vw;
}

.CatchPartner__img>img {
  width: 100%;
}

.CatchRecruit {
  position: relative;
  z-index: 0;
  width: 75.6944444444vw;
  margin: 2.7777777778vw auto;
  padding-top: 9.3055555556vw;
  box-sizing: border-box;
}

.CatchRecruit__description {
  width: 41.25vw;
  padding: 3.6111111111vw 0;
  margin-left: auto;
  background-color: #faf9f3;
}

.CatchRecruit__text {
  margin: 0;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5277777778vw;
  line-height: 2.27;
  text-align: center;
  color: #0e7124;
}

.CatchRecruit__text span {
  display: block;
}

.CatchRecruit__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 37.3611111111vw;
}

.CatchRecruit__img>img {
  width: 100%;
}

.CategoryLabel {
  margin: 2.7777777778vw 0;
}

.CategoryLabel__list {
  margin: -1.1111111111vw 0 0 -1.1111111111vw;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.CategoryLabel__item {
  margin: 1.1111111111vw 0 0 1.1111111111vw;
  list-style-type: none;
}

.CategoryLabel__link {
  padding: 0.5555555556vw 1.5277777778vw;
  display: block;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25vw;
  line-height: 2;
  text-decoration: none;
  color: #0e7124;
  border: 2px solid #0e7124;
  border-radius: 1.9444444444vw;
  transition: color .3s ease,background-color .3s ease;
}

.CategoryLabel__link:hover {
  color: #fff;
  background-color: #0e7124;
}

.CategoryLabel__link.-current {
  color: #fff;
  background-color: #0e7124;
}

.Contact {
  padding: 4.3055555556vw 0 4.9305555556vw;
  background-image: url("../assets/images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.Contact__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0.5555555556vw;
  box-sizing: border-box;
  text-decoration: none;
}

.Contact__heading {
  margin: 0 0 1.3888888889vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5277777778vw;
  text-align: center;
  color: #0e7124;
}

.Contact__tel {
  position: relative;
}

.Contact__tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4.8611111111vw;
  height: 4.8611111111vw;
  border-radius: 50%;
  background-color: #67cd28;
}

.Contact__tel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5277777778vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.6666666667vw;
  height: 2.1527777778vw;
  background-image: url("../assets/images/icon-tel.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.Contact__telNumber {
  margin-bottom: 0.6944444444vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2222222222vw;
  line-height: 1.2;
  color: #0e7124;
}

.Contact__telText {
  margin: 0;
  font-size: 1.1111111111vw;
  line-height: 1.2;
}

.Contact__text {
  position: relative;
}

.Contact__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4.8611111111vw;
  height: 4.8611111111vw;
  background-color: #67cd28;
  border-radius: 50%;
}

.Contact__text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.25vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.3611111111vw;
  height: 1.9444444444vw;
  background-image: url("../assets/images/icon-mail.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.Contact__textItem {
  margin-bottom: 0;
}

.Contents {
  width: 70.6944444444vw;
  margin: 5.8333333333vw auto;
}

.UnderHead+.Contents {
  margin-top: 4.5138888889vw;
}

.Contents>*:first-child {
  margin-top: 0;
}

.Contents>*:last-child {
  margin-bottom: 0;
}

.Contents h2:not([class]),
.Contents .Contents__title {
  position: relative;
  margin: 5.5555555556vw 0 2.7777777778vw;
  padding-left: 1.7361111111vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5277777778vw;
  line-height: 1.6;
  letter-spacing: .05em;
}

.Contents h2:not([class])::before,
.Contents .Contents__title::before {
  content: "";
  position: absolute;
  top: 0.2083333333vw;
  left: 0;
  bottom: -0.0694444444vw;
  width: 0.7638888889vw;
  background-color: #0e7124;
  border-radius: 0.3472222222vw;
}

.Contents h3:not([class]) {
  margin: 3.8888888889vw 0 1.6666666667vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5277777778vw;
  line-height: 1.6;
  color: #0e7124;
}

.Contents ul:not([class]) {
  margin-bottom: 2.0833333333vw;
  padding: 0;
}

.Contents ul:not([class]) li:not([class]) {
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: none;
}

.Contents ul:not([class]) li:not([class])::before {
  content: "・";
}

.Contents__headingMain {
  position: relative;
  margin: 5.5555555556vw 0 2.7777777778vw;
  padding-left: 1.7361111111vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5277777778vw;
  line-height: 1.6;
  letter-spacing: .05em;
}

.Contents__headingMain::before {
  content: "";
  position: absolute;
  top: 0.2083333333vw;
  left: 0;
  bottom: -0.0694444444vw;
  width: 0.7638888889vw;
  background-color: #0e7124;
  border-radius: 0.3472222222vw;
}

.Contents__headingMain.-color1::before {
  background-color: #27b0eb;
}

.Contents__list {
  padding: 0;
}

.Contents__list li {
  position: relative;
  padding: 0.4861111111vw 0 0.4861111111vw 2.7777777778vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1111111111vw;
  line-height: 1.5;
  color: #0e7124;
  list-style-type: none;
}

.Contents__list li::after {
  content: "";
  position: absolute;
  top: 0.9722222222vw;
  left: 1.0416666667vw;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  background-color: #0e7124;
  border-radius: 50%;
}

.Contents__map>iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.566/1;
}

.Contents__rowlist>*:first-child {
  margin-top: 0;
}

.Contents__rowlist>*:last-child {
  margin-bottom: 0;
}

.Contents__rowlistContents {
  margin: 2.7777777778vw 0;
}

.Contents__rowlistItem {
  position: relative;
  padding: 0.4861111111vw 0 0.4861111111vw 2.7777777778vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1111111111vw;
  line-height: 1.5;
  color: #0e7124;
}

.Contents__rowlistItem::after {
  content: "";
  position: absolute;
  top: 0.9722222222vw;
  left: 1.0416666667vw;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  background-color: #0e7124;
  border-radius: 50%;
}

.Contents__rowlistLink {
  color: #0e7124;
  text-decoration: none;
}

.Contents__column:not(:first-child) {
  margin-top: 1.3888888889vw;
}

.Contents__column a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #bfbfbf;
}

.Contents__column a:hover {
  opacity: .8;
}

.CustomerVoice {
  overflow: hidden;
  padding: 3.5416666667vw 0 2.5vw 20px;
  background-color: #faf9f3;
}

.CustomerVoice.-color2 {
  background-color: #f4f8f1;
}

.CustomerVoice.RelatedProducts {
  padding: 10.6666666667vw 0 16vw;
}

.CustomerVoice.RelatedProducts .CustomerVoice__items {
  display: block;
  margin: 0 auto;
  margin-top: 5.3333333333vw;
  width: calc(100% - 10.6666666667vw);
}

.CustomerVoice.RelatedProducts .CustomerVoice__item {
  width: 100%;
  margin-bottom: 5.3333333333vw;
}

.CustomerVoice.RelatedProducts .CustomerVoice__itemHeading {
  margin: 0 0 3.7333333333vw;
  font-size: 3.7333333333vw;
}

.CustomerVoice.RelatedProducts .CustomerVoice__itemHeading>a {
  padding-right: 0;
}

.CustomerVoice.RelatedProducts .CustomerVoice__itemHeading>a::after {
  display: none;
}

.CustomerVoice.RelatedProducts .CustomerVoice__itemLabelText {
  padding: 0 2.1333333333vw;
  font-size: 2.6666666667vw;
  border-radius: 3.7333333333vw;
}

.CustomerVoice .CustomerVoice__inner {
  max-width: 62.2222222222vw;
  margin: 0 auto 4.1666666667vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.CustomerVoice .CustomerVoice__description {
  margin-left: 4.9305555556vw;
  font-size: 1.1111111111vw;
  letter-spacing: .1em;
}

.CustomerVoice .CustomerVoice__carousel {
  position: relative;
  z-index: 0;
  margin-bottom: 2.7777777778vw;
}

.CustomerVoice .CustomerVoice__controller {
  position: absolute;
  top: -3.6111111111vw;
  right: 15.0694444444vw;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.CustomerVoice .CustomerVoice__button {
  position: relative;
  width: 4.3055555556vw;
  height: 4.3055555556vw;
  padding: 0;
  box-sizing: border-box;
  border: 2px solid #0e7124;
  background-color: rgba(0,0,0,0);
  cursor: pointer;
}

.CustomerVoice .CustomerVoice__button.-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
  width: 0.8333333333vw;
  height: 1.3888888889vw;
  background-image: url("../assets/images/icon-arrow-02.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.CustomerVoice .CustomerVoice__button.-next {
  margin-left: 1.8055555556vw;
}

.CustomerVoice .CustomerVoice__button.-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.8333333333vw;
  height: 1.3888888889vw;
  background-image: url("../assets/images/icon-arrow-02.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.CustomerVoice .CustomerVoice__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.CustomerVoice .CustomerVoice__item {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 23.2638888889vw;
  margin: 0 1.3888888889vw;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-template-areas: "thumb" "title" "label";
}

.CustomerVoice .CustomerVoice__itemHeading {
  margin: 0 0 1.1111111111vw;
  grid-area: title;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1111111111vw;
  color: #0e7124;
}

.CustomerVoice .CustomerVoice__itemHeading>a {
  padding-right: 3.8194444444vw;
  text-decoration: none;
  display: block;
}

.CustomerVoice .CustomerVoice__itemHeading>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.CustomerVoice .CustomerVoice__itemHeading>a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 2.4305555556vw;
  height: 2.4305555556vw;
  background-image: url("../assets/images/icon-slide-arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.CustomerVoice .CustomerVoice__itemThumbnail {
  margin-bottom: 0.8333333333vw;
  grid-area: thumb;
  overflow: hidden;
  border-radius: 0.6944444444vw;
  padding-top: 68%;
  position: relative;
}

.CustomerVoice .CustomerVoice__itemThumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  border-radius: 5px;
}

.CustomerVoice .CustomerVoice__itemLabel {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  grid-area: label;
  margin-top: -0.3em;
}

.CustomerVoice .CustomerVoice__itemLabelText {
  padding: 0 1.1111111111vw;
  background-color: #f7d203;
  font-size: 0.9722222222vw;
  line-height: 2;
  color: #fff;
  border-radius: 0.9722222222vw;
  margin-top: .3em;
}

.CustomerVoice .CustomerVoice__itemLabelText:not(:last-child) {
  margin-right: .5em;
}

.CustomerVoice .CustomerVoice__link {
  width: 69.8611111111vw;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.CustomerVoice .CustomerVoice__linkDetail {
  position: relative;
  width: 10.6944444444vw;
  padding: 0 3.3333333333vw 0.6944444444vw 0.7638888889vw;
  color: #0e7124;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1111111111vw;
  border-bottom: 2px solid #0e7124;
  text-decoration: none;
  box-sizing: border-box;
}

.CustomerVoice .CustomerVoice__linkDetail::after {
  content: "";
  position: absolute;
  top: 0.3472222222vw;
  right: 0.7638888889vw;
  width: 1.7361111111vw;
  height: 1.25vw;
  background-image: url("../assets/images/icon-link-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.FaqContents__key {
  margin: 0;
  border-bottom: 1px solid #bfbfbf;
}

.FaqContents__key:hover {
  opacity: .8;
}

.FaqContents__key.open .FaqContents__keyButton::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.FaqContents__keyButton {
  position: relative;
  width: 100%;
  padding: 2.9166666667vw 1.6666666667vw;
  display: block;
  text-align: left;
  background-color: rgba(0,0,0,0);
  border: 0 none;
  cursor: pointer;
  box-sizing: border-box;
}

.FaqContents__keyButton::after {
  content: "";
  position: absolute;
  top: 3.4722222222vw;
  right: 3.8888888889vw;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 0.7638888889vw;
  height: 1.3194444444vw;
  background-image: url("../assets/images/icon-arrow-02.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

[aria-expanded=true] .FaqContents__keyButton::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.FaqContents__keyInner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3888888889vw;
}

.FaqContents__keyIcon {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6666666667vw;
  line-height: 1.6;
  color: #0e7124;
}

.FaqContents__keyText {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6666666667vw;
  line-height: 1.6;
  color: #0e7124;
}

.FaqContents__value {
  background-color: #eef6e7;
  border-bottom: 1px solid #bfbfbf;
  box-sizing: border-box;
}

.FaqContents__value[aria-hidden=true] {
  visibility: hidden;
  height: 0;
}

.FaqContents__valueInner {
  padding: 1.7361111111vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: min-content auto auto;
  grid-template-columns: min-content auto auto;
  grid-template-areas: "icon text text" "link link link";
  gap: 1.1111111111vw 1.6666666667vw;
}

.FaqContents__valueIcon {
  grid-area: icon;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6666666667vw;
  line-height: 1.6;
  color: #0e7124;
}

.FaqContents__valueDescription {
  grid-area: text;
}

.FaqContents__valueDescription>*:last-child {
  margin-bottom: 0;
}

.FaqContents__link {
  margin: 0;
  grid-area: link;
}

.FaqContents__linkItem {
  padding: 0.3472222222vw 1.3888888889vw;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1111111111vw;
  line-height: 2;
  text-decoration: none;
  color: #0e7124;
  border: 2px solid #0e7124;
  border-radius: 1.5972222222vw;
}

.FaqContents__linkItem::after {
  content: "";
  width: 1.8055555556vw;
  height: 1.25vw;
  margin-left: 1.8055555556vw;
  background-image: url("../assets/images/icon-link-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.FixedBanner {
  position: fixed;
  right: 1.1111111111vw;
  bottom: 1.1111111111vw;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.FixedBanner__item {
  width: 20.1388888889vw;
}

.FixedBanner__item:not(:first-child) {
  margin-left: 0.7638888889vw;
}

.FixedBanner__item>a {
  display: block;
}

.FixedBanner__item img {
  width: 100%;
}

.FormOrder {
  position: relative;
  z-index: 0;
  width: 70.6944444444vw;
  margin: 3.3333333333vw auto;
}

.FormOrder__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 2px solid #0e7124;
  box-sizing: border-box;
}

.FormOrder__item {
  position: relative;
  padding: 0.6944444444vw 0;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1111111111vw;
  color: #0e7124;
  box-sizing: border-box;
}

.FormOrder__item.-current {
  color: #fff;
  background-color: #0e7124;
}

.FormOrder__item.-current:not(:last-child)::after {
  opacity: 0;
}

.FormOrder__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  width: 0.625vw;
  height: 1.25vw;
  border-top: 0.625vw solid rgba(0,0,0,0);
  border-right: 0 none;
  border-bottom: 0.625vw solid rgba(0,0,0,0);
  border-left: 0.625vw solid #0e7124;
  box-sizing: border-box;
}

.FormOrder__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  z-index: 1;
  width: 0.625vw;
  height: 1.25vw;
  border-top: 0.625vw solid rgba(0,0,0,0);
  border-right: 0 none;
  border-bottom: 0.625vw solid rgba(0,0,0,0);
  border-left: 0.625vw solid #fff;
  box-sizing: border-box;
}

.FormOrder__itemInner>span {
  display: block;
}

.FormRadio {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.2222222222vw;
}

.FormRadio__label,
.mwform-radio-field label {
  position: relative;
  cursor: pointer;
}

.FormRadio__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-right: 0;
}

.FormRadio__text,
.mwform-radio-field-text {
  position: relative;
  padding-left: 1.6666666667vw;
  font-size: 1.1111111111vw;
}

.FormRadio__text::before,
.mwform-radio-field-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  border: 1px solid #bababa;
  border-radius: 50%;
  box-sizing: border-box;
}

.FormRadio__text::after,
.mwform-radio-field-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.2083333333vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  background-color: #0e7124;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
}

.FormRadio__input:checked+.FormRadio__text::after,
.FormRadio__input:checked+.mwform-radio-field-text::after {
  opacity: 1;
}

.mw_wp_form .FormRadio .horizontal-item+.horizontal-item {
  margin-left: 0;
}

.FormCheck {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.2222222222vw;
}

.mwform-checkbox-field label {
  position: relative;
  cursor: pointer;
}

.checkbox__item {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin-right: 0;
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 1.6666666667vw;
  font-size: 1.1111111111vw;
}

.mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  border: 1px solid #bababa;
  box-sizing: border-box;
}

.mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.2083333333vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 0.6944444444vw;
  height: 1.0416666667vw;
  border: none;
  border-right: 3px solid #0e7124;
  border-bottom: 3px solid #0e7124;
  box-sizing: border-box;
  opacity: 0;
}

.checkbox__item:checked+.mwform-checkbox-field-text::after {
  opacity: 1;
}

.FormResult {
  width: 70.6944444444vw;
  margin: 5vw auto 4.5138888889vw;
}

.FormResult__heading {
  margin: 0 0 2.2222222222vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6666666667vw;
  text-align: center;
  color: #0e7124;
}

.FormResult__heading>span {
  display: inline-block;
}

.FormResult__text {
  margin-bottom: 3.4722222222vw;
  text-align: center;
}

.FormResult__text>span {
  display: inline-block;
}

.FormResult__link {
  width: 33.8194444444vw;
  margin: 0 auto;
}

.FormResult__linkItem {
  padding: 0.3472222222vw 0;
  display: block;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8055555556vw;
  text-align: center;
  text-decoration: none;
  color: #0e7124;
  border: 2px solid #0e7124;
  box-sizing: border-box;
  transition: color .3s ease,background-color .3s ease;
}

.FormResult__linkItem:hover {
  color: #fff;
  background-color: #0e7124;
}

.FormSearchButton {
  padding: 0.4166666667vw 1.3888888889vw;
  font-size: 0.9722222222vw;
  line-height: 1.6;
  color: #fff;
  background-color: #0e7124;
  border: 0 none;
  border-radius: 0.2777777778vw;
  cursor: pointer;
  box-sizing: border-box;
}

.FormText+.FormSearchButton {
  margin-left: 0.5555555556vw;
}

.confirm-page .FormSearchButton {
  display: none;
}

.FormSelect {
  position: relative;
  width: 17.7777777778vw;
}

.FormSelect::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.7638888889vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.9722222222vw;
  height: 0.625vw;
  border-top: 0.625vw solid #d9d9d9;
  border-right: 0.4861111111vw solid rgba(0,0,0,0);
  border-bottom: 0 none;
  border-left: 0.4861111111vw solid rgba(0,0,0,0);
  box-sizing: border-box;
}

.FormSelect__select {
  width: 100%;
  padding: 0.6944444444vw 1.25vw;
  font-size: 1.1111111111vw;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #bababa;
  box-sizing: border-box;
  cursor: pointer;
  background: none;
}

.FormSelect__select:invalid {
  color: #d9d9d9;
}

.confirm-page .FormSelect::before {
  display: none;
}

.FormSubmit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.3888888889vw;
}

.FormSubmit__button {
  color: #fff;
  border: 0 none;
  padding: 1.875vw 1.1111111111vw;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25vw;
  line-height: 1.78;
  text-decoration: none;
  color: #fff;
  background-color: #0e7124;
  border-radius: 0.2777777778vw;
  box-shadow: 0 0.2777777778vw 0 rgba(0,0,0,.25);
  cursor: pointer;
}

.FormSubmit__button::after {
  content: "";
  width: 2.2222222222vw;
  height: 1.5277777778vw;
  margin-left: 1.0416666667vw;
  background-image: url("../assets/images/icon-link-02.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.FormSubmit__button.-cancel {
  color: #0e7124;
  background-color: #fcf9ec;
}

.FormSubmit__button.-cancel::before {
  content: "";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 2.2222222222vw;
  height: 1.5277777778vw;
  margin-right: 1.0416666667vw;
  background-image: url("../assets/images/icon-link-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.FormSubmit__button.-cancel::after {
  content: none;
  display: none;
}

.FormSubmit__button.-wrap {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  min-width: 15.6vw;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.FormSubmit__button.-wrap .FormSubmit__input {
  padding: 1.875vw 1.1111111111vw;
  padding-right: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0,0,0,0);
}

.FormText {
  padding: 0.6944444444vw 1.25vw;
  font-size: 1.1111111111vw;
  border: 1px solid #bababa;
  box-sizing: border-box;
}

.FormText.-sm {
  width: 17.7777777778vw;
}

.FormText.-full {
  width: 100%;
}

.FormText::-webkit-input-placeholder {
  color: #d9d9d9;
}

.FormText:-ms-input-placeholder {
  color: #d9d9d9;
}

.FormText::placeholder {
  color: #d9d9d9;
}

.FormTextarea {
  width: 100%;
  min-height: 13.8888888889vw;
  padding: 0.6944444444vw 1.25vw;
  font-size: 1.1111111111vw;
  line-height: 1.875;
  border: 1px solid #bababa;
  box-sizing: border-box;
}

.FormTextarea::-webkit-input-placeholder {
  color: #d9d9d9;
}

.FormTextarea:-ms-input-placeholder {
  color: #d9d9d9;
}

.FormTextarea::placeholder {
  color: #d9d9d9;
}

.Heading {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.Heading__main {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6666666667vw;
  line-height: 2;
  letter-spacing: .1em;
}

.Heading__main.-sun {
  position: relative;
  padding-top: 3.6111111111vw;
}

.Heading__main.-sun::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.7777777778vw;
  height: 2.6388888889vw;
  background-image: url("../assets/images/ornament-sun.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.Heading__main.-leaf {
  position: relative;
  padding: 0 4.5833333333vw;
}

.Heading__main.-leaf::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.1944444444vw;
  height: 3.0555555556vw;
  background-image: url("../assets/images/ornament-leaf-01.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.Heading__main.-leaf::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6666666667vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5277777778vw;
  height: 2.7083333333vw;
  background-image: url("../assets/images/ornament-leaf-02.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.Heading__main.-color1 {
  color: #0e7124;
}

.Heading__sub {
  font-family: "quicksand",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8333333333vw;
  line-height: 1.5;
  text-transform: uppercase;
}

.Heading__sub.-color1 {
  color: #0e7124;
}

.Heading__sub.-color2 {
  color: #f7d203;
}

.IntroductionSupport {
  position: relative;
  z-index: 0;
  padding-bottom: 4.7916666667vw;
}

.IntroductionSupport::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  height: 20.625vw;
  background-color: #fff8d0;
}

.IntroductionSupport__inner {
  position: relative;
  margin: 0 auto;
}

.IntroductionSupport__catch {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6666666667vw;
  line-height: 1.41;
  color: #fff;
  background-color: #f7b303;
  box-sizing: border-box;
}

.IntroductionSupport__item {
  position: relative;
  margin-top: -2.3611111111vw;
  padding: 4.1666666667vw 3.125vw 3.125vw;
  background-color: #fffcee;
  border-radius: 0.6944444444vw;
}

.IntroductionSupport__heading {
  margin: 0 0 0.6944444444vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.9444444444vw;
  line-height: 2;
  color: #f7b303;
}

.IntroductionSupport__text {
  margin-bottom: 0;
}

.IntroductionSupport__img {
  overflow: hidden;
}

.IntroductionSupport__img img {
  width: 100%;
}

.LinkButton {
  margin: 4.1666666667vw 0;
}

.LinkButton__text {
  margin-bottom: 0.6944444444vw;
  text-align: center;
}

.LinkButton__item {
  margin: 0;
  text-align: center;
}

.Linkbutton__link {
  padding: 1.875vw 1.1111111111vw;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25vw;
  line-height: 1.78;
  text-decoration: none;
  color: #fff;
  background-color: #0e7124;
  border-radius: 0.2777777778vw;
  box-shadow: 0 0.2777777778vw 0 rgba(0,0,0,.25);
}

.Linkbutton__link::after {
  content: "";
  width: 2.2222222222vw;
  height: 1.5277777778vw;
  margin-left: 1.0416666667vw;
  background-image: url("../assets/images/icon-link-02.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.PageLink {
  margin: 5.5555555556vw 0;
}

.Page.-bg1+.PageLink {
  margin-top: -2.7777777778vw;
}

.PageLink__inner {
  width: 70.6944444444vw;
  margin: 0 auto;
}

.PageLink__list {
  margin: 0;
  padding: 0;
}

.PageLink__item {
  position: relative;
  padding: 5.2083333333vw 0 4.5138888889vw;
  border-radius: 0.2777777778vw;
  list-style-type: none;
}

.PageLink__item.-item1 {
  background-color: #27b0eb;
}

.PageLink__item.-item1::before {
  width: 1.5277777778vw;
  height: 2.3611111111vw;
  background-image: url("../assets/images/ornament-battery.png");
  background-size: auto 100%;
}

.PageLink__item.-item2 {
  background-color: #ff840b;
}

.PageLink__item.-item2::before {
  width: 2.3611111111vw;
  height: 1.5277777778vw;
  background-image: url("../assets/images/ornament-house.png");
  background-size: auto 100%;
}

.PageLink__item.-item3 {
  background-color: #67cd28;
}

.PageLink__item.-item3::before {
  width: 2.9166666667vw;
  height: 1.8055555556vw;
  background-image: url("../assets/images/ornament-car.png");
}

.PageLink__item.-item4 {
  background-color: #f7d203;
}

.PageLink__item.-item4::before {
  width: 1.6666666667vw;
  height: 2.3611111111vw;
  background-image: url("../assets/images/ornament-question.png");
  background-size: auto 100%;
}

.PageLink__item::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
}

.PageLink__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1.1111111111vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.5vw;
  height: 2.5vw;
  background-image: url("../assets/images/icon-slide-arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.PageLink__main {
  margin-bottom: 0.8333333333vw;
  display: block;
}

.PageLink__mainLink {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5277777778vw;
  text-decoration: none;
  letter-spacing: .1em;
  color: #fff;
}

.PageLink__mainLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.PageLink__mainItem {
  font-style: normal;
  margin-bottom: 0;
}

.PageLink__sub {
  display: block;
  font-size: 0.9722222222vw;
  line-height: 1.5;
  color: #fff;
}

.Page {
  margin-bottom: 10.1388888889vw;
}

.Page.-bg1 {
  padding: 6.4583333333vw 0;
  background-color: #e5f3db;
}

.Page.-bg2 {
  padding: 6.4583333333vw 0;
  background-color: #e9f4f4;
}

.UnderHead+.Page.-bg2 {
  margin-top: -4.5138888889vw;
  margin-bottom: 0;
}

.Page__inner {
  width: 70.6944444444vw;
  margin: 0 auto;
  clear: both;
}

.Page__inner.-bg {
  padding: 4.1666666667vw 0;
  background-color: #fff;
}

.Page__inner>*:first-child {
  margin-top: 0;
}

.Page__inner>*:last-child {
  margin-bottom: 0;
}

.Page__head {
  margin: 3.3333333333vw 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto minmax(auto, 1fr);
  grid-template-rows: auto minmax(auto, 1fr);
  -ms-grid-columns: 33.3333333333vw auto;
  grid-template-columns: 33.3333333333vw auto;
  grid-template-areas: "thumb heading" "thumb category";
}

.Page__head.-nothumb {
  display: block;
}

.Page__heading {
  margin: 0;
  grid-area: heading;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6666666667vw;
  line-height: 1.6;
  color: #0e7124;
  border-bottom: 2px dashed #d2dad9;
  margin-bottom: 0;
  padding-bottom: 1.875vw;
}

.Page__heading.-nothumb {
  margin-bottom: 1.3888888889vw;
  padding-top: 0;
}

.Page__heading.-color1 {
  color: #0e7124;
}

.Page__heading.-color2 {
  color: #f7d203;
}

.Page__heading.-color3 {
  color: #27b0eb;
}

.Page__category {
  margin: 0;
  grid-area: category;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.Page__categoryItem {
  padding: 0 1.1111111111vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9722222222vw;
  font-style: normal;
  line-height: 2;
  color: #fff;
  border-radius: 0.9722222222vw;
}

.Page__categoryItem.-bg1 {
  background-color: #0e7124;
}

.Page__categoryItem.-bg2 {
  background-color: #f7d203;
}

.Page__categoryItem.-bg3 {
  background-color: #27b0eb;
}

.Page__thumb {
  grid-area: thumb;
}

.Page__thumb img {
  width: 100%;
}

.Page__body {
  margin: 3.3333333333vw auto 10.2083333333vw;
}

.Page__body #toc_container .toc_list li::after {
  content: none;
}

.Page__body>*:last-child {
  margin-bottom: 0;
}

.Page__body>h2 {
  position: relative;
  margin: 3.3333333333vw 0 2.2222222222vw;
  padding: 1.1111111111vw 11.8055555556vw 1.3194444444vw 0;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5277777778vw;
  line-height: 1.6;
  border-bottom: 2px dashed #d2dad9;
}

.Page__body>h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.9027777778vw;
  width: 10.4166666667vw;
  height: 4.6527777778vw;
  background-image: url("../assets/images/ornament-house-tree.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.Page__body>h3 {
  position: relative;
  margin: 2.2222222222vw 0;
  padding-left: 2.4305555556vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5277777778vw;
  line-height: 1.6;
}

.Page__body>h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.7638888889vw;
  background-color: #0e7124;
  border-radius: 0.3472222222vw;
}

.Page__body.-color3>h3::before {
  background-color: #27b0eb;
}

.Page__body>h4 {
  margin: 2.2222222222vw 0;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5277777778vw;
  line-height: 1.6;
  color: #0e7124;
}

.Page__body.-color3>h4 {
  color: #27b0eb;
}

.Page__body>h5 {
  margin: 2.2222222222vw 0;
  padding: 1.5972222222vw 2.0833333333vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25vw;
  line-height: 1.6;
  color: #0e7124;
  background-color: #f6f6f6;
}

.Page__body.-color3>h5 {
  color: #27b0eb;
}

.Page__body ul {
  margin: 2.2222222222vw 0;
  padding: 0;
}

.Page__body ul li {
  position: relative;
  padding: 0.4861111111vw 0 0.4861111111vw 2.7777777778vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1111111111vw;
  line-height: 1.5;
  color: #0e7124;
  list-style-type: none;
}

.Page__body ul li::after {
  content: "";
  position: absolute;
  top: 0.9722222222vw;
  left: 1.0416666667vw;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  background-color: #0e7124;
  border-radius: 50%;
}

.Page__body.-color3 ul li {
  color: #27b0eb;
}

.Page__body.-color3 ul li::after {
  background-color: #27b0eb;
}

.Page__body ol {
  margin: 2.2222222222vw 0;
  padding: 0;
  counter-reset: order;
}

.Page__body ol li {
  position: relative;
  padding: 0.4861111111vw 0 0.4861111111vw 2.7777777778vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1111111111vw;
  line-height: 1.5;
  color: #0e7124;
  list-style-type: none;
}

.Page__body ol li::before {
  content: counter(order) ".";
  position: absolute;
  top: 0.4861111111vw;
  left: 0.9722222222vw;
  counter-increment: order;
}

.Page__body.-color3 ol li {
  color: #27b0eb;
}

.Page__body>p {
  margin: 2.2222222222vw 0;
}

.Page__body>p a {
  background-color: #0e7124;
  padding: 1.875vw 1.1111111111vw;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25vw;
  line-height: 1.78;
  text-decoration: none;
  color: #fff;
  border-radius: 0.2777777778vw;
  box-shadow: 0 0.2777777778vw 0 rgba(0,0,0,.25);
}

.Page__body>p a::after {
  content: "";
  width: 2.2222222222vw;
  height: 1.5277777778vw;
  margin-left: 1.0416666667vw;
  background-image: url("../assets/images/icon-link-02.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.Page__body.-color3>p a {
  background-color: #27b0eb;
}

.Page__link {
  margin: 2.2222222222vw 0;
}

.Page__linkItem {
  margin: 0;
}

.Page__linkButton {
  padding: 1.875vw 1.1111111111vw;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25vw;
  line-height: 1.78;
  text-decoration: none;
  color: #fff;
  background-color: #0e7124;
  border-radius: 0.2777777778vw;
  box-shadow: 0 0.2777777778vw 0 rgba(0,0,0,.25);
}

.Page__linkButton::after {
  content: "";
  width: 2.2222222222vw;
  height: 1.5277777778vw;
  margin-left: 1.0416666667vw;
  background-image: url("../assets/images/icon-link-02.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.Page__linkButton.-color3 {
  background-color: #27b0eb;
}

.Page__foot {
  width: 33.8194444444vw;
  margin: 0 auto;
}

.Page__footLink {
  padding: 0.5555555556vw 0;
  display: block;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8055555556vw;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  color: #0e7124;
  border: 2px solid #0e7124;
  box-sizing: border-box;
}

.Page__footLink.-color3 {
  color: #27b0eb;
  border-color: #27b0eb;
}

.Pagination {
  margin: 5vw 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Pagination__item {
  width: 3.8888888889vw;
  height: 3.8888888889vw;
  list-style-type: none;
}

.Pagination__item:not(:first-child) {
  margin-left: 1.1111111111vw;
}

.Pagination__item.-space {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0e7124;
}

.Pagination__item.-space.-color1 {
  color: #27b0eb;
}

.Pagination__link {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25vw;
  text-decoration: none;
  color: #0e7124;
  border: 2px solid #0e7124;
  border-radius: 50%;
  box-sizing: border-box;
}

.Pagination__link.-current {
  color: #fff;
  background-color: #0e7124;
  cursor: default;
}

.Pagination__link.-color1 {
  color: #27b0eb;
  border-color: #27b0eb;
}

.Pagination__link.-color1.-current {
  color: #fff;
  background-color: #27b0eb;
}

.PartnerSection {
  width: 55.5555555556vw;
  margin: 3.4722222222vw auto;
}

.PartnerSection__head {
  margin-bottom: 2.7777777778vw;
  padding: 3.8888888889vw 2.0833333333vw;
  border: 4px solid #d9d9d9;
  box-sizing: border-box;
}

.PartnerSection__head>*:last-child {
  margin-bottom: 0;
}

.PartnerSection__heading {
  margin: 0 0 2.0833333333vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6666666667vw;
  line-height: 1.6;
  text-align: center;
  color: #2363af;
  letter-spacing: .1em;
}

.PartnerSection__text {
  text-align: center;
}

.PartnerSection__detail {
  margin: 2.7777777778vw 0;
}

.PartnerSection__list {
  margin: 0;
  padding: 0;
}

.PartnerSection__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.6388888889vw 0;
  background-color: #2363af;
  border-radius: 0.2777777778vw;
  list-style-type: none;
}

.PartnerSection__itemHeading {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5277777778vw;
  text-align: center;
  line-height: 1.9;
  color: #fff;
}

.PartnerSection__foot>*:last-child {
  margin-bottom: 0;
}

.PartnerSection__link {
  position: relative;
  z-index: 0;
  width: 44.4444444444vw;
  margin: 2.2222222222vw auto;
  background-image: url("../assets/images/partner/link-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.PartnerSection__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #010604;
  opacity: .6;
}

.PartnerSection__linkHeading {
  margin: 0;
  padding: 3.4722222222vw 2.7777777778vw 3.4722222222vw 1.8055555556vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6666666667vw;
  line-height: 1.75;
  letter-spacing: .1em;
}

.PartnerSection__linkHeading::before {
  content: "";
  width: 2.3611111111vw;
  height: 1.9444444444vw;
  margin-right: 1.9444444444vw;
  background-image: url("../assets/images/icon-mail.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}

.PartnerSection__linkHeading::after {
  content: "";
  width: 0.8333333333vw;
  height: 1.1805555556vw;
  margin-left: auto;
  background-image: url("../assets/images/icon-arrow-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.PartnerSection__linkHeading>a {
  color: #fff;
  text-decoration: none;
}

.PartnerSection__linkHeading>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ProductDetailBanner {
  margin-bottom: 4.0277777778vw;
}

.ProductDetailBanner__text {
  margin-bottom: 0.9722222222vw;
  line-height: 1.5;
  text-align: center;
}

.ProductDetailBanner__img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ProductDetailCategory__list {
  margin: -0.5555555556vw 0 0 -0.5555555556vw;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ProductDetailCategory__item {
  margin: 0.5555555556vw 0 0 0.5555555556vw;
  padding: 0.4166666667vw 1.1111111111vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1111111111vw;
  line-height: 1.5;
  color: #0e7124;
  background-color: #f1f3f3;
  list-style-type: none;
}

.ProductDetailFeature__heading {
  position: relative;
  margin: 0 0 2.7777777778vw;
  padding-left: 2.4305555556vw;
  line-height: 1.54;
}

.ProductDetailFeature__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.7638888889vw;
  background-color: #0e7124;
  border-radius: 5px;
}

.ProductDetailFeature__headingText {
  position: relative;
  padding-right: 4.0277777778vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6666666667vw;
}

.ProductDetailFeature__headingText::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.7083333333vw;
  height: 2.6388888889vw;
  background-image: url("../assets/images/ornament-sun.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.ProductDetailFeature__detail {
  margin-bottom: 2.7777777778vw;
  padding: 2.9861111111vw 5vw 5.6944444444vw 5vw;
  background-color: #fffdf5;
  background-image: url("../assets/images/products/detail/product-detail-feature-bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left 0 bottom 0;
}

.ProductDetailFeature__list {
  margin: 0;
  padding: 0;
}

.ProductDetailFeature__item {
  position: relative;
  padding-left: 3.2638888889vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3888888889vw;
  color: #0e7124;
  list-style-type: none;
}

.ProductDetailFeature__item:not(:last-child) {
  margin-bottom: 2.2222222222vw;
}

.ProductDetailFeature__item::before {
  content: "";
  position: absolute;
  top: 0.2777777778vw;
  left: 0;
  width: 1.875vw;
  height: 1.875vw;
  background-image: url("../assets/images/icon-checkbox.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.ProductDetailFeature__table {
  width: 100%;
  margin: 0 0 1.8055555556vw;
}

.ProductDetailFeature__table th {
  width: 12.9166666667vw;
  margin-top: 0.1388888889vw;
  padding: 1.9444444444vw 1.0416666667vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1111111111vw;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  background-color: #0e7124;
  border: 0 none;
  box-sizing: border-box;
}

.ProductDetailFeature__table td {
  margin-top: 0.1388888889vw;
  padding: 1.3194444444vw 1.0416666667vw;
  font-size: 0.9722222222vw;
  border: 2px solid #f0f0f0;
}

.ProductDetailFeature__note {
  font-size: 0.9722222222vw;
  letter-spacing: normal;
}

.ProductDetailFeature__note:last-child {
  margin-bottom: 0;
}

.ProductDetailHeading {
  position: relative;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8055555556vw;
  line-height: 1.5;
  color: #0e7124;
  background-color: #eef6e7;
  box-sizing: border-box;
}

.ProductDetailHeading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.8472222222vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.5972222222vw;
  height: 2.6388888889vw;
  background-image: url("../assets/images/ornament-battery.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.ProductDetailMain {
  display: -ms-grid;
  display: grid;
}

.ProductDetailMain__heading {
  grid-area: heading;
  position: relative;
  z-index: 0;
  margin: -2.6388888889vw 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25vw;
  line-height: 1.5;
}

.ProductDetailMain__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  background-color: #f7d203;
}

.ProductDetailMain__headingText {
  padding-right: 1.3888888889vw;
  color: #f7d203;
  background-color: #fff;
}

.ProductDetailMain__detail {
  grid-area: list;
  margin-bottom: 2.0833333333vw;
  padding: 1.6666666667vw 1.9444444444vw;
  border: 2px dashed #f7d203;
  box-sizing: border-box;
}

.ProductDetailMain__list {
  margin: 0;
  padding: 0;
}

.ProductDetailMain__item {
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.ProductDetailMain__item:not(:last-child) {
  margin-bottom: 1.25vw;
}

.ProductDetailMain__item::before {
  content: "";
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  margin-right: 1.0416666667vw;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url("../assets/images/ornament-lightbulb-01.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ProductDetailMain__img {
  grid-area: image;
}

.ProductDetailMain__imgInner {
  border-radius: 2.0833333333vw 0 2.0833333333vw 0;
  overflow: hidden;
}

.ProductDetailMain__imgInner img {
  width: 100%;
}

.ProductDetailMain__info {
  grid-area: table;
}

.ProductDetailMain__table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}

.ProductDetailMain__table th {
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9722222222vw;
  line-height: 2;
  text-align: left;
  background-color: #f1f3f3;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
}

.ProductDetailMain__table td {
  padding: 0.5555555556vw 1.3888888889vw;
  font-size: 1.1111111111vw;
  line-height: 1.75;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
}

.ProductDetailPoint__heading {
  position: relative;
  margin: 0 0 3.8194444444vw;
  padding: 0 11.8055555556vw 0.8333333333vw 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px dashed #d2dad9;
}

.ProductDetailPoint__heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.8333333333vw;
  width: 10.4166666667vw;
  height: 4.6527777778vw;
  background-image: url("../assets/images/ornament-house-tree.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.ProductDetailPoint__headingOrder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ProductDetailPoint__headingOrderText {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9722222222vw;
  text-transform: uppercase;
  color: #0e7124;
}

.ProductDetailPoint__headingOrderNum {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8055555556vw;
  color: #0e7124;
  border: 2px solid #0e7124;
  border-radius: 50%;
  box-sizing: border-box;
}

.ProductDetailPoint__main {
  margin-left: 1.3888888889vw;
  padding-top: 1.6666666667vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5277777778vw;
}

.ProductDetailPoint__detailDescription {
  margin-bottom: 2.0833333333vw;
}

.ProductDetailPoint__detailText {
  line-height: 1.5;
}

.ProductDetailPoint__detailText:last-child {
  margin-bottom: 0;
}

.ProductLink {
  margin: 5vw 0;
}

.ProductLink__inner {
  position: relative;
  z-index: 0;
  width: 63.4027777778vw;
  margin: 0 auto;
  padding: 2.0833333333vw 0 3.75vw;
  background-color: #0e7124;
  border-radius: 1.25vw;
  box-sizing: border-box;
}

.ProductLink__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.1111111111vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  width: 15.9027777778vw;
  height: 18.3333333333vw;
  background-image: url("../assets/images/product-link-bg-02.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.ProductLink__ornament {
  position: relative;
  margin-bottom: 0.7638888889vw;
  padding-top: 3.75vw;
  font-family: "quicksand",sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  text-align: center;
  color: #fff;
}

.ProductLink__ornament::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  background-image: url("../assets/images/ornament-lightbulb-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.ProductLink__heading {
  margin: 0 0 0.9722222222vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.3611111111vw;
  line-height: 1.76;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
}

.ProductLink__headingLink {
  text-decoration: none;
}

.ProductLink__headingLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ProductLink__text {
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.ProductList {
  background-image: url("../assets/images/products/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.UnderHead+.ProductList {
  margin-top: -4.5138888889vw;
  padding: 4.1666666667vw 0;
}

.ProductList>*:last-child {
  margin-bottom: 0;
}

.ProductList__inner {
  width: 83.3333333333vw;
  margin: 0 auto;
}

.ProductList__head {
  margin-bottom: 2.2222222222vw;
  padding: 0.6944444444vw 0 1.1111111111vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #27b0eb;
  border-radius: 0.2777777778vw;
}

.ProductList__head.solar {
  background-color: #ff840b;
}

.ProductList__heading {
  position: relative;
  margin: 0 0 0.5555555556vw;
  padding-left: 2.5vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2222222222vw;
  line-height: 1.88;
  letter-spacing: .1em;
  color: #fff;
}

.ProductList__heading::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.1388888889vw);
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.4583333333vw;
  height: 2.3611111111vw;
  background-image: url("../assets/images/ornament-battery.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.ProductList__heading.solar::before {
  top: calc(50% - 0.0694444444vw);
  left: -10px;
  width: 2.3611111111vw;
  height: 1.4583333333vw;
  background-image: url("../assets/images/ornament-house.png");
}

.ProductList__result {
  margin: 0;
  font-size: 0.9722222222vw;
  line-height: 1.5;
  color: #fff;
}

.ProductList__contents {
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  gap: 2.2222222222vw 1.8055555556vw;
}

.ProductList__item {
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 1.6vw;
  list-style-type: none;
}

.ProductList__item__link {
  display: block;
  text-decoration: none;
  transition: .3s;
}

.ProductList__item__link:hover {
  opacity: .7;
}

.ProductList__logo {
  width: 15.5555555556vw;
  margin: 0 auto 1.1111111111vw;
  position: relative;
  overflow: hidden;
  padding-top: 22%;
}

.ProductList__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ProductList__wh {
  margin-bottom: 1.1111111111vw;
  padding: 1.1111111111vw;
  font-size: 1.25vw;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  background-color: #0e7124;
}

.ProductList__col {
  margin-bottom: 2.2222222222vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ProductList__category {
  margin: 0;
  padding: 0;
}

.ProductList__categoryItem {
  width: auto;
  list-style-type: none;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9722222222vw;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  background-color: #f7d203;
  border-radius: 0.9722222222vw;
  box-sizing: border-box;
}

.ProductList__categoryItem:not(:last-child) {
  margin-bottom: 1.1111111111vw;
}

.ProductList__thumb {
  width: 50%;
  position: relative;
  overflow: hidden;
  padding-top: 55%;
}

.ProductList__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ProductList__text {
  margin-bottom: 1.6666666667vw;
}

.ProductList__text.-point {
  padding: 1.1111111111vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #0e7124;
  background-color: #f1f3f3;
}

.ProductList__text.-note {
  color: #ff2c2c;
}

.ProductList__stock {
  margin-bottom: 1.6666666667vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ff2c2c;
}

.ProductList__stockLabel {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ProductList__price {
  margin-bottom: 2.2222222222vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: minmax(auto, 1fr) 70px;
  grid-template-columns: minmax(auto, 1fr) 70px;
  grid-template-areas: "before discount" "after  discount";
  gap: 0 1.1111111111vw;
}

.ProductList__priceBefore {
  margin-bottom: 1.1111111111vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-area: before;
}

.ProductList__priceBeforeLabel {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ProductList__priceAfter {
  margin: 0;
  grid-area: after;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ProductList__priceAfterLabel {
  width: 100%;
  padding-top: 2.0833333333vw;
  margin-bottom: 1.1111111111vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
}

.ProductList__priceAfterLabelInner {
  position: relative;
  padding: 0.3472222222vw 1.9444444444vw;
  font-size: 1.25vw;
  color: #fff;
  background-color: #0e7124;
}

.ProductList__priceAfterLabelInner::before {
  content: "";
  position: absolute;
  top: -0.5555555556vw;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: 4.1666666667vw;
  height: 1.5277777778vw;
  border-top: 1.5277777778vw solid #0e7124;
  border-right: 2.0833333333vw solid rgba(0,0,0,0);
  border-bottom: 0 none;
  border-left: 2.0833333333vw solid rgba(0,0,0,0);
  box-sizing: border-box;
}

.ProductList__priceAfterNumber {
  width: 100%;
  font-size: 2.2222222222vw;
  line-height: 1;
  color: #ff2c2c;
}

.ProductList__priceAfterText {
  width: 100%;
  font-size: 0.9722222222vw;
  margin-top: 15px;
}

.ProductList__priceDiscount {
  margin: auto 0;
  padding: 1.8055555556vw 0 1.3888888889vw;
  grid-area: discount;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff840b;
}

.ProductList__priceDiscountNumber {
  margin-bottom: 0.4166666667vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.7777777778vw;
  line-height: 1;
  color: #fff;
}

.ProductList__priceDiscountLabel {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3888888889vw;
  line-height: 1;
  color: #fff;
}

.ProductList__link {
  margin: 0;
}

.ProductList__linkDetail {
  position: relative;
  padding: 2.6388888889vw 4.1666666667vw;
  display: block;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5277777778vw;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-image: url("../assets/images/products/link-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.4166666667vw;
}

.ProductList__linkDetail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.8333333333vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  background-image: url("../assets/images/ornament-lightbulb-02.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.ProductList__linkDetail::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8333333333vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.5vw;
  height: 2.5vw;
  background-image: url("../assets/images/icon-slide-arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.ProductNav {
  margin-bottom: 5vw;
}

.ProductNav__catch {
  margin: 0 0 1.1111111111vw;
  text-align: center;
}

.ProductNav__catchItem {
  padding: 0.7638888889vw 2.0138888889vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.0833333333vw;
  line-height: 1.6;
  letter-spacing: .1em;
  color: #fff;
}

.ProductNav__catchItem.-bg1 {
  background-color: #27b0eb;
}

.ProductNav__catchItem.-bg2 {
  background-color: #ff840b;
}

.ProductNav__catchItem.-battery::after {
  content: "";
  width: 1.5972222222vw;
  height: 2.5694444444vw;
  background-image: url("../assets/images/ornament-battery.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.ProductNav__catchItem.-house::after {
  content: "";
  width: 3.8194444444vw;
  height: 2.3611111111vw;
  background-image: url("../assets/images/ornament-house.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.ProductNav__detail {
  position: relative;
  z-index: 0;
  padding: 5vw 0 6.9444444444vw;
  background-repeat: no-repeat;
  background-size: cover;
}

.ProductNav__detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 29.0972222222vw;
}

.ProductNav__detail.-bg1 {
  background-image: url("../assets/images/storage-battery/nav-bg.png");
}

.ProductNav__detail.-bg1::before {
  background-image: linear-gradient(to right bottom, #e9f4f4 50%, transparent 50%);
}

.ProductNav__detail.-bg2 {
  background-image: url("../assets/images/solar-power/nav-bg.png");
}

.ProductNav__detail.-bg2::before {
  background-image: linear-gradient(to right bottom, #fffff4 50%, transparent 50%);
}

.ProductNav__list {
  width: 62.7777777778vw;
  margin: 0 auto;
  padding: 0;
}

.ProductNav__item {
  position: relative;
  padding: 1.7361111111vw 1.3888888889vw 1.5277777778vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  list-style-type: none;
}

.ProductNav__itemNumber {
  margin-bottom: 1.8055555556vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5vw;
  line-height: 1;
  text-align: center;
}

.ProductNav__itemNumber.-color1 {
  color: #1baad8;
}

.ProductNav__itemNumber.-color2 {
  color: #ff840b;
}

.ProductNav__itemText {
  min-height: 4.7222222222vw;
  margin: 0;
  margin-bottom: 2.2222222222vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6666666667vw;
  line-height: 1.41;
  letter-spacing: .1em;
  text-align: center;
}

.ProductNav__itemLink {
  text-decoration: none;
}

.ProductNav__itemLink.-color1 {
  color: #1baad8;
}

.ProductNav__itemLink.-color2 {
  color: #ff840b;
}

.ProductNav__itemLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ProductNav__itemImg {
  position: relative;
  margin-top: auto;
  padding-bottom: 2.6388888889vw;
}

.ProductNav__itemImg::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.9444444444vw;
  height: 1.25vw;
  background-repeat: no-repeat;
  background-size: 100%;
}

.ProductNav__itemImg.-img1 {
  width: 5vw;
}

.ProductNav__itemImg.-img2 {
  width: 6.1805555556vw;
}

.ProductNav__itemImg.-img3 {
  width: 5.6944444444vw;
}

.ProductNav__itemImg.-img4 {
  width: 5vw;
}

.ProductNav__itemImg.-img5 {
  width: 4.4444444444vw;
}

.ProductNav__itemImg.-img6 {
  width: 6.6666666667vw;
}

.ProductNav__itemImg.-arrow1::after {
  background-image: url("../assets/images/icon-arrow-03.svg");
}

.ProductNav__itemImg.-arrow2::after {
  background-image: url("../assets/images/icon-arrow-04.svg");
}

.ProductNav__itemImg img {
  width: 100%;
}

.RecruitBanner {
  padding: 4.7916666667vw 0 5.7638888889vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.RecruitBanner__item {
  width: 37.5vw;
}

.RecruitBanner__link {
  display: block;
}

.RecruitBanner__link img {
  width: 100%;
}

.RecruitContactBanner {
  width: 44.4444444444vw;
  margin: 5vw auto;
}

.RecruitContactBanner__item {
  background-image: url("../assets/images/recruit/link-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.RecruitContactBanner__text {
  position: relative;
  margin: 0;
  padding: 3.4722222222vw 0 3.4722222222vw 5.7638888889vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6666666667vw;
  line-height: 1.75;
}

.RecruitContactBanner__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.8055555556vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.3611111111vw;
  height: 1.9444444444vw;
  background-image: url("../assets/images/icon-mail.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.RecruitContactBanner__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.6527777778vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.0416666667vw;
  height: 1.5277777778vw;
  background-image: url("../assets/images/icon-arrow-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.RecruitContactBanner__link {
  text-decoration: none;
  color: #fff;
}

.RecruitContactBanner__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.RecruitContactBanner__link span {
  display: block;
}

.SolarPowerArrow {
  position: relative;
  z-index: 1;
  margin-top: -9.6527777778vw;
}

.SolarPowerArrow__item {
  position: relative;
  width: 70.6944444444vw;
  margin: 0 auto;
  padding: 2.2222222222vw 0 13.3333333333vw;
}

.SolarPowerArrow__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 18.4027777778vw;
  border-top: 18.4027777778vw solid #f7d203;
  border-right: 35.3472222222vw solid rgba(0,0,0,0);
  border-bottom: 0 none;
  border-left: 35.3472222222vw solid rgba(0,0,0,0);
  box-sizing: border-box;
}

.SolarPowerArrow__text {
  margin: 0;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2222222222vw;
  line-height: 1.28;
  text-align: center;
  color: #fff;
}

.SolarPowerArrow__text::before {
  content: "";
  position: absolute;
  top: 6.1111111111vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3.3333333333vw;
  height: 3.5416666667vw;
  background-image: url("../assets/images/ornament-lightbulb-02.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.SolarPowerArrow__text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3.6111111111vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6.25vw;
  height: 3.9583333333vw;
  background-image: url("../assets/images/ornament-house.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.SolarPowerDetail__inner {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 10.7638888889vw 28.6111111111vw 0 0;
  box-sizing: border-box;
}

.SolarPowerDetail__item {
  position: relative;
  padding: 4.0277777778vw 2.9166666667vw;
  background-color: #eef6e7;
  border-radius: 0.6944444444vw;
  box-sizing: border-box;
}

.SolarPowerDetail__item::before {
  content: "";
  position: absolute;
  top: -16.0416666667vw;
  left: 0.8333333333vw;
  width: 28.8194444444vw;
  height: 19.1666666667vw;
  background-image: url("../assets/images/ornament-house-solar-power.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.SolarPowerDetail__heading {
  margin: 0 0 1.1805555556vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.9444444444vw;
  line-height: 2;
  letter-spacing: .1em;
  color: #0e7124;
}

.SolarPowerDetail__text {
  margin: 0;
}

.SolarPowerDetail__img {
  position: absolute;
  top: 0;
  z-index: -1;
}

.SolarPowerDetail__img::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: -2.0833333333vw;
  right: -2.2916666667vw;
  width: 100%;
  height: 100%;
  background-color: #eef6e7;
  border-radius: 0.6944444444vw;
}

.SolarPowerDetail__imgItem {
  position: relative;
  width: 37.2222222222vw;
  display: block;
  overflow: hidden;
  border-radius: 0.6944444444vw;
}

.SolarPowerDetail__imgItem img {
  width: 100%;
}

.SolarPowerRecommend {
  padding: 6.0416666667vw 0 9.375vw;
}

.SolarPowerRecommend__inner {
  position: relative;
  margin: 0 auto;
}

.SolarPowerRecommend__inner::before {
  content: "";
  position: absolute;
  top: -3.2638888889vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  width: 47.0138888889vw;
  height: 47.0138888889vw;
  background-color: #f7d203;
  border-radius: 50%;
  opacity: .4;
}

.SolarPowerRecommend__heading {
  margin: 0 0 1.9444444444vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.SolarPowerRecommend__headingItem {
  padding: 1.1111111111vw 2.6388888889vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2222222222vw;
  line-height: 1.28;
  letter-spacing: .1em;
  text-align: center;
  color: #ff840b;
  background-color: #fff;
  border: 2px dashed #f7d203;
  box-sizing: border-box;
}

.SolarPowerRecommend__list {
  margin: 0;
  padding: 0;
}

.SolarPowerRecommend__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style-type: none;
}

.SolarPowerRecommend__item.-item1 {
  width: 22.0833333333vw;
}

.SolarPowerRecommend__item.-item2 {
  width: 23.4722222222vw;
}

.SolarPowerRecommend__item.-item3 {
  width: 22.5694444444vw;
}

.SolarPowerRecommend__img {
  margin: auto 0;
}

.SolarPowerRecommend__text {
  width: 21.4583333333vw;
  height: 8.0555555556vw;
  margin-top: 0.8333333333vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5277777778vw;
  line-height: 1.45;
  text-align: center;
  color: #fff;
  background-color: #ff840b;
  border-radius: 0.2777777778vw;
}

.SolarPowerRecommend__textItem {
  margin: 0;
  font-size: inherit;
}

.SolarPowerSection.-before {
  padding-bottom: 11.3194444444vw;
}

.SolarPowerSection.-after {
  margin-top: -8.75vw;
  padding: 12.1527777778vw 0 5vw;
  background-color: #fffbdb;
}

.SolarPowerSection__heading {
  margin: 0 0 4.1666666667vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.SolarPowerSection__headingSub {
  margin-bottom: 0.6944444444vw;
  font-family: "quicksand",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9722222222vw;
  line-height: 1.28;
}

.SolarPowerSection__headingSub.-color1 {
  color: #0e7124;
}

.SolarPowerSection__headingSub.-color2 {
  color: #f7d203;
}

.SolarPowerSection__headingMain {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2222222222vw;
}

.SolarPowerSection__columns {
  width: 70.6944444444vw;
  margin: 0 auto;
}

.SolarPowerSection__columns:not(:last-child) {
  margin-bottom: 3.6111111111vw;
}

.SolarPowerSection__item {
  position: relative;
  padding: 3.8888888889vw 1.6666666667vw 1.6666666667vw;
  border-radius: 0 2.0833333333vw;
  box-sizing: border-box;
}

.SolarPowerSection__item.-bg1 {
  background-color: #f6f6f6;
}

.SolarPowerSection__item.-bg2 {
  background-color: #fff;
}

.SolarPowerSection__itemNumber {
  position: absolute;
  top: -0.8333333333vw;
  left: 0;
  margin: 0;
  padding: 0.6944444444vw 1.4583333333vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9722222222vw;
  line-height: 1.71;
  color: #fff;
}

.SolarPowerSection__itemNumber.-bg1 {
  background-color: #0e7124;
}

.SolarPowerSection__itemNumber.-bg2 {
  background-color: #f7d203;
}

.SolarPowerSection__itemHeading {
  margin: 0 0 2.2222222222vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6666666667vw;
  text-align: center;
  letter-spacing: .1em;
}

.SolarPowerSection__itemHeading.-color1 {
  color: #0e7124;
}

.SolarPowerSection__itemHeading.-color2 {
  color: #ff840b;
}

.SolarPowerSection__itemImg {
  margin: 0 auto 2.2222222222vw;
  display: block;
}

.SolarPowerSection__itemImg.-img1 {
  width: 12.1527777778vw;
}

.SolarPowerSection__itemImg.-img2 {
  width: 12.1527777778vw;
}

.SolarPowerSection__itemImg.-img3 {
  width: 16.1805555556vw;
}

.SolarPowerSection__itemImg.-img4 {
  width: 15.9722222222vw;
}

.SolarPowerSection__itemImg.-img5 {
  width: 16.3194444444vw;
}

.SolarPowerSection__itemImg.-img6 {
  width: 16.25vw;
}

.SolarPowerSection__itemImg img {
  width: 100%;
}

.SolarPowerSection__itemText {
  margin: 0;
}

.SolarPowerSection__describe {
  margin: 0 auto;
  padding: 1.6666666667vw 5vw;
  background-color: #005cb0;
  box-sizing: border-box;
}

.SolarPowerSection__describeHeading {
  margin: 0 0 1.6666666667vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8055555556vw;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

.SolarPowerSection__describeText {
  margin-bottom: 1.6666666667vw;
  color: #fff;
}

.SolarPowerSection__describeImg {
  width: 38.9583333333vw;
  margin: 0 auto;
  display: block;
}

.SolarPowerSection__describeImg img {
  width: 100%;
}

.SolarPowerStructure {
  padding: 2.7777777778vw 0;
  background-color: #fffdf5;
}

.SolarPowerStructure__inner {
  width: 50.1388888889vw;
  margin: 0 auto;
}

.SolarPowerStructure__heading {
  position: relative;
  margin: 0 0 2.3611111111vw -5.0694444444vw;
  padding-left: 5.0694444444vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.SolarPowerStructure__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.6805555556vw;
  height: 3.6805555556vw;
  background-image: url("../assets/images/ornament-lightbulb-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.SolarPowerStructure__headingItem {
  padding-bottom: 0.5555555556vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8055555556vw;
  line-height: 1.23;
  letter-spacing: .1em;
  border-bottom: 2px dashed #f7d203;
}

.SolarPowerStructure__text {
  margin: 0;
}

.SolarPowerStructure__text:not(:last-child) {
  margin-bottom: 2.7777777778vw;
}

.SolarPowerStructure__img:not(:last-child) {
  margin-bottom: 2.7777777778vw;
}

.SolarPowerStructure__img img {
  width: 100%;
}

.StorageBatteryLink {
  padding: 4.2361111111vw 0 5.1388888889vw;
}

.StorageBatteryLink__inner {
  position: relative;
  z-index: 0;
  width: 63.4027777778vw;
  margin: 0 auto;
  padding-left: 5.1388888889vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto minmax(auto, 1fr);
  grid-template-rows: auto auto minmax(auto, 1fr);
  -ms-grid-columns: auto 32.7083333333vw;
  grid-template-columns: auto 32.7083333333vw;
  grid-template-areas: "heading thumb" "text    thumb" "link    thumb";
  overflow: hidden;
  border-radius: 0.4166666667vw;
  box-shadow: 0.4861111111vw 0.4861111111vw 0.6944444444vw 0.3472222222vw rgba(91,91,91,.04);
  box-sizing: border-box;
}

.StorageBatteryLink__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 7.3611111111vw;
  height: 7.3611111111vw;
  background-image: linear-gradient(-45deg, transparent 50%, #0e7124 50%);
  box-sizing: border-box;
}

.StorageBatteryLink__heading {
  grid-area: heading;
}

.StorageBatteryLink__headingItem {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.StorageBatteryLink__headingItem::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  background-image: url("../assets/images/icon-storage-battery.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.StorageBatteryLink__text {
  grid-area: text;
  margin-bottom: 1.6666666667vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: .05em;
}

.StorageBatteryLink__link {
  grid-area: link;
  margin: 0;
  padding-bottom: 1.3888888889vw;
}

.StorageBatteryLink__linkDetail {
  position: relative;
  padding: 0.6944444444vw 3.125vw 0.6944444444vw 2.2222222222vw;
  display: block;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1111111111vw;
  color: #0e7124;
  text-decoration: none;
  border: 2px solid #0e7124;
  border-radius: 1.8055555556vw;
}

.StorageBatteryLink__linkDetail::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3888888889vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.7361111111vw;
  height: 1.25vw;
  background-image: url("../assets/images/icon-link-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.StorageBatteryLink__img {
  grid-area: thumb;
  border-radius: 0.4166666667vw 0 0 0.4166666667vw;
  overflow: hidden;
}

.StorageBatteryLink__img img {
  width: 100%;
}

.StorageBatteryPoint {
  padding: 5vw 0;
}

.StorageBatteryPoint.-bg1 {
  background-color: #e9f4f4;
}

.StorageBatteryPoint__inner {
  width: 72.7777777778vw;
  margin: 0 auto;
}

.StorageBatteryPoint__heading {
  margin: 0 0 2.2222222222vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.StorageBatteryPoint__headingSub {
  padding: 1.0416666667vw 1.875vw;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9722222222vw;
  line-height: 1.6;
  color: #fff;
  background-color: #1baad8;
}

.StorageBatteryPoint__headingMain {
  position: relative;
  padding: 0.1388888889vw 0 0.3472222222vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8055555556vw;
  letter-spacing: .1em;
}

.StorageBatteryPoint__headingMain::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px dashed #1baad8;
}

.StorageBatteryPoint__img {
  margin: 2.7777777778vw 0;
}

.StorageBatteryPoint__img:last-child {
  margin-bottom: 0;
}

.StorageBatteryPoint__img img {
  margin: 0 auto;
}

.StorageBatteryPoint__img.second {
  width: 80%;
  margin: 0 auto;
}

.StorageBatteryPoint__detail:not(:last-child) {
  margin-bottom: 3.8888888889vw;
}

.StorageBatteryPoint__itemSection:not(:last-child) {
  margin-bottom: 2.7777777778vw;
}

.StorageBatteryPoint__itemHeading {
  position: relative;
  margin: 0 0 0.8333333333vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5277777778vw;
  letter-spacing: .05em;
  color: #1baad8;
}

.StorageBatteryPoint__itemHeading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5694444444vw;
  height: 2.5694444444vw;
  background-image: url("../assets/images/ornament-lightbulb-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.StorageBatteryPoint__itemText {
  line-height: 1.875;
  letter-spacing: .1em;
}

.StorageBatteryPoint__itemText:last-child {
  margin-bottom: 0;
}

.StorageBatteryPoint__thumb {
  overflow: hidden;
  border-radius: 0 2.0833333333vw 0 2.0833333333vw;
}

.StorageBatteryPoint__thumb img {
  width: 100%;
}

.StorageBatterySection__heading {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.StorageBatterySection__headingSub {
  margin-bottom: 0.6944444444vw;
  font-family: "quicksand",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9722222222vw;
  line-height: 1.28;
  color: #f7d203;
}

.StorageBatterySection__headingMain {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2222222222vw;
}

.Table {
  width: 100%;
  border: 0 none;
  border-spacing: 0px 2px;
}

.Table.-form p {
  display: none;
}

.Table tbody {
  width: 100%;
}

.Table th {
  padding: 1.1805555556vw 1.0416666667vw;
  font-family: "noto-sans-cjk-jp",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1111111111vw;
  line-height: 2;
  text-align: left;
  letter-spacing: .1em;
  color: #fff;
  background-color: #0e7124;
  box-sizing: border-box;
}

.Table th.-nowrap {
  white-space: nowrap;
}

.Table td {
  padding: 1.1805555556vw 1.0416666667vw;
  font-size: 0.9722222222vw;
  line-height: 2.28;
  letter-spacing: .1em;
  border: 2px solid #f0f0f0;
  box-sizing: border-box;
}

.Table p {
  margin: 0;
}

.Table p:not(:last-child) {
  margin-bottom: 2.2222222222vw;
}

.TopFeature {
  position: relative;
  z-index: 0;
  padding: 4.7222222222vw 0 3.4722222222vw;
}

.TopFeature::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5vw;
  z-index: -1;
  background-image: url("../assets/images/top-feature-ornament-02.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.TopFeature__inner {
  padding: 2.1527777778vw 0 4.5833333333vw;
  background-color: #eef6e7;
}

.TopFeature__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.7083333333vw;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 11.25vw;
  height: 5vw;
  background-image: url("../assets/images/ornament-house-tree.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.TopFeature__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 2.5vw;
  width: 11.25vw;
  height: 5vw;
  background-image: url("../assets/images/ornament-house-tree.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.TopFeature__heading {
  margin-bottom: 2.4305555556vw;
}

.TopFeature__detail {
  margin: 0 auto 4.1666666667vw;
}

.TopFeature__item {
  position: relative;
  z-index: 0;
  padding: 2.0833333333vw 3.125vw;
  background-color: #fff;
  background-image: url("../assets/images/top-feature-detail-ornament.png");
  background-repeat: no-repeat;
  background-size: 11.25vw 11.3194444444vw;
  background-position: top 1.0416666667vw right 1.3888888889vw;
  box-sizing: border-box;
}

.TopFeature__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.75vw;
  height: 3.75vw;
  border-top: 1.875vw solid #0e7124;
  border-right: 1.875vw solid rgba(0,0,0,0);
  border-bottom: 1.875vw solid rgba(0,0,0,0);
  border-left: 1.875vw solid #0e7124;
  box-sizing: border-box;
}

.TopFeature__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.75vw;
  height: 3.75vw;
  border-top: 1.875vw solid rgba(0,0,0,0);
  border-right: 1.875vw solid #0e7124;
  border-bottom: 1.875vw solid #0e7124;
  border-left: 1.875vw solid rgba(0,0,0,0);
  box-sizing: border-box;
}

.TopFeature__itemHeading {
  margin-bottom: 1.1111111111vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5277777778vw;
  line-height: 1.45;
  text-align: center;
  color: #0e7124;
}

.TopFeature__itemText {
  margin-bottom: 1.6666666667vw;
  font-size: 0.9722222222vw;
  line-height: 1.71;
}

.TopFeature__itemImg {
  width: 14.375vw;
  margin: 0 auto;
}

.TopFeature__itemImg img {
  width: 100%;
}

.TopFeature__link {
  width: 25vw;
  margin: 0 auto;
}

.TopFeature__linkDetail {
  position: relative;
  padding: 1.3888888889vw 5.2777777778vw 1.3888888889vw 4.5833333333vw;
  display: block;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3888888889vw;
  line-height: 2;
  text-decoration: none;
  color: #0e7124;
  background-color: #f7d203;
  border-radius: 2.7777777778vw;
  box-shadow: 0px 0.2777777778vw 0px rgba(0,0,0,.25);
}

.TopFeature__linkDetail::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.0555555556vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.2222222222vw;
  height: 1.5277777778vw;
  background-image: url("../assets/images/icon-link-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.TopHero {
  position: relative;
  z-index: 1;
  padding-top: 42.2222222222vw;
  background-image: url("https://mirai-denchi.jp/wp-content/uploads/2023/04/hero.webp");
  background-repeat: no-repeat;
  background-size: 100%;
}

.TopHero__catch {
  position: absolute;
  top: 3.3333333333vw;
  left: 7.7083333333vw;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.0833333333vw;
  line-height: 1.84;
  letter-spacing: .2em;
  color: #fff;
}

.TopHero__catchText {
  padding: 0 1.25vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0.2777777778vw;
}

.TopHero__catchText.-before {
  background-image: url("../assets/images/hero-catch-bg-01.png");
}

.TopHero__catchText.-after {
  background-image: url("../assets/images/hero-catch-bg-02.png");
}

.TopHero__catchText:not(:last-child) {
  margin-bottom: 0.3472222222vw;
}

.TopImg {
  margin: 4.1666666667vw 0 4.1666666667vw;
}

.TopImg__inner {
  margin: 0 auto;
}

.TopImg__inner img {
  width: 100%;
}

.TopLink {
  margin-bottom: 5.5555555556vw;
  padding: 9.5833333333vw 0 0;
}

.TopLink__inner {
  width: 70.6944444444vw;
  margin: 0 auto;
}

.TopLink__item {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.TopLink__item.-faq {
  background-image: url("../assets/images/top-link-bg-01.png");
}

.TopLink__item.-faq::before {
  content: "";
  position: absolute;
  top: -9.5833333333vw;
  right: -0.4166666667vw;
  width: 15.625vw;
  height: 10.9027777778vw;
  background-image: url("../assets/images/top-link-before-01.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.TopLink__item.-partner {
  background-image: url("../assets/images/top-link-bg-02.png");
}

.TopLink__item.-partner::before {
  content: "";
  position: absolute;
  top: -8.75vw;
  right: -0.4861111111vw;
  width: 8.3333333333vw;
  height: 10.4166666667vw;
  background-image: url("../assets/images/top-link-before-02.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.TopLink__heading {
  margin: 0;
}

.TopLink__heading>a {
  text-decoration: none;
}

.TopLink__heading>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.TopLink__headingMain {
  display: block;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.0833333333vw;
  line-height: 2;
  color: #fff;
}

.TopLink__headingSub {
  display: block;
  font-family: "quicksand",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1111111111vw;
  color: #fff;
}

.TopLink__text {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25vw;
  color: #fff;
}

.TopMessage {
  margin: 0 0 2.4305555556vw;
  padding: 2.7777777778vw 0 3.75vw;
  background-image: url("../assets/images/top-message-img-02.png");
  background-repeat: no-repeat;
  background-size: 39.0277777778vw 36.25vw;
  background-position: right 0 bottom 0;
}

.TopMessage__heading {
  margin: 0 0 3.6111111111vw;
  padding-top: 2.9166666667vw;
  grid-area: heading;
}

.TopMessage__headingSub {
  margin-bottom: 0.5555555556vw;
  display: block;
  font-family: "quicksand",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1111111111vw;
  color: #0e7124;
}

.TopMessage__headingMain {
  display: block;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5vw;
  color: #0e7124;
  letter-spacing: .1em;
}

.TopMessage__text {
  margin: 0;
  grid-area: text;
  font-size: 1.1111111111vw;
  line-height: 2.5;
  letter-spacing: .05em;
}

.TopMessage__img {
  grid-area: img;
}

.TopMessage__img img {
  width: 100%;
}

.TopNews {
  padding: 5.2083333333vw 0 2.2916666667vw;
}

.TopNews__inner {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
}

.TopNews__heading {
  grid-area: heading;
}

.TopNews__list {
  margin: 0;
  padding: 0;
  grid-area: list;
  list-style-type: none;
}

.TopNews__item {
  padding: 1.25vw 0;
  border-top: 2px dashed #d2dad9;
}

.TopNews__item:last-child {
  border-bottom: 2px dashed #d2dad9;
}

.TopNews__itemLink {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.TopNews__itemDate {
  font-family: "quicksand",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9722222222vw;
  color: #0e7124;
}

.TopNews__itemText {
  margin-left: 1.1111111111vw;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9722222222vw;
}

.TopNews__link {
  width: 12.5vw;
  margin: 0;
  grid-area: link;
}

.TopNews__linkDetail {
  padding: 0.3472222222vw 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1111111111vw;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  color: #0e7124;
  border: 2px solid #0e7124;
  border-radius: 1.5972222222vw;
}

.TopNews__linkDetail::after {
  content: "";
  width: 1.7361111111vw;
  height: 1.25vw;
  margin-left: 0.5555555556vw;
  background-image: url("../assets/images/icon-link-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}
  .Topcolumn__link {
  width: 12.5vw;
  margin: 0 auto;
  grid-area: link;
}

.Topcolumn__linkDetail {
  padding: 0.3472222222vw 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1111111111vw;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  color: #0e7124;
  border: 2px solid #0e7124;
  border-radius: 1.5972222222vw;
}

.Topcolumn__linkDetail::after {
  content: "";
  width: 1.7361111111vw;
  height: 1.25vw;
  margin-left: 0.5555555556vw;
  background-image: url("../assets/images/icon-link-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.TopProducts {
  margin-bottom: 3.75vw;
  padding-top: 4.6527777778vw;
}

.TopProducts__heading {
  margin-bottom: 4.0277777778vw;
}

.TopProducts__item:not(:last-child) {
  margin-bottom: 4.0277777778vw;
  padding-bottom: 4.0277777778vw;
  border-bottom: 2px dashed #d2dad9;
}

.TopProducts__itemHeading {
  margin: 0 0 2.0833333333vw;
  padding: 0.1388888889vw 0;
  grid-area: heading;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #0e7124;
}

.TopProducts__itemHeadingMain {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8055555556vw;
  line-height: 2;
  color: #0e7124;
}

.TopProducts__itemHeadingSub {
  margin: -0.2777777778vw 0 0 1.1111111111vw;
  font-family: "quicksand",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9722222222vw;
  color: #0e7124;
}

.TopProducts__itemImg {
  margin-bottom: 1.1805555556vw;
  grid-area: image;
  border-radius: 2.0833333333vw 0 2.0833333333vw 0;
  overflow: hidden;
}

.TopProducts__itemImg img {
  width: 100%;
}

.TopProducts__itemDescription {
  margin-bottom: 2.6388888889vw;
  grid-area: text;
}

.TopProducts__itemText {
  margin: 0;
  font-size: 1.1111111111vw;
  line-height: 1.5;
  letter-spacing: .1em;
}

.TopProducts__itemText:not(:last-child) {
  margin-bottom: 1.6666666667vw;
}

.TopProducts__itemLink {
  margin: 0;
}

.TopProducts__itemLinkDetail {
  padding: 1.875vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1805555556vw;
  line-height: 1.78;
  text-align: center;
  text-decoration: none;
  border-radius: 0.2777777778vw;
  box-shadow: 0px 0.2777777778vw 0px rgba(0,0,0,.25);
}

.TopProducts__itemLinkDetail::after {
  content: "";
  width: 2.2222222222vw;
  height: 1.5277777778vw;
  margin-left: 1.1111111111vw;
  background-repeat: no-repeat;
  background-size: 100%;
}

.TopProducts__itemLinkDetail.-color1 {
  color: #0e7124;
  background-color: #fcf9ec;
}

.TopProducts__itemLinkDetail.-color1::after {
  background-image: url("../assets/images/icon-link-01.svg");
}

.TopProducts__itemLinkDetail.-color2 {
  color: #fff;
  background-color: #0e7124;
}

.TopProducts__itemLinkDetail.-color2::after {
  background-image: url("../assets/images/icon-link-02.svg");
}

.TopSearch.-pageTop {
  position: relative;
  z-index: 0;
  margin: -1px 0 5.5555555556vw;
  padding: 1.25vw 0 0;
}

.TopSearch.-pageTop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 18.2638888889vw;
  background-image: url("../assets/images/top-search-ornament-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}

.TopSearch.-pageBottom {
  padding: 3.8194444444vw 7.9166666667vw;
  margin-top: 4.2361111111vw;
  background-image: url("../assets/images/bottom-search-bg.jpg");
  background-size: cover;
}

.TopSearch.-pageBottom-2 {
  padding: 3.8194444444vw 7.9166666667vw;
  background-image: url("../assets/images/bottom-search-bg.jpg");
  background-size: cover;
}

.TopSearch__heading {
  margin-bottom: 2.9166666667vw;
}

.TopSearch__heading.-pageBottom {
  display: none;
}

.TopSearch__heading.dis-n {
  display: none;
}

.TopSearch__tabs {
  width: 70.6944444444vw;
  margin: 0 auto;
}

.TopSearch__tablists {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.TopSearch__tablists>input {
  display: none;
}

.TopSearch__tablists>input:checked+label {
  color: #fff;
  background-color: var(--tabColor);
}

.TopSearch__tablists>input:checked+label+.TopSearch__tabpanels {
  width: 100%;
  display: block;
}

.TopSearch__tab {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  width: calc(50% - 0.4166666667vw);
  padding: 1.5277777778vw 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #a1a6a5;
  background-color: #f1f3f3;
  border: 0 none;
  border-radius: 0.6944444444vw 0.6944444444vw 0 0;
  transition: color .3s ease,background-color .3s ease;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  cursor: pointer;
  font-size: 1.5277777778vw;
  line-height: 1.5;
  letter-spacing: .1em;
}

.TopSearch__tab:before {
  content: "";
  width: 2.7083333333vw;
  height: 1.6666666667vw;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-transform: translate(-50%, 100%) rotate(180deg);
  transform: translate(-50%, 100%) rotate(180deg);
}

.TopSearch__tab.-tabBattery::after {
  content: "";
  width: 1.5972222222vw;
  height: 2.5694444444vw;
  margin-left: 1.3194444444vw;
  background-image: url("../assets/images/ornament-battery.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.TopSearch__tab.-tabSolar::after {
  content: "";
  width: 2.3611111111vw;
  height: 1.4583333333vw;
  margin-left: 1.1805555556vw;
  background-image: url("../assets/images/ornament-house.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.TopSearch__tab.-tabSolar+.TopSearch__tabpanels .TopSearch__tabpanelValueBtn {
  -webkit-flex-basis: 17.7777777778vw;
  -ms-flex-preferred-size: 17.7777777778vw;
  flex-basis: 17.7777777778vw;
}

.TopSearch__tab-title {
  margin: 0;
  font-size: inherit;
}

.TopSearch__tabText {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5277777778vw;
  line-height: 1.5;
  letter-spacing: .1em;
}

.TopSearch__tabText:not(:first-child) {
  margin-left: 1.5277777778vw;
}

.TopSearch__tabpanels {
  display: none;
  box-shadow: 0px 0.2777777778vw 0.2777777778vw rgba(0,0,0,.25);
  background-color: #fff;
  padding-bottom: 2.2222222222vw;
  padding-top: 2.7777777778vw;
}

.TopSearch__tabpanelsHeading {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  font-size: 1.25vw;
  letter-spacing: .01em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.5555555556vw;
  column-gap: 0.5555555556vw;
}

.TopSearch__tabpanelsHeading::before {
  content: "";
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  background-image: url("../assets/images/top-search-light-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.TopSearch__tabpanel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.6666666667vw;
}

.TopSearch__tabpanelTopButtons,
.TopSearch__tabpanelBottomButtons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.TopSearch__tabpanelTopButtons {
  gap: 1.1111111111vw 1.6666666667vw;
}

.TopSearch__tabpanelTopButtons input {
  display: none;
}

.TopSearch__tabpanelTopButtons input:checked+label {
  background-color: #0e7124;
  color: #fff;
}

.TopSearch__tabpanelTopButtons input:checked+label+.TopSearch__tabpanelBottomButtons {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.TopSearch__tabpanelBottomButtons {
  display: none;
  gap: 1.1111111111vw;
}

.TopSearch__tabpanelPropertyBtn {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-flex-basis: 13.8888888889vw;
  -ms-flex-preferred-size: 13.8888888889vw;
  flex-basis: 13.8888888889vw;
  background: #fff;
  border: 0.1388888889vw solid #0e7124;
  color: #0e7124;
  border-radius: 6px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.1111111111vw;
  line-height: 1.5;
  padding: 0.9027777778vw 1.1805555556vw;
  box-shadow: 0 4px 0 rgba(0,0,0,.25);
  letter-spacing: .1em;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}

.TopSearch__tabpanelValueBtn {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-flex-basis: 14.4444444444vw;
  -ms-flex-preferred-size: 14.4444444444vw;
  flex-basis: 14.4444444444vw;
  min-height: 4.8611111111vw;
  background: #fff;
  border: 0.2777777778vw solid #d2dad9;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.2777777778vw;
  column-gap: 0.2777777778vw;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.25vw;
  line-height: 1.3;
  padding: 0.2777777778vw 0.9027777778vw;
  letter-spacing: .1em;
  box-sizing: border-box;
  text-decoration: none;
}

.TopSearch__tabpanelValueBtn span {
  display: block;
  width: 2.4305555556vw;
  height: 2.4305555556vw;
  border: 0.1388888889vw solid #d2dad9;
  border-radius: 1000px;
  position: relative;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.TopSearch__tabpanelValueBtn span:after {
  content: "";
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 0.1388888889vw solid #0e7124;
  border-right: 0.1388888889vw solid #0e7124;
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
  transform: translate(-60%, -50%) rotate(45deg);
  box-sizing: border-box;
}

.TopSearch__tabpanelValueBtn img {
  width: auto;
  max-height: 3.75vw;
  height: 100%;
}

.UnderHead {
  background-image: url("../assets/images/under-head-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.UnderHead__heading {
  margin: 0;
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2222222222vw;
  line-height: 2;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
}

.VoiceContents__item {
  background-color: #fff;
  text-decoration: none;
  transition: .3s;
  display: block;
  padding: 20px;
}

.VoiceContents__item .VoiceContents__item__img {
  position: relative;
  overflow: hidden;
  padding-top: 68%;
}

.VoiceContents__item .VoiceContents__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.VoiceContents__item .VoiceContents__item__img__cat {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  color: #fff;
  background-color: #0e7124;
  padding: 10px 15px;
  border-radius: 0 0 10px 0;
  font-size: 14px;
}

.VoiceContents__item .VoiceContents__item__content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.VoiceContents__item .VoiceContents__item__content .VoiceContents__item__content__title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.VoiceContents__item .VoiceContents__item__content .VoiceContents__item__content__text {
  font-size: 14px;
  margin-bottom: 0;
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.VoiceContents__item .VoiceContents__item__content .VoiceContents__item__content__text:not(:last-child) {
  margin-bottom: 15px;
}

.VoiceContents__item:not(:last-child) {
  margin-bottom: 30px;
}

.VoiceContents__item:hover {
  opacity: .7;
}

.TopimgLink {
  padding: 2.2916666667vw 0 3.9583333333vw;
}

.TopimgLink__inner {
  margin: 0 auto;
}

.TopimgLink__boxes {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 55px;
  padding: 0;
  margin: 0;
  margin-top: 9.5138888889vw;
}

.TopimgLink__box {
  width: 50%;
  position: relative;
  background-size: cover;
}

.TopimgLink__box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 1;
}

.TopimgLink__box::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  z-index: 1;
}

.TopimgLink__box:first-child {
  background-image: url("../assets/images/top-faq-bg.jpg");
}

.TopimgLink__box:first-child::before {
  background-color: rgba(42,126,203,.95);
}

.TopimgLink__box:first-child::after {
  background-image: url("../assets/images/top-faq-illust.png");
  width: 15.625vw;
  height: 10.9027777778vw;
  top: -9.5138888889vw;
}

.TopimgLink__box:nth-child(2) {
  background-image: url("../assets/images/top-partner-bg.jpg");
}

.TopimgLink__box:nth-child(2)::before {
  background-color: rgba(42,116,56,.8);
}

.TopimgLink__box:nth-child(2)::after {
  background-image: url("../assets/images/top-partner-illust.png");
  width: 8.3333333333vw;
  height: 10.4166666667vw;
  top: -9.0277777778vw;
}

.TopimgLink__link {
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
  padding: 2.7083333333vw 4.375vw 4.3055555556vw 1.8055555556vw;
}

.TopimgLink__link:hover {
  opacity: .8;
}

.TopimgLink__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.TopimgLink__heading {
  color: #fff;
  -webkit-align-items: normal;
  -ms-flex-align: normal;
  align-items: normal;
  text-align: left;
}

.TopimgLink__heading .Heading__main {
  font-size: 2.0833333333vw;
}

.TopimgLink__heading .Heading__sub {
  font-size: 1.1111111111vw;
  line-height: 1;
  font-weight: normal;
}

.TopimgLink__icon.-faq {
  width: 5.9027777778vw;
}

.TopimgLink__icon.-partner {
  width: 6.5972222222vw;
}

.TopimgLink__txt {
  color: #fff;
  margin-top: 1.6666666667vw;
}

.TopimgLink__button {
  position: absolute;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  bottom: -1px;
  right: -1px;
  z-index: 1;
}

.TopimgLink__button img {
  width: 100%;
}

.TopFuture {
  margin: 1.7361111111vw 0 6.1805555556vw;
  position: relative;
  z-index: 0;
}

.TopFuture::before {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
  width: 39.0277777778vw;
  height: 33.8194444444vw;
  background-color: #faf9f3;
  bottom: -2.4305555556vw;
}

.TopFuture__inner {
  margin: 0 auto;
  position: relative;
}

.TopFuture__inner::after {
  content: "";
  position: absolute;
  width: 17.9861111111vw;
  height: 9.5833333333vw;
  background-image: url("../assets/images/top-feature-illust.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: 2.5694444444vw;
  bottom: -4.8611111111vw;
}

.TopFuture__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.TopFuture__pic {
  width: 32.6388888889vw;
}

.TopFuture__pic img {
  width: 100%;
}

.TopFuture__txtbox {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 2.6388888889vw;
}

.TopFuture__title {
  font-family: "dnp-shuei-mgothic-std",sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5vw;
  line-height: 1.67;
  letter-spacing: .1em;
  color: #0e7124;
  margin: 2.0833333333vw 0 3.2638888889vw;
}

.TopFuture__title-sub {
  display: block;
  font-size: 1.1111111111vw;
  letter-spacing: .05em;
  line-height: 2.5;
  font-weight: normal;
}

.TopFuture__txt {
  letter-spacing: .05em;
  line-height: 2.5;
  margin-bottom: 0;
}

._VisuallyHidden {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  clip: rect(0, 0, 0, 0) !important;
}

.mod-time {
  float: right;
  margin-right: 40%;
  margin-bottom: -23px;
}

.mokuji {
  margin-left: 10px;
  font-weight: 300 !important;
}

.required-srt {
  color: #fff607;
  font-size: 14px;
  padding-left: 14px;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 376px) {
  ._SmMaxOnly {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .Header__inner {
    width: 80.5555555556vw;
    margin: 0 auto;
    padding-top: 1.3888888889vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: minmax(auto, 1fr) auto auto auto;
    grid-template-columns: minmax(auto, 1fr) auto auto auto;
    grid-template-areas: "logo search address link" "nav  nav    nav     link";
    gap: 1.7361111111vw 0;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .Header__button {
    display: none;
  }

  .Header__list {
    padding: 0 0 1.1805555556vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .Header__addressNumberLink {
    pointer-events: none;
  }

  .Footer__afterInner {
    margin-left: 15.8333333333vw;
    margin-right: 33.9583333333vw;
  }

  .Footer__listBefore {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    grid-template-areas: ". nested . ." ". nested . ." ". nested . .";
    grid-auto-flow: column;
  }

  .Footer__listAfter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .Footer__listAfterItem:not(:first-child) {
    margin-left: 2.2222222222vw;
  }

  .Footer__copy {
    text-align: center;
  }

  .AboutImg__item.-img1 {
    width: 70.6944444444vw;
  }

  .AboutImg__item.-img2 {
    width: 24.4444444444vw;
  }

  .AboutPoint {
    gap: 1.6666666667vw 2.0833333333vw;
  }

  .AnchorNav {
    width: 69.4444444444vw;
    margin: 4.1666666667vw auto;
  }

  .Breadcrumbs {
    width: 70.6944444444vw;
    margin: 0 auto;
    padding: 1.5277777778vw 0 1.0416666667vw;
  }

  .CardList {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: auto;
    -ms-grid-columns: 21.7361111111vw 21.7361111111vw 21.7361111111vw;
    grid-template-columns: 21.7361111111vw 21.7361111111vw 21.7361111111vw;
    gap: 3.8194444444vw 2.7777777778vw;
  }

  .Casestudy__detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .Casestudy__item {
    width: 31.0416666667vw;
  }

  .Casestudy__item:not(:first-child) {
    margin-left: 6.9444444444vw;
  }

  .Casestudy__img {
    width: 23.2638888889vw;
  }

  .Contact__inner {
    width: 66.875vw;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .Contact__item {
    width: 32.7777777778vw;
    padding: 2.9166666667vw 0;
  }

  .Contact__tel {
    padding-left: 6.5277777778vw;
  }

  .Contact__text {
    padding-left: 6.5277777778vw;
  }

  .Contents__rowlistContents {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -ms-grid-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
    grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
    grid-auto-flow: column;
  }

  .FormOrder__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .FormOrder__item {
    width: 33.3333333333%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .FormOrder__item:not(:last-child) {
    border-right: 2px solid #0e7124;
  }

  .Heading.-mdmin-left {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .IntroductionSupport__inner {
    width: 70.8333333333vw;
    padding-top: 10.7638888889vw;
  }

  .IntroductionSupport__detail {
    width: 43.0555555556vw;
    margin-left: auto;
  }

  .IntroductionSupport__catch {
    width: 29.8611111111vw;
    margin: 0 0 0 0.8333333333vw;
    padding: 1.9444444444vw 0;
    border-radius: 4.2361111111vw;
  }

  .IntroductionSupport__item::after {
    content: "";
    position: absolute;
    top: -10.9027777778vw;
    right: -0.2777777778vw;
    width: 12.2222222222vw;
    height: 13.2638888889vw;
    background-image: url("../assets/images/ornament-tree.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .IntroductionSupport__img {
    position: absolute;
    top: 6.4583333333vw;
    left: 0;
    z-index: -1;
    width: 36.1111111111vw;
    border-radius: 0.6944444444vw;
  }

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

  .PageLink__item {
    width: 17.1527777778vw;
  }

  .PageLink__item.-item1::before {
    top: 2.0833333333vw;
  }

  .PageLink__item.-item2::before {
    top: 1.9444444444vw;
  }

  .PageLink__item.-item3::before {
    top: 2.5vw;
  }

  .PageLink__item.-item4::before {
    top: 1.4583333333vw;
  }

  .PageLink__item::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .PageLink__main {
    text-align: center;
  }

  .PageLink__sub {
    text-align: center;
  }

  .Page__head {
    gap: 1.3888888889vw 3.125vw;
  }

  .Page__head.-nothumb {
    width: 55.5555555556vw;
    margin: 0 auto 4.8611111111vw;
  }

  .Page__heading {
    padding-top: 2.0833333333vw;
  }

  .Page__body {
    width: 55.5555555556vw;
  }

  .PartnerSection__text.-column-pc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .PartnerSection__list {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: auto;
    -ms-grid-columns: 26.8055555556vw 26.8055555556vw;
    grid-template-columns: 26.8055555556vw 26.8055555556vw;
    gap: 1.6666666667vw 1.9444444444vw;
  }

  .ProductDetailCategory {
    width: 70.6944444444vw;
    margin: 0 auto 2.6388888889vw;
  }

  .ProductDetailFeature {
    width: 70.6944444444vw;
    margin: 0 auto 5vw;
  }

  .ProductDetailHeading {
    width: 70.6944444444vw;
    margin: 0 auto 1.25vw;
    padding: 1.5277777778vw 1.5277777778vw 1.5277777778vw 6.25vw;
  }

  .ProductDetailMain {
    width: 70.6944444444vw;
    margin: 0 auto 3.3333333333vw;
    padding-top: 2.6388888889vw;
    -ms-grid-rows: auto auto minmax(auto, 1fr);
    grid-template-rows: auto auto minmax(auto, 1fr);
    -ms-grid-columns: 36.0416666667vw 31.6666666667vw;
    grid-template-columns: 36.0416666667vw 31.6666666667vw;
    grid-template-areas: "image heading" "image    list" "image   table";
    gap: 0 2.7777777778vw;
  }

  .ProductDetailCategory+.ProductDetailMain {
    margin-top: -2.6388888889vw;
  }

  .ProductDetailMain__table th {
    padding: 0.5555555556vw 1.3888888889vw;
    width: 6.9444444444vw;
  }

  .ProductDetailPoint {
    width: 70.6944444444vw;
    margin: 0 auto 5vw;
  }

  .ProductDetailPoint+.ProductDetailPoint {
    margin-top: -1.6666666667vw;
  }

  .ProductDetailPoint__detailItem:not(:last-child) {
    margin-bottom: 4.1666666667vw;
  }

  .ProductLink__inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.1111111111vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    width: 16.875vw;
    height: 17.7777777778vw;
    background-image: url("../assets/images/product-link-bg-01.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .ProductList__inner {
    width: 70.6944444444vw;
  }

  .ProductList__contents {
    -ms-grid-columns: 34.4444444444vw 34.4444444444vw;
    grid-template-columns: 34.4444444444vw 34.4444444444vw;
  }

  .ProductList__item {
    padding: 1.6666666667vw 1.6666666667vw 3.3333333333vw;
    border-radius: 0.4166666667vw;
  }

  .ProductList__categoryItem {
    width: 11.6666666667vw;
    padding: 0.2083333333vw 1.9444444444vw;
  }

  .ProductList__thumb {
    width: 15.5555555556vw;
  }

  .ProductList__price {
    -ms-grid-columns: minmax(auto, 1fr) 8.3333333333vw;
    grid-template-columns: minmax(auto, 1fr) 8.3333333333vw;
  }

  .ProductNav__catchItem {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ProductNav__catchItem.-battery::after {
    margin-left: 0.5555555556vw;
  }

  .ProductNav__catchItem.-house::after {
    margin-left: 0.5555555556vw;
  }

  .ProductNav__detail {
    width: 83.3333333333vw;
    margin: 0 auto;
  }

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

  .ProductNav__item {
    width: 19.4444444444vw;
  }

  .SolarPowerDetail__inner {
    width: 76.3888888889vw;
  }

  .SolarPowerDetail__img {
    right: 0;
  }

  .SolarPowerRecommend__inner {
    width: 71.1111111111vw;
  }

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

  .SolarPowerRecommend__text.-text1 {
    margin-right: auto;
  }

  .SolarPowerRecommend__text.-text2 {
    margin: 0 auto;
  }

  .SolarPowerRecommend__text.-text3 {
    margin-left: auto;
  }

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

  .SolarPowerSection__item {
    width: 22.2222222222vw;
  }

  .SolarPowerSection__describe {
    width: 70.6944444444vw;
  }

  .SolarPowerStructure {
    width: 70.6944444444vw;
    margin: 0 auto 11.1111111111vw;
  }

  .StorageBatteryLink__inner {
    gap: 0 1.3888888889vw;
  }

  .StorageBatteryLink__heading {
    margin-bottom: 1.1805555556vw;
    padding-top: 3.8194444444vw;
  }

  .StorageBatteryLink__headingItem {
    padding-right: 3.6111111111vw;
  }

  .StorageBatteryLink__link {
    width: 15.7638888889vw;
  }

  .StorageBatteryPoint__headingMain:not(:first-child) {
    margin-left: 2.2222222222vw;
  }

  .StorageBatteryPoint__description {
    margin: 0 0 3.8888888889vw 10.0694444444vw;
  }

  .StorageBatteryPoint__detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 2.3611111111vw;
  }

  .StorageBatteryPoint__detail.-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .StorageBatteryPoint__itemHeading {
    padding-left: 3.4027777778vw;
  }

  .StorageBatteryPoint__itemText {
    padding-left: 3.4027777778vw;
  }

  .StorageBatteryPoint__thumb {
    width: 33.3333333333vw;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .Table.-form th {
    width: 12.9166666667vw;
  }

  .TopFeature__detail {
    width: 70.8333333333vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .TopFeature__item {
    width: 21.9444444444vw;
  }

  .TopImg__inner {
    max-width: 70.6944444444vw;
  }

  .TopImg__inner.-min {
    max-width: 50.1388888889vw;
  }

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

  .TopLink__item {
    width: 33.4722222222vw;
    height: 20.625vw;
    padding: 2.7083333333vw 0 0 1.8055555556vw;
  }

  .TopMessage__inner {
    width: 87.7083333333vw;
    margin-left: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto minmax(auto, 1fr);
    grid-template-rows: auto minmax(auto, 1fr);
    -ms-grid-columns: 33.0555555556vw minmax(auto, 1fr);
    grid-template-columns: 33.0555555556vw minmax(auto, 1fr);
    grid-template-areas: "img heading" "img text";
    gap: 0 3.2638888889vw;
  }

  .TopNews__inner {
    max-width: 68.1944444444vw;
    -ms-grid-rows: minmax(auto, 1fr) auto;
    grid-template-rows: minmax(auto, 1fr) auto;
    -ms-grid-columns: auto minmax(auto, 1fr);
    grid-template-columns: auto minmax(auto, 1fr);
    grid-template-areas: "heading list" "link    list";
    gap: 0 5.4166666667vw;
  }

  .TopProducts__item {
    width: 70.6944444444vw;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto minmax(auto, 1fr);
    grid-template-rows: auto auto minmax(auto, 1fr);
    -ms-grid-columns: 33.75vw 33.75vw;
    grid-template-columns: 33.75vw 33.75vw;
    grid-template-areas: "heading text" "image   text" "image   link";
    gap: 0 3.1944444444vw;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .TopProducts__itemImg {
    width: 33.0555555556vw;
    box-shadow: 13px 17px 0px #e3f6f5;
  }

  .TopProducts__itemLinks {
    grid-area: link;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .TopProducts__itemLink {
    width: 16.3888888889vw;
  }

  .TopSearch.-pageTop::after {
    content: "";
    position: absolute;
    top: 6.5277777778vw;
    right: 22.9166666667vw;
    z-index: -1;
    width: 6.3888888889vw;
    height: 2.4305555556vw;
    background-image: url("../assets/images/top-search-ornament-02.png");
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
  }

  .UnderHead {
    margin-bottom: 4.5138888889vw;
    padding: 5.0694444444vw 0;
  }

  .VoiceContents__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
  }

  .VoiceContents__item .VoiceContents__item__img {
    width: 40%;
    padding-top: 20%;
  }

  .VoiceContents__item .VoiceContents__item__img__cat {
    font-size: 18px;
    padding: 10px 20px;
  }

  .VoiceContents__item .VoiceContents__item__content {
    padding: 30px;
  }

  .VoiceContents__item .VoiceContents__item__content .VoiceContents__item__content__title {
    font-size: 25px;
  }

  .VoiceContents__item .VoiceContents__item__content .VoiceContents__item__content__text {
    font-size: 16px;
  }

  .TopimgLink__inner {
    max-width: 68.1944444444vw;
  }

  .TopFuture__inner {
    max-width: 74.1666666667vw;
  }

  ._MdMaxOnly {
    display: none !important;
  }
}

@media (min-width: 1161px) {
  ._LgMaxOnly {
    display: none !important;
  }
}

@media (max-width: 1160px) {
  .Header__listItem {
    border-left: 3px dotted #0e7124;
  }

  .Header__listItem:last-child {
    border-right: 3px dotted #0e7124;
  }

  .Header__listItemLink {
    padding: 0 1.8965517241vw;
  }

  .Header__searchInput {
    border: 1px solid #d2dad9;
    border-radius: 1.6379310345vw;
  }

  .PartnerSection__head {
    border-width: 3px;
  }

  ._LgMinOnly {
    display: none !important;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }

  .Header {
    padding: 2.6666666667vw 4.8vw 4vw;
  }

  .Header__logoLink {
    width: 48vw;
  }

  .Header__button {
    position: absolute;
    top: 6.6666666667vw;
    right: 4.8vw;
    width: 8vw;
    height: 6.6666666667vw;
    padding: 0;
    background-color: rgba(0,0,0,0);
    border: 0 none;
  }

  .Header__buttonBar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #d9d9d9;
  }

  .Header__buttonBar.-bar1 {
    top: 0;
  }

  .Header__button[aria-expanded=true] .Header__buttonBar.-bar1 {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: top .15s ease,-webkit-transform .15s ease .15s;
    transition: top .15s ease,transform .15s ease .15s;
    transition: top .15s ease,transform .15s ease .15s,-webkit-transform .15s ease .15s;
  }

  .Header__button[aria-expanded=false] .Header__buttonBar.-bar1 {
    transition: top .15s ease .15s,-webkit-transform .15s ease;
    transition: top .15s ease .15s,transform .15s ease;
    transition: top .15s ease .15s,transform .15s ease,-webkit-transform .15s ease;
  }

  .Header__buttonBar.-bar2 {
    top: 10px;
    transition: opacity 0s linear .15s;
  }

  .Header__buttonBar.-bar3 {
    top: 20px;
  }

  .Header__button[aria-expanded=true] .Header__buttonBar.-bar3 {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: top .15s ease,-webkit-transform .15s ease .15s;
    transition: top .15s ease,transform .15s ease .15s;
    transition: top .15s ease,transform .15s ease .15s,-webkit-transform .15s ease .15s;
  }

  .Header__button[aria-expanded=false] .Header__buttonBar.-bar3 {
    transition: top .15s ease .15s,-webkit-transform .15s ease;
    transition: top .15s ease .15s,transform .15s ease;
    transition: top .15s ease .15s,transform .15s ease,-webkit-transform .15s ease;
  }

  .Header__list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    padding: 0 0 33.8666666667vw;
    background-color: #fff;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease;
    display: none;
  }

  [aria-hidden=false] .Header__list {
    pointer-events: auto;
    opacity: 1;
  }

  .Header__listItem {
    font-size: 3.7333333333vw;
    background-color: #0e7124;
    border: 0 none;
  }

  .Header__listItem.-submenu:hover .Header__Childlist {
    position: static;
  }

  .Header__listItem:last-child {
    border: 0 none;
  }

  .Header__listItem:not(:first-child) {
    border-top: 1px solid rgba(240,240,240,.2);
  }

  .Header__listItemLink {
    padding: 4vw 4.2666666667vw;
    display: block;
    color: #fff;
  }

  .Header__Childlist {
    display: block;
    position: static;
  }

  .Header__Childlist li {
    background-color: #67cd28;
  }

  .Header__Childlist li .Header__listItemLink:hover {
    color: #fff;
  }

  .Header__Childlist li .Header__listItemLink {
    padding: 4vw 8.5333333333vw;
    font-size: 3.7333333333vw;
    text-align: left;
  }

  .Header__search {
    display: none;
  }

  .Header__address {
    display: none;
  }

  .Header__link {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 5.3333333333vw;
    right: 5.3333333333vw;
    bottom: -117.6vw;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease;
  }

  [aria-hidden=false] .Header__link {
    pointer-events: auto;
    opacity: 1;
  }

  .Header__linkText {
    position: static;
    padding: 8.2666666667vw 0 8.2666666667vw 14.9333333333vw;
    font-size: 4.8vw;
    border-radius: 1.0666666667vw;
  }

  .Header__linkText::before {
    width: 9.0666666667vw;
    height: 7.4666666667vw;
    top: 50%;
    left: 6.6666666667vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .Footer__before {
    padding: 18.6666666667vw 0 58.6666666667vw;
  }

  .Footer__before::before {
    height: 14.4vw;
    background-image: url("../assets/images/sp/footer-before-bg.svg");
  }

  .Footer__before::after {
    height: 49.8666666667vw;
    background-image: url("../assets/images/sp/footer-after-bg.png");
  }

  .Footer__beforeInner__wrap {
    display: block;
  }

  .Footer__beforeInner__wrap__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 50px;
  }

  .Footer__address {
    margin-bottom: 7.4666666667vw;
    text-align: center;
  }

  .Footer__addressHeading {
    margin-bottom: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }

  .Footer__addressText {
    font-size: 3.7333333333vw;
    line-height: 1.85;
  }

  .Footer__map {
    width: 89.3333333333vw;
    height: 56.8vw;
    border: 1.6vw solid #fff;
    border-radius: 2.1333333333vw;
  }

  .Footer__map>iframe {
    aspect-ratio: 1.573/1;
  }

  .Footer__after {
    padding: 9.6vw 9.6vw 10.6666666667vw;
  }

  .Footer__list {
    margin-bottom: 10.6666666667vw;
  }

  .Footer__listBefore {
    margin-bottom: 5.3333333333vw;
  }

  .Footer__listBeforeItem {
    font-size: 3.7333333333vw;
  }

  .Footer__listBeforeItem:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }

  .Footer__listBeforeItemLink {
    padding-left: 6.9333333333vw;
  }

  .Footer__listBeforeItemLink::before {
    top: 0.2666666667vw;
    width: 2.4vw;
    height: 3.7333333333vw;
  }

  .Footer__nestedList {
    padding: 2.6666666667vw 0 0 6.9333333333vw;
  }

  .Footer__nestedListItem {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }

  .Footer__nestedListItem:not(:last-child) {
    margin-bottom: 2.1333333333vw;
  }

  .Footer__listAfterItem {
    font-size: 3.7333333333vw;
  }

  .Footer__listAfterItem:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }

  .Footer__listAfterItemLink[target=_blank] {
    padding-right: 8.2666666667vw;
  }

  .Footer__listAfterItemLink[target=_blank]::after {
    width: 4vw;
    height: 4vw;
  }

  .Footer__copy {
    line-height: 1.42;
  }

  .Footer__copy small {
    font-size: 3.7333333333vw;
    line-height: 1.42;
  }

  .AboutCatch {
    width: 89.3333333333vw;
    margin: 8vw auto;
  }

  .AboutDetail {
    margin: 16vw 0;
  }

  .AboutDetail__heading {
    width: 89.3333333333vw;
    margin: 0 auto 6.4vw;
  }

  .AboutDetail__headingInner {
    padding: 0 16.5333333333vw;
    font-size: 4.8vw;
  }

  .AboutDetail__headingInner::before {
    width: 12.2666666667vw;
    height: 11.7333333333vw;
    background-image: url("../assets/images/ornament-leaf-01@2x.png");
  }

  .AboutDetail__headingInner::after {
    right: 6.6666666667vw;
    width: 5.8666666667vw;
    height: 10.4vw;
    background-image: url("../assets/images/ornament-leaf-02@2x.png");
  }

  .AboutImg {
    margin: 10.6666666667vw 0;
  }

  .AboutImg__item {
    max-width: 89.3333333333vw;
  }

  .AboutPoint {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-template-areas: "head" "thumb" "text";
    width: 89.3333333333vw;
  }

  .AboutPoint:not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }

  .AboutPoint__heading {
    margin-bottom: 4.8vw;
    padding-top: 16vw;
  }

  .AboutPoint__headingSub {
    height: 16vw;
    padding-left: 20.2666666667vw;
  }

  .AboutPoint__headingSub::before {
    width: 16vw;
    height: 16vw;
  }

  .AboutPoint__headingSubText {
    padding-bottom: 2.9333333333vw;
    font-size: 5.3333333333vw;
  }

  .AboutPoint__headingSubText::after {
    left: -0.2666666667vw;
    width: 22.6666666667vw;
    height: 1.3333333333vw;
    background-image: url("../assets/images/about/about-point-text-bg@2x.png");
  }

  .AboutPoint__headingMain {
    padding: 4.8vw 0;
  }

  .AboutPoint__headingMain::before {
    height: 4.8vw;
    background-image: url("../assets/images/about/about-point-heading-bg@2x.png");
  }

  .AboutPoint__headingMain::after {
    height: 4.8vw;
    background-image: url("../assets/images/about/about-point-heading-bg@2x.png");
  }

  .AboutPoint__headingMainText {
    padding: 3.2vw 0 3.2vw 13.3333333333vw;
    font-size: 4.8vw;
  }

  .AboutPoint__headingMainText::before {
    width: 9.6vw;
    height: 8.5333333333vw;
  }

  .AboutPoint__description {
    padding: 5.3333333333vw;
  }

  .AboutPoint__description::before {
    right: 1.8666666667vw;
    bottom: 1.8666666667vw;
    width: 32vw;
    height: 32vw;
  }

  .AboutPoint__imgInner {
    margin-bottom: 4.8vw;
    border-radius: 8vw 0;
  }

  .AnchorNav {
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto 8.5333333333vw;
  }

  .AnchorNav__item {
    width: calc(50% + 2px);
  }

  .AnchorNav__link {
    padding: 1.6vw 8vw;
  }

  .AnchorNav__link::after {
    right: 3.2vw;
    width: 1.8666666667vw;
    height: 3.7333333333vw;
  }

  .AnchorNav__linkMain {
    font-size: 3.7333333333vw;
  }

  .AnchorNav__linkSub {
    font-size: 2.9333333333vw;
  }

  .Breadcrumbs {
    margin: 0 0 3.2vw;
    padding: 0 5.3333333333vw;
  }

  .Breadcrumbs__item {
    font-size: 3.2vw;
  }

  .Breadcrumbs__item:not(:last-child) {
    margin-right: 2.6666666667vw;
    padding-right: 3.7333333333vw;
  }

  .Breadcrumbs__item:not(:last-child)::after {
    width: 1.3333333333vw;
    height: 2.6666666667vw;
  }

  .CardList {
    margin: 5.3333333333vw 0 13.3333333333vw;
  }

  .CardList__item {
    padding-bottom: 4.2666666667vw;
  }

  .CardList__item:not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }

  .CardList__heading {
    margin-bottom: 2.6666666667vw;
    padding: 0 4.2666666667vw;
    font-size: 5.3333333333vw;
  }

  .CardList__category {
    margin-bottom: 4.2666666667vw;
    padding: 0 4.2666666667vw;
  }

  .CardList__categoryItem {
    padding: 0 4.2666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 3.7333333333vw;
  }

  .CardList__text {
    padding: 0 4.2666666667vw;
    font-size: 3.7333333333vw;
  }

  .CardList__img {
    margin-bottom: 4.2666666667vw;
  }

  .Casestudy {
    padding: 10.6666666667vw 0 16vw;
  }

  .Casestudy__inner {
    width: calc(100% - 10.6666666667vw);
  }

  .Casestudy__heading {
    margin-bottom: 6.4vw;
    font-size: 5.8666666667vw;
    line-height: 1.53;
  }

  .Casestudy__headingInner {
    padding: 0 11.2vw 0 17.6vw;
  }

  .Casestudy__headingInner::before {
    width: 12.2666666667vw;
    height: 11.7333333333vw;
    background-image: url("../assets/images/ornament-leaf-01@2x.png");
  }

  .Casestudy__headingInner::after {
    width: 5.8666666667vw;
    height: 10.4vw;
    background-image: url("../assets/images/ornament-leaf-02@2x.png");
  }

  .Casestudy__detail {
    margin-bottom: 10.6666666667vw;
  }

  .Casestudy__item:not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }

  .Casestudy__name {
    margin-bottom: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }

  .Casestudy__img {
    margin: 0 0 2.1333333333vw;
    border-radius: 2.6666666667vw;
  }

  .Casestudy__description {
    padding: 5.3333333333vw;
  }

  .Casestudy__text {
    font-size: 3.7333333333vw;
    line-height: 2.14;
  }

  .Casestudy__link {
    width: 80vw;
  }

  .Casestudy__linkDetail {
    padding: 5.6vw 13.8666666667vw;
    font-size: 4.2666666667vw;
    border-radius: 14.1333333333vw;
    box-shadow: 0 1.0666666667vw 0 rgba(0,0,0,.25);
  }

  .Casestudy__linkDetail::after {
    width: 8vw;
    height: 5.3333333333vw;
  }

  .CatchFeature {
    margin: 16vw 0;
  }

  .CatchFeature::before {
    bottom: 18.6666666667vw;
    width: 48vw;
    height: 32vw;
  }

  .CatchFeature__inner {
    width: 89.3333333333vw;
    padding-bottom: 33.3333333333vw;
  }

  .CatchFeature__ornament {
    margin-bottom: 1.6vw;
    font-size: 3.7333333333vw;
  }

  .CatchFeature__heading {
    margin-bottom: 6.4vw;
    font-size: 5.8666666667vw;
  }

  .CatchFeature__img::before {
    width: 18.6666666667vw;
    height: 10.4vw;
    left: -5.3333333333vw;
    bottom: 2.6666666667vw;
    background-image: url("../assets/images/about/feature-ornament@2x.png");
  }

  .CatchFeature__imgItem {
    width: 66.6666666667vw;
  }

  .CatchPartner {
    width: 89.3333333333vw;
    margin: 8.5333333333vw auto 13.3333333333vw;
    padding-top: 41.3333333333vw;
  }

  .CatchPartner__description {
    width: 77.3333333333vw;
    padding: 8.5333333333vw 0 6.4vw;
  }

  .CatchPartner__text {
    font-size: 3.7333333333vw;
  }

  .CatchPartner__img {
    width: 64vw;
  }

  .CatchRecruit {
    width: 89.3333333333vw;
    margin: 8.5333333333vw auto 13.3333333333vw;
    padding-top: 41.3333333333vw;
  }

  .CatchRecruit__description {
    width: 77.3333333333vw;
    padding: 8.5333333333vw 0 6.4vw;
  }

  .CatchRecruit__text {
    font-size: 3.7333333333vw;
  }

  .CatchRecruit__img {
    width: 64vw;
  }

  .CategoryLabel {
    margin: 5.3333333333vw 0;
  }

  .CategoryLabel__list {
    margin: -2.1333333333vw 0 0 -2.1333333333vw;
  }

  .CategoryLabel__item {
    margin: 2.1333333333vw 0 0 2.1333333333vw;
  }

  .CategoryLabel__link {
    padding: 0 3.2vw;
    font-size: 3.7333333333vw;
    border-radius: 4.2666666667vw;
  }

  .Contact {
    padding: 12.5333333333vw 6.6666666667vw;
  }

  .Contact__item {
    padding: 9.0666666667vw 0;
    border-radius: 2.1333333333vw;
  }

  .Contact__item:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }

  .Contact__heading {
    margin-bottom: 6.4vw;
    font-size: 5.3333333333vw;
    line-height: 1.2;
  }

  .Contact__tel {
    padding-top: 22.9333333333vw;
  }

  .Contact__tel::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }

  .Contact__tel::after {
    top: 4.8vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6.4vw;
    height: 8.2666666667vw;
  }

  .Contact__telNumber {
    margin-bottom: 2.6666666667vw;
    font-size: 8vw;
  }

  .Contact__telText {
    font-size: 3.7333333333vw;
    text-align: center;
  }

  .Contact__text {
    padding-top: 22.9333333333vw;
  }

  .Contact__text::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }

  .Contact__text::after {
    top: 5.6vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 8.5333333333vw;
    height: 6.9333333333vw;
  }

  .Contact__textItem {
    font-size: 3.7333333333vw;
  }

  .Contents {
    width: 89.3333333333vw;
    margin: 8.5333333333vw auto 16vw;
  }

  .UnderHead+.Contents {
    margin-top: 8.5333333333vw;
  }

  .Contents h2:not([class]),
  .Contents .Contents__title {
    margin: 10.6666666667vw 0 5.3333333333vw;
    font-size: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }

  .Contents h2:not([class])::before,
  .Contents .Contents__title::before {
    top: 0.5333333333vw;
    bottom: 0.2666666667vw;
    width: 2.4vw;
    border-radius: 1.0666666667vw;
  }

  .Contents h3:not([class]) {
    margin: 8.5333333333vw 0 4.8vw;
    font-size: 4.8vw;
  }

  .Contents__headingMain {
    margin: 10.6666666667vw 0 5.3333333333vw;
    font-size: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }

  .Contents__headingMain::before {
    top: 0.5333333333vw;
    bottom: 0.2666666667vw;
    width: 2.4vw;
    border-radius: 1.0666666667vw;
  }

  .Contents__list {
    margin: 4.8vw 0;
  }

  .Contents__list li {
    padding: 1.0666666667vw 0 1.0666666667vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }

  .Contents__list li::after {
    top: 2.9333333333vw;
    left: 1.6vw;
    width: 1.6vw;
    height: 1.6vw;
  }

  .Contents__rowlistContents {
    margin: 5.3333333333vw 0;
  }

  .Contents__rowlistItem {
    padding: 1.0666666667vw 0 1.0666666667vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }

  .Contents__rowlistItem::after {
    top: 2.9333333333vw;
    left: 1.6vw;
    width: 1.6vw;
    height: 1.6vw;
  }

  .Contents__column:not(:first-child) {
    margin-top: 5.3333333333vw;
  }

  .FaqContents__keyButton {
    padding: 4.2666666667vw 9.6vw 4.2666666667vw 4.2666666667vw;
  }

  .FaqContents__keyButton::after {
    top: 5.0666666667vw;
    right: 4.2666666667vw;
    width: 2.1333333333vw;
    height: 4.8vw;
  }

  .FaqContents__keyInner {
    gap: 2.6666666667vw;
  }

  .FaqContents__keyIcon {
    font-size: 4.2666666667vw;
  }

  .FaqContents__keyText {
    font-size: 4.2666666667vw;
  }

  .FaqContents__valueInner {
    padding: 4.2666666667vw;
    gap: 4.2666666667vw 2.6666666667vw;
  }

  .FaqContents__valueIcon {
    font-size: 4.2666666667vw;
  }

  .FaqContents__linkItem {
    padding: 1.0666666667vw 4.2666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 5.3333333333vw;
  }

  .FaqContents__linkItem::after {
    width: 5.3333333333vw;
    height: 3.7333333333vw;
  }

  .FixedBanner {
    left: 1.0666666667vw;
    right: 1.0666666667vw;
    bottom: 1.0666666667vw;
  }

  .FixedBanner__item {
    width: 48.8vw;
  }

  .FixedBanner__item:not(:first-child) {
    margin-left: 0.5333333333vw;
  }

  .FormOrder {
    width: 89.3333333333vw;
    margin: 8.5333333333vw auto;
  }

  .FormOrder__item {
    padding: 2.1333333333vw 0;
    font-size: 3.7333333333vw;
    text-align: center;
  }

  .FormOrder__item:not(:first-child) {
    padding-top: 4.2666666667vw;
  }

  .FormOrder__item:not(:last-child) {
    border-bottom: 2px solid #0e7124;
  }

  .FormOrder__item:not(:last-child)::before {
    top: auto;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: 4.2666666667vw;
    height: 2.1333333333vw;
    border-top: 2.1333333333vw solid #0e7124;
    border-right: 2.4vw solid rgba(0,0,0,0);
    border-bottom: 0 none;
    border-left: 2.4vw solid rgba(0,0,0,0);
  }

  .FormOrder__item:not(:last-child)::after {
    top: auto;
    left: 50%;
    bottom: 1px;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: 4.2666666667vw;
    height: 2.1333333333vw;
    border-top: 2.1333333333vw solid #fff;
    border-right: 2.1333333333vw solid rgba(0,0,0,0);
    border-bottom: 0 none;
    border-left: 2.1333333333vw solid rgba(0,0,0,0);
  }

  .FormRadio {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.1333333333vw;
  }

  .FormRadio__text,
  .mwform-radio-field-text {
    padding-left: 5.3333333333vw;
    display: block;
    font-size: 3.7333333333vw;
  }

  .FormRadio__text::before,
  .mwform-radio-field-text::before {
    width: 3.2vw;
    height: 3.2vw;
  }

  .FormRadio__text::after,
  .mwform-radio-field-text::after {
    left: 0.8vw;
    width: 1.6vw;
    height: 1.6vw;
  }

  .FormCheck {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.1333333333vw;
  }

  .mwform-checkbox-field-text {
    padding-left: 5.3333333333vw;
    display: block;
    font-size: 3.7333333333vw;
  }

  .mwform-checkbox-field-text::before {
    width: 3.2vw;
    height: 3.2vw;
  }

  .mwform-checkbox-field-text::after {
    left: 0.8vw;
    width: 2.6666666667vw;
    height: 4vw;
  }

  .FormResult {
    width: 89.3333333333vw;
    margin: 10.6666666667vw auto 8.5333333333vw;
  }

  .FormResult__heading {
    margin: 0 0 6.4vw;
    font-size: 5.3333333333vw;
  }

  .FormResult__text {
    margin-bottom: 8.5333333333vw;
  }

  .FormResult__link {
    width: 74.6666666667vw;
  }

  .FormResult__linkItem {
    padding: 1.6vw 0;
    font-size: 4.8vw;
  }

  .FormSearchButton {
    padding: 1.0666666667vw 3.2vw;
    font-size: 3.7333333333vw;
    border-radius: 1.0666666667vw;
  }

  .FormSelect {
    width: 42.6666666667vw;
  }

  .FormSelect::before {
    right: 2.6666666667vw;
    width: 3.2vw;
    height: 1.6vw;
    border-top-width: 1.6vw;
    border-right-width: 1.6vw;
    border-bottom: 0 none;
    border-left-width: 1.6vw;
  }

  .FormSelect__select {
    padding: 1.6vw 3.2vw;
    font-size: 3.7333333333vw;
  }

  .FormSubmit {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5.3333333333vw;
  }

  .FormSubmit__button {
    padding: 2.6666666667vw 3.2vw;
    font-size: 4.2666666667vw;
    border-radius: 1.0666666667vw;
    box-shadow: 0 1.0666666667vw 0 rgba(0,0,0,.25);
  }

  .FormSubmit__button::after {
    width: 4.8vw;
    height: 3.4666666667vw;
    margin-left: 2.1333333333vw;
  }

  .FormSubmit__button.-cancel::before {
    width: 4.8vw;
    height: 3.4666666667vw;
    margin-left: 2.1333333333vw;
  }

  .FormSubmit__button.-wrap {
    min-width: 50vw;
  }

  .FormSubmit__button.-wrap .FormSubmit__input {
    padding: 2.6666666667vw 3.2vw;
    font-size: 4.2666666667vw;
    border-radius: 1.0666666667vw;
  }

  .FormText {
    padding: 1.6vw 3.2vw;
    font-size: 3.7333333333vw;
  }

  .FormText.-sm {
    width: 42.6666666667vw;
  }

  .FormTextarea {
    min-height: 32vw;
    padding: 1.6vw 3.2vw;
    font-size: 3.7333333333vw;
  }

  .Heading__main {
    font-size: 5.3333333333vw;
  }

  .Heading__main.-sun {
    padding-top: 13.8666666667vw;
  }

  .Heading__main.-sun::before {
    background-image: url("../assets/images/ornament-sun@2x.png");
    width: 10.6666666667vw;
    height: 10.1333333333vw;
  }

  .Heading__main.-leaf {
    padding: 0 16.5333333333vw;
  }

  .Heading__main.-leaf::before {
    width: 12.2666666667vw;
    height: 11.7333333333vw;
    background-image: url("../assets/images/ornament-leaf-01@2x.png");
  }

  .Heading__main.-leaf::after {
    right: 6.6666666667vw;
    width: 5.8666666667vw;
    height: 10.4vw;
    background-image: url("../assets/images/ornament-leaf-02@2x.png");
  }

  .Heading__sub {
    font-size: 3.7333333333vw;
    line-height: 1.28;
  }

  .IntroductionSupport {
    padding: 6.4vw 0 9.3333333333vw;
  }

  .IntroductionSupport::after {
    height: 141.3333333333vw;
  }

  .IntroductionSupport__inner {
    width: 89.3333333333vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-template-areas: "thumb" "detail";
  }

  .IntroductionSupport__detail {
    grid-area: detail;
    margin-top: -12vw;
  }

  .IntroductionSupport__catch {
    margin: 0;
    padding: 5.3333333333vw 8.5333333333vw;
    font-size: 4.8vw;
    border-radius: 12vw;
  }

  .IntroductionSupport__item {
    margin-top: -5.6vw;
    padding: 10.6666666667vw 8.5333333333vw;
    border-radius: 2.6666666667vw;
  }

  .IntroductionSupport__heading {
    margin-bottom: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }

  .IntroductionSupport__text {
    font-size: 3.7333333333vw;
  }

  .IntroductionSupport__img {
    grid-area: thumb;
    border-radius: 2.6666666667vw;
  }

  .LinkButton {
    margin: 10.6666666667vw 0;
  }

  .LinkButton__text {
    margin-bottom: 2.1333333333vw;
  }

  .Linkbutton__link {
    padding: 2.6666666667vw 3.2vw;
    font-size: 4.2666666667vw;
    border-radius: 1.0666666667vw;
    box-shadow: 0 1.0666666667vw 0 rgba(0,0,0,.25);
  }

  .Linkbutton__link::after {
    width: 4.8vw;
    height: 3.4666666667vw;
    margin-left: 2.1333333333vw;
  }

  .PageLink {
    margin: 16vw 0;
  }

  .Page.-bg1+.PageLink {
    margin-top: -5.3333333333vw;
  }

  .PageLink__inner {
    width: 89.3333333333vw;
  }

  .PageLink__item {
    padding: 3.2vw 16vw 3.2vw 18.6666666667vw;
    border-radius: 1.0666666667vw;
  }

  .PageLink__item:not(:first-child) {
    margin-top: 2.1333333333vw;
  }

  .PageLink__item.-item1::before {
    left: 6.4vw;
    width: 5.8666666667vw;
    height: 9.0666666667vw;
    background-image: url("../assets/images/ornament-battery@2x.png");
  }

  .PageLink__item.-item2::before {
    left: 4.8vw;
    width: 9.0666666667vw;
    height: 5.8666666667vw;
    background-image: url("../assets/images/ornament-house@2x.png");
  }

  .PageLink__item.-item3::before {
    left: 4vw;
    width: 11.2vw;
    height: 6.9333333333vw;
    background-image: url("../assets/images/ornament-car@2x.png");
  }

  .PageLink__item.-item4::before {
    left: 5.8666666667vw;
    width: 6.4vw;
    height: 9.0666666667vw;
    background-image: url("../assets/images/ornament-question@2x.png");
  }

  .PageLink__item::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .PageLink__item::after {
    top: 50%;
    left: auto;
    right: 3.7333333333vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9.6vw;
    height: 9.6vw;
    background-image: url("../assets/images/icon-slide-arrow@2x.png");
  }

  .PageLink__mainLink {
    font-size: 5.3333333333vw;
  }

  .PageLink__sub {
    font-size: 3.4666666667vw;
  }

  .Page {
    margin-bottom: 21.3333333333vw;
  }

  .Contents+.Page.-bg1 {
    margin-top: -7.4666666667vw;
  }

  .Page__inner {
    width: 89.3333333333vw;
  }

  .Page__inner.-bg {
    width: 89.3333333333vw;
    padding: 5.3333333333vw;
    box-sizing: border-box;
  }

  .Page__head {
    margin: 8.5333333333vw 0;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-template-areas: "heading" "category" "thumb";
  }

  .Page__heading {
    margin-bottom: 2.1333333333vw;
    font-size: 5.3333333333vw;
  }

  .Page__category {
    margin-bottom: 4.8vw;
  }

  .Page__categoryItem {
    font-size: 3.2vw;
    padding: 0 3.7333333333vw;
    border-radius: 3.2vw;
  }

  .Page__body {
    margin: 8.5333333333vw auto 16vw;
  }

  .Page__body>h2 {
    margin: 6.4vw 0;
    padding: 1.6vw 21.0666666667vw 1.6vw 0;
    font-size: 4.8vw;
  }

  .Page__body>h2::after {
    bottom: 1.6vw;
    width: 17.0666666667vw;
    height: 7.4666666667vw;
  }

  .Page__body>h3 {
    margin: 6.4vw 0;
    padding-left: 5.3333333333vw;
    font-size: 4.8vw;
  }

  .Page__body>h3::before {
    width: 2.1333333333vw;
    border-radius: 1.0666666667vw;
  }

  .Page__body>h4 {
    margin: 6.4vw 0;
    font-size: 4.8vw;
  }

  .Page__body>h5 {
    margin: 6.4vw 0;
    padding: 2.1333333333vw 3.2vw;
    font-size: 4.2666666667vw;
  }

  .Page__body ul {
    margin: 4.8vw 0;
  }

  .Page__body ul li {
    padding: 1.0666666667vw 0 1.0666666667vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }

  .Page__body ul li::after {
    top: 2.9333333333vw;
    left: 1.6vw;
    width: 1.6vw;
    height: 1.6vw;
  }

  .Page__body ol {
    margin: 4.8vw 0;
  }

  .Page__body ol li {
    padding: 1.0666666667vw 0 1.0666666667vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }

  .Page__body ol li::before {
    top: 1.0666666667vw;
    left: 0.5333333333vw;
  }

  .Page__body>p {
    margin: 4.8vw 0;
  }

  .Page__body>p a {
    padding: 2.6666666667vw 3.2vw;
    font-size: 4.2666666667vw;
    border-radius: 1.0666666667vw;
    box-shadow: 0 1.0666666667vw 0 rgba(0,0,0,.25);
  }

  .Page__body>p a::after {
    width: 4.8vw;
    height: 3.4666666667vw;
    margin-left: 2.1333333333vw;
  }

  .Page__link {
    margin: 6.4vw 0;
  }

  .Page__linkButton {
    padding: 2.6666666667vw 3.2vw;
    font-size: 4.2666666667vw;
    border-radius: 1.0666666667vw;
    box-shadow: 0 1.0666666667vw 0 rgba(0,0,0,.25);
  }

  .Page__linkButton::after {
    width: 4.8vw;
    height: 3.4666666667vw;
    margin-left: 2.1333333333vw;
  }

  .Page__foot {
    width: 64vw;
  }

  .Page__footLink {
    padding: 1.6vw 0;
    font-size: 5.3333333333vw;
  }

  .Pagination {
    margin: 13.3333333333vw 0;
  }

  .Pagination__item {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }

  .Pagination__item:not(:first-child) {
    margin-left: 3.2vw;
  }

  .Pagination__link {
    font-size: 4.2666666667vw;
  }

  .PartnerSection {
    width: 89.3333333333vw;
    margin: 13.3333333333vw auto 16vw;
  }

  .PartnerSection__head {
    margin-bottom: 8.5333333333vw;
    padding: 8.5333333333vw 3.7333333333vw;
    border-width: 2px;
  }

  .PartnerSection__heading {
    margin-bottom: 4.8vw;
    font-size: 4.2666666667vw;
  }

  .PartnerSection__detail {
    margin: 10.6666666667vw 0;
  }

  .PartnerSection__item:not(:last-child) {
    margin-bottom: 4.2666666667vw;
  }

  .PartnerSection__itemHeading {
    font-size: 3.7333333333vw;
  }

  .PartnerSection__link {
    width: 89.3333333333vw;
    margin: 10.6666666667vw auto;
  }

  .PartnerSection__linkHeading {
    padding: 6.4vw 4.2666666667vw;
    font-size: 4.8vw;
  }

  .PartnerSection__linkHeading::before {
    width: 6.9333333333vw;
    height: 5.6vw;
    margin-right: 4.2666666667vw;
  }

  .PartnerSection__linkHeading::after {
    width: 3.2vw;
    height: 4.5333333333vw;
  }

  .ProductDetailBanner {
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto 10.6666666667vw;
  }

  .ProductDetailBanner__text {
    font-size: 3.7333333333vw;
  }

  .ProductDetailCategory {
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto 4.2666666667vw;
  }

  .ProductDetailCategory__list {
    margin: -0.4166666667vw 0 0 -0.4166666667vw;
  }

  .ProductDetailCategory__item {
    margin: 1.6vw 0 0 1.6vw;
    padding: 1.6vw 3.2vw;
    font-size: 3.2vw;
  }

  .ProductDetailFeature {
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto 16vw;
  }

  .ProductDetailFeature__heading {
    margin-bottom: 6.4vw;
    padding-left: 6.4vw;
    font-size: 4.8vw;
  }

  .ProductDetailFeature__heading::before {
    width: 1.6vw;
    border-radius: 3px;
  }

  .ProductDetailFeature__headingText {
    padding-right: 12.8vw;
    font-size: 4.8vw;
  }

  .ProductDetailFeature__headingText::after {
    width: 8.5333333333vw;
    height: 8vw;
    background-image: url("../assets/images/ornament-sun@2x.png");
  }

  .ProductDetailFeature__detail {
    margin-bottom: 8.5333333333vw;
    padding: 6.4vw 4.2666666667vw 14.9333333333vw 4.2666666667vw;
    background-size: auto 15.4666666667vw;
    background-image: url("../assets/images/products/detail/product-detail-feature-bg@2x.png");
  }

  .ProductDetailFeature__item {
    padding-left: 6.9333333333vw;
    font-size: 3.7333333333vw;
  }

  .ProductDetailFeature__item:not(:last-child) {
    margin-bottom: 2.1333333333vw;
  }

  .ProductDetailFeature__item::before {
    top: 1.3333333333vw;
    width: 4.8vw;
    height: 4.8vw;
  }

  .ProductDetailFeature__table th {
    width: 21.3333333333vw;
    padding: 2.1333333333vw 3.2vw;
    font-size: 3.7333333333vw;
  }

  .ProductDetailFeature__table td {
    padding: 2.1333333333vw 3.2vw;
    font-size: 3.2vw;
  }

  .ProductDetailFeature__note {
    font-size: 2.9333333333vw;
  }

  .ProductDetailHeading {
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto 2.1333333333vw;
    padding: 2.1333333333vw 2.1333333333vw 2.1333333333vw 12.8vw;
    font-size: 5.3333333333vw;
  }

  .ProductDetailHeading::before {
    left: 4.2666666667vw;
    width: 4.2666666667vw;
    height: 6.9333333333vw;
    background-image: url("../assets/images/ornament-battery@2x.png");
  }

  .ProductDetailMain {
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto 10.6666666667vw;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-template-areas: "image" "heading" "list" "table";
  }

  .ProductDetailMain__heading {
    margin: 0 0 2.1333333333vw;
    font-size: 4.8vw;
  }

  .ProductDetailMain__headingText {
    padding-right: 4.2666666667vw;
  }

  .ProductDetailMain__detail {
    margin-bottom: 6.4vw;
    padding: 4.2666666667vw 4.8vw;
  }

  .ProductDetailMain__item {
    font-size: 4.2666666667vw;
  }

  .ProductDetailMain__item:not(:last-child) {
    margin-bottom: 3.2vw;
  }

  .ProductDetailMain__item::before {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 3.2vw;
  }

  .ProductDetailMain__img {
    margin-bottom: 6.4vw;
  }

  .ProductDetailMain__imgInner {
    border-radius: 8vw 0 8vw 0;
  }

  .ProductDetailMain__table th {
    padding: 1.0666666667vw 3.2vw;
    width: 26.6666666667vw;
    font-size: 3.7333333333vw;
  }

  .ProductDetailMain__table td {
    padding: 1.0666666667vw 3.2vw;
    font-size: 3.7333333333vw;
  }

  .ProductDetailPoint {
    margin-bottom: 10.6666666667vw;
  }

  .ProductDetailPoint+.ProductDetailPoint {
    margin-top: -2.1333333333vw;
  }

  .ProductDetailPoint__heading {
    margin: 0 0 4.2666666667vw;
    padding: 0 24vw 3.2vw 0;
  }

  .ProductDetailPoint__heading::after {
    width: 21.6vw;
    height: 9.6vw;
    background-image: url("../assets/images/ornament-house-tree@2x.png");
  }

  .ProductDetailPoint__headingOrderText {
    font-size: 3.2vw;
  }

  .ProductDetailPoint__headingOrderNum {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 5.3333333333vw;
  }

  .ProductDetailPoint__main {
    margin-left: 4.2666666667vw;
    padding-top: 4.8vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }

  .ProductDetailPoint__detailItem:not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }

  .ProductDetailPoint__detailDescription {
    margin-bottom: 4.8vw;
  }

  .ProductDetailPoint__detailText {
    font-size: 3.7333333333vw;
    margin: 0 0 2.1333333333vw;
  }

  .ProductLink {
    margin: 6.4vw 0;
  }

  .ProductLink__inner {
    width: 89.3333333333vw;
    padding: 5.8666666667vw 5.8666666667vw 36vw;
    border-radius: 4.8vw;
  }

  .ProductLink__inner::after {
    width: 77.8666666667vw;
    height: 25.8666666667vw;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 5.8666666667vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../assets/images/sp/product-link-bg-02.png");
  }

  .ProductLink__ornament {
    margin-bottom: 3.7333333333vw;
    padding-top: 14.4vw;
    font-size: 4.2666666667vw;
  }

  .ProductLink__ornament::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }

  .ProductLink__heading {
    margin-bottom: 2.6666666667vw;
    font-size: 5.8666666667vw;
  }

  .ProductLink__text {
    font-size: 3.4666666667vw;
  }

  .ProductList__head {
    margin-bottom: 4.2666666667vw;
    padding: 2.6666666667vw 0 2.6666666667vw;
    border-radius: 1.0666666667vw;
  }

  .ProductList__heading {
    padding-left: 4.8vw;
    font-size: 4.5333333333vw;
  }

  .ProductList__heading::before {
    width: 2.6666666667vw;
    height: 4.5333333333vw;
  }

  .ProductList__heading.solar::before {
    width: 5.6vw;
    height: 3.4666666667vw;
  }

  .ProductList__result {
    font-size: 2.6666666667vw;
  }

  .ProductList__logo {
    width: 40vw;
    margin: 0 auto 2.6666666667vw;
  }

  .ProductList__wh {
    margin-bottom: 2.6666666667vw;
    padding: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }

  .ProductList__col {
    margin-bottom: 5.3333333333vw;
  }

  .ProductList__categoryItem {
    font-size: 3.2vw;
    padding: 0.8vw 3.2vw;
  }

  .ProductList__priceAfterLabelInner {
    font-size: 3.2vw;
  }

  .ProductList__priceAfterNumber {
    font-size: 5.3333333333vw;
  }

  .ProductList__priceAfterText {
    font-size: 2.4vw;
  }

  .ProductList__priceDiscountNumber {
    font-size: 4.8vw;
  }

  .ProductList__priceDiscountLabel {
    font-size: 3.7333333333vw;
  }

  .ProductList__linkDetail {
    font-size: 4.2666666667vw;
    border-radius: 1.6vw;
  }

  .ProductList__linkDetail::before {
    left: 2.1333333333vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }

  .ProductList__linkDetail::after {
    right: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }

  .ProductNav {
    margin-bottom: 8.5333333333vw;
  }

  .ProductNav__catch {
    width: 89.3333333333vw;
    margin: 0 auto 6.4vw;
  }

  .ProductNav__catchItem {
    position: relative;
    padding: 1.6vw 4.2666666667vw 13.3333333333vw;
    display: block;
    font-size: 5.3333333333vw;
    line-height: 2;
  }

  .ProductNav__catchItem.-battery::after {
    position: absolute;
    left: 50%;
    bottom: 3.7333333333vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5.3333333333vw;
    height: 8.8vw;
    background-image: url("../assets/images/ornament-battery@2x.png");
  }

  .ProductNav__catchItem.-house::after {
    position: absolute;
    left: 50%;
    bottom: 5.3333333333vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10.1333333333vw;
    height: 6.4vw;
    background-image: url("../assets/images/ornament-house.png");
  }

  .ProductNav__detail {
    padding: 8.5333333333vw 0 8.2666666667vw;
  }

  .ProductNav__detail::before {
    width: 35.2vw;
  }

  .ProductNav__detail.-bg1 {
    background-image: url("../assets/images/storage-battery/sp/nav-bg.png");
  }

  .ProductNav__detail.-bg2 {
    background-image: url("../assets/images/solar-power/sp/nav-bg.png");
  }

  .ProductNav__list {
    width: 74.6666666667vw;
  }

  .ProductNav__item {
    padding: 6.4vw;
  }

  .ProductNav__item:not(:last-child) {
    margin-bottom: 6.4vw;
  }

  .ProductNav__itemNumber {
    margin-bottom: 2.1333333333vw;
    font-size: 9.6vw;
  }

  .ProductNav__itemText {
    margin-bottom: 2.1333333333vw;
    font-size: 5.3333333333vw;
  }

  .ProductNav__itemImg {
    padding-bottom: 10.1333333333vw;
  }

  .ProductNav__itemImg::after {
    width: 7.4666666667vw;
    height: 4.8vw;
  }

  .ProductNav__itemImg.-img1 {
    width: 19.2vw;
  }

  .ProductNav__itemImg.-img2 {
    width: 23.7333333333vw;
  }

  .ProductNav__itemImg.-img3 {
    width: 21.8666666667vw;
  }

  .ProductNav__itemImg.-img4 {
    width: 19.2vw;
  }

  .ProductNav__itemImg.-img5 {
    width: 24.5333333333vw;
  }

  .ProductNav__itemImg.-img6 {
    width: 25.6vw;
  }

  .RecruitBanner {
    padding: 8.2666666667vw 5.3333333333vw;
  }

  .RecruitBanner__item {
    width: 89.3333333333vw;
  }

  .RecruitContactBanner {
    width: 89.3333333333vw;
    margin: 10.6666666667vw auto;
  }

  .RecruitContactBanner__text {
    padding: 6.4vw 0 6.4vw 17.0666666667vw;
    font-size: 4.8vw;
  }

  .RecruitContactBanner__text::before {
    left: 5.8666666667vw;
    width: 6.4vw;
    height: 5.3333333333vw;
  }

  .RecruitContactBanner__text::after {
    right: 6.4vw;
    width: 3.2vw;
    height: 4.8vw;
  }

  .SolarPowerArrow {
    margin-top: -15.4666666667vw;
  }

  .SolarPowerArrow__item {
    width: 100vw;
    padding: 3.2vw 0 53.3333333333vw;
  }

  .SolarPowerArrow__item::after {
    border-top-width: 63.4666666667vw;
    border-right-width: 50vw;
    border-left-width: 50vw;
  }

  .SolarPowerArrow__text {
    font-size: 5.3333333333vw;
  }

  .SolarPowerArrow__text::before {
    top: 17.3333333333vw;
    width: 12.8vw;
    height: 13.6vw;
  }

  .SolarPowerArrow__text::after {
    bottom: 16.2666666667vw;
    width: 18.6666666667vw;
    height: 12vw;
    background-image: url("../assets/images/ornament-house@2x.png");
  }

  .SolarPowerDetail {
    padding: 6.4vw 0 0;
  }

  .SolarPowerDetail__inner {
    padding: 117.3333333333vw 0 0;
  }

  .SolarPowerDetail__item {
    width: 89.3333333333vw;
    margin: 0 auto;
    padding: 10.6666666667vw 8.5333333333vw;
    border-radius: 2.6666666667vw;
  }

  .SolarPowerDetail__item::before {
    top: -42.6666666667vw;
    left: 3.4666666667vw;
    width: 73.6vw;
    height: 51.2vw;
    background-image: url("../assets/images/ornament-house-solar-power@2x.png");
  }

  .SolarPowerDetail__heading {
    margin-bottom: 2.1333333333vw;
    font-size: 5.3333333333vw;
  }

  .SolarPowerDetail__text {
    font-size: 3.7333333333vw;
  }

  .SolarPowerDetail__img {
    top: 8vw;
    left: 0;
  }

  .SolarPowerDetail__img::after {
    top: -8vw;
    right: -5.8666666667vw;
    border-radius: 2.6666666667vw;
  }

  .SolarPowerDetail__imgItem {
    width: 93.8666666667vw;
    border-radius: 2.6666666667vw;
  }

  .SolarPowerRecommend {
    padding: 6.4vw 0;
    overflow: hidden;
  }

  .SolarPowerRecommend__inner::before {
    top: 140.2666666667vw;
    width: 180.5333333333vw;
    height: 180.5333333333vw;
  }

  .SolarPowerRecommend__heading {
    margin-bottom: 7.4666666667vw;
  }

  .SolarPowerRecommend__headingItem {
    width: 89.3333333333vw;
    padding: 5.8666666667vw 0;
    font-size: 5.3333333333vw;
    line-height: 1.6;
    box-sizing: border-box;
  }

  .SolarPowerRecommend__item {
    margin: 0 auto;
  }

  .SolarPowerRecommend__item.-item1 {
    width: 83.7333333333vw;
  }

  .SolarPowerRecommend__item.-item2 {
    width: 88.8vw;
  }

  .SolarPowerRecommend__item.-item3 {
    width: 91.4666666667vw;
  }

  .SolarPowerRecommend__item:not(:last-child) {
    margin-bottom: 12.8vw;
  }

  .SolarPowerRecommend__text {
    width: 82.4vw;
    height: 30.9333333333vw;
    margin: 0 auto;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }

  .SolarPowerRecommend__text.-text2 {
    margin-top: 6.1333333333vw;
  }

  .SolarPowerRecommend__text.-text3 {
    margin-top: 6.6666666667vw;
  }

  .SolarPowerSection.-before {
    padding-bottom: 24vw;
  }

  .SolarPowerSection.-after {
    margin-top: -48vw;
    padding: 56.2666666667vw 0 0;
  }

  .SolarPowerSection__heading {
    margin-bottom: 9.6vw;
  }

  .SolarPowerSection__headingSub {
    margin-bottom: 1.6vw;
    font-size: 3.2vw;
  }

  .SolarPowerSection__headingMain {
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }

  .SolarPowerSection__columns {
    width: 89.3333333333vw;
  }

  .SolarPowerSection__columns:not(:last-child) {
    margin-bottom: 6.4vw;
  }

  .SolarPowerSection__item {
    padding: 10.6666666667vw 8.5333333333vw;
    border-radius: 0 8vw;
  }

  .SolarPowerSection__item:not(:last-child) {
    margin-bottom: 9.6vw;
  }

  .SolarPowerSection__itemNumber {
    top: -3.2vw;
    padding: 2.6666666667vw 5.6vw;
    font-size: 3.7333333333vw;
  }

  .SolarPowerSection__itemHeading {
    margin-bottom: 4.2666666667vw;
    font-size: 5.3333333333vw;
  }

  .SolarPowerSection__itemImg {
    margin-bottom: 4.2666666667vw;
  }

  .SolarPowerSection__itemImg.-img1 {
    width: 46.6666666667vw;
  }

  .SolarPowerSection__itemImg.-img2 {
    width: 46.6666666667vw;
  }

  .SolarPowerSection__itemImg.-img3 {
    width: 62.1333333333vw;
  }

  .SolarPowerSection__itemImg.-img4 {
    width: 61.3333333333vw;
  }

  .SolarPowerSection__itemImg.-img5 {
    width: 62.4vw;
  }

  .SolarPowerSection__itemImg.-img6 {
    width: 60.2666666667vw;
  }

  .SolarPowerSection__itemText {
    font-size: 3.7333333333vw;
  }

  .SolarPowerSection__describe {
    padding: 6.4vw 5.3333333333vw;
  }

  .SolarPowerSection__describeHeading {
    margin-bottom: 4.2666666667vw;
    font-size: 5.3333333333vw;
  }

  .SolarPowerSection__describeText {
    margin-bottom: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }

  .SolarPowerSection__describeImg {
    width: 89.3333333333vw;
  }

  .SolarPowerStructure {
    padding: 6.4vw 0;
  }

  .SolarPowerStructure__inner {
    width: 89.3333333333vw;
  }

  .SolarPowerStructure__heading {
    margin: 0 0 6.9333333333vw;
    padding: 19.4666666667vw 0 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .SolarPowerStructure__heading::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 14.4vw;
    height: 14.4vw;
  }

  .SolarPowerStructure__headingItem {
    padding-bottom: 2.1333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }

  .SolarPowerStructure__text {
    font-size: 3.7333333333vw;
  }

  .SolarPowerStructure__text:not(:last-child) {
    margin-bottom: 4.2666666667vw;
  }

  .SolarPowerStructure__img:not(:last-child) {
    margin-bottom: 4.2666666667vw;
  }

  .StorageBatteryLink {
    padding: 10.6666666667vw 0;
  }

  .StorageBatteryLink__inner {
    width: calc(100% - 10.6666666667vw);
    padding: 8vw 6.9333333333vw;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-template-areas: "heading" "text" "thumb" "link";
    border-radius: 1.6vw;
    box-shadow: 1.8666666667vw 1.8666666667vw 2.6666666667vw 1.3333333333vw rgba(91,91,91,.04);
  }

  .StorageBatteryLink__inner::before {
    width: 28.2666666667vw;
    height: 28.2666666667vw;
  }

  .StorageBatteryLink__heading {
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }

  .StorageBatteryLink__headingItem::after {
    right: -2.1333333333vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }

  .StorageBatteryLink__text {
    text-align: center;
    font-size: 3.7333333333vw;
    margin-bottom: 4.8vw;
  }

  .StorageBatteryLink__link {
    width: 58.6666666667vw;
    margin: 0 auto;
  }

  .StorageBatteryLink__linkDetail {
    padding: 2.6666666667vw 12vw 2.6666666667vw 8.5333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 6.9333333333vw;
  }

  .StorageBatteryLink__linkDetail::after {
    right: 5.3333333333vw;
    width: 6.6666666667vw;
    height: 4.8vw;
  }

  .StorageBatteryLink__img {
    margin-bottom: 6.4vw;
    border-radius: 1.6vw;
  }

  .StorageBatteryPoint {
    padding: 6.4vw 0;
  }

  .StorageBatteryPoint__inner {
    width: 89.3333333333vw;
  }

  .StorageBatteryPoint__heading {
    margin-bottom: 6.4vw;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .StorageBatteryPoint__headingSub {
    margin-bottom: 4.8vw;
    padding: 3.7333333333vw 7.2vw;
    font-size: 3.7333333333vw;
    line-height: 1.71;
  }

  .StorageBatteryPoint__headingMain {
    padding: 0 0 1.6vw;
    font-size: 5.3333333333vw;
    text-align: center;
  }

  .StorageBatteryPoint__description {
    margin-bottom: 6.4vw;
    font-size: 3.7333333333vw;
  }

  .StorageBatteryPoint__img {
    margin: 6.4vw 0;
  }

  .StorageBatteryPoint__img.second {
    width: 100%;
  }

  .StorageBatteryPoint__detail:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }

  .StorageBatteryPoint__item {
    margin-bottom: 6.4vw;
  }

  .StorageBatteryPoint__itemSection:not(:last-child) {
    margin-bottom: 6.4vw;
  }

  .StorageBatteryPoint__itemHeading {
    margin-bottom: 4.2666666667vw;
    padding-top: 13.0666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }

  .StorageBatteryPoint__itemHeading::before {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .StorageBatteryPoint__itemText {
    font-size: 3.7333333333vw;
  }

  .StorageBatteryPoint__thumb {
    border-radius: 0 8vw 0 8vw;
  }

  .StorageBatterySection__headingSub {
    margin-bottom: 1.6vw;
    font-size: 3.2vw;
  }

  .StorageBatterySection__headingMain {
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }

  .Table.-form tr:not(:last-child) {
    margin-bottom: 2px;
  }

  .Table.-form th {
    margin-bottom: 2px;
    display: block;
    font-size: 3.7333333333vw;
  }

  .Table.-form td {
    padding: 3.2vw 3.2vw;
    display: block;
    font-size: 3.7333333333vw;
  }

  .Table th {
    padding: 1.6vw 3.2vw;
    font-size: 3.2vw;
  }

  .Table td {
    padding: 1.6vw 3.2vw;
    font-size: 3.2vw;
    line-height: 1.85;
  }

  .Table p:not(:last-child) {
    margin-bottom: 6.9333333333vw;
  }

  .TopFeature {
    padding: 19.2vw 0 13.3333333333vw;
  }

  .TopFeature::after {
    height: 19.2vw;
    background-image: url("../assets/images/sp/top-feature-ornament-02.png");
  }

  .TopFeature__inner {
    padding: 10.6666666667vw 0 14.4vw;
  }

  .TopFeature__inner::before {
    left: 5.3333333333vw;
    width: 43.2vw;
    height: 19.2vw;
    background-image: url("../assets/images/ornament-house-tree@2x.png");
  }

  .TopFeature__inner::after {
    right: 5.3333333333vw;
    width: 43.2vw;
    height: 19.2vw;
    background-image: url("../assets/images/ornament-house-tree@2x.png");
  }

  .TopFeature__heading {
    margin-bottom: 10.4vw;
  }

  .TopFeature__detail {
    margin-bottom: 9.0666666667vw;
    padding: 0 8vw;
  }

  .TopFeature__item {
    padding: 9.3333333333vw 12vw 8vw;
    background-size: 43.2vw 43.4666666667vw;
    background-position: top 5.6vw right 5.3333333333vw;
  }

  .TopFeature__item:not(:last-child) {
    margin-bottom: 4.2666666667vw;
  }

  .TopFeature__item::before {
    width: 14.4vw;
    height: 14.4vw;
    border-top: 7.2vw solid #0e7124;
    border-right: 7.2vw solid rgba(0,0,0,0);
    border-bottom: 7.2vw solid rgba(0,0,0,0);
    border-left: 7.2vw solid #0e7124;
  }

  .TopFeature__item::after {
    width: 14.4vw;
    height: 14.4vw;
    border-top: 7.2vw solid rgba(0,0,0,0);
    border-right: 7.2vw solid #0e7124;
    border-bottom: 7.2vw solid #0e7124;
    border-left: 7.2vw solid rgba(0,0,0,0);
  }

  .TopFeature__itemHeading {
    margin: 0 0 4.2666666667vw;
    font-size: 5.8666666667vw;
  }

  .TopFeature__itemText {
    margin-bottom: 6.4vw;
    font-size: 3.7333333333vw;
  }

  .TopFeature__itemImg {
    width: 55.2vw;
  }

  .TopFeature__link {
    width: 80vw;
  }

  .TopFeature__linkDetail {
    padding: 5.3333333333vw 16vw 5.3333333333vw 5.8666666667vw;
    font-size: 5.3333333333vw;
    border-radius: 10.6666666667vw;
    box-shadow: 0px 1.0666666667vw 0px rgba(0,0,0,.25);
  }

  .TopFeature__linkDetail::after {
    right: 7.2vw;
    width: 8.5333333333vw;
    height: 5.8666666667vw;
  }

  .TopHero {
    padding-top: 120.5333333333vw;
    background-image: url("https://mirai-denchi.jp/wp-content/uploads/2023/04/hero2.webp");
  }

  .TopHero__catch {
    top: 6.6666666667vw;
    left: 0;
    font-size: 5.3333333333vw;
    line-height: 2.1;
  }

  .TopHero__catchText {
    padding: 0 0.8vw 0 2.1333333333vw;
  }

  .TopHero__catchText.-before {
    background-image: url("../assets/images/sp/hero-catch-bg-01.png");
  }

  .TopHero__catchText.-after {
    background-image: url("../assets/images/sp/hero-catch-bg-02.png");
  }

  .TopHero__catchText:not(:last-child) {
    margin-bottom: 0.8vw;
  }

  .TopImg__inner {
    padding: 0 5.3333333333vw;
  }

  .TopLink {
    padding-top: 36.8vw;
  }

  .TopLink__inner {
    width: calc(100% - 10.6666666667vw);
  }

  .TopLink__item {
    width: 89.3333333333vw;
  }

  .TopLink__item.-faq {
    height: 76.2666666667vw;
    margin-bottom: 39.2vw;
    padding: 17.8666666667vw 0 0 6.9333333333vw;
    background-image: url("../assets/images/sp-top-link-bg-01.png");
  }

  .TopLink__item.-faq::before {
    top: -36.8vw;
    right: 0;
    width: 60vw;
    height: 41.8666666667vw;
  }

  .TopLink__item.-partner {
    height: 86.9333333333vw;
    padding: 23.4666666667vw 0 0 6.9333333333vw;
    background-image: url("../assets/images/sp-top-link-bg-02.png");
  }

  .TopLink__item.-partner::before {
    top: -33.6vw;
    right: 0;
    width: 32vw;
    height: 40vw;
  }

  .TopLink__heading {
    margin-bottom: 4.2666666667vw;
  }

  .TopLink__headingMain {
    font-size: 6.9333333333vw;
  }

  .TopLink__headingSub {
    font-size: 4.2666666667vw;
  }

  .TopLink__text {
    font-size: 3.7333333333vw;
  }

  .TopMessage {
    max-width: calc(100% - 8vw);
    margin: 0 auto 5.3333333333vw;
    padding: 50.1333333333vw 0 27.2vw 0;
    background-image: url("../assets/images/sp-top-message-img-02.png");
    background-position: right 2.1333333333vw bottom 0;
    background-size: 92.8vw 160.2666666667vw;
  }

  .TopMessage__heading {
    margin-bottom: 2.9333333333vw;
  }

  .TopMessage__headingSub {
    display: none;
  }

  .TopMessage__headingMain {
    font-size: 9.6vw;
    line-height: 1.38;
  }

  .TopMessage__text {
    font-size: 3.7333333333vw;
    line-height: 2.28;
  }

  .TopMessage__img {
    display: none;
  }

  .TopNews {
    margin-bottom: 4.2666666667vw;
  }

  .TopNews {
    margin-bottom: 4.2666666667vw;
    padding: 12.8vw 0 0;
  }

  .TopNews__inner {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-template-areas: "heading" "link" "list";
  }

  .TopNews__heading {
    margin-bottom: 6.4vw;
  }

  .TopNews__list {
    padding: 0 5.3333333333vw;
  }

  .TopNews__item {
    padding: 4.8vw 0;
  }

  .TopNews__itemDate {
    font-size: 3.7333333333vw;
    line-height: 1.28;
  }

  .TopNews__itemText {
    margin-left: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }

  .TopNews__link {
    width: 48vw;
    margin: 0 auto 6.4vw;
  }

  .TopNews__linkDetail {
    padding: 1.3333333333vw 5.3333333333vw;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 4.2666666667vw;
    border-radius: 6.1333333333vw;
  }

  .TopNews__linkDetail::after {
    margin: 0;
    width: 6.6666666667vw;
    height: 4.8vw;
  }
 .Topcolumn__link {
    width: 48vw;
    margin: 0 auto 6.4vw;
  }

  .Topcolumn__linkDetail {
    padding: 1.3333333333vw 5.3333333333vw;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 4.2666666667vw;
    border-radius: 6.1333333333vw;
  }

  .Topcolumn__linkDetail::after {
    margin: 0;
    width: 6.6666666667vw;
    height: 4.8vw;
  }
  .TopProducts {
    margin-bottom: 8.5333333333vw;
    padding-top: 5.3333333333vw;
  }

  .TopProducts__heading {
    margin-bottom: 5.3333333333vw;
  }

  .TopProducts__item {
    padding: 0 5.3333333333vw;
  }

  .TopProducts__item:not(:last-child) {
    margin-bottom: 10.6666666667vw;
    padding-bottom: 16vw;
  }

  .TopProducts__itemHeading {
    margin: 0 0 8vw;
  }

  .TopProducts__itemHeadingMain {
    font-size: 6.9333333333vw;
    line-height: 2;
  }

  .TopProducts__itemHeadingSub {
    margin: -0.5333333333vw 0 0 4.2666666667vw;
    font-size: 3.7333333333vw;
  }

  .TopProducts__itemImg {
    margin-bottom: 6.4vw;
    border-radius: 8vw 0 8vw 0;
  }

  .TopProducts__itemDescription {
    margin-bottom: 9.6vw;
  }

  .TopProducts__itemText {
    font-size: 3.7333333333vw;
    line-height: 1.71;
  }

  .TopProducts__itemText:not(:last-child) {
    margin-bottom: 6.4vw;
  }

  .TopProducts__itemLinks {
    width: 80vw;
    margin: 0 auto;
  }

  .TopProducts__itemLink:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }

  .TopProducts__itemLinkDetail {
    padding: 7.2vw;
    font-size: 4.5333333333vw;
    border-radius: 1.0666666667vw;
    box-shadow: 0px 1.0666666667vw 0px rgba(0,0,0,.25);
  }

  .TopProducts__itemLinkDetail::after {
    width: 8.5333333333vw;
    height: 5.8666666667vw;
    margin-left: 4.2666666667vw;
  }

  .TopSearch.-pageTop {
    padding-top: 8vw;
  }

  .TopSearch.-pageTop::before {
    height: 26.1333333333vw;
    background-image: url("../assets/images/sp/top-search-ornament-01.svg");
  }

  .TopSearch.-pageBottom {
    padding: 8.5333333333vw 0;
    margin-top: 8vw;
  }

  .TopSearch.-pageBottom-2 {
    padding: 8.5333333333vw 0;
    margin-top: 8vw;
  }

  .TopSearch__tabs {
    width: calc(100% - 4.2666666667vw);
  }

  .TopSearch__tab {
    width: 47%;
    padding: 3.7333333333vw 1.3333333333vw;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2.1333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }

  .TopSearch__tab.-tabBattery::after {
    width: 2.9333333333vw;
    height: 4.8vw;
  }

  .TopSearch__tab.-tabSolar::after {
    width: 5.6vw;
    height: 3.4666666667vw;
  }

  .TopSearch__tab.-tabSolar+.TopSearch__tabpanels .TopSearch__tabpanelValueBtn {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .TopSearch__tabText {
    font-size: 3.7333333333vw;
  }

  .TopSearch__tabpanels {
    padding: 8.5333333333vw 4.8vw;
  }

  .TopSearch__tabpanelsHeading {
    font-size: 4.2666666667vw;
    text-align: left;
    line-height: 1.5;
    -webkit-column-gap: 2.1333333333vw;
    column-gap: 2.1333333333vw;
  }

  .TopSearch__tabpanelsHeading::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }

  .TopSearch__tabpanel {
    row-gap: 5.3333333333vw;
  }

  .TopSearch__tabpanelTopButtons {
    gap: 1.0666666667vw;
  }

  .TopSearch__tabpanelBottomButtons {
    gap: 1.0666666667vw;
  }

  .TopSearch__tabpanelPropertyBtn {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    font-size: 3.7333333333vw;
    line-height: 1.7;
    padding: 3.2vw 1.3333333333vw;
  }

  .TopSearch__tabpanelValueBtn {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    font-size: 3.7333333333vw;
    line-height: 1.7;
    min-height: 18.6666666667vw;
    padding: 1.0666666667vw 0.8vw;
    border: 1.0666666667vw solid #d2dad9;
    -webkit-column-gap: 1.0666666667vw;
    column-gap: 1.0666666667vw;
  }

  .TopSearch__tabpanelValueBtn span {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    border: 0.5333333333vw solid #d2dad9;
  }

  .TopSearch__tabpanelValueBtn span:after {
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.5333333333vw solid #0e7124;
    border-right: 0.5333333333vw solid #0e7124;
  }

  .TopSearch__tabpanelValueBtn img {
    max-height: 14.4vw;
  }

  .UnderHead {
    min-height: 56vw;
    margin-bottom: 8.5333333333vw;
    padding: 0 8vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url("../assets/images/sp/under-head-bg.png");
  }

  .UnderHead__heading {
    font-size: 6.4vw;
    line-height: 2;
  }

  .TopimgLink {
    padding: 5.3333333333vw 0 6.4vw;
  }

  .TopimgLink__inner {
    padding: 0 5.3333333333vw;
  }

  .TopimgLink__boxes {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 36.5333333333vw;
  }

  .TopimgLink__box {
    width: 100%;
  }

  .TopimgLink__box:first-child {
    background-image: url("../assets/images/top-faq-bg_sp.jpg");
  }

  .TopimgLink__box:first-child::after {
    width: 60vw;
    height: 41.8666666667vw;
    top: -36.5333333333vw;
  }

  .TopimgLink__box:nth-child(2) {
    background-image: url("../assets/images/top-partner-bg_sp.jpg");
    margin-top: 37.3333333333vw;
  }

  .TopimgLink__box:nth-child(2)::after {
    width: 32vw;
    height: 40vw;
    top: -34.6666666667vw;
  }

  .TopimgLink__link {
    padding: 3.7333333333vw 21.3333333333vw 6.9333333333vw 6.9333333333vw;
  }

  .TopimgLink__title {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .TopimgLink__heading .Heading__main {
    font-size: 6.9333333333vw;
  }

  .TopimgLink__heading .Heading__sub {
    font-size: 4.2666666667vw;
  }

  .TopimgLink__icon.-faq {
    width: 22.6666666667vw;
  }

  .TopimgLink__icon.-partner {
    width: 25.3333333333vw;
  }

  .TopimgLink__txt {
    margin-top: 4.2666666667vw;
  }

  .TopimgLink__button {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }

  .TopFuture {
    margin: 6.4vw 0 21.8666666667vw;
  }

  .TopFuture::before {
    width: 78.1333333333vw;
    height: 100vw;
    bottom: 0;
  }

  .TopFuture__inner::after {
    width: 45.3333333333vw;
    height: 24vw;
    right: 5.3333333333vw;
    bottom: 18.6666666667vw;
    z-index: -1;
  }

  .TopFuture__inner {
    padding: 0 5.3333333333vw;
  }

  .TopFuture__col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .TopFuture__pic {
    width: 74.6666666667vw;
  }

  .TopFuture__txtbox {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    padding-left: 0;
    margin-top: -18.6666666667vw;
  }

  .TopFuture__title {
    font-size: 9.6vw;
    margin: 0;
  }

  .TopFuture__title-sub {
    font-size: 4.2666666667vw;
  }

  .TopFuture__txt {
    margin-bottom: 10.6666666667vw;
  }

  ._MdMinOnly {
    display: none !important;
  }

  .mod-time {
    margin-right: 60%;
    margin-bottom: 0px;
  }
}

@media (max-width: 375px) {
  .Header__button[aria-expanded=true] .Header__buttonBar.-bar1 {
    top: 2.6666666667vw;
  }

  .Header__buttonBar.-bar2 {
    top: 2.6666666667vw;
  }

  .Header__buttonBar.-bar3 {
    top: 5.3333333333vw;
  }

  .Header__button[aria-expanded=true] .Header__buttonBar.-bar3 {
    top: 2.6666666667vw;
  }

  ._SmMinOnly {
    display: none !important;
  }
}
