@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

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

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

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

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

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

:root {
  --color-main: #48a31b;
  --color-main-09: rgba(72, 163, 27, .9);
  --color-main-08: rgba(72, 163, 27, .8);
  --color-main-07: rgba(72, 163, 27, .7);
  --color-main-06: rgba(72, 163, 27, .6);
  --color-main-05: rgba(72, 163, 27, .5);
  --color-main-04: rgba(72, 163, 27, .4);
  --color-main-03: rgba(72, 163, 27, .3);
  --color-main-02: rgba(72, 163, 27, .2);
  --color-main-01: rgba(72, 163, 27, .1);
  --color-sub: #f8962b;
  --color-sub-09: rgba(248, 150, 43, .9);
  --color-sub-08: rgba(248, 150, 43, .8);
  --color-sub-07: rgba(248, 150, 43, .7);
  --color-sub-06: rgba(248, 150, 43, .6);
  --color-sub-05: rgba(248, 150, 43, .5);
  --color-sub-04: rgba(248, 150, 43, .4);
  --color-sub-03: rgba(248, 150, 43, .3);
  --color-sub-02: rgba(248, 150, 43, .2);
  --color-sub-01: rgba(248, 150, 43, .1);
  --color-cta: #f8962b;
  --color-emphasis: #ff0000;
  --color-emphasis-01: rgb(255, 0, 0, .1);
  --color-plan-01: #ff9d3b;
  --color-plan-02: #97d11f;
  --color-plan-03: #3ed1e5;
  --color-input-01: #eff8dd;
  --color-input-02: #e4f1dd;
  --color-border: #dbdad1;
  --color-background: #f2f7f9;
  --color-fff: #ffffff;
  --color-fff-09: rgba(255, 255, 255, .9);
  --color-fff-08: rgba(255, 255, 255, .8);
  --color-fff-07: rgba(255, 255, 255, .7);
  --color-fff-06: rgba(255, 255, 255, .6);
  --color-fff-05: rgba(255, 255, 255, .5);
  --color-fff-04: rgba(255, 255, 255, .4);
  --color-fff-03: rgba(255, 255, 255, .3);
  --color-fff-02: rgba(255, 255, 255, .2);
  --color-fff-01: rgba(255, 255, 255, .1);
  --color-000: #000000;
  --color-000-09: rgba(0, 0, 0, .9);
  --color-000-08: rgba(0, 0, 0, .8);
  --color-000-07: rgba(0, 0, 0, .7);
  --color-000-06: rgba(0, 0, 0, .6);
  --color-000-05: rgba(0, 0, 0, .5);
  --color-000-04: rgba(0, 0, 0, .4);
  --color-000-03: rgba(0, 0, 0, .3);
  --color-000-02: rgba(0, 0, 0, .2);
  --color-000-01: rgba(0, 0, 0, .1);
  --color-gray: #5b5b5b;
  --color-before: #f1f0ed;
  --color-after: #eff8dd;
  --font-size-base: clamp( 15px, calc( 13.666666666666666px + 0.1736111111111111vw ), 17px );
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-en: "Comfortaa", sans-serif;
}

html, body {
  font-size: var(--font-size-base);
  font-family: var(--font-family-base);
  color: var(--color-000);
  font-optical-sizing: auto;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: "halt";
}

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

a {
  color: var(--color-000);
  transition: 0.4s opacity;
}
a:hover {
  color: var(--color-000);
  opacity: 0.6;
  text-decoration: none;
}

section {
  width: 100%;
  margin: 0;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section .section-head {
  width: 100%;
  margin-bottom: 3em;
  text-align: center;
}
section .section-head span {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  font-size: 1rem;
  font-family: var(--font-family-en);
  font-weight: 700;
  color: var(--color-main);
}
@media (max-width: 980px) {
  section .section-head span {
    font-size: 0.85rem;
  }
}
@media (max-width: 768px) {
  section .section-head span {
    font-size: 0.7rem;
  }
}
section .section-head h2 {
  display: block;
  width: 100%;
  font-size: 2.85rem;
  font-weight: 700;
  color: var(--color-000);
  line-height: 1.35;
}
@media (max-width: 980px) {
  section .section-head h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  section .section-head h2 {
    font-size: 2rem;
  }
}

.box, .inner-head--minimal, .inner-head {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.5%;
  padding-right: 3.5%;
}
@media (max-width: 768px) {
  .box, .inner-head--minimal, .inner-head {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.box.mw-medium, .mw-medium.inner-head--minimal, .mw-medium.inner-head {
  max-width: 1080px;
}

br.u-dsp-pc {
  display: block;
}
@media (max-width: 768px) {
  br.u-dsp-pc {
    display: none;
  }
}
br.u-dsp-tb {
  display: none;
}
@media (max-width: 768px) {
  br.u-dsp-tb {
    display: block;
  }
}
br.u-dsp-sm {
  display: none;
}
@media (max-width: 640px) {
  br.u-dsp-sm {
    display: block;
  }
}

a.button {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 1.25rem 3rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-fff);
  border-radius: 999px;
  background-color: var(--color-main);
}
@media (max-width: 768px) {
  a.button {
    padding: 0.85rem 2.5rem;
  }
}
a.view-more {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-top: 0.25em;
  padding-right: 4em;
  font-family: var(--font-family-en);
  line-height: 3em;
}
a.view-more::before, a.view-more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  transform: translateY(-50%);
  border-radius: 999px;
  background-color: var(--color-main);
}
a.view-more::after {
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.43,12l-3.23-1.11s.19.44.23.92h-6.96v.37h6.96c-.04.49-.23.92-.23.92l3.23-1.11Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.43,12l-3.23-1.11s.19.44.23.92h-6.96v.37h6.96c-.04.49-.23.92-.23.92l3.23-1.11Z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--color-fff);
}

button.button {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 1.25rem 3rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-fff);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  border-radius: 999px;
  background-color: var(--color-main);
}
@media (max-width: 768px) {
  button.button {
    padding: 0.85rem 2.5rem;
  }
}
button.button:hover {
  cursor: pointer;
  opacity: 0.7;
}

