@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:wght@100..900&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: 0.875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  -webkit-appearance: button;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #282828;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  color: #282828;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
a img {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
a[href^=tel] {
  color: inherit;
}

button {
  border: none;
  cursor: pointer;
}

.c-skip-to-main-content {
  z-index: -999;
  position: absolute;
  top: auto;
  left: -999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.c-skip-to-main-content:active, .c-skip-to-main-content:focus-visible {
  z-index: 999;
  position: fixed;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 16px 24px;
  overflow: auto;
  border-radius: 4px;
  background-color: #ffffff;
  color: #282828;
  font-size: 1.4rem;
  text-align: center;
}

.l-header {
  z-index: 99;
  position: relative;
  width: 100%;
  height: 9rem;
  border-bottom: 1px solid #E8E8E8;
  background-color: #ffffff;
  font-family: "Oswald", sans-serif;
}
.l-header__bg {
  display: none;
}
.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.l-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.l-header__logo {
  display: block;
  line-height: 0;
}
.l-header-hamburger.is-active::before {
  -webkit-transform: translateY(9px) rotate(-150deg);
  transform: translateY(9px) rotate(-150deg);
}
.l-header-hamburger.is-active::after {
  -webkit-transform: translateY(-9px) rotate(150deg);
  transform: translateY(-9px) rotate(150deg);
}
.l-header-hamburger.is-active > span::before {
  opacity: 0;
}
.l-header__navi__link {
  position: relative;
  font-weight: 500;
  font-size: 1.5rem;
}
.l-header__navi__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5rem;
}
.l-header__navi__link a {
  display: inline-block;
  position: relative;
  padding-right: 2.2rem;
  color: #00AA3C;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.l-header__navi__link a::after {
  position: absolute;
  content: "";
}

.l-footer {
  margin-top: -32px;
}
.l-footer__to_top {
  display: inline-grid;
  z-index: 95;
  position: sticky;
  bottom: 15px;
  left: calc(100vw - 78px);
  line-height: 0;
}
.l-navi:has(.c-navi.is-opened) ~ .l-footer .l-footer__to_top {
  display: none;
}
.l-footer__container {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.l-footer__contents--top {
  padding-top: 4.6rem;
  padding-bottom: 4.8rem;
  background-color: #00AA3C;
}
.l-footer__contents--bottom {
  padding-top: 3.2rem;
  padding-bottom: 5.5rem;
  background-color: #ffffff;
}
.l-footer__navi {
  display: grid;
  grid-auto-flow: column;
  gap: min(12.4rem, 9.5384615385vw);
}
.l-footer__contents--top .l-footer__navi__item > a {
  color: #ffffff;
}
.l-footer__link {
  border-bottom: 1px solid #00AA3C;
  font-size: 1.6rem;
}
.l-footer__link--head {
  border-bottom: 1px solid #00AA3C;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
}
.l-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0.8rem;
  margin-bottom: 2.2rem;
  gap: 3rem;
  font-size: 1.4rem;
}
.l-footer__links a {
  border-bottom: 1px solid #ffffff;
}
.l-footer__logo {
  display: block;
  line-height: 0;
}
.l-footer__copyright {
  width: 100%;
  font-size: 1.4rem;
  text-align: right;
}

.main-contents {
  margin-bottom: 8.5rem;
}

.l-content__full-width {
  position: relative;
  left: 50%;
  width: calc(100vw - var(--scrollbar));
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l-content__inner {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.c-heading-lv1--top, .c-heading-lv1 {
  margin-bottom: 3.2rem;
  font-weight: bold;
}
.c-heading-lv1--top:first-child, .c-heading-lv1:first-child {
  margin-top: 0;
}

.c-heading-lv1--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2rem;
  color: #00AA3C;
  font-size: 11rem;
  line-height: 1.4666666667;
  font-family: "Oswald", sans-serif;
}
.c-heading-lv1--top::after {
  display: block;
  width: 100%;
  height: 6px;
  margin-top: 1.2rem;
  background-image: linear-gradient(to right, #00AA3C 6px, transparent 6px);
  background-position: left bottom;
  background-size: 10px 6px;
  background-repeat: repeat-x;
  content: "";
}

.c-heading-lv2--top, .c-heading-lv2 {
  font-weight: bold;
  font-size: 3.2rem;
}

.c-heading-lv2--top {
  margin-bottom: 2.5rem;
  color: #00AA3C;
  font-size: 4.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-heading-lv2--top::after {
  display: block;
  width: 6.6rem;
  height: 6px;
  margin: 1.7rem auto 0;
  background-image: linear-gradient(to right, #00AA3C 6px, transparent 6px);
  background-position: left bottom;
  background-size: 10px 6px;
  background-repeat: repeat-x;
  content: "";
}
.c-heading-lv2--top.u-fc-white::after {
  background-image: linear-gradient(to right, #ffffff 6px, transparent 6px);
}

.c-heading-lv3--top, .c-heading-lv3 {
  color: #00AA3C;
  font-weight: bold;
  font-size: 2.2rem;
}

.c-heading-lv3--top {
  margin-bottom: 2.7rem;
  font-size: 3.2rem;
  line-height: 1.21875;
}

/*-- .c-heading --*/
.c-section:not(:first-child) {
  margin-top: 3.7rem;
  margin-bottom: 9.5rem;
}
.c-section--bg {
  margin-bottom: 0;
  padding-top: 9rem;
  padding-bottom: 9.6rem;
  background-color: #00AA3C;
}
.c-section--bg:not(:first-child) {
  margin-top: 10rem;
  margin-bottom: 0;
}
.c-section--bg + .c-section--bg {
  margin-top: 0;
}
.c-section--bg--sub {
  background-color: #F6FEF9;
}

/*-- .c-section --*/
.c-mainvisual__image {
  line-height: 0;
  text-align: center;
}

.c-block--md {
  width: min(91rem, 100%);
  margin-right: auto;
  margin-left: auto;
}
.c-block--sm {
  width: min(71.4rem, 100%);
  margin-right: auto;
  margin-left: auto;
}
.c-block__bg--white {
  padding: 3.8rem 6.6rem 4rem;
  background-color: #ffffff;
}
.c-block__bg--green-sub {
  padding: 4.4rem 4rem 6.8rem;
  background-color: #F6FEF9;
}
.c-block__bg--green-sub + .c-block__bg--green-sub {
  margin-top: 5rem;
}
.c-block__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
}
.c-block__column .c-title {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 2.8rem;
}

/*-- .c-block --*/
.c-text--message {
  font-size: 3.2rem;
  line-height: 1.815;
  letter-spacing: 0.015em;
}
.c-text--small {
  font-size: 1.4rem;
  line-height: 1.3636363636;
}

.c-lead {
  margin-bottom: 5rem;
  font-weight: bold;
  font-size: 2.2rem;
}

.c-image-full img {
  width: 100%;
}
.c-image-bg {
  height: 36rem;
}
.c-image-bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 59.5%;
  height: 100%;
  object-position: center 59.5%;
}

figure {
  line-height: 0;
}
figure figcaption {
  margin-top: 1.2rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.25;
}
.c-block__column figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: min(62.6rem, 48.1538461538vw);
}
figure video, figure iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 84.4rem;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.c-text-indent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5rem;
}
.c-text-mark {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-text-mark--dot {
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 1.3rem;
  border-radius: 0.5rem;
  background-color: #282828;
}

/*-- .c-text --*/
[data-gap].c-list-asterisk, [data-gap].c-list-num, [data-gap].c-list-disc, [data-gap].c-list-dot, [data-gap].c-list {
  display: grid;
  gap: 1.6rem;
}
[data-gap=lg].c-list-asterisk, [data-gap=lg].c-list-num, [data-gap=lg].c-list-disc, [data-gap=lg].c-list-dot, [data-gap=lg].c-list {
  gap: 3rem 2.8rem;
}
[data-gap=sm].c-list-asterisk, [data-gap=sm].c-list-num, [data-gap=sm].c-list-disc, [data-gap=sm].c-list-dot, [data-gap=sm].c-list {
  gap: 0.8rem;
}

.c-list > li {
  line-height: 1.75;
}
.c-list-dot > li {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.75;
}
.c-list-dot > li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.c-list-disc > li {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.75;
}
.c-list-disc > li::before {
  position: absolute;
  left: 0;
  content: "⚫︎";
}
.c-list-num {
  counter-reset: number;
}
.c-list-num > li {
  position: relative;
  padding-left: 1.8rem;
  line-height: 1.75;
  counter-increment: number;
}
.c-list-num > li::before {
  position: absolute;
  left: 0;
  content: counter(number) ".";
}
.c-list-num--lg > li {
  padding-left: 3rem;
}
.c-list-num--lg > li::before {
  font-weight: bold;
  font-size: 125%;
  line-height: 1.4;
}
.c-list-asterisk > li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.75;
}
.c-list-asterisk > li::before {
  position: absolute;
  left: 0;
  content: "※";
}

/*-- .c-list --*/
.c-button__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: min(62.6rem, 100%);
  min-height: 7.2rem;
  padding: 1.4rem 5.2rem;
  border: 1px solid #00AA3C;
  background-color: #00AA3C;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}

.c-button {
  text-align: center;
}
.c-button__link {
  position: relative;
}
.c-button__link .c-icon {
  position: absolute;
  top: 0;
  right: 3rem;
  bottom: 0;
  margin: auto;
}
.c-button--white {
  background-color: #ffffff;
  color: #00AA3C;
}

/*-- .c-button --*/
.c-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto 1.8rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.c-icon--last {
  margin-right: 0;
  margin-left: 1.8rem;
}
.c-icon--first {
  margin-right: 0.8rem;
  margin-left: 0;
}
.c-icon[data-icon=arrow] {
  aspect-ratio: 8/7;
  width: 1.6rem;
  background-image: url(/assets/images/icon-arrow-white.svg);
}
.c-button__link:hover .c-icon[data-icon=arrow], .c-button__link:focus-visible .c-icon[data-icon=arrow] {
  background-image: url(/assets/images/icon-arrow-green.svg);
}

/*-- .c-icon --*/
.c-column {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4rem 2.8rem;
}
.c-column__nogap {
  gap: 4.5rem 0;
}
.c-column__span-1 {
  grid-column: span 1;
}
.c-column__span-2 {
  grid-column: span 2;
}
.c-column__span-3 {
  grid-column: span 3;
}
.c-column__span-4 {
  grid-column: span 4;
}
.c-column__span-5 {
  grid-column: span 5;
}
.c-column__span-6 {
  grid-column: span 6;
}
.c-column-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2.8rem;
}

/*-- .c-column --*/
.c-news__list {
  width: min(84.4rem, 100%);
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #B1D8BF;
}
.c-news__item {
  border-bottom: 1px solid #B1D8BF;
}
.c-news__item > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.3rem 1.6rem 1.4rem;
  gap: 2.5rem;
  color: #007A2B;
}
.c-news__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8.2rem;
  margin-top: 0.2rem;
  font-size: 1.6rem;
  letter-spacing: -0.005em;
}
.c-news__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  aspect-ratio: 304/200;
  width: 100%;
  opacity: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-news__button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: min(20rem, 100%);
  min-height: 6rem;
  padding-bottom: 0.3rem;
  border: 2px solid #ffffff;
  border-radius: 6rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
}

