@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,600;1,600&family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&family=Oswald:wght@400;500&display=swap");
:root {
  --wrap_width: 1080px;
  --color-primary: #00883D;
  --color-secondary: #ECF6EE;
  --color-tertiary: #7AAC81;
  --footer-bg-clr: #EDEDED;
  --color-blue:#38B6CB;
  --color-orange:#EC9359;
  --color-gold:#D5BD36;
  --color-text-body: #333333;
  --color-text-muted: rgb(101, 202, 252);
  --color-text-muted-secondary: hsl(215, 14%, 36%);
  --bg-clr:#f9f2d7;
  --bg-clr-secondary:#f4f4e3;
}
@media (max-width: 900px) {
  :root {
    --wrap_width: 100%;
  }
}

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

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  height: 100%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture,
svg {
  display: block;
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
}

input,
button,
textarea,
select {
  font: inherit;
}

li {
  list-style: none;
  line-height: 1;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover, a:focus, a:active {
  color: #000;
  opacity: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.--mt0 {
  margin-top: 0px !important;
}

.--mb0 {
  margin-bottom: 0px !important;
}

.--mt5 {
  margin-top: 5px !important;
}

.--mb5 {
  margin-bottom: 5px !important;
}

.--mt10 {
  margin-top: 10px !important;
}

.--mb10 {
  margin-bottom: 10px !important;
}

.--mt15 {
  margin-top: 15px !important;
}

.--mb15 {
  margin-bottom: 15px !important;
}

.--mt20 {
  margin-top: 20px !important;
}

.--mb20 {
  margin-bottom: 20px !important;
}

.--mt25 {
  margin-top: 25px !important;
}

.--mb25 {
  margin-bottom: 25px !important;
}

.--mt30 {
  margin-top: 30px !important;
}

.--mb30 {
  margin-bottom: 30px !important;
}

.--mt35 {
  margin-top: 35px !important;
}

.--mb35 {
  margin-bottom: 35px !important;
}

.--mt40 {
  margin-top: 40px !important;
}

.--mb40 {
  margin-bottom: 40px !important;
}

.--mt45 {
  margin-top: 45px !important;
}

.--mb45 {
  margin-bottom: 45px !important;
}

.--mt50 {
  margin-top: 50px !important;
}

.--mb50 {
  margin-bottom: 50px !important;
}

.--mt55 {
  margin-top: 55px !important;
}

.--mb55 {
  margin-bottom: 55px !important;
}

.--mt60 {
  margin-top: 60px !important;
}

.--mb60 {
  margin-bottom: 60px !important;
}

.--mt65 {
  margin-top: 65px !important;
}

.--mb65 {
  margin-bottom: 65px !important;
}

.--mt70 {
  margin-top: 70px !important;
}

.--mb70 {
  margin-bottom: 70px !important;
}

.--mt75 {
  margin-top: 75px !important;
}

.--mb75 {
  margin-bottom: 75px !important;
}

.--mt80 {
  margin-top: 80px !important;
}

.--mb80 {
  margin-bottom: 80px !important;
}

.--mt85 {
  margin-top: 85px !important;
}

.--mb85 {
  margin-bottom: 85px !important;
}

.--mt90 {
  margin-top: 90px !important;
}

.--mb90 {
  margin-bottom: 90px !important;
}

.--mt95 {
  margin-top: 95px !important;
}

.--mb95 {
  margin-bottom: 95px !important;
}

.--mt100 {
  margin-top: 100px !important;
}

.--mb100 {
  margin-bottom: 100px !important;
}

@media (max-width: 768px) {
  .--mt-sp0 {
    margin-top: 0px !important;
  }
  .--mb-sp0 {
    margin-bottom: 0px !important;
  }
  .--mt-sp5 {
    margin-top: 5px !important;
  }
  .--mb-sp5 {
    margin-bottom: 5px !important;
  }
  .--mt-sp10 {
    margin-top: 10px !important;
  }
  .--mb-sp10 {
    margin-bottom: 10px !important;
  }
  .--mt-sp15 {
    margin-top: 15px !important;
  }
  .--mb-sp15 {
    margin-bottom: 15px !important;
  }
  .--mt-sp20 {
    margin-top: 20px !important;
  }
  .--mb-sp20 {
    margin-bottom: 20px !important;
  }
  .--mt-sp25 {
    margin-top: 25px !important;
  }
  .--mb-sp25 {
    margin-bottom: 25px !important;
  }
  .--mt-sp30 {
    margin-top: 30px !important;
  }
  .--mb-sp30 {
    margin-bottom: 30px !important;
  }
  .--mt-sp35 {
    margin-top: 35px !important;
  }
  .--mb-sp35 {
    margin-bottom: 35px !important;
  }
  .--mt-sp40 {
    margin-top: 40px !important;
  }
  .--mb-sp40 {
    margin-bottom: 40px !important;
  }
  .--mt-sp45 {
    margin-top: 45px !important;
  }
  .--mb-sp45 {
    margin-bottom: 45px !important;
  }
  .--mt-sp50 {
    margin-top: 50px !important;
  }
  .--mb-sp50 {
    margin-bottom: 50px !important;
  }
  .--mt-sp55 {
    margin-top: 55px !important;
  }
  .--mb-sp55 {
    margin-bottom: 55px !important;
  }
  .--mt-sp60 {
    margin-top: 60px !important;
  }
  .--mb-sp60 {
    margin-bottom: 60px !important;
  }
  .--mt-sp65 {
    margin-top: 65px !important;
  }
  .--mb-sp65 {
    margin-bottom: 65px !important;
  }
  .--mt-sp70 {
    margin-top: 70px !important;
  }
  .--mb-sp70 {
    margin-bottom: 70px !important;
  }
  .--mt-sp75 {
    margin-top: 75px !important;
  }
  .--mb-sp75 {
    margin-bottom: 75px !important;
  }
  .--mt-sp80 {
    margin-top: 80px !important;
  }
  .--mb-sp80 {
    margin-bottom: 80px !important;
  }
  .--mt-sp85 {
    margin-top: 85px !important;
  }
  .--mb-sp85 {
    margin-bottom: 85px !important;
  }
  .--mt-sp90 {
    margin-top: 90px !important;
  }
  .--mb-sp90 {
    margin-bottom: 90px !important;
  }
  .--mt-sp95 {
    margin-top: 95px !important;
  }
  .--mb-sp95 {
    margin-bottom: 95px !important;
  }
  .--mt-sp100 {
    margin-top: 100px !important;
  }
  .--mb-sp100 {
    margin-bottom: 100px !important;
  }
}
.header {
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  position: fixed;
  height: 90px;
  top: 0;
  z-index: 200;
}
.header__wrapper {
  min-width: 1000px;
  margin: 10px auto 16px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  width: 120px;
  margin-left: 52px;
}
.header__logo-img {
  width: 120px;
  height: 60px;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header__nav {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.header__nav-wrapper {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__nav-items {
  position: relative;
}
.header__nav-title {
  font-size: 18px;
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  color: var(--color-text-body);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
}
.header__nav-title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 64px;
  height: 64px;
  margin: auto;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0.2;
  border-radius: 100%;
  background: #000;
}
.header__nav-title:hover::before {
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
}
.header__sub-nav-list {
  display: none;
  position: absolute;
  top: 80px;
  left: -30px;
}
.header__nav-sub-title {
  color: #231815;
  background: #fff;
  border: 1px solid #C6C6C6;
  width: 200px;
  height: 40px;
  margin-bottom: 2px;
  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;
}
.header__nav-sub-title:hover {
  background: #55A170;
  color: #fff;
  border: 1px solid #C6C6C6;
}
.header .--current:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background: var(--color-primary);
  position: relative;
  bottom: -10px;
}
.header__search {
  width: 260px;
  position: relative;
}
.header__search-input {
  background: none;
  border: none;
  border-bottom: 1px solid #333333;
  padding: 5px;
  position: relative;
}
.header__search-btn {
  position: absolute;
  top: 0;
  right: 79px;
  width: 36px;
  height: 34px;
}
.header__search-btn:before {
  content: "";
  background: url(../img/ic-search.svg) no-repeat;
  width: 27px;
  height: 17px;
  display: block;
  position: relative;
  left: 9px;
}
.header__mail-btn {
  font-family: Jost;
  font-weight: 500;
  color: #fff;
  background: #4D4D4D;
  display: block;
  width: 100px;
  height: 100px;
  padding: 20px 0 0 10px;
  text-transform: uppercase;
  position: relative;
  top: -10px;
}
.header__mail-btn a {
  color: #fff;
}
.header__mail-btn::after {
  content: "";
  background: url("../img/ic-head-mail.svg") no-repeat;
  width: 30px;
  height: 20px;
  display: block;
  position: relative;
  top: 15px;
  left: 46px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__mail-btn-text {
  position: relative;
  top: 0px;
  left: 10px;
}

@media (max-width: 1200px) {
  .header__search {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .header {
    height: 50px;
    width: 100vw;
    margin-top: 0;
  }
  .header__wrapper {
    min-width: auto;
    width: 100%;
    margin: 0 auto;
  }
  .header__logo {
    width: 65px;
    height: 33px;
    margin-top: 8px;
    margin-left: 20px;
    margin-bottom: 8px;
  }
  .header__logo-img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 33px;
  }
  .header__nav-list {
    display: none;
  }
  .header__nav {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .header__nav-wrapper {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__nav-title {
    font-size: 18px;
    width: 140px;
    padding: 10px 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    color: var(--color-text-body);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: relative;
  }
  .header__nav-title:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 64px;
    height: 64px;
    margin: auto;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s;
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.2;
    border-radius: 100%;
    background: #000;
  }
  .header__nav-title:hover::before {
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  .header__sub-nav-list {
    display: none;
  }
  .header__search {
    display: block;
    margin-top: 0;
    width: 100%;
    position: relative;
    font-size: 13px;
  }
  .header__search-input {
    background: none;
    padding: 5px 10px;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 42vw;
    box-sizing: border-box;
    right: 60px;
    top: 5px;
  }
  .header__search-btn {
    position: absolute;
    top: 10px;
    right: 60px;
    width: 40px;
    height: 40px;
  }
  .header__search-btn:before {
    content: "";
    background: url(../img/ic-search.svg) no-repeat;
    width: 40px;
    height: 14px;
    display: block;
    left: 16px;
    right: 0;
    top: -5px;
  }
  .header__search-sp {
    display: block;
    margin-top: 20px;
    width: 100%;
    position: relative;
  }
  .header__search-sp-input {
    background: #fff;
    height: 46px;
    width: 100%;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
    border: none;
  }
  .header__search-sp-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
  }
  .header__search-sp-btn:before {
    position: relative;
    content: "";
    background: url(../img/ic-search.svg) no-repeat;
    width: 40px;
    height: 14px;
    display: block;
    left: 16px;
    right: 0;
  }
  .header__mail {
    position: relative;
    right: 49px;
  }
  .header__mail-btn {
    background: #4D4D4D;
    display: block;
    width: 50px;
    height: 50px;
    padding: 20px 0 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-transform: uppercase;
    position: relative;
    top: 0;
    right: 0;
  }
  .header__mail-btn a {
    color: #fff;
  }
  .header__mail-btn::after {
    content: "";
    background: url("../img/ic-head-mail.svg") no-repeat;
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
    top: 5px;
    left: 17px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header__mail-btn-text {
    display: none;
  }
}
.footer__gray {
  padding: 40px 0;
  background: var(--footer-bg-clr);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.footer__gray-wrapper {
  width: var(--wrap_width);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  width: 154px;
  height: 78px;
  margin-bottom: 38px;
}
.footer__logo-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer__logo-text {
  font-size: 12px;
  margin-bottom: 15px;
}
.footer__logo-map-link {
  font-size: 14px;
}
.footer__logo-map-link::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 16px;
  margin-right: 8px;
  background: url(../img/ic-gmap.svg) no-repeat;
}
.footer__logo-btn-link {
  color: #fff;
  font-size: 16px;
  background: var(--color-primary);
  width: 200px;
  height: 60px;
  padding: 0;
  margin-top: 30px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  outline: none;
}
.footer__logo-btn-link__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.footer__logo-btn-link:hover {
  background: #fff;
  color: var(--color-primary);
}
.footer__logo-btn-link:before, .footer__logo-btn-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: var(--color-primary);
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}
.footer__logo-btn-link:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.footer__logo-btn-link:hover:before, .footer__logo-btn-link:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}
.footer__link {
  width: calc(100% - 42px);
  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;
  height: 60px;
  position: relative;
}
.footer__link::after {
  content: "→";
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  padding: 2px 0 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 16px;
  right: -30px;
}
.footer__link:hover:after {
  border: 1px solid var(--color-primary);
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}
.footer__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__nav-01, .footer__nav-02 {
  width: 286px;
}
.footer__nav-01 a, .footer__nav-02 a {
  color: var(--color-text-body);
}
.footer__nav-01 .--mgn, .footer__nav-02 .--mgn {
  margin: 30px 0;
}
.footer__nav-01 .--mgn02, .footer__nav-02 .--mgn02 {
  margin: 30px 0 10px 0;
}
.footer__nav-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer__nav-item {
  margin-bottom: 7px;
  display: block;
}
.footer__nav-sub-title {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer__nav-sub-title:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  border-top: 1px solid #333;
  position: relative;
  top: -3px;
  left: 3px;
}
.footer__sub-nav-title {
  margin-right: 1em;
}
.footer__sub-nav-title {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer__sub-nav-title:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  border-top: 1px solid #333;
  position: relative;
  top: -3px;
  left: 3px;
}
.footer__wht {
  background: #fff;
  margin-top: 20px;
  padding: 0 30px;
}
.footer__wht-wrapper {
  width: var(--wrap_width);
  margin: 0 auto;
}
.footer__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__pmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer__pmark-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer__pmark-img {
  width: 75px;
  height: 75px;
  margin-right: 10px;
}
.footer__pmark-text {
  font-size: 12px;
}
.footer__sub-nav {
  margin-top: 20px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.footer__address {
  margin-top: 33px;
  padding-bottom: 25px;
  font-size: 12px;
  font-style: normal;
}

.cookie__consent {
  -webkit-transition: opacity 0.5s 1s ease, visibility 0s 1s ease;
  transition: opacity 0.5s 1s ease, visibility 0s 1s ease;
  background: rgba(251, 251, 251, 0.7);
  position: fixed;
  z-index: 100000;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
}
.cookie__consent.is-show {
  visibility: visible;
}
.cookie__warpper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .cookie__warpper {
    padding: 0;
  }
}
.cookie__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .cookie__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.cookie__text {
  font-size: 12px;
  line-height: 1.8;
  color: #5d5d5d;
}
.cookie__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 768px) {
  .cookie__btn {
    width: 260px;
    margin: 10px auto 0 auto;
  }
}
.cookie__agree {
  font-size: 13px;
  width: 120px;
  height: 40px;
  border-radius: 12px;
  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;
  background: var(--color-primary);
  border: 1px solid #ccc;
  color: #fff;
}
@media (max-width: 768px) {
  .cookie__agree {
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
}
.cookie__agree:hover {
  background: #6dae7a;
}
.cookie__reject {
  font-size: 13px;
  width: 120px;
  height: 40px;
  border-radius: 12px;
  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;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .cookie__reject {
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
}
.cookie__reject:hover {
  background: #dadada;
}

.cc-hide2 {
  -webkit-animation: hide 1s linear 0s;
          animation: hide 1s linear 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 768px) {
  .footer__gray {
    background: var(--footer-bg-clr);
    padding: 27px 30px 35px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__gray-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__logo-link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__logo {
    width: 100px;
    height: 61px;
    margin-bottom: 18px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__logo-title {
    font-size: 16px;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__logo-text {
    font-size: 12px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer__logo-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
  }
  .footer__logo-map {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .footer__logo-map-link {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .footer__logo-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__logo-btn-link {
    color: #fff;
    width: 147px;
    height: 42px;
    font-size: 12px;
    margin-top: 20px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer__logo-btn-link a {
    color: #fff;
  }
  .footer__link {
    height: 42px;
    width: calc(100% - 26px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__link::after {
    content: "→";
    font-size: 8px;
    border: 1px solid #fff;
    border-radius: 10.5px;
    width: 21px;
    height: 21px;
    padding: 2px 0 0 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 12px;
    right: -20px;
  }
  .footer__link:hover:after {
    border: 1px solid var(--color-primary);
    -webkit-transition: 400ms ease all;
    transition: 400ms ease all;
  }
  .footer__nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
  }
  .footer__nav-01, .footer__nav-02 {
    width: 50%;
  }
  .footer__nav-title {
    font-size: 14px;
    font-weight: bold;
  }
  .footer__nav-sub-title {
    font-size: 12px;
  }
  .footer__nav-sub-title:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 8px;
    border-top: 1px solid #333;
    position: relative;
    top: -3px;
    left: 3px;
  }
  .footer__wht {
    background: #fff;
    margin-top: 20px;
    padding: 0 30px;
  }
  .footer__pmark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer__pmark-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__pmark-img {
    width: 75px;
    height: 75px;
  }
  .footer__pmark-text {
    font-size: 12px;
  }
  .footer__sub-nav {
    margin-top: 20px;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__sub-nav-item {
    margin-bottom: 10px;
  }
  .footer__address {
    margin-top: 33px;
    padding-bottom: 25px;
    font-size: 12px;
    font-style: normal;
  }
}
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333333;
}

.--pc-only {
  display: block;
}

.--sp-only {
  display: none;
}

.link-ic-blk {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  color: #333333;
}
.link-ic-blk::after {
  content: "→";
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #333333;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 8px 0 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 0px;
  left: 28px;
}
.link-ic-blk:hover::after {
  background: #00873D;
  color: #fff;
  border: none;
}

.cmn-top__title {
  font-family: "Jost", sans-serif;
  font-size: 70px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-primary);
}
.cmn-top__title--jp {
  font-size: 22px;
  color: #1A1A1A;
  padding-left: 30px;
}

.cmn-page__right {
  text-align: right;
}

.link-ic-wht {
  color: #fff;
  font-size: 16px;
  background: var(--color-primary);
  width: 242px;
  height: 60px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  outline: none;
}
.link-ic-wht:hover {
  background: #fff;
  color: var(--color-primary);
}
.link-ic-wht:before, .link-ic-wht:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: var(--color-primary);
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}
.link-ic-wht:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.link-ic-wht:hover:before, .link-ic-wht:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}
.link-ic-wht__link {
  width: calc(100% - 38px);
  height: 60px;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-ic-wht__link::after {
  content: "→";
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  padding: 6px 0 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 15px;
  right: -25px;
}
.link-ic-wht__link:hover:after {
  border: 1px solid var(--color-primary);
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}
.link-ic-wht.--tanks-mgn {
  margin: 85px 0 230px 0;
}

/*下位層*/
.topic-path {
  margin-top: 90px;
  color: #fff;
  background: var(--color-primary);
}
.topic-path .topic-path__wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.topic-path .topic-path__list {
  padding: 20px 0;
}
.topic-path .topic-path__itmes {
  font-size: 12px;
  display: inline-block;
}
.topic-path .topic-path__itmes::after {
  color: #fff;
  font-size: 12px;
  content: ">";
  margin-inline: 1em;
}
.topic-path .topic-path__itmes:last-child:after {
  content: none;
}
.topic-path .topic-path__itmes a {
  color: #fff;
}

.hd-img {
  background: var(--color-secondary);
  height: 300px;
  z-index: 1;
  position: relative;
}
.hd-img.--our-business {
  background: url("../img/hd-img__company.jpg") no-repeat;
  background-size: cover;
  height: 300px;
}
@media (max-width: 768px) {
  .hd-img.--our-business {
    height: 150px;
  }
}
.hd-img.--company {
  background: url("../img/hd-img__company.jpg") no-repeat;
  background-size: cover;
  height: 300px;
}
@media (max-width: 768px) {
  .hd-img.--company {
    height: 150px;
  }
}
.hd-img.--energy-conservation {
  background: url("../img/hd-img__energy-conservation.jpg") no-repeat;
  background-size: cover;
  height: 300px;
}
@media (max-width: 768px) {
  .hd-img.--energy-conservation {
    height: 150px;
  }
}
.hd-img.--ss-consulting {
  background: url("../img/hd-img__ss-consulting.jpg") no-repeat;
  background-size: cover;
  height: 300px;
}
@media (max-width: 768px) {
  .hd-img.--ss-consulting {
    height: 150px;
  }
}
.hd-img.--residential {
  background: url("../img/hd-img__residential.jpg") no-repeat;
  background-size: cover;
  height: 300px;
}
@media (max-width: 768px) {
  .hd-img.--residential {
    height: 150px;
  }
}
.hd-img.--solar-power {
  background: url("../img/hd-img__solar-power.jpg") no-repeat;
  background-size: cover;
  height: 300px;
}
@media (max-width: 768px) {
  .hd-img.--solar-power {
    height: 150px;
  }
}
.hd-img__wrapper {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.hd-img__wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: url("../img/hd-img__bg.svg") no-repeat;
  aspect-ratio: 236/300;
  height: 300px;
  width: auto;
  display: block;
  z-index: 100;
  mix-blend-mode: multiply;
}
.hd-img__title {
  position: absolute;
  top: 100px;
}
.hd-img__title .--jp {
  font-size: 22px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  color: #333333;
  top: 70px;
  left: 3px;
  display: block;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.hd-img__sub-title {
  color: var(--color-primary);
  font-family: "Jost", sans-serif;
  font-weight: bold;
  font-size: 70px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transform: scale(0.98, 1);
          transform: scale(0.98, 1);
  margin-bottom: 10px;
  position: absolute;
  top: 0;
}

/*レイアウト*/
.main-content {
  position: relative;
  padding-top: 170px;
  padding-bottom: 50px;
}
.main-content.our-business-sub {
  padding-top: 0;
  margin-top: 90px;
  padding-bottom: 0;
}
.main-content.carbon {
  padding-bottom: 30px;
  margin-top: 0;
}
.main-content .search {
  margin-top: -100px;
}
.main-content.news-detail {
  padding-top: 100px;
}
.main-content::before {
  display: block;
  content: "";
  background: var(--color-primary);
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.main-content.--bg-none::before {
  content: none;
}
.main-content.--bg-green::after {
  display: block;
  content: "";
  width: 300px;
  height: 100%;
  position: absolute;
  background: var(--color-secondary);
  right: 0;
  top: 0;
  z-index: 1;
}
.main-content__wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.main-content__wrapper.information {
  margin-top: 0;
}

.--bg-light-green {
  background: #DEE8E0;
}

.cmn-page__title {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-primary);
}
.cmn-page__title--jp {
  font-size: 22px;
  color: #1A1A1A;
  padding-left: 30px;
}
.cmn-page__sub-title {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1A1A1A;
  text-transform: uppercase;
}
.cmn-page__sub-title .--green {
  color: var(--color-primary);
  font-size: 30px;
  padding-right: 20px;
}

.sub-page__content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.cmn-page-m__title {
  font-size: 40px;
  color: var(--color-primary);
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.cmn-page-m__title .--m {
  font-size: 30px;
}

.cmn__title, .cmn__title--multi {
  color: #000;
  font-size: 30px;
  margin-bottom: 35px;
  border-bottom: 3px solid var(--color-primary);
  padding-left: 64px;
  padding-bottom: 20px;
  width: 100%;
  margin-top: 50px;
  margin-left: 36px;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.cmn__title .--m, .cmn__title--multi .--m {
  margin-top: 10px;
  display: block;
  font-size: 22px;
  font-weight: normal;
}
.cmn__title::first-letter, .cmn__title--multi::first-letter {
  font-size: 50px;
  color: var(--color-primary);
}
.cmn__title::before, .cmn__title--multi::before {
  content: "";
  background: url(../img/ic-h2-logo.svg) no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: -35px;
}
.cmn__lead-text {
  font-size: 16px;
  line-height: 1.75;
}
.cmn__lead-text {
  font-size: 16px;
  line-height: 1.75;
}
.cmn__lead-text .--bold {
  font-weight: bold;
}
.cmn__lead-text.--bold {
  font-weight: bold;
}
.cmn__lead-text.--mt1 {
  margin-top: 1em;
}
.cmn__lead-list {
  margin-block: 1em;
}
.cmn__lead-item {
  font-size: 16px;
  margin-bottom: 10px;
}
.cmn__lead-item .--bold {
  font-weight: bold;
}

/*CTA*/
.cta__list {
  max-width: 976px;
  width: 100%;
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 100;
  gap: 48px;
}
.cta__link {
  max-width: 464px;
  width: calc(100% - 48px);
  height: 144px;
  display: block;
  color: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 4px 4px 0px 0px #C7C7C7;
          box-shadow: 4px 4px 0px 0px #C7C7C7;
  background: var(--color-primary);
  position: relative;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}
.cta__link.--tel, .cta__link.--mail {
  padding-top: 20px;
}
.cta__link:hover {
  max-width: 464px;
  width: calc(100% - 48px);
  height: 144px;
  position: relative;
  color: var(--color-primary);
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cta__link:hover .cta__mail::after {
  content: "";
  background: url("../img/ic-btn-mail-grn.svg") no-repeat;
  display: block;
  width: 58px;
  height: 41px;
  position: relative;
  left: 200px;
  top: 20px;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}
.cta__link:before, .cta__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #1AAB8A;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cta__link:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cta__link:hover:before, .cta__link:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cta__items {
  font-size: 16px;
  text-align: center;
  line-height: 1;
  position: relative;
}
.cta__tel-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.cta__tel {
  font-size: 36px;
  font-family: "Jost", sans-serif;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.1em;
}
.cta__tel-text {
  font-size: 14px;
  display: block;
  letter-spacing: 0.1em;
}
.cta__mail {
  position: relative;
}
.cta__mail::after {
  content: "";
  background: url("../img/ic-btn-mail-wht.svg") no-repeat;
  display: block;
  width: 58px;
  height: 41px;
  position: relative;
  left: 200px;
  top: 20px;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

/*コンポーネント*/
.cmn-catch {
  position: static;
}
.cmn-catch .our-business__bx:first-child {
  padding-top: 170px;
}
.cmn-catch .our-business__bx:last-child {
  padding-bottom: 170px;
}
.cmn-catch__bx {
  position: relative;
  min-height: 266px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: normal;
      align-content: normal;
}
.cmn-catch__text-bx {
  width: calc(100% - 510px);
  position: relative;
}
.cmn-catch__text-bx.--l {
  width: calc(100% - 400px);
}
.cmn-catch__title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  color: var(--color-primary);
  letter-spacing: 0.1em;
  width: 51vw;
}
.cmn-catch__title .--m {
  font-size: 30px;
  display: inline;
}
.cmn-catch__title a {
  color: var(--color-primary);
}
.cmn-catch__title .cmn-catch__link {
  font-weight: bold;
}
.cmn-catch__title .cmn-catch__link::after {
  content: none;
}
.cmn-catch__lead {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  color: #000;
}
.cmn-catch__lead.--m {
  font-size: 20px;
  line-height: 2.2;
}
.cmn-catch__text {
  font-size: 16px;
  line-height: 1.75;
  max-width: 606px;
  width: 100%;
  margin-top: 30px;
}
.cmn-catch__text .residential-strong {
  font-size: 20px;
  font-weight: bold;
  color: #FF0000;
  text-decoration: underline;
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgb(255, 255, 0); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.cmn-catch__link {
  font-weight: 500;
  margin-top: 20px;
  position: relative;
}
.cmn-catch__link::after {
  color: #fff;
  font-size: 10px;
  line-height: 30px;
  content: "→";
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: inline-block;
  padding: 0 0 0 10px;
  position: absolute;
  top: -2px;
  right: -45px;
  background: var(--color-primary);
}
.cmn-catch__link:hover:after {
  background: #fff;
  color: var(--color-primary);
}
.cmn-catch__img-bx {
  height: 266px;
  margin-right: -140px;
  position: absolute;
  top: 0;
  right: 0;
}
.cmn-catch__img {
  position: relative;
  z-index: 10;
}
.cmn-catch__img-pic {
  position: relative;
  right: 0;
  top: 0;
  height: 266px;
}
.cmn-catch__img-text {
  color: #A6A6A6;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 40px;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: absolute;
  bottom: -37px;
  right: 130px;
  z-index: 50;
  mix-blend-mode: multiply;
  width: 50vw;
}

.pager-prev-next__list {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pager-prev-next__item {
  color: #333333;
  font-size: 24px;
  font-family: "Jost", sans-serif;
}
.pager-prev-next__link {
  font-family: "Jost", sans-serif;
}
.pager-prev-next__link.--prev::before {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  content: "←";
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background: #808080;
  text-align: center;
  line-height: 46px;
  margin-right: 20px;
}
.pager-prev-next__link.--next::after {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  content: "→";
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background: #808080;
  text-align: center;
  line-height: 46px;
  margin-left: 20px;
}

.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenation__list {
  font-size: 16px;
  width: 46px;
  display: block;
  text-align: center;
}
.pagenation .--current {
  font-size: 16px;
  color: #fff;
  background: #4D4D4D;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation .--next {
  font-size: 16px;
  color: #4D4D4D;
  border: 1px solid #4D4D4D;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 15px;
}
.pagenation .--prev {
  font-size: 16px;
  color: #4D4D4D;
  border: 1px solid #4D4D4D;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}

/*ハンバーガーボタン*/
.el_humburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0px;
  z-index: 1000;
  cursor: pointer;
  pointer-events: auto;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  /*スマホナビ*/
  .mainView {
    width: 100%;
    height: 100vh;
    background-color: #ccc;
  }
  .el_humburger {
    display: block;
    right: 0;
    top: 0;
    padding-top: 0;
    width: 50px;
    height: 50px;
  }
  #factory .el_humburger {
    display: none;
  }
}
.mainView {
  display: none;
}

.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 50px;
  height: 50px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
}

@media screen and (max-width: 1080px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 50px;
    height: 50px;
  }
}
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}

.el_humburger_text.el_humburger_text__close {
  display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
}

@media screen and (max-width: 1080px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 1080px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #fff;
  }
}
@media screen and (max-width: 1080px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #fff;
  }
}
.el_humburger span.el_humburger_bar {
  display: block;
  width: 24px;
  margin: 0 auto 9px;
  height: 2px;
  background: #00883D;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #00883D;
}

@media screen and (max-width: 1080px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #00883D;
  }
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}

.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.navi {
  position: fixed;
  top: -100%; /* 初期状態では画面上部外に配置 */
  left: 0;
  width: 100%; /* メニューの幅を画面全体に */
  height: 100%; /* メニューの高さを画面全体に */
  background: #55A170;
  z-index: 3;
  -webkit-transition: top 0.6s ease-out;
  transition: top 0.6s ease-out; /* トランジションでスライドイン効果をつける */
  overflow: auto;
}

.navi_inner {
  width: 100%;
  padding: 0 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.navi_inner .header__logo {
  margin-top: 10px;
  margin-left: -20px;
  margin-bottom: 10px;
}

.js_humburgerOpen .navi {
  top: 0; /* メニューボタンがクリックされたら、メニューを画面内にスライドイン */
}

@media screen and (max-width: 1080px) {
  .navi {
    padding: 0;
  }
  .js_humburgerOpen .navi {
    width: 100%;
  }
}
.navi_item {
  position: relative;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  white-space: nowrap;
  margin-left: 90px;
  padding-left: 14px;
}

.navi_item a:hover {
  color: #fff;
}

.navi_item-link {
  font-size: 14px;
  color: #fff;
  padding-block: 15px;
  width: 100%;
  display: block;
}

.navi_item.op_innerLink {
  cursor: pointer;
}

@media screen and (max-width: 1080px) {
  .navi_item {
    margin-left: 0;
  }
}
.el_spChildNavOpen {
  position: absolute;
  top: 0;
  width: 40px;
  height: 50px;
  right: 0;
  z-index: 20;
  padding: 10px;
}

.js_openParent.js_fire > .el_spChildNavOpen {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -5px;
  top: -5px;
}

.js_openParent.js_fire > .el_spChildNavOpen > .el_spChildNavOpen_wrapper:after {
  opacity: 0;
  top: 0;
}

.el_spChildNavOpen_wrapper {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  right: 0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.el_spChildNavOpen_wrapper:before {
  content: "";
  position: absolute;
  top: 19px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(46deg) !important;
          transform: rotate(46deg) !important;
}

.js_fire .el_spChildNavOpen_wrapper:before {
  -webkit-transform: rotate(225deg) translate(-50%);
          transform: rotate(225deg) translate(-50%);
  top: 15px;
  left: 25px;
}

.nav_child_item {
  position: relative;
}

.nav_child_item > a {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  color: #fff;
}

.hp_coverLink {
  font-size: 14px;
  padding: 5px 0 10px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-bottom: 10px;
}

.hp_coverLink:before {
  content: "";
  width: 12px;
  height: 1px;
  display: inline-block;
  margin-right: 5px;
  background: #fff;
  position: relative;
  top: -5px;
}

.nav_child_item:last-child {
  margin-bottom: 0px;
}

.js_openSwitch {
  cursor: pointer;
}

.js_openTarget {
  display: none;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px 0 50px 0;
}
.pager__link {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  margin-inline: 10px;
}
.pager__link.--current {
  display: inline-block;
  color: #fff;
  background: #4D4D4D;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  text-align: center;
}
.pager__link.--prev, .pager__link.--next {
  display: inline-block;
  border: 1px solid #4D4D4D;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
}

.customer-voice {
  background: var(--color-secondary);
  border-radius: 10px;
  padding: 30px 35px;
  margin-top: 70px !important;
  margin-bottom: 30px !important;
}
.customer-voice__title {
  font-size: 20px !important;
  font-weight: bold;
  border-bottom: 1px solid #A7A7A7;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.customer-voice__title::after {
  position: absolute;
  right: 10px;
  bottom: 15px;
  content: "";
  background: url(../img/img-voice.png) no-repeat;
  width: 83px;
  height: 96px;
  display: inline-block;
  background-size: contain;
}
.customer-voice__sub-title {
  font-size: 16px;
  font-weight: bold;
  border-left: 5px solid var(--color-primary);
  line-height: 32px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.customer-voice p {
  font-size: 16px;
  line-height: 1.75;
}

.entry-green-bx01 {
  padding: 20px;
  background: #E5EFE7;
  margin-block: 50px !important;
}

.entry-green-bx02 {
  padding: 20px;
  border: 3px solid #00813D;
  margin-block: 50px !important;
}

.entry-green-bx01 ul,
.entry-green-bx01 ol,
.entry-green-bx02 ul,
.entry-green-bx02 ol {
  padding-left: 0;
  margin: 0;
}

.entry-green-title01 {
  content: "";
  position: relative;
  bottom: 0;
  width: 100%;
}
.entry-green-title01.rich-text:focus *[data-rich-text-format-boundary] {
  background: #7AAE83;
  border-radius: 10px 10px 0 0;
}

.entry-green-title01 span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 15px;
  background: #7AAE83;
  text-align: center;
  padding: 5px 10px;
  border-radius: 10px 10px 0 0;
  margin-top: 30px;
  margin-bottom: 0;
  position: relative;
  display: block;
}

.entry-column-bx {
  border: 1px solid #ccc;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: -1em !important;
  margin-bottom: 2em !important;
  box-sizing: border-box;
}

.entry-green-table-title table,
.entry-green-table-title th,
.entry-green-table-title td {
  border-collapse: collapse;
  border: none;
  padding: 10px;
}

.entry-green-table-title table {
  margin-bottom: 10px;
}

.entry-green-table-title th {
  width: 200px;
  color: #fff;
  font-size: 15px;
  background: #7AAE83;
  text-align: center;
  padding: 5px 10px;
  border-radius: 15px;
  position: relative;
  display: block;
  margin-top: 10px;
}

.entry-green-table-title td {
  width: 100%;
  text-align: left;
  padding: 14px 10px 10px 20px;
}

.entry-double01 {
  border: 1px solid #ccc;
  width: calc(100% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 20px 20px calc(20px - 1em) 20px;
  margin: 30px auto;
}

.entry-double01:after {
  border: 1px solid #ccc;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
}

.entry-double02 {
  border: 1px solid #00883D;
  width: calc(100% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 20px 20px calc(20px - 1em) 20px;
  margin: 30px auto;
}

.entry-double02:after {
  border: 1px solid #00883D;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
}

.entry-ol-green-circle {
  counter-reset: number 0;
  margin: 30px 0;
  padding: 0;
}

.entry-ol-green-circle,
.entry-ol-green-circle li {
  position: relative;
  padding-left: 10px;
  margin-left: -5px;
  list-style: none;
}

.news-detail__entry-content .entry-ol-green-square {
  margin: 30px 0;
}
.news-detail__entry-content .entry-ol-green-square li {
  margin-left: 0;
  text-indent: -20px;
  padding-left: 20px;
}

.news-detail__entry-content ul.entry-ol-green-circle li::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  left: -36px;
  width: 30px;
  height: 30px;
  text-align: left;
  color: #fff;
  line-height: 30px;
  background: #00883D;
  border-radius: 50%;
  top: 0;
  padding-left: 11px;
  display: inline-block;
}

.entry-ol-green-square li {
  position: relative;
  padding-left: 10px;
  line-height: 1.5;
  text-indent: -10px;
  margin-left: 36px;
  margin-bottom: 1em;
  list-style: none;
}

.news-detail__entry-content ul.entry-ol-green-square li::before {
  content: "";
  background: #7AAC81;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 10px;
}

.entry-shadow-bx {
  background: #fff;
  border: 1px #ccc solid;
  -webkit-box-shadow: 0 2px 3px 0 #ddd;
          box-shadow: 0 2px 3px 0 #ddd;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 5px);
}

.news-detail__entry .wp-block-quote {
  margin-bottom: 2em;
}
.news-detail__entry .wp-block-quote cite {
  margin-top: -1em;
}
.news-detail__entry .wp-block-image {
  margin-bottom: 30px;
}

/*==================================================
fadeUp 
https://coco-factory.jp/ugokuweb/jscss/
===================================*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.cmn-compnay__title {
  font-size: 50px;
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: 50px;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1;
}
.cmn-compnay__title .--right {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #8B8B8B;
  text-transform: uppercase;
  margin-right: auto;
  position: absolute;
  right: 0;
  bottom: -5px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.page-top {
  position: fixed;
  bottom: 80px;
  right: 160px;
  display: none;
  z-index: 10000;
}
.page-top__link {
  position: relative;
  text-transform: uppercase;
}
.page-top__link:after {
  content: "";
  background: url(../img/ic-page-top.svg) no-repeat;
  width: 78px;
  height: 78px;
  display: inline-block;
  position: relative;
  top: 33px;
  left: 20px;
}
.page-top__link:hover {
  opacity: 0.7;
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1180px) {
  .cmn-page__title {
    font-family: "Jost", sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-primary);
  }
  .cmn-page__title--jp {
    font-size: 22px;
    color: #1A1A1A;
    padding-left: 30px;
  }
  .cmn-page__sub-title {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1A1A1A;
    text-transform: uppercase;
  }
  .cmn-page__sub-title .--green {
    color: var(--color-primary);
    font-size: 30px;
    padding-right: 20px;
  }
  .--bg-light-green {
    background: #DEE8E0;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 30px calc(50% - 50vw);
    padding: 30px 23px 0 23px;
    left: 6px;
    position: relative;
  }
  .--bg-light-green .e-c__btn-list.--w::before {
    content: none;
  }
  .sub-page__content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 38px;
  }
  .main-content {
    padding: 55px 0 30px 0;
  }
  .main-content__wrapper {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    padding: 0 50px;
  }
  .cmn-page-m__title {
    left: 0;
    margin-bottom: 20px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  body {
    padding: 0;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #333333;
  }
  .--pc-only {
    display: none;
  }
  .--sp-only {
    display: block;
  }
  .link-ic-blk {
    font-size: 14px;
  }
  .link-ic-blk:after {
    content: "→";
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #333333;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    padding: 3px 3px 3px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    top: 0px;
    left: 18px;
  }
  .cmn-top__title {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-primary);
  }
  .cmn-top__title--jp {
    font-size: 22px;
    color: #1A1A1A;
    padding-left: 30px;
  }
  .cmn-page__right {
    text-align: right;
  }
  .link-ic-wht {
    color: #fff;
    font-size: 14px;
    background: var(--color-primary);
    width: 210px;
    height: 45px;
    padding: 0;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    cursor: pointer;
    -webkit-transition: 800ms ease all;
    transition: 800ms ease all;
    outline: none;
  }
  .link-ic-wht:hover {
    background: #fff;
    color: var(--color-primary);
  }
  .link-ic-wht:before, .link-ic-wht:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: var(--color-primary);
    -webkit-transition: 400ms ease all;
    transition: 400ms ease all;
  }
  .link-ic-wht:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
  }
  .link-ic-wht:hover:before, .link-ic-wht:hover:after {
    width: 100%;
    -webkit-transition: 800ms ease all;
    transition: 800ms ease all;
  }
  .link-ic-wht__link {
    line-height: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(100% - 40px);
    height: 45px;
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .link-ic-wht__link::after {
    content: "→";
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    padding: 8px 0 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 9px;
    right: -32px;
  }
  .link-ic-wht__link:hover:after {
    border: 1px solid var(--color-primary);
    -webkit-transition: 400ms ease all;
    transition: 400ms ease all;
  }
  /*下位層*/
  .topic-path {
    height: 40px;
    margin-top: 50px;
  }
  .topic-path .topic-path__wrapper {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .topic-path .topic-path__list {
    margin: 0;
    padding: 0 23px;
    line-height: 40px;
  }
  .topic-path .topic-path__itmes {
    font-size: 12px;
  }
  .topic-path .topic-path__itmes a {
    color: #fff;
  }
  .hd-img {
    background: var(--color-secondary);
    height: 150px;
    z-index: 1;
  }
  .hd-img.--our-buisiness {
    background: url("../img/hd-img__our-buisiness.jpg") no-repeat right;
    background-size: cover;
    height: 150px;
  }
  .hd-img.--company {
    background: url("../img/hd-img__company.jpg") no-repeat right;
    background-size: cover;
    height: 150px;
  }
  .hd-img__wrapper {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
  }
  .hd-img__wrapper::after {
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/hd-img__bg.svg") no-repeat right;
    content: "";
    height: 150px;
    aspect-ratio: 280/336;
    display: block;
    z-index: 100;
  }
  .hd-img__title {
    text-transform: uppercase;
    -webkit-transform: scale(0.98, 1);
            transform: scale(0.98, 1);
    margin-bottom: 10px;
    display: block;
  }
  .hd-img__title .--jp {
    font-size: 16px;
    color: #333333;
    position: absolute;
    top: -30px;
  }
  .hd-img__sub-title {
    font-size: 30px;
    color: var(--color-primary);
    position: absolute;
    top: -55px;
  }
  /*レイアウト*/
  .main-content {
    padding: 55px 25px 30px 25px;
  }
  .main-content::before {
    width: 6px;
  }
  .main-content.our-business-sub {
    margin-top: 20px;
  }
  .main-content.--bg-green::after {
    width: 100px;
    height: 100%;
    position: absolute;
    background: var(--color-secondary);
    right: 0;
    top: 0;
    z-index: 1;
  }
  .main-content.news-detail {
    padding-top: 50px;
  }
  .main-content__wrapper {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    padding: 0;
  }
  .main-content__wrapper.information {
    margin-top: 0;
  }
  .cmn-page__title {
    font-family: "Jost", sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-primary);
  }
  .cmn-page__title--jp {
    font-size: 22px;
    color: #1A1A1A;
    padding-left: 30px;
  }
  .cmn-page__sub-title {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1A1A1A;
    text-transform: uppercase;
  }
  .cmn-page__sub-title .--green {
    color: var(--color-primary);
    font-size: 30px;
    padding-right: 20px;
  }
  .sub-page__content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 38px;
  }
  .cmn-page-m__title {
    font-size: 20px;
    font-size: 20px;
    line-height: 1.5;
    left: 0;
    margin-bottom: 20px;
    padding: 0 0;
  }
  .cmn-page-m__title .--m {
    font-size: 16px;
  }
  .cmn__title {
    font-size: 20px;
    width: 100%;
    line-height: 1.5;
    padding: 10px 15px 5px 30px;
    margin-bottom: 0;
    display: block;
    position: relative;
    margin: 50px 0 30px 0;
  }
  .cmn__title .--m {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .cmn__title::first-letter {
    font-size: 30px;
    color: var(--color-primary);
  }
  .cmn__title::before {
    content: "";
    margin-bottom: 10px;
    width: 40px;
    height: 36px;
    top: -7px;
    left: 0;
  }
  .cmn__title--multi {
    font-size: 20px;
    line-height: 1.5;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 15px 10px 25px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .cmn__title--multi .--m {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: normal;
  }
  .cmn__title--multi::first-letter {
    font-size: 30px;
    color: var(--color-primary);
  }
  .cmn__title--multi::before {
    content: "";
    margin-bottom: 10px;
    width: 40px;
    height: 36px;
    position: absolute;
    top: -7px;
    left: 0;
  }
  /**/
  .cta__list {
    width: 100%;
    margin: 50px auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 23px;
  }
  .cta__link {
    width: 337.5px;
    height: 105px;
    margin-bottom: 20px;
    -webkit-box-shadow: 4px 4px 0px 0px #C7C7C7;
            box-shadow: 4px 4px 0px 0px #C7C7C7;
    -webkit-transition: 800ms ease all;
    transition: 800ms ease all;
  }
  .cta__link.--tel {
    padding-top: 10px;
  }
  .cta__link.--mail {
    padding-top: 20px;
  }
  .cta__link:hover {
    width: 337.5px;
    height: 105px;
  }
  .cta__link:hover .cta__mail::after {
    width: 58px;
    height: 41px;
    position: relative;
    left: 200px;
    top: 10px;
    -webkit-transition: 400ms ease all;
    transition: 400ms ease all;
  }
  .cta__link:before, .cta__link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #1AAB8A;
    -webkit-transition: 400ms ease all;
    transition: 400ms ease all;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .cta__link:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .cta__link:hover:before, .cta__link:hover:after {
    width: 100%;
    -webkit-transition: 800ms ease all;
    transition: 800ms ease all;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .cta__items {
    font-size: 12px;
  }
  .cta__tel-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .cta__tel {
    font-size: 27px;
    margin-bottom: 10px;
    display: block;
  }
  .cta__tel-text {
    font-size: 14px;
    display: block;
  }
  .cta__mail {
    position: relative;
  }
  .cta__mail::after {
    content: "";
    background: url("../img/ic-btn-mail-wht.svg") no-repeat;
    display: block;
    width: 43.5px;
    height: 30.5px;
    position: relative;
    left: 43%;
    top: 20px;
    -webkit-transition: 400ms ease all;
    transition: 400ms ease all;
  }
  /*コンポーネント*/
  .cmn-catch {
    position: static;
  }
  .cmn-catch .our-business__bx:first-child {
    padding-top: 170px;
  }
  .cmn-catch .our-business__bx:last-child {
    padding-bottom: 170px;
  }
  .cmn-catch__bx {
    position: relative;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cmn-catch__text-bx {
    width: 100%;
    margin-bottom: 55px;
  }
  .cmn-catch__text-bx.--l {
    width: 100%;
  }
  .cmn-catch__title {
    font-size: 25px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    width: 100%;
  }
  .cmn-catch__title .--m {
    font-size: 14px;
  }
  .cmn-catch__title .cmn-catch__link {
    font-size: 20px;
    display: block;
    position: relative;
    width: 100%;
  }
  .cmn-catch__title .cmn-catch__link::after {
    content: "→";
    right: 0;
  }
  .cmn-catch__lead {
    font-size: 20px;
  }
  .cmn-catch__lead.--m {
    font-size: 20px;
    line-height: 1.8;
  }
  .cmn-catch__text {
    margin-top: 20px;
  }
  .cmn-catch__text .residential-strong {
    font-size: 20px;
    font-weight: bold;
    color: #FF0000;
    text-decoration: underline;
    text-decoration-thickness: 0.5em; /* 線の太さ */
    text-decoration-color: rgb(255, 255, 0); /* 線の色 */
    text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
  .cmn-catch__text .cmn-catch__link {
    display: none;
  }
  .cmn-catch__link {
    font-weight: 500;
    margin-top: 20px;
    position: relative;
  }
  .cmn-catch__link::after {
    color: #fff;
    font-size: 10px;
    line-height: 30px;
    content: "→";
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: inline-block;
    padding: 0 0 0 10px;
    position: absolute;
    top: -2px;
    right: -45px;
    background: var(--color-primary);
  }
  .cmn-catch__img-bx {
    width: 100%;
    height: auto;
    margin-left: auto;
    position: static;
    margin-right: -23px;
  }
  .cmn-catch__img {
    width: 70%;
    margin-left: auto;
  }
  .cmn-catch__img-pic {
    right: 0;
    height: auto;
    width: 100%;
  }
  .cmn-catch__img-text {
    color: #A3A3A3;
    font-size: 20px;
    letter-spacing: 0.1em;
    position: relative;
    top: -14px;
    right: 3em;
    z-index: 50;
    mix-blend-mode: multiply;
    width: 100%;
  }
  .cmn-compnay__title {
    font-size: 22px;
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: 50px;
    position: relative;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .cmn-compnay__title .--right {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #8B8B8B;
    text-transform: uppercase;
    margin-right: auto;
    position: absolute;
    right: 0;
    bottom: -5px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .page-top {
    bottom: 80px;
    right: 20px;
  }
  .page-top__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-top__link:after {
    content: "";
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
  }
  .page-top__link:hover {
    opacity: 0.7;
  }
  .pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 50px 0 30px 0;
  }
  .pager__link {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    margin-inline: 10px;
  }
  .pager__link.--current {
    display: inline-block;
    color: #fff;
    background: #4D4D4D;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
  }
  .pager__link.--prev, .pager__link.--next {
    display: inline-block;
    border: 1px solid #4D4D4D;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
  .entry-green-table-title td {
    display: block;
    padding: 10px 0;
  }
}
.kv {
  position: relative;
  z-index: 1;
  color: #146334;
}
.kv::before {
  content: "";
  background: url(../img/bg-top-kv-left.svg) no-repeat;
  left: 0;
  top: 0;
  z-index: 100;
  position: absolute;
  display: block;
  width: 752px;
  height: 231px;
}
.kv::after {
  content: "";
  background: url(../img/bg-top-kv-right.svg) no-repeat;
  top: 117px;
  right: 0;
  z-index: 100;
  position: absolute;
  display: block;
  width: 210px;
  height: 595px;
}
.kv__text-area-wrapper {
  position: absolute;
  z-index: 300;
  top: 50px;
  right: 0;
  display: block;
}
.kv__text-area {
  position: absolute;
  z-index: 1000;
  top: 200px;
  right: 0;
}
.kv__text-area-bg {
  background: url(../img/kv-text-area.svg) no-repeat;
  position: absolute;
  top: 200px;
  right: 0;
  z-index: 150;
  aspect-ratio: 251/150;
  width: 680px;
  height: auto;
  mix-blend-mode: multiply;
}
.kv__text-area-img {
  position: relative;
  top: 40px;
  z-index: 2000;
  right: 70px;
  aspect-ratio: 1026/629;
  width: 518px;
  height: 100%;
}
.kv__title {
  font-size: 37px;
  font-style: italic;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.kv__title .--jp {
  font-size: 20px;
  display: block;
  color: #333333;
  font-weight: bold;
  padding-top: 10px;
}
.kv__text {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 20px;
  padding-left: 32px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.kv__slider {
  width: 100vw;
  overflow: hidden;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.slick-animation {
  -webkit-animation: fadezoom 5s 0s forwards;
  animation: fadezoom 5s 0s forwards;
}

.top-news {
  position: relative;
}
.top-news::before {
  content: "";
  background: var(--color-secondary);
  width: 600px;
  height: 100%;
  display: block;
  position: absolute;
  left: -10px;
  z-index: 1;
}
.top-news__wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 10;
}
.top-news__title-area {
  background: var(--color-secondary);
}
.top-news__contents {
  width: 814px;
  background: #fff;
  padding: 40px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-news__title {
  color: var(--color-primary);
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-top: 50px;
  margin-bottom: 60px;
}
.top-news__title .--jp {
  font-size: 20px;
  display: block;
  color: #333333;
  font-weight: bold;
  padding-top: 10px;
}
.top-news__tab {
  color: #333;
  background: var(--color-secondary);
  cursor: pointer;
  font-size: 14px;
  width: 120px;
  height: 50px;
  border-radius: 12px;
  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;
}
@media (max-width: 768px) {
  .top-news__tab {
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
}
.top-news__tab.active {
  color: #fff;
  background: var(--color-primary);
  font-size: 14px;
  width: 120px;
  height: 50px;
  border-radius: 12px;
  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;
}
@media (max-width: 768px) {
  .top-news__tab.active {
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
}
.top-news__tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.top-news__topics-warpper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.top-news__topics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-news__topics-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
  line-height: 1;
}
.top-news__topics-day {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  width: 4.5em;
}
.top-news__category {
  color: #fff;
  background: #55A270;
  border: 1px solid #C7C7C7;
  margin: 0 18px;
  font-size: 12px;
  width: 115px;
  height: 26px;
  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;
}
.top-news__text {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 4px;
}
.top-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/*top-message*/
.top-message {
  background: url(../img/bg-top-message.jpg) no-repeat right;
  background-size: cover;
  position: relative;
  padding-bottom: 55px;
}
.top-message::before {
  content: "";
  background: url("../img/bg-message-btm.svg") no-repeat;
  aspect-ratio: 112/112;
  width: clamp(5.25rem, 2.139rem + 6.48vw, 7rem);
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-message__headline {
  font-size: 46px;
  font-weight: 500;
  font-style: italic;
  font-family: "Noto Serif JP", serif;
  display: block;
  letter-spacing: 10px;
  line-height: 1.3;
  font-weight: bold;
}
.top-message__headline--m {
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  display: block;
  font-weight: bold;
}
.top-message__headline--s {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  display: block;
  font-weight: normal;
  font-weight: bold;
}
.top-message__wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.top-message__title {
  color: var(--color-primary);
  font-size: 70px;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 55px;
  margin-bottom: 30px;
}
.top-message__title .--jp {
  color: #000000;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: bold;
  padding-left: 40px;
}
.top-message__text {
  margin-top: 20px;
  margin-bottom: 55px;
  font-size: 18px;
  line-height: 1.75;
}
.top-message__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-message__name {
  margin-left: 250px;
}

/**/
.top-strength {
  position: relative;
  padding-bottom: 40px;
}
.top-strength::before {
  content: "";
  background: var(--color-primary);
  width: 20px;
  height: 100%;
  display: block;
  top: 0;
  position: absolute;
  left: 0;
  z-index: -1;
}
.top-strength::after {
  width: 89px;
  height: 89px;
}
.top-strength__wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 100px;
  position: relative;
}
.top-strength__wrapper::after {
  position: absolute;
}
.top-strength__bg-wrapper::before {
  content: "";
  background: var(--color-primary);
  width: 100%;
  height: 48px;
  display: block;
  top: 0;
  position: absolute;
}
.top-strength__bg-wrapper::after {
  content: "";
  background: url("../img/bg-strength-right.svg") no-repeat;
  display: block;
  width: 120px;
  height: 159px;
  position: absolute;
  top: 90px;
  right: 0;
  z-index: 1;
}
.top-strength__hd_wrapper {
  padding-top: 90px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 70px;
  z-index: 200;
}
.top-strength__hd-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-strength__title {
  color: var(--color-primary);
  font-family: "Jost", sans-serif;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.top-strength__title .--jp {
  font-size: 20px;
  color: #1A1A1A;
  font-weight: bold;
  padding-top: 10px;
}
.top-strength__sub-title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 35px;
}
.top-strength__text {
  font-size: 16px;
  line-height: 1.75;
}
.top-strength__building {
  background: url(../img/img-strength-building.png) top no-repeat;
  max-width: 1071px;
  width: 100%;
  aspect-ratio: 1071/909;
  background-size: contain;
  margin: 0 auto;
  position: relative;
}
.top-strength__building--eco {
  position: absolute;
  top: 16.5%;
  left: 0;
}
.top-strength__building--r-energy {
  position: absolute;
  top: 16.5%;
  right: 30px;
}
.top-strength__building--living {
  position: absolute;
  bottom: 41.8%;
  right: 30px;
}
.top-strength__building--consul {
  position: absolute;
  bottom: 30.8%;
  left: 0px;
}
.top-strength__building-sub-title {
  margin-bottom: 10px;
  position: relative;
  z-index: 10000;
}
.top-strength__building-sub-title-link {
  position: relative;
  z-index: 10000;
}
.top-strength__building-list {
  z-index: 10000;
  position: relative;
}
.top-strength__building-title-link {
  font-weight: bold;
  color: #333333;
  position: relative;
}
.top-strength__building-title-link::after {
  color: #333333;
  content: "→";
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #333333;
  border-radius: 23px;
  width: 46px;
  height: 46px;
  padding: 15px 0 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 0px;
  left: 28px;
}
.top-strength__building-title-link:hover::after {
  background: #00873D;
  border: 1px solid #00873D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: #fff;
}
.top-strength__img {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  /*
  &::before{
    @include ba_img('../img/bg-strength-left.svg');
    display: block;
    width: 332px;
    height: 543px;
    position: absolute;
    top: -42px;
    left: 33px;
    z-index: 1;
  }*/
}
.top-strength__text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  position: absolute;
  bottom: 235px;
  right: 30px;
}
.top-strength__text-items {
  color: #fff;
  background: var(--color-primary);
  width: 166px;
  height: 166px;
  border-radius: 83px;
  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;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 100px;
}
.top-strength__text-items:nth-child(2) {
  position: absolute;
  top: 110px;
  left: 10px;
}
.top-strength__text-items:nth-child(3) {
  position: absolute;
  top: 110px;
  left: 200px;
}

/*top-number*/
.top-number {
  width: 100%;
  position: relative;
  padding-top: 90px;
  height: 600px;
}
.top-number__title {
  font-family: "Jost", sans-serif;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 70px;
}
.top-number__title .--jp {
  font-size: 20px;
  display: block;
  color: #1A1A1A;
  font-weight: bold;
  padding-top: 10px;
}
.top-number__img {
  max-width: 320px;
  width: 100%;
  height: 100%;
  aspect-ratio: 320/270;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .top-number__img {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 640/320;
  }
}
.top-number__item {
  max-width: 680px;
  width: 100%;
  margin-right: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 800px) {
  .top-number__item {
    margin: 0 3px;
    max-width: 100%;
    width: 100%;
  }
}
.top-number__bx {
  color: #fff;
  background: #559E70;
  margin: 0;
  max-height: 270px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 800px) {
  .top-number__bx {
    max-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-number__bx-title {
  font-size: 16px;
}
.top-number__slider {
  width: 100%;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 800px) {
  .top-number__slider {
    margin-bottom: 50px;
  }
}
.top-number__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 420px;
  width: 100%;
  min-height: 270px;
  margin-right: 6px;
  padding: 30px 20px 0 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 800px) {
  .top-number__text-area {
    width: 100%;
    min-height: 210px;
    margin: 0;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top-number__bx-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 28px;
}
@media (max-width: 800px) {
  .top-number__bx-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.top-number__bx-number {
  font-size: clamp(3.75rem, 2.949rem + 1.71vw, 5rem);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 800px) {
  .top-number__bx-number {
    font-size: 60px;
  }
}
.top-number__bx-number .--m {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 0;
}
@media (max-width: 800px) {
  .top-number__bx-number .--m {
    font-size: 22.5px;
    line-height: 28px;
  }
}
.top-number__bx-number .--s {
  font-size: 16px;
  line-height: 1.5;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
  padding: 0;
  margin-left: 5px;
}
@media (max-width: 800px) {
  .top-number__bx-number .--s {
    font-size: 14px;
    line-height: 1.3571428571;
  }
}
.top-number__bx-text {
  font-size: clamp(0.813rem, 0.679rem + 0.27vw, 1rem);
  line-height: 24px;
  margin-top: 20px;
  font-weight: normal;
}
@media (max-width: 800px) {
  .top-number__bx-text {
    font-style: 14px;
    line-height: 1.5;
  }
}

/**/
.top-info {
  position: relative;
  margin-top: 20px;
  margin-bottom: 100px;
}
.top-info::before {
  content: "";
  background: var(--color-secondary);
  width: 686px;
  height: 100%;
  display: block;
  position: absolute;
  left: -10px;
  z-index: 1;
}
.top-info::after {
  content: "";
  background: url("../img/bg-info.svg") no-repeat;
  width: 108px;
  height: 145px;
  display: block;
  z-index: 10;
  position: absolute;
  top: -30px;
  left: 0;
}
.top-info__wrapper {
  width: 346px;
  height: 645px;
  margin: 0 0 0 146px;
  padding: 50px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 10;
}
.top-info__hd_wrapper {
  width: 346px;
}
.top-info__title-area {
  background: var(--color-secondary);
}
.top-info__title {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  color: var(--color-primary);
  margin-bottom: 30px;
  position: relative;
}
.top-info__title .--jp {
  font-size: 20px;
  display: block;
  color: #333333;
  font-weight: bold;
  padding-top: 10px;
}
.top-info__search {
  position: relative;
}
.top-info__search-input {
  border: 1px solid #AEAEAE;
  padding: 3px 10px;
  font-size: 15px;
  width: 280px;
  height: 45px;
  position: relative;
}
.top-info__search-btn {
  position: absolute;
  right: 67px;
  top: 1px;
  height: 42px;
}
.top-info__search-btn:before {
  content: "";
  background: url(../img/ic-search.svg) no-repeat;
  width: 39px;
  height: 17px;
  display: block;
  position: relative;
  left: 11px;
}
.top-info__tag {
  margin-top: 30px;
  margin-bottom: 80px;
}
.top-info__tag-text {
  display: inline-block;
}
.top-info__tag-link {
  font-size: 14px;
  color: #1A1A1A;
  margin-bottom: 5px;
  margin-right: 7px;
}
.top-info__tag-link::before {
  content: "#";
  display: inline-block;
  margin-right: 3px;
  font-size: 14px;
}
.top-info__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50px;
  z-index: 10;
  right: 0;
  width: calc(100% - 486px);
}
.top-info__nav {
  width: 525px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 65px auto;
}
.top-info__category {
  font-size: 14px;
  width: 155px;
  min-width: 155px;
  height: 38px;
  min-height: 38px;
  color: #fff;
  display: block;
  position: relative;
  cursor: pointer;
}
.top-info__category:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 15px;
  top: 17px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.top-info__category.active {
  min-width: 155px;
  height: 38px;
  min-height: 38px;
  position: relative;
}
.top-info__category.active:after {
  -webkit-transform: rotate(225deg) !important;
          transform: rotate(225deg) !important;
  right: 15px;
}
.top-info__category.active .top-info__sub-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 表示 */
  opacity: 1; /* 完全に不透明 */
  -webkit-transform: translateY(0);
          transform: translateY(0); /* 元の位置に */
  width: 350px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  padding: 20px 20px 10px 20px;
  background: #fff;
  position: absolute;
  top: 60px;
  z-index: 100;
}
.top-info__category.active.--ecotopic::before {
  content: "";
  width: 3px;
  height: 30px;
  background: var(--color-blue);
  position: absolute;
  display: inline-block;
  top: 30px;
  left: 50%;
}
.top-info__category.active.--ecotopic .top-info__sub-category {
  border: 2px solid var(--color-blue);
}
.top-info__category.active.--introduction::before {
  content: "";
  width: 3px;
  height: 30px;
  background: var(--color-orange);
  position: absolute;
  display: inline-block;
  top: 30px;
  left: 50%;
}
.top-info__category.active.--introduction .top-info__sub-category {
  border: 2px solid var(--color-orange);
}
.top-info__category.active.--subsidy::before {
  content: "";
  width: 3px;
  height: 30px;
  background: var(--color-gold);
  position: absolute;
  display: inline-block;
  top: 30px;
  left: 50%;
}
.top-info__category.active.--subsidy .top-info__sub-category {
  border: 2px solid var(--color-gold);
}
.top-info__category.--ecotopic {
  background: var(--color-blue);
}
.top-info__category.--introduction {
  background: var(--color-orange);
}
.top-info__category.--subsidy {
  background: var(--color-gold);
}
.top-info__categry-title {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.top-info__category-link {
  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;
  height: 38px;
  width: calc(100% - 25px);
}
.top-info__sub-category {
  opacity: 0; /* 最初は透明 */
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px); /* 少し上から下へ移動 */
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  position: absolute;
  width: 350px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  padding: 20px 30px 10px 20px;
  background: #fff;
  position: absolute;
  top: 60px;
  z-index: 100;
}
.top-info__sub-items {
  display: inline-block;
  margin-right: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
.top-info__sub-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.top-info__sub-link:hover {
  text-decoration: underline;
}
.top-info__bx-wrapper {
  overflow-x: scroll;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-info__bx-wrapper::-webkit-scrollbar {
  background: #EDEDED;
  height: 8px;
}
.top-info__bx-wrapper::-webkit-scrollbar-thumb {
  background: #666666;
}
.top-info__bx-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #666666;
}
.top-info__bx {
  background: #fff;
  display: inline-block;
  width: 320px;
  min-width: 320px;
  height: 370px;
  margin-bottom: 20px;
  border-left: 1px solid #1A1A1A;
  padding: 25px 20px 30px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-info__time {
  font-size: 14px;
  font-family: "Oswald", sans-serif;
}
.top-info__thumb {
  margin-bottom: 20px;
}
.top-info__cate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.top-info__cate {
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 116px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
}
.top-info__cate.--ecotopic {
  background: var(--color-blue);
}
.top-info__cate.--introduction {
  background: var(--color-orange);
}
.top-info__cate.--subsidy {
  background: var(--color-gold);
}
.top-info__sub-cate {
  font-size: 14px;
  display: inline;
  padding-left: 1em;
}
.top-info__bx-title {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 10px;
}

/**/
.top-recruit {
  background: var(--color-primary);
  color: #fff;
  position: relative;
  height: 320px;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-recruit::before {
  content: "";
  background: url("../img/bg-recruit-right.svg") no-repeat;
  width: 147px;
  height: 209px;
  display: block;
  position: absolute;
  top: 60px;
  right: 0;
}
.top-recruit::after {
  content: "";
  background: url("../img/bg-recruit-left.svg") no-repeat;
  width: 87px;
  height: 87px;
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
}
.top-recruit__wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 72px;
}
.top-recruit__title {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
}
.top-recruit__title ::after {
  content: "";
  background: url("../img/img-recruit.png") no-repeat;
  background-size: cover;
  width: 480px;
  height: 397px;
  display: block;
  position: absolute;
  top: -127px;
  left: 442px;
}
.top-recruit__title .--jp {
  font-size: 20px;
  color: #fff;
  padding-left: 12px;
}
.top-recruit__text {
  margin: 20px 0;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}
.top-recruit__items {
  width: 178px;
}
.top-recruit__btn {
  color: #333333;
  font-size: 16px;
  width: 178px;
  height: 56px;
  background: #fff;
  border-radius: 28px;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .top-recruit__btn {
    width: 127.5px;
    height: 42px;
    font-size: 12px;
  }
}
.top-recruit__btn::after {
  content: "→";
  position: absolute;
  right: 15px;
  top: 20px;
}
@media (max-width: 768px) {
  .top-recruit__btn::after {
    right: 11px;
    top: 15px;
  }
}
.top-recruit__btn:hover {
  background: var(--color-secondary);
  color: var(--color-primary);
}
.top-recruit__btn-link {
  width: calc(100% - 31px);
  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;
  height: 56px;
}
.top-recruit__list {
  width: 373px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .kv {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background: var(--color-secondary);
    margin-bottom: -60px;
  }
  .kv__wrapper {
    overflow: hidden;
  }
  .kv::before {
    content: "";
    background: url(../img/bg-top-kv-left.svg) no-repeat;
    left: 0;
    top: 0;
    z-index: 100;
    position: absolute;
    display: block;
    width: 60px;
    height: auto;
    aspect-ratio: 752/231;
  }
  .kv::after {
    content: "";
    background: url(../img/bg-top-kv-right.svg) no-repeat;
    top: 267px;
    right: 0;
    z-index: 100;
    position: absolute;
    display: block;
    width: 105px;
    height: 297.5px;
  }
  .kv__text-area-img {
    position: absolute;
    top: -425px;
    z-index: 1000;
    right: 20px;
    aspect-ratio: 1237/1073;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
  .kv__text-area-bg {
    background: url(../img/kv-text-area-sp.svg) no-repeat;
    position: relative;
    top: -120px;
    right: 0;
    margin-top: 0;
    width: 400px;
    overflow: hidden;
    aspect-ratio: 800/646;
    z-index: 200;
    background-size: cover;
    height: auto;
    margin-left: auto;
  }
  .kv__text-area {
    position: relative;
    z-index: 50000;
    top: 0;
    right: 0;
  }
  .kv__title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
  }
  .kv__text {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 0;
    padding-left: 32px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .kv__slider {
    width: 100vw;
    aspect-ratio: 10/10;
    overflow: hidden;
  }
  @-webkit-keyframes fadezoom {
    0% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes fadezoom {
    0% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .slick-animation {
    -webkit-animation: fadezoom 5s 0s forwards;
    animation: fadezoom 5s 0s forwards;
  }
  .top-news {
    position: relative;
    background: var(--color-secondary);
    z-index: 10;
    padding-top: 0;
    margin-top: 0px;
  }
  .top-news::before {
    content: none;
    position: static;
  }
  .top-news__wrapper {
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    z-index: 10;
    padding: 0 23px;
  }
  .top-news__title-area {
    background: var(--color-secondary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 19px;
  }
  .top-news__nav-wrapper {
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    z-index: 10;
    overflow-x: scroll;
  }
  .top-news__tab {
    color: #333;
    background: #fff;
    font-size: 14px;
    width: 120px;
    height: 50px;
    border-radius: 12px;
    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;
  }
  /*top-message*/
  /**/
  /*top-number*/
  /**/
  /**/
}
@media (max-width: 768px) and (max-width: 768px) {
  .top-news__tab {
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .top-news__tab.active {
    color: #fff;
    background: var(--color-primary);
    font-size: 14px;
    width: 120px;
    height: 50px;
    border-radius: 12px;
    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;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .top-news__tab.active {
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .top-news__area {
    background: #fff;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .top-news__tab-area {
    width: 500px;
    margin-bottom: 20px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: var(--color-secondary);
    gap: 20px;
  }
  .top-news__contents {
    width: 100%;
    background: none;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top-news__title {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    color: var(--color-primary);
    margin-top: 0;
    margin-bottom: 0;
  }
  .top-news__title .--jp {
    font-size: 14px;
    display: block;
    color: #333333;
    font-weight: bold;
    padding-top: 10px;
  }
  .top-news__topics-list {
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top-news__topics-warpper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-news__topics-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    line-height: 1;
    border-top: 1px solid #939393;
    padding: 20px 20px 0 20px;
  }
  .top-news__topics-day {
    font-size: 12px;
    font-family: "Oswald", sans-serif;
  }
  .top-news__category {
    color: #fff;
    background: #55A270;
    border: none;
    margin: 0 18px;
    font-size: 13px;
    width: 115px;
    height: 26px;
    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;
  }
  .top-news__text {
    font-size: 14px;
    line-height: 1.2857142857;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 4px;
  }
  .top-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-message {
    background: url(../img/bg-top-message-sp.jpg) no-repeat right;
    background-size: cover;
    position: relative;
    aspect-ratio: 750/661;
    padding-bottom: 55px;
  }
  .top-message::before {
    content: "";
    background: url("../img/bg-message-btm.svg") no-repeat;
    width: 41px;
    height: 41px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .top-message__headline {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 1.3;
  }
  .top-message__headline--m {
    font-size: 17px;
    display: block;
  }
  .top-message__headline--s {
    font-size: 12px;
    letter-spacing: 2px;
  }
  .top-message__wrapper {
    padding: 0 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    position: relative;
  }
  .top-message__title {
    color: var(--color-primary);
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: static;
    display: block;
    padding-top: 20px;
  }
  .top-message__title .--jp {
    font-size: 14px;
    color: #1A1A1A;
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
  .top-message__text {
    display: none;
  }
  .top-message__bottom {
    display: block;
    width: calc(100% - 56px);
    margin-top: 24px;
    position: static;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top-message__name {
    margin: 28px 0 0 38%;
    width: 125px;
    height: auto;
    display: block;
  }
  .top-strength {
    position: relative;
    padding-bottom: 40px;
  }
  .top-strength::before {
    content: none;
  }
  .top-strength::after {
    content: "";
    background: url("../img/bg-strength-btm.svg") no-repeat;
    width: 112px;
    height: 112px;
    display: block;
    bottom: 20px;
    right: 0;
    position: absolute;
  }
  .top-strength__bg-wrapper {
    display: block;
    padding-top: 54px;
  }
  .top-strength__bg-wrapper::before {
    height: 24px;
  }
  .top-strength__bg-wrapper::after {
    display: block;
    width: 97.5px;
    height: 142.5px;
    position: absolute;
    top: 90px;
    right: 0;
  }
  .top-strength__wrapper {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
  }
  .top-strength__wrapper::after {
    position: absolute;
  }
  .top-strength__hd_wrapper {
    display: block;
    padding: 0;
  }
  .top-strength__hd-text-wrapper {
    padding: 20px 28px 0 28px;
  }
  .top-strength__title {
    color: var(--color-primary);
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 20px;
    display: block;
  }
  .top-strength__title .--jp {
    font-size: 14px;
    color: #1A1A1A;
    display: block;
  }
  .top-strength__sub-title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .top-strength__text {
    font-size: 16px;
    line-height: 1.75;
  }
  .top-strength__building {
    background: url(../img/img-strength-building-sp.png) no-repeat top center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    aspect-ratio: 1500/2666;
    margin: 0 auto;
    position: relative;
    margin-block: 150px;
  }
  .top-strength__building--eco {
    position: absolute;
    width: 72.6666667%;
    max-width: 272.5px;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 30px;
    z-index: 20;
    right: auto;
    left: 0;
  }
  .top-strength__building--r-energy {
    position: absolute;
    width: 82%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: -90px;
    left: auto;
    right: 0;
    bottom: auto;
    z-index: 10;
  }
  .top-strength__building--living {
    position: absolute;
    padding: 15px 20px;
    width: 61.8666667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    bottom: 0;
    right: 0;
    left: auto;
    margin-left: auto;
    top: 154vw;
  }
  .top-strength__building--consul {
    position: absolute;
    padding: 15px 20px;
    width: 77%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    bottom: 0;
    left: 0px;
    top: 175vw;
  }
  .top-strength__building-title-link {
    font-weight: bold;
    position: relative;
    z-index: 100;
  }
  .top-strength__building-title-link::after {
    color: #333333;
    content: "→";
    font-size: 12px;
    border-radius: 17px;
    width: 34px;
    height: 34px;
    padding: 10px 0 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0px;
    left: 28px;
  }
  .top-strength__building-sub-title {
    font-size: 13px;
  }
  .top-strength__building-sub-title a {
    position: relative;
    z-index: 100;
  }
  .top-strength__img {
    position: static;
    z-index: 10;
    padding-right: 28px;
  }
  .top-strength__img::before {
    content: none;
  }
  .top-strength__img-items {
    margin-bottom: 0;
    z-index: 10;
    position: relative;
    background: none;
  }
  .top-strength__img-items:nth-child(2), .top-strength__img-items:nth-child(3) {
    margin-left: 0;
  }
  .top-strength__text-list {
    display: none;
  }
  .top-strength__text-items {
    background: none;
    color: #fff;
    width: auto;
    height: auto;
    border-radius: none;
    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;
    mix-blend-mode: normal;
    position: relative;
    top: 0;
    left: 410px;
    margin-bottom: 0;
  }
  .top-strength__text-items.--consul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 17vw;
    left: auto;
    right: 2.5vw;
    font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem);
    font-weight: bold;
  }
  .top-strength__text-items.--operation {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 10vw;
    left: auto;
    right: 14.5vw;
    font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem);
    font-weight: bold;
  }
  .top-strength__text-items.--maintenance {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 10vw;
    left: auto;
    right: 6.5vw;
    font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem);
    font-weight: bold;
  }
  .top-number {
    padding-top: 60px;
    height: auto;
    overflow: hidden;
  }
  .top-number__title {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 20px;
  }
  .top-number__title .--jp {
    font-size: 14px;
    margin-top: 0;
  }
  .top-info {
    background: var(--color-secondary);
    margin-bottom: 100px;
  }
  .top-info::before {
    content: none;
  }
  .top-info::after {
    content: none;
  }
  .top-info__wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 50px 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    z-index: 10;
  }
  .top-info__hd_wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top-info__title-area {
    background: var(--color-secondary);
  }
  .top-info__title {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    color: var(--color-primary);
    margin-bottom: 30px;
    position: relative;
  }
  .top-info__title .--jp {
    font-size: 14px;
    display: block;
    color: #333333;
    font-weight: bold;
    padding-top: 10px;
  }
  .top-info__search {
    position: relative;
    width: 280px;
  }
  .top-info__search-input {
    border: 1px solid #AEAEAE;
    padding: 3px 10px;
    font-size: 15px;
    width: 280px;
    height: 45px;
    position: relative;
  }
  .top-info__search-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 44px;
    width: 40px;
  }
  .top-info__search-btn:before {
    content: "";
    background: url(../img/ic-search.svg) no-repeat;
    width: 39px;
    height: 17px;
    display: block;
    position: relative;
    left: 8px;
    top: 3px;
  }
  .top-info__tag {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .top-info__tag-text {
    display: inline-block;
  }
  .top-info__tag-link {
    font-size: 14px;
    color: #1A1A1A;
    margin-bottom: 5px;
    margin-right: 7px;
  }
  .top-info__tag-link::before {
    content: "#";
    display: inline-block;
    margin-right: 3px;
    font-size: 14px;
  }
  .top-info__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
    z-index: 10;
    width: 100%;
    padding: 0 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top-info__nav {
    font-size: 12px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 65px auto;
  }
  .top-info__category {
    width: calc(33% - 3px);
    height: 38px;
    color: #fff;
    display: block;
    min-width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 11px;
  }
  .top-info__category:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .top-info__category.active {
    min-width: calc(33% - 5px);
    height: 38px;
    min-height: 38px;
    position: relative;
  }
  .top-info__category.active .top-info__sub-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* 表示 */
    opacity: 1; /* 完全に不透明 */
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 元の位置に */
    width: calc(100vw - 29px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    padding: 20px 20px 10px 20px;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 100;
  }
  .top-info__category.active.--ecotopic::before {
    content: "";
    width: 3px;
    height: 30px;
    background: var(--color-blue);
    position: absolute;
    display: inline-block;
    top: 30px;
    left: 50%;
  }
  .top-info__category.active.--ecotopic .top-info__sub-category {
    border: 2px solid var(--color-blue);
    position: absolute;
    width: calc(100vw - 56px);
  }
  .top-info__category.active.--introduction::before {
    content: "";
    width: 3px;
    height: 30px;
    background: var(--color-orange);
    position: absolute;
    display: inline-block;
    top: 30px;
    left: 50%;
  }
  .top-info__category.active.--introduction .top-info__sub-category {
    border: 2px solid var(--color-orange);
    position: absolute;
    width: calc(100vw - 56px);
    left: -109px;
  }
  .top-info__category.active.--introduction.action .top-info__sub-category {
    left: 0;
  }
  .top-info__category.active.--subsidy::before {
    content: "";
    width: 3px;
    height: 30px;
    background: var(--color-gold);
    position: absolute;
    display: inline-block;
    top: 30px;
    left: 50%;
  }
  .top-info__category.active.--subsidy .top-info__sub-category {
    border: 2px solid var(--color-gold);
    position: absolute;
    width: calc(100vw - 56px);
    left: -219px;
  }
  .top-info__category.--ecotopic {
    background: var(--color-blue);
  }
  .top-info__category.--introduction {
    background: var(--color-orange);
  }
  .top-info__category.--subsidy {
    background: var(--color-gold);
  }
  .top-info__category-link {
    width: calc(100% - 23px);
    height: 38px;
  }
  .top-info__sub-category {
    opacity: 0; /* 最初は透明 */
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); /* 少し上から下へ移動 */
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    position: absolute;
    width: 350px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    padding: 20px 30px 10px 20px;
    background: #fff;
    position: absolute;
    top: 60px;
    z-index: 100;
  }
  .top-info__sub-category {
    display: none;
  }
  .top-info__sub-category.active {
    display: block;
    padding: 20px 30px;
  }
  .top-info__bx-wrapper {
    overflow-x: scroll;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-info__bx-wrapper::-webkit-scrollbar {
    background: #EDEDED;
    height: 8px;
  }
  .top-info__bx-wrapper::-webkit-scrollbar-thumb {
    background: #666666;
  }
  .top-info__bx-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #666666;
  }
  .top-info__bx {
    background: #fff;
    display: inline-block;
    width: 320px;
    min-width: 320px;
    height: 390px;
    margin-bottom: 20px;
    border-left: 1px solid #1A1A1A;
    padding: 25px 20px 30px 20px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top-info__thumb {
    margin-bottom: 20px;
  }
  .top-info__cate {
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 116px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
  }
  .top-info__cate.--eco {
    background: var(--color-blue);
  }
  .top-info__cate.--result {
    background: var(--color-orange);
  }
  .top-info__cate.--subsidy {
    background: var(--color-gold);
  }
  .top-info__sub-cate {
    font-size: 14px;
    display: inline;
  }
  .top-info__bx-title {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 10px;
  }
  .top-recruit {
    background: var(--color-primary);
    color: #fff;
    position: relative;
    height: 100%;
    padding: 50px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top-recruit::before {
    content: "";
    background: url("../img/bg-recruit-right.svg") no-repeat;
    width: 147px;
    height: 209px;
    display: block;
    position: absolute;
    top: 60px;
    right: 0;
  }
  .top-recruit::after {
    content: "";
    background: url("../img/bg-recruit-left.svg") no-repeat;
    width: 87px;
    height: 87px;
    display: block;
    position: absolute;
    top: 45px;
    left: 0;
  }
  .top-recruit__wrapper {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 28px;
  }
  .top-recruit__title {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .top-recruit__title ::after {
    content: "";
    background: url("../img/img-recruit.png") no-repeat;
    background-size: cover;
    max-width: 300px;
    width: 100%;
    height: auto;
    aspect-ratio: 480/397;
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); /* 完全に中央に調整 */
    top: 170px;
    bottom: 0;
    left: 50%;
  }
  .top-recruit__title .--jp {
    font-size: 14px;
    color: #fff;
    padding-left: 0;
    padding-top: 10px;
    display: block;
    text-align: center;
  }
  .top-recruit__text {
    padding-top: 230px;
    margin: 20px 0;
    font-size: 16px;
    text-align: center;
  }
  .top-recruit__items {
    width: 140px;
  }
  .top-recruit__btn {
    color: #333333;
    font-size: 16px;
    width: 178px;
    height: 56px;
    background: #fff;
    border-radius: 28px;
    display: block;
    position: relative;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .top-recruit__btn {
    width: 127.5px;
    height: 42px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .top-recruit__btn::after {
    content: "→";
    position: absolute;
    right: 15px;
    top: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .top-recruit__btn::after {
    right: 11px;
    top: 15px;
  }
}
@media (max-width: 768px) {
  .top-recruit__btn-link {
    width: calc(100% - 23px);
    height: 42px;
  }
  .top-recruit__list {
    width: 280px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.o-b-nav {
  background: var(--color-secondary);
}
.o-b-nav__wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 80px;
}
.o-b-nav.--solar-power .o-b-nav__wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.o-b-nav.--solar-power .o-b-nav__wrapper .o-b-nav__item {
  width: 250px;
  text-align: center;
}
.o-b-nav__link {
  color: #000;
  font-size: 18px;
  height: 40px;
  padding-bottom: 30px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.o-b-nav__link::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

/* energy-conservation */
.e-c {
  padding-top: 90px;
}
.e-c__result {
  color: var(--color-primary);
  background: #FFFBE3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 64px;
  padding: 40px 54px 30px 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.e-c__result-text {
  font-size: 20px;
  font-weight: bold;
}
.e-c__result-text .--l {
  font-size: 90px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  margin-left: 20px;
  line-height: 1;
}
.e-c__result-text .--m {
  font-size: 32px;
}
.e-c__result-date {
  margin-top: 15px;
  font-size: 14px;
  color: #000000;
  text-align: right;
}
.e-c__result02-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  margin-top: 64px;
  padding-bottom: 55px;
}
.e-c__result02 {
  color: var(--color-primary);
  background: var(--bg-clr-secondary);
  width: 360px;
  height: 210px;
  padding: 15px 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.e-c__result02 .--l {
  font-size: 80px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.e-c__result02 .--m {
  font-size: 32px;
}
.e-c__result02-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.e-c__result02-date {
  margin-top: 16px;
  font-size: 14px;
  color: #000000;
  text-align: right;
}
.e-c__result02-area-subsidy {
  width: calc(100% - 360px);
  background: #fff;
  border: 2px solid var(--color-primary);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.e-c__result02-area-subsidy:after {
  position: absolute;
  top: 70px;
  left: -15px;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 14px solid var(--color-primary);
  display: inline-block;
}
.e-c__result02-subsidy-list {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.e-c__result02-subsidy-list .e-c__result02-subsidy-title:nth-child(5) {
  border: none;
}
.e-c__result02-subsidy-list .e-c__result02-subsidy-num:last-child {
  border: none;
}
.e-c__result02-subsidy-title {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  width: 70%;
  margin-top: 10px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-primary);
  padding-top: 5px;
}
.e-c__result02-subsidy-num {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: var(--color-primary);
  font-size: 36px;
  line-height: 1;
  width: 30%;
  margin-top: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid var(--color-primary);
}
.e-c__result02-subsidy-num .--s {
  color: var(--color-primary);
  font-size: 16px;
  line-height: 1;
}
.e-c__flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 956px;
  margin: 50px auto 0 auto;
}
.e-c__flow-list-item {
  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;
  font-size: 16px;
  line-height: 1.6875;
  color: var(--color-primary);
  background: #fff;
  font-weight: bold;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  text-align: center;
  position: relative;
}
.e-c__flow-list-item:after {
  content: "";
  position: absolute;
  top: 70px;
  right: -22px;
  border-left: 7px solid #666666;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  display: inline-block;
}
.e-c__flow-list-item:last-child:after {
  border: none;
}
.e-c__flow-list-text {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  margin: 50px auto 0 auto;
}
.e-c__sub-title {
  font-size: 32px;
  line-height: 1.40625;
  margin-top: 70px;
  margin-bottom: 45px;
  padding-left: 67px;
  font-weight: bold;
  position: relative;
}
.e-c__sub-title::before {
  content: "";
  background: url("../img/ic-sub-title.svg") no-repeat;
  display: inline-block;
  width: 47px;
  height: 42px;
  margin-right: 20px;
  position: absolute;
  left: 0;
}
.e-c__intro {
  margin-bottom: 50px;
}
.e-c__feature-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 45px;
}
.e-c__feature-wrapper02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
  row-gap: 65px;
}
.e-c__feature-bx {
  background: var(--color-secondary);
  width: 520px;
  height: 240px;
  padding: 22px 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.e-c__feature-bx.--w {
  background: #fff;
}
.e-c__feature-bx.--y {
  background: #FFFDE5;
  height: auto;
}
.e-c__feature-bx.--y.--wide {
  width: 560px;
}
.e-c__feature-num {
  color: var(--color-primary);
  font-size: 14px;
  display: block;
  text-align: center;
  margin-right: 20px;
}
.e-c__feature-num .--l {
  color: var(--color-primary);
  font-family: "Oswald", sans-serif;
  font-size: 44px;
  display: block;
}
.e-c__feature-bx-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.e-c__feature-bx-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.e-c__feature-bx-title .--s {
  font-size: 16px;
  display: block;
}
.e-c__feature-bx-lead {
  font-size: 16px;
  line-height: 1.75;
}
.e-c__feature-bx-lead .--green {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-primary);
}
.e-c__list-title {
  color: var(--color-primary);
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.e-c__list {
  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;
}
.e-c__list-item {
  color: #000;
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: bold;
  width: 200px;
  height: 165px;
  background: var(--color-secondary);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.e-c__list-num {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: var(--color-primary);
  font-size: 40px;
  display: block;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}
.e-c__about-bx {
  border: 1px solid var(--color-primary);
  background: #fff;
  padding: 36px 75px;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.e-c__about-bx.resodemtial {
  margin-bottom: 100px;
}
.e-c__atout-title {
  color: #fff;
  width: 130px;
  height: 130px;
  text-align: center;
  background: var(--color-primary);
  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;
  font-size: 20px;
}
.e-c__atout-title.--m {
  font-size: 16px;
}
.e-c__atout-title .--m {
  font-size: 16px;
}
.e-c__about-text {
  font-size: 16px;
  line-height: 1.75;
  width: 720px;
}
.e-c__about-text .--bold {
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
}
.e-c__about-text .--l {
  font-size: 20px;
}
.e-c__about-text.--l {
  font-size: 20px;
}
.e-c__about-text.--green, .e-c__about-text .--green {
  color: var(--color-primary);
}
.e-c__about-text .--b {
  font-weight: bold;
}
.e-c__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  margin: 60px calc(50% - 50vw) 0 calc(50% - 50vw);
  padding-bottom: 130px;
  z-index: 100;
}
.e-c__btn-list::before {
  content: "";
  background: url("../img/bg-ob__left.svg") no-repeat;
  width: 161px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
}
.e-c__btn-list.--w::before {
  content: "";
  background: url("../img/bg-ob__left-w.svg") no-repeat;
  width: 161px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
}
.e-c__btn-list.--bg-none {
  padding-bottom: 50px;
}
.e-c__btn-list.--bg-none::before {
  content: none;
}
.e-c__btn-list.--row {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.e-c__btn-item {
  position: relative;
  margin-bottom: 25px;
}
.e-c__btn-item a {
  color: #fff;
  font-size: 20px;
}
.e-c__btn-item.--mainte {
  position: relative;
}
.e-c__btn-item.--mainte::after {
  content: "";
  background: url("../img/img-ac-mainte.svg") no-repeat;
  width: 112px;
  height: 270px;
  display: block;
  position: absolute;
  top: -80px;
  right: -300px;
}
.e-c__btn-item.--const {
  position: relative;
}
.e-c__btn-item.--const::after {
  content: "";
  background: url("../img/img-ac-con.svg") no-repeat;
  width: 156px;
  height: 118px;
  display: block;
  position: absolute;
  top: -10px;
  right: -370px;
}
.e-c__btn-item.--light {
  position: relative;
}
.e-c__btn-item.--light::after {
  content: "";
  background: url("../img/img-light.svg") no-repeat;
  width: 136px;
  height: 211px;
  display: block;
  position: absolute;
  top: -10px;
  right: -310px;
}
.e-c__btn-item.--ems {
  position: relative;
}
.e-c__btn-item.--ems::after {
  content: "";
  background: url("../img/img-ems.svg") no-repeat;
  width: 136px;
  height: 200px;
  display: block;
  position: absolute;
  top: 0;
  right: -310px;
}
.e-c__btn-item.--bathroom {
  position: relative;
}
.e-c__btn-item.--bathroom::after {
  content: "";
  background: url("../img/ic-bathroom.svg") no-repeat;
  width: 177px;
  height: 180px;
  display: block;
  position: absolute;
  aspect-ratio: 177/188;
  top: -65px;
  right: -310px;
}
.e-c__btn {
  background: #666;
  width: 460px;
  height: 80px;
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.e-c__btn:hover {
  background: #fff;
  color: var(--color-primary);
}
.e-c__btn:before, .e-c__btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: var(--color-primary);
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}
.e-c__btn:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.e-c__btn:hover:before, .e-c__btn:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
}
.e-c__btn-wrapper {
  width: calc(100% - 65px);
  display: inline;
  text-align: center;
}
.e-c__btn-wrapper::after {
  font-size: 16px;
  content: "→";
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  padding: 12px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 22.5px;
  display: block;
  position: absolute;
  top: 18px;
  right: 20px;
}
.e-c__btn-wrapper:hover:after {
  border: 1px solid var(--color-primary);
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}
.e-c__container {
  padding-top: 50px;
}

/*ss-consulting*/
#ss01 {
  margin-top: -100px;
  padding-top: 100px;
}

.problem-area {
  position: relative;
}
.problem-area::after {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 100px;
  background: url(../img/img-ic-consulting.svg) no-repeat;
  width: 144px;
  height: 155px;
  display: block;
}
.problem-area__list {
  width: 100%;
  max-width: 970px;
  margin: 0 auto 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.problem-area__list .problem-area__item:nth-child(8) {
  margin-right: 30%;
}
.problem-area__item {
  width: calc(33.3333333333% - 50px);
  font-size: 16px;
  line-height: 1.625;
  text-indent: -50px;
  margin-left: 50px;
  margin-bottom: 40px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.problem-area__item::before {
  content: "";
  background: url(../img/ic-checked.svg) no-repeat;
  width: 35px;
  height: 42px;
  display: inline-block;
  padding-right: 50px;
  position: relative;
  top: 15px;
}

.esc-lead__bx {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  margin-bottom: 110px;
}
.esc-lead__text {
  font-size: 20px;
  line-height: 1.8;
  color: var(--color-primary);
  font-weight: bold;
  text-align: center;
  position: relative;
}
.esc-lead__text::before {
  content: "";
  background: url(../img/ic-w-quot-l.svg) no-repeat;
  width: 63px;
  height: 53px;
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
}
.esc-lead__text::after {
  content: "";
  background: url(../img/ic-w-quot-r.svg) no-repeat;
  width: 63px;
  height: 53px;
  display: block;
  position: absolute;
  right: 0;
  top: 40px;
}

.esc-feature__sub-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 65px auto;
}
.esc-feature__sub-title::before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #231815;
  width: 134px;
  left: -260px;
  top: 20px;
}
.esc-feature__sub-title::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #231815;
  width: 134px;
  right: -260px;
  top: 20px;
}
.esc-feature__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 50px;
  padding-bottom: 50px;
}
.esc-feature__bx {
  width: 100%;
  min-height: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #377E44;
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.esc-feature__bx-pic {
  width: calc(100% - 690px);
  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;
  position: relative;
}
.esc-feature__bx-pic::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #E2EAE3;
  border-top: 0;
  -webkit-transform: rotate(314deg);
          transform: rotate(314deg);
  position: absolute;
  top: 0;
  left: 0;
}
.esc-feature__bx-text-area {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 690px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #E1EBE3;
  padding: 30px 40px;
  box-sizing: border-box;
}
.esc-feature__bx-img {
  width: 240px;
  height: auto;
  margin: 0 auto 30px auto;
  display: block;
}
.esc-feature__bx-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.esc-feature__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.esc-feature__num .--s {
  color: var(--color-primary);
  font-size: 14px;
  display: block;
  margin-bottom: 0;
  line-height: 1;
}
.esc-feature__num .--l {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  color: var(--color-primary);
  display: block;
  line-height: 1;
  font-weight: normal;
}
.esc-feature__bx-text {
  font-size: 16px;
  line-height: 1.75;
}

.equipment-example__title {
  color: var(--color-primary);
  font-size: 50px;
  font-weight: bold;
  position: relative;
  display: inline;
  padding: 0 15px 0 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, var(--color-secondary)));
  background: linear-gradient(to bottom, transparent 70%, var(--color-secondary) 70%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.2;
}
.equipment-example__sub-title {
  font-size: 32px;
  color: #1A1A1A;
  font-weight: 600;
  margin-top: 70px;
  margin-bottom: 40px;
  position: relative;
}
.equipment-example__sub-title::before {
  content: "";
  background: url("../img/ic-sub-title.svg") no-repeat;
  display: inline-block;
  width: 47px;
  height: 42px;
  position: relative;
  margin-right: 20px;
}
.equipment-example__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 65px;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
}
.equipment-example__wrapper.--l {
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.equipment-example__bx {
  position: relative;
  width: 250px;
  margin-bottom: 55px;
}
.equipment-example__bx.--l {
  width: 320px;
}
.equipment-example__pic {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.equipment-example__num {
  color: #fff;
  font-size: 22px;
  width: 36px;
  height: 36px;
  text-align: center;
  background: var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.equipment-example__img {
  position: relative;
}
.equipment-example__bx-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-primary);
  text-align: center;
  border-bottom: 2px dashed var(--color-primary);
  margin-block: 10px;
  padding-bottom: 10px;
}
.equipment-example__bx-text {
  font-size: 14px;
  line-height: 1.75;
}
.equipment-example__category {
  border: 1px solid #808080;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 14px;
  text-align: center;
  margin-block: 10px;
}

/*再生可能エネルギー事業*/
#sp01 {
  margin-top: -100px;
  padding-top: 100px;
}

.n-e__merit-title {
  color: #000;
  font-size: 30px;
  margin-bottom: 35px;
  border-bottom: 3px solid var(--color-primary);
  padding-left: 64px;
  padding-bottom: 10px;
  width: 100%;
  margin-left: 36px;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.n-e__merit-title::first-letter {
  font-size: 50px;
  color: var(--color-primary);
}
.n-e__merit-title::before {
  content: "";
  background: url(../img/ic-h2-logo.svg) no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
  position: absolute;
  top: -17px;
  left: -35px;
}
.n-e__merit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.n-e__merit-sub-title {
  color: #559770;
  font-weight: bold;
  width: 380px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.n-e__merit-sub-title.--num01:before {
  content: "01";
  font-size: 34px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  background: #559770;
  width: 82px;
  height: 82px;
  border-radius: 41px;
  line-height: 82px;
  text-align: center;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .n-e__merit-sub-title.--num01:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    border-radius: 30px;
  }
}
.n-e__merit-sub-title.--num02:before {
  content: "02";
  font-size: 34px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  background: #559770;
  width: 82px;
  height: 82px;
  border-radius: 41px;
  line-height: 82px;
  text-align: center;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .n-e__merit-sub-title.--num02:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    border-radius: 30px;
  }
}
.n-e__merit-sub-title.--num03:before {
  content: "03";
  font-size: 34px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  background: #559770;
  width: 82px;
  height: 82px;
  border-radius: 41px;
  line-height: 82px;
  text-align: center;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .n-e__merit-sub-title.--num03:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    border-radius: 30px;
  }
}
.n-e__merit-bx {
  border-bottom: 1px solid #00803D;
  margin-bottom: 30px;
  position: relative;
  z-index: 100;
}
.n-e__merit-text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.n-e__merit-text {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #E1EBE3;
  padding: 30px 40px;
  box-sizing: border-box;
}
.n-e__merit-c {
  position: relative;
  z-index: 1;
}
.n-e__merit-c::before {
  content: "";
  background: #FFFDE5;
  height: clamp(20rem, 8.068rem + 50.91vw, 46.25rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1/1;
  border-radius: 370px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -74px;
}
.n-e__merit-c-title {
  color: var(--color-primary);
  font-size: 32px;
  line-height: 1.40625;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px auto;
  padding-top: 60px;
  position: relative;
  z-index: 100;
  text-align: center;
  letter-spacing: 0.1em;
}
.n-e__merit-c-title::before {
  content: "";
  background: url(../img/ic-g-quot-l.svg) no-repeat;
  width: 63px;
  height: 53px;
  display: inline-block;
  position: absolute;
  left: -110px;
  bottom: 0;
}
.n-e__merit-c-title::after {
  content: "";
  background: url(../img/ic-g-quot-r.svg) no-repeat;
  width: 63px;
  height: 53px;
  display: inline-block;
  position: absolute;
  right: -110px;
  bottom: -7px;
}
.n-e__merit-c-text {
  color: #000;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  position: relative;
  z-index: 100;
}
.n-e__bg-green {
  width: 100vw;
  background: #E1EBE3;
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: 0;
  padding-bottom: 100px;
}
.n-e__bg-green-wrapper {
  padding-top: 76px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

#r01,
#r02,
#r03,
#r04 {
  margin-top: -100px;
  padding-top: 100px;
}

.resodemtial__intro-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
  padding-bottom: 25px;
}
.resodemtial__result {
  color: var(--color-primary);
  background: #FFFDE5;
  width: 520px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
}
.resodemtial__result-text {
  font-size: 20px;
  font-weight: bold;
}
.resodemtial__result-text .--l {
  font-size: 90px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  margin-left: 20px;
  line-height: 1;
}
.resodemtial__result-text .--m {
  font-size: 32px;
}
.resodemtial__result-date {
  margin-top: 15px;
  font-size: 14px;
  color: #000000;
  text-align: right;
  margin-left: auto;
  padding-right: 1em;
}
.resodemtial__sdgs-list {
  max-width: 518px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 34px;
}
.resodemtial__bx {
  margin-top: 65px;
  margin-bottom: 140px;
}
.resodemtial__bx-wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.resodemtial__bx-text-area {
  background: var(--color-secondary);
  padding: 52px;
  width: calc((100% - 40px) / 2);
  min-height: 609px;
}
.resodemtial__bx-title {
  color: var(--color-primary);
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid var(--color-primary);
  margin-bottom: 45px;
}
.resodemtial__bx-title .--num {
  content: "";
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 36px;
  background: var(--color-primary);
  width: 90px;
  height: 60px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-right: 50px;
}
.resodemtial__bx-title .--num:after {
  position: absolute;
  content: "";
  display: inline-block;
  border-top: 60px solid transparent;
  border-left: 24px solid var(--color-primary);
  right: -24px;
}
.resodemtial__bx-sub-title {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.resodemtial__bx-text {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1em;
}
.resodemtial__case-bx {
  width: 100%;
  min-height: 180px;
  padding: 0 0 20px 0;
  background: #00803D;
  color: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
}
.resodemtial__case-title {
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
  border-bottom: 1px dotted #fff;
  letter-spacing: 0.1em;
}
.resodemtial__case-list {
  padding: 0 20px;
}
.resodemtial__case-item {
  color: #FFFF00;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5;
  margin-bottom: 5px;
}
.resodemtial__case-item .--s {
  font-size: 14px;
}
.resodemtial__about-bx {
  margin-top: 30px;
}
.resodemtial__about-title-area {
  background: #FFFBE3;
  padding: 10px 20px;
}
.resodemtial__about-title {
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-primary);
  font-weight: bold;
  position: relative;
  padding-left: 50px;
}
.resodemtial__about-title::before {
  content: "";
  background: url(../img/ic-fukidashi.svg) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  margin-right: 30px;
  top: 9px;
  left: 0;
}
.resodemtial__about-text-area {
  background: #fff;
  padding: 10px 20px;
}
.resodemtial__about-text {
  font-size: 16px;
  line-height: 1.75;
}
.resodemtial__bx-img-area {
  width: calc((100% - 40px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resodemtial__be-af {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.resodemtial__be-af:last-child {
  margin-bottom: 0;
}
.resodemtial__be-item {
  width: 240px;
  position: relative;
  z-index: 1;
}
.resodemtial__be-item:after {
  content: "";
  position: absolute;
  top: 70px;
  right: -22px;
  border-left: 7px solid #666666;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  display: inline-block;
}
.resodemtial__be-item.--title {
  padding-top: 50px;
}
.resodemtial__be-item.--title:before {
  color: #4D4D4D;
  background: #E2E2E2;
  font-size: 20px;
  font-family: "Jost", sans-serif;
  content: "Before";
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  width: 240px;
  height: 50px;
  line-height: 50px;
  top: 0;
  z-index: 10;
}
.resodemtial__be-item.--title:after {
  top: 120px;
}
.resodemtial__af-item {
  width: 240px;
  position: relative;
}
.resodemtial__af-item.--title {
  padding-top: 50px;
}
.resodemtial__af-item.--title:before {
  color: var(--color-primary);
  background: var(--color-secondary);
  font-size: 20px;
  font-family: "Jost", sans-serif;
  content: "After";
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  width: 240px;
  height: 50px;
  line-height: 50px;
  top: 0;
  z-index: 10;
}
.resodemtial__estimate-wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.resodemtial__estimate-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #559770;
  position: relative;
}
.resodemtial__estimate-bx::before {
  content: "";
  background: url(../img/bg-estimate-l.svg) no-repeat;
  display: block;
  width: 87px;
  height: 87px;
  position: absolute;
  bottom: 100px;
  left: 0;
}
.resodemtial__estimate-bx::after {
  content: "";
  background: url(../img/bg-estimate-r.svg) no-repeat;
  display: block;
  width: 149px;
  height: 212px;
  position: absolute;
  top: 20px;
  right: 0;
}
.resodemtial__estimate-title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.resodemtial__estimate-title .--s {
  margin-top: 10px;
  font-size: 20px;
  display: block;
  font-weight: normal;
}
.resodemtial__estimate-title::before {
  content: "";
  background: url(../img/ic-white-quot-l.svg) no-repeat;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -90px;
  width: 50px;
  height: 42px;
}
.resodemtial__estimate-title::after {
  content: "";
  background: url(../img/ic-white-quot-r.svg) no-repeat;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -90px;
  width: 50px;
  height: 42px;
}
.resodemtial__estimate-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
.resodemtial__estimate-list {
  margin: 30px auto 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 55px;
}
.resodemtial__estimate-item {
  font-size: 20px;
  color: #fff;
}
.resodemtial__estimate-item:before {
  font-size: 14px;
  content: "";
  background: url(../img/ic-check.svg) no-repeat;
  margin-right: 10px;
  width: 36px;
  height: 38px;
  display: inline-block;
  top: 10px;
  position: relative;
}
.resodemtial__estimate-btn-link {
  width: 400px;
  height: 120px;
  display: block;
  margin: 40px auto 20px auto;
  color: #1A1A1A;
  font-size: 20px;
  border: 1px solid var(--color-primary);
  -webkit-box-shadow: 4px 4px 0px 0px #C7C7C7;
          box-shadow: 4px 4px 0px 0px #C7C7C7;
  background: #F7F7E6;
  position: relative;
  cursor: pointer;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resodemtial__estimate-btn-link:hover {
  width: 400px;
  height: 120px;
  position: relative;
  color: var(--color-primary);
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.resodemtial__estimate-btn-link:before, .resodemtial__estimate-btn-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #1AAB8A;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.resodemtial__estimate-btn-link:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.resodemtial__estimate-btn-link:hover:before, .resodemtial__estimate-btn-link:hover:after {
  width: 100%;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.resodemtial__estimate-btn-link-arw {
  width: calc(100% - 45px);
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.resodemtial__estimate-btn-link-arw::after {
  font-size: 10px;
  content: "→";
  color: #fff;
  background: var(--color-primary);
  width: 30px;
  height: 30px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  display: block;
  position: absolute;
  top: 45px;
  right: 15px;
}
.resodemtial__link-bx {
  padding: 52px;
  width: calc((100% - 40px) / 2);
}
.resodemtial__link-bx a {
  color: var(--color-primary);
}
.resodemtial__link-bx-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 1.75;
  padding: 3px 5px;
  color: #000;
  border: 1px solid #000;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .o-b-nav {
    background: #fff;
    height: 90px;
    overflow-x: scroll;
  }
  .o-b-nav__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 15px;
  }
  .o-b-nav__wrapper {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 800px;
    padding: 0 20px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .o-b-nav.--solar-power .o-b-nav__wrapper {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .o-b-nav.--solar-power .o-b-nav__wrapper .o-b-nav__item {
    width: 200px;
    margin: 0;
    text-align: center;
  }
  .o-b-nav__link {
    font-size: 11px;
    background: var(--color-secondary);
    border-radius: 10px;
    height: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 20px;
    display: inline-block;
    position: relative;
  }
  .o-b-nav__link::after {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
            transform: rotate(45deg) translate(-50%, -50%);
  }
  /* energy-conservation */
  .e-c {
    padding-top: 20px;
  }
  .e-c__result {
    margin: 30px 26px 0 26px;
    padding: 10px;
  }
  .e-c__result-text {
    font-size: 15px;
    text-align: center;
  }
  .e-c__result-text .--l {
    font-size: 60px;
    font-family: "Oswald", sans-serif;
  }
  .e-c__result-text .--m {
    font-size: 24px;
  }
  .e-c__result-date {
    margin-top: 1%;
    font-size: 10px;
    color: #000000;
  }
  .e-c__sub-title {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 70px;
    margin-bottom: 20px;
    padding-left: 0;
    position: relative;
  }
  .e-c__sub-title::before {
    content: "";
    background: url("../img/ic-sub-title.svg") no-repeat;
    display: block;
    width: 40px;
    height: 36px;
    margin-right: 0;
    margin-bottom: 10px;
    position: relative;
    left: 0;
  }
  .e-c__intro {
    padding-top: 0;
    margin-bottom: 50px;
  }
  .e-c__feature-wrapper {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .e-c__feature-wrapper02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .e-c__feature-bx {
    background: var(--color-secondary);
    width: 100%;
    height: auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .e-c__feature-bx.--w {
    background: #fff;
  }
  .e-c__feature-bx.--y {
    background: #FFFDE5;
    height: auto;
  }
  .e-c__feature-bx.--y.--wide {
    width: 100%;
  }
  .e-c__feature-num {
    font-size: 12px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .e-c__feature-num .--l {
    font-size: 38px;
  }
  .e-c__feature-bx-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .e-c__feature-bx-title {
    font-size: 16px;
    line-height: 1.75;
    font-weight: bold;
  }
  .e-c__feature-bx-title .--s {
    font-size: 16px;
    display: block;
  }
  .e-c__feature-bx-lead {
    font-size: 16px;
    line-height: 1.75;
  }
  .e-c__list-wrapper {
    overflow-x: scroll;
  }
  .e-c__list {
    width: 750px;
    overflow-x: scroll;
  }
  .e-c__list-title {
    color: var(--color-primary);
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .e-c__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .e-c__list-item {
    font-size: 16px;
    line-height: 1.40625;
    width: 130px;
    height: 120px;
    margin-right: 20px;
  }
  .e-c__list-num {
    color: var(--color-primary);
    font-size: 33px;
    display: block;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
  }
  .e-c__about-bx {
    border: 1px solid var(--color-primary);
    padding: 20px;
    margin: 35px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .e-c__atout-title {
    color: #fff;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 18px;
    padding: 23px 0;
    margin-bottom: 20px;
    background: var(--color-primary);
    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;
  }
  .e-c__about-text {
    font-size: 16px;
    line-height: 1.875;
    width: 100%;
  }
  .e-c__about-text .--bold {
    font-size: 15px;
    line-height: 1.5;
  }
  .e-c__about-text .--l {
    font-size: 20px;
    line-height: 1.2;
  }
  .e-c__about-text.--green {
    color: var(--color-primary);
    font-size: 15px;
    line-height: 2;
  }
  .e-c__btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
    padding: 0;
  }
  .e-c__btn-list.--w::before {
    width: 80.5px;
    height: 100px;
    position: absolute;
    left: -10px;
    top: 220px;
  }
  .e-c__btn-list::before {
    content: none;
  }
  .e-c__btn-list.--bg-none {
    margin: 50px calc(50% - 50vw) 0 calc(50% - 50vw);
    padding-bottom: 50px;
  }
  .e-c__btn-list.--bg-none .e-c__btn-item a::before {
    content: none;
  }
  .e-c__btn-list.--row {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .e-c__btn-item {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
  }
  .e-c__btn-item a {
    color: #fff;
    font-size: 14px;
    line-height: 1.6071428571;
    width: 275px;
    text-align: center;
    display: block;
  }
  .e-c__btn-item a::before {
    content: "";
  }
  .e-c__btn-item.--mainte {
    position: static;
    margin-top: 220px;
  }
  .e-c__btn-item.--mainte::after {
    width: 84.5px;
    height: 202.5px;
    top: -15px;
    right: 55px;
  }
  .e-c__btn-item.--const {
    position: static;
    margin-top: 150px;
  }
  .e-c__btn-item.--const::after {
    width: 117px;
    height: 141px;
    top: -20px;
    right: 60px;
  }
  .e-c__btn-item.--light {
    position: static;
    margin-top: 150px;
  }
  .e-c__btn-item.--light::after {
    width: 109px;
    height: 142px;
    top: -15px;
    right: 30px;
  }
  .e-c__btn-item.--ems {
    position: static;
    margin-top: 180px;
  }
  .e-c__btn-item.--ems::after {
    width: 102px;
    height: 150px;
    top: -15px;
    right: 40px;
  }
  .e-c__btn-item.--ems a:last-child::before {
    content: none;
  }
  .e-c__btn-item.--bathroom {
    position: relative;
    margin-top: 140px;
  }
  .e-c__btn-item.--bathroom::after {
    width: 177px;
    aspect-ratio: 177/188;
    top: -215px;
    right: 40px;
  }
  .e-c__btn {
    background: #666;
    width: 275px;
    height: 60px;
    position: relative;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .e-c__btn-wrapper {
    width: calc(100% - 54px);
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .e-c__btn-wrapper::after {
    font-size: 12px;
    border: 1px solid #fff;
    width: 34px;
    height: 34px;
    padding: 6px 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 17px;
    display: block;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  .e-c__result02-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column;
    margin-top: 64px;
    padding: 0 25px;
  }
  .e-c__result02 {
    color: var(--color-primary);
    background: var(--bg-clr-secondary);
    width: 100%;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .e-c__result02 .--l {
    font-size: 60px;
    font-family: "Oswald", sans-serif;
    text-align: center;
  }
  .e-c__result02 .--m {
    font-size: 24px;
  }
  .e-c__result02-text {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  .e-c__result02-date {
    margin-top: 5px;
    font-size: 10px;
  }
  .e-c__result02-subsidy-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .e-c__result02-subsidy-list .e-c__result02-subsidy-title:nth-child(5),
  .e-c__result02-subsidy-list .e-c__result02-subsidy-num:last-child {
    border-bottom: 1px solid var(--color-primary);
  }
  .e-c__result02-area-subsidy {
    width: 100%;
    height: auto;
    border: 1px solid var(--color-primary);
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .e-c__result02-area-subsidy:after {
    top: -22px;
    left: 45%;
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 14px solid var(--color-primary);
  }
  .e-c__result02-area-subsidy .e-c__result02-subsidy-list:first-child {
    padding: 20px 20px 0 20px;
  }
  .e-c__result02-area-subsidy .e-c__result02-subsidy-list:last-child {
    padding: 0 20px 20px 20px;
  }
  .e-c__result02-subsidy-title {
    font-size: 14px;
    font-weight: bold;
    width: 60%;
    margin-top: 10px;
    padding-bottom: 8px;
  }
  .e-c__result02-subsidy-num {
    font-size: 33px;
    width: 40%;
    margin-top: 10px;
    padding-bottom: 5px;
  }
  .e-c__result02-subsidy-num .--s {
    font-size: 14px;
    line-height: 1;
  }
  .e-c__flow-list-wrapper {
    overflow-x: scroll;
    padding-bottom: 20px;
    padding-left: 20px;
    margin: 0 calc(50% - 50vw);
  }
  .e-c__flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 50px auto 0 auto;
    width: 717px;
  }
  .e-c__flow-list-item {
    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;
    font-size: 12px;
    line-height: 1.6666666667;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    text-align: center;
    position: relative;
  }
  .e-c__flow-list-item:after {
    content: "";
    position: absolute;
    top: 70px;
    right: -22px;
    border-left: 7px solid #666666;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    display: inline-block;
  }
  .e-c__flow-list-item:last-child:after {
    border: none;
  }
  .e-c__flow-list-text {
    font-size: 14px;
    line-height: 1.7857142857;
    text-align: left;
    margin: 50px auto 0 auto;
    padding-left: 0;
  }
  #ss01,
  #ss02,
  #ss03,
  #ss04,
  #ss05 {
    margin-top: -50px;
    padding-top: 50px;
  }
  /*ss-consulting*/
  .problem-area::after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 30%;
    background: url(../img/img-ic-consulting.svg) no-repeat;
    width: 122px;
    height: 131px;
    display: block;
  }
  .problem-area__list {
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    padding-left: 35px;
    padding-bottom: 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .problem-area__list .problem-area__item:nth-child(8) {
    margin-right: 0;
  }
  .problem-area__item {
    width: 100%;
    font-size: 14px;
    line-height: 1.3571428571;
    margin-bottom: 20px;
    padding-right: 50px;
  }
  .problem-area__item::before {
    content: "";
    width: 25.5px;
    height: 31.5px;
    padding-right: 50px;
    top: 6px;
  }
  .esc-lead__text {
    font-size: 16px;
    line-height: 1.9375;
    position: relative;
  }
  .esc-lead__text::before {
    content: "";
    background: url(../img/ic-w-quot-l.svg) no-repeat;
    width: 31.5px;
    height: 26.5px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .esc-lead__text::after {
    content: "";
    background: url(../img/ic-w-quot-r.svg) no-repeat;
    width: 31.5px;
    height: 26.5px;
    display: block;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .esc-feature__sub-title {
    font-size: 20px;
    margin: 0 auto 30px auto;
  }
  .esc-feature__sub-title::before {
    width: 45px;
    left: -70px;
    top: 10px;
  }
  .esc-feature__sub-title::after {
    width: 45px;
    right: -70px;
    top: 10px;
  }
  .esc-feature__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    padding-bottom: 50px;
  }
  .esc-feature__bx {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 45px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .esc-feature__bx-pic {
    width: 100%;
    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;
    position: relative;
    height: 280px;
  }
  .esc-feature__bx-pic::before {
    left: -10px;
  }
  .esc-feature__bx-img {
    margin-bottom: 30px;
  }
  .esc-feature__bx-text-area {
    font-size: 16px;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #E1EBE3;
    padding: 20px;
    box-sizing: border-box;
    background: #E1EBE3;
  }
  .esc-feature__bx-title {
    font-size: 18px;
    line-height: 1.6666666667;
    font-weight: bold;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .esc-feature__num {
    margin-right: 20px;
  }
  .esc-feature__num .--s {
    font-size: 12px;
  }
  .esc-feature__num .--l {
    font-size: 36px;
  }
  .esc-feature__bx-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
  .equipment-example__title {
    font-size: 25px;
    padding: 0 5px;
    line-height: 1.5;
  }
  .equipment-example__sub-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 70px;
    margin-bottom: 40px;
    position: relative;
  }
  .equipment-example__sub-title::before {
    content: "";
    background: url("../img/ic-sub-title.svg") no-repeat;
    display: block;
    width: 40px;
    height: 35px;
    position: relative;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .equipment-example__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: columns;
            flex-direction: columns;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 65px;
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
  .equipment-example__wrapper.--l {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .equipment-example__bx {
    width: 100%;
    margin-bottom: 55px;
  }
  .equipment-example__bx.--l {
    width: 100%;
  }
  .equipment-example__num {
    font-size: 22px;
  }
  .equipment-example__bx-text {
    font-size: 14px;
    line-height: 1.75;
  }
  /*再生可能エネルギー事業*/
  #sp01 {
    margin-top: -50px;
    padding-top: 50px;
  }
  .n-e {
    margin: 0;
    padding: 0;
  }
  .n-e__lead-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 0;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    margin-top: 60px;
    padding: 0 50px;
  }
  .n-e__lead-bx {
    width: 100%;
    margin-bottom: 36px;
  }
  .n-e__lead-img {
    max-width: 100%;
  }
  .n-e__lead-text-area {
    padding: 23px 25px;
  }
  .n-e__lead-title {
    font-size: 18px;
    line-height: 1.4444444444;
    font-weight: bold;
    text-align: center;
    height: 42px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .n-e__lead-text {
    font-size: 14px;
    line-height: 1.7857142857;
    text-align: left;
  }
  .n-e__merit-c {
    padding: 20px 20px 30px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .n-e__merit-c::before {
    border-radius: 370px;
    z-index: 1;
    top: 0;
  }
  .n-e__merit-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    margin-top: 60px;
    padding: 0;
    margin-bottom: 0;
  }
  .n-e__merit-sub-title {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 20px;
    line-height: 1.5;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .n-e__merit-sub-title.--num01:before {
    content: "01";
    font-size: 34px;
    font-family: "Oswald", sans-serif;
    color: #fff;
    background: #559770;
    width: 82px;
    height: 82px;
    border-radius: 41px;
    line-height: 82px;
    text-align: center;
    margin-right: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .n-e__merit-sub-title.--num01:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    border-radius: 30px;
  }
}
@media (max-width: 768px) {
  .n-e__merit-sub-title.--num02:before {
    content: "02";
    font-size: 34px;
    font-family: "Oswald", sans-serif;
    color: #fff;
    background: #559770;
    width: 82px;
    height: 82px;
    border-radius: 41px;
    line-height: 82px;
    text-align: center;
    margin-right: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .n-e__merit-sub-title.--num02:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    border-radius: 30px;
  }
}
@media (max-width: 768px) {
  .n-e__merit-sub-title.--num03:before {
    content: "03";
    font-size: 34px;
    font-family: "Oswald", sans-serif;
    color: #fff;
    background: #559770;
    width: 82px;
    height: 82px;
    border-radius: 41px;
    line-height: 82px;
    text-align: center;
    margin-right: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .n-e__merit-sub-title.--num03:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    border-radius: 30px;
  }
}
@media (max-width: 768px) {
  .n-e__merit-text-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .n-e__merit-bx {
    border: none;
    padding: 15px 0;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .n-e__merit-c-title {
    font-size: 24px;
  }
  .n-e__merit-c-title::before {
    width: 31.5px;
    height: 26.5px;
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 30px;
  }
  .n-e__merit-c-title::after {
    width: 31.5px;
    height: 26.5px;
    display: inline-block;
    position: absolute;
    right: -30px;
    bottom: -40px;
    z-index: 1;
  }
  .n-e__merit-title {
    color: var(--color-primary);
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 35px;
  }
  .n-e__merit-text {
    font-size: 16px;
    line-height: 1.75;
    padding: 15px 25px;
  }
  .n-e__merit-c-text {
    font-size: 14px;
    text-align: center;
  }
  .n-e__merit-list {
    margin-block: 1em 0;
  }
  .n-e__merit-items {
    font-size: 16px;
    line-height: 1.75;
  }
  .n-e__bg-green {
    width: 100vw;
    background: #E1EBE3;
    margin: 0 calc(50% - 50vw);
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
    left: 6px;
    padding: 50px 23px 50px 23px;
    margin-bottom: 45px;
  }
  .n-e__bg-green-wrapper {
    padding-top: 30px;
  }
  #r01,
  #r02,
  #r03,
  #r04 {
    margin-top: -50px;
    padding-top: 50px;
  }
  .resodemtial__intro-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 64px;
    padding-bottom: 25px;
  }
  .resodemtial__result {
    width: 100%;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .resodemtial__result-text {
    font-size: 15px;
  }
  .resodemtial__result-text .--l {
    font-size: 60px;
    margin-left: 0;
  }
  .resodemtial__result-text .--m {
    font-size: 24px;
  }
  .resodemtial__result-date {
    margin-top: 15px;
    font-size: 14px;
    color: #000000;
    text-align: right;
    margin-left: auto;
    padding-right: 1em;
  }
  .resodemtial__sdgs-list {
    margin-top: 30px;
    max-width: 100%;
    width: 100%;
    gap: 10px;
  }
  .resodemtial__bx {
    margin-top: 65px;
    margin-bottom: 90px;
    padding-bottom: 50px;
  }
  .resodemtial__bx-wrapper {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .resodemtial__bx-text-area {
    padding: 20px;
    width: 100%;
    min-height: auto;
  }
  .resodemtial__bx-title {
    color: var(--color-primary);
    font-size: 18px;
    line-height: 1.3888888889;
    font-weight: bold;
    border-bottom: 1px solid var(--color-primary);
    margin-bottom: 20px;
    padding-left: 80px;
    padding-bottom: 5px;
  }
  .resodemtial__bx-title .--num {
    font-size: 20px;
    width: 55px;
    height: 30px;
    margin-right: 30px;
    left: 0;
    position: absolute;
  }
  .resodemtial__bx-title .--num:after {
    border-top: 30px solid transparent;
    border-left: 10px solid var(--color-primary);
    right: -10px;
  }
  .resodemtial__bx-sub-title {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 20px;
  }
  .resodemtial__bx-text {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 1em;
  }
  .resodemtial__case-bx {
    width: 100%;
    min-height: 180px;
    padding: 0 0 20px 0;
    background: #00803D;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .resodemtial__case-title {
    padding-block: 10px;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
  }
  .resodemtial__case-list {
    padding: 0 20px;
  }
  .resodemtial__case-item {
    font-size: 16px;
  }
  .resodemtial__case-item .--s {
    font-size: 14px;
  }
  .resodemtial__about-bx {
    margin-top: 30px;
  }
  .resodemtial__about-title-area {
    background: #FFFBE3;
    padding: 10px 20px;
  }
  .resodemtial__about-title {
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-primary);
    font-weight: bold;
    position: relative;
    padding-left: 50px;
  }
  .resodemtial__about-title::before {
    content: "";
    background: url(../img/ic-fukidashi.svg) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    margin-right: 30px;
    top: 9px;
    left: 0;
  }
  .resodemtial__about-text-area {
    background: #fff;
    padding: 10px 20px;
  }
  .resodemtial__about-text {
    font-size: 16px;
    line-height: 1.75;
  }
  .resodemtial__bx-img-area {
    width: 100%;
    margin-top: 30px;
  }
  .resodemtial__be-af {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 32px;
  }
  .resodemtial__be-af:last-child {
    margin-bottom: 0;
  }
  .resodemtial__be-item {
    width: calc(50% - 20px);
    position: relative;
    z-index: 1;
  }
  .resodemtial__be-item:after {
    content: "";
    position: absolute;
    top: 40px;
    right: -22px;
    border-left: 7px solid #666666;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    display: inline-block;
  }
  .resodemtial__be-item.--title {
    padding-top: 30px;
  }
  .resodemtial__be-item.--title:before {
    font-size: 13px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    top: 0;
    z-index: 10;
  }
  .resodemtial__be-item.--title:after {
    top: 70px;
  }
  .resodemtial__af-item {
    width: calc(50% - 20px);
    position: relative;
  }
  .resodemtial__af-item.--title {
    padding-top: 30px;
  }
  .resodemtial__af-item.--title:before {
    font-size: 13px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    top: 0;
    z-index: 10;
  }
  .resodemtial__estimate-wrapper {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .resodemtial__estimate-bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #559770;
    position: relative;
  }
  .resodemtial__estimate-bx::before {
    width: 43.5px;
    height: 43.5px;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  .resodemtial__estimate-bx::after {
    width: 74.5px;
    height: 106px;
    top: 20px;
    right: 0;
  }
  .resodemtial__estimate-title {
    font-size: 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .resodemtial__estimate-title .--s {
    margin-top: 10px;
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  .resodemtial__estimate-title::before {
    content: "";
    background: url(../img/ic-white-quot-l.svg) no-repeat;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -30px;
    width: 24px;
    height: 20px;
  }
  .resodemtial__estimate-title::after {
    content: "";
    background: url(../img/ic-white-quot-r.svg) no-repeat;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: -30px;
    width: 24px;
    height: 20px;
    z-index: 100;
  }
  .resodemtial__estimate-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
  }
  .resodemtial__estimate-list {
    margin: 30px auto 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .resodemtial__estimate-item {
    font-size: 16px;
    color: #fff;
  }
  .resodemtial__estimate-item:before {
    font-size: 14px;
    content: "";
    background: url(../img/ic-check.svg) no-repeat;
    margin-right: 10px;
    width: 36px;
    height: 38px;
    display: inline-block;
    top: 10px;
    position: relative;
  }
  .resodemtial__estimate-btn-link {
    width: 300px;
    height: 90px;
    display: block;
    margin: 40px auto 20px auto;
    color: #1A1A1A;
    font-size: 18px;
    border: 1px solid var(--color-primary);
    -webkit-box-shadow: 4px 4px 0px 0px #C7C7C7;
            box-shadow: 4px 4px 0px 0px #C7C7C7;
    background: #F7F7E6;
    position: relative;
    cursor: pointer;
    -webkit-transition: 800ms ease all;
    transition: 800ms ease all;
    display: block;
  }
  .resodemtial__estimate-btn-link:hover {
    width: 300px;
    height: 90px;
    position: relative;
    color: var(--color-primary);
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .resodemtial__estimate-btn-link:before, .resodemtial__estimate-btn-link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #1AAB8A;
    -webkit-transition: 400ms ease all;
    transition: 400ms ease all;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .resodemtial__estimate-btn-link:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .resodemtial__estimate-btn-link:hover:before, .resodemtial__estimate-btn-link:hover:after {
    width: 100%;
    -webkit-transition: 800ms ease all;
    transition: 800ms ease all;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .resodemtial__estimate-btn-link-arw {
    width: calc(100% - 45px);
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    height: 90px;
  }
  .resodemtial__estimate-btn-link-arw::after {
    top: 31px;
    right: 15px;
  }
  .resodemtial__link-bx {
    margin-top: 30px;
    padding: 0;
    width: 100%;
  }
}
.cmn-company__title {
  width: 100%;
  color: var(--color-primary);
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cmn-company__title.--m {
  font-size: 40px;
}
.cmn-company__title .--right {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #8B8B8B;
  text-transform: uppercase;
}

.service .cmn-catch__bx {
  margin-bottom: 75px;
}

/*message*/
.message {
  padding-bottom: 310px;
  left: -20px;
}
.message__area {
  width: 100vw;
  height: 526px;
  margin: 0 calc(50% - 50vw);
  background: url("../img/img-greeting01.jpg") top center no-repeat;
  background-size: contain;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.message__title {
  color: var(--color-primary);
  font-size: 70px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.message__title .--right {
  font-size: 22px;
  color: #1A1A1A;
  margin-left: 20px;
  letter-spacing: 0.1em;
}
.message__wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  height: 526px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.message__sub-title {
  line-height: 1;
  margin-bottom: 57px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  font-weight: bold;
}
.message__sub-title .--l {
  font-size: 51px;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}
.message__sub-title .--m {
  font-size: 36px;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}
.message__sub-title .--s {
  font-size: 36px;
  letter-spacing: 0.2em;
}
.message__content-wrapper {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: 100;
  left: -20px;
}
.message__content-wrapper::before {
  content: "";
  background: url("../img/bg-page-left01.svg") no-repeat;
  aspect-ratio: 232/231;
  width: 232px;
  height: auto;
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 5;
}
.message__content-wrapper::after {
  content: "";
  background: url("../img/bg-page-right01.svg") no-repeat;
  aspect-ratio: 188/251;
  width: 188px;
  height: auto;
  display: block;
  position: absolute;
  right: -32px;
}
.message__content {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2000;
}
.message__text {
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 2;
}
.message__signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 100px;
}
.message__signature-text {
  font-size: 16px;
  line-height: 2.5;
}

.company {
  position: static;
}
.company__list {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: calc((100% - 990px) / 2);
  margin-bottom: 120px;
}
.company__list::after {
  content: "";
  display: block;
  max-width: 330px;
  width: 100%;
}
.company__item {
  margin-bottom: 70px;
}
.company__item:hover {
  opacity: 0.7;
}
.company__img {
  max-width: 330px;
  width: 100%;
  height: auto;
}
.company__img-link {
  max-width: 330px;
  width: 30.5%;
  margin-bottom: 85px;
}
.company__img-pic {
  width: 100%;
  height: auto;
}
.company__title {
  font-weight: 500;
  margin-top: 20px;
  position: relative;
  width: 100%;
}
.company__title-link {
  width: 100%;
}
.company__title-link::after {
  color: #fff;
  font-size: 10px;
  content: "→";
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: inline-block;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -5px;
  right: 0;
  background: var(--color-primary);
}

#br01 {
  margin-top: -100px;
  padding-top: 100px;
}

#br02 {
  margin-top: -100px;
  padding-top: 100px;
}

#br03 {
  margin-top: -100px;
  padding-top: 100px;
}

#br04 {
  margin-top: -100px;
  padding-top: 100px;
}

#br05 {
  margin-top: -100px;
  padding-top: 100px;
}

#br06 {
  margin-top: -100px;
  padding-top: 100px;
}

#br07 {
  margin-top: -100px;
  padding-top: 100px;
}

#br08 {
  margin-top: -100px;
  padding-top: 100px;
}

#br09 {
  margin-top: -100px;
  padding-top: 100px;
}

#br10 {
  margin-top: -100px;
  padding-top: 100px;
}

#br11 {
  margin-top: -100px;
  padding-top: 100px;
}

#br12 {
  margin-top: -100px;
  padding-top: 100px;
}

#br13 {
  margin-top: -100px;
  padding-top: 100px;
}

#br14 {
  margin-top: -100px;
  padding-top: 100px;
}

#br15 {
  margin-top: -100px;
  padding-top: 100px;
}

#br16 {
  margin-top: -100px;
  padding-top: 100px;
}

#br17 {
  margin-top: -100px;
  padding-top: 100px;
}

#br18 {
  margin-top: -100px;
  padding-top: 100px;
}

#br19 {
  margin-top: -100px;
  padding-top: 100px;
}

#br20 {
  margin-top: -100px;
  padding-top: 100px;
}

.office-branch__title {
  color: var(--color-primary);
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.office-branch__title .--right {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #8B8B8B;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
}
.office-branch__sub-title {
  color: #1A1A1A;
  font-size: 40px;
  font-style: italic;
  font-family: "Noto Serif JP", serif;
}
.office-branch__sub-title:before {
  content: "";
  background: url(../img/ic-sub-title.svg) no-repeat;
  display: inline-block;
  width: 47px;
  height: 42px;
  position: relative;
  margin-right: 20px;
}
.office-branch__map-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 50px;
}
.office-branch__img-japan {
  margin-top: -50px;
}
.office-branch__map-kanto-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: 20px;
}
.office-branch__img-japan {
  width: 561px;
  height: 693px;
}
.office-branch__map-kanto-img {
  width: 520px;
  height: 720px;
}
.office-branch__nav-area {
  width: 100%;
  background: var(--color-tertiary);
  color: #fff;
  position: relative;
  z-index: 100;
}
.office-branch__nav {
  color: #fff;
}
.office-branch__nav-wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  margin-block: 100px;
  padding-top: 50px;
}
.office-branch__nav-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.office-branch__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 50px;
}
.office-branch__nav-link {
  color: var(--color-primary);
  font-size: 16px;
  display: inline-block;
  background: #fff;
  position: relative;
  width: 176px;
  height: 38px;
  padding: 0 15px;
  line-height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.office-branch__nav-link:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 20px;
  top: 15px;
  border-right: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.office__bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #666666;
  padding-top: 40px;
  padding-bottom: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.office__info {
  width: calc(100% - 420px);
}
.office__title {
  font-size: 20px;
  color: var(--color-primary);
  background: var(--color-secondary);
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  margin-bottom: 20px;
  line-height: 1;
}
.office__info-bx {
  padding-left: 15px;
}
.office__address {
  margin-bottom: 20px;
  font-size: 16px;
}
.office__tel-title {
  font-weight: bold;
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.office__tel-item {
  font-size: 16px;
  margin-bottom: 5px;
}
.office__access-title {
  color: #333333;
  font-size: 16px;
  width: 94px;
  height: 32px;
  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;
  text-transform: uppercase;
  border: 1px solid #808080;
  margin-top: 30px;
  margin-bottom: 10px;
}
.office__access-text {
  font-size: 14px;
  line-height: 1.8928571429;
}
.office__bx-sp-map {
  margin-bottom: 20px;
}
.office__bx-wrapper {
  margin-top: 75px;
  padding-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #666666;
}
.office__bx--m {
  width: 480px;
}
.office__bx-sp-text {
  padding-left: 15px;
}
.office__bx-sp-text .office__title {
  margin-left: -15px;
}
.office__bx-map {
  margin-bottom: 20px;
}

.cretification__area {
  width: 100%;
  margin-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
}
.cretification__time {
  font-size: 14px;
  text-align: right;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  margin-top: -20px;
  margin-bottom: 20px;
}
.cretification__wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.cretification__sub-title {
  color: #fff;
  background: var(--color-tertiary);
  padding: 0 13px;
  font-size: 20px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cretification__list {
  width: calc(50% - 15px);
}
.cretification__item {
  font-size: 16px;
  color: var(--color-text-body);
  position: relative;
  padding: 16px 16px 16px 31px;
  border-bottom: 1px dashed #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cretification__item::before {
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* 縦軸をセンタリングする */
  left: 0;
  border: 5px solid transparent;
  border-left: 8px solid var(--color-primary);
  margin-left: 15px;
}

.authorize {
  padding: 30px 0;
  border-top: 1px solid #559970;
  border-bottom: 1px solid #559970;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.authorize__title {
  color: var(--color-primary);
  width: 206px;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.authorize__text-area {
  width: calc(100% - 206px);
}
.authorize__text {
  font-size: 16px;
  line-height: 1.875;
  width: 100%;
}

.outline {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 300px;
}
.outline__title {
  font-size: 50px;
  color: var(--color-primary);
  margin-bottom: 50px;
  position: relative;
}
.outline__title .--right {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #8B8B8B;
  text-transform: uppercase;
  margin-right: auto;
  position: absolute;
  right: 0;
}
.outline__list {
  margin-top: 50px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.outline__sub-title {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #559970;
  padding-block: 25px;
}
.outline__item {
  font-size: 16px;
  width: calc(100% - 200px);
  border-bottom: 1px solid #559970;
  padding-block: 25px;
}
.outline__itme-title {
  width: 8em;
  display: inline-block;
  margin-bottom: 10px;
}
.outline__itme-name {
  display: inline-block;
  margin-bottom: 10px;
}
.outline__pic {
  position: absolute;
  bottom: 80px;
  right: 0;
}
.outline__img {
  width: 446px;
  height: 266px;
}

.history {
  margin-top: 170px;
}
.history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 942px;
  margin: 50px auto 0 auto;
  border-left: 5px solid var(--color-primary);
  position: relative;
  padding-top: 50px;
  padding-bottom: 140px;
}
.history__list:before {
  position: absolute;
  top: 0px;
  left: -11px;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: var(--color-primary);
}
.history__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.history__content.--mt {
  margin-top: 40px;
}
.history__title {
  font-size: 20px;
  color: var(--color-primary);
  position: relative;
  padding-right: 30px;
  width: 340px;
  margin-bottom: 10px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 130px;
}
.history__title.--line::after {
  content: "";
  width: 100px;
  border-bottom: 2px solid var(--color-primary);
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}
.history__title .--year {
  margin-right: 1em;
}
.history__title .--year::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: var(--color-primary);
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 87px;
}
.history__title .--month {
  text-align: right;
  margin-left: auto;
}
.history__text {
  font-size: 16px;
  line-height: 1.875;
  margin-right: 100px;
  width: calc(100% - 260px);
  position: relative;
  top: -4px;
}
.carbon {
  margin-top: 50px;
}

@media (max-width: 1080px) {
  .company__list {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    margin-bottom: 0;
    padding: 0 25px;
  }
  .company__list::after {
    content: none;
  }
  .company__link {
    max-width: 330px;
    width: 100%;
    margin-bottom: 63px;
  }
  .company__item {
    max-width: 330px;
    height: auto;
    margin-bottom: 10px;
    color: #333333;
    margin-bottom: 30px;
  }
  .company__img {
    width: 100%;
    height: auto;
  }
  .company__img-pic {
    width: 100%;
    height: auto;
  }
  .company__title {
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
    position: relative;
  }
  .office-branch__nav-area {
    width: 100vw;
    background: var(--color-tertiary);
    color: #fff;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    z-index: 100;
  }
  .office-branch__nav {
    color: #fff;
  }
  .office-branch__nav-wrapper {
    padding: 25px;
  }
  .office-branch__nav-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .office-branch__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    padding-bottom: 50px;
  }
  .office-branch__nav-items {
    width: calc(50% - 14px);
  }
  .office-branch__nav-link {
    font-size: 14px;
    width: 100%;
    height: 38px;
    padding: 0 15px;
    line-height: 38px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .office-branch__nav-link:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    right: 20px;
    top: 15px;
    border-right: 1px solid var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
}
@media (max-width: 900px) {
  .cretification__area {
    width: 100%;
    margin-bottom: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cretification__wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cretification__sub-title {
    color: #fff;
    background: var(--color-tertiary);
    padding: 5px;
    font-size: 16px;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: normal;
  }
  .cretification__list {
    width: 100%;
  }
  .cretification__item {
    font-size: 14px;
    position: relative;
    padding: 15px 10px 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cretification__item::before {
    border: 5px solid transparent;
    border-left: 8px solid var(--color-primary);
    margin-left: 10px;
  }
  .authorize {
    padding: 30px 26px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .authorize__text-area {
    width: 100%;
  }
  .authorize__title {
    color: var(--color-primary);
    width: 100%;
    padding-left: 0;
  }
  .authorize__text {
    width: 100%;
    font-size: 15px;
    line-height: 2;
  }
}
@media (max-width: 700px) {
  .cmn-company__title {
    width: 100%;
    color: var(--color-primary);
    font-size: 22px;
    line-height: 1.3636363636;
    margin-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .cmn-company__title.--m {
    font-size: 20px;
    position: relative;
    right: 0;
  }
  .cmn-company__title .--right {
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .service .cmn-catch__bx {
    margin-bottom: 30px;
  }
  .service .cmn-catch__lead {
    font-size: 16px;
  }
  .service .cmn-catch__text {
    margin-top: 0;
    display: none;
  }
  .service .cmn-catch__text-bx {
    margin-bottom: 30px;
  }
  /*message*/
  .message {
    padding-bottom: 140px;
    left: 6px;
  }
  .message__area {
    width: calc(100vw - 6px);
    height: 330px;
    margin: 0 calc(50% - 50vw);
    background: url("../img/bg-top-message-sp.jpg") no-repeat;
    aspect-ratio: 1500/1322;
    background-size: cover;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .message__title {
    color: var(--color-primary);
    font-size: 35px;
    top: 0;
    left: 30px;
    display: block;
    position: relative;
    text-shadow: 0 0 5px #fff;
    letter-spacing: 0.06em;
  }
  .message__title .--right {
    font-size: 14px;
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
  .message__wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 17%;
  }
  .message__sub-title {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 0px;
    text-shadow: 0 0 2px #fff;
    font-weight: bold;
  }
  .message__sub-title .--l {
    font-size: 25px;
    letter-spacing: 0.2em;
    margin-bottom: 8px;
  }
  .message__sub-title .--m {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    display: inline-block;
    margin-bottom: 8px;
  }
  .message__sub-title .--m.--sp {
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .message__content-wrapper {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: relative;
    z-index: 100;
    padding: 0 50px;
  }
  .message__content-wrapper::before {
    aspect-ratio: 232/231;
    width: 116px;
    height: auto;
    top: 20px;
    left: 0;
    z-index: 1000;
  }
  .message__content-wrapper::after {
    content: "";
    background: url("../img/bg-page-right01.svg") no-repeat;
    aspect-ratio: 188/251;
    width: 94px;
    height: auto;
    display: block;
    position: absolute;
    right: 0;
  }
  .message__content {
    letter-spacing: 0.2em;
  }
  .message__content {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    font-family: "Noto Serif JP", serif;
  }
  .message__text {
    margin-bottom: 1em;
    font-size: 15px;
    line-height: 2;
  }
  .message__signature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .message__signature-text {
    font-size: 12px;
    line-height: 1.6666666667;
  }
  .message__signature-name {
    margin-top: 15px;
  }
  .message__signature-name img {
    width: 250px;
    height: auto;
  }
  .company__list {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 30px;
    margin-bottom: 0;
    padding: 0 25px;
  }
  .company__list::after {
    content: none;
  }
  .company__link {
    max-width: 100%;
    width: 100%;
    margin-bottom: 63px;
  }
  .company__item {
    height: auto;
    margin-bottom: 10px;
    color: #333333;
    margin-bottom: 30px;
  }
  .company__img {
    width: 100%;
    height: auto;
  }
  .company__img-pic {
    width: 100%;
    height: auto;
  }
  .company__title {
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
    position: relative;
  }
  .outline {
    padding-bottom: 150px;
  }
  .outline__title {
    font-size: 22px;
  }
  .outline__title .--right {
    font-size: 20px;
  }
  .outline__list {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
    padding: 0;
    margin: 0;
  }
  .outline__sub-title {
    width: 100%;
    font-size: 16px;
    padding-left: 20px;
    border-bottom: none;
    padding-block: 0;
  }
  .outline__item {
    font-size: 15px;
    line-height: 2;
    width: 100%;
    border-bottom: 1px solid #559970;
    padding: 5px 0 15px 20px;
    margin-bottom: 15px;
  }
  .outline__pic {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .outline__img {
    width: 223px;
    height: 133px;
  }
  .history__list {
    width: 100%;
    border-left: 3px solid var(--color-primary);
    padding-left: 0;
    margin: 50px 15px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .history__list:before {
    top: 0px;
    left: -7px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
  .history__list:after {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    top: 6px;
    left: -20px;
  }
  .history__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
  .history__content.--mt {
    margin-top: 40px;
  }
  .history__title {
    font-size: 15px;
    position: relative;
    width: 100%;
    padding-left: 70px;
    margin-bottom: 10px;
    text-align: left;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .history__title.--line::after {
    content: "";
    width: 50px;
    border-bottom: 2px solid var(--color-primary);
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .history__title .--year::before {
    border-bottom: 2px solid var(--color-primary);
    display: inline-block;
    position: absolute;
    left: 37px;
  }
  .history__title .--year::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    top: 6px;
    left: -20px;
  }
  .history__text {
    font-size: 15px;
    line-height: 1.4666666667;
    margin-right: 0;
    width: calc(100% - 30px);
    position: relative;
    top: -4px;
    padding-left: 70px;
  }
  #br01 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br02 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br03 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br04 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br05 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br06 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br07 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br08 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br09 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br10 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br11 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br12 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br13 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br14 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br15 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br16 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br17 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br18 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br19 {
    margin-top: -50px;
    padding-top: 50px;
  }
  #br20 {
    margin-top: -50px;
    padding-top: 50px;
  }
  .office-branch__title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .office-branch__title .--right {
    text-align: right;
    font-size: 20px;
    line-height: 1.5;
  }
  .office-branch__sub-title {
    font-size: 20px;
  }
  .office-branch__sub-title:before {
    width: 40px;
    height: 36px;
    position: relative;
    margin-right: 10px;
  }
  .office-branch__map-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  .office-branch__img-japan {
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
  }
  .office-branch__map-kanto-img {
    width: 100%;
    height: auto;
  }
  .office-branch__map-kanto-title {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .office__bx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #666666;
    padding-top: 40px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .office__info {
    width: 100%;
    font-size: 14px;
    line-height: 1.7857142857;
  }
  .office__title {
    font-size: 16px;
    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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px;
    margin-bottom: 20px;
    line-height: 1;
  }
  .office__info-bx {
    padding-left: 15px;
  }
  .office__address {
    margin-bottom: 20px;
  }
  .office__tel-title {
    font-weight: bold;
    margin-bottom: 0;
  }
  .office__tel-item {
    margin-bottom: 5px;
  }
  .office__access-title {
    color: #333333;
    font-size: 14px;
    width: 94px;
    height: 32px;
    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;
    text-transform: uppercase;
    border: 1px solid #808080;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .office__access-text {
    font-size: 14px;
    line-height: 1.8928571429;
  }
  .office__map {
    margin-top: 30px;
  }
  .office__map iframe {
    aspect-ratio: 300/210;
    width: 100%;
    height: auto;
  }
  .office__bx-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    padding: 0;
    border-bottom: none;
  }
  .office__bx--m {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #666666;
  }
  .office__bx-sp-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .office__bx-sp-map {
    margin-top: 30px;
  }
  .office__bx-sp-map iframe {
    aspect-ratio: 300/210;
    width: 100%;
    height: auto;
  }
}
/*導入事例*/
.intro-serach__bx {
  width: 100%;
  background: var(--color-secondary);
}
.intro-serach__bx .sf-input-text {
  padding: 10px;
  border: 1px solid #ADADAD;
  width: 320px;
}
.intro-serach__title {
  color: #fff;
  font-size: 22px;
  padding: 8px 20px;
  background: var(--color-primary);
}
.intro-serach__title .--m {
  font-size: 16px;
  margin-left: 20px;
}
.intro-serach__result-bx {
  margin-bottom: 50px;
}
.intro-serach__result-title {
  font-size: 22px;
  font-weight: bold;
}
.intro-serach__result-title .--m {
  font-size: 16px;
  margin-left: 0;
  font-weight: normal;
}
.intro-serach__result-change {
  position: relative;
  text-align: right;
  margin-block: 30px;
}
.intro-serach__result-change-link {
  position: relative;
  padding-right: 50px;
}
.intro-serach__result-change-link:after {
  color: #fff;
  font-size: 9px;
  content: "↑";
  width: 30px;
  height: 30px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  position: absolute;
  top: -5px;
  right: 0;
  background: var(--color-primary);
}
.intro-serach__result-text {
  font-size: 16px;
}
.intro-serach__result-text .--l {
  color: var(--color-primary);
  font-size: 36px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}
.intro-serach__result-text-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-word {
  margin-right: 0.5em;
}

/*検索フォーム*/
.searchandfilter {
  width: 100%;
  margin: 0 auto 50px auto;
  padding: 20px 50px;
}

.sf-field-post-meta-cf_subsidy_use,
.sf-field-taxonomy-intro-construction-details,
.sf-field-taxonomy-intro-facility,
.sf-field-taxonomy-intro-area,
.sf-field-search {
  border-bottom: 1px solid #C0C0C0;
}

.searchandfilter h4 {
  width: 140px;
}

.searchandfilter ul > li > ul:not(.children) {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 140px);
}

.searchandfilter .sf-level-0 {
  width: 30%;
}

.searchandfilter ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.searchandfilter h4 {
  color: var(--color-primary);
  font-size: 16px;
  position: relative;
  font-weight: bold;
}

.searchandfilter h4 {
  width: 140px;
}

.searchandfilter h4 {
  margin: 0;
  padding: 5px 0 10px;
  font-size: 16px;
}

.searchandfilter h4:before {
  content: "";
  margin-right: 10px;
  height: 28px;
  width: 5px;
  background: var(--color-primary);
  display: inline-block;
  position: relative;
  top: 3px;
}

.searchandfilter h4:before {
  content: "";
  margin-right: 10px;
  height: 21px;
  width: 7px;
  background: #559B70;
  display: inline-block;
  position: relative;
  top: 3px;
}

.sf-field-submit input[type=submit],
.sf-field-submit input[type=reset],
.sf-field-submit button {
  background: #559B70;
  color: #fff;
  padding: 10px;
  width: 376px;
  height: 56px;
  display: block;
  text-align: center;
  margin: 30px auto;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.sf-field-submit input[type=submit]:hover,
.sf-field-submit input[type=reset]:hover,
.sf-field-submit button:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  /*導入事例*/
  .intro-serach__bx {
    width: 100%;
    background: var(--color-secondary);
  }
  .intro-serach__bx .sf-input-text {
    padding: 10px;
    border: 1px solid #ADADAD;
    width: 100%;
    margin-bottom: 20px;
  }
  .intro-serach__title {
    color: #fff;
    font-size: 20px;
    padding: 20px 8px;
    background: var(--color-primary);
  }
  .intro-serach__title .--m {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 0;
    display: block;
    line-height: 1.5;
  }
  .intro-serach__result-change-link {
    position: relative;
    padding-right: 50px;
  }
  .intro-serach__result-change-link:after {
    color: #fff;
    font-size: 14px;
    content: "↑";
    width: 40px;
    height: 40px;
    padding-left: 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    box-sizing: border-box;
    position: absolute;
    top: -5px;
    right: 0;
    background: var(--color-primary);
  }
  .intro-serach__result-bx {
    margin-bottom: 50px;
  }
  .intro-serach__result-title {
    font-size: 22px;
    font-weight: bold;
  }
  .intro-serach__result-title .--m {
    font-size: 16px;
    margin-left: 0;
    font-weight: normal;
  }
  .intro-serach__result-text {
    font-size: 16px;
  }
  .intro-serach__result-text .--l {
    color: var(--color-primary);
    font-size: 36px;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
  }
  .intro-serach__result-text-bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .search-word {
    margin-right: 0.5em;
  }
  /*検索フォーム*/
  .searchandfilter {
    width: 100%;
    margin: 0 auto 50px auto;
    padding: 10px 20px;
  }
  .sf-field-post-meta-cf_subsidy_use,
  .sf-field-taxonomy-intro-construction-details,
  .sf-field-taxonomy-intro-facility,
  .sf-field-taxonomy-intro-area,
  .sf-field-search {
    border-bottom: 1px solid #C0C0C0;
  }
  .sf-field-search label {
    width: 100%;
  }
  .searchandfilter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .searchandfilter ul > li > ul:not(.children) {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .searchandfilter .sf-level-0 {
    width: 100%;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .searchandfilter ul li {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sf-input-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 0;
  }
  .sf-field-taxonomy-intro-area h4::after,
  .sf-field-taxonomy-intro-facility h4::after,
  .sf-field-taxonomy-intro-construction-details h4::after {
    display: block;
    content: "";
    background: url(../img/ic-plus.svg) no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 12px;
    right: 0;
  }
  .sf-field-taxonomy-intro-area h4.show::after,
  .sf-field-taxonomy-intro-facility h4.show::after,
  .sf-field-taxonomy-intro-construction-details h4.show::after {
    display: block;
    content: "";
    background: url(../img/ic-minus.svg) no-repeat;
    position: absolute;
    width: 20px;
    height: 1px;
    top: 22px;
    right: 0;
  }
  .searchandfilter h4 {
    color: var(--color-primary);
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 5px 0 10px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .searchandfilter h4:before {
    content: "";
    margin-right: 10px;
    height: 28px;
    width: 5px;
    background: var(--color-primary);
    display: inline-block;
    position: relative;
    top: 3px;
  }
  .searchandfilter h4:before {
    content: "";
    margin-right: 10px;
    height: 21px;
    width: 7px;
    background: #559B70;
    display: inline-block;
    position: relative;
    top: 3px;
  }
  .sf-field-submit input[type=submit],
  .sf-field-submit input[type=reset],
  .sf-field-submit button {
    background: #559B70;
    color: #fff;
    padding: 10px;
    width: 252px;
    height: 40px;
    display: block;
    text-align: center;
    margin: 30px auto;
    font-weight: bold;
    border: none;
    cursor: pointer;
  }
}
/*information*/
.information__title {
  color: var(--color-primary);
  font-size: 32px;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 100%;
}
.information__hd-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
}
.information__nav {
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.information__category {
  color: #fff;
  font-size: 17px;
  width: 220px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.information__category.--ecotopic {
  background: var(--color-blue);
}
.information__category.--ecotopic .information__sub-category {
  border-left: 1px solid var(--color-blue);
  border-right: 1px solid var(--color-blue);
  width: 220px;
  position: absolute;
  left: 0;
  z-index: 100;
  border-collapse: separate;
}
.information__category.--ecotopic .information__sub-category-link {
  position: relative;
  border-bottom: 1px solid var(--color-blue);
}
.information__category.--ecotopic .information__sub-category-link::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  border-right: 2px solid var(--color-blue);
  border-bottom: 2px solid var(--color-blue);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(314deg) translateY(-50%);
}
.information__category.--introduction {
  background: var(--color-orange);
}
.information__category.--introduction .information__sub-category {
  border-left: 1px solid var(--color-orange);
  border-right: 1px solid var(--color-orange);
  width: 220px;
  position: absolute;
  left: 0;
  z-index: 100;
  border-collapse: separate;
}
.information__category.--introduction .information__sub-category-link {
  position: relative;
  border-bottom: 1px solid var(--color-orange);
}
.information__category.--introduction .information__sub-category-link::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  border-right: 2px solid var(--color-orange);
  border-bottom: 2px solid var(--color-orange);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(314deg) translateY(-50%);
}
.information__category.--subsidy {
  background: var(--color-gold);
}
.information__category.--subsidy .information__sub-category {
  border-left: 1px solid var(--color-gold);
  border-right: 1px solid var(--color-gold);
  width: 220px;
  position: absolute;
  left: 0;
  z-index: 100;
  border-collapse: separate;
}
.information__category.--subsidy .information__sub-category-link {
  position: relative;
  border-bottom: 1px solid var(--color-gold);
}
.information__category.--subsidy .information__sub-category-link::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  border-right: 2px solid var(--color-gold);
  border-bottom: 2px solid var(--color-gold);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(314deg) translateY(-50%);
}
.information__category-link {
  width: calc(100% - 30px);
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.information__category-link::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: -10px;
  top: 40%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.information__category-link.--active::after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
  right: -17px;
}
.information__category-link.--active.--ecotopic {
  background: var(--color-blue);
}
.information__category-link.--active.--ecotopic .top-info__sub-category {
  background: #fff;
  border: 1px solid var(--color-blue);
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.information__sub-category {
  display: none;
}
.information__sub-category.--active {
  display: block;
  position: relative;
  z-index: 1000;
}
.information__sub-category-link {
  display: block;
  width: 218px;
  font-size: 14px;
  min-height: 54px;
  line-height: 54px;
  text-align: left;
  color: #1A1A1A;
  background: #fff;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: separate;
}
.information__tag {
  max-width: var(--wrap_width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}
.information__tag-text {
  margin-right: 10px;
  margin-bottom: 20px;
}
.information__tag-link {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F3F3F3;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.information__tag-link::before {
  font-size: 14px;
  content: "#";
  display: inline-block;
  padding-right: 5px;
}
.information__bx-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 80px 20px;
  padding-bottom: 145px;
}
.information__bx {
  max-width: 250px;
  width: 100%;
  margin-bottom: 0;
}
.information__time {
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 6px;
  display: block;
}
.information__thumb {
  width: 250px;
  height: 140px;
  padding: 0;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.information__bx-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
}
.information__bx-category {
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 116px;
  height: 28px;
  line-height: 28px;
  background: var(--color-primary);
  letter-spacing: 0.1em;
}
.information__bx-category.active {
  display: block;
}
.information__bx-category.--ecotopic {
  background: var(--color-blue);
}
.information__bx-category.--introduction {
  background: var(--color-orange);
}
.information__bx-category.--subsidy {
  background: var(--color-gold);
}
.information__bx-sub-category {
  font-size: 14px;
  margin-bottom: 10px;
}
.information__bx-sub-category02 {
  font-size: 14px;
}
.information__bx-category-btn {
  color: #E58C59;
  border: 2px solid #E58C59;
  font-weight: bold;
  font-size: 12px;
  width: 80px;
  height: 28px;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
}
.information__bx-category-btn.--subsidy {
  background: #fff;
  margin-left: 1em;
}
.information__bx-category-btn-text {
  margin-right: -0.15em;
  line-height: 1;
  margin-bottom: 1px;
}
.information__bx-title {
  font-size: 16px;
  line-height: 1.5;
}

/*FAQ*/
.faq {
  margin-top: -170px;
  padding-bottom: 30px;
}
.faq .cmn-page-m__title {
  margin-top: 130px;
}

.accordion {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
}

.accordion__trigger {
  font-size: 16px;
  line-height: 1.25;
  cursor: pointer;
  width: 100%;
  margin-left: 20px;
  padding: 25px 40px 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
}
.accordion__trigger .--q {
  font-size: 30px;
  color: var(--color-primary);
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 10px;
  left: -20px;
}
.accordion__trigger::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 50px;
  top: 50%;
  border-right: 3px solid var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

/* チェックボックスがチェックされた時の矢印のスタイル */
.accordion__toggle:checked + .accordion__trigger::after {
  -webkit-transform: rotate(225deg) !important;
          transform: rotate(225deg) !important;
  right: 35px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.accordion__text {
  margin-bottom: 1em;
  line-height: 26px;
  position: relative;
}
.accordion__text .--a {
  font-size: 30px;
  color: var(--color-primary);
  font-family: "Oswald", sans-serif;
  background: #fff;
  width: 42px;
  height: 42px;
  display: inline-block;
  padding-left: 12px;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 42px;
  position: absolute;
  left: -50px;
  top: -8px;
}

.accordion__content {
  height: 0;
  width: 100%;
  padding: 0 35px 0 85px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-top: 1px solid #666;
}
.accordion__content a {
  color: var(--color-primary);
  text-decoration: underline;
  position: relative;
  padding-left: 1em;
}
.accordion__content a::before {
  color: #000;
  content: ">>";
  text-decoration: none;
  position: absolute;
  left: 0;
}

.accordion__toggle:checked ~ .accordion__content {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: 100%;
  background: var(--color-secondary);
  padding: 30px 35px 50px 85px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/*partner*/
.partner__title {
  font-size: 32px;
  color: #1A1A1A;
  font-weight: 600;
  margin-top: 70px;
  color: #1A1A1A;
  font-size: 30px;
  margin-bottom: 35px;
  border-bottom: 3px solid var(--color-primary);
  padding-left: 64px;
  padding-bottom: 20px;
  width: 100%;
  margin-top: 50px;
  margin-left: 36px;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.partner__title:first-letter {
  font-size: 50px;
  color: var(--color-primary);
}
.partner__title::before {
  content: "";
  background: url(../img/ic-h2-logo.svg) no-repeat;
  width: 80px;
  height: 80px;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: -35px;
}
.partner__title + .partner__sub-title {
  margin-top: -30px;
  font-size: 22px;
  margin-left: 72px;
}
.partner__lsit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 10px;
}
.partner__item {
  font-size: 16px;
  margin-right: 1.5em;
  padding: 0 0 10px 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.partner__list-titlte {
  color: #00823D;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.partner__list-sub-title {
  color: #fff;
  background: #559C70;
  font-size: 20px;
  width: 260px;
  height: 40px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 40px;
  margin-bottom: 20px;
}
.partner__list-item {
  font-size: 16px;
  line-height: 1.875;
  padding: 5px 10px;
}
.partner__bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #666666;
  padding-top: 40px;
  padding-bottom: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.partner__bx.--bdr-none {
  border-bottom: none;
}
.partner__info {
  width: calc(100% - 420px);
}
.partner__bx-title {
  font-size: 20px;
  color: var(--color-primary);
  background: var(--color-secondary);
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  margin-bottom: 20px;
  line-height: 1;
}
.partner__info-bx {
  padding-left: 15px;
}
.partner__tel {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.partner__time {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.partner__time-title {
  width: 4em;
  font-weight: 500;
  margin-right: 1em;
  font-weight: bold;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.partner__access-title {
  color: #333333;
  font-size: 14px;
  width: 94px;
  height: 32px;
  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;
  text-transform: uppercase;
  border: 1px solid #808080;
  margin-top: 30px;
  margin-bottom: 10px;
}
.partner__access-text {
  font-size: 14px;
  line-height: 1.8928571429;
  margin-bottom: 1em;
}
.partner__bx-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.partner__bx--m {
  width: 420px;
}
.partner__bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #666666;
  padding-top: 40px;
  padding-bottom: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.partner__bx.--bdr-none {
  border-bottom: none;
}
.partner__info {
  width: calc(100% - 420px);
}
.partner__bx-title {
  font-size: 20px;
  color: var(--color-primary);
  background: var(--color-secondary);
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  margin-bottom: 20px;
  line-height: 1;
}
.partner__info-bx {
  padding-left: 15px;
}
.partner__tel {
  font-size: 20px;
  color: var(--color-primary);
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.partner__time {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.partner__time-title {
  width: 4em;
  font-weight: 500;
  margin-right: 1em;
  font-weight: bold;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.partner__access-title {
  color: #333333;
  font-size: 14px;
  width: 94px;
  height: 32px;
  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;
  text-transform: uppercase;
  border: 1px solid #808080;
  margin-top: 30px;
  margin-bottom: 10px;
}
.partner__access-text {
  font-size: 14px;
  line-height: 1.8928571429;
  margin-bottom: 1em;
}
.partner__bx-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.partner__bx--m {
  width: 420px;
}

/*privacy policy*/
.privacy__text {
  font-size: 16px;
  line-height: 1.75;
}
.privacy__intro-list {
  margin-top: 40px;
}
.privacy__intro-list-item {
  font-size: 14px;
  line-height: 1.75;
  text-indent: -40px;
  margin-left: 40px;
  margin-bottom: 40px;
}
.privacy__intro-list-item::before {
  content: "";
  width: 25px;
  height: 4px;
  display: inline-block;
  background: var(--color-primary);
  margin-right: 15px;
  top: -5px;
  position: relative;
}
.privacy__intro-bx {
  font-size: 14px;
  line-height: 1.75;
  background: var(--color-secondary);
  padding: 36px 42px;
  margin-top: 60px;
}
.privacy__intro-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.privacy__intro-text {
  margin-bottom: 20px;
}
.privacy__title {
  color: var(--color-primary);
  font-weight: 600;
  margin-top: 70px;
  margin-bottom: 40px;
  position: relative;
}
.privacy__title::before {
  content: "";
  background: url("../img/ic-sub-title.svg") no-repeat;
  display: inline-block;
  width: 47px;
  height: 42px;
  position: relative;
  margin-right: 20px;
}
.privacy__detail {
  font-size: 14px;
  line-height: 1.75;
  background: var(--color-secondary);
  padding: 36px 42px;
  margin-top: 25px;
}
.privacy__sub-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.privacy__sub-title .--green {
  color: var(--color-primary);
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  margin-right: 25px;
}
.privacy__bx {
  padding: 40px 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #666;
}
.privacy__bx.--bdr-none {
  border-bottom: none;
}
.privacy__bx-text {
  font-size: 14px;
  line-height: 1.75;
  padding: 0 45px;
}
.privacy__text {
  font-size: 14px;
  line-height: 1.75;
}
.privacy__detail {
  background: var(--color-secondary);
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.privacy__detail-title {
  color: var(--color-primary);
  font-weight: 600;
}
.privacy__detail-text .--bold {
  font-weight: 600;
}
.privacy__list {
  margin-left: 45px;
}
.privacy__item {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 2.2142857143;
}
.privacy__item .--bold {
  font-weight: 600;
}

/*contact*/
.contact__wrapper {
  width: 100%;
  max-width: 896px;
  margin: 0 auto;
}
.contact__privacy {
  height: 200px;
  width: 548px;
  padding: 10px 20px;
  margin-block: 30px;
  margin-left: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
}
.contact__privacy-title {
  font-size: 14px;
  line-height: 1.8571428571;
  font-weight: bold;
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 3px;
  margin-bottom: 20px;
}
.contact__privacy-sub-title {
  font-size: 12px;
  line-height: 1.75;
  font-weight: bold;
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.contact__privacy-text {
  font-size: 12px;
  line-height: 1.75;
  margin-bottom: 1em;
}
.contact tr {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}
.contact .necessary {
  color: #FF0000;
  font-size: 14px;
  margin-left: 10px;
}
.contact__tel {
  color: var(--color-primary);
  text-decoration: underline;
  font-size: 40px;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  margin-block: 30px;
}
.contact__tel.--m {
  font-size: 30px;
  margin-block: 10px;
}
.contact__title {
  color: var(--color-primary);
  font-size: 40px;
  margin-bottom: 20px;
}
.contact__sub-title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-primary);
}
.contact__confirmation .contact__privacy, .contact__confirmation .contact-form__privacy, .contact__confirmation .contact-form__item .necessary {
  display: none;
}
.contact__confirmation .contact-form__wrapper.--privacy .contact-form__title {
  display: block;
  height: auto;
}
.contact__confirmation .link-ic-wht__link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-notice {
  background: var(--color-secondary);
  padding: 20px 40px;
}
.contact-notice__title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 15px;
  position: relative;
}
.contact-notice__title::before {
  position: relative;
  top: 10px;
  content: "";
  background: url("../img/ic-notice.svg") no-repeat;
  width: 52px;
  height: 47px;
  display: inline-block;
  margin-right: 20px;
}
.contact-notice__title.--q {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  top: -20px;
}
.contact-notice__title.--q::before {
  position: relative;
  top: 30px;
  content: "";
  background: url(../img/ic-notice-faq.svg) no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 20px;
}
.contact-notice__title.--q .--s {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: normal;
  padding-left: 70px;
}
.contact-notice__text {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1em;
}
.contact-notice__text .--bold {
  font-size: 20px;
  font-weight: bold;
  color: #E21C24;
}
.contact-notice__list {
  padding-bottom: 20px;
}
.contact-notice__list-item {
  position: relative;
  padding-left: 20px;
}
.contact-notice__list-item:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 15px;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(316deg) translateY(-50%);
}
.contact-notice__list-link {
  color: var(--color-primary);
  font-size: 16px;
  line-height: 2;
  text-decoration: underline;
}

.news-list__category-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-list__category-title {
  font-size: 32px;
  color: var(--color-primary);
  font-weight: bold;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  width: 100%;
}
.news-list__title {
  color: var(--color-primary);
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  text-align: left;
  padding-bottom: 45px;
  margin-top: 90px;
}
.news-list__tab-area {
  width: 710px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-list__tab {
  color: #333;
  background: var(--color-secondary);
  font-size: 14px;
  width: 120px;
  height: 50px;
  border-radius: 12px;
  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;
}
@media (max-width: 768px) {
  .news-list__tab {
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
}
.news-list__tab.active {
  color: #fff;
  background: var(--color-primary);
  font-size: 14px;
  width: 120px;
  height: 50px;
  border-radius: 12px;
  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;
}
@media (max-width: 768px) {
  .news-list__tab.active {
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
}
.news-list__search {
  width: 280px;
  position: relative;
}
.news-list__search-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 44px;
}
.news-list__search-input {
  border: 1px solid #AEAEAE;
  padding: 3px 10px;
  font-size: 15px;
  width: 280px;
  height: 45px;
  position: relative;
}
.news-list__search-btn:before {
  content: "";
  background: url(../img/ic-search.svg) no-repeat;
  width: 39px;
  height: 17px;
  display: block;
  position: relative;
  left: 0;
}
.news-list__item {
  width: 100%;
  padding: 35px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid var(--color-primary);
}
.news-list__item:last-child {
  border-bottom: 1px solid var(--color-primary);
}
.news-list__time {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  margin-right: 20px;
}
.news-list__category {
  color: #fff;
  font-size: 12px;
  background: var(--color-primary);
  text-align: center;
  width: 116px;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.news-list__text {
  font-size: 15px;
  line-height: 1.5;
  width: calc(100% - 126px);
}

.news-detail__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-detail__entry-header {
  margin-bottom: 60px;
}
.news-detail__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.news-detail__tag-link {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
}
.news-detail__tag-link::before {
  font-size: 14px;
  content: "#";
  display: inline-block;
  padding-right: 5px;
}
.news-detail__entry {
  max-width: 640px;
  width: 100%;
}
.news-detail__entry-content p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1em;
}
.news-detail__entry-content ul li:before {
  content: "■";
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
.news-detail__entry-content ol li {
  list-style: inherit;
  margin-left: 1em;
}
.news-detail__entry-content li {
  font-size: 16px;
  line-height: 1.75;
  text-indent: -13px;
  margin-left: 26px;
  margin-bottom: 15px;
  text-indent: 0;
}
.news-detail__entry-content a {
  color: var(--color-primary);
  font-weight: bold;
  text-decoration: underline;
}
.news-detail__entry-content .wp-block-flexible-table-block-table {
  margin-block: 50px;
}
.news-detail__entry-wrapper {
  max-width: 640px;
  width: 100%;
}
.news-detail__entry-wrapper .contact-form__wrapper.--privacy .contact-form__item,
.news-detail__entry-wrapper .contact-form__privacy {
  width: 100%;
}
.news-detail__title {
  font-size: 32px;
  line-height: 1.5625;
  margin-bottom: 20px;
}
.news-detail__category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}
.news-detail__category {
  color: #fff;
  font-size: 12px;
  background: var(--color-primary);
  text-align: center;
  width: 116px;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.news-detail__category.--ecotopic {
  background: var(--color-blue);
}
.news-detail__category.--introduction {
  background: var(--color-orange);
}
.news-detail__category.--subsidy {
  background: var(--color-gold);
}
.news-detail__category-item {
  font-size: 16px;
  margin-left: 10px;
}
.news-detail__tag {
  margin-top: 30px;
  margin-bottom: 80px;
}
.news-detail__tag-text {
  display: inline-block;
  margin-right: 1em;
}
.news-detail__tag-link {
  font-size: 14px;
  color: #1A1A1A;
  font-weight: normal;
  margin-bottom: 5px;
  margin-right: 7px;
}
.news-detail__tag-link::before {
  content: "#";
  display: inline-block;
  margin-right: 3px;
  font-size: 14px;
}
.news-detail__thumb {
  border-radius: 10px;
  margin-bottom: 30px;
}
.news-detail__thumb + .news-detail__thumb-caption {
  font-size: 12px;
  margin-top: -20px;
  margin-bottom: 30px;
}
.news-detail__intro-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}
.news-detail__intro-bx:last-of-type {
  border-bottom: 1px solid #8D8D8D;
  width: 100%;
  padding-bottom: 45px;
  margin-bottom: 60px;
}
.news-detail__intro-bx-title {
  color: #fff;
  font-size: 14px;
  background: #7AAE83;
  text-align: center;
  width: 110px;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  margin-right: 30px;
}
.news-detail__intro-bx-item {
  font-size: 14px;
  padding-top: 5px;
  width: calc(100% - 110px);
}

.news-share__title {
  font-size: 32px;
  color: var(--color-primary);
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.news-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news-detail-sidebar {
  width: 360px;
}
.news-detail-sidebar__search {
  width: 360px;
  position: relative;
}
.news-detail-sidebar__search-input {
  background: none;
  border: none;
  border-bottom: 1px solid #333333;
  padding: 5px;
  position: relative;
  width: 100%;
}
.news-detail-sidebar__search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 34px;
}
.news-detail-sidebar__search-btn:before {
  content: "";
  background: url(../img/ic-search.svg) no-repeat;
  width: 27px;
  height: 17px;
  display: block;
  position: relative;
  left: 9px;
}
.news-detail-sidebar__title {
  font-size: 32px;
  color: var(--color-primary);
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.news-detail-sidebar__sub-title {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0 15px 15px;
  margin-bottom: 20px;
}
.news-detail-sidebar__sub-title.--news {
  border-left: 5px solid #00823D;
}
.news-detail-sidebar__sub-title.--intro {
  border-left: 5px solid var(--color-orange);
}
.news-detail-sidebar__sub-title.--subsidy {
  border-left: 5px solid var(--color-gold);
}
.news-detail-sidebar__sub-title.--eco-topic {
  border-left: 5px solid var(--color-blue);
}
.news-detail-sidebar__accordion {
  font-size: 14px;
  width: 200px;
  padding: 5px 0;
  margin-left: 40px;
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
  position: relative;
}
.news-detail-sidebar__accordion:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 10px;
  top: 10px;
  border-right: 2px solid var(--color-orange);
  border-bottom: 2px solid var(--color-orange);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.news-detail-sidebar__accordion.active:after {
  -webkit-transform: rotate(-135deg) translateY(50%);
          transform: rotate(-135deg) translateY(50%);
}
.news-detail-sidebar__accordion-nav {
  margin-left: 40px;
  margin-bottom: 40px;
  display: none;
}
.news-detail-sidebar__accordion-nav.active + .news-detail-sidebar__accordion-nav {
  display: block;
}
.news-detail-sidebar__accordion-link {
  font-size: 14px;
  color: var(--color-orange);
  text-decoration: underline;
  padding: 8px 8px 8px 0;
  display: block;
}
.news-detail-sidebar__nav-item {
  display: none;
}
.news-detail-sidebar__bx {
  padding-bottom: 30px;
  border-bottom: 1px solid #C1C1C1;
}
.news-detail-sidebar__bx.--none {
  border-bottom: none;
  padding-bottom: 0;
}
.news-detail-sidebar__nav {
  margin-bottom: 60px;
  padding-left: 20px;
}
.news-detail-sidebar__cate-link {
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  padding: 5px 0;
}
.news-detail-sidebar__cate-link:before {
  content: "";
  background: #333333;
  width: 18px;
  height: 1px;
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 20px;
}
.news-detail-sidebar__banner-item {
  margin-bottom: 20px;
}
.news-detail-sidebar__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-detail-sidebar__tag-link {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 2;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  background: #F3F3F3;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news-detail-sidebar__tag-link:before {
  content: "#";
  margin-right: 5px;
}

/*カスタム投稿タイプ*/
.introduction__entry {
  max-width: 640px;
  width: 100%;
}
.introduction__title {
  font-size: 32px;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 90px;
}
.introduction__title .--m {
  font-size: 24px;
  margin-left: 60px;
}
.introduction__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.introduction__wrapper .introduction__text-area {
  width: calc(100% - 250px);
}
.introduction__bx {
  max-width: 640px;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #C0C0C0;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.introduction__category {
  font-size: 17px;
  width: 220px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.introduction__pic img {
  width: 240px;
  height: auto;
}
.introduction__time {
  font-size: 14px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
}
.introduction__thumb {
  margin-right: 0;
  overflow: hidden;
  height: 140px;
}
.introduction__bx-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.introduction__bx-list .--m {
  font-size: 14px;
  height: 28px;
  line-height: 28px;
}
.introduction__bx-category {
  color: #fff;
  font-size: 12px;
  width: 125px;
  height: 28px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 28px;
  margin-right: 20px;
}
.introduction__bx-category.__m {
  font-size: 14px;
  margin-bottom: 15px;
}
.introduction__bx-category.--ecotopic {
  background: var(--color-blue);
}
.introduction__bx-category.--introduction {
  background: var(--color-orange);
}
.introduction__bx-category.--subsidy {
  background: var(--color-gold);
}
.introduction__bx-title {
  font-size: 16px;
  line-height: 1.5;
}

.news-recommend {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  border-top: 1px solid #C1C1C1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
  overflow: hidden;
}
.news-recommend__title {
  font-size: 32px;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.news-recommend__sub-title {
  color: #1A1A1A;
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
.news-recommend__category {
  font-size: 17px;
  width: 220px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-recommend__bx-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.news-recommend__bx-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-recommend__bx-wrapper::after {
  content: "";
  display: block;
  max-width: 250px;
  width: 100%;
  height: 0;
}
.news-recommend__bx {
  max-width: 250px;
  width: 100%;
  margin-bottom: 80px;
}
.news-recommend__bx-title {
  font-size: 16px;
  line-height: 1.5;
}
.news-recommend__time {
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
.news-recommend__thumb {
  margin-right: 0;
  overflow: hidden;
  height: 141px;
}
.news-recommend__bx-category {
  color: #fff;
  font-size: 14px;
  width: 125px;
  height: 28px;
  background: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-recommend__bx-category.--ecotopic {
  background: var(--color-blue);
}
.news-recommend__bx-category.--introduction {
  background: var(--color-orange);
}
.news-recommend__bx-category.--subsidy {
  background: var(--color-gold);
}
.news-recommend__bx-sub-category {
  font-size: 14px;
  /* margin-bottom: 15px; */
}
.news-recommend__bx-sub-category.active {
  display: block;
}

.yarpp-template-yarpp-template-recommend {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.yarpp-template-yarpp-template-recommend::after {
  content: "";
  display: block;
  max-width: 250px;
  width: 100%;
  height: 0;
}

/*privacy policy*/
.privacy__text {
  font-size: 16px;
  line-height: 1.75;
}
.privacy__intro-list {
  margin-top: 40px;
}
.privacy__intro-list-item {
  font-size: 14px;
  line-height: 1.75;
  text-indent: -40px;
  margin-left: 40px;
  margin-bottom: 40px;
}
.privacy__intro-list-item::before {
  content: "";
  width: 25px;
  height: 4px;
  display: inline-block;
  background: var(--color-primary);
  margin-right: 15px;
  top: -5px;
  position: relative;
}
.privacy__intro-bx {
  font-size: 14px;
  line-height: 1.75;
  background: var(--color-secondary);
  padding: 36px 42px;
  margin-top: 60px;
}
.privacy__intro-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.privacy__intro-text {
  margin-bottom: 20px;
}
.privacy__title {
  color: var(--color-primary);
  font-weight: 600;
  margin-top: 70px;
  margin-bottom: 40px;
  position: relative;
}
.privacy__title::before {
  content: "";
  background: url("../img/ic-sub-title.svg") no-repeat;
  display: inline-block;
  width: 47px;
  height: 42px;
  position: relative;
  margin-right: 20px;
}
.privacy__detail {
  font-size: 14px;
  line-height: 1.75;
  background: var(--color-secondary);
  padding: 36px 42px;
  margin-top: 25px;
}
.privacy__sub-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.privacy__sub-title .--green {
  color: var(--color-primary);
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  margin-right: 25px;
}
.privacy__bx {
  padding: 40px 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #666;
}
.privacy__bx.--bdr-none {
  border-bottom: none;
}
.privacy__bx-text {
  font-size: 14px;
  line-height: 1.75;
  padding: 0 45px;
}
.privacy__text {
  font-size: 14px;
  line-height: 1.75;
}
.privacy__detail {
  background: var(--color-secondary);
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.privacy__detail-title {
  color: var(--color-primary);
  font-weight: 600;
}
.privacy__detail-text .--bold {
  font-weight: 600;
}
.privacy__list {
  margin-left: 45px;
}
.privacy__item {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 2.2142857143;
}
.privacy__item .--bold {
  font-weight: 600;
}

/*contact*/
.contact__wrapper {
  width: 100%;
  max-width: 896px;
  margin: 0 auto;
}
.contact__privacy {
  height: 200px;
  width: 548px;
  padding: 10px 20px;
  margin-top: 30px;
  margin-left: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
}
.contact__privacy-title {
  font-size: 14px;
  line-height: 1.8571428571;
  font-weight: bold;
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 3px;
  margin-bottom: 20px;
}
.contact__privacy-sub-title {
  font-size: 12px;
  line-height: 1.75;
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.contact__privacy-text {
  font-size: 12px;
  line-height: 1.75;
}
.contact tr {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}
.contact .necessary {
  color: #FF0000;
  font-size: 14px;
  margin-left: 10px;
}
.contact__tel {
  color: var(--color-primary);
  text-decoration: underline;
  font-size: 40px;
  font-family: "Jost", sans-serif;
}
.contact__tel .--m {
  font-size: 30px;
  margin-block: 10px;
}
.contact__title {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
}
.contact__sub-title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-primary);
}
.contact__confirmation {
  margin-top: 50px;
}
.contact__confirmation .contact-green {
  background: var(--color-secondary);
  padding: 30px;
}
.contact__confirmation .contact__privacy {
  display: none;
}
.contact__privacy-consent {
  margin-top: 20px;
  margin-bottom: 50px;
}
.contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.contact__back {
  border: none;
  cursor: pointer;
  background: #8E8E8E;
  width: 242px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.contact__back:hover {
  opacity: 0.7;
}

.contact-notice {
  background: var(--color-secondary);
  padding: 20px 40px;
  margin-block: 30px;
}
.contact-notice__title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 15px;
  position: relative;
}
.contact-notice__title::before {
  position: relative;
  top: 10px;
  content: "";
  background: url("../img/ic-notice.svg") no-repeat;
  width: 52px;
  height: 47px;
  display: inline-block;
  margin-right: 20px;
}
.contact-notice__text {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1em;
}
.contact-notice__text .--bold {
  font-size: 20px;
  font-weight: bold;
  color: #E21C24;
}

.contact-form {
  padding-top: 90px;
}
.contact-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 40px;
}
.contact-form__wrapper.--privacy .contact-form__title {
  display: none;
}
.contact-form__wrapper.--privacy .contact-form__item {
  width: calc(100% - 256px);
  margin-left: auto;
}
.contact-form__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  width: 256px;
}
.contact-form__item {
  width: calc(100% - 256px);
}
.contact-form__input100 {
  font-size: 16px;
  width: 100%;
  padding: 3px 15px;
  height: 44px;
  border: 1px solid #666666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form__input100.--l {
  height: 200px;
}
.contact-form__select {
  width: 250px;
  height: 44px;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #666666;
  margin-bottom: 20px;
}
.contact-form__privacy {
  height: 200px;
  width: calc(100% - 256px);
  padding: 20px 40px;
  margin-block: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  border: 1px solid #666666;
  margin-left: auto;
  background: #fff;
}
.contact-form__privacy-consent {
  width: calc(100% - 256px);
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}
.contact-form__confirm {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact-form__confirm-c {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.contact-form__img::-webkit-file-upload-button {
  border: 1px solid #666666;
  background: #E7E7E7;
  border-radius: 5px;
  padding: 8px 16px;
  text-align: center;
  width: 140px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.contact-form__img::file-selector-button {
  border: 1px solid #666666;
  background: #E7E7E7;
  border-radius: 5px;
  padding: 8px 16px;
  text-align: center;
  width: 140px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.news-list__list {
  padding-bottom: 50px;
}
.news-list__category-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-list__category-title {
  font-size: 32px;
  color: var(--color-primary);
  font-weight: bold;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  width: 100%;
}
.news-list__title {
  color: var(--color-primary);
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  text-align: left;
  padding-bottom: 45px;
  margin-top: 90px;
}
.news-list__tab-area {
  width: 710px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-list__tab {
  color: #333;
  background: var(--color-secondary);
  font-size: 14px;
  width: 120px;
  height: 50px;
  border-radius: 12px;
  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;
}
@media (max-width: 768px) {
  .news-list__tab {
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
}
.news-list__tab.active {
  color: #fff;
  background: var(--color-primary);
  font-size: 14px;
  width: 120px;
  height: 50px;
  border-radius: 12px;
  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;
}
@media (max-width: 768px) {
  .news-list__tab.active {
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
}
.news-list__search {
  width: 280px;
  position: relative;
}
.news-list__search-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 44px;
}
.news-list__search-input {
  border: 1px solid #AEAEAE;
  padding: 3px 10px;
  font-size: 15px;
  width: 280px;
  height: 45px;
  position: relative;
}
.news-list__search-btn:before {
  content: "";
  background: url(../img/ic-search.svg) no-repeat;
  width: 39px;
  height: 17px;
  display: block;
  position: relative;
  left: 0;
}
.news-list__item {
  width: 100%;
  padding: 35px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid var(--color-primary);
}
.news-list__item:last-child {
  border-bottom: 1px solid var(--color-primary);
}
.news-list__time {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  margin-right: 20px;
}
.news-list__category {
  color: #fff;
  font-size: 12px;
  background: var(--color-primary);
  text-align: center;
  width: 116px;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.news-list__text {
  font-size: 15px;
}

.news-detail__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-detail__time-bx {
  margin-bottom: 30px;
}
.news-detail__time-text {
  font-size: 14px;
}
.news-detail__time {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
}
.news-detail__entry {
  max-width: 640px;
  width: 100%;
  /*WP入力用*/
}
.news-detail__entry h2 {
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: bold;
  background: #E5EFE7;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 16px 24px;
  border-left: 8px solid var(--color-primary);
}
.news-detail__entry h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  text-indent: -59px;
  padding-left: 30px;
  position: relative;
  border-bottom: 1px dashed #559B70;
  padding: 10px 15px 10px 49px;
}
.news-detail__entry h3:before {
  content: "";
  background: url(../img/ic-entry-title-h3.svg) no-repeat;
  display: inline-block;
  width: 22px;
  height: 18px;
  margin-right: 40px;
  position: relative;
  left: 25px;
}
.news-detail__entry h4 {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1em;
  font-weight: bold;
}
.news-detail__entry-content ul li:before {
  content: "■";
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
.news-detail__entry-content ol li {
  list-style: inherit;
}
.news-detail__entry-content .wp-block-image figcaption {
  text-align: left !important;
}
.news-detail__entry-wrapper {
  max-width: 640px;
  width: 100%;
}
.news-detail__title {
  font-size: 32px;
  line-height: 1.5625;
  margin-bottom: 20px;
}
.news-detail__category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}
.news-detail__category {
  color: #fff;
  font-size: 12px;
  background: var(--color-primary);
  text-align: center;
  width: 116px;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  position: relative;
}
.news-detail__category.--ecotopic {
  background: var(--color-blue);
}
.news-detail__category.--introduction {
  background: var(--color-orange);
}
.news-detail__category.--subsidy {
  background: var(--color-gold);
}
.news-detail__category-item {
  font-size: 16px;
  margin-left: 10px;
}
.news-detail__tag {
  margin-bottom: 60px;
}
.news-detail__thumb {
  border-radius: 10px;
  margin-bottom: 30px;
}
.news-detail__intro-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}
.news-detail__intro-bx:last-of-type {
  border-bottom: 1px solid #8D8D8D;
  width: 100%;
  padding-bottom: 45px;
  margin-bottom: 60px;
}
.news-detail__intro-bx-title {
  color: #fff;
  font-size: 14px;
  background: #7AAE83;
  text-align: center;
  width: 110px;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  margin-right: 30px;
}
.news-detail__intro-bx-item {
  font-size: 14px;
  padding-top: 5px;
}
.news-detail__btn-wrapper {
  margin-top: 120px;
  width: 526px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-detail__contact .necessary {
  color: #FF0000;
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}
.news-detail__contact-headline {
  font-size: 22px;
  font-weight: bold;
  color: #00813D;
  margin-top: 100px;
  margin-bottom: 30px;
}
.news-detail__contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.news-detail__contact-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
}
.news-detail__contact-ic {
  color: #00813D;
}
.news-detail__contact-notice {
  font-size: 14px;
  color: #4D4D4D;
}
.news-detail__item {
  width: 100%;
}
.news-detail__contact-input100 {
  font-size: 14px;
  width: 100%;
  padding: 3px 15px;
  height: 44px;
  margin-bottom: 20px;
  border: 1px solid #666666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news-detail__contact-input100.--l {
  height: 200px;
}
.news-detail__contact-select {
  width: 250px;
  height: 44px;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #666666;
  margin-bottom: 20px;
}
.news-detail__privacy {
  height: 200px;
  width: 100%;
  padding: 20px 40px;
  margin-block: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  border: 1px solid #666666;
  background: #fff;
}

.news-detail-sidebar {
  width: 360px;
}
.news-detail-sidebar__title {
  font-size: 32px;
  color: var(--color-primary);
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.news-detail-sidebar__sub-title {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0 15px 15px;
  margin-bottom: 20px;
}
.news-detail-sidebar__sub-title.--news {
  border-left: 5px solid #00823D;
}
.news-detail-sidebar__sub-title.--intro {
  border-left: 5px solid var(--color-orange);
}
.news-detail-sidebar__sub-title.--subsidy {
  border-left: 5px solid var(--color-gold);
}
.news-detail-sidebar__sub-title.--eco-topic {
  border-left: 5px solid var(--color-blue);
}
.news-detail-sidebar__btn {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 320px;
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  display: block;
  margin-block: 50px;
}
.news-detail-sidebar__btn.--intro {
  background: var(--color-orange);
}
.news-detail-sidebar__btn:hover {
  color: #fff;
  opacity: 0.7;
}
.news-detail-sidebar__bx {
  padding-bottom: 30px;
  border-bottom: 1px solid #C1C1C1;
}
.news-detail-sidebar__nav {
  margin-bottom: 60px;
  padding-left: 20px;
}
.news-detail-sidebar__cate-link {
  margin-bottom: 15px;
  display: block;
  width: 100%;
  padding: 5px 0;
}
.news-detail-sidebar__cate-link:before {
  content: "";
  background: #333333;
  width: 18px;
  height: 1px;
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 20px;
}
.news-detail-sidebar__banner {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-detail-sidebar__banner-item {
  margin-bottom: 20px;
}

.contact .news-detail__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact .news-detail__contact .necessary {
  color: #FF0000;
  font-size: 14px;
  margin-left: 10px;
}
.contact .news-detail__contact-headline {
  font-size: 22px;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 30px;
}
.contact .news-detail__contact-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  width: 256px;
}
.contact .news-detail__item {
  width: calc(100% - 256px);
}
.contact .news-detail__contact-input100 {
  font-size: 14px;
  width: 100%;
  padding: 3px 15px;
  height: 44px;
  margin-bottom: 0;
  border: 1px solid #666666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact .news-detail__contact-input100.--l {
  height: 200px;
}
.contact .news-detail__contact-select {
  width: 250px;
  height: 44px;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #666666;
  margin-bottom: 0;
}
.contact .news-detail__privacy {
  height: 200px;
  width: 100%;
  padding: 20px 40px;
  margin-block: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  border: 1px solid #666666;
}

.contact-green {
  background: #E5EFE7;
  padding: 36px 18px;
}
.contact-green .contact-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
  width: 100%;
}
.contact-green .news-detail__contact-wrapper {
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.philosophy {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(203, 230, 210)), color-stop(1.76%, rgb(210, 233, 216)), color-stop(8.47%, rgb(230, 243, 233)), color-stop(16.09%, rgb(244, 250, 246)), color-stop(25.34%, rgb(252, 254, 253)), color-stop(40.73%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(203, 230, 210) 0%, rgb(210, 233, 216) 1.76%, rgb(230, 243, 233) 8.47%, rgb(244, 250, 246) 16.09%, rgb(252, 254, 253) 25.34%, rgb(255, 255, 255) 40.73%, rgb(255, 255, 255) 100%);
  padding-bottom: 150px;
  margin-bottom: 80px;
}
.philosophy__sub-title {
  color: var(--color-primary);
  font-size: 60px;
  font-style: italic;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  background: url(../img/bg-philosophy.svg) no-repeat top center;
  width: 687px;
  height: 283px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -60px auto 0 auto;
  letter-spacing: 0.1em;
}
.philosophy__text-bx {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}
.philosophy__text {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 1em;
}

.slogan__intro-text {
  font-size: 16px;
  line-height: 2.5;
  margin-left: 1em;
}
.slogan__bx {
  margin-top: 120px;
  background: #559270;
}
.slogan__bx-wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slogan__text-bx {
  width: 662px;
  color: #fff;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slogan__sub-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  z-index: 50;
}
.slogan__sub-title.--num01::before {
  content: "1";
  color: #00803D;
  font-family: "Oswald", sans-serif;
  font-size: 122px;
  font-style: italic;
  position: absolute;
  top: -100px;
  left: -10px;
  display: block;
  z-index: -1;
}
@media (max-width: 768px) {
  .slogan__sub-title.--num01::before {
    font-size: 91px;
    top: -82px;
  }
}
.slogan__sub-title.--num02::before {
  content: "2";
  color: #00803D;
  font-family: "Oswald", sans-serif;
  font-size: 122px;
  font-style: italic;
  position: absolute;
  top: -100px;
  left: -10px;
  display: block;
  z-index: -1;
}
@media (max-width: 768px) {
  .slogan__sub-title.--num02::before {
    font-size: 91px;
    top: -82px;
  }
}
.slogan__sub-title.--num03::before {
  content: "3";
  color: #00803D;
  font-family: "Oswald", sans-serif;
  font-size: 122px;
  font-style: italic;
  position: absolute;
  top: -100px;
  left: -10px;
  display: block;
  z-index: -1;
}
@media (max-width: 768px) {
  .slogan__sub-title.--num03::before {
    font-size: 91px;
    top: -82px;
  }
}
.slogan__text {
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
}
.slogan__img-bx {
  width: 445px;
  display: block;
  position: relative;
  right: -140px;
}
/*Table of Contens Plus*/
#toc_container {
  width: 100% !important;
  border-radius: 15px;
  border: none;
  padding: 30px 35px;
  margin-block: 50px;
  background: #F1F1F1;
}

#toc_container .toc_title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: 90%;
  border-bottom: 1px solid #A7A7A7;
  text-align: left;
}

div#toc_container p.toc_title a,
div#toc_container ul.toc_list a {
  color: #333333;
  text-decoration: underline;
}

div#toc_container span.toc_toggle a {
  color: var(--color-primary);
  text-decoration: underline;
}

#toc_container span.toc_toggle {
  margin-left: 15px;
}

#toc_container .toc_brackets {
  padding: 0 3px;
}

#toc_container p.toc_title + ul.toc_list {
  padding: 0 20px;
}

#toc_container.no_bullets ul li {
  margin-bottom: 15px;
  font-size: 14px;
  margin-bottom: 20px;
}
#toc_container.no_bullets ul li::before {
  content: none;
}

#toc_container.no_bullets ul li ul {
  padding-left: 2em;
}
#toc_container.no_bullets ul li ul a:before {
  content: none;
}

#toc_container.no_bullets ul li ul li {
  margin-top: 10px;
  margin-left: 2em;
}

#toc_container .toc_list a {
  color: #333333;
  text-decoration: underline;
}
#toc_container .toc_list a:before {
  content: "";
  background: #333333;
  width: 18px;
  height: 1px;
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 20px;
}

@media (max-width: 1180px) {
  .information__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .information__hd-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .information__contents {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .information__contents {
    width: 100%;
  }
  .news-list__search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  /*information*/
  .information__title {
    font-size: 32px;
    font-family: "Jost", sans-serif;
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .information__hd-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .information__contents {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .information__nav {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .information__sub-category {
    display: none;
  }
  .information__category {
    font-size: 13px;
    width: calc(50% - 5px);
    height: 38px;
    line-height: 38px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .information__category.--active.--ecotopic {
    background: var(--color-blue);
  }
  .information__category.--active.--ecotopic .top-info__sub-category {
    background: #fff;
    border: 2px solid var(--color-blue);
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 200;
  }
  .information__category.--ecotopic {
    background: var(--color-blue);
  }
  .information__category.--ecotopic .information__sub-category {
    border-left: 2px solid var(--color-blue);
    border-right: 2px solid var(--color-blue);
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 200;
    border-collapse: separate;
  }
  .information__category.--ecotopic .information__sub-category-link {
    position: relative;
    border-bottom: 2px solid var(--color-blue);
  }
  .information__category.--ecotopic .information__sub-category-link::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 5px;
    top: 50%;
    border-right: 2px solid var(--color-blue);
    border-bottom: 2px solid var(--color-blue);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(314deg) translateY(-50%);
  }
  .information__category.--introduction {
    background: var(--color-orange);
  }
  .information__category.--introduction .information__sub-category {
    border-left: 2px solid var(--color-orange);
    border-right: 2px solid var(--color-orange);
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 100;
    border-collapse: separate;
  }
  .information__category.--introduction .information__sub-category-link {
    position: relative;
    border-bottom: 2px solid var(--color-orange);
  }
  .information__category.--introduction .information__sub-category-link::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 5px;
    top: 50%;
    border-right: 2px solid var(--color-orange);
    border-bottom: 2px solid var(--color-orange);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(314deg) translateY(-50%);
  }
  .information__category.--subsidy {
    background: var(--color-gold);
  }
  .information__category.--subsidy .information__sub-category {
    border-left: 2px solid var(--color-gold);
    border-right: 2px solid var(--color-gold);
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 100;
    border-collapse: separate;
  }
  .information__category.--subsidy .information__sub-category-link {
    position: relative;
    border-bottom: 2px solid var(--color-gold);
  }
  .information__category.--subsidy .information__sub-category-link::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 5px;
    top: 50%;
    border-right: 2px solid var(--color-gold);
    border-bottom: 2px solid var(--color-gold);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(314deg) translateY(-50%);
  }
  .information__category-link {
    width: calc(100% - 24px);
    display: block;
  }
  .information__category-link.--active + .information__sub-category {
    display: block;
  }
  .information__sub-category-link {
    display: block;
    width: 100%;
    font-size: 13px;
    min-height: 40px;
    line-height: 40px;
    text-align: left;
    color: #1A1A1A;
    background: #fff;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-collapse: separate;
  }
  .information__tag {
    max-width: var(--wrap_width);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 60px;
  }
  .information__tag-text {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .information__tag-link {
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #F3F3F3;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .information__tag-link::before {
    font-size: 14px;
    content: "#";
    display: inline-block;
    padding-right: 5px;
  }
  .information__bx-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .information__bx-wrapper::-webkit-scrollbar {
    background: #EDEDED;
    height: 8px;
  }
  .information__bx-wrapper::-webkit-scrollbar-thumb {
    background: #666666;
  }
  .information__bx-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #666666;
  }
  .information__bx {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: none;
    margin-bottom: 30px;
  }
  .information__time {
    font-family: "Oswald", sans-serif;
    margin-bottom: 10px;
  }
  .information__thumb {
    width: 250px;
    height: 144px;
    padding: 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .information__thumb img {
    width: 115px;
    height: 115px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .information__bx-category-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
  }
  .information__bx-sub-category {
    margin-bottom: 10px;
  }
  .information__bx-category-btn {
    color: #E58C59;
    width: 60px;
    height: 28px;
    text-align: center;
    border-radius: 14px;
    font-size: 12px;
  }
  .information__bx-category-btn.--subsidy {
    background: #fff;
  }
  .information__search {
    display: none;
  }
  .information__search-input {
    border: 1px solid #AEAEAE;
    padding: 3px 10px;
    font-size: 15px;
    width: 280px;
    height: 45px;
    position: relative;
  }
  .information__search-btn:before {
    content: "";
    background: url(../img/ic-search.svg) no-repeat;
    width: 39px;
    height: 17px;
    display: block;
    position: relative;
    left: -30px;
  }
  /*FAQ*/
  .faq {
    margin-top: -99px;
    padding-bottom: 30px;
  }
  .faq .cmn-page-m__title {
    margin-top: 99px;
  }
  .faq .cmn-page-m__title .--m {
    font-size: 20px;
  }
  .accordion {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    padding: 0 0 20px 0;
  }
  .accordion__trigger {
    font-size: 16px;
    line-height: 1.5625;
    padding: 10px 50px 25px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-indent: 0;
    margin-left: 0;
  }
  .accordion__trigger .--q {
    font-size: 25px;
    position: absolute;
    top: -3px;
    left: 0;
  }
  .accordion__trigger::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 30px;
    top: 50%;
    border-right: 3px solid var(--color-primary);
    border-bottom: 3px solid var(--color-primary);
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
  .accordion__toggle:checked + .accordion__trigger::after {
    -webkit-transform: rotate(225deg) !important;
            transform: rotate(225deg) !important;
    right: 30px;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .accordion__content {
    height: 0;
    width: 100%;
    padding: 0 22px 0 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-top: 1px solid #666;
  }
  .accordion__content a {
    color: var(--color-primary);
    text-decoration: underline;
    position: relative;
    padding-left: 1em;
  }
  .accordion__content a::before {
    color: #000;
    content: ">>";
    text-decoration: none;
    position: absolute;
    left: 0;
  }
  .accordion__toggle:checked ~ .accordion__content {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    height: 100%;
    background: var(--color-secondary);
    padding: 18px 22px 42px 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .accordion__text {
    margin-top: 0;
    position: relative;
  }
  .accordion__text .--a {
    font-size: 25px;
    width: 38px;
    height: 38px;
    display: block;
    padding-left: 12px;
    margin-right: 20px;
    margin-bottom: 15px;
    line-height: 38px;
    position: relative;
    left: 0;
    top: 0;
  }
  .introduction__entry {
    max-width: 100%;
    width: 100%;
  }
  .introduction__title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
  }
  .introduction__title .--m {
    font-size: 15px;
    margin-left: 30px;
  }
  .introduction__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .introduction__wrapper .introduction__text-area {
    width: calc(100% - 115px);
  }
  .introduction__bx {
    max-width: 100%;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: none;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .introduction__bx-list .--m {
    font-size: 13px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1;
    margin-top: 5px;
  }
  .introduction__category {
    font-size: 17px;
    width: 220px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .introduction__pic {
    width: 115px;
  }
  .introduction__pic img {
    width: 115px;
    height: 115px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .introduction__time {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }
  .introduction__thumb {
    margin-right: 0;
  }
  .introduction__thumb .information__thumb {
    width: 115px;
    height: auto;
    margin-bottom: 0;
    display: block;
  }
  .introduction__thumb .information__thumb img {
    width: 115px;
    height: 115px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .introduction__text-area {
    width: calc(100% - 135px);
  }
  .introduction__text-area .information__text-area {
    width: calc(100% - 135px);
  }
  .introduction__bx-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .introduction__bx-category {
    font-size: 11px;
    width: 104px;
    height: 25px;
    margin-bottom: 5px;
    line-height: 25px;
    margin-right: 0;
  }
  .introduction__bx-category.__m {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .introduction__bx-title {
    font-size: 15px;
    line-height: 1.2;
  }
  .news-recommend {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    border-top: none;
    padding: 0px 23px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  .news-recommend__title {
    color: var(--color-primary);
    font-size: 20px;
    font-family: "Jost", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .news-recommend__sub-title {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding-top: 10px;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
  }
  .news-recommend__category-link {
    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;
    height: 38px;
    width: calc(100% - 25px);
  }
  .news-recommend__cate {
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 116px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
  }
  .news-recommend__cate.--ecotopic {
    background: var(--color-blue);
  }
  .news-recommend__cate.--introduction {
    background: var(--color-orange);
  }
  .news-recommend__cate.--subsidy {
    background: var(--color-gold);
  }
  .news-recommend__bx {
    background: #fff;
    display: inline-block;
    width: 100%;
    min-width: 290px;
    height: 400px;
    margin-bottom: 40px;
    border-left: 1px solid #1A1A1A;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 20px 30px 20px;
    margin-bottom: 40px;
  }
  .news-recommend__time {
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    background: none;
    position: static;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .news-recommend__thumb {
    margin-bottom: 10px;
  }
  .news-recommend__cate-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .news-recommend__bx-category {
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 116px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    margin-top: 0;
  }
  .news-recommend__bx-category.--ecotopic {
    background: var(--color-blue);
  }
  .news-recommend__bx-category.--introduction {
    background: var(--color-orange);
  }
  .news-recommend__bx-category.--subsidy {
    background: var(--color-gold);
  }
  .news-recommend__sub-cate {
    font-size: 14px;
    display: inline;
    padding-left: 1em;
  }
  .news-recommend__bx-title {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 10px;
  }
  .news-recommend__category {
    font-size: 17px;
    width: 220px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-recommend__bx-wrapper {
    overflow-x: scroll;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-recommend__bx-wrapper::-webkit-scrollbar {
    background: #EDEDED;
    height: 8px;
  }
  .news-recommend__bx-wrapper::-webkit-scrollbar-thumb {
    background: #666666;
  }
  .news-recommend__bx-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #666666;
  }
  .news-recommend__bx-sub-category {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .yarpp-template-yarpp-template-recommend {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .yarpp-template-yarpp-template-recommend::after {
    content: "";
    display: block;
    max-width: 250px;
    width: 100%;
    height: 0;
  }
  /*partner*/
  .partner .cmn-page-m__title {
    padding: 0;
    left: 0;
  }
  .partner__bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #666666;
    padding-top: 20px;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .partner__info {
    width: 100%;
  }
  .partner__lsit-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
  .partner__item {
    font-size: 16px;
    margin-right: 1.5em;
    padding: 0 0 10px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .partner__list-titlte {
    color: #00823D;
    font-size: 20px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .partner__list-sub-title {
    color: #fff;
    background: #559C70;
    font-size: 20px;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .partner__list-item {
    font-size: 16px;
    line-height: 1.875;
    padding: 5px 10px;
  }
  .partner__title {
    font-size: 20px;
    line-height: 1.5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px;
    margin-bottom: 0;
  }
  .partner__title::first-letter {
    font-size: 24px;
    color: var(--color-primary);
  }
  .partner__title::before {
    margin-bottom: 10px;
    width: 40px;
    height: 36px;
  }
  .partner__title + .partner__sub-title {
    margin-top: 0;
    font-size: 15px;
    margin-left: 15px;
  }
  .partner__info-bx {
    padding-left: 15px;
  }
  .partner__tel {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .partner__time-title {
    font-weight: 400;
  }
  .partner__access-title {
    color: #333333;
    font-size: 14px;
    width: 94px;
    height: 32px;
    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;
    text-transform: uppercase;
    border: 1px solid #808080;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .partner__access-text {
    font-size: 14px;
    line-height: 1.8928571429;
  }
  .partner__bx-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .partner__bx--m {
    width: 420px;
  }
  .partner__map {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .partner__map iframe {
    width: 100%;
    height: 220px;
  }
  /*privacy policy*/
  .privacy {
    padding-bottom: 50px;
  }
  .privacy__text {
    font-size: 16px;
    line-height: 1.75;
  }
  .privacy__intro-list {
    margin-top: 36px;
  }
  .privacy__intro-list-item {
    font-size: 14px;
    line-height: 1.75;
    text-indent: -26px;
    margin-left: 26px;
    margin-bottom: 36px;
  }
  .privacy__intro-list-item::before {
    content: "";
    width: 12px;
    height: 3px;
    margin-right: 14px;
    top: -5px;
  }
  .privacy__intro-bx {
    padding: 26px 20px;
    margin-top: 30px;
  }
  .privacy__intro-title {
    font-size: 16px;
  }
  .privacy__intro-text {
    margin-bottom: 20px;
  }
  .privacy__title {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 37px;
    margin-bottom: 28px;
    position: relative;
    padding: 0 28px;
  }
  .privacy__title::before {
    content: "";
    background: url("../img/ic-sub-title.svg") no-repeat;
    display: block;
    width: 40px;
    height: 32px;
    position: relative;
    margin-bottom: 20px;
  }
  .privacy__detail {
    font-size: 14px;
    line-height: 1.75;
    background: var(--color-secondary);
    padding: 36px 42px;
    margin-top: 25px;
  }
  .privacy__sub-title {
    font-size: 16px;
    line-height: 1.5625;
    font-weight: 600;
    margin-bottom: 24px;
    text-indent: -26px;
    margin-left: 26px;
    margin-bottom: 20px;
  }
  .privacy__sub-title .--green {
    font-size: 25px;
    margin-right: 10px;
  }
  .privacy__bx {
    padding: 20px 0;
  }
  .privacy__bx-text {
    font-size: 14px;
    line-height: 1.75;
    padding: 0 0 0 26px;
  }
  .privacy__text {
    font-size: 14px;
    line-height: 1.75;
  }
  .privacy__detail {
    background: var(--color-secondary);
    padding: 20px 26px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .privacy__detail-title {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 10px;
  }
  .privacy__detail-text .--bold {
    font-weight: 600;
  }
  .privacy__list {
    margin-left: 26px;
  }
  .privacy__item {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.75;
  }
  .privacy__item .--bold {
    font-weight: 600;
  }
  /*contact*/
  .contact__privacy {
    height: 200px;
    width: 548px;
    padding: 10px 20px;
    margin-top: 30px;
    margin-left: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
  }
  .contact__privacy-title {
    font-size: 14px;
    line-height: 1.8571428571;
    font-weight: bold;
    border-bottom: 2px solid var(--color-primary);
    padding-bottom: 3px;
    margin-bottom: 20px;
  }
  .contact__privacy-sub-title {
    font-size: 12px;
    line-height: 1.75;
    border-bottom: 1px solid var(--color-primary);
    padding-bottom: 3px;
    margin-bottom: 10px;
  }
  .contact__privacy-text {
    font-size: 12px;
    line-height: 1.75;
  }
  .contact tr {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
  }
  .contact .necessary {
    color: #FF0000;
    font-size: 14px;
    margin-left: 10px;
  }
  .contact__tel {
    color: var(--color-primary);
    font-size: 22px;
    text-decoration: underline;
    font-family: "Jost", sans-serif;
    margin-block: 30px;
  }
  .contact__tel .--m {
    font-size: 30px;
    margin-block: 10px;
  }
  .contact__title {
    font-size: 22px;
    color: var(--color-primary);
    margin-bottom: 20px;
  }
  .contact__sub-title {
    font-weight: bold;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-primary);
  }
  .contact__confirmation {
    bottom: none;
    padding: 0;
  }
  .contact__confirmation .contact__privacy {
    display: none;
  }
  .contact-notice {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-notice__title {
    font-size: 16px;
    line-height: 1.5625;
    padding-bottom: 10px;
    margin-bottom: 27px;
    position: relative;
  }
  .contact-notice__title::before {
    top: 10px;
    content: "";
    background: url("../img/ic-notice.svg") no-repeat;
    width: 50px;
    height: 45px;
    display: block;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .contact-notice__title.--q::before {
    position: relative;
    top: 30px;
    content: "";
    background: url(../img/ic-notice-faq.svg) no-repeat;
    width: 50px;
    height: 50px;
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
    margin-inline: auto;
    top: 15px;
  }
  .contact-notice__title.--q .--s {
    padding-left: 0;
  }
  .contact-notice__text {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 1em;
  }
  .contact-notice__text .--bold {
    font-size: 18px;
    line-height: 1.7222222222;
  }
  .contact-form {
    padding-top: 0;
  }
  .contact-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .contact-form__wrapper.--privacy .contact-form__title {
    display: none;
  }
  .contact-form__wrapper.--privacy .contact-form__item {
    width: 100%;
    margin-left: auto;
  }
  .contact-form__title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    width: 256px;
  }
  .contact-form__item {
    width: 100%;
  }
  .contact-form__input100 {
    font-size: 16px;
    width: 100%;
    padding: 3px 15px;
    height: 44px;
    border: 1px solid #666666;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact-form__input100.--l {
    height: 200px;
  }
  .contact-form__select {
    width: 250px;
    height: 44px;
    padding: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #666666;
    margin-bottom: 20px;
  }
  .contact-form__privacy {
    height: 200px;
    width: 100%;
    padding: 20px 40px;
    margin-block: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    border: 1px solid #666666;
    margin-left: auto;
  }
  .contact-form__privacy-consent {
    width: 100%;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .contact-form__confirm-c {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .contact-form__img::-webkit-file-upload-button {
    border: 1px solid #666666;
    background: #E7E7E7;
    border-radius: 5px;
    padding: 8px 16px;
    text-align: center;
    width: 140px;
    height: 44px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .contact-form__img::file-selector-button {
    border: 1px solid #666666;
    background: #E7E7E7;
    border-radius: 5px;
    padding: 8px 16px;
    text-align: center;
    width: 140px;
    height: 44px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  /*news*/
  .news-list__category-title {
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .news-list__title {
    font-size: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
  }
  .news-list__category-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-list__tab-area {
    width: 498px;
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
    padding: 10px 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .news-list__tab {
    color: #333;
    background: var(--color-secondary);
    font-size: 14px;
    width: 120px;
    height: 50px;
    border-radius: 12px;
    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;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .news-list__tab {
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .news-list__tab.active {
    color: #fff;
    background: var(--color-primary);
    font-size: 14px;
    width: 120px;
    height: 50px;
    border-radius: 12px;
    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;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .news-list__tab.active {
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .news-list__search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  .news-list__search-input {
    border: 1px solid #AEAEAE;
    padding: 3px 10px;
    font-size: 15px;
    width: 280px;
    height: 45px;
    position: relative;
  }
  .news-list__search-btn {
    display: block;
    width: 40px;
    height: 44px;
  }
  .news-list__search-btn:before {
    content: "";
    background: url(../img/ic-search.svg) no-repeat;
    width: 39px;
    height: 17px;
    display: block;
    position: relative;
    left: 10px;
  }
  .news-list__item {
    width: 100%;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-list__item:last-child {
    border-bottom: 1px solid var(--color-primary);
  }
  .news-list__time {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .news-list__category {
    font-size: 11px;
    width: 104px;
    height: 26px;
    line-height: 26px;
    margin-right: 0;
    position: relative;
    top: -3px;
  }
  .news-list__text {
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
  }
  .news-detail__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-detail__time-text {
    font-size: 12px !important;
  }
  .news-detail__time {
    font-size: 14px;
  }
  .news-detail__time-bx {
    margin-bottom: 15px;
  }
  .news-detail__entry {
    max-width: 100%;
    width: 100%;
  }
  .news-detail__entry p {
    font-size: 15px;
    line-height: 1.6666666667;
  }
  .news-detail__entry h2 {
    font-size: 20px;
    line-height: 1.25;
    font-weight: bold;
  }
  .news-detail__entry h3 {
    font-size: 17px;
    line-height: 1.4705882353;
    padding: 0 5px 10px 30px;
    position: relative;
    margin-left: 0px;
    text-indent: 0px;
  }
  .news-detail__entry h3:before {
    content: "";
    width: 16px;
    height: 13px;
    margin-right: 40px;
    left: 0;
    position: absolute;
    top: 5px;
  }
  .news-detail__entry-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .news-detail__tag {
    margin-top: 0;
    margin-bottom: 0;
  }
  .news-detail__entry-header {
    margin-bottom: 30px;
  }
  .news-detail__title {
    font-size: 26px;
    line-height: 1.4615384615;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .news-detail__category-wrapper {
    margin-bottom: 20px;
  }
  .news-detail__category {
    color: #fff;
    font-size: 12px;
    background: var(--color-primary);
    text-align: center;
    width: 116px;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    position: relative;
    top: -3px;
  }
  .news-detail__category.--ecotopic {
    background: var(--color-blue);
  }
  .news-detail__category.--introduction {
    background: var(--color-orange);
  }
  .news-detail__category.--subsidy {
    background: var(--color-gold);
  }
  .news-detail__category-item {
    font-size: 12px;
    margin-left: 10px;
  }
  .news-detail__thumb {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .news-detail__intro-bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .news-detail__intro-bx:last-of-type {
    border-bottom: 1px solid #8D8D8D;
    width: 100%;
    padding-bottom: 45px;
    margin-bottom: 60px;
  }
  .news-detail__intro-bx-title {
    color: #fff;
    font-size: 14px;
    background: #7AAE83;
    text-align: center;
    width: 110px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    margin-right: 30px;
  }
  .news-detail__intro-bx-item {
    font-size: 14px;
    padding-top: 5px;
  }
  .news-detail__btn-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-detail__btn-wrapper .link-ic-wht {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-detail__btn-wrapper .link-ic-wht__link {
    width: calc(100% - 40px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-detail__btn-wrapper .link-ic-wht__link:after {
    position: absolute;
    top: 8px;
    right: -30px;
  }
  .news-detail__contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .news-detail-sidebar {
    padding-top: 50px;
    width: 100%;
  }
  .news-detail-sidebar__title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
  .news-detail-sidebar__sub-title {
    font-size: 16px;
    font-weight: bold;
    padding: 14px 0 14px 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
  }
  .news-detail-sidebar__sub-title.--news {
    border-left: 5px solid #00823D;
  }
  .news-detail-sidebar__sub-title.--intro {
    border-left: 5px solid var(--color-orange);
  }
  .news-detail-sidebar__sub-title.--subsidy {
    border-left: 5px solid var(--color-gold);
  }
  .news-detail-sidebar__sub-title.--eco-topic {
    border-left: 5px solid var(--color-blue);
  }
  .news-detail-sidebar__search {
    width: 100%;
  }
  .news-detail-sidebar__bx {
    padding-bottom: 30px;
    border-bottom: 1px solid #C1C1C1;
    padding-inline: 0;
  }
  .news-detail-sidebar__nav {
    margin-bottom: 60px;
    padding-left: 20px;
  }
  .news-detail-sidebar__cate-link {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .news-detail-sidebar__cate-link:before {
    content: "";
    background: #333333;
    width: 18px;
    height: 1px;
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 20px;
  }
  .news-detail-sidebar__banner-item {
    margin-bottom: 15px;
  }
  .news-detail-sidebar__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 34px;
  }
  .contact .news-detail__contact {
    display: block;
  }
  .contact .news-detail__contact .necessary {
    color: #FF0000;
    font-size: 14px;
    margin-left: 10px;
  }
  .contact .news-detail__contact-headline {
    font-size: 22px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 30px;
  }
  .contact .news-detail__contact-title {
    font-weight: bold;
    font-size: 14px;
    width: 100%;
  }
  .contact .news-detail__item {
    font-size: 14px;
    width: 100%;
    margin-bottom: 0;
  }
  .contact .news-detail__contact-input100 {
    font-size: 14px;
    width: 100%;
    padding: 3px 15px;
    height: 44px;
    margin-bottom: 0;
    border: 1px solid #666666;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact .news-detail__contact-input100.--l {
    height: 200px;
  }
  .contact .news-detail__contact-select {
    width: 250px;
    height: 44px;
    padding: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #666666;
    margin-bottom: 20px;
  }
  .contact .news-detail__privacy {
    height: 200px;
    width: 100%;
    padding: 20px 40px;
    margin-block: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    border: 1px solid #666666;
  }
  .contact-green .contact-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
  }
  .contact-green .news-detail__contact-wrapper {
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .philosophy {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(203, 230, 210)), color-stop(1.76%, rgb(210, 233, 216)), color-stop(8.47%, rgb(230, 243, 233)), color-stop(16.09%, rgb(244, 250, 246)), color-stop(25.34%, rgb(252, 254, 253)), color-stop(40.73%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(0deg, rgb(203, 230, 210) 0%, rgb(210, 233, 216) 1.76%, rgb(230, 243, 233) 8.47%, rgb(244, 250, 246) 16.09%, rgb(252, 254, 253) 25.34%, rgb(255, 255, 255) 40.73%, rgb(255, 255, 255) 100%);
    padding-bottom: 150px;
    margin-bottom: 80px;
  }
  .philosophy__sub-title {
    color: var(--color-primary);
    font-size: 30px;
    width: 343.5px;
    height: auto;
    aspect-ratio: 687/283;
    margin: -60px auto 0 auto;
  }
  .philosophy__text-bx {
    max-width: 100%;
    width: 100%;
  }
  .philosophy__text {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 1em;
  }
  .slogan {
    padding-bottom: 165px;
  }
  .slogan .cmn-compnay__title {
    padding: 0 29px;
    margin-bottom: 20px;
  }
  .slogan .cmn-compnay__title .--right {
    right: 29px;
  }
  .slogan__intro {
    padding: 0 50px;
    margin-bottom: -83px;
  }
  .slogan__intro-text {
    font-size: 14px;
    line-height: 2.1428571429;
    margin-left: 1em;
  }
  .slogan__bx {
    margin-top: 173px;
  }
  .slogan__bx-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slogan__text-bx {
    width: 100%;
    padding: 40px 50px 0 50px;
  }
  .slogan__sub-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    z-index: 50;
  }
  .slogan__sub-title.--num01::before {
    content: "1";
    color: #00803D;
    font-family: "Oswald", sans-serif;
    font-size: 122px;
    font-style: italic;
    position: absolute;
    top: -100px;
    left: -10px;
    display: block;
    z-index: -1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .slogan__sub-title.--num01::before {
    font-size: 91px;
    top: -82px;
  }
}
@media (max-width: 768px) {
  .slogan__sub-title.--num02::before {
    content: "2";
    color: #00803D;
    font-family: "Oswald", sans-serif;
    font-size: 122px;
    font-style: italic;
    position: absolute;
    top: -100px;
    left: -10px;
    display: block;
    z-index: -1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .slogan__sub-title.--num02::before {
    font-size: 91px;
    top: -82px;
  }
}
@media (max-width: 768px) {
  .slogan__sub-title.--num03::before {
    content: "3";
    color: #00803D;
    font-family: "Oswald", sans-serif;
    font-size: 122px;
    font-style: italic;
    position: absolute;
    top: -100px;
    left: -10px;
    display: block;
    z-index: -1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .slogan__sub-title.--num03::before {
    font-size: 91px;
    top: -82px;
  }
}
@media (max-width: 768px) {
  .slogan__text {
    color: #fff;
    font-size: 14px;
    line-height: 1.7857142857;
  }
  .slogan__img-bx {
    width: 70%;
    right: 0;
    bottom: -40px;
    margin-left: auto;
  }
}