.cta_wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cta_wrap {
    flex-direction: column;
    border-radius: 12px;
  }
}
.cta_item {
  flex-grow: 1;
}
.cta_item:not(:last-child) {
  border-right: 1px solid var(--color-fff);
}
@media (max-width: 768px) {
  .cta_item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--color-fff);
  }
}
.cta_item b {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  padding-top: 2em;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-fff);
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 980px) {
  .cta_item b {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .cta_item b {
    font-size: 1.75rem;
  }
}
.cta_item b::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% - 0.7em);
  display: block;
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--color-fff);
}
.cta_item b.icon-001::before {
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.94,14.8c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v4.07c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-4.07ZM16.69,4.96H7.25c-.1,0-.19.08-.19.19v2.82c0,.1.08.19.19.19h9.44c.1,0,.19-.08.19-.19v-2.82c0-.1-.08-.19-.19-.19ZM16.94,12.07c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM16.94,9.35c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM7.06,10.69c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34ZM11.5,12.07c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM11.31,17.33h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34c0-.1-.08-.19-.19-.19ZM11.5,14.8c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM8.77,12.07c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM8.58,17.33h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34c0-.1-.08-.19-.19-.19ZM8.77,14.8c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM11.5,9.35c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM14.22,12.07c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM14.03,17.33h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34c0-.1-.08-.19-.19-.19ZM14.22,14.8c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM14.22,9.35c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM17.45,2.94H6.55c-.84,0-1.51.68-1.51,1.51v15.09c0,.84.68,1.51,1.51,1.51h10.89c.84,0,1.51-.68,1.51-1.51V4.45c0-.84-.68-1.51-1.51-1.51ZM17.95,19.55c0,.28-.23.5-.5.5H6.56c-.28,0-.5-.23-.5-.5V4.45c0-.28.23-.5.5-.5h10.89c.28,0,.5.23.5.5v15.1Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.94,14.8c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v4.07c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-4.07ZM16.69,4.96H7.25c-.1,0-.19.08-.19.19v2.82c0,.1.08.19.19.19h9.44c.1,0,.19-.08.19-.19v-2.82c0-.1-.08-.19-.19-.19ZM16.94,12.07c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM16.94,9.35c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM7.06,10.69c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34ZM11.5,12.07c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM11.31,17.33h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34c0-.1-.08-.19-.19-.19ZM11.5,14.8c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM8.77,12.07c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM8.58,17.33h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34c0-.1-.08-.19-.19-.19ZM8.77,14.8c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM11.5,9.35c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM14.22,12.07c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM14.03,17.33h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34c0-.1-.08-.19-.19-.19ZM14.22,14.8c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM14.22,9.35c0-.1-.08-.19-.19-.19h-1.34c-.1,0-.19.08-.19.19v1.34c0,.1.08.19.19.19h1.34c.1,0,.19-.08.19-.19v-1.34ZM17.45,2.94H6.55c-.84,0-1.51.68-1.51,1.51v15.09c0,.84.68,1.51,1.51,1.51h10.89c.84,0,1.51-.68,1.51-1.51V4.45c0-.84-.68-1.51-1.51-1.51ZM17.95,19.55c0,.28-.23.5-.5.5H6.56c-.28,0-.5-.23-.5-.5V4.45c0-.28.23-.5.5-.5h10.89c.28,0,.5.23.5.5v15.1Z"/></svg>');
}
.cta_item b.icon-002::before {
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.82,3.24H3.18c-.88,0-1.6.72-1.6,1.6v11.07c0,.88.72,1.6,1.6,1.6h1.22v1.74c0,1.04.68,1.51,1.3,1.51.27,0,.68-.09,1.1-.51l2.73-2.73h11.28c.88,0,1.6-.72,1.6-1.6V4.84c0-.88-.72-1.6-1.6-1.6ZM21.41,15.91c0,.32-.26.58-.58.58h-11.7l-3.03,3.03c-.37.37-.67.24-.67-.28v-2.75h-2.24c-.32,0-.58-.26-.58-.58V4.84c0-.32.26-.58.58-.58h17.64c.32,0,.58.26.58.58v11.07ZM18.65,6.4H5.35c-.34,0-.61.27-.61.61s.27.61.61.61h13.3c.34,0,.61-.27.61-.61s-.27-.61-.61-.61ZM18.65,13.13H5.35c-.34,0-.61.27-.61.61s.27.61.61.61h13.3c.34,0,.61-.27.61-.61s-.27-.61-.61-.61ZM18.65,9.77H5.35c-.34,0-.61.27-.61.61s.27.61.61.61h13.3c.34,0,.61-.27.61-.61s-.27-.61-.61-.61Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.82,3.24H3.18c-.88,0-1.6.72-1.6,1.6v11.07c0,.88.72,1.6,1.6,1.6h1.22v1.74c0,1.04.68,1.51,1.3,1.51.27,0,.68-.09,1.1-.51l2.73-2.73h11.28c.88,0,1.6-.72,1.6-1.6V4.84c0-.88-.72-1.6-1.6-1.6ZM21.41,15.91c0,.32-.26.58-.58.58h-11.7l-3.03,3.03c-.37.37-.67.24-.67-.28v-2.75h-2.24c-.32,0-.58-.26-.58-.58V4.84c0-.32.26-.58.58-.58h17.64c.32,0,.58.26.58.58v11.07ZM18.65,6.4H5.35c-.34,0-.61.27-.61.61s.27.61.61.61h13.3c.34,0,.61-.27.61-.61s-.27-.61-.61-.61ZM18.65,13.13H5.35c-.34,0-.61.27-.61.61s.27.61.61.61h13.3c.34,0,.61-.27.61-.61s-.27-.61-.61-.61ZM18.65,9.77H5.35c-.34,0-.61.27-.61.61s.27.61.61.61h13.3c.34,0,.61-.27.61-.61s-.27-.61-.61-.61Z"/></svg>');
}
.cta_item b.icon-003::before {
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.98,9.71l-3.5-3.5.8-.8,2.7,2.7,3.06-3.06,5.56,5.56v-1.19h1.13v3.12h-3.12v-1.13h1.19l-4.76-4.76-3.06,3.06ZM20.74,19.61v1.13H3.26V3.26h1.13v.97h.97v1.13h-.97v1.97h.97v1.13h-.97v1.93h.97v1.13h-.97v1.93h.97v1.13h-.97v1.93h.97v1.13h-.97v1.97h1.93v-9.23h4.23v2.04h3.06v2.04h3.06v2.04h3.1v3.1h.97ZM9.42,11.52h-1.97v8.1h1.97v-8.1ZM12.48,13.56h-1.93v6.05h1.93v-6.05ZM15.55,15.6h-1.93v4.01h1.93v-4.01ZM18.65,17.65h-1.97v1.97h1.97v-1.97Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.98,9.71l-3.5-3.5.8-.8,2.7,2.7,3.06-3.06,5.56,5.56v-1.19h1.13v3.12h-3.12v-1.13h1.19l-4.76-4.76-3.06,3.06ZM20.74,19.61v1.13H3.26V3.26h1.13v.97h.97v1.13h-.97v1.97h.97v1.13h-.97v1.93h.97v1.13h-.97v1.93h.97v1.13h-.97v1.93h.97v1.13h-.97v1.97h1.93v-9.23h4.23v2.04h3.06v2.04h3.06v2.04h3.1v3.1h.97ZM9.42,11.52h-1.97v8.1h1.97v-8.1ZM12.48,13.56h-1.93v6.05h1.93v-6.05ZM15.55,15.6h-1.93v4.01h1.93v-4.01ZM18.65,17.65h-1.97v1.97h1.97v-1.97Z"/></svg>');
}
.cta_item p {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-fff);
  line-height: 2;
  text-align: center;
}
@media (max-width: 980px) {
  .cta_item p {
    font-size: 0.9rem;
  }
}
.cta_item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 5vw;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 10vw;
  background-color: var(--color-main);
}
@media (max-width: 768px) {
  .cta_item a {
    padding-top: 10%;
    padding-bottom: 20%;
  }
}
.cta_item a.view-more::before, .cta_item a.view-more::after {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 10%;
  width: 5vw;
  min-width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  transform: translateX(-50%);
  background-color: var(--color-fff);
}
@media (max-width: 768px) {
  .cta_item a.view-more::before, .cta_item a.view-more::after {
    width: 10%;
    min-width: 36px;
  }
}
.cta_item a.view-more::after {
  background-color: var(--color-main);
}

.modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: block;
  width: 100lvw;
  height: 100lvh;
  transition: 0.4s opacity;
  visibility: hidden;
  opacity: 0;
}
.modal.is-open {
  visibility: visible;
  opacity: 1;
}
.modal_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 5%;
  background-color: var(--color-000-05);
}
@media (max-width: 768px) {
  .modal_wrap {
    padding: 0 2.5%;
  }
}
.modal_contents {
  width: 100%;
  max-width: 980px;
  height: auto;
  max-height: calc(100lvh - 120px);
  margin: 60px auto;
  padding: 48px;
  border-radius: 12px;
  background-color: var(--color-fff);
  overflow: auto;
}
@media (max-width: 768px) {
  .modal_contents {
    padding: 18px;
  }
}
.modal_contents-title {
  width: 100%;
  margin-bottom: 24px;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-fff);
  border-radius: 6px;
  background-color: var(--color-main);
}
.modal_contents-list {
  width: 100%;
}
.modal_contents-list_item {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid var(--color-border);
}
.modal_contents-list_item:last-child {
  border-bottom: 1px solid var(--color-border);
}
.modal_contents-list_item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
.modal_contents-list_item a::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 999px;
  background-color: var(--color-main);
}
.modal_contents-table {
  width: 100%;
}
.modal_contents-table table {
  width: 100%;
}
@media (max-width: 768px) {
  .modal_contents-table table {
    font-size: 0.9rem;
  }
}
.modal_contents-table table thead {
  background-color: var(--color-background);
}
.modal_contents-table table tr th, .modal_contents-table table tr td {
  padding: 0.5rem;
  border: 1px solid var(--color-border);
}
.modal_contents-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 72px;
  height: 72px;
}
@media (max-width: 768px) {
  .modal_contents-close {
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
  }
}
.modal_contents-close::before, .modal_contents-close:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 12px;
  display: block;
  width: 48px;
  height: 2px;
  transform: rotate(45deg);
  background-color: var(--color-fff);
}
@media (max-width: 768px) {
  .modal_contents-close::before, .modal_contents-close:after {
    left: 6px;
    width: 36px;
  }
}
.modal_contents-close::after {
  transform: rotate(-45deg);
}
.modal_contents-close:hover {
  cursor: pointer;
}

header {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0 0 0 3.5%;
  background-color: var(--color-fff-09);
}
header h1 {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 1280px) {
  header h1 {
    max-width: 160px;
  }
}
header h1 img {
  display: block;
  width: 100%;
  margin: 0;
}
header #humb {
  display: none;
}
@media (max-width: 1280px) {
  header #humb {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
  }
  header #humb span {
    position: absolute;
    top: calc(50% - 1px);
    left: 18px;
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--color-main);
  }
  header #humb span:nth-child(1) {
    top: calc(50% - 8px);
  }
  header #humb span:nth-child(3) {
    top: calc(50% + 8px - 1px);
  }
  header #humb.is-open span:nth-child(1) {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  header #humb.is-open span:nth-child(2) {
    opacity: 0;
  }
  header #humb.is-open span:nth-child(3) {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
}
header .header_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  flex: 1;
}
@media (max-width: 1280px) {
  header .header_nav {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-15px);
    transition: 0.4s opacity, 0.4s transform;
    position: fixed;
    top: 60px;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    padding: 48px;
    border-radius: 0 0 24px 24px;
    background-color: var(--color-main);
  }
  header .header_nav * {
    visibility: hidden !important;
  }
  header .header_nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  header .header_nav.is-open * {
    visibility: visible !important;
  }
}
@media (max-width: 768px) {
  header .header_nav {
    padding-left: 5%;
    padding-right: 5%;
  }
}
header .header_navWrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2.5rem;
  flex: 1;
}
@media (max-width: 1280px) {
  header .header_navWrap {
    flex: 1;
    gap: 1rem;
    flex-direction: column;
    width: 100%;
  }
}
header .header_navItem {
  position: relative;
}
header .header_navItem a, header .header_navItem span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 90px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  header .header_navItem a, header .header_navItem span {
    justify-content: center;
    min-height: inherit;
    color: var(--color-fff);
  }
}
header .header_navItem-child {
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(95%);
  transition: 0.3s opacity;
  padding: 18px;
  border-radius: 12px;
  background-color: var(--color-main);
}
@media (max-width: 1280px) {
  header .header_navItem-child {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    margin-top: 12px;
    padding-left: 36px;
    padding-right: 36px;
    background-color: var(--color-fff-01);
  }
}
header .header_navItem-childList {
  width: 100%;
  white-space: nowrap;
}
header .header_navItem-childList:not(:last-child) {
  margin-bottom: 0.5em;
}
header .header_navItem-childList a {
  min-height: inherit;
  color: var(--color-fff);
}
header .header_navItem:hover span + .header_navItem-child {
  visibility: visible;
  opacity: 1;
  transform: translateY(100%);
}
@media (max-width: 1280px) {
  header .header_navItem:hover span + .header_navItem-child {
    transform: translateY(0);
  }
}
header .header_navItem.current a {
  color: var(--color-main);
}
@media (max-width: 1280px) {
  header .header_navItem.current a {
    color: var(--color-fff);
  }
}
header .header_navCta {
  width: 100%;
  max-width: 300px;
}
header .header_navCta a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 90px;
  margin: 0;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-fff);
  line-height: 1;
  background-color: var(--color-cta);
}
@media (max-width: 1280px) {
  header .header_navCta a {
    min-height: inherit;
    padding: 1.5rem;
  }
}