/*-- .c-news --*/
.c-modal {
  display: none;
  z-index: 9999;
  position: fixed;
  inset: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  border: none;
  outline: 0;
  background-color: transparent;
}
.c-modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.c-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  transform: translate(-50%, -50%);
}
.c-modal__content--inner {
  width: min(84.4rem, 100vw);
  max-height: 80vh;
  overflow-y: auto;
  scrollbar-width: none;
}
.c-modal__close {
  position: absolute;
  top: -4px;
  right: 12px;
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #ffffff;
  -webkit-transform: translateX(15px) translateY(-60px);
  transform: translateX(15px) translateY(-60px);
}
.c-modal__close::before, .c-modal__close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 3px;
  margin: auto;
  background-color: #ffffff;
  content: "";
}
.c-modal__close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-modal__close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-modal__body figcaption {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
.c-modal__body + .c-modal__body {
  margin-top: 5.6rem;
}

.p-top-about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.4rem;
  gap: 1.8rem;
  color: #00AA3C;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.01em;
  text-align: center;
}
.p-top-about__head::before, .p-top-about__head::after {
  display: block;
  width: 1px;
  height: 4.6rem;
  background-color: #00AA3C;
  content: "";
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.p-top-about__head::after {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.p-top-about__message .c-image {
  margin-top: 3rem;
}
.p-top-project {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
.p-top-project__introduction {
  gap: 7.3rem 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 5.6rem;
}
.p-top-project__introduction:first-of-type {
  margin-top: 5rem;
}
.p-top-project__introduction:not(:last-of-type) {
  margin-bottom: 7.3rem;
}
.p-top-project__introduction__block > a, .p-top-project__introduction__block > span {
  display: block;
  padding: 4rem;
  border-left: 8px solid #00AA3C;
  background-color: #ffffff;
}
.p-top-project__introduction__block > a .c-text, .p-top-project__introduction__block > span .c-text {
  color: #007A2B;
  font-size: 2rem;
}
.p-top-project__action {
  padding-top: 7.6rem;
}
.p-top-project__head {
  position: relative;
  margin-top: -1rem;
  margin-bottom: 3.4rem;
  margin-left: auto;
  color: #ffffff;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-top-project__head > span {
  display: inline;
  padding-bottom: 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, transparent), color-stop(12%, #FFC6C6));
  background: linear-gradient(transparent 88%, #FFC6C6 12%);
}
.p-top-project__list {
  grid-template-columns: repeat(2, 1fr);
}
.p-top-project__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
}
.p-top-project__list > li .c-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-top-project__list > li .c-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem 3.2rem;
  gap: 2.2rem;
  text-align: left;
}
.p-top-project__list > li .c-block > .c-text {
  color: #00AA3C;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.3928571429;
}
.p-top-project__list > li:last-child .c-text {
  letter-spacing: -0.005em;
}
.p-top-project__list > li .c-button__link {
  min-height: 6.4rem;
  padding: 0.6rem 3.6rem;
  font-size: 2rem;
}
.p-top-project__list > li .c-button__link .c-icon {
  right: 2rem;
}
.p-top-contents.c-section {
  margin-top: 5.8rem;
  margin-bottom: 6rem;
}
.p-top-contents .c-heading-lv2--top {
  margin-bottom: 4.5rem;
}
.p-top-contents .p-top-project__head {
  margin-bottom: 4rem;
  line-height: 1.5;
}
.p-top-contents__tvcm {
  margin-top: 4.5rem;
}
.p-top-news.c-section {
  margin-bottom: 0;
}

.u-sp {
  display: none !important;
}
/* display */
.u-d-none {
  display: none !important;
}

.u-d-block {
  display: block !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-i-block {
  display: inline-block !important;
}

.u-d-table {
  display: table !important;
}

.u-d-t-row {
  display: table-row !important;
}

.u-d-t-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-i-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* overflow */
.u-of-auto {
  overflow: auto;
}
.u-of-hidden {
  overflow: hidden;
}

/* visibility */
.u-hidden {
  visibility: hidden !important;
}

.u-visible {
  visibility: visible !important;
}

/* hover */

/* float */
.u-fl-left {
  float: left !important;
}
.u-fl-right {
  float: right !important;
}
.u-fl-none {
  float: none !important;
}
/* clearfix */
.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-clear-both {
  clear: both !important;
}

/* font-weight */
.u-fw-normal {
  font-weight: normal !important;
}
.u-fw-bold {
  font-weight: bold !important;
}

/* font-size */
.u-fs-xsm {
  font-size: 1.4rem !important;
}
.u-fs-sm {
  font-size: 1.6rem !important;
}
.u-fs-md {
  font-size: 1.8rem !important;
}
.u-fs-lg {
  font-size: 2rem !important;
}
.u-fs-xl {
  font-size: 2.2rem !important;
}
.u-fs-xxl {
  font-size: 2.4rem !important;
}
.u-fc-base {
  color: #282828 !important;
}
.u-fc-white {
  color: #ffffff !important;
}
.u-fc-red {
  color: #ED2939 !important;
}
.u-fc-green {
  color: #00AA3C !important;
}
.u-fc-darkgreen {
  color: #007A2B !important;
}

/* margin */
.u-m-auto {
  margin: 0 auto !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}
.u-mt-5 {
  margin-top: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}
.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}
.u-mt-15 {
  margin-top: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}
.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}
.u-mt-25 {
  margin-top: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}
.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}
.u-mt-35 {
  margin-top: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}