footer {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 36px;
  background-color: var(--color-background);
}
@media (max-width: 640px) {
  footer {
    text-align: center;
  }
}
footer .footer_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 3.5%;
  padding-right: 3.5%;
}
footer .footer_logo {
  flex-grow: 1;
}
footer .footer_logo p {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-gray);
  letter-spacing: 0.2em;
}
@media (max-width: 640px) {
  footer .footer_logo p {
    padding-left: 0.75em;
    text-indent: -0.75em;
  }
}
footer .footer_logo img {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 640px) {
  footer .footer_logo img {
    display: block;
    margin: 0 auto;
  }
}
footer .footer_nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem;
  width: 25rem;
}
@media (max-width: 640px) {
  footer .footer_nav {
    gap: 0 1rem;
    width: 100%;
    margin-top: 24px;
  }
}
footer .footer_navItem {
  width: calc(50% - 1rem);
}
@media (max-width: 640px) {
  footer .footer_navItem {
    width: calc(50% - 0.5rem);
    padding: 0.75em;
    text-align: left;
    border-bottom: 1px solid var(--color-fff);
  }
}
footer .footer_subNav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 640px) {
  footer .footer_subNav {
    gap: 0.5rem;
    width: 100%;
    margin-top: 36px;
  }
}
footer .footer_subNavItem {
  display: inline-block;
  font-size: 0.75rem;
}
@media (max-width: 640px) {
  footer .footer_subNavItem {
    width: 100%;
  }
}
footer .copyrights {
  width: 100%;
  font-size: 0.75rem;
}

.main-visual {
  position: relative;
  width: 100%;
  height: 670px;
  background-image: url(../image/index/mv.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .main-visual {
    height: auto;
    aspect-ratio: 7/10;
    background-image: url(../image/index/mv_sp.webp);
  }
}
.main-visual_catch {
  width: 100%;
  padding-top: 60px;
  padding-left: 7.5%;
  padding-right: 7.5%;
}
@media (max-width: 640px) {
  .main-visual_catch {
    padding-top: 15%;
  }
}
.main-visual_catch h2 {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-main);
  letter-spacing: 0.2em;
  line-height: 1.25;
}
@media (max-width: 980px) {
  .main-visual_catch h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 640px) {
  .main-visual_catch h2 {
    letter-spacing: 0.2em;
    line-height: 1.5;
  }
}
.main-visual_catch h2 br {
  display: none;
}
@media (max-width: 640px) {
  .main-visual_catch h2 br {
    display: block;
  }
}
.main-visual_catch p {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--color-gray);
}
@media (max-width: 980px) {
  .main-visual_catch p {
    font-size: 1.15rem;
  }
}
.main-visual_news {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding-left: 3.5%;
  padding-right: 3.5%;
  transform: translateY(-50%);
}
.main-visual_news-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px;
  white-space: nowrap;
  border-radius: 12px;
  background-color: var(--color-fff-08);
}
@media (max-width: 768px) {
  .main-visual_news-wrap {
    position: relative;
    flex-wrap: wrap;
    gap: 0;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.main-visual_news-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  font-size: 1.15rem;
  font-weight: 700;
  border-right: 1px solid var(--color-border);
}
@media (max-width: 768px) {
  .main-visual_news-title {
    width: 100%;
    margin-bottom: 0.75em;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0.75em;
    font-size: 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--color-border);
  }
}
.main-visual_news-title span {
  transform: translateY(0.25em);
  font-size: 0.85rem;
  color: var(--color-main);
  font-family: var(--font-family-en);
  font-weight: 700;
}
@media (max-width: 768px) {
  .main-visual_news-title span {
    font-size: 0.75rem;
  }
}
.main-visual_news-contents {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  min-width: 0;
}
.main-visual_news-contents > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  width: 100%;
  overflow: hidden;
}
.main-visual_news-contents > a span.date {
  display: inline-block;
  width: auto;
}
.main-visual_news-contents > a p {
  flex-grow: 1;
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main-visual_news-contents .more {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .main-visual_news-contents .more {
    position: absolute;
    top: 18px;
    right: 5%;
  }
}
.main-visual_news-contents .more a {
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--font-family-en);
  color: var(--color-main);
}
@media (max-width: 768px) {
  .main-visual_news-contents .more a {
    padding: 0;
    font-size: 0.85rem;
    line-height: 1;
  }
  .main-visual_news-contents .more a::before, .main-visual_news-contents .more a::after {
    display: none;
  }
}

.index-about_wrap h3 {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
  line-height: 1.35;
}
@media (max-width: 768px) {
  .index-about_wrap h3 {
    font-size: 1.75rem;
  }
}
.index-about_wrap p {
  text-align: center;
  line-height: 2;
}
.index-about_wrap .more {
  width: 100%;
  margin-top: 3rem;
  text-align: center;
}
.index-service {
  background-image: url(../image/common/background-001.webp);
  background-size: 40%;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: var(--color-background);
}
.index-service_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 36px;
}
.index-service_item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 36px;
  width: 100%;
  margin: 0;
  padding: 30px;
  border-radius: 24px;
  background-color: var(--color-fff);
}
@media (max-width: 768px) {
  .index-service_item {
    flex-direction: column;
    max-width: 560px;
  }
}
.index-service_item-image {
  width: 35%;
}
@media (max-width: 768px) {
  .index-service_item-image {
    width: 100%;
  }
}
.index-service_item-image img {
  border-radius: 18px;
}
.index-service_item-text {
  flex-grow: 1;
}
.index-service_item-text span {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  font-size: 0.85rem;
  font-family: var(--font-family-en);
  font-weight: 700;
  color: var(--color-main);
}
@media (max-width: 980px) {
  .index-service_item-text span {
    font-size: 0.7rem;
  }
}
.index-service_item-text span::before {
  content: "■";
  margin-right: 0.5em;
}
.index-service_item-text h3 {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.35;
}
@media (max-width: 980px) {
  .index-service_item-text h3 {
    font-size: 2rem;
  }
}
.index-service_item-text h4 {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--color-main);
  line-height: 1.35;
}
@media (max-width: 980px) {
  .index-service_item-text h4 {
    font-size: 1.3rem;
  }
}
.index-service_item-text .more {
  margin-top: 1.5rem;
  text-align: right;
}
.index-service_item-text .more a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .index-service_item-text .more a {
    width: 100%;
    text-align: center;
  }
}
.index-case {
  overflow: hidden;
}
.index-case_wrap h3 {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.index-case_wrap h3 + p {
  text-align: center;
}
.index-case_slider {
  margin-top: 36px;
}
.index-case_sliderItem-image {
  width: 100%;
  margin-bottom: 18px;
}
.index-case_sliderItem-text span.date {
  display: block;
  width: 100%;
  font-size: 0.85rem;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .index-case_sliderItem-text span.date {
    font-size: 0.7rem;
  }
}
.index-case_sliderItem-text .name {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1.15rem;
}
.index-case_sliderItem-text .category {
  width: 100%;
  margin-bottom: 1em;
  padding: 0.35em;
  font-size: 1rem;
  color: var(--color-main);
  text-align: center;
  line-height: 1.5;
  border: 1px solid var(--color-main);
  border-radius: 999px;
}
@media (max-width: 768px) {
  .index-case_sliderItem-text .category {
    font-size: 0.9rem;
  }
}
.index-case_sliderItem-text .more {
  width: 100%;
  margin-top: 1em;
  text-align: right;
}
.index-case_sliderItem-text .more a.view-more {
  padding-right: 3em;
  color: var(--color-000-05);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .index-case_sliderItem-text .more a.view-more {
    font-size: 0.85rem;
  }
}
.index-case_sliderItem-text .more a.view-more::before {
  display: none;
}
.index-case_sliderItem-text .more a.view-more::after {
  background-color: var(--color-000-05);
}
.index-sustainability {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../image/common/background-002.webp);
  background-size: 40%;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: var(--color-background);
}
.index-sustainability_wrap h3 {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
  line-height: 1.35;
}
@media (max-width: 768px) {
  .index-sustainability_wrap h3 {
    font-size: 1.75rem;
  }
}
.index-sustainability_wrap p {
  text-align: center;
  line-height: 2;
}
.index-sustainability_wrap .more {
  width: 100%;
  margin-top: 3rem;
  text-align: center;
}

main:has(.inner-head) {
  background-image: url(../image/common/background-003.webp);
  background-size: 55%;
  background-position: top right;
  background-repeat: no-repeat;
}

.inner-head {
  width: 100%;
  min-height: 360px;
  padding-top: 60px;
}
@media (max-width: 980px) {
  .inner-head {
    min-height: inherit;
  }
}
.inner-head_en {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1rem;
  font-family: var(--font-family-en);
  font-weight: 700;
  color: var(--color-sub);
}
@media (max-width: 768px) {
  .inner-head_en {
    font-size: 0.9rem;
  }
}
.inner-head_title {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.35;
}
@media (max-width: 980px) {
  .inner-head_title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .inner-head_title {
    font-size: 2.75rem;
  }
}
@media (max-width: 640px) {
  .inner-head_title {
    font-size: 2.5rem;
  }
}
.inner-head_description {
  display: block;
  width: 100%;
  margin-bottom: 2em;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 980px) {
  .inner-head_description {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .inner-head_description {
    font-size: 1.25rem;
  }
}
@media (max-width: 640px) {
  .inner-head_description {
    font-size: 1.15rem;
  }
}
.inner-head_button {
  width: 100%;
}
.inner-head_button a.button {
  font-size: 1.5rem;
  text-align: center;
  border-radius: 12px;
}
@media (max-width: 980px) {
  .inner-head_button a.button {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .inner-head_button a.button {
    font-size: 1.15rem;
  }
}
@media (max-width: 640px) {
  .inner-head_button a.button {
    width: 100%;
  }
}
.inner-head_button a.button span {
  display: block;
  font-size: 0.7em;
}
.inner-head--minimal {
  width: 100%;
  margin-bottom: 36px;
  padding-top: 60px;
  text-align: center;
}
.inner-heading, .green-transformation-non-fossil_wrap h3, .green-transformation-ppa_wrap h3 {
  width: 100%;
  margin-bottom: 2.5rem;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1080px) {
  .inner-heading, .green-transformation-non-fossil_wrap h3, .green-transformation-ppa_wrap h3 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .inner-heading, .green-transformation-non-fossil_wrap h3, .green-transformation-ppa_wrap h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 640px) {
  .inner-heading, .green-transformation-non-fossil_wrap h3, .green-transformation-ppa_wrap h3 {
    font-size: 1.5rem;
  }
}
.inner-heading small, .green-transformation-non-fossil_wrap h3 small, .green-transformation-ppa_wrap h3 small {
  display: block;
  width: 100%;
  font-size: 1.15rem;
  line-height: 1.25;
}
.inner-heading span, .green-transformation-non-fossil_wrap h3 span, .green-transformation-ppa_wrap h3 span {
  color: var(--color-main);
}
.inner-heading span.en, .green-transformation-non-fossil_wrap h3 span.en, .green-transformation-ppa_wrap h3 span.en {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1rem;
  font-family: var(--font-family-en);
}
@media (max-width: 768px) {
  .inner-heading span.en, .green-transformation-non-fossil_wrap h3 span.en, .green-transformation-ppa_wrap h3 span.en {
    font-size: 0.85rem;
  }
}
.inner-heading_description, .green-transformation-non-fossil_wrap h3 + p, .green-transformation-ppa_wrap h3 + p {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
.inner-heading_description.fs-large, .green-transformation-non-fossil_wrap h3 + p.fs-large, .green-transformation-ppa_wrap h3 + p.fs-large {
  font-size: 1.35rem;
}
@media (max-width: 1080px) {
  .inner-heading_description.fs-large, .green-transformation-non-fossil_wrap h3 + p.fs-large, .green-transformation-ppa_wrap h3 + p.fs-large {
    font-size: 1.15rem;
  }
}
.inner-heading_description.ta-left, .green-transformation-non-fossil_wrap h3 + p.ta-left, .green-transformation-ppa_wrap h3 + p.ta-left {
  text-align: left;
}
.inner-heading.has-dots, .green-transformation-non-fossil_wrap h3.has-dots, .green-transformation-ppa_wrap h3.has-dots {
  position: relative;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .inner-heading.has-dots, .green-transformation-non-fossil_wrap h3.has-dots, .green-transformation-ppa_wrap h3.has-dots {
    padding-bottom: 2rem;
  }
}
.inner-heading.has-dots::after, .green-transformation-non-fossil_wrap h3.has-dots::after, .green-transformation-ppa_wrap h3.has-dots::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 680px;
  height: 0;
  transform: translateX(-50%);
  border-bottom: 4px dotted var(--color-main);
}
@media (max-width: 768px) {
  .inner-heading.has-dots::after, .green-transformation-non-fossil_wrap h3.has-dots::after, .green-transformation-ppa_wrap h3.has-dots::after {
    border-bottom: 3px dotted var(--color-main);
  }
}
.inner-heading.has-dots.ta-left::after, .green-transformation-non-fossil_wrap h3.has-dots.ta-left::after, .green-transformation-ppa_wrap h3.has-dots.ta-left::after {
  left: 0;
  transform: translateX(0);
}
.inner-heading.ta-left, .green-transformation-non-fossil_wrap h3.ta-left, .green-transformation-ppa_wrap h3.ta-left {
  text-align: left;
}
.inner-heading.sdgs, .green-transformation-non-fossil_wrap h3.sdgs, .green-transformation-ppa_wrap h3.sdgs {
  position: relative;
  z-index: 1;
}
.inner-heading.sdgs::before, .green-transformation-non-fossil_wrap h3.sdgs::before, .green-transformation-ppa_wrap h3.sdgs::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.5em;
  height: 4.5em;
  opacity: 0.15;
  transform: translate(-50%, -50%);
  background-image: url(../image/sustainability/sdgs-batch.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.table-scroll {
  width: 100%;
}
@media (max-width: 1080px) {
  .table-scroll {
    overflow-x: auto;
  }
}
.table-scroll_contents {
  width: 100%;
}
@media (max-width: 1080px) {
  .table-scroll_contents {
    min-width: 1000px;
  }
}

.best-price {
  position: relative;
  width: 100%;
  margin-top: 84px;
  padding-left: 15%;
  padding-right: 15%;
}
@media (max-width: 768px) {
  .best-price {
    padding-left: 0;
    padding-right: 96px;
  }
}
@media (max-width: 540px) {
  .best-price {
    padding-right: 0;
  }
}
.best-price img {
  width: 100%;
}
.best-price::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 12.5%;
  height: auto;
  aspect-ratio: 1/2;
  background-image: url(../image/common/illust-001-1.svg);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .best-price::after {
    width: 84px;
  }
}
@media (max-width: 540px) {
  .best-price::after {
    top: 0;
    right: 5%;
    bottom: auto;
    width: 10%;
    transform: translateY(-80%);
  }
}

article * {
  margin-bottom: 1em;
}
article h1, article h2, article h3, article h4, article h5 {
  margin-bottom: 0.75em;
}
article ul, article ol {
  margin-left: 1.25em;
}
article ul li, article ol li {
  margin-bottom: 0.5em;
}
article table tr th, article table tr td {
  border-color: var(--color-border);
}

.price-comparison-plan {
  background-color: var(--color-background);
}
.price-comparison-plan_table {
  width: 100%;
  margin-top: 60px;
}
.price-comparison-plan_table-head {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
  width: 100%;
}
.price-comparison-plan_table-headIllust {
  position: relative;
  width: 180px;
}
.price-comparison-plan_table-headIllust::after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 1rem;
  display: block;
  width: 144px;
  height: 216px;
  background-image: url(../image/common/illust-002-1.svg);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.price-comparison-plan_table-headCell {
  flex: 1;
  width: auto;
  height: 12rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-fff);
  text-align: center;
  line-height: 1.5;
  background-size: 7rem;
  background-position: top 4rem center;
  background-repeat: no-repeat;
  border-radius: 12px 12px 0 0;
}
.price-comparison-plan_table-headCell.icon-001 {
  background-image: url(../image/service/price-comparison/icon-001.svg);
  background-color: var(--color-plan-01);
}
.price-comparison-plan_table-headCell.icon-002 {
  background-image: url(../image/service/price-comparison/icon-002.svg);
  background-color: var(--color-plan-02);
}
.price-comparison-plan_table-headCell.icon-003 {
  background-image: url(../image/service/price-comparison/icon-003.svg);
  background-color: var(--color-plan-03);
}
.price-comparison-plan_table-body {
  width: 100%;
}
.price-comparison-plan_table-bodyRow {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  border-top: 1px solid var(--color-border);
}
.price-comparison-plan_table-bodyHead {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 180px;
  flex-shrink: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.price-comparison-plan_table-bodyCell {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 18px;
  background-color: var(--color-fff);
}
.price-comparison-plan_table-bodyCell .false {
  display: block;
  width: 2rem;
  height: 2px;
  background-color: var(--color-000);
}
.price-comparison-plan_table-bodyCell .true {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 2px solid var(--color-000);
}
.price-comparison-plan_table-bodyCell .none {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
}
.price-comparison-plan_table-bodyCell .none::before, .price-comparison-plan_table-bodyCell .none::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: block;
  width: 2rem;
  height: 2px;
  transform: rotate(45deg);
  background-color: var(--color-000);
}
.price-comparison-plan_table-bodyCell .none::after {
  transform: rotate(-45deg);
}
.price-comparison-plan_table-bodyCell .tri {
  width: 2rem;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 0, 100% 100%, 0 100%, 50% 0, 50% 4px, 3.4641016151px calc(100% - 2px), calc(100% - 3.4641016151px) calc(100% - 2px), 50% 4px);
  background-color: var(--color-000);
}
.price-comparison-network_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 36px;
}
.price-comparison-network_item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px 60px;
  width: 100%;
  margin: 0;
  padding: 30px;
  border-radius: 24px;
  background-color: var(--color-fff);
}
@media (max-width: 768px) {
  .price-comparison-network_item {
    flex-direction: column;
    max-width: 560px;
  }
}
@media (max-width: 640px) {
  .price-comparison-network_item {
    padding: 0;
  }
}
.price-comparison-network_item-image {
  flex-shrink: 0;
  width: 40%;
}
@media (max-width: 768px) {
  .price-comparison-network_item-image {
    width: 100%;
  }
}
.price-comparison-network_item-image img {
  border-radius: 18px;
}
.price-comparison-network_item-text {
  flex-grow: 1;
}
.price-comparison-network_item-text .more {
  margin-top: 1.5rem;
  text-align: right;
}
.price-comparison-network_item-text .more a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .price-comparison-network_item-text .more a {
    width: 100%;
    text-align: center;
  }
}