.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}
.u-mt-45 {
  margin-top: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}
.u-mt-50 {
  margin-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}
.u-mt-55 {
  margin-top: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}
.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}
.u-mt-65 {
  margin-top: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}
.u-mt-70 {
  margin-top: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}
.u-mt-75 {
  margin-top: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}
.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}
.u-mt-85 {
  margin-top: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}
.u-mt-90 {
  margin-top: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}
.u-mt-95 {
  margin-top: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}
.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}
/* padding */
.u-pt-0 {
  padding-top: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}
.u-pt-5 {
  padding-top: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}
.u-pt-10 {
  padding-top: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}
.u-pt-15 {
  padding-top: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}
.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}
.u-pt-25 {
  padding-top: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}
.u-pt-30 {
  padding-top: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}
.u-pt-35 {
  padding-top: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}
.u-pt-40 {
  padding-top: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}
.u-pt-45 {
  padding-top: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}
.u-pt-50 {
  padding-top: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}
.u-pt-55 {
  padding-top: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}
.u-pt-60 {
  padding-top: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}
.u-pt-65 {
  padding-top: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}
.u-pt-70 {
  padding-top: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}
.u-pt-75 {
  padding-top: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}
.u-pt-80 {
  padding-top: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}
.u-pt-85 {
  padding-top: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}
.u-pt-90 {
  padding-top: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}
.u-pt-95 {
  padding-top: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}
.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}
/* text-align */
.u-text-center {
  text-align: center !important;
}
.u-text-left {
  text-align: left !important;
}
.u-text-right {
  text-align: right !important;
}
/* vertical-align */
.u-va-top {
  vertical-align: top !important;
}
.u-va-middle {
  vertical-align: middle !important;
}
.u-va-bottom {
  vertical-align: bottom !important;
}
/* white-space */
.u-ws-nowrap {
  white-space: nowrap !important;
}