.green-transformation-navigate .inner-heading, .green-transformation-navigate .green-transformation-non-fossil_wrap h3, .green-transformation-non-fossil_wrap .green-transformation-navigate h3, .green-transformation-navigate .green-transformation-ppa_wrap h3, .green-transformation-ppa_wrap .green-transformation-navigate h3 {
  font-size: 1.5rem;
}
.green-transformation-navigate_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 48px;
}
.green-transformation-navigate_link {
  flex-grow: 1;
  width: calc(50% - 24px);
  padding-bottom: 36px;
}
.green-transformation-navigate_link a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 48px;
  font-size: 2rem;
  color: var(--color-fff);
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  border-radius: 12px;
  border: 3px solid var(--color-sub);
  background-color: var(--color-sub);
}
.green-transformation-navigate_link a::before, .green-transformation-navigate_link a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -36px;
  width: 72px;
  height: auto;
  aspect-ratio: 1/1;
  transform: translateX(-50%);
  border-radius: 999px;
  border: 3px solid var(--color-sub);
  background-color: var(--color-fff);
}
@media (max-width: 768px) {
  .green-transformation-navigate_link a::before, .green-transformation-navigate_link a::after {
    width: 10%;
    min-width: 36px;
  }
}
.green-transformation-navigate_link a::after {
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.43,12l-3.23-1.11s.19.44.23.92h-6.96v.37h6.96c-.04.49-.23.92-.23.92l3.23-1.11Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.43,12l-3.23-1.11s.19.44.23.92h-6.96v.37h6.96c-.04.49-.23.92-.23.92l3.23-1.11Z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transform: translateX(-50%) rotate(90deg);
  background-color: var(--color-sub);
}
.green-transformation-navigate_link a small {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1rem;
}
.green-transformation-navigate_link:nth-child(even) a {
  color: var(--color-sub);
  background-color: var(--color-fff);
}
.green-transformation-navigate_link:nth-child(even) a::before, .green-transformation-navigate_link:nth-child(even) a::after {
  border: 3px solid var(--color-fff);
  background-color: var(--color-sub);
}
.green-transformation-navigate_link:nth-child(even) a::after {
  background-color: var(--color-fff);
}
.green-transformation-navigate_table {
  width: 100%;
  margin-top: 60px;
}
.green-transformation-navigate_table table {
  width: 100%;
}
.green-transformation-navigate_table table tr {
  border-bottom: 2px solid var(--color-sub);
}
.green-transformation-navigate_table table tr:not(:first-child) {
  border-bottom: 2px solid var(--color-sub-05);
}
.green-transformation-navigate_table table tr *:not(:last-child) {
  border-right: 2px solid var(--color-sub);
}
.green-transformation-navigate_table table tr th, .green-transformation-navigate_table table tr td {
  padding: 1rem 1.5rem;
  font-size: 1.15rem;
  text-align: center;
}
.green-transformation-navigate_table table tr th:first-child, .green-transformation-navigate_table table tr td:first-child {
  text-align: left;
}
.green-transformation-ppa_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 72px;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 240px;
  border-radius: 36px;
  border: 24px solid var(--color-sub-01);
}
.green-transformation-ppa_wrap > h2 {
  width: 100%;
  max-width: 30rem;
  margin: -4rem auto 0 auto;
  padding: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-fff);
  text-align: center;
  line-height: 1.5;
  border-radius: 12px;
  background-color: var(--color-sub);
}
.green-transformation-ppa_contents {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 36px;
  width: 100%;
  margin-bottom: 60px;
}
.green-transformation-ppa_item {
  flex-grow: 1;
  width: auto;
  min-width: 0;
}
.green-transformation-ppa_item img {
  width: 100%;
  border-radius: 12px;
}
.green-transformation-ppa_item p {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.green-transformation-ppa_schema {
  margin-top: 36px;
}
.green-transformation-ppa_schema img {
  width: 100%;
}
.green-transformation-ppa_schema + p {
  text-align: center;
}
.green-transformation-ppa_checkList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .green-transformation-ppa_checkList {
    flex-direction: column;
    max-width: 560px;
  }
}
.green-transformation-ppa_checkList-image {
  width: 35%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .green-transformation-ppa_checkList-image {
    width: 100%;
  }
}
.green-transformation-ppa_checkList-image img {
  border-radius: 18px;
}
.green-transformation-ppa_checkList-text {
  flex-grow: 1;
  width: 65%;
}
.green-transformation-ppa_checkList-text ul {
  width: 100%;
  margin: 0;
  padding-left: 1.5em;
  font-size: 1.75rem;
  font-weight: 700;
}
.green-transformation-ppa_checkList-text ul li {
  position: relative;
  padding-left: 2em;
  list-style: none;
  line-height: 1.5;
}
.green-transformation-ppa_checkList-text ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.green-transformation-ppa_checkList-text ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.41,11.72l1.89-1.89,3.17,3.17L20.95,1.75l2.05,1.73-11.36,13.47-5.23-5.23ZM21.66,22.25v-12.81l-1.27,1.51v10.03H3.7V4.29h11.83l1.07-1.27H2.43v19.23h19.23Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.41,11.72l1.89-1.89,3.17,3.17L20.95,1.75l2.05,1.73-11.36,13.47-5.23-5.23ZM21.66,22.25v-12.81l-1.27,1.51v10.03H3.7V4.29h11.83l1.07-1.27H2.43v19.23h19.23Z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--color-main);
}
.green-transformation-ppa_checkList-note {
  width: 100%;
  margin-top: 12px;
  text-align: center;
}
.green-transformation-ppa_step {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  width: 100%;
  margin-top: 36px;
  counter-reset: item;
}
.green-transformation-ppa_stepItem {
  position: relative;
  flex-grow: 1;
  width: auto;
  min-width: 0;
  counter-increment: item;
  padding-top: 1.5rem;
}
.green-transformation-ppa_stepItem::before {
  content: "0" counter(item);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-family: var(--font-family-en);
  font-weight: 700;
  color: var(--color-main);
}
.green-transformation-ppa_stepItem:not(:last-child) {
  padding-right: 72px;
}
.green-transformation-ppa_stepItem:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  right: 0;
  width: 72px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.43,12l-3.23-1.11s.19.44.23.92h-6.96v.37h6.96c-.04.49-.23.92-.23.92l3.23-1.11Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.43,12l-3.23-1.11s.19.44.23.92h-6.96v.37h6.96c-.04.49-.23.92-.23.92l3.23-1.11Z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transform: translateY(-50%);
  background-color: var(--color-main);
}
.green-transformation-ppa_stepItem img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.green-transformation-ppa_stepItem p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.green-transformation-ppa_cta {
  width: 100%;
  margin-bottom: -240px;
}
.green-transformation-ppa_ctaWrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .green-transformation-ppa_ctaWrap {
    flex-direction: column;
    border-radius: 12px;
  }
}
.green-transformation-ppa_ctaItem {
  position: relative;
  flex-grow: 1;
}
.green-transformation-ppa_ctaItem:not(:last-child) {
  border-right: 1px solid var(--color-fff);
}
@media (max-width: 768px) {
  .green-transformation-ppa_ctaItem:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--color-fff);
  }
}
.green-transformation-ppa_ctaItem::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 0;
  display: block;
  width: 12.5%;
  height: auto;
  aspect-ratio: 8/13;
  transform: translateY(40%);
  background-image: url(../image/common/illust-002-2.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.green-transformation-ppa_ctaItem b {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-fff);
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 980px) {
  .green-transformation-ppa_ctaItem b {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .green-transformation-ppa_ctaItem b {
    font-size: 1.75rem;
  }
}
.green-transformation-ppa_ctaItem p {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-fff);
  line-height: 2;
  text-align: center;
}
@media (max-width: 980px) {
  .green-transformation-ppa_ctaItem p {
    font-size: 0.9rem;
  }
}
.green-transformation-ppa_ctaItem a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 5vw;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 10vw;
  background-color: var(--color-main);
  border-radius: 24px;
}
@media (max-width: 768px) {
  .green-transformation-ppa_ctaItem a {
    padding-top: 10%;
    padding-bottom: 20%;
  }
}
.green-transformation-ppa_ctaItem a.view-more::before, .green-transformation-ppa_ctaItem a.view-more::after {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 10%;
  width: 5vw;
  min-width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  transform: translateX(-50%);
  background-color: var(--color-fff);
}
@media (max-width: 768px) {
  .green-transformation-ppa_ctaItem a.view-more::before, .green-transformation-ppa_ctaItem a.view-more::after {
    width: 10%;
    min-width: 36px;
  }
}
.green-transformation-ppa_ctaItem a.view-more::after {
  background-color: var(--color-main);
}
.green-transformation-non-fossil_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 72px;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 240px;
  border-radius: 36px;
  border: 24px solid transparent;
  background-color: var(--color-sub-01);
}
.green-transformation-non-fossil_wrap > h2 {
  width: 100%;
  max-width: 30rem;
  margin: -4rem auto 0 auto;
  padding: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-sub);
  text-align: center;
  line-height: 1.5;
  border-radius: 12px;
  border: 5px solid var(--color-sub);
  background-color: var(--color-fff);
}
.green-transformation-non-fossil_contents {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 36px;
  margin-top: 60px;
}
.green-transformation-non-fossil_item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 36px;
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .green-transformation-non-fossil_item {
    flex-direction: column;
    max-width: 560px;
  }
}
.green-transformation-non-fossil_item-image {
  flex-shrink: 0;
  width: 30%;
}
@media (max-width: 768px) {
  .green-transformation-non-fossil_item-image {
    width: 100%;
  }
}
.green-transformation-non-fossil_item-image img {
  border-radius: 18px;
}
.green-transformation-non-fossil_item-text {
  flex-grow: 1;
}
.green-transformation-non-fossil_item-text h4 {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-main);
  line-height: 1.5;
}
@media (max-width: 980px) {
  .green-transformation-non-fossil_item-text h4 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .green-transformation-non-fossil_item-text h4 {
    font-size: 1.75rem;
  }
}
.green-transformation-non-fossil_step {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  width: 100%;
  margin-top: 36px;
  padding: 18px 36px 36px 36px;
  counter-reset: item;
  border-radius: 24px;
  background-color: var(--color-fff);
}
.green-transformation-non-fossil_stepItem {
  position: relative;
  flex-grow: 1;
  width: auto;
  min-width: 0;
  counter-increment: item;
  padding-top: 1.5rem;
}
.green-transformation-non-fossil_stepItem::before {
  content: "0" counter(item);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-family: var(--font-family-en);
  font-weight: 700;
  color: var(--color-sub);
}
.green-transformation-non-fossil_stepItem:not(:last-child) {
  padding-right: 72px;
}
.green-transformation-non-fossil_stepItem:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  right: 0;
  width: 72px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.43,12l-3.23-1.11s.19.44.23.92h-6.96v.37h6.96c-.04.49-.23.92-.23.92l3.23-1.11Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.43,12l-3.23-1.11s.19.44.23.92h-6.96v.37h6.96c-.04.49-.23.92-.23.92l3.23-1.11Z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transform: translateY(-50%);
  background-color: var(--color-sub);
}
.green-transformation-non-fossil_stepItem img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.green-transformation-non-fossil_stepItem p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.green-transformation-non-fossil_cta {
  width: 100%;
  margin-bottom: -240px;
}
.green-transformation-non-fossil_ctaWrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .green-transformation-non-fossil_ctaWrap {
    flex-direction: column;
    border-radius: 12px;
  }
}
.green-transformation-non-fossil_ctaItem {
  position: relative;
  flex-grow: 1;
}
.green-transformation-non-fossil_ctaItem:not(:last-child) {
  border-right: 1px solid var(--color-fff);
}
@media (max-width: 768px) {
  .green-transformation-non-fossil_ctaItem:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid var(--color-fff);
  }
}
.green-transformation-non-fossil_ctaItem::after {
  content: "";
  position: absolute;
  left: -5%;
  bottom: 0;
  display: block;
  width: 20%;
  height: auto;
  aspect-ratio: 10/13;
  transform: translateY(20%);
  background-image: url(../image/common/illust-001-2.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.green-transformation-non-fossil_ctaItem b {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-fff);
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 980px) {
  .green-transformation-non-fossil_ctaItem b {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .green-transformation-non-fossil_ctaItem b {
    font-size: 1.75rem;
  }
}
.green-transformation-non-fossil_ctaItem p {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-fff);
  line-height: 2;
  text-align: center;
}
@media (max-width: 980px) {
  .green-transformation-non-fossil_ctaItem p {
    font-size: 0.9rem;
  }
}
.green-transformation-non-fossil_ctaItem a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 5vw;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 10vw;
  background-color: var(--color-main);
  border-radius: 24px;
}
@media (max-width: 768px) {
  .green-transformation-non-fossil_ctaItem a {
    padding-top: 10%;
    padding-bottom: 20%;
  }
}
.green-transformation-non-fossil_ctaItem a.view-more::before, .green-transformation-non-fossil_ctaItem a.view-more::after {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 10%;
  width: 5vw;
  min-width: 48px;
  height: auto;
  aspect-ratio: 1/1;
  transform: translateX(-50%);
  background-color: var(--color-fff);
}
@media (max-width: 768px) {
  .green-transformation-non-fossil_ctaItem a.view-more::before, .green-transformation-non-fossil_ctaItem a.view-more::after {
    width: 10%;
    min-width: 36px;
  }
}
.green-transformation-non-fossil_ctaItem a.view-more::after {
  background-color: var(--color-main);
}

.energy-management-system-worries_contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 36px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.energy-management-system-worries_contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 12.5%;
  height: auto;
  aspect-ratio: 1/2;
  transform: translate(-35%, -70%);
  background-image: url(../image/common/illust-002-3.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.energy-management-system-worries_item {
  flex-grow: 1;
  width: auto;
  min-width: 0;
}
.energy-management-system-worries_item img {
  width: 100%;
  border-radius: 12px;
}
.energy-management-system-worries_item p {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.energy-management-system-ai-bems_contents {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 36px;
  width: 100%;
  margin-top: 60px;
}
.energy-management-system-ai-bems_contents-image img {
  width: 100%;
  border-radius: 24px;
}
.energy-management-system-ai-bems_checkList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .energy-management-system-ai-bems_checkList {
    flex-direction: column;
    max-width: 560px;
  }
}
.energy-management-system-ai-bems_checkList-image {
  width: 50%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .energy-management-system-ai-bems_checkList-image {
    width: 100%;
  }
}
.energy-management-system-ai-bems_checkList-text {
  flex-grow: 1;
  width: 40%;
}
.energy-management-system-ai-bems_checkList-text ul {
  width: 100%;
  margin: 0;
  padding-left: 1.5em;
  font-size: 1.75rem;
  font-weight: 700;
}
.energy-management-system-ai-bems_checkList-text ul li {
  position: relative;
  padding-left: 2em;
  list-style: none;
  line-height: 1.5;
}
.energy-management-system-ai-bems_checkList-text ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.energy-management-system-ai-bems_checkList-text ul li p {
  display: block;
  width: 100%;
  margin-top: 0.5em;
  font-size: 1rem;
  font-weight: 400;
}
.energy-management-system-ai-bems_checkList-text ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.41,11.72l1.89-1.89,3.17,3.17L20.95,1.75l2.05,1.73-11.36,13.47-5.23-5.23ZM21.66,22.25v-12.81l-1.27,1.51v10.03H3.7V4.29h11.83l1.07-1.27H2.43v19.23h19.23Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6.41,11.72l1.89-1.89,3.17,3.17L20.95,1.75l2.05,1.73-11.36,13.47-5.23-5.23ZM21.66,22.25v-12.81l-1.27,1.51v10.03H3.7V4.29h11.83l1.07-1.27H2.43v19.23h19.23Z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--color-sub);
}
.energy-management-system-network_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 36px;
}
.energy-management-system-network_item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px 60px;
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .energy-management-system-network_item {
    flex-direction: column;
    max-width: 560px;
  }
}
@media (max-width: 640px) {
  .energy-management-system-network_item {
    padding: 0;
  }
}
.energy-management-system-network_item-image {
  flex-shrink: 0;
  width: 40%;
}
@media (max-width: 768px) {
  .energy-management-system-network_item-image {
    width: 100%;
  }
}
.energy-management-system-network_item-image img {
  border-radius: 18px;
}
.energy-management-system-network_item-text {
  flex-grow: 1;
}
.energy-management-system-result_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
}
.energy-management-system-result_item {
  margin: 0;
  padding: 12px;
  border-radius: 12px;
  background-color: var(--color-main-01);
}
.energy-management-system-result_item p {
  font-size: 1.35rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-main);
}
.energy-management-system-result_item span {
  display: block;
  margin-top: 0.25em;
  font-size: 1.15rem;
  font-weight: 700;
  text-align: center;
}
.energy-management-system-case {
  overflow: hidden;
}
.energy-management-system-case_wrap {
  position: relative;
  width: 100%;
}
.energy-management-system-case_wrap:not(:last-child) {
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.energy-management-system-case_wrap:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: calc(100% + 120px);
  max-width: 90vw;
  min-width: 100%;
  height: 0;
  transform: translateX(-50%);
  border-bottom: 2px solid var(--color-main);
}
.energy-management-system-case_contents {
  border-radius: 12px;
  background-color: var(--color-before);
  overflow: hidden;
}
.energy-management-system-case_contents-title {
  width: 100%;
  margin: 0;
  padding: 18px 18px 18px 120px;
  background-position: center left 24px;
  background-size: 4.2rem;
  background-repeat: no-repeat;
  background-color: var(--color-main);
}
.energy-management-system-case_contents-title span {
  display: inline-block;
  margin: 0;
  padding: 0.2rem 1rem 0.1rem 1rem;
  font-size: 0.85rem;
  font-family: var(--font-family-en);
  font-weight: 700;
  color: var(--color-main);
  border-radius: 8px;
  background-color: var(--color-fff);
}
.energy-management-system-case_contents-title ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem 0;
  margin-top: 0.5rem;
}
.energy-management-system-case_contents-title ul li {
  font-size: 1.75rem;
  color: var(--color-fff);
  line-height: 1.35;
  list-style: none;
}
.energy-management-system-case_contents-title ul li:not(:last-child)::after {
  content: "／";
  margin: 0 1rem;
}
.energy-management-system-case_contents-title.case-001 {
  background-image: url(../image/service/energy-management-system/case-001.svg);
}
.energy-management-system-case_contents-title.case-002 {
  background-image: url(../image/service/energy-management-system/case-002.svg);
}
.energy-management-system-case_contents-title.case-003 {
  background-image: url(../image/service/energy-management-system/case-003.svg);
}
.energy-management-system-case_contentsItem {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
}
.energy-management-system-case_contentsItem-before, .energy-management-system-case_contentsItem-after {
  width: calc(50% - 65px);
  margin: 0;
}
.energy-management-system-case_contentsItem-before b, .energy-management-system-case_contentsItem-after b {
  display: block;
  font-size: 1.75rem;
}
.energy-management-system-case_contentsItem-before > div, .energy-management-system-case_contentsItem-after > div {
  display: block;
  width: 100%;
  margin: 0;
  padding: 1rem 0;
  font-size: 1.15rem;
}
.energy-management-system-case_contentsItem-before > div:not(:last-of-type), .energy-management-system-case_contentsItem-after > div:not(:last-of-type) {
  border-bottom: 1px solid var(--color-border);
}
.energy-management-system-case_contentsItem-before {
  padding: 18px 18px 18px 120px;
}
.energy-management-system-case_contentsItem-after {
  padding: 18px 18px 18px 60px;
  background-color: var(--color-after);
}
.energy-management-system-case_contentsItem-after b {
  color: var(--color-main);
}
.energy-management-system-case_contentsItem-arrow {
  display: block;
  width: 130px;
  height: auto;
  aspect-ratio: 1/2;
  background-image: url(../image/service/energy-management-system/case-arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-after);
}
.energy-management-system-case_result {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 12px;
  margin: 0;
  padding-top: 60px;
}
.energy-management-system-case_result::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../image/service/energy-management-system/case-next.svg);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.energy-management-system-case_result-item {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
}
.energy-management-system-case_result-item b {
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px 12px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-fff);
  text-align: center;
  background-color: var(--color-main);
}
.energy-management-system-case_result-item p {
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px 12px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  background-color: var(--color-after);
}
.energy-management-system-comparison {
  background-color: var(--color-background);
}
.energy-management-system-comparison .inner-heading_description, .energy-management-system-comparison .green-transformation-ppa_wrap h3 + p, .green-transformation-ppa_wrap .energy-management-system-comparison h3 + p, .energy-management-system-comparison .green-transformation-non-fossil_wrap h3 + p, .green-transformation-non-fossil_wrap .energy-management-system-comparison h3 + p {
  text-align: left;
}
.energy-management-system-comparison_wrap {
  margin-top: 60px;
}
.energy-management-system-comparison_title {
  width: 100%;
  margin-bottom: 36px;
  padding: 12px 18px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-fff);
  border-radius: 12px;
  background-color: var(--color-main);
}
.energy-management-system-comparison_table {
  width: 100%;
  margin-top: 60px;
}
.energy-management-system-comparison_table-head {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
  width: 100%;
}
.energy-management-system-comparison_table-headEmpty {
  width: 180px;
}
.energy-management-system-comparison_table-headCell {
  flex: 1;
  width: auto;
  height: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-000-07);
  text-align: center;
  line-height: 1.5;
  background-size: 7rem;
  background-position: top 4rem center;
  background-repeat: no-repeat;
  background-color: var(--color-before);
  border-radius: 12px 12px 0 0;
}
.energy-management-system-comparison_table-headCell.current {
  color: var(--color-fff);
  background-color: var(--color-main);
}
.energy-management-system-comparison_table-body {
  width: 100%;
}
.energy-management-system-comparison_table-bodyRow {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  border-top: 1px solid var(--color-border);
}
.energy-management-system-comparison_table-bodyHead {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 180px;
  flex-shrink: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.energy-management-system-comparison_table-bodyCell {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 18px;
  background-color: var(--color-fff);
}
.energy-management-system-comparison_table-bodyCell small {
  display: block;
  width: 100%;
  text-align: center;
}
.energy-management-system-comparison_table-bodyCell span {
  color: var(--color-emphasis);
}
.energy-management-system-comparison_table-bodyCell.current {
  font-weight: 700;
  color: var(--color-main);
  background-color: var(--color-after);
}
.energy-management-system-survey {
  background-image: url(../image/common/background-004.webp);
  background-size: 50%;
  background-position: top 60px right;
  background-repeat: no-repeat;
}
.energy-management-system-survey .inner-heading_description, .energy-management-system-survey .green-transformation-ppa_wrap h3 + p, .green-transformation-ppa_wrap .energy-management-system-survey h3 + p, .energy-management-system-survey .green-transformation-non-fossil_wrap h3 + p, .green-transformation-non-fossil_wrap .energy-management-system-survey h3 + p {
  text-align: left;
}
.energy-management-system-survey .box + .box, .energy-management-system-survey .inner-head + .box, .energy-management-system-survey .inner-head--minimal + .box, .energy-management-system-survey .box + .inner-head, .energy-management-system-survey .inner-head + .inner-head, .energy-management-system-survey .inner-head--minimal + .inner-head, .energy-management-system-survey .box + .inner-head--minimal, .energy-management-system-survey .inner-head + .inner-head--minimal, .energy-management-system-survey .inner-head--minimal + .inner-head--minimal {
  margin-top: 96px;
}
.energy-management-system-survey_step {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  width: 100%;
  margin-top: 36px;
  counter-reset: item;
}
.energy-management-system-survey_stepItem {
  position: relative;
  flex-grow: 1;
  width: auto;
  min-width: 0;
  counter-increment: item;
  padding-top: 1.5rem;
}
.energy-management-system-survey_stepItem::before {
  content: "0" counter(item);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-family: var(--font-family-en);
  font-weight: 700;
  color: var(--color-main);
}
.energy-management-system-survey_stepItem:not(:last-child) {
  padding-right: 72px;
}
.energy-management-system-survey_stepItem:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  right: 0;
  width: 72px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.43,12l-3.23-1.11s.19.44.23.92h-6.96v.37h6.96c-.04.49-.23.92-.23.92l3.23-1.11Z"/></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M16.43,12l-3.23-1.11s.19.44.23.92h-6.96v.37h6.96c-.04.49-.23.92-.23.92l3.23-1.11Z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transform: translateY(-50%);
  background-color: var(--color-main);
}
.energy-management-system-survey_stepItem img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.energy-management-system-survey_stepItem p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.company-message_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 36px;
}
.company-message_item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px 60px;
  width: 100%;
  margin: 0;
  border-radius: 24px;
  background-color: var(--color-fff);
}
@media (max-width: 768px) {
  .company-message_item {
    flex-direction: column;
    max-width: 560px;
  }
}
.company-message_item-image {
  flex-shrink: 0;
  width: 45%;
}
@media (max-width: 768px) {
  .company-message_item-image {
    width: 100%;
  }
}
.company-message_item-image img {
  border-radius: 18px;
}
.company-message_item-text {
  flex-grow: 1;
}
.company-message_item-text h3 {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--color-main);
  line-height: 1.35;
}
@media (max-width: 980px) {
  .company-message_item-text h3 {
    font-size: 1.3rem;
  }
}
.company-message_item-text .ceo {
  margin-top: 2rem;
  text-align: right;
}
.company-best-price {
  background-color: var(--color-background);
}
.company-about_wrap table {
  width: 100%;
}
.company-about_wrap table tr th, .company-about_wrap table tr td {
  padding: 1.5rem;
  font-weight: 400;
  border-bottom: 2px solid var(--color-main);
}
@media (max-width: 768px) {
  .company-about_wrap table tr th, .company-about_wrap table tr td {
    display: block;
    width: 100%;
    padding: 0.75rem;
    border-bottom: 1px solid var(--color-main);
  }
}
.company-about_wrap table tr th {
  width: 15rem;
}
@media (max-width: 768px) {
  .company-about_wrap table tr th {
    width: 100%;
    padding-bottom: 0;
    color: var(--color-main);
    border-bottom: 0;
  }
}
.company-about_wrap table tr th.ls {
  letter-spacing: 2em;
}
.company-about_wrap table tr td ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1em 2em;
  width: 100%;
}
@media (max-width: 768px) {
  .company-about_wrap table tr td ul {
    gap: 0.5em 1em;
  }
}
.company-about_wrap table tr td ul li {
  margin-left: 1.25em;
}
.company-about_map {
  margin-top: 60px;
}
.company-about_map iframe {
  width: 100%;
}