/* width(px) 5-400 */
.u-w-5 {
  width: 5px !important;
}
.u-w-10 {
  width: 10px !important;
}
.u-w-15 {
  width: 15px !important;
}
.u-w-20 {
  width: 20px !important;
}
.u-w-25 {
  width: 25px !important;
}
.u-w-30 {
  width: 30px !important;
}
.u-w-35 {
  width: 35px !important;
}
.u-w-40 {
  width: 40px !important;
}
.u-w-45 {
  width: 45px !important;
}
.u-w-50 {
  width: 50px !important;
}
.u-w-55 {
  width: 55px !important;
}
.u-w-60 {
  width: 60px !important;
}
.u-w-65 {
  width: 65px !important;
}
.u-w-70 {
  width: 70px !important;
}
.u-w-75 {
  width: 75px !important;
}
.u-w-80 {
  width: 80px !important;
}
.u-w-85 {
  width: 85px !important;
}
.u-w-90 {
  width: 90px !important;
}
.u-w-95 {
  width: 95px !important;
}
.u-w-100 {
  width: 100px !important;
}
.u-w-105 {
  width: 105px !important;
}
.u-w-110 {
  width: 110px !important;
}
.u-w-115 {
  width: 115px !important;
}
.u-w-120 {
  width: 120px !important;
}
.u-w-125 {
  width: 125px !important;
}
.u-w-130 {
  width: 130px !important;
}
.u-w-135 {
  width: 135px !important;
}
.u-w-140 {
  width: 140px !important;
}
.u-w-145 {
  width: 145px !important;
}
.u-w-150 {
  width: 150px !important;
}
.u-w-155 {
  width: 155px !important;
}
.u-w-160 {
  width: 160px !important;
}
.u-w-165 {
  width: 165px !important;
}
.u-w-170 {
  width: 170px !important;
}
.u-w-175 {
  width: 175px !important;
}
.u-w-180 {
  width: 180px !important;
}
.u-w-185 {
  width: 185px !important;
}
.u-w-190 {
  width: 190px !important;
}
.u-w-195 {
  width: 195px !important;
}
.u-w-200 {
  width: 200px !important;
}
.u-w-205 {
  width: 205px !important;
}
.u-w-210 {
  width: 210px !important;
}
.u-w-215 {
  width: 215px !important;
}
.u-w-220 {
  width: 220px !important;
}
.u-w-225 {
  width: 225px !important;
}
.u-w-230 {
  width: 230px !important;
}
.u-w-235 {
  width: 235px !important;
}
.u-w-240 {
  width: 240px !important;
}
.u-w-245 {
  width: 245px !important;
}
.u-w-250 {
  width: 250px !important;
}
.u-w-255 {
  width: 255px !important;
}
.u-w-260 {
  width: 260px !important;
}
.u-w-265 {
  width: 265px !important;
}
.u-w-270 {
  width: 270px !important;
}
.u-w-275 {
  width: 275px !important;
}
.u-w-280 {
  width: 280px !important;
}
.u-w-285 {
  width: 285px !important;
}
.u-w-290 {
  width: 290px !important;
}
.u-w-295 {
  width: 295px !important;
}
.u-w-300 {
  width: 300px !important;
}
.u-w-305 {
  width: 305px !important;
}
.u-w-310 {
  width: 310px !important;
}
.u-w-315 {
  width: 315px !important;
}
.u-w-320 {
  width: 320px !important;
}
.u-w-325 {
  width: 325px !important;
}
.u-w-330 {
  width: 330px !important;
}
.u-w-335 {
  width: 335px !important;
}
.u-w-340 {
  width: 340px !important;
}
.u-w-345 {
  width: 345px !important;
}
.u-w-350 {
  width: 350px !important;
}
.u-w-355 {
  width: 355px !important;
}
.u-w-360 {
  width: 360px !important;
}
.u-w-365 {
  width: 365px !important;
}
.u-w-370 {
  width: 370px !important;
}
.u-w-375 {
  width: 375px !important;
}
.u-w-380 {
  width: 380px !important;
}
.u-w-385 {
  width: 385px !important;
}
.u-w-390 {
  width: 390px !important;
}
.u-w-395 {
  width: 395px !important;
}
.u-w-400 {
  width: 400px !important;
}
/* width(%) 5-100 */
.u-w-5per {
  width: 5% !important;
}
.u-w-10per {
  width: 10% !important;
}
.u-w-15per {
  width: 15% !important;
}
.u-w-20per {
  width: 20% !important;
}
.u-w-25per {
  width: 25% !important;
}
.u-w-30per {
  width: 30% !important;
}
.u-w-35per {
  width: 35% !important;
}
.u-w-40per {
  width: 40% !important;
}
.u-w-45per {
  width: 45% !important;
}
.u-w-50per {
  width: 50% !important;
}
.u-w-55per {
  width: 55% !important;
}
.u-w-60per {
  width: 60% !important;
}
.u-w-65per {
  width: 65% !important;
}
.u-w-70per {
  width: 70% !important;
}
.u-w-75per {
  width: 75% !important;
}
.u-w-80per {
  width: 80% !important;
}
.u-w-85per {
  width: 85% !important;
}
.u-w-90per {
  width: 90% !important;
}
.u-w-95per {
  width: 95% !important;
}
.u-w-100per {
  width: 100% !important;
}
/* width(em) 5-20 */
.u-w-1em {
  width: 1em !important;
}
.u-w-2em {
  width: 2em !important;
}
.u-w-3em {
  width: 3em !important;
}
.u-w-4em {
  width: 4em !important;
}
.u-w-5em {
  width: 5em !important;
}
.u-w-6em {
  width: 6em !important;
}
.u-w-7em {
  width: 7em !important;
}
.u-w-8em {
  width: 8em !important;
}
.u-w-9em {
  width: 9em !important;
}
.u-w-10em {
  width: 10em !important;
}
.u-w-11em {
  width: 11em !important;
}
.u-w-12em {
  width: 12em !important;
}
.u-w-13em {
  width: 13em !important;
}
.u-w-14em {
  width: 14em !important;
}
.u-w-15em {
  width: 15em !important;
}
.u-w-16em {
  width: 16em !important;
}
.u-w-17em {
  width: 17em !important;
}
.u-w-18em {
  width: 18em !important;
}
.u-w-19em {
  width: 19em !important;
}
.u-w-20em {
  width: 20em !important;
}
/* width auto*/
.u-w-auto {
  width: auto !important;
}
@media screen and (min-width: 768px){
  .l-header-hamburger {
    display: none;
  }
  .l-header__navi__bg {
    display: none;
  }
  .l-header__navi__link a > span {
    padding-bottom: 0.5rem;
    border-bottom: 4px solid #ffffff;
  }
  .l-header__navi__link a::after {
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-2px) rotate(45deg);
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    margin: auto;
    transform: translateY(-2px) rotate(45deg);
    border-right: 3px solid #00AA3C;
    border-bottom: 3px solid #00AA3C;
  }
  .l-footer__contents--bottom .l-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-top-project__introduction__block > a, .p-top-project__introduction__block > span {
    min-height: 27.9rem;
  }
}
@media not screen and (min-width: 1024px){
  .l-footer__to_top {
    left: calc(100vw - 60px);
    width: 4.4rem;
  }
  .l-footer__contents--top {
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
  }
  .l-footer__navi {
    grid-auto-flow: row;
    gap: 3.2rem;
  }
  .l-footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3.2rem;
    margin-bottom: 4rem;
    gap: 2rem;
  }
  .l-footer__logo {
    z-index: 99;
    position: relative;
    width: min(17.9rem, 59.4666666667vw);
  }
  .l-footer__copyright {
    text-align: center;
  }
  .c-column-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-top-project__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-top-project__list > li .c-image {
    width: min(11rem, 29.3333333333vw);
  }
  .p-top-project__list > li .c-block {
    padding: 0.5rem 1.2rem 1.2rem;
    gap: 0.8rem;
  }
  .p-top-project__list > li .c-block > .c-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
  .p-top-project__list > li .c-button__link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 3.5rem;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
    border-width: 1px;
    font-size: 1.5rem;
  }
  .p-top-project__list > li .c-button__link .c-icon {
    right: 0.8rem;
    width: 0.8rem;
  }
}
@media screen and (max-width: 767px){
  body {
    font-size: 1.6rem;
  }
  .l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 6.4rem;
  }
  .l-header + .main-contents {
    margin-top: 6.4rem;
  }
  .l-header__bg {
    display: block;
    z-index: 98;
    position: absolute;
    right: 0;
    left: 0;
    width: 100vw;
    height: 6.4rem;
    background-color: #ffffff;
  }
  .l-header__container {
    padding-right: 0;
    padding-left: 0;
  }
  .l-header__logo {
    z-index: 99;
    position: relative;
    width: min(17.9rem, 47.7333333333vw);
    margin-left: 16px;
  }
  .l-header-hamburger {
    z-index: 100;
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: 4.8rem;
    height: 4.8rem;
    margin: auto;
    margin-left: auto;
    cursor: pointer;
  }
  .l-header-hamburger::before, .l-header-hamburger::after, .l-header-hamburger > span::before {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 32px;
    height: 3px;
    margin: auto;
    background-color: #00AA3C;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .l-header-hamburger::before {
    top: 14px;
  }
  .l-header-hamburger::after {
    bottom: 13px;
  }
  .l-header-hamburger > span {
    display: inline-block;
  }
  .l-header-hamburger > span::before {
    top: 0;
    bottom: 0;
  }
  .l-header__navi__bg {
    position: absolute;
    top: 6.4rem;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 1s;
    pointer-events: none;
    transition: all 1s;
  }
  .l-header__navi__bg.is-active {
    z-index: 96;
    opacity: 1;
    pointer-events: all;
  }
  .l-header__navi__content {
    z-index: 97;
    position: fixed;
    top: -100vh;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    padding: 8rem 0;
    background-color: #00AA3C;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
  }
  .l-header__navi__content.is-active {
    top: 6.4rem;
    opacity: 1;
  }
  .l-header__navi__links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-header__navi__link {
    width: 100%;
    text-align: center;
  }
  .l-header__navi__link a {
    width: 100%;
    color: #ffffff;
  }
  .l-header__navi__link a::after {
    display: none;
  }
  .main-contents {
    margin-bottom: 9.5rem;
  }
  .l-content__inner {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .l-content__inner--sp--full {
    padding-right: 0;
    padding-left: 0;
  }
  .c-heading-lv1--top, .c-heading-lv1 {
    margin-bottom: 3rem;
    font-size: 4.8rem;
    letter-spacing: 0.075em;
  }
  .c-heading-lv1--top {
    font-size: 4.8rem;
    line-height: 1.4545454545;
    letter-spacing: -0.025em;
  }
  .c-heading-lv2--top, .c-heading-lv2 {
    font-size: 2.4rem;
  }
  .c-heading-lv3--top, .c-heading-lv3 {
    font-size: 1.7rem;
  }
  .c-heading-lv3--top {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .c-section[id] {
    margin-top: -6.4rem;
    padding-top: 6.4rem;
  }
  .c-section:not(:first-child) {
    margin-top: 4.4rem;
    margin-bottom: 5rem;
  }
  .c-section--bg:not(:first-child) {
    margin-top: 5.8rem;
    margin-bottom: 0;
  }
  .c-section--bg {
    padding-top: 4.4rem;
    padding-bottom: 5.4rem;
  }
  .c-section--bg + .c-section--bg {
    margin-top: 0;
  }
  .c-block--md {
    width: 100%;
  }
  .c-block--sm {
    width: 100%;
  }
  .c-block__bg--white {
    padding: 2.4rem 1.4rem;
  }
  .c-block__bg--green-sub {
    padding: 2.4rem 1.4rem;
  }
  .c-block__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-block__column .c-title {
    font-size: 2.2rem;
  }
  .c-text--message {
    font-size: 1.9rem;
    letter-spacing: 0.015em;
  }
  .c-text--small {
    font-size: 1rem;
  }
  .c-lead {
    margin-bottom: 4rem;
    font-size: 1.7rem;
  }
  .c-image-bg {
    height: 10rem;
  }
  .c-image-bg img {
    -o-object-position: center 65%;
    object-position: center 65%;
  }
  figure figcaption {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
  .c-block__column figure {
    width: 100%;
  }
  .c-text-mark--dot {
    margin-top: 0.9rem;
  }
  .c-button__link {
    min-width: min(34.3rem, 100%);
    min-height: 5rem;
    padding: 1.4rem 3.2rem 1.3rem;
    border-width: 2px;
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .c-button__link .c-icon {
    right: 1.6rem;
  }
  .c-icon {
    width: 1.1428571429em;
  }
  .c-icon--last {
    margin-left: 0.6rem;
  }
  .c-icon--first {
    margin-right: 0.6rem;
  }
  .c-column-sp {
    gap: 2.5rem 1.5rem;
  }
  .c-column:not(.c-column-sp) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem;
  }
  .c-column__span-sp-1 {
    grid-column: span 1;
  }
  .c-column__span-sp-2 {
    grid-column: span 2;
  }
  .c-column__span-sp-3 {
    grid-column: span 3;
  }
  .c-column__span-sp-4 {
    grid-column: span 4;
  }
  .c-column__span-sp-5 {
    grid-column: span 5;
  }
  .c-column__span-sp-6 {
    grid-column: span 6;
  }
  .c-column-grid {
    grid-template-columns: 1fr;
    gap: 3.6rem;
  }
  .c-news__item > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.4rem 1.6rem;
    gap: 0.5rem;
  }
  .c-news__date {
    margin-top: 0;
    font-size: 1.5rem;
  }
  .c-modal__content--inner {
    padding: 1.3rem 0.8rem 2.2rem;
  }
  .c-modal__close {
    right: 24px;
  }
  .c-modal__body figcaption {
    font-size: 1.6rem;
  }
  .p-top-about__head {
    font-size: 1.4rem;
  }
  .p-top-about__message .c-image {
    width: min(13.9rem, 37.0666666667vw);
    margin-top: 2.5rem;
    margin-left: auto;
  }
  .p-top-project .c-heading-lv2--top {
    letter-spacing: 0;
  }
  .p-top-project__introduction {
    margin-bottom: 3.2rem;
    gap: 0;
  }
  .p-top-project__introduction.c-column {
    gap: 0;
  }
  .p-top-project__introduction:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-top-project__introduction:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
  .p-top-project__introduction__block > a, .p-top-project__introduction__block > span {
    padding: 2.4rem;
    border-left-width: 6px;
  }
  .p-top-project__introduction__block > a .c-text, .p-top-project__introduction__block > span .c-text {
    font-size: 1.6rem;
  }
  .p-top-project__head {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .p-top-project__head > span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(81%, transparent), color-stop(19%, #FFC6C6));
    background: linear-gradient(transparent 81%, #FFC6C6 19%);
  }
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-sp-fl-none-sp {
    float: none !important;
  }
  .u-sp-fl-clear-sp {
    clear: both !important;
  }
  .u-sp-fs-xsm {
    font-size: 1.2rem !important;
  }
  .u-sp-fs-sm {
    font-size: 1.4rem !important;
  }
  .u-sp-fs-md {
    font-size: 1.6rem !important;
  }
  .u-sp-fs-lg {
    font-size: 1.8rem !important;
  }
  .u-sp-fs-xl {
    font-size: 2rem !important;
  }
  .u-sp-fs-xxl {
    font-size: 2.2rem !important;
  }
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mt-5 {
    margin-top: 5px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-sp-ml-5 {
    margin-left: 5px !important;
  }
  .u-sp-mr-5 {
    margin-right: 5px !important;
  }
  .u-sp-mt-10 {
    margin-top: 10px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-sp-ml-10 {
    margin-left: 10px !important;
  }
  .u-sp-mr-10 {
    margin-right: 10px !important;
  }
  .u-sp-mt-15 {
    margin-top: 15px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-sp-ml-15 {
    margin-left: 15px !important;
  }
  .u-sp-mr-15 {
    margin-right: 15px !important;
  }
  .u-sp-mt-20 {
    margin-top: 20px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-sp-ml-20 {
    margin-left: 20px !important;
  }
  .u-sp-mr-20 {
    margin-right: 20px !important;
  }
  .u-sp-mt-25 {
    margin-top: 25px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-sp-ml-25 {
    margin-left: 25px !important;
  }
  .u-sp-mr-25 {
    margin-right: 25px !important;
  }
  .u-sp-mt-30 {
    margin-top: 30px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-sp-ml-30 {
    margin-left: 30px !important;
  }
  .u-sp-mr-30 {
    margin-right: 30px !important;
  }
  .u-sp-mt-35 {
    margin-top: 35px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-sp-ml-35 {
    margin-left: 35px !important;
  }
  .u-sp-mr-35 {
    margin-right: 35px !important;
  }
  .u-sp-mt-40 {
    margin-top: 40px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-sp-ml-40 {
    margin-left: 40px !important;
  }
  .u-sp-mr-40 {
    margin-right: 40px !important;
  }
  .u-sp-mt-45 {
    margin-top: 45px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-sp-ml-45 {
    margin-left: 45px !important;
  }
  .u-sp-mr-45 {
    margin-right: 45px !important;
  }
  .u-sp-mt-50 {
    margin-top: 50px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-sp-ml-50 {
    margin-left: 50px !important;
  }
  .u-sp-mr-50 {
    margin-right: 50px !important;
  }
  .u-sp-mt-55 {
    margin-top: 55px !important;
  }
  .u-sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-sp-ml-55 {
    margin-left: 55px !important;
  }
  .u-sp-mr-55 {
    margin-right: 55px !important;
  }
  .u-sp-mt-60 {
    margin-top: 60px !important;
  }
  .u-sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-sp-ml-60 {
    margin-left: 60px !important;
  }
  .u-sp-mr-60 {
    margin-right: 60px !important;
  }
  .u-sp-mt-65 {
    margin-top: 65px !important;
  }
  .u-sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-sp-ml-65 {
    margin-left: 65px !important;
  }
  .u-sp-mr-65 {
    margin-right: 65px !important;
  }
  .u-sp-mt-70 {
    margin-top: 70px !important;
  }
  .u-sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-sp-ml-70 {
    margin-left: 70px !important;
  }
  .u-sp-mr-70 {
    margin-right: 70px !important;
  }
  .u-sp-mt-75 {
    margin-top: 75px !important;
  }
  .u-sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .u-sp-ml-75 {
    margin-left: 75px !important;
  }
  .u-sp-mr-75 {
    margin-right: 75px !important;
  }
  .u-sp-mt-80 {
    margin-top: 80px !important;
  }
  .u-sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-sp-ml-80 {
    margin-left: 80px !important;
  }
  .u-sp-mr-80 {
    margin-right: 80px !important;
  }
  .u-sp-mt-85 {
    margin-top: 85px !important;
  }
  .u-sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .u-sp-ml-85 {
    margin-left: 85px !important;
  }
  .u-sp-mr-85 {
    margin-right: 85px !important;
  }
  .u-sp-mt-90 {
    margin-top: 90px !important;
  }
  .u-sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-sp-ml-90 {
    margin-left: 90px !important;
  }
  .u-sp-mr-90 {
    margin-right: 90px !important;
  }
  .u-sp-mt-95 {
    margin-top: 95px !important;
  }
  .u-sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .u-sp-ml-95 {
    margin-left: 95px !important;
  }
  .u-sp-mr-95 {
    margin-right: 95px !important;
  }
  .u-sp-mt-100 {
    margin-top: 100px !important;
  }
  .u-sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-sp-ml-100 {
    margin-left: 100px !important;
  }
  .u-sp-mr-100 {
    margin-right: 100px !important;
  }
  .u-sp-pt-0 {
    padding-top: 0px !important;
  }
  .u-sp-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pl-0 {
    padding-left: 0px !important;
  }
  .u-sp-pr-0 {
    padding-right: 0px !important;
  }
  .u-sp-pt-5 {
    padding-top: 5px !important;
  }
  .u-sp-pb-5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pl-5 {
    padding-left: 5px !important;
  }
  .u-sp-pr-5 {
    padding-right: 5px !important;
  }
  .u-sp-pt-10 {
    padding-top: 10px !important;
  }
  .u-sp-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pl-10 {
    padding-left: 10px !important;
  }
  .u-sp-pr-10 {
    padding-right: 10px !important;
  }
  .u-sp-pt-15 {
    padding-top: 15px !important;
  }
  .u-sp-pb-15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pl-15 {
    padding-left: 15px !important;
  }
  .u-sp-pr-15 {
    padding-right: 15px !important;
  }
  .u-sp-pt-20 {
    padding-top: 20px !important;
  }
  .u-sp-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pl-20 {
    padding-left: 20px !important;
  }
  .u-sp-pr-20 {
    padding-right: 20px !important;
  }
  .u-sp-pt-25 {
    padding-top: 25px !important;
  }
  .u-sp-pb-25 {
    padding-bottom: 25px !important;
  }
  .u-sp-pl-25 {
    padding-left: 25px !important;
  }
  .u-sp-pr-25 {
    padding-right: 25px !important;
  }
  .u-sp-pt-30 {
    padding-top: 30px !important;
  }
  .u-sp-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-sp-pl-30 {
    padding-left: 30px !important;
  }
  .u-sp-pr-30 {
    padding-right: 30px !important;
  }
  .u-sp-pt-35 {
    padding-top: 35px !important;
  }
  .u-sp-pb-35 {
    padding-bottom: 35px !important;
  }
  .u-sp-pl-35 {
    padding-left: 35px !important;
  }
  .u-sp-pr-35 {
    padding-right: 35px !important;
  }
  .u-sp-pt-40 {
    padding-top: 40px !important;
  }
  .u-sp-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pl-40 {
    padding-left: 40px !important;
  }
  .u-sp-pr-40 {
    padding-right: 40px !important;
  }
  .u-sp-pt-45 {
    padding-top: 45px !important;
  }
  .u-sp-pb-45 {
    padding-bottom: 45px !important;
  }
  .u-sp-pl-45 {
    padding-left: 45px !important;
  }
  .u-sp-pr-45 {
    padding-right: 45px !important;
  }
  .u-sp-pt-50 {
    padding-top: 50px !important;
  }
  .u-sp-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-sp-pl-50 {
    padding-left: 50px !important;
  }
  .u-sp-pr-50 {
    padding-right: 50px !important;
  }
  .u-sp-pt-55 {
    padding-top: 55px !important;
  }
  .u-sp-pb-55 {
    padding-bottom: 55px !important;
  }
  .u-sp-pl-55 {
    padding-left: 55px !important;
  }
  .u-sp-pr-55 {
    padding-right: 55px !important;
  }
  .u-sp-pt-60 {
    padding-top: 60px !important;
  }
  .u-sp-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-sp-pl-60 {
    padding-left: 60px !important;
  }
  .u-sp-pr-60 {
    padding-right: 60px !important;
  }
  .u-sp-pt-65 {
    padding-top: 65px !important;
  }
  .u-sp-pb-65 {
    padding-bottom: 65px !important;
  }
  .u-sp-pl-65 {
    padding-left: 65px !important;
  }
  .u-sp-pr-65 {
    padding-right: 65px !important;
  }
  .u-sp-pt-70 {
    padding-top: 70px !important;
  }
  .u-sp-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-sp-pl-70 {
    padding-left: 70px !important;
  }
  .u-sp-pr-70 {
    padding-right: 70px !important;
  }
  .u-sp-pt-75 {
    padding-top: 75px !important;
  }
  .u-sp-pb-75 {
    padding-bottom: 75px !important;
  }
  .u-sp-pl-75 {
    padding-left: 75px !important;
  }
  .u-sp-pr-75 {
    padding-right: 75px !important;
  }
  .u-sp-pt-80 {
    padding-top: 80px !important;
  }
  .u-sp-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-sp-pl-80 {
    padding-left: 80px !important;
  }
  .u-sp-pr-80 {
    padding-right: 80px !important;
  }
  .u-sp-pt-85 {
    padding-top: 85px !important;
  }
  .u-sp-pb-85 {
    padding-bottom: 85px !important;
  }
  .u-sp-pl-85 {
    padding-left: 85px !important;
  }
  .u-sp-pr-85 {
    padding-right: 85px !important;
  }
  .u-sp-pt-90 {
    padding-top: 90px !important;
  }
  .u-sp-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-sp-pl-90 {
    padding-left: 90px !important;
  }
  .u-sp-pr-90 {
    padding-right: 90px !important;
  }
  .u-sp-pt-95 {
    padding-top: 95px !important;
  }
  .u-sp-pb-95 {
    padding-bottom: 95px !important;
  }
  .u-sp-pl-95 {
    padding-left: 95px !important;
  }
  .u-sp-pr-95 {
    padding-right: 95px !important;
  }
  .u-sp-pt-100 {
    padding-top: 100px !important;
  }
  .u-sp-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-sp-pl-100 {
    padding-left: 100px !important;
  }
  .u-sp-pr-100 {
    padding-right: 100px !important;
  }
  .u-sp-text-center {
    text-align: center !important;
  }
  .u-sp-text-left {
    text-align: left !important;
  }
  .u-sp-text-right {
    text-align: right !important;
  }
  .u-sp-va-top {
    vertical-align: top !important;
  }
  .u-sp-va-middle {
    vertical-align: middle !important;
  }
  .u-sp-va-bottom {
    vertical-align: bottom !important;
  }
  .u-sp-w-5 {
    width: 5px !important;
  }
  .u-sp-w-10 {
    width: 10px !important;
  }
  .u-sp-w-15 {
    width: 15px !important;
  }
  .u-sp-w-20 {
    width: 20px !important;
  }
  .u-sp-w-25 {
    width: 25px !important;
  }
  .u-sp-w-30 {
    width: 30px !important;
  }
  .u-sp-w-35 {
    width: 35px !important;
  }
  .u-sp-w-40 {
    width: 40px !important;
  }
  .u-sp-w-45 {
    width: 45px !important;
  }
  .u-sp-w-50 {
    width: 50px !important;
  }
  .u-sp-w-55 {
    width: 55px !important;
  }
  .u-sp-w-60 {
    width: 60px !important;
  }
  .u-sp-w-65 {
    width: 65px !important;
  }
  .u-sp-w-70 {
    width: 70px !important;
  }
  .u-sp-w-75 {
    width: 75px !important;
  }
  .u-sp-w-80 {
    width: 80px !important;
  }
  .u-sp-w-85 {
    width: 85px !important;
  }
  .u-sp-w-90 {
    width: 90px !important;
  }
  .u-sp-w-95 {
    width: 95px !important;
  }
  .u-sp-w-100 {
    width: 100px !important;
  }
  .u-sp-w-105 {
    width: 105px !important;
  }
  .u-sp-w-110 {
    width: 110px !important;
  }
  .u-sp-w-115 {
    width: 115px !important;
  }
  .u-sp-w-120 {
    width: 120px !important;
  }
  .u-sp-w-125 {
    width: 125px !important;
  }
  .u-sp-w-130 {
    width: 130px !important;
  }
  .u-sp-w-135 {
    width: 135px !important;
  }
  .u-sp-w-140 {
    width: 140px !important;
  }
  .u-sp-w-145 {
    width: 145px !important;
  }
  .u-sp-w-150 {
    width: 150px !important;
  }
  .u-sp-w-155 {
    width: 155px !important;
  }
  .u-sp-w-160 {
    width: 160px !important;
  }
  .u-sp-w-165 {
    width: 165px !important;
  }
  .u-sp-w-170 {
    width: 170px !important;
  }
  .u-sp-w-175 {
    width: 175px !important;
  }
  .u-sp-w-180 {
    width: 180px !important;
  }
  .u-sp-w-185 {
    width: 185px !important;
  }
  .u-sp-w-190 {
    width: 190px !important;
  }
  .u-sp-w-195 {
    width: 195px !important;
  }
  .u-sp-w-200 {
    width: 200px !important;
  }
  .u-sp-w-205 {
    width: 205px !important;
  }
  .u-sp-w-210 {
    width: 210px !important;
  }
  .u-sp-w-215 {
    width: 215px !important;
  }
  .u-sp-w-220 {
    width: 220px !important;
  }
  .u-sp-w-225 {
    width: 225px !important;
  }
  .u-sp-w-230 {
    width: 230px !important;
  }
  .u-sp-w-235 {
    width: 235px !important;
  }
  .u-sp-w-240 {
    width: 240px !important;
  }
  .u-sp-w-245 {
    width: 245px !important;
  }
  .u-sp-w-250 {
    width: 250px !important;
  }
  .u-sp-w-255 {
    width: 255px !important;
  }
  .u-sp-w-260 {
    width: 260px !important;
  }
  .u-sp-w-265 {
    width: 265px !important;
  }
  .u-sp-w-270 {
    width: 270px !important;
  }
  .u-sp-w-275 {
    width: 275px !important;
  }
  .u-sp-w-280 {
    width: 280px !important;
  }
  .u-sp-w-285 {
    width: 285px !important;
  }
  .u-sp-w-290 {
    width: 290px !important;
  }
  .u-sp-w-295 {
    width: 295px !important;
  }
  .u-sp-w-300 {
    width: 300px !important;
  }
  .u-sp-w-305 {
    width: 305px !important;
  }
  .u-sp-w-310 {
    width: 310px !important;
  }
  .u-sp-w-315 {
    width: 315px !important;
  }
  .u-sp-w-320 {
    width: 320px !important;
  }
  .u-sp-w-325 {
    width: 325px !important;
  }
  .u-sp-w-330 {
    width: 330px !important;
  }
  .u-sp-w-335 {
    width: 335px !important;
  }
  .u-sp-w-340 {
    width: 340px !important;
  }
  .u-sp-w-345 {
    width: 345px !important;
  }
  .u-sp-w-350 {
    width: 350px !important;
  }
  .u-sp-w-355 {
    width: 355px !important;
  }
  .u-sp-w-360 {
    width: 360px !important;
  }
  .u-sp-w-365 {
    width: 365px !important;
  }
  .u-sp-w-370 {
    width: 370px !important;
  }
  .u-sp-w-375 {
    width: 375px !important;
  }
  .u-sp-w-380 {
    width: 380px !important;
  }
  .u-sp-w-385 {
    width: 385px !important;
  }
  .u-sp-w-390 {
    width: 390px !important;
  }
  .u-sp-w-395 {
    width: 395px !important;
  }
  .u-sp-w-400 {
    width: 400px !important;
  }
  .u-sp-w-5per {
    width: 5% !important;
  }
  .u-sp-w-10per {
    width: 10% !important;
  }
  .u-sp-w-15per {
    width: 15% !important;
  }
  .u-sp-w-20per {
    width: 20% !important;
  }
  .u-sp-w-25per {
    width: 25% !important;
  }
  .u-sp-w-30per {
    width: 30% !important;
  }
  .u-sp-w-35per {
    width: 35% !important;
  }
  .u-sp-w-40per {
    width: 40% !important;
  }
  .u-sp-w-45per {
    width: 45% !important;
  }
  .u-sp-w-50per {
    width: 50% !important;
  }
  .u-sp-w-55per {
    width: 55% !important;
  }
  .u-sp-w-60per {
    width: 60% !important;
  }
  .u-sp-w-65per {
    width: 65% !important;
  }
  .u-sp-w-70per {
    width: 70% !important;
  }
  .u-sp-w-75per {
    width: 75% !important;
  }
  .u-sp-w-80per {
    width: 80% !important;
  }
  .u-sp-w-85per {
    width: 85% !important;
  }
  .u-sp-w-90per {
    width: 90% !important;
  }
  .u-sp-w-95per {
    width: 95% !important;
  }
  .u-sp-w-100per {
    width: 100% !important;
  }
  .u-sp-w-1em {
    width: 1em !important;
  }
  .u-sp-w-2em {
    width: 2em !important;
  }
  .u-sp-w-3em {
    width: 3em !important;
  }
  .u-sp-w-4em {
    width: 4em !important;
  }
  .u-sp-w-5em {
    width: 5em !important;
  }
  .u-sp-w-6em {
    width: 6em !important;
  }
  .u-sp-w-7em {
    width: 7em !important;
  }
  .u-sp-w-8em {
    width: 8em !important;
  }
  .u-sp-w-9em {
    width: 9em !important;
  }
  .u-sp-w-10em {
    width: 10em !important;
  }
  .u-sp-w-11em {
    width: 11em !important;
  }
  .u-sp-w-12em {
    width: 12em !important;
  }
  .u-sp-w-13em {
    width: 13em !important;
  }
  .u-sp-w-14em {
    width: 14em !important;
  }
  .u-sp-w-15em {
    width: 15em !important;
  }
  .u-sp-w-16em {
    width: 16em !important;
  }
  .u-sp-w-17em {
    width: 17em !important;
  }
  .u-sp-w-18em {
    width: 18em !important;
  }
  .u-sp-w-19em {
    width: 19em !important;
  }
  .u-sp-w-20em {
    width: 20em !important;
  }
  .u-sp-w-auto {
    width: auto !important;
  }
}
@media (hover: hover) and (pointer: fine){
  a[href^=tel] {
    pointer-events: none;
  }
  .l-header__navi__link a > span {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: border;
    transition-property: border;
  }
  .l-header__navi__link a > span::before, .l-header__navi__link a > span::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: border;
    transition-property: border;
  }
  .l-header__navi__link a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .l-header__navi__link a::before, .l-header__navi__link a::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .l-header__navi__link a:hover > span, .l-header__navi__link a:focus-visible > span {
    border-bottom-color: #00AA3C;
  }
  .l-footer__link--head {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: border;
    transition-property: border;
  }
  .l-footer__link--head::before, .l-footer__link--head::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: border;
    transition-property: border;
  }
  .l-footer__link--head:hover, .l-footer__link--head:focus-visible {
    border-color: #ffffff;
  }
  .l-footer__link {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: border;
    transition-property: border;
  }
  .l-footer__link::before, .l-footer__link::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: border;
    transition-property: border;
  }
  .l-footer__link:hover, .l-footer__link:focus-visible {
    border-color: #ffffff;
  }
  .l-footer__links a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: border;
    transition-property: border;
  }
  .l-footer__links a::before, .l-footer__links a::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: border;
    transition-property: border;
  }
  .l-footer__links a:hover, .l-footer__links a:focus-visible {
    border-color: #282828;
  }
  .c-button__link {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background, color;
    transition-property: background, color;
  }
  .c-button__link::before, .c-button__link::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background, color;
    transition-property: background, color;
  }
  .c-button__link:hover, .c-button__link:focus-visible {
    background-color: #ffffff;
    color: #00AA3C;
  }
  .c-button--white {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background, color;
    transition-property: background, color;
  }
  .c-button--white::before, .c-button--white::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background, color;
    transition-property: background, color;
  }
  .c-button--white:hover, .c-button--white:focus-visible {
    background-color: #00AA3C;
    color: #ffffff;
  }
  .c-icon[data-icon=arrow] {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-image;
    transition-property: background-image;
  }
  .c-icon[data-icon=arrow]::before, .c-icon[data-icon=arrow]::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-image;
    transition-property: background-image;
  }
  .c-news__link {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
  .c-news__link::before, .c-news__link::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
  .c-news__link:hover, .c-news__link:focus-visible {
    background-color: #F7FFFA;
  }
  .c-news__button {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .c-news__button::before, .c-news__button::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  a.c-news__link {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  a.c-news__link::before, a.c-news__link::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  a.c-news__link:hover picture::before, a.c-news__link:focus-visible picture::before {
    opacity: 1;
  }
  a.c-news__link:hover .c-news__button, a.c-news__link:focus-visible .c-news__button {
    opacity: 1;
  }
  .p-top-project__introduction__block > a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  .p-top-project__introduction__block > a::before, .p-top-project__introduction__block > a::after {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  .p-top-project__introduction__block > a:hover, .p-top-project__introduction__block > a:focus-visible {
    background-color: #00AA3C;
  }
  .p-top-project__introduction__block > a:hover *, .p-top-project__introduction__block > a:focus-visible * {
    color: #ffffff;
  }
  .u-hover-opacity {
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
  }
  .u-hover-opacity:hover, .u-hover-opacity:focus-visible {
    opacity: 0.8;
  }
}
@media screen{
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/*# sourceMappingURL=style.css.map */