.sustainability-message_batch {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 640px) {
  .sustainability-message_batch {
    flex-wrap: wrap;
    gap: 18px;
  }
}
.sustainability-message_batch img {
  flex-grow: 1;
  width: auto;
  min-width: 0;
}
@media (max-width: 640px) {
  .sustainability-message_batch img {
    width: calc(33.3333333333% - 18px);
  }
}
.sustainability-sdgs {
  padding-top: 24px;
  background-color: var(--color-background);
}
@media (max-width: 768px) {
  .sustainability-sdgs {
    padding-top: 50px;
  }
}
.sustainability-sdgs_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 36px;
}
.sustainability-sdgs_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sustainability-sdgs_contents {
    flex-direction: column;
    gap: 24px;
    max-width: 560px;
  }
}
.sustainability-sdgs_contents-image {
  width: 30%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .sustainability-sdgs_contents-image {
    width: 100%;
    order: -1;
  }
}
.sustainability-sdgs_contents-image img {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 18px;
}
.sustainability-sdgs_contents-text {
  flex-grow: 1;
}
.sustainability-sdgs_contents-text p {
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 980px) {
  .sustainability-sdgs_contents-text p {
    font-size: 1.35rem;
  }
}
@media (max-width: 768px) {
  .sustainability-sdgs_contents-text p {
    font-size: 1.15rem;
  }
}
.sustainability-sdgs_contents-text small {
  display: block;
  margin-top: 1em;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .sustainability-sdgs_contents-text small {
    font-size: 0.9rem;
  }
}
.sustainability-sdgs_item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 36px;
  width: 100%;
  margin: 0;
  padding: 30px;
  border-radius: 24px;
  background-color: var(--color-fff);
}
@media (max-width: 768px) {
  .sustainability-sdgs_item {
    flex-direction: column;
    max-width: 560px;
  }
}
.sustainability-sdgs_item-image {
  flex-shrink: 0;
  width: 35%;
}
@media (max-width: 768px) {
  .sustainability-sdgs_item-image {
    width: 100%;
  }
}
.sustainability-sdgs_item-image img {
  border-radius: 18px;
}
.sustainability-sdgs_item-text {
  flex-grow: 1;
}
.sustainability-sdgs_item-text h3 {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-main);
  line-height: 1.35;
}
@media (max-width: 980px) {
  .sustainability-sdgs_item-text h3 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .sustainability-sdgs_item-text h3 {
    font-size: 1.75rem;
  }
}
.sustainability-sdgs_item-batch {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .sustainability-sdgs_item-batch {
    justify-content: flex-start;
  }
}
.sustainability-sdgs_item-batch img {
  max-width: 100px;
}
@media (max-width: 475px) {
  .sustainability-sdgs_item-batch img {
    max-width: calc(33.3333333333% - 8px);
  }
}

.form_wrap {
  width: 100%;
}
.form_wrap h2 {
  width: 100%;
  margin-bottom: 2em;
  padding: 0.75em 2em;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-fff);
  background-color: var(--color-main);
}
.form_wrap h3 {
  width: 100%;
  margin-bottom: 0.75em;
  font-size: 1.15rem;
}
.form_item {
  margin-top: 2rem;
}
.form_item.is-store {
  display: none;
}
.form_item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.05rem;
}
.form_item-title span {
  display: inline-block;
  margin: 0;
  padding: 0.05em 1em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-fff);
  border-radius: 999px;
  background-color: var(--color-emphasis);
}
.form_item-input {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2rem;
}
.form_item-input input[type=text],
.form_item-input input[type=email],
.form_item-input input[type=tel],
.form_item-input textarea {
  width: 100%;
  margin: 0;
  padding: 0.75em;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background-color: var(--color-input-01);
}
.form_item-input select {
  width: 100%;
  margin: 0;
  padding: 0.75em 2rem 0.75em 0.75em;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background-image: url(../image/common/select-arrow.svg);
  background-size: 2rem;
  background-position: center right 0.5rem;
  background-repeat: no-repeat;
  background-color: var(--color-input-01);
}
.form_item-input p, .form_item-input .wpcf7-form-control-wrap {
  width: 100%;
}
.form_item-input .wpcf7-not-valid-tip {
  margin-top: 0.25em;
  font-size: 0.85rem;
  color: var(--color-emphasis);
}
.form_item-input .wpcf7-radio {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
.form_item-input .wpcf7-radio > span {
  display: inline-block;
  margin: 0;
  font-size: 1.15rem;
}
.form_item-input .wpcf7-radio label:hover {
  cursor: pointer;
}
.form_item-input .col-2 {
  flex: 1;
  width: auto;
}
.form_item-input .col-2 + .col-2 input {
  background-color: var(--color-input-02);
}
.form_item-uploads {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
}
.form_item-uploadsButton {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 1em 4em 1em 8em;
  font-size: 0.9rem;
  color: var(--color-fff);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  border-radius: 12px;
  background-image: url(../image/form/icon-uploads.svg);
  background-size: 5em;
  background-position: center left 1.5em;
  background-repeat: no-repeat;
  background-color: var(--color-sub);
}
.form_item-uploadsButton-text {
  display: block;
  width: 100%;
  margin-bottom: 0.25em;
  font-size: 1.5rem;
  font-weight: 700;
}
.form_item-uploadsButton input[type=file] {
  font-size: 0.9rem;
}
.form_item-uploadsButton .wpcf7-form-control-wrap {
  position: static !important;
}
.form_item-uploadsButton .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -2em;
  font-size: 0.85rem;
  color: var(--color-emphasis);
}
.form_item-privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  padding: 1em;
  font-size: 1rem;
  color: var(--color-fff);
  border-radius: 6px;
  background-color: var(--color-main);
}
.form_item-privacy a {
  color: var(--color-fff);
  text-decoration: underline;
}
.form_item-privacy a:hover {
  color: var(--color-fff);
  opacity: 0.7;
}
.form_item-turnstile {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form_send {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
}
.form_send input[type=submit] {
  display: inline-block;
  margin: 0;
  padding: 0.75em 4em;
  font-size: 1.15rem;
  color: var(--color-fff);
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  border-radius: 999px;
  background-color: var(--color-sub);
}
.form_send input[type=submit]:disabled {
  background-color: var(--color-000-03);
}
.form_send input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.7;
}
.form_send .wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 36px 0;
  padding: 3rem;
  border: 1px solid transparent !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: var(--color-main);
  background-color: var(--color-main-01);
  border: 1px solid transparent !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--color-emphasis);
  background-color: var(--color-emphasis-01);
  border: 1px solid transparent !important;
}

.privacy-policy_wrap {
  padding-bottom: 180px;
}
.privacy-policy_wrap .box:not(:last-child), .privacy-policy_wrap .inner-head:not(:last-child), .privacy-policy_wrap .inner-head--minimal:not(:last-child) {
  margin-bottom: 3rem;
}
.privacy-policy_wrap * {
  word-break: break-all;
}
.privacy-policy_wrap h3 {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1rem;
  font-weight: 700;
}
.privacy-policy_wrap p:not(:last-child) {
  margin-bottom: 0.5em;
}
.privacy-policy_wrap ul {
  margin-left: 1.5em;
}
.privacy-policy_wrap ol li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
}
.privacy-policy_wrap span, .privacy-policy_wrap a {
  color: var(--color-main);
}
.privacy-policy_wrap .note {
  font-size: 0.9rem;
}
.privacy-policy_wrap .note_item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.news_wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.news_item {
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px dotted var(--color-border);
}
.news_item:last-child {
  border-bottom: 1px dotted var(--color-border);
}
.news_item a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.25rem;
  width: 100%;
  overflow: hidden;
}
.news_item a span.date {
  display: block;
  width: 100%;
  font-size: 0.9rem;
  color: var(--color-main);
}
.news_item a p {
  font-size: 1rem;
  text-align: left;
}
.news_singleWrap {
  margin: 0;
  padding: 60px;
  border: 12px solid var(--color-background);
}
.news_singleWrap-title {
  margin-bottom: 2rem;
}
.news_singleWrap-title span.date {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: var(--color-main);
}
.news_singleWrap-title h2 {
  font-size: 1.5rem;
  text-align: left;
}
.news_singleWrap-back {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.news_singleWrap-back a.button {
  padding: 0.5em 3em;
  font-weight: 400;
  color: var(--color-000);
  background-color: var(--color-background);
}

.case_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 48px 36px;
  width: 100%;
  margin: 0 auto;
}
.case_item {
  width: calc(33.3333333333% - 24px);
}
.case_item-image {
  width: 100%;
  margin-bottom: 18px;
}
.case_item-text span.date {
  display: block;
  width: 100%;
  font-size: 0.85rem;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .case_item-text span.date {
    font-size: 0.7rem;
  }
}
.case_item-text .name {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1.15rem;
}
.case_item-text .category {
  width: 100%;
  margin-bottom: 1em;
  padding: 0.35em;
  font-size: 1rem;
  color: var(--color-main);
  text-align: center;
  line-height: 1.5;
  border: 1px solid var(--color-main);
  border-radius: 999px;
}
@media (max-width: 768px) {
  .case_item-text .category {
    font-size: 0.9rem;
  }
}
.case_item-text .more {
  width: 100%;
  margin-top: 1em;
  text-align: right;
}
.case_item-text .more a.view-more {
  padding-right: 3em;
  color: var(--color-000-05);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .case_item-text .more a.view-more {
    font-size: 0.85rem;
  }
}
.case_item-text .more a.view-more::before {
  display: none;
}
.case_item-text .more a.view-more::after {
  background-color: var(--color-000-05);
}
.case_singleWrap {
  margin: 0;
  padding: 60px;
  border: 12px solid var(--color-background);
}
.case_singleWrap-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.case_singleWrap-title span.date {
  display: inline-block;
  width: auto;
  font-size: 1rem;
  color: var(--color-main);
}
.case_singleWrap-title span.category {
  display: inline-block;
  padding: 0.35em 2em;
  font-size: 0.9rem;
  color: var(--color-main);
  text-align: center;
  line-height: 1.5;
  border: 1px solid var(--color-main);
  border-radius: 999px;
}
@media (max-width: 768px) {
  .case_singleWrap-title span.category {
    font-size: 0.9rem;
  }
}
.case_singleWrap-title h2 {
  font-size: 1.5rem;
  text-align: left;
}
.case_singleWrap-subTitle {
  margin-bottom: 1rem;
}
.case_singleWrap-subTitle h3 {
  font-size: 1.15rem;
  color: var(--color-main);
}
.case_singleWrap-result {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background-color: var(--color-main-01);
}
.case_singleWrap-thumbnail {
  width: 100%;
  margin-bottom: 1rem;
}
.case_singleWrap-thumbnail img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.case_singleWrap-back {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.case_singleWrap-back a.button {
  padding: 0.5em 3em;
  font-weight: 400;
  color: var(--color-000);
  background-color: var(--color-background);
}